/* =========================================================
   T&Z / TZ Sprinkler - Modern Homepage
   custom.css
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2937;
    background: #ffffff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.tz-container {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

/* ================= HEADER ================= */

.tz-header {
    height: 84px;
    background: rgba(255,255,255,.97);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 2px 16px rgba(0,0,0,.04);
}

.tz-header-inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tz-logo img {
    max-height: 58px;
    width: auto;
}

.tz-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.tz-nav li {
    position: relative;
}

.tz-nav a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #263238;
    transition: .25s;
    padding: 30px 0;
}

.tz-nav a:hover,
.tz-nav .cur > a {
    color: #148b47;
}

.tz-nav li ul {
    display: none;
    position: absolute;
    top: 75px;
    left: -20px;
    background: white;
    min-width: 210px;
    padding: 10px 0;
    box-shadow: 0 12px 40px rgba(0,0,0,.15);
    border-radius: 7px;
}

.tz-nav li:hover ul {
    display: block;
}

.tz-nav li ul li {
    width: 100%;
}

.tz-nav li ul a {
    padding: 11px 20px;
    font-weight: 500;
}

.tz-nav li ul a:hover {
    background: #f4f8f5;
}

.tz-contact-btn {
    display: inline-flex;
    padding: 12px 22px !important;
    background: #168a45;
    color: white !important;
    border-radius: 6px;
    margin-left: 10px;
}

.tz-contact-btn:hover {
    background: #0d7137 !important;
}

/* ================= HERO ================= */

.tz-hero {
    height: 720px;
    min-height: 620px;
    position: relative;
    margin-top: 84px;
    overflow: hidden;
    background: #17202a;
}

.tz-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.tz-hero-slide:first-child {
    opacity: 1;
}

.tz-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tz-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.42) 45%,
        rgba(0,0,0,.10) 80%);
    z-index: 2;
}

.tz-hero-content {
    position: relative;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    color: white;
}

.tz-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #89d8a6;
    margin-bottom: 15px;
}

.tz-hero h1 {
    font-size: 56px;
    line-height: 1.08;
    margin: 0 0 22px;
    font-weight: 750;
}

.tz-hero p {
    max-width: 640px;
    margin: 0 0 30px;
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255,255,255,.93);
}

.tz-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.tz-btn {
    display: inline-block;
    padding: 15px 27px;
    border-radius: 6px;
    font-weight: 700;
    transition: .25s;
}

.tz-btn-green {
    background: #159447;
    color: white;
}

.tz-btn-green:hover {
    background: #0b7436;
    transform: translateY(-2px);
}

.tz-btn-white {
    background: white;
    color: #1b3036;
}

.tz-btn-white:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

/* ================= GENERAL SECTION ================= */

.tz-section {
    padding: 95px 0;
}

.tz-section-light {
    background: #f7f9f8;
}

.tz-section-dark {
    background: #10241b;
    color: white;
}

.tz-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}

.tz-heading span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #168b46;
}

.tz-heading h2 {
    margin: 8px 0 15px;
    font-size: 38px;
    line-height: 1.2;
    color: #18242a;
}

.tz-heading p {
    margin: 0;
    color: #69757c;
    font-size: 16px;
}

/* ================= ABOUT ================= */

.tz-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.tz-about-image {
    border-radius: 12px;
    overflow: hidden;
    min-height: 470px;
}

.tz-about-image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.tz-about-copy .tz-eyebrow {
    color: #168b46;
}

.tz-about-copy h2 {
    font-size: 40px;
    margin: 5px 0 22px;
    color: #18242a;
    line-height: 1.2;
}

.tz-about-copy .tz-about-text {
    font-size: 16px;
    color: #5f6b72;
    line-height: 1.9;
    margin-bottom: 28px;
}

.tz-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 20px;
    margin-bottom: 30px;
}

.tz-check {
    font-weight: 600;
    color: #27363d;
}

.tz-check:before {
    content: "✓";
    color: #168b46;
    margin-right: 9px;
    font-weight: bold;
}

/* ================= SERVICES ================= */

