@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* css/styles.css */

/* Reset and Base Styles */
:root {
    --primary-color: #0A3D22;
    /* vole grow Calibrated Dark Green */
    --primary-dark: #052413;
    --primary-light: #EBF2EE;
    /* Soft light green */
    --secondary-color: #F4650A;
    /* vole grow Calibrated Orange */
    --secondary-hover: #D95501;
    --accent-color: #F4650A;
    --text-color: #4a5568;
    --text-light: #718096;
    --text-dark: #0f1f17;
    --light-bg: #F6F7F2;
    --white: #ffffff;
    --dark: #0b130f;
    /* Deep green-black for high contrast modern sections */
    --gray: #edf2f7;
    --light-gray: #f8fafc;
    --border-color: #DFE4DC;
    --box-shadow: 0 4px 20px rgba(10, 61, 34, 0.04);
    --box-shadow-hover: 0 10px 30px rgba(10, 61, 34, 0.08);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --border-radius: 14px;
    /* Smoother modern rounded corners */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--light-bg);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

/* Layout */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.subtitle {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

/* Buttons */

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .95rem;
    border: 1.5px solid transparent;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--orange-500);
    color: #fff;
    box-shadow: 0 10px 24px -10px rgba(244, 101, 10, .6);
}

.btn-primary:hover {
    background: var(--orange-600);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(244, 101, 10, .65);
}

.btn-outline {
    background: transparent;
    border-color: var(--green-900);
    color: var(--green-900);
}

.btn-outline:hover {
    background: var(--green-900);
    color: #fff;
    transform: translateY(-2px);
}

.btn-ghost-light {
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.btn-ghost-light:hover {
    background: #fff;
    color: var(--green-900);
    border-color: #fff;
}

.btn-block {
    width: 100%;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: 2px;
}


/* Stats Counter */
.stats-counter {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #f4fdff 0%, #f0f8fa 100%);
    /* background-color: #fff; */
    overflow: hidden;
}

.stats-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgwLDAsMCwuMDIpIi8+PC9wYXR0ZXNuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    opacity: 0.5;
    z-index: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    padding: 40px 20px;
    /* background: linear-gradient(135deg, #f4fdff 0%, #f0f8fa 100%); */
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #297f8e, #1a4f5a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #1a4f5a;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
}

.stat-item h3::after {
    content: '+';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ff9a3c;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover h3::after {
    opacity: 1;
}

.stat-item p {
    color: #6c757d;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
}

.stat-item p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #297f8e, #1a4f5a);
    opacity: 0.7;
}

