:root {
    --green:#1f8f4d;
    --dark:#092417;
    --deep:#071c12;
    --lime:#bbf56a;
    --muted:#6c7b73;
    --soft:#f3f8f3;
    --line:#dfe8e1
}

* {
    box-sizing:border-box
}

body {
    font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
    color:#1a2a21;
    background:#fff;
    font-weight:400
}

a {
    text-decoration:none
}

.container-xxl {
    max-width:1400px
}

.top-strip {
    background:#092417;
    color:#dbeede;
    font-size:13px;
    padding:8px 0
}

.site-header {
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(14px);
    position:sticky;
    top:0;
    z-index:1000;
    border-bottom:1px solid rgba(9,36,23,.08)
}

.navbar {
    padding:14px 0
}

.navbar-brand {
    display:flex;
    align-items:center;
    gap:12px
}

.brand-mark {
    height:48px;
    width:48px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--green),#77c65b);
    color:#fff;
    font-weight:600;
    box-shadow:0 12px 28px rgba(31,143,77,.24)
}

.brand-text {
    font-size:16px;
    line-height:1.05;
    letter-spacing:.6px;
    color:var(--dark);
    font-weight:600
}

.brand-text small {
    font-size:11px;
    color:var(--green);
    letter-spacing:2px
}

.nav-link {
    color:#22382c!important;
    font-size:15px;
    font-weight:500;
    padding:12px 15px!important
}

.nav-link.active,.nav-link:hover {
    color:var(--green)!important
}

.btn {
    border-radius:999px;
    font-weight:600;
    padding:12px 22px
}

.btn-green {
    background:var(--green);
    border-color:var(--green);
    color:#fff
}

.btn-green:hover {
    background:#16743d;
    border-color:#16743d;
    color:#fff
}

.btn-dark-green {
    background:var(--dark);
    color:#fff
}

.btn-dark-green:hover {
    background:#000;
    color:#fff
}

.mega-dropdown {
    position:static
}

.mega-menu {
    width:min(1180px,calc(100vw - 32px));
    left:50%!important;
    transform:translateX(-50%);
    border:0;
    border-radius:24px;
    padding:28px;
    background:#fff
}

.mega-menu h6 {
    font-weight:600;
    color:var(--dark);
    margin-bottom:12px
}

.mega-menu a {
    display:block;
    color:#5c6b62;
    padding:7px 0;
    font-size:14px
}

.mega-menu a:hover {
    color:var(--green);
    padding-left:4px
}

.hero-section {
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 20% 20%,#247e48 0,#092417 42%,#04110b 100%);
    color:#fff
}

.hero-bg {
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.1)),url('https://images.unsplash.com/photo-1473773508845-188df298d2d1?auto=format&fit=crop&w=1900&q=80') center/cover;
    opacity:.28
}

.min-vh-hero {
    min-height:760px;
    padding:70px 0
}

.eyebrow,.section-kicker {
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1.8px;
    font-weight:600;
    color:var(--green);
    margin-bottom:16px
}

.eyebrow {
    color:#bdf780
}

.hero-section h1 {
    font-size:clamp(52px,7vw,106px);
    line-height:.92;
    font-weight:600;
    letter-spacing:-4px;
    margin-bottom:24px
}

.hero-text {
    font-size:19px;
    line-height:1.7;
    max-width:650px;
    color:#e5f1e6
}

.hero-card {
    position:relative;
    border-radius:34px;
    padding:14px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    box-shadow:0 30px 80px rgba(0,0,0,.25)
}

.hero-card img {
    border-radius:26px;
    height:560px;
    width:100%;
    object-fit:cover
}

.leaf-orbit {
    position:absolute;
    inset:-22px;
    border:1px dashed rgba(187,245,106,.38);
    border-radius:46px;
    animation:floaty 5s ease-in-out infinite
}

.floating-badge {
    position:absolute;
    background:#fff;
    color:var(--dark);
    border-radius:22px;
    padding:16px 20px;
    box-shadow:0 18px 45px rgba(0,0,0,.22)
}

.floating-badge strong {
    display:block;
    font-size:30px;
    color:var(--green);
    font-weight:600
}

.floating-badge span {
    font-size:13px;
    color:#5e6d62
}

.badge-one {
    left:-35px;
    bottom:90px
}

.badge-two {
    right:-22px;
    top:70px
}

.intro-section,.services-section,.about-section,.blog-section,.testimonial-section {
    padding:100px 0
}