.tz-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.tz-service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0,0,0,.07);
    transition: .3s;
}

.tz-service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 42px rgba(0,0,0,.13);
}

.tz-service-img {
    height: 235px;
    overflow: hidden;
}

.tz-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.tz-service-card:hover .tz-service-img img {
    transform: scale(1.05);
}

.tz-service-content {
    padding: 23px 24px 26px;
}

.tz-service-content h3 {
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 9px;
    color: #18272e;
}

.tz-service-content p {
    color: #6c767b;
    font-size: 14px;
    margin: 0 0 16px;
}

.tz-text-link {
    color: #168b46;
    font-weight: 700;
    font-size: 14px;
}

/* ================= CTA ================= */

.tz-cta {
    padding: 70px 0;
    background:
        linear-gradient(90deg, rgba(13,103,52,.96), rgba(18,137,69,.91));
}

.tz-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.tz-cta h2 {
    margin: 0 0 8px;
    color: white;
    font-size: 32px;
}

.tz-cta p {
    color: rgba(255,255,255,.88);
    margin: 0;
}

/* ================= PROJECT / GALLERY ================= */

.tz-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tz-project-card {
    position: relative;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    background: #ddd;
}

.tz-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.tz-project-card:hover img {
    transform: scale(1.06);
}

.tz-project-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 22px 20px;
    color: white;
    font-weight: 700;
    background: linear-gradient(transparent, rgba(0,0,0,.8));
}

/* ================= NEWS ================= */

.tz-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.tz-news-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid #e8ebea;
    border-radius: 9px;
    background: white;
    transition: .25s;
}

.tz-news-item:hover {
    border-color: #9bcfb0;
    box-shadow: 0 8px 28px rgba(0,0,0,.06);
}

.tz-news-date {
    background: #edf6f0;
    text-align: center;
    padding: 17px 8px;
    border-radius: 7px;
    color: #148746;
    font-weight: 700;
}

.tz-news-date strong {
    display: block;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 5px;
}

.tz-news-info h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.tz-news-info p {
    margin: 0;
    color: #727d82;
    font-size: 14px;
}

/* ================= CONTACT ================= */

.tz-contact-section {
    padding: 90px 0;
    background: #10241b;
    color: white;
}

.tz-contact-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 80px;
}

.tz-contact-section h2 {
    font-size: 40px;
    margin: 0 0 15px;
}

.tz-contact-section p {
    color: rgba(255,255,255,.75);
    max-width: 650px;
}

.tz-contact-info {
    margin-top: 30px;
}

.tz-contact-line {
    margin-bottom: 14px;
    color: white;
    font-size: 17px;
}

.tz-contact-line strong {
    color: #8ed6aa;
    display: inline-block;
    min-width: 80px;
}

/* ================= FOOTER ================= */

.tz-footer {
    padding: 25px 0;
    background: #08150f;
    color: rgba(255,255,255,.60);
    font-size: 13px;
}

.tz-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1000px) {

    .tz-nav ul {
        gap: 16px;
    }

    .tz-nav a {
        font-size: 13px;
    }

    .tz-hero h1 {
        font-size: 45px;
    }

    .tz-service-grid,
    .tz-project-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .tz-about-grid {
        gap: 35px;
    }
}