/* About Section - Modern Layout */
.about {
    padding: 100px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #f8f9fa;
    z-index: 0;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.about-text {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
    padding-right: 40px;
}

.about-image {
    flex: 1 1 45%;
    min-width: 300px;
    position: relative;
    border-radius: 15px;
    overflow: visible;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s ease;
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--primary-color);
    color: white;
    padding: 25px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.experience-badge .years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.experience-badge .label {
    font-size: 0.85rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about .subtitle {
    display: inline-block;
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about h2 {
    font-size: 1.8rem;
    color: #1a4f5a;
    margin: 0 0 20px;
    line-height: 1.3;
}

.about p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.features-row {
    /* display: flex; */
    /* flex-wrap: wrap; */
    display: block;
    gap: 15px;
    margin-bottom: 10px;
}

.about-features li {
    position: relative;
    padding: 15px 20px 15px 55px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    font-size: 0.95rem;
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}

.about-features li i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.2rem;
}

.about-stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 30px;
    padding: 0;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

/* Responsive adjustments for about section */
@media (max-width: 1024px) {
    .about-content {
        gap: 40px;
    }

    .about-text {
        padding-right: 0;
    }

    .experience-badge {
        width: 120px;
        height: 120px;
        right: -20px;
        bottom: -20px;
    }

    .experience-badge .years {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 70px 0;
    }

    .about::before {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .about-content {
        flex-direction: column;
    }

    .about-text {
        order: 2;
        text-align: center;
    }

    .about-image {
        order: 1;
        margin: 0 auto;
        max-width: 500px;
    }

    .about h2 {
        font-size: 2rem;
    }

    .about h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .experience-badge {
        right: 20px;
        bottom: -30px;
    }
}

.about-features li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-features li:hover i {
    color: #1a4f5a;
    transform: translateY(-50%) scale(1.1);
}

/* Tablet and Desktop Styles */
@media (min-width: 768px) {
    .about {
        padding: 100px 0;
    }

    .about-content {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .about-text {
        order: 1;
        text-align: left;
        flex: 1;
    }

    .about-image {
        order: 2;
        flex: 1;
    }

    .about h2 {
        font-size: 2.2rem;
    }

    .about p {
        font-size: 1.05rem;
    }

    .about-features {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .features-row {
        flex: 1;
        min-width: 250px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .about {
        padding: 120px 0;
    }

    .about h2 {
        font-size: 2.5rem;
    }

    .about::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
        height: 300px;
        background: linear-gradient(45deg, rgba(41, 127, 142, 0.1), transparent);
        border-radius: 50%;
        z-index: 0;
    }

    .about-image:hover {
        transform: translateY(-10px);
    }

    .about-image:hover img {
        transform: scale(1.03);
    }
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    /* background: linear-gradient(135deg, #eff9fb 0%, #b1c6ca 100%); */
    /* background-color: #fff; */
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgwLDAsMCwuMDIpIi8+PC9wYXR0ZXNuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    opacity: 0.15;
    /* z-index: 1; */
}

/* 
.testimonials .section-header {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.testimonials .subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testimonials h2,
.testimonials p {
    color: white;
} */

/* .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
} */

/* ===================================
   Testimonials Section - Compact Carousel
   =================================== */
.testimonials {
    padding: 80px 0;
    /* background-color: #f9fafc; */
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgwLDAsMCwuMDIpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    opacity: 0.15;
}

.testimonials .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.testimonial-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 0 50px;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 300px;
    width: max-content;
    gap: 20px;
    padding: 0 15px;
}

.testimonial-slide {
    width: calc((100% - 40px) / 3);
    flex-shrink: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 120px;
    color: rgba(41, 127, 142, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonial-content i {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.testimonial-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
    position: relative;
    padding-left: 25px;
}

.testimonial-content p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), #1a4f5a);
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid var(--primary-light);
}

.author-details h4 {
    margin: 0 0 5px;
    color: #1a4f5a;
    font-size: 1.1rem;
    font-weight: 600;
}

.author-details span {
    display: block;
    font-size: 0.9rem;
    color: #718096;
}

/* Navigation */
.testimonial-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.testimonial-prev,
.testimonial-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    color: var(--primary-color);
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.testimonial-dots {
    display: flex;
    gap: 8px;
    margin: 0 10px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e2e8f0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: var(--primary-color);
    width: 30px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .testimonials {
        padding: 80px 0;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .testimonials {
        padding: 80px 0;
    }

    .testimonial-slide {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    .testimonial-carousel {
        padding: 10px 0 30px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .testimonial-carousel::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .testimonial-track {
        width: max-content;
        padding: 0 15px;
        gap: 15px;
        margin: 0 auto;
    }

    .testimonial-slide {
        width: 280px;
        min-width: 280px;
        padding: 0 5px;
        scroll-snap-align: start;
    }

    .testimonial-card {
        width: 100%;
        height: 100%;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
    }

    .testimonial-nav {
        display: none;
        /* Hide navigation on mobile since we're scrolling */
    }
}

@media (max-width: 768px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonial-carousel {
        padding: 10px 0 40px;
    }

    .testimonial-track {
        padding: 0 10px;
        gap: 15px;
    }

    .testimonial-slide {
        width: 85%;
        min-width: 85%;
        padding: 0 10px;
        margin: 0;
        scroll-snap-align: center;
    }

    .testimonial-card {
        padding: 20px;
        margin: 0 auto;
        max-width: 100%;
    }

    .testimonial-content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .testimonial-nav {
        margin-top: 20px;
    }

    .testimonial-prev,
    .testimonial-next {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .testimonial-dots {
        margin: 0 5px;
    }
}

@media (max-width: 576px) {
    .testimonials {
        padding: 40px 0;
    }

    .testimonial-slide {
        width: 90%;
        min-width: 90%;
        padding: 0 5px;
    }

    .testimonial-card {
        padding: 18px 15px;
    }

    .testimonial-content i {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .testimonial-content p {
        font-size: 0.9rem;
        line-height: 1.6;
        padding-left: 20px;
    }

    .testimonial-content p::before {
        width: 12px;
        top: 10px;
    }

    .testimonial-author {
        padding-top: 15px;
    }

    .testimonial-author img {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .author-details h4 {
        font-size: 0.95rem;
        margin-bottom: 3px;
    }

    .author-details span {
        font-size: 0.8rem;
    }

    .testimonial-nav {
        margin-top: 15px;
    }

    .testimonial-prev,
    .testimonial-next {
        width: 34px;
        height: 34px;
    }

    .testimonial-dot {
        width: 8px;
        height: 8px;
    }

    .testimonial-dot.active {
        width: 20px;
    }
}

@media (max-width: 576px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-author img {
        width: 50px;
        height: 50px;
    }

    .author-info h4 {
        font-size: 1.1rem;
    }

    .author-info span {
        font-size: 0.9rem;
    }
}

/* Partners Section */
.partners {
    padding: 100px 0;
    /* background-color: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); */
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.partners::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f1f5f9' fill-opacity='0.8'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 1;
}

.partners .container {
    position: relative;
    z-index: 2;
}

/* 
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.subtitle {
    display: inline-block;
    background: rgba(41, 127, 142, 0.1);
    color: #297f8e;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.partners h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4f5a;
    margin-bottom: 10px;
    line-height: 1.3;
} */

/* Partners Carousel Container */
.partners-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 20px 0;
}

.partners-carousel {
    width: 100%;
    max-width: 800px;
    /* Reduced to ensure scrolling on desktop */
    overflow: hidden;
    position: relative;
}

.partners-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 60px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.partner-slide {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo-circle {
    width: 150px;
    height: 150px;
    /* background: #ffffff; */
    /* border: 2px solid #e2e8f0; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    position: relative;
    overflow: hidden;
}

/* .partner-logo-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(41, 127, 142, 0.1) 0%, rgba(26, 79, 90, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
} */

/* .partner-logo-circle:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(41, 127, 142, 0.2);
    filter: drop-shadow(0 8px 25px red);
} */

.partner-logo-circle:hover::before {
    opacity: 1;
}

.partner-logo-circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.partner-logo-circle:hover img {
    transform: scale(1.05);
}

/* Navigation Buttons */
.partner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: var(--primary-color);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partner-nav:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(41, 127, 142, 0.3);
}

.partner-nav-prev {
    left: -25px;
}

.partner-nav-next {
    right: -25px;
}

.no-partners {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-light);
}

/* Responsive Design for Partners Carousel */
@media (max-width: 1200px) {
    .partners {
        padding: 90px 0;
    }

    .partners-carousel {
        max-width: 700px;
    }

    .partners-track {
        gap: 50px;
    }

    .partner-logo-circle {
        width: 140px;
        height: 90px;
    }
}

@media (max-width: 992px) {
    .partners {
        padding: 80px 0;
    }

    .partners-carousel {
        max-width: 600px;
    }

    .partners-track {
        gap: 40px;
    }

    .partner-logo-circle {
        width: 130px;
        height: 80px;
        padding: 12px;
    }

    .partner-nav {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .partners {
        padding: 70px 0;
    }

    .partners-carousel-container {
        padding: 15px 0;
    }

    .partners-carousel {
        max-width: 500px;
    }

    .partners-track {
        gap: 30px;
    }

    .partner-logo-circle {
        width: 120px;
        height: 70px;
        padding: 10px;
        border-width: 2px;
    }

    .partner-nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .partner-nav-prev {
        left: -20px;
    }

    .partner-nav-next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .partners {
        padding: 60px 0;
    }

    .partners-carousel {
        max-width: 350px;
    }

    .partners-track {
        gap: 20px;
        justify-content: flex-start;
    }

    .partner-logo-circle {
        width: 100px;
        height: 60px;
        padding: 8px;
    }

    .partner-nav {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .partner-nav-prev {
        left: -15px;
    }

    .partner-nav-next {
        right: -15px;
    }
}

/* ===================================
   Modern Hero Slider Styles
   =================================== */
/* Hero Slider Styles */
/* Enquiry Form Section */
.enquiry-form-section {
    padding: 90px 0;
    background: var(--light-bg, #F6F7F2) !important;
    position: relative;
    overflow: hidden;
}

.enquiry-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    z-index: 1;
}

.enquiry-form-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); */
    padding: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 75, 35, 0.05);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enquiry-form-container:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-hover);
}

.enquiry-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.enquiry-form {
    position: relative;
    z-index: 2;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 5px;
    gap: 20px;
}

.form-group {
    flex: 1;
    min-width: 200px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex: 0 0 100%;
}

.form-group i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
    height: 20px;
    display: flex;
    align-items: center;
}

.form-group.full-width i {
    top: 25px;
    transform: none;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 13px 18px;
    border: 1px solid var(--line, #DFE4DC);
    border-radius: 12px;
    font-size: 0.94rem;
    color: var(--green-900, #0A3D22);
    transition: all 0.25s ease;
    background-color: #F8FAFC;
    font-family: inherit;
    position: relative;
    z-index: 1;
    height: auto;
}

.form-group textarea {
    height: 120px;
    resize: vertical;
    padding-top: 13px;
    line-height: 1.6;
}

.form-group select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230A3D22' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    padding-right: 45px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--orange-500, #F4650A);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(244, 101, 10, 0.12);
}

/* Static Field Labels */
.form-group label,
.field-label {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: var(--green-900, #0A3D22) !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Submit button */
.form-submit {
    text-align: center;
    margin-top: 30px;
}

.btn-submit {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #1a4f5a 0%, #297f8e 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #1a4f5a 0%, #297f8e 80%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 79, 90, 0.3);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-submit i {
    transition: transform 0.3s ease;
}

.btn-submit i.fa-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Form Message Styling */
.enquiry-form-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    display: none;
}

.enquiry-form-message.success {
    background: #e6f4f1;
    color: #1687a7;
    border: 1px solid #1687a7;
}

.enquiry-form-message.error {
    background: #fde0e0;
    color: #d00000;
    border: 1px solid #d00000;
}

.enquiry-form-message.show {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .enquiry-form-section {
        padding: 80px 0;
    }

    .enquiry-form-container {
        padding: 40px 30px;
    }

    .form-group {
        flex: 0 0 calc(50% - 15px);
    }

    .form-group.full-width {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .enquiry-form-section {
        padding: 70px 0;
    }

    .enquiry-form-container {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .form-row {
        flex-direction: column;
        margin: 0 0 15px;
        gap: 15px;
    }

    .form-group {
        flex: 1;
        width: 100%;
        margin: 0;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        height: 52px;
    }

    .form-group textarea {
        height: 140px;
    }
}

/* Stats Counter */
.stats-counter {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #297f8e, #1a4f5a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-item h3 {
    font-size: 2.5rem;
    color: #1a4f5a;
    margin: 0 0 10px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.stat-item p {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

/* Responsive Design for Stats */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-item {
        padding: 25px 15px;
    }

    .stat-item h3 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-item {
        padding: 20px 15px;
    }

    .stat-item h3 {
        font-size: 1.8rem;
    }
}

/* Contact Form Section */
.contact-form-section {
    background-color: var(--light-bg);
}

.contact-form-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.contact-info {
    padding: 60px;
    background: var(--primary-color);
    color: var(--white);
}

.contact-info h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.contact-info p {
    opacity: 0.9;
    margin-bottom: 30px;
}

.contact-details {
    margin-top: 40px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-item i {
    font-size: 20px;
    color: var(--secondary-color);
    margin-top: 5px;
}

.contact-item h4 {
    margin: 0 0 5px;
    font-size: 1.1rem;
}

.contact-item p {
    margin: 0;
    opacity: 0.9;
}

.form-container {
    padding: 60px;
}

.form-container h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    text-align: center;
    padding: 80px 0;
}

.cta-content h2 {
    color: var(--white);
    margin-bottom: 15px;
}

.cta-content p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.9;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.png') center/cover;
    opacity: 0.1;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.cta-content p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    /* background: var(--primary-color); */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer h3 {
    color: var(--white);
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-links ul,
.footer-services ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-services li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-services a {
    color: #a0a8b8;
    transition: var(--transition);
    display: block;
    padding: 5px 0;
}

.footer-links a:hover,
.footer-services a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.footer-contact i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-legal {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-legal a {
    color: #a0a8b8;
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--white);
}

/* Animations */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form-container {
        grid-template-columns: 1fr;
    }

    .contact-info {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-about {
        grid-column: 1 / -1;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-newsletter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .form-container,
    .contact-info {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-about,
    .footer-newsletter {
        text-align: left;
    }

    .footer-links,
    .footer-services {
        text-align: left;
    }

    .footer-links a,
    .footer-services a {
        justify-content: center;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }

    .footer-legal a:not(:last-child)::after {
        display: none;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 20px;
        right: 20px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-about {
        padding-right: 0;
    }



    .form-container,
    .contact-info {
        padding: 25px 20px;
    }
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.preloader.fade-out {
    opacity: 0;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Top Header Bar */
.top-header {
    background-color: #2c2c2c;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.consultation-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e0e0e0;
}

.book-schedule {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.book-schedule:hover {
    color: #297f8e;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info .email {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e0e0e0;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #444;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #297f8e;
}

/* Main Navigation */
.main-navbar {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 4px 30px rgba(0, 75, 35, 0.02);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo-section {
    flex-shrink: 0;
}

.logo-section .logo {
    height: 72px;
    max-height: 72px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}

.logo-section .logo:hover {
    transform: scale(1.03);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    justify-content: center;
    margin: 0 20px;
}

.nav-link {
    color: var(--primary-color, #0A3D22);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 14px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    color: var(--secondary-color, #F4650A) !important;
    background-color: transparent !important;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 3px;
    background-color: var(--secondary-color, #F4650A);
    border-radius: 3px;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

/* Enhanced Dropdown Styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.dropdown-toggle:hover {
    background-color: rgba(41, 127, 142, 0.08);
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--primary-color);
    font-weight: 600;
}

.dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
    color: var(--primary-dark);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1000;
    padding: 8px 0;
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.dropdown-content::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 16px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    z-index: -1;
}

.dropdown-content.show,
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Landscape 3-Column Mega Dropdown Menu */
.nav-item.dropdown {
    position: relative;
}

.dropdown-mega-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #ffffff;
    width: 680px;
    box-shadow: 0 16px 45px rgba(10, 61, 34, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid var(--line, #DFE4DC);
}

.dropdown-mega-content::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-top: 1px solid var(--line, #DFE4DC);
    border-left: 1px solid var(--line, #DFE4DC);
    z-index: 1;
}

/* Invisible Bridge to prevent hover loss */
.dropdown-mega-content::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
}

.dropdown-mega-content.show,
.dropdown:hover .dropdown-mega-content {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    text-decoration: none;
    color: var(--green-900, #0A3D22);
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 12px;
    background: #F8FAFC;
    border: 1px solid var(--line, #DFE4DC);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-item span {
    transition: color 0.25s ease;
}

.mega-item:hover {
    background: linear-gradient(135deg, var(--orange-500, #F4650A) 0%, var(--orange-600, #D95501) 100%);
    border-color: var(--orange-500, #F4650A);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(244, 101, 10, 0.28);
}

.mega-item:hover span {
    color: #ffffff !important;
}

.mega-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(244, 101, 10, 0.1);
    color: var(--orange-500, #F4650A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.mega-item:hover .mega-icon {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.mega-footer-link {
    grid-column: span 3;
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid var(--line, #DFE4DC);
    text-align: center;
}

.mega-footer-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--green-900, #0A3D22);
    text-decoration: none;
    transition: color 0.25s ease;
}

.mega-footer-link a:hover {
    color: var(--orange-500, #F4650A);
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #4a5568;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-radius: 6px;
    margin: 2px 6px;
}

.dropdown-content a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 2px;
    transition: height 0.3s ease;
}

.dropdown-content a:hover {
    background-color: rgba(41, 127, 142, 0.06);
    color: var(--primary-dark);
    transform: translateX(4px);
}

.dropdown-content a:hover::before {
    height: 16px;
}

.dropdown-content a i {
    margin-right: 10px;
    font-size: 14px;
    color: var(--primary-color);
    transition: all 0.3s ease;
    width: 16px;
    text-align: center;
}

.dropdown-content a:hover i {
    color: var(--primary-dark);
    transform: scale(1.05);
}

/* Dropdown separator */
.dropdown-separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
    margin: 8px 16px;
}

/* Special styling for featured dropdown items */
.dropdown-content a.featured {
    background: linear-gradient(135deg, rgba(41, 127, 142, 0.1) 0%, rgba(26, 79, 90, 0.05) 100%);
    border: 1px solid rgba(41, 127, 142, 0.2);
    font-weight: 600;
    color: var(--primary-dark);
}

.dropdown-content a.featured:hover {
    background: linear-gradient(135deg, rgba(41, 127, 142, 0.15) 0%, rgba(26, 79, 90, 0.08) 100%);
    transform: translateX(12px) scale(1.02);
}

/* Dropdown hover effects for desktop */
@media screen and (min-width: 769px) {
    .dropdown:hover .dropdown-toggle {
        background-color: rgba(41, 127, 142, 0.08);
    }

    .dropdown:hover .dropdown-arrow {
        transform: rotate(180deg);
        color: var(--primary-dark);
    }

    .dropdown:hover .dropdown-content {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Focus states for accessibility */
.dropdown-toggle:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.dropdown-content a:focus {
    background: linear-gradient(135deg, rgba(41, 127, 142, 0.12) 0%, rgba(41, 127, 142, 0.06) 100%);
    color: var(--primary-dark);
    outline: none;
}

/* Loading state for dropdown */
.dropdown.loading .dropdown-arrow {
    animation: dropdownSpin 1s linear infinite;
}

@keyframes dropdownSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Multi-level dropdown support */
.dropdown-content .dropdown {
    width: 100%;
}

.dropdown-content .dropdown-content {
    left: 100%;
    top: 0;
    margin-left: 8px;
}

.dropdown-content .dropdown-toggle {
    padding: 14px 20px;
    margin: 0 8px;
    border-radius: 8px;
    justify-content: space-between;
}

.dropdown-content .dropdown-arrow {
    transform: rotate(-90deg);
}

.dropdown-content .dropdown.active .dropdown-arrow {
    transform: rotate(0deg);
}

/* Show dropdown on hover for desktop */
/* @media screen and (min-width: 769px) {
    .dropdown:hover .dropdown-content {
        display: block !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .dropdown:hover .dropdown-arrow {
        transform: rotate(180deg);
    }
} */

/* CTA Section */
.nav-cta-section {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-hover) 100%);
    color: white !important;
    padding: 10px 24px;
    border-radius: 30px;
    text-align: center;
    min-width: 180px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(235, 104, 21, 0.2);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-cta-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(235, 104, 21, 0.35);
}

.nav-cta-text {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.2;
}

.nav-phone-number {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}


/* Mobile Toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 5px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2c2c2c;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


/* Mobile Responsive */
@media screen and (max-width: 1024px) {
    .navbar-content {
        padding: 0 15px;
    }

    .nav-menu {
        gap: 18px;
        margin: 0 20px;
    }

    .cta-section {
        min-width: 140px;
        padding: 10px 15px;
    }

    .cta-text {
        font-size: 12px;
    }

    .phone-number {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .top-header-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 8px 15px;
    }

    .top-left,
    .top-right {
        flex-direction: column;
        gap: 10px;
    }

    .navbar-content {
        height: 60px;
        padding: 0 15px;
    }

    .logo-section .logo {
        height: 35px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        gap: 0;
        margin: 0;
        z-index: 999;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item,
    .nav-item.dropdown,
    .dropdown {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .nav-link,
    .dropdown-toggle {
        padding: 14px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        width: 100% !important;
        text-align: left !important;
        font-size: 1.05rem !important;
        font-weight: 600 !important;
        color: var(--green-900, #0A3D22) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
        background: transparent !important;
        border-radius: 0 !important;
        transition: color 0.25s ease !important;
    }

    .nav-link:last-child {
        border-bottom: none !important;
    }

    .mobile-toggle {
        display: flex;
    }

    .cta-section {
        display: none;
    }

    .dropdown-arrow {
        transition: transform 0.3s ease, color 0.3s ease !important;
        font-size: 0.88rem !important;
        margin-left: 8px !important;
        color: var(--muted-2) !important;
    }

    .dropdown.active .dropdown-arrow,
    .dropdown.open .dropdown-arrow {
        transform: rotate(180deg) !important;
        color: var(--orange-500, #F4650A) !important;
    }

    .dropdown.active .dropdown-toggle,
    .dropdown.open .dropdown-toggle {
        color: var(--orange-500, #F4650A) !important;
    }

    /* Mobile Responsive Services Mega Dropdown */
    .dropdown-mega-content {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: 2px solid var(--orange-500, #F4650A) !important;
        border-radius: 0 !important;
        background: transparent !important;
        padding: 8px 0 8px 12px !important;
        margin: 6px 0 10px 4px !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
        display: none;
    }

    .dropdown-mega-content::before,
    .dropdown-mega-content::after {
        display: none !important;
    }

    .dropdown-mega-content.show,
    .dropdown.active .dropdown-mega-content,
    .dropdown.open .dropdown-mega-content {
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .mega-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .mega-item {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 12px !important;
        font-size: 0.92rem !important;
        font-weight: 600 !important;
        background: #F8FAFC !important;
        border: 1px solid var(--line, #DFE4DC) !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        color: var(--green-900, #0A3D22) !important;
        text-align: left !important;
        transition: all 0.2s ease !important;
    }

    .mega-item:hover,
    .mega-item:active {
        background: #ffffff !important;
        border-color: var(--orange-500, #F4650A) !important;
        transform: translateX(3px) !important;
    }

    .mega-item span {
        white-space: normal !important;
        word-break: break-word !important;
        line-height: 1.3 !important;
        color: var(--green-900, #0A3D22) !important;
    }

    .mega-icon {
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
        background: rgba(244, 101, 10, 0.08) !important;
        color: var(--orange-500, #F4650A) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0.9rem !important;
        flex-shrink: 0 !important;
    }

    .mega-footer-link {
        grid-column: span 1 !important;
        width: 100% !important;
        margin-top: 4px !important;
        padding-top: 8px !important;
        border-top: 1px dashed var(--line, #DFE4DC) !important;
        text-align: left !important;
    }

    .mega-footer-link a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-size: 0.88rem !important;
        font-weight: 700 !important;
        color: var(--orange-500, #F4650A) !important;
        padding: 6px 0 !important;
        width: 100% !important;
    }

    .dropdown-content::before {
        display: none;
    }

    .dropdown-content.show {
        display: block;
        animation: mobileDropdownSlide 0.3s ease-out;
    }

    @keyframes mobileDropdownSlide {
        from {
            opacity: 0;
            max-height: 0;
            padding: 0;
        }

        to {
            opacity: 1;
            max-height: 300px;
            padding: 8px 0;
        }
    }

    .dropdown-content a {
        padding: 16px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 15px;
        color: #4a5568;
        margin: 0;
        border-radius: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .dropdown-content a::before {
        display: none;
    }

    .dropdown-content a:hover {
        background: linear-gradient(135deg, rgba(41, 127, 142, 0.08) 0%, rgba(41, 127, 142, 0.04) 100%);
        color: var(--primary-dark);
        transform: none;
        padding-left: 32px;
    }

    .dropdown-content a:last-child {
        border-bottom: none;
    }

    .dropdown-content a i {
        margin-right: 12px;
        color: var(--primary-color);
        font-size: 16px;
        width: 20px;
        text-align: center;
    }

    .dropdown-content a:hover i {
        color: var(--primary-dark);
        transform: scale(1.1);
    }

    .dropdown-arrow {
        margin-left: auto;
        font-size: 14px;
        color: var(--primary-color);
    }
}

@media screen and (max-width: 480px) {
    .social-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-section .logo {
        height: 35px;
    }


    .hero-content p {
        font-size: 16px;
    }

    .nav-menu {
        padding: 15px;
    }

    .nav-link {
        padding: 12px 0;
        font-size: 15px;
    }
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background-color: var(--light-bg);
    position: relative;
    overflow: hidden;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--box-shadow-hover);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

/* 
.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.2;
    z-index: 1;
} */
/* 
.date-day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.date-month {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
} */

.blog-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: var(--white);
    background-color: var(--primary-color);
    padding: 3px 8px;
    border-radius: 8px;
    max-width: fit-content;
}

.blog-meta i {
    margin-right: 5px;
    color: var(--white);
}

.blog-content h3 {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.blog-content h3 a {
    color: var(--text-dark);
    transition: var(--transition);
}

.blog-content h3 a:hover {
    color: var(--primary-color);
}

.blog-content p {
    margin-bottom: 20px;
    color: var(--text-color);
    flex: 1;
}

.read-more {
    display: inline-flex;
    align-items: center;
    /* color: var(--primary-color); */
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
}

.read-more i {
    margin-left: 8px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 992px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-grid {
        gap: 25px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .blog-image {
        height: 200px;
    }

    .blog-meta {
        flex-direction: column;
        gap: 8px;
    }

    .blog-content h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-image {
        height: 180px;
    }

    .blog-date {
        top: 15px;
        right: 15px;
        padding: 8px 12px;
    }

    .date-day {
        font-size: 1.3rem;
    }

    .date-month {
        font-size: 0.8rem;
    }
}

/* Ensure the blog section has proper spacing after it */
.blog-section+section {
    padding-top: 80px;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    position: relative;
    overflow: hidden;
    padding-block: 76px 50px;
    isolation: isolate;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(60px);
}

.hero::before {
    width: 640px;
    height: 640px;
    top: -260px;
    right: -180px;
    background: radial-gradient(circle, rgba(10, 61, 34, .16), transparent 70%);
}

.hero::after {
    width: 460px;
    height: 460px;
    bottom: -220px;
    left: -140px;
    background: radial-gradient(circle, rgba(244, 101, 10, .14), transparent 70%);
}

.hero-grid {
    display: grid;
    gap: 52px;
    align-items: center;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px 7px 8px;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    font-family: var(--font-display);
    font-size: .78rem;
    font-weight: 600;
    color: var(--green-900);
    margin-bottom: 22px;
    box-shadow: var(--shadow-card);
}

.hero-pill .dot-live {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-pill .dot-live svg {
    width: 11px;
    height: 11px;
}

.hero h1,
.hero-slide h1 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: clamp(1.75rem, 2.6vw, 2.25rem) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: var(--green-900) !important;
    margin-bottom: 16px !important;
    max-width: 540px;
}

.hero h1 em {
    font-style: normal;
    color: var(--orange-500);
}

.hero-sub {
    max-width: 52ch;
    font-size: 1.08rem;
    margin-bottom: 32px;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.hero-stat b {
    display: block;
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--green-900);
}

.hero-stat span {
    font-size: .82rem;
    color: var(--muted-2);
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* ---- modern "dashboard" mockup (ENLARGED) ---- */
.hero-mock-wrap {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
}

.hero-blended-graphic-card {
    position: relative;
    border-radius: 24px;
    overflow: visible;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    animation: mockIn .8s cubic-bezier(.16, .9, .28, 1) both;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-blended-graphic-card:hover {
    transform: translateY(-5px) scale(1.02);
}

.hero-blended-img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 25px 45px rgba(10, 61, 34, 0.12));
    transition: transform 0.5s ease, filter 0.5s ease;
}

.hero-blended-graphic-card:hover .hero-blended-img {
    transform: scale(1.03);
    filter: drop-shadow(0 32px 55px rgba(10, 61, 34, 0.18));
}

.hero-mock {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(10, 61, 34, 0.12);
    overflow: hidden;
    animation: mockIn .8s cubic-bezier(.16, .9, .28, 1) both;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-mock:hover {
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 30px 70px -15px rgba(10, 61, 34, .22);
}

@keyframes mockIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-mock-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.hero-mock-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hero-mock-bar span:nth-child(1) {
    background: #ff5f56 !important;
}

.hero-mock-bar span:nth-child(2) {
    background: #ffbd2e !important;
}

.hero-mock-bar span:nth-child(3) {
    background: #27c93f !important;
}

.hero-mock-bar .url {
    margin-left: 12px;
    font-size: .78rem;
    color: var(--muted-2);
    font-family: var(--font-display);
    background: rgba(10, 61, 34, 0.05);
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hero-mock-body {
    padding: 26px 28px;
}

.hero-mock-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.hero-mock-head b {
    font-family: var(--font-display);
    color: var(--green-900);
    font-size: 1.05rem;
    display: block;
}

.hero-mock-head span {
    font-size: .8rem;
    color: var(--muted-2);
}

.hero-mock-metric {
    text-align: right;
}

.hero-mock-metric b {
    font-family: var(--font-display);
    font-size: 1.75rem;
    color: var(--green-900);
}

.hero-mock-metric .up {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .78rem;
    color: var(--green-700);
    background: #E8F5EC;
    padding: 3px 9px;
    border-radius: 6px;
    font-weight: 600;
}

.hero-mock-graph {
    position: relative;
    height: 140px;
    margin-bottom: 20px;
}

.hero-mock-graph svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hero-mock-graph path.fill {
    opacity: .16;
}

.hero-mock-graph path.line {
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
    animation: drawLine 1.4s .3s cubic-bezier(.2, .7, .2, 1) forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

.hero-mock-graph circle {
    opacity: 0;
    animation: dotIn .3s .9s ease forwards;
}

@keyframes dotIn {
    to {
        opacity: 1;
    }
}

.hero-mock-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-mock-tags span {
    font-size: .78rem;
    font-family: var(--font-display);
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--paper);
    border: 1px solid var(--line);
    color: var(--green-800);
}

.float-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(10, 61, 34, 0.12);
    border-radius: 14px;
    padding: 11px 16px;
    font-family: var(--font-display);
    font-size: .85rem;
    font-weight: 600;
    color: var(--green-900);
    animation: floaty 4.5s ease-in-out infinite;
    z-index: 10 !important;
}

.float-chip .ic-wrap {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-chip .ic-wrap svg {
    width: 15px;
    height: 15px;
}

.float-chip.chip-a {
    top: 28%;
    left: -20px;
    animation-delay: 0s;
}

.float-chip.chip-b {
    bottom: 10%;
    right: -20px;
    animation-delay: 1.4s;
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@media (max-width:640px) {
    .float-chip {
        display: none;
    }
}

.hero-trust {
    margin-top: 56px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.hero-trust span {
    font-size: .78rem;
    color: var(--muted-2);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: var(--font-display);
    white-space: nowrap;
}

.hero-trust-marks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-trust-marks .mark {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .92rem;
    color: var(--muted-2);
    opacity: .75;
}

@media(min-width:860px) {
    .hero-grid {
        grid-template-columns: 1.05fr .95fr;
    }
}

/* ==========================================================================
   Hero 3-Slide Auto Carousel Styles (100vh & Mobile Responsive)
   ========================================================================== */
.hero-slider-section {
    position: relative;
    overflow: hidden;
    background: var(--light-bg);
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px 0;
}

.hero-slider-container {
    position: relative;
    width: 100%;
}

.hero-slides-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 300%;
}

.hero-slide {
    width: 33.33333%;
    flex-shrink: 0;
    opacity: 0.35;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
}

/* Slider Controls */
.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(10, 61, 34, 0.12);
    color: var(--green-900);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 16px rgba(10, 61, 34, 0.08);
    transition: all 0.25s ease;
}

.hero-nav-btn:hover {
    background: var(--orange-500);
    color: #ffffff;
    border-color: var(--orange-500);
    transform: translateY(-50%) scale(1.08);
}

.hero-nav-prev {
    left: 16px;
}

.hero-nav-next {
    right: 16px;
}

.hero-indicators {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
}

.hero-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(10, 61, 34, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-indicator.active {
    width: 34px;
    border-radius: 12px;
    background: var(--orange-500);
}

/* Responsive Breakpoints for Mobile & Tablet Screens */
@media (max-width: 992px) {
    .hero-slider-section {
        min-height: auto;
        padding: 30px 0 70px 0;
    }

    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        text-align: center;
    }

    .hero h1,
    .hero-slide h1 {
        margin-inline: auto !important;
        font-size: 1.85rem !important;
    }

    .hero-sub {
        margin-inline: auto;
        font-size: 0.98rem;
    }

    .hero-cta-row {
        justify-content: center !important;
    }

    .hero-stats {
        justify-content: center !important;
        gap: 24px;
    }

    .hero-mock-wrap {
        max-width: 100% !important;
    }

    .hero-nav-prev {
        left: 4px;
    }

    .hero-nav-next {
        right: 4px;
    }
}

@media (max-width: 640px) {
    .float-chip {
        display: none !important;
    }

    .hero-mock-body {
        padding: 18px 16px;
    }

    .hero-mock-metric b {
        font-size: 1.4rem;
    }

    .hero-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}



/* ==========================================================================
   Services (Home)
   ========================================================================== */
.service-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow-card);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: var(--orange-500);
    box-shadow: 0 10px 30px rgba(10, 61, 34, 0.08), 0 1px 3px rgba(244, 101, 10, 0.1);
}

.service-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.service-card .icon svg {
    width: 24px;
    height: 24px;
}

.service-card h3 {
    margin-bottom: 8px;
}

.service-card>p {
    font-size: .94rem;
    margin-bottom: 16px;
}

.service-card ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 6px;
    list-style: none !important;
}

.service-card ul li {
    font-size: .9rem;
    color: var(--muted);
    padding-left: 18px;
    position: relative;
    list-style: none !important;
}

.service-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 2px;
    background: var(--orange-500);
}

.service-card ul li.hidden-item {
    display: none;
}

.service-card.expanded ul li.hidden-item {
    display: flex;
}

.more-toggle {
    border: none;
    background: none;
    font-family: var(--font-display);
    font-size: .84rem;
    font-weight: 600;
    color: var(--green-700);
    padding: 8px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.more-toggle:hover {
    color: var(--orange-600);
}

.more-toggle .chev {
    transition: transform .2s ease;
}

.service-card.expanded .more-toggle .chev {
    transform: rotate(180deg);
}

.service-card.feature {
    background: linear-gradient(160deg, var(--green-900), var(--green-700));
    color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card.feature h3 {
    color: #fff;
}

.service-card.feature p {
    color: rgba(255, 255, 255, .78);
}

.service-card.feature .icon {
    background: rgba(255, 255, 255, .14);
    color: var(--orange-500);
}

.service-card.feature a {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .9rem;
    color: var(--orange-500);
}


.field textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

/* Mobile Responsiveness (Screen widths down to 368px & lower) */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 60px 16px 40px !important;
    }

    .page-hero h1 {
        font-size: 1.85rem !important;
        line-height: 1.25 !important;
    }

    .page-hero p {
        font-size: 1rem !important;
    }

    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding-inline: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .form-row.two {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .form-card {
        padding: 20px 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .info-card {
        padding: 16px 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .map-block {
        height: 280px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .wrap {
        padding-inline: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-hero h1 {
        font-size: 1.5rem !important;
    }

    .form-card {
        padding: 18px 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .field input,
    .field select,
    .field textarea {
        font-size: 15px !important;
        padding: 10px 12px !important;
    }

    .btn.btn-primary {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   Header & Navbar Realignment - Match Target Screenshot (Zero Top Gap)
   ========================================================================== */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

.main-navbar {
    background: #ffffff !important;
    border-bottom: 1px solid var(--line, #DFE4DC) !important;
    box-shadow: 0 2px 12px rgba(15, 31, 23, 0.04) !important;
    position: sticky !important;
    top: 0 !important;
    margin: 0 !important;
    z-index: 1000 !important;
}

.navbar-content {
    height: 80px !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-inline: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.logo-section .logo {
    height: 72px !important;
    width: auto !important;
}

@media (min-width: 992px) {
    .nav-menu {
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .nav-menu {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #ffffff !important;
        flex-direction: column !important;
        padding: 20px 24px !important;
        box-shadow: 0 10px 30px rgba(10, 61, 34, 0.12) !important;
        gap: 0 !important;
        margin: 0 !important;
        z-index: 9999 !important;
        border-bottom: 1px solid var(--line, #DFE4DC) !important;
    }

    .nav-menu.active {
        display: flex !important;
    }

    .nav-link {
        padding: 14px 0 !important;
        border-bottom: 1px solid #f0f4f1 !important;
        width: 100% !important;
        text-align: left !important;
    }

    .nav-link::after {
        display: none !important;
    }

    .mobile-toggle {
        display: flex !important;
    }
}

.logo-section .logo {
    height: 72px !important;
    max-height: 72px !important;
    width: auto !important;
    display: block !important;
}

.nav-link {
    color: var(--green-900, #0A3D22) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: var(--font-body, 'Outfit', 'Inter', sans-serif) !important;
    text-decoration: none !important;
    padding: 6px 0 !important;
    margin: 0 12px !important;
    position: relative !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: color 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.nav-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 0 !important;
    height: 3px !important;
    background: var(--orange-500, #F4650A) !important;
    transition: width 0.25s ease !important;
    border-radius: 3px !important;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100% !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--orange-500, #F4650A) !important;
}

.dropdown-arrow-icon {
    transition: transform 0.2s ease !important;
    color: currentColor !important;
}

.dropdown:hover .dropdown-arrow-icon,
.dropdown.active .dropdown-arrow-icon {
    transform: rotate(180deg) !important;
}

.nav-cta-btn {
    background: linear-gradient(135deg, var(--orange-500, #F4650A) 0%, var(--orange-600, #D95501) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(244, 101, 10, 0.3) !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

.nav-cta-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(244, 101, 10, 0.45) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   Section Subtitles & Button Theme Overrides
   ========================================================================== */
.section-header .subtitle {
    display: inline-block !important;
    color: var(--orange-500, #F4650A) !important;
    background: rgba(244, 101, 10, 0.1) !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}

.section-header h2 {
    color: var(--green-900, #0A3D22) !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-weight: 700 !important;
}

.btn-apply,
.btn-submit,
.file-upload-button {
    background: linear-gradient(135deg, var(--orange-500, #F4650A) 0%, var(--orange-600, #D95501) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(244, 101, 10, 0.3) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.btn-apply:hover,
.btn-submit:hover,
.file-upload-button:hover {
    background: linear-gradient(135deg, #E25700 0%, #C44A00 100%) !important;
    color: #ffffff !important;
}

.logo-section .logo {
    height: 72px !important;
    width: auto !important;
}

@media (min-width: 992px) {
    .nav-menu {
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .nav-menu {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #ffffff !important;
        flex-direction: column !important;
        padding: 20px 24px !important;
        box-shadow: 0 10px 30px rgba(10, 61, 34, 0.12) !important;
        gap: 0 !important;
        margin: 0 !important;
        z-index: 9999 !important;
        border-bottom: 1px solid var(--line, #DFE4DC) !important;
    }

    .nav-menu.active {
        display: flex !important;
    }

    .nav-link {
        padding: 14px 0 !important;
        border-bottom: 1px solid #f0f4f1 !important;
        width: 100% !important;
        text-align: left !important;
    }

    .nav-link::after {
        display: none !important;
    }

    .mobile-toggle {
        display: flex !important;
    }
}

.nav-link {
    color: var(--green-900, #0A3D22) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: var(--font-body, 'Outfit', 'Inter', sans-serif) !important;
    text-decoration: none !important;
    padding: 6px 0 !important;
    margin: 0 12px !important;
    position: relative !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: color 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.nav-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 0 !important;
    height: 3px !important;
    background: var(--orange-500, #F4650A) !important;
    transition: width 0.25s ease !important;
    border-radius: 3px !important;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100% !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--orange-500, #F4650A) !important;
}

.dropdown-arrow-icon {
    transition: transform 0.2s ease !important;
    color: currentColor !important;
}

.dropdown:hover .dropdown-arrow-icon,
.dropdown.active .dropdown-arrow-icon {
    transform: rotate(180deg) !important;
}

.nav-cta-btn {
    background: linear-gradient(135deg, var(--orange-500, #F4650A) 0%, var(--orange-600, #D95501) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(244, 101, 10, 0.3) !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

.nav-cta-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(244, 101, 10, 0.45) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   Section Subtitles & Button Theme Overrides
   ========================================================================== */
.section-header .subtitle {
    display: inline-block !important;
    color: var(--orange-500, #F4650A) !important;
    background: rgba(244, 101, 10, 0.1) !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}

.section-header h2 {
    color: var(--green-900, #0A3D22) !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-weight: 700 !important;
}

.btn-apply,
.btn-submit,
.file-upload-button {
    background: linear-gradient(135deg, var(--orange-500, #F4650A) 0%, var(--orange-600, #D95501) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(244, 101, 10, 0.3) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.btn-apply:hover,
.btn-submit:hover,
.file-upload-button:hover {
    background: linear-gradient(135deg, #E25700 0%, #C44A00 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(244, 101, 10, 0.45) !important;
}

/* Executive Job Listing Cards */
.job-title h3 {
    font-size: 1.45rem !important;
    color: var(--green-900, #0A3D22) !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-weight: 700 !important;
}

/* Clean Collapsible Job Cards (No Orange Border) */
.job-card.collapsible-job-card {
    background: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid rgba(10, 61, 34, 0.12) !important;
    border-top: 1px solid rgba(10, 61, 34, 0.12) !important;
    border-left: 1px solid rgba(10, 61, 34, 0.12) !important;
    box-shadow: 0 4px 20px rgba(10, 61, 34, 0.04) !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.job-card.collapsible-job-card:hover {
    box-shadow: 0 10px 30px rgba(10, 61, 34, 0.08) !important;
    border-color: rgba(10, 61, 34, 0.25) !important;
}

.job-card-header {
    padding: 24px 28px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    background: #ffffff !important;
    transition: background 0.2s ease !important;
    gap: 16px !important;
}

.job-card.collapsible-job-card.active .job-card-header,
.job-card-header:hover {
    background: #fdfefe !important;
}

.job-card-title-group {
    flex: 1 !important;
}

.job-card-title-group h3 {
    font-size: 1.35rem !important;
    color: var(--green-900, #0A3D22) !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
}

.job-meta {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.job-meta span {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.85rem !important;
    color: #4a5568 !important;
    font-weight: 500 !important;
    background: #f4f6f8 !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
}

.job-meta i {
    margin-right: 6px !important;
    color: var(--orange-500, #F4650A) !important;
}

.job-card-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.job-toggle-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    color: var(--green-900, #0A3D22) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    font-size: 0.9rem !important;
}

.job-card.collapsible-job-card.active .job-toggle-btn {
    transform: rotate(180deg) !important;
    background: var(--orange-500, #F4650A) !important;
    color: #ffffff !important;
    border-color: var(--orange-500, #F4650A) !important;
}

.job-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    background: #ffffff;
}

.job-card.collapsible-job-card.active .job-card-body {
    max-height: 1200px;
    transition: max-height 0.4s ease-in-out;
}

.job-card-content {
    padding: 0 28px 28px 28px !important;
    border-top: 1px solid #edf2f7 !important;
    margin-top: 4px !important;
}

.job-desc {
    margin: 20px 0 16px 0 !important;
    color: #4a5568 !important;
    line-height: 1.7 !important;
}

.job-description-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 16px !important;
}

.job-detail-col h6 {
    color: var(--green-900, #0A3D22) !important;
    font-weight: 700 !important;
    font-size: 0.98rem !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.job-detail-col ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.job-detail-col ul li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 8px !important;
    color: #4a5568 !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
}

.job-detail-col ul li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: var(--orange-500, #F4650A) !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
}

.job-tags {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 18px !important;
    border-top: 1px solid #edf2f7 !important;
    margin-top: 20px !important;
}

/* Stacked Details (Responsibilities below Requirements) */
.job-details-stacked {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin-top: 18px !important;
}

.job-detail-block h6 {
    color: var(--green-900, #0A3D22) !important;
    font-weight: 700 !important;
    font-size: 0.98rem !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.job-detail-block ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.job-detail-block ul li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 8px !important;
    color: #4a5568 !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
}

.job-detail-block ul li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: var(--orange-500, #F4650A) !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
}

/* Bottom Footer (Tags on Left, Posted On & Apply Now on Bottom Right) */
.job-card-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 18px !important;
    border-top: 1px solid #edf2f7 !important;
    margin-top: 24px !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.job-tag-list {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.job-tag {
    background: rgba(10, 61, 34, 0.06) !important;
    color: var(--green-900, #0A3D22) !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
}

.job-footer-right {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-left: auto !important;
}

.job-date {
    font-size: 0.84rem !important;
    gap: 5px;
    color: #4a5568 !important;
    font-weight: 500 !important;
    background: #f4f6f8 !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
}

@media (max-width: 767.98px) {
    .job-card-header {
        padding: 20px 18px !important;
    }

    .job-card-footer {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }

    .job-footer-right {
        width: 100% !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
        margin-left: 0 !important;
    }

    .job-footer-right .btn-apply {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Custom Responsive Overrides */
@media (max-width: 768px) {
    .hero-cta-row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
    }

    .hero-cta-row .btn {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 14px 26px !important;
        box-sizing: border-box !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        border-radius: 999px !important;
        white-space: nowrap !important;
    }

    .btn-outline {
        border: 2px solid var(--primary-color, #0A3D22) !important;
        color: var(--primary-color, #0A3D22) !important;
        background: transparent !important;
    }

    .btn-outline:hover {
        background: var(--primary-color, #0A3D22) !important;
        color: #ffffff !important;
    }

    .nav-cta-btn,
    .nav-cta-section {
        display: none !important;
    }

    .mobile-only-cta {
        display: block !important;
    }

    .float-chip.chip-a {
        left: 10px !important;
        top: -20px !important;
    }

    .float-chip.chip-b {
        right: 10px !important;
        bottom: -20px !important;
    }
}

@media (min-width: 769px) {
    .mobile-only-cta {
        display: none !important;
    }
}

/* ==========================================================================
   VoleGrow Media — Design Tokens
   Palette sampled directly from the logo mark.
   ========================================================================== */
:root {
    --green-900: #0A3D22;
    /* primary — logo bars / headline ink */
    --green-800: #0F4A2A;
    --green-700: #166138;
    --green-600: #1C7A46;
    --orange-500: #F4650A;
    /* accent — logo arrow / "Grow" */
    --orange-600: #D95501;
    --orange-100: #FFE8D8;
    --paper: #F6F7F2;
    /* page background — pale sage, not stock cream */
    --surface: #FFFFFF;
    --ink: #0F1F17;
    --muted: #516155;
    --muted-2: #7C8A80;
    --line: #DFE4DC;
    --line-strong: #C7D0C6;

    --font-display: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;

    --container: 1180px;
    --shadow-card: 0 1px 2px rgba(15, 31, 23, .04), 0 12px 32px -16px rgba(15, 31, 23, .18);
    --shadow-pop: 0 24px 60px -20px rgba(10, 61, 34, .35);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    margin: 0;
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

input,
textarea,
select {
    font-family: inherit;
}

.wrap {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: 24px;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    color: var(--green-900);
    margin: 0;
    letter-spacing: -.01em;
}

h1 {
    font-size: clamp(2.4rem, 4.6vw, 4rem);
    line-height: 1.04;
    font-weight: 600;
}

h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    line-height: 1.12;
    font-weight: 600;
}

h3 {
    font-size: 1.28rem;
    font-weight: 600;
}

p {
    margin: 0;
    color: var(--muted);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--orange-600);
    margin-bottom: 14px;
}

.eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--orange-500);
    display: inline-block;
}


/* ==========================================================================
   Signature motif: growth bars (echoes the logo mark)
   Used as section dividers, loaders for stats, and hover accents.
   ========================================================================== */
.bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    height: 20px;
}

.bars i {
    display: block;
    width: 5px;
    background: var(--orange-500);
    border-radius: 2px 2px 0 0;
    transform-origin: bottom;
    animation: barGrow .9s cubic-bezier(.2, .8, .2, 1) both;
}

.bars i:nth-child(1) {
    height: 40%;
    animation-delay: .05s;
}

.bars i:nth-child(2) {
    height: 65%;
    animation-delay: .15s;
    background: var(--green-700);
}

.bars i:nth-child(3) {
    height: 100%;
    animation-delay: .25s;
}

@keyframes barGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 auto;
    width: 100%;
    max-width: var(--container);
    padding-inline: 24px;
}

.divider .line {
    flex: 1;
    height: 1px;
    background: var(--line-strong);
}

/* ==========================================================================
   Header / Nav
   ========================================================================== */

/* ==========================================================================
   Hero
   ========================================================================== */

/* ==========================================================================
   Section shells
   ========================================================================== */
.section {
    padding-block: 88px;
}

.section-tight {
    padding-block: 64px;
}

.section-head {
    max-width: 640px;
    margin-bottom: 52px;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.section-head p {
    margin-top: 14px;
    font-size: 1.05rem;
}

.bg-ink {
    background: var(--green-900);
    color: #fff;
}

.bg-ink h2,
.bg-ink h3 {
    color: #fff;
}

.bg-ink p {
    color: rgba(255, 255, 255, .72);
}

.bg-surface {
    background: var(--surface);
}

/* ==========================================================================
   Why / tiers (uses bar-height metaphor honestly: three engagement tiers)
   ========================================================================== */
.tier-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tier-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 30px 26px;
    background: var(--surface);
}

.tier-bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 34px;
    margin-bottom: 20px;
}

.tier-bars i {
    width: 8px;
    border-radius: 3px 3px 0 0;
    background: var(--line-strong);
}

.tier-card[data-tier="foundation"] .tier-bars i:nth-child(1) {
    height: 100%;
    background: var(--orange-500);
}

.tier-card[data-tier="momentum"] .tier-bars i:nth-child(1) {
    height: 55%;
}

.tier-card[data-tier="momentum"] .tier-bars i:nth-child(2) {
    height: 100%;
    background: var(--orange-500);
}

.tier-card[data-tier="scale"] .tier-bars i:nth-child(1) {
    height: 45%;
}

.tier-card[data-tier="scale"] .tier-bars i:nth-child(2) {
    height: 75%;
}

.tier-card[data-tier="scale"] .tier-bars i:nth-child(3) {
    height: 100%;
    background: var(--orange-500);
}

.tier-card h3 {
    margin-bottom: 10px;
}

.tier-card p {
    font-size: .94rem;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testi-wrap {
    position: relative;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.testi-slide {
    display: none;
}

.testi-slide.active {
    display: block;
    animation: fadeUp .5s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testi-quote {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    color: var(--green-900);
    line-height: 1.4;
    margin-bottom: 22px;
}

.testi-quote::before {
    content: "“";
    color: var(--orange-500);
}

.testi-quote::after {
    content: "”";
    color: var(--orange-500);
}

.testi-person {
    font-size: .9rem;
    color: var(--muted-2);
}

.testi-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.testi-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--line-strong);
    border: none;
    padding: 0;
}

.testi-dots button.active {
    background: var(--orange-500);
    width: 22px;
    border-radius: 5px;
    transition: width .2s ease;
}

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
    border-radius: var(--radius-lg);
    padding: 56px 40px;
    background: var(--green-900);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    overflow: hidden;
}

.cta-band::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(244, 101, 10, .35), transparent 70%);
}

.cta-band h2 {
    color: #fff;
    max-width: 520px;
}

.cta-band .row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background: var(--green-900);
    color: rgba(255, 255, 255, .82);
    padding-block: 64px 28px;
    margin-top: 40px;
}

.footer-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 14px;
}

.footer-brand p {
    color: rgba(255, 255, 255, .62);
    max-width: 32ch;
    font-size: .92rem;
}

.footer-col h4 {
    color: #fff;
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col a {
    font-size: .92rem;
    color: rgba(255, 255, 255, .7);
}

.footer-col a:hover {
    color: var(--orange-500);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a:hover {
    background: var(--orange-500);
    border-color: var(--orange-500);
}

.footer-social svg {
    width: 16px;
    height: 16px;
}

.footer-bottom {
    margin-top: 48px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
}

@media(max-width:800px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:520px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Reveal on scroll
   ========================================================================== */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   About page
   ========================================================================== */
/* About page landscape hero - Premium Clean Light Theme */
.page-hero {
    padding-block: 56px 48px !important;
    background: linear-gradient(180deg, #F5F8F4 0%, #E6EDE3 100%) !important;
    color: var(--green-900, #0A3D22) !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 2px solid rgba(10, 61, 34, 0.14) !important;
    box-shadow: 0 4px 20px rgba(10, 61, 34, 0.05) !important;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 50% -20%, rgba(244, 101, 10, 0.07) 0%, transparent 65%),
        radial-gradient(circle at 10% 80%, rgba(10, 61, 34, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(10, 61, 34, 0.04) 0%, transparent 50%),
        url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="1" fill="rgba(10,61,34,0.06)"/></svg>');
    opacity: 0.85;
    z-index: 1;
}

.page-hero .wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 860px;
    margin-inline: auto;
}

.page-hero .eyebrow {
    color: var(--orange-600, #D95501) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    background: rgba(244, 101, 10, 0.08) !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(244, 101, 10, 0.18) !important;
    box-shadow: 0 2px 8px rgba(244, 101, 10, 0.04) !important;
}

.page-hero .eyebrow::before {
    display: none !important;
    content: none !important;
}

.page-hero h1 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    max-width: 820px;
    margin-inline: auto;
    font-size: clamp(2.1rem, 3.4vw, 2.6rem) !important;
    line-height: 1.25 !important;
    color: var(--green-900, #0A3D22) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 14px !important;
}

.page-hero p,
.page-hero .hero-sub {
    color: #516155 !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    max-width: 680px;
    margin-inline: auto;
    font-weight: 400 !important;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-sub {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--muted);
}

.hero-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.hero-stat-pill {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 16px 14px;
    text-align: center;
    box-shadow: var(--shadow-card);
}

.hero-stat-pill strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.45rem;
    color: var(--orange-500);
    font-weight: 700;
    line-height: 1.1;
}

.hero-stat-pill span {
    display: block;
    font-size: 0.78rem;
    color: var(--muted-2);
    margin-top: 4px;
    font-weight: 500;
}

.split {
    display: grid;
    gap: 56px;
    align-items: center;
}

@media(min-width:860px) {
    .split {
        grid-template-columns: 1fr 1fr;
    }
}

.split.reverse .split-media {
    order: 2;
}

.split.image-left .split-media {
    order: 1 !important;
}

.split.image-left .reveal:not(.split-media) {
    order: 2 !important;
}

.split.image-right .reveal:not(.split-media) {
    order: 1 !important;
}

.split.image-right .split-media {
    order: 2 !important;
}

.split-media {
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, var(--green-800), var(--green-900));
    aspect-ratio: 4/3.2;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-media .chart {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    height: 46%;
}

.split-media .col {
    width: 26px;
    background: var(--orange-500);
    border-radius: 6px 6px 0 0;
}

.split-media .col:nth-child(1) {
    height: 38%;
    background: rgba(255, 255, 255, .35);
}

.split-media .col:nth-child(2) {
    height: 66%;
    background: rgba(255, 255, 255, .6);
}

.split-media .col:nth-child(3) {
    height: 100%;
    background: var(--orange-500);
}

.value-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 28px;
}

.value-item {
    display: flex;
    gap: 16px;
}

.value-item .dot {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.value-item .dot svg {
    width: 15px;
    height: 15px;
}

.value-item h4 {
    margin-bottom: 4px;
    font-size: 1.02rem;
}

.value-item p {
    font-size: .94rem;
}

.director-band {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 52px;
    display: grid;
    gap: 40px;
    align-items: center;
}

@media(min-width:860px) {
    .director-band {
        grid-template-columns: .8fr 1.2fr;
        padding: 56px 60px;
    }
}

.director-portrait {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: var(--radius-md);
    background: linear-gradient(150deg, var(--green-700), var(--green-900));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    max-width: 220px;
}

.director-quote {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.1vw, 1.4rem);
    color: var(--green-900);
    line-height: 1.5;
    margin-bottom: 18px;
}

.director-name {
    font-weight: 700;
    color: var(--green-900);
    font-family: var(--font-display);
}

.director-role {
    font-size: .86rem;
    color: var(--muted-2);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.team-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.team-card {
    background: #ffffff;
    border: 1px solid var(--line, #DFE4DC);
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(10, 61, 34, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(10, 61, 34, 0.12);
    border-color: rgba(244, 101, 10, 0.35);
}

.team-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #F4F6F2;
    border: 1px solid var(--line, #DFE4DC);
}

.team-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.team-card:hover .team-avatar-img {
    transform: scale(1.05);
}

.team-avatar {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(244, 101, 10, 0.12) 0%, rgba(10, 61, 34, 0.08) 100%);
    color: var(--orange-600, #D95501);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    border: 1px solid var(--line, #DFE4DC);
}

.team-card h4 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    color: var(--green-900, #0A3D22);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.team-card span {
    font-size: 0.88rem;
    color: var(--orange-500, #F4650A);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.team-card p {
    font-size: 0.9rem;
    color: var(--muted-2);
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 0;
    flex: 1;
}

.team-note {
    margin-top: 22px;
    font-size: .85rem;
    color: var(--muted-2);
    border-top: 1px dashed var(--line-strong);
    padding-top: 16px;
}

@media (max-width: 1100px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-grid {
    display: grid;
    gap: 44px;
}

@media(min-width:900px) {
    .contact-grid {
        grid-template-columns: 1fr 1.15fr;
    }
}

.info-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 24px;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.info-card .ic {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-card .ic svg {
    width: 20px;
    height: 20px;
}

.info-card h4 {
    font-family: var(--font-display);
    color: var(--green-900);
    font-size: .98rem;
    margin-bottom: 4px;
}

.info-card p {
    font-size: .92rem;
}

.info-card .flag {
    display: inline-block;
    margin-top: 6px;
    font-size: .72rem;
    color: var(--orange-600);
    background: var(--orange-100);
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.map-block {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    overflow: hidden;
    aspect-ratio: 16/9;
    background:
        repeating-linear-gradient(0deg, rgba(10, 61, 34, .05) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(90deg, rgba(10, 61, 34, .05) 0 1px, transparent 1px 34px),
        var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--muted-2);
    font-size: .86rem;
    margin-top: 8px;
    padding: 20px;
}

.map-block .pin {
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0;
    background: var(--orange-500);
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.map-block .pin svg {
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    color: #fff;
}

.form-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-card);
}

.form-row {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
}

@media(min-width:560px) {
    .form-row.two {
        grid-template-columns: 1fr 1fr;
    }
}

.field label {
    display: block;
    font-family: var(--font-display);
    font-size: .82rem;
    font-weight: 600;
    color: var(--green-900);
    margin-bottom: 7px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1.4px solid var(--line-strong);
    background: var(--paper);
    color: var(--ink);
    font-size: .95rem;
    transition: border-color .18s ease, background .18s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--orange-500);
    background: #fff;
    outline: none;
}

.field textarea {
    resize: vertical;
    min-height: 120px;
}

.field-error {
    font-size: .78rem;
    color: #C0341E;
    margin-top: 6px;
    display: none;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
    border-color: #C0341E;
}

.field.invalid .field-error {
    display: block;
}

.form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.form-note {
    font-size: .8rem;
    color: var(--muted-2);
}

.form-success {
    display: none;
    align-items: center;
    gap: 14px;
    background: #EAF6EE;
    border: 1px solid #BEE3C9;
    color: var(--green-800);
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: .92rem;
}

.form-success.show {
    display: flex;
}

.form-success .ic {
    flex: none;
    width: 26px;
    height: 26px;
    color: var(--green-700);
}

.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--green-900);
}

.faq-q .chev {
    flex: none;
    transition: transform .2s ease;
    color: var(--orange-500);
}

.faq-item.open .faq-q .chev {
    transform: rotate(180deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.faq-a p {
    padding-top: 12px;
    font-size: .94rem;
}

.faq-item.open .faq-a {
    max-height: 200px;
}

.faq-a[style] {
    max-height: none !important;
}

/* ==========================================================================
   Best Work — client logos sliding window (home page)
   ========================================================================== */
.best-work-section {
    background: #ffffff !important;
    padding: 55px 0 65px 0 !important;
    position: relative;
    border-top: 1px solid var(--line, #DFE4DC);
    border-bottom: 1px solid var(--line, #DFE4DC);
}

.work-slider-wrap {
    position: relative;
    width: 100%;
    padding: 0 72px;
}

.work-slider-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 12px 4px 24px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.work-slider-track::-webkit-scrollbar {
    display: none;
}

.work-card {
    flex: 0 0 calc(25% - 17px);
    min-width: 230px;
    scroll-snap-align: start;
    background: #ffffff !important;
    border: 1px solid var(--line, #DFE4DC);
    border-radius: 16px;
    padding: 16px 14px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(10, 61, 34, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card:hover {
    background: #ffffff !important;
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(10, 61, 34, 0.1);
    border-color: var(--orange-500, #F4650A);
}

.work-card-logo {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.work-card-logo img {
    height: 100px;
    max-height: 105px;
    width: 90%;
    max-width: 200px;
    object-fit: contain;
    filter: contrast(1.04) brightness(0.98);
    transition: transform 0.3s ease;
}

.work-card:hover .work-card-logo img {
    transform: scale(1.05);
}

.work-initials {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(244, 101, 10, 0.12);
    color: var(--orange-500, #F4650A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-weight: 700;
    font-size: 1.15rem;
}

.work-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--green-900, #0A3D22);
    font-family: var(--font-heading, 'Outfit', sans-serif);
    line-height: 1.3;
    margin: 0;
}

.work-card-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 2px;
}

.work-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid transparent;
}

.work-card-icon.website {
    background: rgba(244, 101, 10, 0.09);
    color: var(--orange-500, #F4650A);
    border-color: rgba(244, 101, 10, 0.2);
}

.work-card-icon.website:hover {
    background: var(--orange-500, #F4650A);
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(244, 101, 10, 0.35);
}

.work-card-icon.facebook {
    background: rgba(24, 119, 242, 0.09);
    color: #1877F2;
    border-color: rgba(24, 119, 242, 0.2);
}

.work-card-icon.facebook:hover {
    background: #1877F2;
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.35);
}

.work-card-icon.instagram {
    background: rgba(225, 48, 108, 0.09);
    color: #E1306C;
    border-color: rgba(225, 48, 108, 0.2);
}

.work-card-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(225, 48, 108, 0.35);
}

.work-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--line, #DFE4DC);
    color: var(--green-900, #0A3D22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(10, 61, 34, 0.12);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-slider-nav:hover {
    background: var(--orange-500, #F4650A);
    color: #ffffff;
    border-color: var(--orange-500, #F4650A);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 12px 28px rgba(244, 101, 10, 0.35);
}

.work-slider-nav.prev {
    left: 4px;
}

.work-slider-nav.next {
    right: 4px;
}

@media (max-width: 1024px) {
    .work-card {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (max-width: 768px) {
    .work-slider-wrap {
        padding: 0 36px;
    }

    .work-card {
        flex: 0 0 calc(50% - 10px);
    }

    .work-slider-nav {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .work-slider-wrap {
        padding: 0;
    }

    .work-slider-nav {
        display: none;
    }

    .work-card {
        flex: 0 0 80%;
    }
}

/* ==========================================================================
   Services page — category accordion
   ========================================================================== */
.svc-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.svc-filter button {
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--green-900);
    font-family: var(--font-display);
    font-size: .82rem;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 999px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.svc-filter button.active,
.svc-filter button:hover {
    background: var(--green-900);
    color: #fff;
    border-color: var(--green-900);
}

.svc-accordion {
    border-top: 1px solid var(--line);
}

.svc-item {
    border-bottom: 1px solid var(--line);
}

.svc-item-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 4px;
    cursor: pointer;
}

.svc-item-q-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.svc-item-q .icon {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-item-q .icon svg {
    width: 21px;
    height: 21px;
}

.svc-item-q h3 {
    font-size: 1.06rem;
}

.svc-item-q p {
    font-size: .86rem;
    margin-top: 2px;
}

.svc-item-q .chev {
    flex: none;
    color: var(--orange-500);
    transition: transform .2s ease;
}

.svc-item.open .svc-item-q .chev {
    transform: rotate(180deg);
}

.svc-item-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.svc-item.open .svc-item-a {
    max-height: 600px;
}

.svc-item-a-in {
    padding: 0 4px 26px 82px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px 20px;
}

.svc-item-a-in span {
    font-size: .9rem;
    color: var(--muted);
    padding-left: 16px;
    position: relative;
}

.svc-item-a-in span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 2px;
    background: var(--orange-500);
}

@media(max-width:640px) {
    .svc-item-a-in {
        padding-left: 4px;
    }
}

.svc-package-band {
    margin-top: 60px;
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, var(--green-900), var(--green-700));
    color: #fff;
    padding: 44px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.svc-package-band .pkg {
    padding: 6px;
}

.svc-package-band .pkg b {
    font-family: var(--font-display);
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
}

.svc-package-band .pkg p {
    color: rgba(255, 255, 255, .72);
    font-size: .88rem;
}

/* ==========================================================================
   Gallery page
   ========================================================================== */
.gallery-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.gallery-filter button {
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--green-900);
    font-family: var(--font-display);
    font-size: .84rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 999px;
    transition: background .18s ease, color .18s ease;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    background: var(--orange-500);
    color: #fff;
    border-color: var(--orange-500);
}

.gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.gallery-item {
    display: none;
}

.gallery-item.show {
    display: block;
}

.gallery-thumb {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: linear-gradient(150deg, var(--green-700), var(--green-900));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .85);
}

.gallery-item[data-type="video"] .gallery-thumb {
    background: linear-gradient(150deg, var(--orange-600), var(--orange-500));
}

.gallery-thumb .play {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    border: 1.5px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumb .play svg {
    width: 18px;
    height: 18px;
    margin-left: 2px;
}

.gallery-thumb .tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: .68rem;
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: rgba(255, 255, 255, .18);
    padding: 4px 9px;
    border-radius: 6px;
    color: #fff;
    backdrop-filter: blur(4px);
}

.gallery-cap {
    margin-top: 10px;
}

.gallery-cap b {
    display: block;
    font-family: var(--font-display);
    font-size: .92rem;
    color: var(--green-900);
}

.gallery-cap span {
    font-size: .8rem;
    color: var(--muted-2);
}

/* ==========================================================================
   Career page
   ========================================================================== */
.perks-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.perk-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 24px;
}

.perk-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.perk-card .icon svg {
    width: 20px;
    height: 20px;
}

.perk-card h4 {
    font-size: .98rem;
    margin-bottom: 6px;
}

.perk-card p {
    font-size: .88rem;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-card {
    background: #ffffff;
    border: 1px solid rgba(10, 61, 34, 0.12);
    border-radius: 14px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    transition: box-shadow .18s ease;
}

.job-card:hover {
    border-color: rgba(10, 61, 34, 0.25);
    box-shadow: 0 10px 30px rgba(10, 61, 34, 0.08);
}

.apply-band {
    margin-top: 52px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 44px;
    text-align: center;
}

.apply-band h3 {
    margin-bottom: 10px;
}

.apply-band p {
    max-width: 48ch;
    margin-inline: auto;
    margin-bottom: 24px;
}

/* ==========================================================================
   Blog page
   ========================================================================== */
.blog-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.blog-filter button {
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--green-900);
    font-family: var(--font-display);
    font-size: .82rem;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 999px;
    transition: background .18s ease, color .18s ease;
}

.blog-filter button.active,
.blog-filter button:hover {
    background: var(--green-900);
    color: #fff;
    border-color: var(--green-900);
}

.blog-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    justify-content: center;
}

.blog-item {
    display: none;
}

.blog-item.show {
    display: block;
}

.blog-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
    max-width: 380px;
    width: 100%;
    margin-inline: auto;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.blog-thumb {
    aspect-ratio: 16/10;
    background: linear-gradient(150deg, var(--green-700), var(--green-900));
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-thumb svg {
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, .5);
}

.blog-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.blog-cat {
    font-size: .72rem;
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--orange-600);
    text-transform: uppercase;
    letter-spacing: .06em;
}

.blog-body h3 {
    font-size: 1.02rem;
    line-height: 1.35;
}

.blog-body p {
    font-size: .88rem;
}

.blog-meta {
    margin-top: auto;
    padding-top: 10px;
    font-size: .78rem;
    color: var(--muted-2);
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
}

/* ==========================================================================
   Sitemap page
   ========================================================================== */
.sitemap-grid {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sitemap-col h4 {
    font-family: var(--font-display);
    color: var(--green-900);
    font-size: .86rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--orange-500);
}

.sitemap-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sitemap-col a {
    font-size: .94rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sitemap-col a:hover {
    color: var(--orange-600);
}

.sitemap-col a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--line-strong);
}

.sitemap-col a:hover::before {
    background: var(--orange-500);
}

/* ==========================================================================
   Legal pages (Disclaimer / Terms)
   ========================================================================== */
.legal-body {
    max-width: 760px;
}

.legal-updated {
    font-size: .82rem;
    color: var(--muted-2);
    margin-bottom: 36px;
}

.legal-body h2 {
    font-size: 1.3rem;
    margin-top: 40px;
    margin-bottom: 14px;
}

.legal-body h2:first-of-type {
    margin-top: 0;
}

.legal-body p {
    margin-bottom: 14px;
    font-size: .96rem;
}

.legal-body ul {
    margin-bottom: 14px;
}

.legal-body ul li {
    font-size: .96rem;
    color: var(--muted);
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.legal-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 2px;
    background: var(--orange-500);
}

.legal-toc {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 22px 26px;
    margin-bottom: 20px;
}

.legal-toc b {
    font-family: var(--font-display);
    color: var(--green-900);
    font-size: .85rem;
    display: block;
    margin-bottom: 10px;
}

.legal-toc ol {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 18px;
}

.legal-toc a {
    font-size: .88rem;
    color: var(--muted);
}

.legal-toc a:hover {
    color: var(--orange-600);
}

/* Premium Footer Styling */
.footer {
    background-color: #F4F6F2 !important;
    color: #4A5568 !important;
    padding: 80px 0 30px !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    position: relative !important;
    border-top: 1px solid var(--line, #DFE4DC) !important;
}

.footer::before {
    content: '' !important;
    position: absolute !important;
    top: -1px !important;
    left: 0 !important;
    width: 100% !important;
    height: 3.5px !important;
    background: linear-gradient(90deg, var(--green-900, #0A3D22) 0%, var(--orange-500, #F4650A) 50%, var(--green-800, #0F4A2A) 100%) !important;
    box-shadow: 0 2px 8px rgba(244, 101, 10, 0.25) !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 40px !important;
    margin-bottom: 60px !important;
}

.footer h3 {
    color: var(--green-900, #0A3D22) !important;
    font-size: 1.25rem !important;
    margin-bottom: 25px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    font-family: var(--font-display, 'Outfit', sans-serif) !important;
    font-weight: 700 !important;
}

.footer h3::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 36px !important;
    height: 2px !important;
    background-color: var(--orange-500, #F4650A) !important;
}

.footer-links ul,
.footer-services ul,
.footer-contact ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li,
.footer-services li,
.footer-contact li {
    margin-bottom: 12px !important;
}

.footer-links a,
.footer-services a {
    color: #4A5568 !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}

.footer-links a:hover,
.footer-services a:hover {
    color: var(--orange-500, #F4650A) !important;
    transform: translateX(4px) !important;
}

.footer-logo {
    max-width: 120px !important;
    height: auto !important;
    margin-bottom: 20px !important;
}

.footer-about p {
    color: #4A5568 !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
}

.social-links {
    display: flex !important;
    gap: 12px !important;
    margin-top: 24px !important;
}

.social-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    background: #ffffff !important;
    border: 1px solid var(--line, #DFE4DC) !important;
    color: var(--green-900, #0A3D22) !important;
    border-radius: 50% !important;
    font-size: 15px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(10, 61, 34, 0.05) !important;
}

.social-links a:hover {
    background: var(--orange-500, #F4650A) !important;
    border-color: var(--orange-500, #F4650A) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(244, 101, 10, 0.25) !important;
}

.footer-contact li {
    display: flex !important;
    gap: 12px !important;
    color: #4A5568 !important;
    font-size: 0.92rem !important;
}

.footer-contact i {
    color: var(--orange-500, #F4650A) !important;
    margin-top: 5px !important;
}

.footer-bottom {
    border-top: 1px solid var(--line, #DFE4DC) !important;
    padding-top: 24px !important;
    margin-top: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.footer-bottom p {
    margin: 0 !important;
    font-size: 0.88rem !important;
    color: #64748B !important;
}

.footer-legal {
    display: flex !important;
    gap: 16px !important;
}

.footer-legal a {
    color: #64748B !important;
    font-size: 0.84rem !important;
    transition: color 0.2s ease !important;
}

.footer-legal a:hover {
    color: var(--green-900, #0A3D22) !important;
}

/* ==========================================================================
   Professional Testimonials Slider
   ========================================================================== */
.testimonial-carousel-wrap {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0;
    padding-inline: 56px;
}

.testimonial-track-container {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.testimonial-card-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 8px;
}

.testimonial-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid var(--line, #DFE4DC);
    box-shadow: 0 16px 40px rgba(10, 61, 34, 0.07);
    padding: 36px 36px 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(10, 61, 34, 0.12);
    border-color: var(--orange-500, #F4650A);
}

.testimonial-card .quote-icon {
    position: absolute;
    top: 24px;
    right: 28px;
    font-size: 2.4rem;
    color: var(--orange-500, #F4650A);
    opacity: 0.14;
    pointer-events: none;
}

.testimonial-card .rating-stars {
    color: #FFB800;
    font-size: 0.95rem;
    margin-bottom: 16px;
    display: flex;
    gap: 4px;
}

.testimonial-card .quote-text {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--green-900, #0A3D22);
    font-weight: 500;
    margin: 0 0 24px;
}

.testimonial-card .client-info {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--line, #DFE4DC);
}

.testimonial-card .client-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-800, #0F4A2A), var(--orange-500, #F4650A));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(244, 101, 10, 0.22);
    flex-shrink: 0;
}

.testimonial-card .client-meta h4 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--green-900, #0A3D22);
    margin: 0;
}

.testimonial-card .client-meta p {
    font-size: 0.88rem;
    color: var(--muted, #516155);
    margin: 2px 0 0;
}

.testi-nav-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--line, #DFE4DC);
    color: var(--green-900, #0A3D22);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(10, 61, 34, 0.1);
    transition: all 0.25s ease;
    z-index: 2;
}

.testi-nav-btn:hover {
    background: var(--orange-500, #F4650A);
    color: #ffffff;
    border-color: var(--orange-500, #F4650A);
    transform: translateY(-50%) scale(1.08);
}

.testi-nav-btn.prev-btn {
    left: 0;
}

.testi-nav-btn.next-btn {
    right: 0;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--line, #DFE4DC);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    width: 28px;
    border-radius: 10px;
    background: var(--orange-500, #F4650A);
}

@media (max-width: 640px) {
    .testimonial-carousel-wrap {
        padding-inline: 0;
    }

    .testi-nav-btn {
        display: none;
    }

    .testimonial-card {
        padding: 26px 20px 22px;
    }
}