.intro-section h2,.services-section h2,.products-section h2,.about-section h2,.clients-section h2,.blog-section h2,.testimonial-section h2,.contact-cta h2 {
    font-size:clamp(34px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    font-weight:600;
    color:var(--dark)
}

.intro-section p,.services-section p,.products-section p,.about-section p,.testimonial-section p {
    color:var(--muted);
    font-size:17px;
    line-height:1.75
}

.stats-row {
    border-top:1px solid var(--line);
    padding-top:24px
}

.stat-card {
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:28px;
    min-height:145px;
    transition:.35s
}

.stat-card:hover {
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(18,77,41,.1)
}

.stat-card strong {
    font-size:42px;
    font-weight:600;
    color:var(--green);
    display:block
}

.stat-card strong:after {
    content:'+'
}

.stat-card span {
    color:#5d6d64
}

.services-section {
    background:var(--soft)
}

.service-tabs {
    display:grid;
    gap:12px;
    margin-top:28px
}

.service-tabs button {
    text-align:left;
    border:1px solid var(--line);
    background:#fff;
    border-radius:18px;
    padding:18px 20px;
    color:#264333;
    font-weight:600;
    transition:.25s
}

.service-tabs button.active,.service-tabs button:hover {
    background:var(--dark);
    color:#fff
}

.service-display {
    position:relative;
    border-radius:34px;
    overflow:hidden;
    min-height:560px
}

.service-display img {
    width:100%;
    height:560px;
    object-fit:cover
}

.service-copy {
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    background:rgba(255,255,255,.94);
    border-radius:24px;
    padding:28px
}

.service-copy h3 {
    font-weight:600;
    color:var(--dark)
}

.learn-link {
    color:var(--green);
    font-weight:600
}

.prime-services article {
    background:#fff;
    border:1px solid var(--line);
    border-radius:26px;
    padding:28px;
    height:100%;
    transition:.3s
}

.prime-services article:hover {
    background:var(--dark);
    color:#fff;
    transform:translateY(-8px)
}

.prime-services span {
    color:var(--green);
    font-weight:600
}

.prime-services h3 {
    font-size:22px;
    font-weight:600;
    margin:18px 0 12px
}

.prime-services p {
    font-size:15px
}

.prime-services article:hover p,.prime-services article:hover a {
    color:#dcebe0
}

.products-section {
    padding:110px 0;
    background:linear-gradient(135deg,#dff4d9 0%,#f6fbf4 46%,#fff 100%)
}

.product-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px
}

.product-card {
    background:#fff;
    border-radius:28px;
    border:1px solid var(--line);
    padding:30px;
    min-height:230px;
    box-shadow:0 20px 50px rgba(18,77,41,.07)
}

.product-card span {
    font-size:36px
}

.product-card h3 {
    font-size:24px;
    font-weight:600;
    color:var(--dark);
    margin:18px 0 10px
}

.about-images {
    position:relative;
    min-height:620px
}

.about-images img {
    object-fit:cover;
    box-shadow:0 24px 60px rgba(0,0,0,.12)
}

.main-img {
    width:78%;
    height:540px;
    border-radius:34px
}

.small-img {
    position:absolute;
    right:0;
    bottom:0;
    width:46%;
    height:280px;
    border-radius:28px;
    border:10px solid #fff
}

.experience-card {
    position:absolute;
    left:28px;
    bottom:34px;
    background:var(--green);
    color:#fff;
    border-radius:24px;
    padding:22px 26px;
    box-shadow:0 20px 50px rgba(31,143,77,.25)
}

.experience-card strong {
    font-size:44px;
    font-weight:600;
    display:block
}

.check-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-top:24px
}

.check-grid div {
    background:var(--soft);
    border:1px solid var(--line);
    border-radius:18px;
    padding:16px;
    color:#234231;
    font-weight:500
}

.clients-section {
    padding:90px 0;
    background:#092417;
    color:#fff;
    overflow:hidden
}

.clients-section h2 {
    color:#fff
}

.logo-marquee {
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);
    padding:18px 0
}

.logo-track {
    display:flex;
    gap:18px;
    width:max-content;
    animation:marquee 22s linear infinite
}

.logo-track span {
    min-width:180px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    padding:18px 22px;
    color:#dcebe0;
    font-weight:600
}

.blog-card {
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    overflow:hidden;
    height:100%;
    transition:.3s
}

.blog-card:hover {
    transform:translateY(-7px);
    box-shadow:0 22px 50px rgba(18,77,41,.11)
}

.blog-card img {
    height:230px;
    width:100%;
    object-fit:cover
}

.blog-card div {
    padding:24px
}

.blog-card span {
    font-size:12px;
    text-transform:uppercase;
    color:var(--green);
    font-weight:600;
    letter-spacing:1px
}

.blog-card h3 {
    font-weight:600;
    margin:10px 0;
    color:var(--dark)
}

.blog-card p {
    color:var(--muted)
}

.testimonial-section {
    background:var(--soft)
}

.testimonial-card {
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    padding:30px;
    height:100%
}

.testimonial-card p {
    font-size:18px;
    color:#314237
}

.testimonial-card div {
    color:#f6b938;
    margin-bottom:14px
}

.testimonial-card strong {
    display:block;
    color:var(--dark);
    font-weight:600
}

.testimonial-card span {
    color:var(--muted)
}

.contact-cta {
    padding:90px 0;
    background:#fff
}

