@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 125px;
    /* Compensate for fixed header */
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
        /* Reduced from 115px/80px for standard mobile nav */
    }
}

.main-logo img {
    width: auto;
    height: 35px;
}

@media (min-width: 992px) {
    .main-logo img {
        height: 55px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    font-weight: 700;
}

/* Header */
/* Header styles are inherited from style.css */
/* Only override necessary properties for index2.html */

/* Navigation */
#site-header {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);

}

#site-header-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
}

/* Mobile Nav Contact */
.mobile-nav-contact {
    display: none;
}

@media (max-width: 991px) {
    .mobile-nav-contact {
        display: block;
        position: absolute;
        right: 60px;
        /* Left of hamburger */
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-nav-contact a {
        color: #333;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mobile-nav-contact i {
        color: #1b5e20;
        font-size: 16px;
    }
}

#top-bar {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: relative;
    z-index: 100000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

/* Hide top bar on mobile/tablet */
@media (max-width: 991px) {
    #top-bar {
        display: none !important;
    }
}

/* Override navigation menu styles - black text on white nav */
#main-nav>ul>li>a {
    color: #000 !important;
    text-shadow: none !important;
}

#main-nav>ul>li>a:hover,
#main-nav>ul>li.current-menu-item>a {
    color: #1b5e20 !important;
}

/* Mobile hamburger button - dark bars for visibility on white bg */
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #333 !important;
}

/* Mobile menu text color */
#main-nav-mobi ul>li>a {
    color: #f4f4f4 !important;
}

.wprt-button.small {
    background-color: #1b5e20;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.wprt-button.small:hover {
    background-color: #3a5231;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 103, 65, 0.3);
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px 100px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: none;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1.6;
    text-shadow: none;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.6s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    background: #fff;
    color: #333;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    font-size: 15px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.9s forwards;
}

.hero-btn:nth-child(2) {
    animation-delay: 1.1s;
}

.hero-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Reviews Section */

/* Reviews Section */

.reviews-section {
    background: transparent;
    padding: 0 0 60px;
    position: relative;
    margin-top: -120px;
    z-index: 10;
    /* overflow: hidden; Removed as per user request */
}

.reviews-carousel {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1060px;
    /* Adjusted slightly for tight overlap */
    margin: 3rem auto;
    padding: 0;
    overflow: visible;
}

.reviews-track-wrapper {
    /* Increased width (948px + 40px padding) to properly show shadows without clipping */
    width: 988px;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    padding: 20px 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    position: relative;
}

.reviews-track {
    display: flex;
    gap: 24px;
    /* Animation handled by JS */
    width: max-content;
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for stepped movement */
}



/* Keyframes removed as we are shifting to JS stepped animation */