@media (max-width: 760px) {

    .tz-container {
        max-width: calc(100% - 30px);
    }

    .tz-header {
        position: relative;
        height: auto;
    }

    .tz-header-inner {
        height: auto;
        padding: 16px 0;
        display: block;
    }

    .tz-logo img {
        margin: auto;
        max-height: 50px;
    }

    .tz-nav {
        overflow-x: auto;
        margin-top: 15px;
    }

    .tz-nav ul {
        justify-content: flex-start;
        white-space: nowrap;
    }

    .tz-nav a {
        padding: 10px 0;
    }

    .tz-nav li ul {
        display: none !important;
    }

    .tz-contact-btn {
        padding: 8px 14px !important;
    }

    .tz-hero {
        margin-top: 0;
        height: 600px;
    }

    .tz-hero h1 {
        font-size: 38px;
    }

    .tz-hero p {
        font-size: 16px;
    }

    .tz-section {
        padding: 65px 0;
    }

    .tz-about-grid,
    .tz-contact-grid {
        grid-template-columns: 1fr;
    }

    .tz-service-grid,
    .tz-project-grid,
    .tz-news-grid {
        grid-template-columns: 1fr;
    }

    .tz-checks {
        grid-template-columns: 1fr;
    }

    .tz-about-image,
    .tz-about-image img {
        height: 350px;
        min-height: 350px;
    }

    .tz-heading h2,
    .tz-about-copy h2,
    .tz-contact-section h2 {
        font-size: 31px;
    }

    .tz-cta-inner {
        display: block;
    }

    .tz-cta .tz-btn {
        margin-top: 22px;
    }

    .tz-news-item {
        grid-template-columns: 88px 1fr;
    }

    .tz-footer-inner {
        display: block;
        text-align: center;
    }
}
/* Fix old fullpage template scroll lock */
html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    position: static !important;
}

html.fp-enabled,
.fp-enabled body {
    overflow-y: auto !important;
    height: auto !important;
}

#fullpage,
.fullpage-wrapper {
    height: auto !important;
    position: static !important;
    transform: none !important;
}

.fp-section,
.fp-slide,
.fp-tableCell {
    height: auto !important;
    min-height: 0 !important;
}
/* Soft light-blue page background */
body {
    background: #f4f8fa !important;
}

/* Main sections */
.tz-section {
    background: #f4f8fa;
}

/* Alternate sections - slightly deeper blue */
.tz-section-light {
    background: #eaf3f7 !important;
}
/* ===== Brand Color Update: Blue Primary ===== */

/* Main buttons */
.tz-btn-green,
.tz-contact-btn {
    background: #1769aa !important;
    color: #fff !important;
}

.tz-btn-green:hover,
.tz-contact-btn:hover {
    background: #10558d !important;
}

/* Navigation hover */
.tz-nav a:hover,
.tz-nav .cur > a {
    color: #1769aa !important;
}

/* Small headings / labels */
.tz-heading span,
.tz-about-copy .tz-eyebrow {
    color: #1769aa !important;
}

/* Text links */
.tz-text-link {
    color: #1769aa !important;
}

/* Check marks — keep green as landscaping accent */
.tz-check:before {
    color: #43a047 !important;
}

/* CTA section: blue gradient instead of green */
.tz-cta {
    background: linear-gradient(
        90deg,
        #10558d,
        #2384c6
    ) !important;
}

/* News date */
.tz-news-date {
    background: #e9f3fa !important;
    color: #1769aa !important;
}

/* Contact section */
.tz-contact-section {
    background: #102b40 !important;
}

/* Contact highlights */
.tz-contact-line strong {
    color: #72b8e6 !important;
}
/* About Us image - keep original proportions */
.tz-about-image {
    min-height: 0 !important;
    height: auto !important;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 70, 120, 0.10);
}

.tz-about-image img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    display: block;
}
/* ===== Homepage bilingual navigation ===== */

.tz-bilingual-nav {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    line-height: 1.15 !important;
    padding: 22px 0 !important;
    white-space: nowrap;
}

.tz-bilingual-nav span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.tz-bilingual-nav small {
    display: block;
    margin-top: 4px;

    font-size: 11px;
    line-height: 13px;
    font-weight: 400;

    color: #708392;
    letter-spacing: .5px;
}

.tz-nav .cur .tz-bilingual-nav small,
.tz-bilingual-nav:hover small {
    color: #1769aa;
}

/* Contact button bilingual */
.tz-bilingual-contact {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    line-height: 1.1 !important;
    padding: 10px 20px !important;
}

.tz-bilingual-contact span {
    font-size: 14px;
    font-weight: 700;
}

.tz-bilingual-contact small {
    display: block;
    margin-top: 3px;

    font-size: 10px;
    font-weight: 400;
    color: rgba(255,255,255,.85);
}