.cta-box {
    background:linear-gradient(135deg,#0b2a19,#1f8f4d);
    border-radius:36px;
    color:#fff;
    padding:54px;
    display:grid;
    grid-template-columns:1fr 480px;
    gap:42px;
    align-items:center;
    position:relative;
    overflow:hidden
}

.cta-box:before {
    content:'';
    position:absolute;
    width:360px;
    height:360px;
    border-radius:50%;
    right:-120px;
    top:-120px;
    background:rgba(187,245,106,.18)
}

.cta-box>* {
    position:relative
}

.contact-cta h2 {
    color:#fff
}

.quick-form {
    background:#fff;
    border-radius:28px;
    padding:24px
}

.form-control {
    border-radius:14px;
    padding:13px 15px;
    border:1px solid #dce6de
}

.quick-form small {
    display:block;
    color:#d94141;
    font-size:12px;
    height:16px;
    margin-top:4px
}

.form-control.is-invalid {
    border-color:#d94141
}

.form-control.is-valid {
    border-color:var(--green)
}

.site-footer {
    background:#06130c;
    color:#c9d8cf;
    padding:70px 0 20px
}

.site-footer h5,.site-footer h6 {
    color:#fff;
    font-weight:600
}

.site-footer a {
    display:block;
    color:#c9d8cf;
    margin:8px 0
}

.site-footer a:hover {
    color:#bdf780
}

.footer-bottom {
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:36px;
    padding-top:18px;
    font-size:14px;
    color:#8fa69a
}

.whatsapp-float {
    position:fixed;
    right:22px;
    bottom:22px;
    width:58px;
    height:58px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--green);
    color:#fff;
    font-size:26px;
    z-index:999;
    box-shadow:0 18px 36px rgba(31,143,77,.35)
}

@keyframes marquee {
    to {
        transform:translateX(-50%)
    }
}

@keyframes floaty {
    50% {
        transform:translateY(-12px)
    }
}

@media (min-width:1200px) {
    .dropdown:hover>.dropdown-menu {
        display:block
    }
}

@media (max-width:1199px) {
    .mega-menu {
        width:100%;
        transform:none;
        left:0!important;
        border-radius:18px;
        box-shadow:none!important
    }
    .min-vh-hero {
        min-height:auto;
        padding:80px 0
    }
    .hero-card img {
        height:420px
    }
    .badge-one {
        left:10px
    }
    .badge-two {
        right:10px
    }
    .cta-box {
        grid-template-columns:1fr
    }
}

@media (max-width:767px) {
    .top-strip {
        font-size:12px
    }
    .navbar {
        padding:10px 0
    }
    .hero-section h1 {
        letter-spacing:-2px
    }
    .hero-text {
        font-size:16px
    }
    .hero-card img {
        height:340px
    }
    .floating-badge {
        position:static;
        display:inline-block;
        margin:10px 6px 0
    }
    .intro-section,.services-section,.about-section,.blog-section,.testimonial-section {
        padding:70px 0
    }
    .service-display,.service-display img {
        min-height:420px;
        height:420px
    }
    .service-copy {
        left:14px;
        right:14px;
        bottom:14px;
        padding:20px
    }
    .product-grid,.check-grid {
        grid-template-columns:1fr
    }
    .about-images {
        min-height:auto
    }
    .main-img {
        width:100%;
        height:390px
    }
    .small-img {
        position:relative;
        width:70%;
        height:200px;
        margin-top:-80px;
        margin-left:30%;
        right:auto
    }
    .experience-card {
        left:16px;
        bottom:120px
    }
    .cta-box {
        padding:28px;
        border-radius:26px
    }
    .quick-form {
        padding:18px
    }
    .btn-lg {
        font-size:15px;
        padding:12px 18px
    }
}

/* ===== Modern refinement: sharper corners + smooth motion ===== */
:root {
    --green:#0c6130;
    --green-2:#43b05c;
    --neon:#b9ff52;
    --dark:#07160d;
    --ink:#0b1710;
    --muted:#607267;
    --soft:#f5f8f2;
    --line:#dfe7dd;
    --r-xs:8px;
    --r-sm:12px;
    --r-md:16px;
    --r-lg:22px;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:110px;
}

body {
    background:#fbfcf9;
    color:var(--ink);
    text-rendering:optimizeLegibility;
}

body::before {
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
    background:radial-gradient(circle at 14% 12%,rgba(91,196,82,.12),transparent 28%),radial-gradient(circle at 82% 18%,rgba(185,255,82,.12),transparent 24%),linear-gradient(180deg,#fbfcf9,#fff);
}

::selection {
    background:var(--green);
    color:#fff;
}

.container-xxl {
    max-width:1400px;
}

.top-strip {
    background:#07160d;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.site-header {
    position:sticky;
    top:16px;
    z-index:1040;
    padding:0 14px;
    transition:transform .35s ease,filter .35s ease;
}

.navbar {
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(7,22,13,.08);
    border-radius:var(--r-sm);
    box-shadow:0 18px 60px rgba(7,22,13,.08);
    padding:14px 0;
}

.site-header.is-scrolled .navbar {
    box-shadow:0 14px 40px rgba(7,22,13,.14);
    background:rgba(255,255,255,.94);
}

.navbar-brand {
    letter-spacing:-.5px
}

.brand-mark {
    border-radius:10px;
    background:linear-gradient(135deg,var(--green),var(--green-2));
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)
}