.review-card {
    flex-shrink: 0;
    width: 300px;
    /* Reduced from 350px to ensure 3 fit clearly */
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px 24px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Quote Watermark */


/* Ensure content is above watermark */


.card-google-logo {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Make 3 cards visible logic is handled by container width + card width */

.review-avatar {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: -50px;
}

.avatar-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.google-badge {
    position: absolute;
    bottom: -2px;
    right: -6px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.review-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.review-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.review-stars {
    color: #f5a623;
    font-size: 18px;
    margin-bottom: 12px;
}

.review-stars .verified {
    color: #4285F4;
    font-size: 14px;
    margin-left: 4px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;

    /* Truncate text */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    /* Standard property */
    /* Show 4 lines by default */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.review-text.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.read-more {
    font-size: 13px;
    color: #4285F4;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.review-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: flex !important;
    /* Ensure visible on all devices */
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 100;
    padding: 0;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-arrow:hover {
    background: #1b5e20;
    color: #fff;
    border-color: #1b5e20;
}

.review-arrow-left {
    left: -18px;
    padding-right: 2px;
}

.review-arrow-right {
    right: -18px;
    padding-left: 2px;
}

@media (max-width: 600px) {
    .review-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        font-size: 16px;
    }

    .review-arrow-left {
        left: -16px;
    }

    .review-arrow-right {
        right: -16px;
    }
}

/* Gallery Section - Horizontal Scroll */
.gallery-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: none;
}

.gallery-scroll-container {
    width: 100%;
    position: relative;
}

.gallery-scroll-track {
    display: flex;
    gap: 20px;
    animation: scroll-left 60s linear infinite;
    width: max-content;
}

@media (max-width: 991px) {
    .gallery-scroll-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
    }

    .gallery-scroll-track {
        /* Keep auto-scroll animation same as desktop */
        padding: 0 20px;
    }

    .gallery-item {
        width: 85vw;
        max-width: 350px;
        flex-shrink: 0;
    }
}



.gallery-scroll-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.gallery-item {
    flex-shrink: 0;
    width: 350px;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-btn {
    display: inline-block;
    margin-top: 50px;
    background-color: #1b5e20;
    color: #fff;
    padding: 16px 48px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.explore-btn:hover {
    background-color: #3a5231;
    transform: translateY(-2px);
    color: white !important;
    box-shadow: 0 4px 12px rgba(74, 103, 65, 0.3);
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.stars {
    color: #ffa500;
    font-size: 24px;
}

.review-count {
    color: #666;
    font-size: 14px;
}

.testimonials-scroll-container {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.testimonials-scroll-track {
    display: flex;
    gap: 30px;
    animation: scroll-left 50s linear infinite;
    width: max-content;
}

.testimonials-scroll-track:hover {
    animation-play-state: paused;
}

.testimonial-card {
    flex-shrink: 0;
    width: 400px;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-meta {
    font-size: 13px;
    color: #999;
}

/* CTA Section */
.cta-section {
    position: relative;
    height: 500px;
    background-image: url('assets/img/f_cta.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 18px 42px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #f0f0f0;
    color: black !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Why Choose Us - Toggle/Accordion */
.info-section {
    padding: 80px 0;
    background-color: #fff;
}

.info-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.info-section .green-underline {
    width: 60px;
    height: 3px;
    background-color: #1b5e20;
    margin: 20px 0 40px 0;
}

.about-content {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-shadow: none;
}

#about-us-text {
    margin-top: 3rem;
}

.about-image {
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.about-image:hover img {
    transform: scale(1.02);
}

.gnw-toggle {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.toggle-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    transition: color 0.3s ease;
    text-shadow: none;
}

.toggle-title:hover {
    color: #1b5e20;
}

.toggle-title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s ease;
}

.gnw-toggle.active .toggle-title::after {
    content: '−';
}

.toggle-content {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    text-shadow: none;
    transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
}

.gnw-toggle.active .toggle-content {
    max-height: 1000px;
    padding-top: 12px;
}

/* Instagram Section */
.instagram-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.instagram-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.instagram-content {
    max-width: 1000px;
    margin: 0 auto;
}

.instagram-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.instagram-profile-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.instagram-profile-link:hover {
    color: #1b5e20;
}

.instagram-profile-link .fa {
    font-size: 32px;
    color: #E1306C;
}

.instagram-follow-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.instagram-follow-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}


/* Footer */
footer#footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

footer h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-text {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-contact-item label {
    font-weight: 600;
    color: #fff;
    min-width: 80px;
}

.footer-contact-item span {
    color: #999;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #1b5e20;
    transform: translateY(-2px);
}

.copyright-bar {
    background-color: #111;
    padding: 25px 0;
    text-align: center;
    color: #666;
    font-size: 13px;
    margin-top: 40px;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

/* Green Underline */
.green-underline {
    width: 80px;
    height: 3px;
    background: #1b5e20;
    margin: 0 auto 40px;
}

/* Mobile Navigation — main.js handles the mobile menu via #main-nav-mobi */
/* We just need responsive overrides here */

@media (max-width: 991px) {
    .header-contact {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .gallery-item {
        width: 280px;
        height: 380px;
    }

    .testimonial-card {
        width: 320px;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .instagram-subtitle {
        font-size: 14px;
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .instagram-profile-link {
        font-size: 20px;
    }

    .instagram-profile-link .fa {
        font-size: 28px;
    }

    /* Stack stats vertically on mobile */
    .stats-section .row {
        flex-direction: column;
    }

    .stat-item {
        width: 100%;
        min-width: 100%;
    }

    /* Show only 1 card on mobile with scroll-snap */
    .reviews-track-wrapper {
        width: 100%;
        box-sizing: border-box;
        max-width: unset;
        overflow-x: auto !important;
        overflow-y: hidden;
        padding: 30px 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-padding: 0 20px;
        scroll-behavior: smooth;
    }

    .reviews-carousel {
        padding: 0px;
    }

    .reviews-track-wrapper::-webkit-scrollbar {
        display: none;
    }

    .reviews-track {
        gap: 20px;
        display: flex;
        width: max-content;
        margin: 0;
        transform: none !important;
        padding: 0;
    }

    .review-card {
        width: calc(100vw - 40px);
        max-width: 400px;
        margin-right: 0;
        flex-shrink: 0;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .review-arrow {
        display: flex !important;
        width: 36px;
        height: 36px;
        font-size: 18px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .review-arrow-left {
        left: 0;
    }

    .review-arrow-right {
        right: 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .stat-item {
        min-width: 150px;
    }

    /* Shorten CTA on mobile */
    .cta-button span {
        display: none;
    }

    .gallery-item {
        width: 240px;
        height: 320px;
    }

    .testimonial-card {
        width: 280px;
        padding: 25px;
    }

    .instagram-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .instagram-profile {
        flex-direction: column;
        gap: 15px;
    }

    .instagram-profile-link {
        font-size: 18px;
    }

    .section-title {
        font-size: 1.6rem;
    }
}

/* Strict Auto Carousel Overrides */
.reviews-track-wrapper {
    overflow: hidden !important;
    /* Disable manual scroll */
    width: 100% !important;
    padding: 30px 0 !important;
    /* Keep vertical padding for shadows */
    scroll-snap-type: none !important;
}

@media (max-width: 991px) {
    .reviews-track-wrapper {
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        padding: 30px 20px !important;
    }
}

.reviews-track {
    display: flex !important;
    gap: 0 !important;
    /* Gap handled by margin for exact % math */
    width: 100% !important;
    transform: translateX(0);
    /* Init */
    margin: 0 !important;
}

/* Navigation buttons are styled above */

.review-card {
    /* Desktop Default (3 cards) */
    /* Width = 33.333% - Margin (30px) */
    flex: 0 0 calc(33.333% - 30px) !important;
    max-width: calc(33.333% - 30px) !important;
    width: auto !important;

    margin: 0 15px !important;
    /* 15px left + 15px right = 30px gap */
    padding: 30px !important;

    scroll-snap-align: none !important;
    opacity: 1 !important;
    /* Ensure visibility */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    /* Soft shadow */
    border-radius: 12px !important;
}

@media (max-width: 992px) {
    .review-card {
        /* Tablet (2 cards) */
        flex: 0 0 calc(50% - 30px) !important;
        max-width: calc(50% - 30px) !important;
    }
}

@media (max-width: 600px) {
    .reviews-track {
        gap: 30px !important;
    }

    .review-card {
        /* Mobile (1 card) */
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/* Sticky Header Override */
#site-header-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* separation shadow */
}