.nav-link {
    position:relative
}

.nav-link::after {
    content:"";
    position:absolute;
    left:.55rem;
    right:.55rem;
    bottom:.1rem;
    height:2px;
    background:var(--green);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .25s ease
}

.nav-link:hover::after,.nav-link.active::after {
    transform:scaleX(1)
}

.btn,.form-control {
    border-radius:var(--r-xs)!important
}

.btn {
    transition:transform .25s ease,box-shadow .25s ease,background .25s ease
}

.btn:hover {
    transform:translateY(-2px)
}

.btn-green {
    background:#073f20;
    border-color:#073f20;
    box-shadow:0 12px 26px rgba(7,63,32,.18)
}

.btn-green:hover {
    background:#0d652f;
    border-color:#0d652f;
    box-shadow:0 16px 34px rgba(7,63,32,.26)
}

.mega-menu {
    border-radius:var(--r-sm);
    border:1px solid rgba(7,22,13,.08);
    box-shadow:0 26px 80px rgba(7,22,13,.14)!important;
    animation:menuDrop .22s ease both
}

.mega-menu a {
    border-radius:8px
}

.mega-menu a:hover {
    transform:translateX(3px);
    background:#f1f7ef;
    color:var(--green)
}

section {
    position:relative;
    overflow:hidden
}

.hero-section {
    min-height:820px;
    background:#07160d;
    margin-top:-86px;
    padding-top:105px
}

.hero-bg {
    filter:saturate(1.05) contrast(1.05);
    transform:scale(1.02);
    animation:heroZoom 18s ease-in-out infinite alternate
}

.hero-section::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(7,22,13,.78),rgba(7,22,13,.24) 55%,rgba(7,22,13,.55)),linear-gradient(180deg,rgba(7,22,13,.36),rgba(7,22,13,.14) 45%,rgba(7,22,13,.75));
    pointer-events:none
}

.min-vh-hero {
    min-height:780px
}

.hero-section .container-xxl {
    z-index:2
}

.hero-section h1 {
    font-size:clamp(54px,7vw,112px);
    line-height:.91;
    letter-spacing:-5px;
    text-wrap:balance
}

.hero-text {
    max-width:640px
}

.eyebrow {
    border-radius:100px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(14px);
    padding:9px 14px;
    width:max-content
}

.hero-card {
    border-radius:var(--r-lg);
    transform:perspective(900px) rotateY(-3deg);
    transition:transform .6s cubic-bezier(.2,.8,.2,1)
}

.hero-card:hover {
    transform:perspective(900px) rotateY(0deg) translateY(-8px)
}

.hero-card img {
    border-radius:var(--r-lg);
    box-shadow:0 28px 90px rgba(0,0,0,.32)
}

.leaf-orbit {
    border-radius:var(--r-lg);
    border-color:rgba(185,255,82,.5)
}

.floating-badge {
    border-radius:var(--r-sm);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.2)
}

.intro-section,.services-section,.about-section,.blog-section,.testimonial-section {
    padding:120px 0
}

.section-kicker {
    border-radius:100px;
    padding:8px 13px;
    background:#edf6e9;
    border:1px solid #d7ead1
}

.intro-section h2,.services-section h2,.products-section h2,.about-section h2,.clients-section h2,.blog-section h2,.testimonial-section h2,.contact-cta h2 {
    letter-spacing:-2.5px;
    text-wrap:balance
}

.stat-card,.product-card,.blog-card,.testimonial-card,.prime-services article,.service-tabs button,.quick-form,.cta-box {
    border-radius:var(--r-sm)!important
}

.stat-card {
    box-shadow:0 14px 40px rgba(7,22,13,.04)
}

.stat-card:hover,.product-card:hover,.blog-card:hover,.testimonial-card:hover {
    transform:translateY(-8px);
    box-shadow:0 28px 70px rgba(7,22,13,.12)
}

.services-section {
    background:linear-gradient(180deg,#fff,#f4f8f1)
}

.service-display {
    border-radius:var(--r-lg);
    box-shadow:0 28px 80px rgba(7,22,13,.14)
}

.service-display img {
    transition:transform .9s cubic-bezier(.2,.8,.2,1)
}

.service-display:hover img {
    transform:scale(1.05)
}

.service-copy {
    border-radius:var(--r-sm);
    box-shadow:0 18px 50px rgba(7,22,13,.16);
    backdrop-filter:blur(16px)
}

.prime-services article {
    position:relative;
    isolation:isolate;
    overflow:hidden
}

.prime-services article::before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(12,97,48,.98),rgba(67,176,92,.88));
    z-index:-1;
    opacity:0;
    transition:opacity .3s ease
}

.prime-services article:hover::before {
    opacity:1
}

.prime-services article:hover {
    background:transparent;
    color:#fff
}

.products-section {
    background:linear-gradient(135deg,#eef8ea 0%,#fbfff8 48%,#fff 100%)
}

.product-card {
    transition:.35s ease;
    position:relative;
    overflow:hidden
}

.product-card::after {
    content:"";
    position:absolute;
    width:130px;
    height:130px;
    border-radius:50%;
    right:-50px;
    top:-50px;
    background:rgba(67,176,92,.12);
    transition:.35s
}

.product-card:hover::after {
    transform:scale(1.8)
}

.about-images img,.main-img,.small-img {
    border-radius:var(--r-lg)!important
}

.experience-card {
    border-radius:var(--r-sm);
    background:linear-gradient(135deg,var(--green),var(--green-2))
}

.check-grid div {
    border-radius:var(--r-xs)
}

.clients-section {
    background:linear-gradient(135deg,#06130c,#0e3d1e 55%,#4bb34e);
}

.logo-track span {
    border-radius:var(--r-xs);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(8px)
}

.blog-section {
    background:#f5f2ee
}

.testimonial-section {
    background:radial-gradient(circle at 80% 15%,rgba(185,255,82,.2),transparent 28%),linear-gradient(135deg,#07160d,#1d6f2c 60%,#65b85a);
    color:#fff
}

.testimonial-section h2,.testimonial-section p {
    color:#fff
}

.testimonial-card {
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.18);
    backdrop-filter:blur(15px);
    color:#fff
}

.testimonial-card p,.testimonial-card strong,.testimonial-card span {
    color:#fff
}

.contact-cta {
    background:#fff
}

.cta-box {
    background:linear-gradient(135deg,#07160d 0%,#0c6130 52%,#4ab251 100%);
    box-shadow:0 30px 80px rgba(7,22,13,.18)
}

.site-footer {
    background:#030806
}

.whatsapp-float {
    border-radius:14px;
    transition:.3s
}

.whatsapp-float:hover {
    transform:translateY(-5px) rotate(-4deg);
    color:#fff
}

[data-reveal] {
    opacity:0;
    transform:translateY(38px);
    transition:opacity .85s cubic-bezier(.2,.8,.2,1),transform .85s cubic-bezier(.2,.8,.2,1);
    will-change:opacity,transform
}

[data-reveal].is-visible {
    opacity:1;
    transform:translateY(0)
}

[data-reveal="left"] {
    transform:translateX(-44px)
}

[data-reveal="right"] {
    transform:translateX(44px)
}

[data-reveal="zoom"] {
    transform:scale(.94);
    transform-origin:center
}

[data-reveal].is-visible {
    transform:none
}

.reveal-delay-1 {
    transition-delay:.08s
}

.reveal-delay-2 {
    transition-delay:.16s
}

.reveal-delay-3 {
    transition-delay:.24s
}

.reveal-delay-4 {
    transition-delay:.32s
}

@keyframes menuDrop {
    from {
        opacity:0;
        transform:translateX(-50%) translateY(12px)
    }
    to {
        opacity:1;
        transform:translateX(-50%) translateY(0)
    }
}

@keyframes heroZoom {
    to {
        transform:scale(1.08)
    }
}

@media (prefers-reduced-motion:reduce) {
    *,*::before,*::after {
        animation:none!important;
        transition:none!important;
        scroll-behavior:auto!important
    }
    [data-reveal] {
        opacity:1!important;
        transform:none!important
    }
}

@media (max-width:1199px) {
    .site-header {
        top:8px
    }
    .navbar {
        border-radius:10px
    }
    .mega-menu {
        animation:none
    }
    .hero-section {
        margin-top:-78px
    }
    .min-vh-hero {
        min-height:auto;
        padding:130px 0 80px
    }
    .hero-section h1 {
        font-size:clamp(46px,10vw,76px)
    }
}

@media (max-width:767px) {
    .site-header {
        padding:0 8px
    }
    .hero-section {
        min-height:auto
    }
    .hero-section h1 {
        letter-spacing:-2.8px
    }
    .intro-section,.services-section,.about-section,.blog-section,.testimonial-section {
        padding:78px 0
    }
    .section-kicker {
        font-size:12px
    }
    .cta-box {
        border-radius:var(--r-sm)!important
    }
}

/* ===== Requested hero: video background + exact modern floating menu style ===== */
.top-strip {
    display:none!important;
}

body {
    overflow-x:hidden;
}

.site-header {
    position:fixed!important;
    top:32px;
    left:0;
    right:0;
    background:transparent!important;
    border:0!important;
    padding:0 18px;
    z-index:1050;
    transition:top .32s ease, transform .32s ease;
}

.site-header .navbar {
    max-width:1400px;
    margin:0 auto;
    background:rgba(255,255,255,1)!important;
    border:1px solid rgba(255,255,255,.45);
    border-radius:5px!important;
    box-shadow:0 22px 70px rgba(0,0,0,.18);
    padding:5px 18px;
    min-height:82px;
}

.site-header.is-scrolled {
    top:14px;
}

.site-header.is-scrolled .navbar {
    background:rgba(255,255,255,1)!important;
    box-shadow:0 16px 54px rgba(7,22,13,.16);
}

.navbar-brand {
    min-width:250px;
}

.brand-mark {
    width:52px;
    height:52px;
    border-radius:5px;
    background:#fff;
    color:#0b3c22;
    border:4px solid #0b3c22;
    box-shadow:none;
    font-size:14px;
    position:relative;
}

.brand-mark::after {
    content:"";
    position:absolute;
    inset:6px;
    border:2px solid #0b3c22;
    border-radius:3px;
    opacity:.28;
}

.brand-text {
    font-size:20px;
    line-height:.88;
    color:#123b25;
    font-weight:800;
    letter-spacing:.2px;
}

.brand-text small {
    font-size:20px;
    color:#123b25;
    letter-spacing:.2px;
    font-weight:800;
}

.nav-link {
    font-size:15px;
    font-weight:700;
    color:#121f17!important;
    padding:14px 16px!important;
}

.nav-link::after {
    display:none;
}

.nav-link:hover,.nav-link.active {
    color:#073f20!important;
}

.btn-green {
    background:#073f20!important;
    border-color:#073f20!important;
    color:#fff!important;
    border-radius:5px!important;
    padding:17px 24px;
    font-weight:800;
    box-shadow:0 10px 25px rgba(7,63,32,.2);
}

.btn-green:hover {
    background:#0c6130!important;
    border-color:#0c6130!important;
    transform:translateY(-2px);
}

.hero-video-section {
    margin-top:0!important;
    padding-top:0!important;
    background:#07160d;
    color:#fff;
    display:flex;
    align-items:center;
    position:relative;
    isolation:isolate;
}

.hero-media,.hero-video,.hero-fallback,.hero-overlay {
    position:absolute;
    inset:0;
}

.hero-media {
    z-index:0;
    overflow:hidden;
    background:#07160d;
}

.hero-video {
    z-index:1;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.86;
    filter:saturate(.85) contrast(1.08);
    transform:scale(1.02);
}

.hero-fallback {
    z-index:0;
    background:url('../images/hero-fallback.jpg') center/cover no-repeat;
    opacity:1;
    transition:opacity .35s ease;
}

.hero-video.is-hidden {
    display:none;
}

.hero-video.is-hidden + .hero-fallback,.hero-video-section.no-video .hero-fallback {
    opacity:1;
}

.hero-overlay {
    z-index:1;
    background:linear-gradient(180deg,rgba(2,7,4,.50) 0%,rgba(8,19,15,.42) 30%,rgba(8,19,15,.38) 55%,rgba(62,38,8,.62) 100%),radial-gradient(circle at 50% 48%,rgba(255,255,255,.10),transparent 13%),linear-gradient(90deg,rgba(2,7,4,.26),rgba(2,7,4,.10),rgba(2,7,4,.26));
    backdrop-filter:blur(.5px);
}

.hero-inner {
    position:relative;
    z-index:2;
    min-height:90vh;
    display:grid;
    grid-template-rows:1fr auto;
    align-items:center;
    padding-top:70px;
    padding-bottom:120px;
}

.hero-center-copy {
    text-align:center;
    max-width:780px;
    margin:0 auto;
    padding-top:20px;
}

.hero-center-copy h1 {
    font-size:clamp(46px,5.9vw,76px);
    line-height:.95;
    font-weight:700;
    letter-spacing:-3.8px;
    margin:0 0 24px;
    color:#fff;
    text-shadow:0 8px 30px rgba(0,0,0,.20);
}

.hero-center-copy p {
    max-width:690px;
    margin:0 auto;
    color:rgba(255,255,255,.82);
    font-size:clamp(16px,1.4vw,20px);
    line-height:1.35;
    font-weight:500;
}

.hero-info-grid {
    display:grid;
    grid-template-columns:1.34fr 1fr 1fr;
    gap:22px;
    max-width:1160px;
    margin:38px auto 0;
    width:100%;
}

.hero-info-card {
    min-height:170px;
    border-radius:8px!important;
    background:linear-gradient(180deg,rgba(69,68,49,.66),rgba(45,39,24,.62));
    border:1px solid rgba(255,255,255,.35);
    box-shadow:0 24px 60px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    padding:22px 22px 20px;
    color:#fff;
    transition:transform .35s ease,border-color .35s ease,background .35s ease;
    overflow:hidden;
}

.hero-info-card:hover {
    transform:translateY(-8px);
    border-color:rgba(255,255,255,.58);
    background:linear-gradient(180deg,rgba(72,85,56,.72),rgba(42,51,29,.72));
}

.hero-info-card h3 {
    font-size:clamp(18px,1.35vw,22px);
    line-height:1.05;
    font-weight:800;
    letter-spacing:-.4px;
    margin:0 0 18px;
    color:#fff;
}

.hero-info-card p {
    font-size:15px;
    line-height:1.22;
    margin:0;
    color:rgba(255,255,255,.82);
    font-weight:500;
}

.hero-scroll-cue {
    z-index:3;
    position:absolute;
    left:50%;
    bottom:34px;
    transform:translateX(-50%);
    z-index:3;
    width:36px;
    height:56px;
    border:1px solid rgba(255,255,255,.45);
    border-radius:999px;
    display:grid;
    place-items:start center;
    padding-top:10px;
    opacity:.86;
}

.hero-scroll-cue span {
    width:5px;
    height:9px;
    border-radius:999px;
    background:#fff;
    animation:scrollCue 1.4s ease-in-out infinite;
}

.mega-menu {
    border-radius:8px!important;
}

@keyframes scrollCue {
    0% {
        transform:translateY(0);
        opacity:1
    }
    100% {
        transform:translateY(24px);
        opacity:0
    }
}

@media (min-width:1200px) {
    .navbar .container-xxl {
        padding-left:0;
        padding-right:0
    }
    .dropdown:hover>.dropdown-menu {
        display:block
    }
}

@media (max-width:1199px) {
    .site-header {
        top:14px;
        padding:0 14px;
    }
    .site-header .navbar {
        min-height:auto;
        padding:12px 14px;
    }
    .navbar-brand {
        min-width:auto;
    }
    .brand-text,.brand-text small {
        font-size:17px
    }
    .brand-mark {
        width:46px;
        height:46px;
    }
    .navbar-collapse {
        margin-top:14px;
        background:#fff;
        border-radius:6px;
        padding:14px;
        box-shadow:0 18px 40px rgba(0,0,0,.12)
    }
    .btn-green {
        width:max-content;
    }
    .hero-inner {
        padding-top:130px;
        padding-bottom:70px;
    }
    .hero-center-copy {
        padding-top:46px;
    }
    .hero-info-grid {
        grid-template-columns:1fr;
        max-width:720px;
        margin-top:42px;
    }
    .hero-info-card {
        min-height:auto;
    }
}

@media (max-width:767px) {
    .site-header {
        top:10px;
        padding:0 10px;
    }
    .site-header .navbar {
        border-radius:5px!important;
        padding:10px 12px;
    }
    .brand-mark {
        width:40px;
        height:40px;
        border-width:3px;
        font-size:11px
    }
    .brand-text,.brand-text small {
        font-size:14px;
        line-height:.9;
    }
    .hero-video-section {
        min-height:860px;
    }
    .hero-inner {
        min-height:860px;
        padding-top:110px;
        padding-bottom:48px;
    }
    .hero-center-copy {
        padding-top:54px;
    }
    .hero-center-copy h1 {
        font-size:clamp(42px,14vw,58px);
        line-height:.96;
        letter-spacing:-2.5px;
    }
    .hero-center-copy p {
        font-size:16px;
        line-height:1.45;
        padding:0 10px;
    }
    .hero-info-grid {
        gap:14px;
        margin-top:34px;
    }
    .hero-info-card {
        padding:18px;
        border-radius:6px!important;
        background:linear-gradient(180deg,rgba(50,48,35,.72),rgba(29,27,18,.72));
    }
    .hero-info-card h3 {
        font-size:18px;
        margin-bottom:12px
    }
    .hero-info-card p {
        font-size:14px;
        line-height:1.35;
    }
    .hero-scroll-cue {
    z-index:3;
        display:none;
    }
}

/* Logo image path update */
.navbar-brand {
    display:flex;
    align-items:center;
    min-width:180px;
}

.brand-logo {
    display:block;
    width:100%;
    max-width:190px;
    height:auto;
    object-fit:contain;
}

@media (max-width:767px) {
    .navbar-brand {
        min-width:auto;
    }
    .brand-logo {
        max-width:185px;
    }
}

@media (max-width:420px) {
    .brand-logo {
        max-width:160px;
    }
}

/* ===== Requested update: counters + scroll-changing service tabs + prime cards ===== */
.counter-strip {
    background:#eee8df;
    padding:32px 0 34px;
    border-top:1px solid rgba(9,36,23,.08);
    border-bottom:1px solid rgba(9,36,23,.08);
}

.counter-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    align-items:center;
    gap:24px;
    text-align:center;
}

.counter-item {
    padding:12px 8px;
}

.counter-item strong {
    display:block;
    color:#05120b;
    font-size:clamp(36px,4vw,52px);
    line-height:1;
    font-weight:600;
    letter-spacing:-2px;
}

.counter-item small {
    display:block;
    color:#0c6334;
    font-size:18px;
    line-height:1.1;
    margin-top:5px;
    font-weight:500;
}

.scroll-services-section {
    background:linear-gradient(180deg,#fff 0%,#f8fbf6 52%,#fff 100%)!important;
    padding:0 0 110px!important;
    overflow:clip;
}

.service-scroll-stage {
    height:310vh;
    position:relative;
}

.service-sticky-wrap {
    position:sticky;
    top:110px;
    min-height:calc(100vh - 110px);
    display:flex;
    align-items:center;
    padding-top:60px;
    padding-bottom:60px;
}

.scroll-tabs button {
    border-radius:9px!important;
    padding:17px 20px!important;
    background:rgba(255,255,255,.78);
    box-shadow:0 12px 35px rgba(7,22,13,.04);
}

.scroll-tabs button.active {
    background:#061b10!important;
    color:#fff!important;
    transform:translateX(8px);
    box-shadow:0 20px 55px rgba(7,22,13,.15);
}

.scroll-service-display {
    border-radius:18px!important;
    min-height:520px;
    box-shadow:0 30px 90px rgba(7,22,13,.14);
}

.scroll-service-display img {
    height:520px;
    filter:saturate(.92) contrast(1.05);
}

.scroll-service-display .service-copy {
    border-radius:12px!important;
    background:rgba(255,255,255,.94);
    left:28px;
    right:28px;
    bottom:28px;
    padding:28px 30px;
}

.scroll-service-display .service-copy h3 {
    font-size:31px;
    letter-spacing:-1px;
}

.prime-services-wrap {
    padding:70px 0px;
}

.prime-title {
    margin-bottom:28px;
    font-size:clamp(38px,4.5vw,58px);
    line-height:1;
    letter-spacing:-2.4px;
    font-weight:600;
    color:#07160d;
}

.prime-services-panel {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    min-height:580px;
    background:#07160d;
    overflow:hidden;
    border-radius:0;
}

.prime-image-card {
    position:relative;
    min-height:580px;
    display:flex;
    align-items:flex-end;
    padding:44px 32px;
    color:#fff;
    isolation:isolate;
    overflow:hidden;
    border-right:1px solid rgba(255,255,255,.12);
}

.prime-image-card:last-child {
    border-right:0;
}

.prime-image-card:before {
    content:"";
    position:absolute;
    inset:0;
    background:var(--bg) center/cover no-repeat;
    z-index:-2;
    transform:scale(1.02);
    transition:transform .85s cubic-bezier(.2,.8,.2,1),filter .85s cubic-bezier(.2,.8,.2,1);
    filter:saturate(.9);
}

.prime-image-card:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.48) 45%,rgba(0,0,0,.90) 100%);
    transition:background .45s ease;
}

.prime-image-card:hover:before {
    transform:scale(1.11);
    filter:saturate(1.08) contrast(1.05);
}

.prime-image-card:hover:after {
    background:linear-gradient(180deg,rgba(7,22,13,.08) 0%,rgba(6,70,33,.52) 45%,rgba(0,0,0,.92) 100%);
}

.prime-image-card h3 {
    text-transform:uppercase;
    font-size:clamp(22px,1.8vw,21px);
    line-height:1.02;
    letter-spacing:2px;
    font-weight:400;
    margin:0 0 22px;
    color:#fff;
}

.prime-image-card p {
    font-size:15.5px;
    line-height:1.58;
    color:rgba(255,255,255,.86);
    margin:0 0 28px;
    max-width:330px;
}

.prime-image-card a {
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-size:13px;
    color:#fff;
    font-weight:600;
    border-bottom:2px solid rgba(255,255,255,.75);
    padding-bottom:7px;
}

.prime-image-card a:hover {
    color:#c7ff8a;
    border-color:#c7ff8a;
}

@media (max-width:1199px) {
    .service-scroll-stage {
        height:auto;
    }
    .service-sticky-wrap {
        position:relative;
        top:auto;
        min-height:auto;
        padding-top:84px;
        padding-bottom:70px;
    }
    .prime-services-panel {
        grid-template-columns:repeat(2,1fr);
    }
    .prime-image-card {
        min-height:460px;
    }
}

@media (max-width:767px) {
    .counter-strip {
        padding:22px 0;
    }
    .counter-grid {
        grid-template-columns:repeat(2,1fr);
        gap:12px
    }
    .counter-item strong {
        font-size:34px
    }
    .counter-item small {
        font-size:14px
    }
    .scroll-services-section {
        padding-bottom:76px!important
    }
    .service-sticky-wrap {
        padding-top:70px;
        padding-bottom:50px
    }
    .scroll-tabs button.active {
        transform:none
    }
    .scroll-service-display,.scroll-service-display img {
        min-height:430px;
        height:430px
    }
    .scroll-service-display .service-copy {
        left:14px;
        right:14px;
        bottom:14px;
        padding:20px
    }
    .scroll-service-display .service-copy h3 {
        font-size:24px
    }
    .prime-services-panel {
        grid-template-columns:1fr
    }
    .prime-image-card {
        min-height:420px;
        padding:34px 24px
    }
    .prime-title {
        margin-left:2px
    }
}