/* ============================================
   TurenexaMAIN STYLES - REFRESHED
   Inspired by modern soda brand aesthetic
   ============================================ */

/* ========== GLOBAL RESET & VARIABLES ========== */
/* :root {
    --mint-green: #2D6A4F;
    --fresh-green: #40916C;
    --light-mint: #D8F3DC;
    --cream-bg: #F9F9F9;
    --white: #FFFFFF;
    --black: #1B1B1B;
    --dark-gray: #2D2D2D;
    --gray: #6C757D;
    --warm-orange: #E76F51;
    --soft-peach: #F4A261;
    --citrus: #F4D03F;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
    --shadow-soft: 0 10px 30px -12px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 20px 35px -12px rgba(0, 0, 0, 0.12);
} */
:root {


    --brand-blue: #075678;
    --brand-blue-dark: #043B54;
    --brand-blue-deep: #075678;
    --brand-blue-light: #0B6D96;
    --brand-blue-soft: #DCEBF2;

    /* Sage Green */
    --brand-green: #A4B98D;
    --brand-green-dark: #7F9869;
    --brand-green-deep: #61794F;
    --brand-green-light: #C7D5B7;
    --brand-green-soft: #EEF3E9;

    /* Orange */
    --brand-orange: #FF641F;
    --brand-orange-dark: #D94C10;
    --brand-orange-deep: #B83D0A;
    --brand-orange-light: #FF8750;
    --brand-orange-soft: #FFF0E9;


    /* =========================================
       BACKGROUND COLORS
       ========================================= */

    --bg-primary: #FFFFFF;
    --bg-secondary: #F8FAF7;
    --bg-blue: #F0F6F9;
    --bg-green: #F3F6EE;
    --bg-orange: #FFF7F2;

    --cream-bg: #F8FAF7;
    --white: #FFFFFF;


    /* =========================================
       TEXT COLORS
       ========================================= */

    --text-primary: #17262D;
    --text-secondary: #42535B;
    --text-muted: #718087;
    --text-light: #9AA6AB;
    --text-white: #FFFFFF;

    --black: #11191D;
    --dark-gray: #26343A;
    --gray: #66747A;


    /* =========================================
       BORDERS
       ========================================= */

    --border-light: #E5EAE7;
    --border-medium: #D1DAD5;
    --border-blue: #BFD5E0;
    --border-green: #D0DBC5;
    --border-orange: #FFD0BD;


    /* =========================================
       OLD VARIABLE COMPATIBILITY
       ========================================= */

    --mint-green: #075678;
    --fresh-green: #A4B98D;
    --light-mint: #E8EEDC;

    --warm-orange: #FF641F;
    --soft-peach: #FF8750;
    --citrus: #A4B98D;


    /* =========================================
       GRADIENTS
       ========================================= */

    --gradient-primary:
        linear-gradient(135deg, #075678 0%, #0B6D96 100%);

    --gradient-green:
        linear-gradient(135deg, #A4B98D 0%, #7F9869 100%);

    --gradient-orange:
        linear-gradient(135deg, #FF641F 0%, #FF8750 100%);

    --gradient-brand:
        linear-gradient(135deg, #075678 0%, #A4B98D 100%);

    --gradient-hero:
        linear-gradient(135deg,
            #F8FAF7 0%,
            #F0F6F9 55%,
            #EEF3E9 100%);


    /* =========================================
       BUTTON COLORS
       ========================================= */

    --button-primary: #075678;
    --button-primary-hover: #043B54;

    --button-secondary: #A4B98D;
    --button-secondary-hover: #7F9869;

    --button-accent: #FF641F;
    --button-accent-hover: #D94C10;


    /* =========================================
       STATUS COLORS
       ========================================= */

    --success: #5F8A4B;
    --success-bg: #EEF6E9;

    --warning: #D89A27;
    --warning-bg: #FFF7E5;

    --error: #C94B3C;
    --error-bg: #FCEDEA;

    --info: #075678;
    --info-bg: #EAF3F7;


    /* =========================================
       SHADOWS
       ========================================= */

    --shadow-xs:
        0 2px 6px rgba(7, 86, 120, 0.06);

    --shadow-soft:
        0 10px 30px -12px rgba(7, 86, 120, 0.12);

    --shadow-medium:
        0 15px 35px -12px rgba(7, 86, 120, 0.16);

    --shadow-hover:
        0 20px 40px -12px rgba(7, 86, 120, 0.20);

    --shadow-orange:
        0 10px 25px -10px rgba(255, 100, 31, 0.30);


    /* =========================================
       TYPOGRAPHY
       ========================================= */

    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

p{font-size: 14px !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    background-color: var(--cream-bg);
    color: var(--black);
    line-height: 1.5;
    overflow-x: hidden;
}

/* Canvas Background */
.wave-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.site-wrapper {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Section Tag */
.section-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    font-weight: 600;
    background: var(--brand-orange);
    padding: 0.3rem 1rem;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--black);
}

/* Responsive Section Header */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .section-header {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 1.6rem;
    }
}

/* ========== PRELOADER ========== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.preloader-container {
    text-align: center;
    padding: 2rem;
}

.preloader-fruit {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 2.8rem;
    color: var(--mint-green);
    animation: bounceFruit 0.8s infinite alternate ease-in-out;
}

@keyframes bounceFruit {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.preloader-bubbles {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
}

.preloader-bubbles span {
    width: 10px;
    height: 10px;
    background: var(--mint-green);
    border-radius: 50%;
    animation: bubblePop 1.2s infinite;
}

@keyframes bubblePop {
    0% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

.preloader-text {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--mint-green);
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.preloader-bar {
    width: 240px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 50px;
    margin: 0 auto 12px;
    overflow: hidden;
}

.preloader-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--mint-green), var(--fresh-green));
    border-radius: 50px;
    transition: width 0.1s linear;
}

.preloader-percent {
    font-weight: 600;
    color: var(--gray);
}

@media (max-width: 480px) {
    .preloader-fruit {
        font-size: 2rem;
        gap: 1rem;
    }

    .preloader-bar {
        width: 180px;
    }
}

/* ========== NAVBAR ========== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(0px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    padding: 0.6rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--mint-green);
    text-decoration: none;
    transition: transform 0.3s;
}

.logo:hover {
    transform: scale(1.02);
}

.logo span {
    color: var(--warm-orange);
}

.logo i {
    font-size: 1.4rem;
    color: var(--citrus);
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    font-weight: 500;
    color: var(--black);
    transition: 0.2s;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--mint-green);
    transition: width 0.3s;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--mint-green);
}

.nav-actions {
    display: flex;
    gap: 1rem;
}

.cart-icon,
.mobile-toggle {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
    color: var(--black);
    transition: transform 0.2s;
}

.cart-icon:hover,
.mobile-toggle:hover {
    transform: scale(1.05);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--mint-green);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-toggle {
    display: none;
}

/* Responsive Navbar */
@media (max-width: 992px) {
    .logo {
        font-size: 1.5rem;
    }

    .nav-links {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-link {
        padding: 0.8rem 2rem;
        display: block;
    }

    .mobile-toggle {
        display: block;
    }
}

/* ========== BUTTONS ========== */
.btn-primary {
    background: var(--mint-green);
    border: none;
    padding: 14px 36px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -8px rgba(45, 106, 79, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    background: var(--fresh-green);
    box-shadow: 0 15px 25px -10px rgba(45, 106, 79, 0.4);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--mint-green);
    padding: 10px 28px;
    border-radius: 100px;
    font-weight: 500;
    color: var(--mint-green);
    cursor: pointer;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: var(--mint-green);
    color: white;
    transform: translateX(5px);
}

@media (max-width: 480px) {
    .btn-primary {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .btn-outline {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

/* ========== HERO SECTION ========== */
.hero {
    padding: clamp(100px, 15vh, 160px) 0 clamp(50px, 8vh, 80px);
    background: transparent;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    width: 100%;
}

.hero-content {
    animation: fadeInUp 1s ease;
}

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

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

.hero-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    color: var(--black);
}

.hero-title span {
    color: var(--mint-green);
}

.hero-desc {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 2rem;
    max-width: 90%;
    line-height: 1.6;
}

/* Hero Slideshow */
.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease;
    min-height: 380px;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

.hero-slideshow {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
    z-index: 2;
}

.hero-slide {
    position: absolute;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1) translateY(0);
    visibility: visible;
    position: relative;
    z-index: 2;
}

.floating-can {
    position: relative;
    z-index: 10;
}

/* Premium hero image — asymmetric rounded rectangle (not blob/circle) */
.hero-image.frame-15 {
    position: relative;
    width: 100%;
    min-height: 420px;
    padding: 0 54px 34px;
    box-sizing: border-box;
}

.hero-image.frame-15::before {
    display: none;
}

.hero-visual-shell {
    position: relative;
    width: min(100%, 42vw, 500px);
    max-width: 500px;
    margin: 0 auto;
}

.hero-image-backdrop {
    position: absolute;
    z-index: 0;
    top: 18px;
    left: 22px;
    right: -12px;
    bottom: -14px;
    pointer-events: none;
    border-radius: 28px 72px 28px 72px;
    background: rgba(199, 213, 183, 0.28);
    border: 1px solid rgba(127, 152, 105, 0.18);
}

.hero-media-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 32px 80px 32px 80px;
    background: #fff;
    /* border: 1px solid rgba(255, 255, 255, 0.85); */
    box-shadow: 0 25px 60px rgba(2, 44, 64, 0.12);
}

.hero-image.frame-15 .hero-media-frame img,
.hero-image.frame-15 .floating-can.hero-media-frame img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 0;
    filter: none;
    animation: none;
    transition: transform 0.6s ease;
}

.hero-slide:nth-child(1) .hero-media-frame img {
    object-position: center 32%;
}

.hero-slide:nth-child(2) .hero-media-frame img {
    object-position: center center;
}

.hero-slide:nth-child(3) .hero-media-frame img {
    object-position: center 22%;
}

.hero-slide:nth-child(4) .hero-media-frame img {
    object-position: center 35%;
}

.hero-trust-card {
    position: absolute;
    z-index: 4;
    right: 8px;
    bottom: -10px;
    left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    max-width: 168px;
    background: #ffffff;
    border: 1px solid rgba(127, 152, 105, 0.2);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(2, 44, 64, 0.1);
    animation: heroTrustCardIn 1s ease 0.55s both;
}

.hero-trust-card__mark {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background: var(--brand-green-dark);
}

.hero-trust-card__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.1;
}

.hero-trust-card__text strong {
    color: var(--brand-blue-deep);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.hero-trust-card__text span {
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
}

@keyframes heroTrustCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Navigation Buttons */
.slide-nav {
    position: absolute;
    top: calc(50% - 12px);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--brand-blue);
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(7, 86, 120, 0.22);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.slide-nav:hover {
    background: var(--brand-blue-dark);
    box-shadow: 0 12px 26px rgba(4, 59, 84, 0.26);
}

.prev-slide {
    left: 4px;
}

.prev-slide:hover {
    transform: translateY(-50%) translateX(-3px);
}

.next-slide {
    right: 4px;
}

.next-slide:hover {
    transform: translateY(-50%) translateX(3px);
}

.slide-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 25;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(7, 86, 120, 0.22);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    width: 24px;
    border-radius: 10px;
    background: var(--brand-blue);
}

@media (prefers-reduced-motion: reduce) {
    .hero-trust-card,
    .hero-image.frame-15 .hero-media-frame img {
        animation: none !important;
    }
}

/* Hero Responsive */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-visual-shell {
        max-width: 400px;
    }

    .hero-image.frame-15 {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 120px 0 60px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-visual-shell {
        max-width: min(100%, 360px);
    }

    .hero-media-frame {
        border-radius: 24px 56px 24px 56px;
    }

    .hero-image-backdrop {
        top: 12px;
        left: 14px;
        right: -8px;
        bottom: -10px;
        border-radius: 22px 52px 22px 52px;
    }

    .hero-image.frame-15 {
        min-height: 320px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .slide-nav {
        width: 38px;
        height: 38px;
        font-size: 0.78rem;
    }

    .hero-trust-card {
        right: auto;
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%);
        animation: none;
        opacity: 1;
    }
}

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

    .hero-visual-shell {
        max-width: min(92vw, 320px);
    }

    .hero-media-frame {
        border-radius: 20px 44px 20px 44px;
    }

    .hero-image.frame-15 {
        padding-left: 38px;
        padding-right: 38px;
        min-height: 280px;
    }

    .container {
        padding: 0 20px;
    }
}

/* ========== PARTNER SECTION - FULL WIDTH LOGO SLIDER ========== */
.partners-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Decorative background elements */
.partners-section::before {
    content: '🤝';
    position: absolute;
    font-size: 200px;
    opacity: 0.05;
    bottom: -50px;
    left: -50px;
    pointer-events: none;
}

.partners-section::after {
    content: '⭐';
    position: absolute;
    font-size: 180px;
    opacity: 0.05;
    top: -30px;
    right: -30px;
    pointer-events: none;
}

/* Wave decoration at top */
.partners-section .wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: repeating-linear-gradient(90deg,
            transparent,
            transparent 20px,
            rgba(45, 106, 79, 0.05) 20px,
            rgba(45, 106, 79, 0.05) 40px);
    pointer-events: none;
}

/* Wave decoration at bottom */
.partners-section .wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: repeating-linear-gradient(90deg,
            rgba(45, 106, 79, 0.05),
            rgba(45, 106, 79, 0.05) 20px,
            transparent 20px,
            transparent 40px);
    pointer-events: none;
}

.partners-section .section-header {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.partners-section .section-tag {
    background: linear-gradient(135deg, var(--white), var(--light-mint));
    border: 1px solid rgba(45, 106, 79, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.partners-section .section-header h2 {
    background: linear-gradient(135deg, var(--black) 0%, var(--mint-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Partner Swiper - Full Width */
.partners-swiper {
    padding: 20px 0 60px;
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 2;
}

.partners-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

/* Card styling */
.partners-swiper .swiper-slide {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Card gradient border on hover */
.partners-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mint-green), var(--citrus), var(--warm-orange));
    opacity: 0;
    transition: opacity 0.3s;
}

.partners-swiper .swiper-slide:hover::before {
    opacity: 1;
}

.partners-swiper .swiper-slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 45px -18px rgba(45, 106, 79, 0.3);
    background: var(--white);
    border-color: rgba(45, 106, 79, 0.1);
}

/* Partner Logo - Enhanced */
.partner-logo {
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #E8F5E9 0%, #D8F3DC 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.partner-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    pointer-events: none;
}

.partner-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    transition: all 0.3s;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

.partners-swiper .swiper-slide:hover .partner-logo {
    transform: scale(1.08);
    background: linear-gradient(135deg, #D8F3DC 0%, #C8E6D9 100%);
    box-shadow: 0 10px 25px rgba(45, 106, 79, 0.15);
}

.partners-swiper .swiper-slide:hover .partner-logo img {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 15px rgba(45, 106, 79, 0.2));
}

/* Partner Info */
.partner-info h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    margin: 0 0 6px 0;
    color: var(--black);
    transition: color 0.3s;
}

.partners-swiper .swiper-slide:hover h4 {
    color: var(--mint-green);
}

.partner-info p {
    font-size: 0.75rem;
    color: var(--gray);
    margin: 0;
    letter-spacing: 0.3px;
}

/* Swiper Pagination */
.partners-swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.partners-swiper .swiper-pagination-bullet {
    background: var(--mint-green);
    opacity: 0.3;
    transition: all 0.3s;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.partners-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 10px;
    background: var(--mint-green);
}

/* Custom Navigation Buttons */
.partners-swiper .swiper-button-prev,
.partners-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.partners-section:hover .partners-swiper .swiper-button-prev,
.partners-section:hover .partners-swiper .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.partners-swiper .swiper-button-prev::after,
.partners-swiper .swiper-button-next::after {
    font-size: 1rem;
    font-weight: bold;
    color: var(--mint-green);
}

.partners-swiper .swiper-button-prev:hover,
.partners-swiper .swiper-button-next:hover {
    background: var(--mint-green);
    transform: scale(1.05);
}

.partners-swiper .swiper-button-prev:hover::after,
.partners-swiper .swiper-button-next:hover::after {
    color: white;
}

/* Responsive */
@media (max-width: 1200px) {
    .partner-logo {
        width: 115px;
        height: 115px;
    }

    .partner-logo img {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 992px) {
    .partners-section {
        padding: 60px 0;
    }

    .partner-logo {
        width: 100px;
        height: 100px;
    }

    .partner-logo img {
        width: 65px;
        height: 65px;
    }

    .partner-info h4 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .partners-section {
        padding: 50px 0;
    }

    .partner-logo {
        width: 85px;
        height: 85px;
    }

    .partner-logo img {
        width: 55px;
        height: 55px;
    }

    .partner-info h4 {
        font-size: 0.9rem;
    }

    .partner-info p {
        font-size: 0.65rem;
    }

    .partners-swiper .swiper-slide {
        padding: 25px 15px;
    }

    .partners-swiper .swiper-button-prev,
    .partners-swiper .swiper-button-next {
        display: none;
    }
}

@media (max-width: 480px) {
    .partners-section {
        padding: 40px 0;
    }

    .partner-logo {
        width: 75px;
        height: 75px;
    }

    .partner-logo img {
        width: 45px;
        height: 45px;
    }

    .partner-info h4 {
        font-size: 0.8rem;
    }

    .partner-info p {
        font-size: 0.6rem;
    }

    .partners-swiper .swiper-slide {
        padding: 20px 12px;
        gap: 12px;
    }
}

/* ========== ABOUT SECTION ========== */
.about {
    padding: 200px 0 90px;
    background: var(--white);
    position: relative;
    -webkit-clip-path: url(styles.css#wave-top);
    clip-path: url(styles.css#wave-top);
}


.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 2rem;
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s;
}

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

.about-text h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    color: var(--black);
}

.about-text p {
    margin-bottom: 1rem;
    color: var(--gray);
    line-height: 1.7;
}

@media (max-width: 992px) {
    .about {
        padding: 200px 0;
    }

    .about-text h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 400px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .about-image {
        order: 2;
    }

    .about-text {
        order: 1;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .about {
        padding: 270px 0;
    }

    .about-text h2 {
        font-size: 1.5rem;
    }
}

/* ========== PRODUCTS SECTION ========== */
.products {
    padding: 60px 0 100px;
    background: var(--cream-bg);
    -webkit-clip-path: url(styles.css#wave-bottom);
    clip-path: url(styles.css#wave-bottom);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: var(--white);
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.product-image-wrapper {
    padding: 30px 30px 0 30px;
    background: var(--light-mint);
    border-radius: 24px 24px 0 0;
}

.product-card img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: all 0.3s;
}

.product-card:hover img {
    transform: scale(1.03);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--warm-orange);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
}

.product-info {
    padding: 20px 24px 28px;
    background: var(--white);
}

.product-card h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 0 6px 0;
    color: var(--black);
}

.product-desc {
    font-size: 0.85rem;
    color: var(--gray);
    margin-bottom: 10px;
}

.price {
    font-weight: 700;
    color: var(--mint-green);
    font-size: 1.5rem;
    margin: 12px 0;
}

.add-to-cart {
    background: var(--mint-green);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.add-to-cart:hover {
    background: var(--fresh-green);
    transform: translateY(-2px);
}

.product-rating {
    margin: 8px 0;
    color: var(--citrus);
    font-size: 0.8rem;
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .products {
        padding: 40px 0 150px;
    }

    .product-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .product-image-wrapper {
        padding: 20px 15px 0;
    }

    .product-card img {
        max-width: 140px;
    }

    .product-card h3 {
        font-size: 1.1rem;
    }

    .price {
        font-size: 1.2rem;
    }

    .add-to-cart {
        padding: 8px 12px;
        font-size: 0.75rem;
    }

    .product-desc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .products {
        padding: 40px 0 210px;
    }


    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card img {
        max-width: 160px;
    }
}

/* ========== BEST SELLER SECTION - PREMIUM ENHANCED ========== */
.best-seller {
    /* padding: 50px 0; */
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.best-seller::before {
    content: '✦';
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 120px;
    color: var(--mint-green);
    opacity: 0.03;
    font-family: monospace;
    pointer-events: none;
}

.best-seller::after {
    content: '✨';
    position: absolute;
    bottom: 10%;
    right: 5%;
    font-size: 100px;
    color: var(--citrus);
    opacity: 0.04;
    pointer-events: none;
}

.best-seller .section-header h2 {
    font-size: 34px;
    background: linear-gradient(135deg, var(--black) 0%, var(--mint-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}
.best-seller .section-header span{
color:var(--brand-orange);
}
.best-seller .section-header p {
    font-size: 1rem;
    max-width: 550px;
    margin: 0 auto;
}

/* Swiper container enhancement */
.bestseller-swiper {
    /* padding: 40px 0 70px; */
    overflow: visible;
}

/* Card enhancement */
.bestseller-swiper .swiper-slide {
    background: var(--white);
    border-radius: 15px;
    padding: 0;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bestseller-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--mint-green), var(--fresh-green), var(--citrus), var(--warm-orange));
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 5;
}

.bestseller-swiper .swiper-slide:hover::before {
    opacity: 1;
}

.bestseller-swiper .swiper-slide:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 55px -20px rgba(45, 106, 79, 0.35);
    border-color: rgba(45, 106, 79, 0.1);
}

/* Badge - Premium */
.best-seller-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(135deg, var(--citrus), var(--warm-orange));
    color: var(--black);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 15;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(2px);
}

.best-seller-badge i {
    font-size: 0.75rem;
}

/* Image Container - Premium */
.bestseller-img-wrapper {
    position: relative;
    background: linear-gradient(135deg, #E8F5E9 0%, #D8F3DC 100%);
    /* padding: 45px 25px 35px; */
    /* border-radius: 32px 32px 0 0; */
    overflow: hidden;
    /* min-height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative circles */
.bestseller-img-wrapper .deco-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent);
    pointer-events: none;
}

.bestseller-img-wrapper .deco-circle-1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -30px;
}

.bestseller-img-wrapper .deco-circle-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    left: -20px;
}

.bestseller-img-wrapper .deco-circle-3 {
    width: 50px;
    height: 50px;
    top: 40%;
    right: 10%;
}

.bestseller-img-wrapper img {
    width: 100%;
    height: 200px;
    max-width: 100%;
    /* object-fit: contain; */
    margin: 0 auto;
    display: block;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.12));
    position: relative;
    z-index: 10;
}

.bestseller-swiper .swiper-slide:hover img {
    transform: scale(1.1) translateY(-10px);
    filter: drop-shadow(0 30px 35px rgba(45, 106, 79, 0.3));
}

/* Sparkle effect on hover */
.bestseller-img-wrapper::after {
    content: '✨';
    position: absolute;
    font-size: 30px;
    top: 20%;
    right: 15%;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
    z-index: 15;
}

.bestseller-swiper .swiper-slide:hover .bestseller-img-wrapper::after {
    opacity: 0.8;
    transform: translate(10px, -10px);
}

.bestseller-content {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 0 0 32px 32px;
}

.bestseller-content h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0 10px 0;
    color:var(--mint-green)!important;
    transition: all 0.3s;
    letter-spacing: -0.3px;
}

.bestseller-swiper .swiper-slide:hover h3 {
    color: var(--mint-green);
    transform: translateY(-2px);
}

/* Rating Stars - Premium */
.bestseller-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 12px 0;
}

.bestseller-rating i {
    font-size: 0.9rem;
    color: var(--citrus);
    transition: all 0.2s;
}

.bestseller-rating i.far {
    color: #e0e0e0;
}

.bestseller-swiper .swiper-slide:hover .bestseller-rating i {
    transform: scale(1.05);
}

/* Price - Premium */
.bestseller-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
}

.current-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--mint-green);
    letter-spacing: -1px;
    position: relative;
}

.current-price::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--mint-green), transparent);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.bestseller-swiper .swiper-slide:hover .current-price::after {
    transform: scaleX(1);
}

.old-price {
    font-size: 1rem;
    color: var(--gray);
    text-decoration: line-through;
}

/* Sold Count - Premium */
.sold-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--light-mint);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--warm-orange);
    margin-top: 12px;
    align-self: center;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}

.sold-count i {
    font-size: 0.8rem;
    transition: all 0.3s;
}

.bestseller-swiper .swiper-slide:hover .sold-count {
    background: var(--mint-green);
    color: white;
    transform: translateY(-2px);
}

.bestseller-swiper .swiper-slide:hover .sold-count i {
    color: white;
    animation: fireFlicker 0.5s ease infinite;
}

@keyframes fireFlicker {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Quick Add Button - Premium */
.quick-add {
    position: absolute;
    bottom: 28px;
    right: 28px;
    background: var(--mint-green);
    color: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0.8) translateY(10px);
    border: none;
    font-size: 1.3rem;
    box-shadow: 0 6px 15px rgba(45, 106, 79, 0.25);
    z-index: 20;
}

.bestseller-swiper .swiper-slide:hover .quick-add {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.quick-add:hover {
    background: var(--fresh-green);
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(45, 106, 79, 0.35);
}

/* Swiper Navigation Icons (Optional) */
.bestseller-swiper .swiper-button-prev,
.bestseller-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.bestseller-swiper .swiper-button-prev:hover,
.bestseller-swiper .swiper-button-next:hover {
    background: var(--mint-green);
    transform: scale(1.05);
}

.bestseller-swiper .swiper-button-prev::after,
.bestseller-swiper .swiper-button-next::after {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--mint-green);
}

.bestseller-swiper .swiper-button-prev:hover::after,
.bestseller-swiper .swiper-button-next:hover::after {
    color: white;
}

/* Swiper Pagination - Premium */
.bestseller-swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.bestseller-swiper .swiper-pagination-bullet {
    background: var(--mint-green);
    opacity: 0.2;
    transition: all 0.3s;
    width: 8px;
    height: 8px;
    margin: 0 6px;
}

.bestseller-swiper .swiper-pagination-bullet:hover {
    opacity: 0.5;
    transform: scale(1.2);
}

.bestseller-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 10px;
    background: var(--mint-green);
}

/* Responsive */
@media (max-width: 1200px) {
    .bestseller-img-wrapper {
        min-height: 270px;
    }

    .bestseller-img-wrapper img {
        width: 190px;
        height: 190px;
    }

    .current-price {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .best-seller {
        padding: 70px 0;
    }

    .best-seller .section-header h2 {
        font-size: 2.5rem;
    }

    .bestseller-img-wrapper {
        min-height: 240px;
        padding: 35px 20px 25px;
    }

    .bestseller-img-wrapper img {
        width: 170px;
        height: 170px;
    }

    .current-price {
        font-size: 1.6rem;
    }

    .quick-add {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
        bottom: 22px;
        right: 22px;
    }

    .bestseller-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .best-seller {
        padding: 60px 0;
    }

    .best-seller .section-header h2 {
        font-size: 2rem;
    }

    .best-seller .section-header p {
        font-size: 0.85rem;
    }

    .bestseller-img-wrapper {
        min-height: 200px;
        padding: 25px 15px 20px;
    }

    .bestseller-img-wrapper img {
        width: 140px;
        height: 140px;
    }

    .current-price {
        font-size: 1.4rem;
    }

    .quick-add {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        bottom: 18px;
        right: 18px;
    }

    .best-seller-badge {
        font-size: 0.55rem;
        padding: 4px 10px;
        top: 12px;
        left: 12px;
    }

    .bestseller-content h3 {
        font-size: 1.1rem;
    }

    .bestseller-content {
        padding: 20px 16px 24px;
    }

    .bestseller-rating i {
        font-size: 0.7rem;
    }

    .sold-count {
        font-size: 0.6rem;
        padding: 5px 12px;
    }
}

@media (max-width: 480px) {
    .best-seller {
        padding: 50px 0;
    }

    .best-seller .section-header h2 {
        font-size: 1.8rem;
    }

    .bestseller-img-wrapper {
        min-height: 170px;
    }

    .bestseller-img-wrapper img {
        width: 115px;
        height: 115px;
    }

    .bestseller-content {
        padding: 16px 12px 20px;
    }

    .current-price {
        font-size: 1.3rem;
    }

    .quick-add {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
        bottom: 14px;
        right: 14px;
    }

    .bestseller-content h3 {
        font-size: 1rem;
    }

    .sold-count {
        font-size: 0.55rem;
        padding: 4px 10px;
    }
}

/* ========== NUTRITION SECTION - RESPONSIVE ========== */
.nutrition-section {
    padding: 210px 0;
    background: var(--white);
    -webkit-clip-path: url(styles.css#wave-top);
    clip-path: url(styles.css#wave-top);
}

.nutrition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.nutrition-card {
    background: var(--white);
    border-radius: 24px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.nutrition-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.nutrition-icon {
    width: 70px;
    height: 70px;
    background: var(--light-mint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.nutrition-icon i {
    font-size: 2rem;
    color: var(--mint-green);
}

.nutrition-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.nutrition-card p {
    color: var(--gray);
    margin-bottom: 1rem;
}

.nutrition-badge {
    display: inline-block;
    background: var(--light-mint);
    color: var(--mint-green);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Nutrition Responsive */
@media (max-width: 992px) {
    .nutrition-section {
        padding: 200px 0;
    }

    .nutrition-grid {
        gap: 1.5rem;
    }

    .nutrition-card {
        padding: 1.5rem;
    }

    .nutrition-icon {
        width: 60px;
        height: 60px;
    }

    .nutrition-icon i {
        font-size: 1.6rem;
    }

    .nutrition-card h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .nutrition-section {
        padding: 250px 0;
    }

    .nutrition-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .nutrition-card {
        padding: 1.2rem;
    }

    .nutrition-icon {
        width: 50px;
        height: 50px;
    }

    .nutrition-icon i {
        font-size: 1.3rem;
    }

    .nutrition-card h3 {
        font-size: 1rem;
    }

    .nutrition-card p {
        font-size: 0.8rem;
    }

    .nutrition-badge {
        font-size: 0.6rem;
        padding: 3px 8px;
    }
}

@media (max-width: 480px) {
    .nutrition-section {
        padding: 270px 0;
    }

    .nutrition-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .nutrition-card {
        padding: 1.2rem;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 1rem;
    }

    .nutrition-icon {
        margin: 0;
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .nutrition-card h3 {
        margin-bottom: 0.2rem;
    }

    .nutrition-badge {
        margin-top: 0.3rem;
    }
}

/* ========== SUBSCRIPTION SECTION - MODERN MINIMALIST ========== */
.subscription-section {
    padding: 60px 0 110px;
    background: var(--cream-bg);
    position: relative;
    -webkit-clip-path: url(styles.css#wave-bottom);
    clip-path: url(styles.css#wave-bottom);
}

/* Toggle Switch */
.subscription-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.toggle-option {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray);
    cursor: pointer;
    transition: color 0.3s;
}

.toggle-option.active {
    color: var(--mint-green);
}

.save-badge {
    background: var(--citrus);
    color: var(--black);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.65rem;
    margin-left: 6px;
    font-weight: 600;
}

.toggle-switch {
    width: 50px;
    height: 26px;
    background: #e0e0e0;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-switch.active {
    background: var(--mint-green);
}

.toggle-slider {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-slider {
    transform: translateX(24px);
}

/* Subscription Plans Grid */
.subscription-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Plan Card */
.plan {
    background: var(--white);
    border-radius: 28px;
    padding: 2rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.plan:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border-color: var(--mint-green);
}

/* Popular Plan */
.plan.popular {
    border: 2px solid var(--mint-green);
    background: linear-gradient(135deg, var(--white), var(--light-mint));
    transform: scale(1.02);
}

.plan.popular:hover {
    transform: scale(1.02) translateY(-8px);
}

.popular-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mint-green);
    color: white;
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Plan Icon */
.plan-icon {
    width: 60px;
    height: 60px;
    background: var(--light-mint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.plan-icon i {
    font-size: 1.8rem;
    color: var(--mint-green);
}

.plan h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.plan-description {
    font-size: 0.8rem;
    color: var(--gray);
    margin-bottom: 1.5rem;
}

/* Plan Price */
.plan-price {
    margin-bottom: 1.5rem;
}

.plan-price .currency {
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    color: var(--mint-green);
}

.plan-price .price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--mint-green);
}

.plan-price .period {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--gray);
}

/* Plan Features */
.plan-features {
    list-style: none;
    margin: 1.5rem 0;
    text-align: left;
}

.plan-features li {
    padding: 0.5rem 0;
    font-size: 0.85rem;
    color: var(--dark-gray);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan-features li i {
    color: var(--mint-green);
    font-size: 0.8rem;
    width: 18px;
}

/* Buttons */
.btn-plan {
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    border: 2px solid var(--mint-green);
    color: var(--mint-green);
}

.btn-plan.btn-primary {
    background: var(--mint-green);
    border: none;
    color: white;
}

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

.btn-plan.btn-primary:hover {
    background: var(--fresh-green);
}

.btn-plan:not(.btn-primary):hover {
    background: var(--mint-green);
    color: white;
}

/* Savings Badge */
.savings-badge {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--citrus);
    color: var(--black);
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Guarantee Section */
.subscription-guarantee {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray);
    font-size: 0.85rem;
}

.guarantee-item i {
    font-size: 1rem;
    color: var(--mint-green);
}

/* Responsive */
@media (max-width: 992px) {
    .subscription-section {
        padding: 40px 0 150px;
    }

    .subscription-plans {
        gap: 1.5rem;
    }

    .plan {
        padding: 1.5rem;
    }

    .plan-price .price {
        font-size: 2rem;
    }

    .subscription-guarantee {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .subscription-section {
        padding: 40px 0 210px;
    }

    .subscription-plans {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .plan.popular {
        transform: scale(1);
        order: -1;
    }

    .plan.popular:hover {
        transform: translateY(-8px);
    }

    .subscription-toggle {
        margin-bottom: 2rem;
    }

    .subscription-guarantee {
        gap: 1.5rem;
    }

    .guarantee-item {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .subscription-section {
        padding: 40px 0 210px;
    }

    .subscription-toggle {
        gap: 0.8rem;
    }

    .toggle-option {
        font-size: 0.8rem;
    }

    .plan {
        padding: 1.2rem;
    }

    .plan-icon {
        width: 50px;
        height: 50px;
    }

    .plan-icon i {
        font-size: 1.4rem;
    }

    .plan h3 {
        font-size: 1.2rem;
    }

    .plan-price .price {
        font-size: 1.8rem;
    }

    .subscription-guarantee {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
}

/* ========== FAQ SECTION - RESPONSIVE ========== */
.faq-section {
    padding: 80px 0;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--cream-bg);
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question:hover {
    background: rgba(45, 106, 79, 0.05);
}

.faq-question h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.faq-question i {
    color: var(--mint-green);
    transition: transform 0.3s;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.2rem;
    max-height: 200px;
}

.faq-answer p {
    color: var(--gray);
    line-height: 1.6;
}

/* FAQ Responsive */
@media (max-width: 992px) {
    .faq-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-question {
        padding: 1rem 1.2rem;
    }

    .faq-question h3 {
        font-size: 0.9rem;
        padding-right: 0.5rem;
    }

    .faq-question i {
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .faq-item.active .faq-answer {
        padding: 0 1.2rem 1rem;
    }

    .faq-answer p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-question {
        padding: 0.9rem 1rem;
    }

    .faq-question h3 {
        font-size: 0.85rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 1rem 0.8rem;
    }

    .faq-answer p {
        font-size: 0.8rem;
    }
}

/* ========== SUSTAINABILITY SECTION - RESPONSIVE ========== */
.sustainability-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--light-mint), var(--cream-bg));
    -webkit-clip-path: url(styles.css#wave-top);
    clip-path: url(styles.css#wave-top);
}

.sustainability-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.sustainability-content h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    line-height: 1.2;
}

.sustainability-content p {
    color: var(--gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.sustainability-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--mint-green);
}

.stat-label {
    font-size: 0.8rem;
    color: var(--gray);
}

.sustainability-image {
    position: relative;
}

.sustainability-image img {
    width: 100%;
    border-radius: 2rem;
    box-shadow: var(--shadow-soft);
}

.eco-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--white);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
}

.eco-badge i {
    font-size: 1.5rem;
    color: var(--mint-green);
}

/* Sustainability Responsive */
@media (max-width: 992px) {
    .sustainability-section {
        padding: 60px 0;
    }

    .sustainability-grid {
        gap: 3rem;
    }

    .sustainability-content h2 {
        font-size: 2rem;
    }

    .sustainability-stats {
        gap: 1.5rem;
    }

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

@media (max-width: 768px) {
    .sustainability-section {
        padding: 270px 0;
    }

    .sustainability-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .sustainability-content h2 {
        font-size: 1.8rem;
    }

    .sustainability-content p {
        font-size: 0.9rem;
    }

    .sustainability-stats {
        justify-content: center;
    }

    .sustainability-image {
        max-width: 400px;
        margin: 0 auto;
    }

    .eco-badge {
        bottom: -15px;
        right: -10px;
        padding: 0.8rem;
    }

    .eco-badge i {
        font-size: 1.2rem;
    }

    .eco-badge span {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sustainability-section {
        padding: 270px 0;
    }

    .sustainability-content h2 {
        font-size: 1.5rem;
    }

    .sustainability-stats {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .stat {
        text-align: center;
        width: 100%;
    }

    .stat-number {
        font-size: 1.3rem;
        display: inline-block;
        margin-right: 0.5rem;
    }

    .stat-label {
        display: inline-block;
        font-size: 0.75rem;
    }

    .eco-badge {
        position: relative;
        margin-top: 1rem;
        display: inline-flex;
        bottom: 0;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
    }
}

/* ========== GALLERY SECTION - PINTEREST STYLE MASONRY ========== */
.gallery-section {
    padding: 80px 0;
    background: var(--cream-bg);
    position: relative;
}

.gallery-subtitle {
    text-align: center;
    color: var(--gray);
    margin-top: -15px;
    margin-bottom: 40px;
    font-size: 0.95rem;
}

.gallery-grid {
    position: relative;
    width: 100%;
    margin: 0 auto;
    column-count: 3;
    column-gap: 20px;
}

.gallery-item {
    position: relative;
    margin: 0 0 20px;
    break-inside: avoid;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

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

.gallery-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
}

.gallery-badge i {
    font-size: 0.65rem;
    color: #ff6b6b;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px 15px 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info {
    display: flex;
    gap: 15px;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

.gallery-info i {
    margin-right: 5px;
}

.gallery-info i.fa-heart {
    color: #ff6b6b;
}

.gallery-load-more {
    text-align: center;
    margin-top: 50px;
}

.btn-load-more {
    background: var(--mint-green);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-load-more:hover {
    background: var(--fresh-green);
    transform: translateY(-2px);
}

/* Hidden gallery items */
.hidden-gallery-item {
    display: none;
}

/* Show when loaded */
.hidden-gallery-item.show {
    display: block;
}

/* Gallery Masonry Responsive - 2 baris di mobile tetap masonry */
@media (max-width: 992px) {
    .gallery-grid {
        column-count: 2;
        column-gap: 16px;
    }

    .gallery-item {
        margin: 0 0 16px;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 50px 0;
    }

    .gallery-grid {
        column-count: 2;
        column-gap: 12px;
    }

    .gallery-item {
        margin: 0 0 12px;
        border-radius: 16px;
    }

    .gallery-badge {
        font-size: 0.6rem;
        padding: 3px 8px;
        top: 8px;
        right: 8px;
    }

    .gallery-info {
        font-size: 0.7rem;
        gap: 10px;
    }

    .gallery-subtitle {
        font-size: 0.85rem;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        column-count: 2;
        column-gap: 10px;
    }

    .gallery-item {
        margin: 0 0 10px;
        border-radius: 14px;
    }

    .gallery-overlay {
        padding: 12px 10px 10px;
    }

    .gallery-info {
        font-size: 0.65rem;
        gap: 8px;
    }

    .btn-load-more {
        padding: 10px 25px;
        font-size: 0.8rem;
    }
}

/* Gallery Modal Lightbox */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.gallery-modal.active {
    display: flex;
}

.modal-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 16px;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s;
}

.modal-close:hover {
    transform: scale(1.1);
}

.modal-caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 0.9rem;
}

/* ========== TESTIMONIALS - WITH AVATAR ========== */
.testimonials {
    background: var(--light-mint);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: url(styles.css#wave-bottom);
    clip-path: url(styles.css#wave-bottom);
}

.testimonials::before {
    content: '“”';
    position: absolute;
    font-size: 200px;
    opacity: 0.05;
    top: 20px;
    left: 20px;
    font-family: serif;
    pointer-events: none;
}

.testimonials::after {
    content: '⭐';
    position: absolute;
    font-size: 150px;
    opacity: 0.03;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
}

.testimonial-swiper {
    padding: 30px 0 50px;
    overflow: hidden;
}

.testimonial-swiper .swiper-slide {
    background: var(--white);
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.testimonial-swiper .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

/* Avatar Styling */
.testimonial-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--mint-green);
    padding: 2px;
    background: var(--white);
    transition: all 0.3s;
}

.testimonial-swiper .swiper-slide:hover .testimonial-avatar img {
    transform: scale(1.05);
    border-color: var(--citrus);
}

.quote-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: var(--mint-green);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7rem;
}

.quote-icon i {
    font-size: 0.7rem;
}

/* Stars */
.stars {
    color: var(--citrus);
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 3px;
}

/* Testimonial Text */
.testimonial-swiper .swiper-slide p {
    color: var(--dark-gray);
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

/* Author Name */
.testimonial-swiper .swiper-slide h4 {
    margin-top: 0.5rem;
    font-weight: 700;
    color: var(--mint-green);
    font-size: 1rem;
}

/* Location */
.testimonial-swiper .swiper-slide small {
    color: var(--gray);
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.testimonial-swiper .swiper-slide small i {
    font-size: 0.6rem;
}

/* Swiper Pagination */
.testimonial-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.testimonial-swiper .swiper-pagination-bullet {
    background: var(--mint-green);
    opacity: 0.3;
    transition: all 0.3s;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
    }

    .quote-icon {
        width: 24px;
        height: 24px;
        font-size: 0.6rem;
    }
}

@media (max-width: 768px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonial-swiper .swiper-slide {
        padding: 1.5rem;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
    }

    .quote-icon {
        width: 22px;
        height: 22px;
        bottom: -3px;
        right: -3px;
    }

    .quote-icon i {
        font-size: 0.55rem;
    }

    .stars {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    .testimonial-swiper .swiper-slide p {
        font-size: 0.85rem;
    }

    .testimonial-swiper .swiper-slide h4 {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .testimonials {
        padding: 40px 0;
    }

    .testimonial-swiper .swiper-slide {
        padding: 1.2rem;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 0.8rem;
    }

    .testimonial-avatar img {
        border-width: 2px;
    }

    .quote-icon {
        width: 18px;
        height: 18px;
    }

    .quote-icon i {
        font-size: 0.45rem;
    }

    .testimonial-swiper .swiper-slide p {
        font-size: 0.8rem;
    }

    .testimonial-swiper .swiper-slide h4 {
        font-size: 0.85rem;
    }

    .stars {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }
}

/* ========== CONTACT SECTION - ENHANCED ========== */
.contact-section {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.contact-section::before {
    content: '💬';
    position: absolute;
    font-size: 200px;
    opacity: 0.03;
    top: 10%;
    left: -50px;
    pointer-events: none;
    transform: rotate(-15deg);
}

.contact-section::after {
    content: '📧';
    position: absolute;
    font-size: 180px;
    opacity: 0.03;
    bottom: 20%;
    right: -50px;
    pointer-events: none;
    transform: rotate(10deg);
}

/* Section header enhancement */
.contact-section .section-header {
    position: relative;
    margin-bottom: 3rem;
}

.contact-section .section-tag {
    background: linear-gradient(135deg, var(--light-mint), var(--white));
    border: 1px solid rgba(45, 106, 79, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.contact-section .section-header h2 {
    background: linear-gradient(135deg, var(--black) 0%, var(--mint-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Contact Grid - Enhanced */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

/* Contact Info Card - Premium */
.contact-info {
    background: var(--white);
    border-radius: 2rem;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(45, 106, 79, 0.08);
}

.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(45, 106, 79, 0.15);
}

/* Decorative line on contact info */
.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mint-green), var(--citrus), var(--warm-orange));
    opacity: 0;
    transition: opacity 0.3s;
}

.contact-info:hover::before {
    opacity: 1;
}

/* Contact Items - Enhanced */
.contact-item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
    align-items: flex-start;
    transition: all 0.3s;
    padding: 0.5rem;
    border-radius: 1rem;
}

.contact-item:hover {
    background: rgba(45, 106, 79, 0.05);
    transform: translateX(8px);
}

.contact-item i {
    font-size: 1.6rem;
    color: var(--mint-green);
    transition: all 0.3s;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-mint);
    border-radius: 50%;
}

.contact-item:hover i {
    transform: scale(1.1);
    background: var(--mint-green);
    color: white;
}

.contact-item h4 {
    margin-bottom: 0.3rem;
    font-weight: 700;
    color: var(--black);
    font-size: 1.1rem;
}

.contact-item p {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Contact Form - Premium */
.contact-form {
    background: var(--white);
    border-radius: 2rem;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(45, 106, 79, 0.08);
}

.contact-form:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(45, 106, 79, 0.15);
}

.contact-form::before {
    content: '✉️';
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 120px;
    opacity: 0.03;
    pointer-events: none;
}

/* Form Fields - Enhanced */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 1.2rem;
    border: 2px solid #f0f0f0;
    border-radius: 60px;
    font-family: var(--font-body);
    background: var(--cream-bg);
    transition: all 0.3s;
    font-size: 0.95rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--mint-green);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.1);
}

.contact-form textarea {
    border-radius: 24px;
    resize: vertical;
    min-height: 120px;
}

/* Input icons */
.contact-form .input-wrapper {
    position: relative;
    margin-bottom: 1.2rem;
}

.contact-form .input-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
    font-size: 1rem;
    transition: all 0.3s;
}

.contact-form .input-wrapper input {
    padding-left: 45px;
}

.contact-form .input-wrapper input:focus+i {
    color: var(--mint-green);
}

/* Send Button - Enhanced */
.contact-form .btn-primary {
    background: linear-gradient(135deg, var(--mint-green), var(--fresh-green));
    border: none;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
}

.contact-form .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.contact-form .btn-primary:hover::before {
    left: 100%;
}

.contact-form .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(45, 106, 79, 0.3);
}

.contact-form .btn-primary i {
    transition: transform 0.3s;
}

.contact-form .btn-primary:hover i {
    transform: translateX(5px);
}

/* Map - Enhanced */
.fullwidth-map {
    width: 100%;
    height: 400px;
    margin-top: 3rem;
    overflow: hidden;
    border-radius: 2rem 2rem 0 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

/* Map custom styling */
.custom-map-icon {
    background: transparent;
}

.custom-map-icon i {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    animation: bounce 1s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Leaflet map customization */
.leaflet-popup-content-wrapper {
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
}

.leaflet-popup-content {
    margin: 12px 16px;
    font-family: var(--font-body);
}

.leaflet-popup-content b {
    color: var(--mint-green);
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-section {
        padding: 60px 0 0;
    }

    .contact-info,
    .contact-form {
        padding: 2rem;
    }

    .contact-item i {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 50px 0 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-info,
    .contact-form {
        padding: 1.8rem;
    }

    .contact-item {
        margin-bottom: 1.5rem;
        padding: 0.3rem;
    }

    .contact-item i {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }

    .contact-item h4 {
        font-size: 1rem;
    }

    .contact-item p {
        font-size: 0.85rem;
    }

    .fullwidth-map {
        height: 320px;
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 0 0;
    }

    .contact-info,
    .contact-form {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }

    .contact-item {
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }

    .contact-item i {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .contact-item h4 {
        font-size: 0.9rem;
    }

    .contact-item p {
        font-size: 0.75rem;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 12px 16px;
        font-size: 0.85rem;
    }

    .contact-form .btn-primary {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .fullwidth-map {
        height: 280px;
        border-radius: 1.5rem 1.5rem 0 0;
    }
}

/* ========== FOOTER - ENHANCED MATCHING THEME ========== */
.footer {
    background: linear-gradient(135deg, #1a2e28 0%, #0d1f1c 100%);
    padding: 4rem 0 1.5rem;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(69, 158, 100, 0.2);
}

/* Decorative top border with brand color */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mint-green), var(--citrus), var(--warm-orange), var(--mint-green));
    background-size: 200%;
    animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 200%;
    }
}

/* Subtle leaf pattern decoration */
.footer::after {
    content: '🌿';
    position: absolute;
    font-size: 180px;
    opacity: 0.03;
    bottom: -30px;
    right: -30px;
    pointer-events: none;
    transform: rotate(-15deg);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 4rem;
    position: relative;
    z-index: 2;
}

/* Brand Section */
.footer-brand .logo {
    color: var(--white);
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--white), var(--mint-green));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footer-brand .logo:hover {
    color: var(--citrus);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.footer-brand p {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 250px;
    line-height: 1.6;
}

/* Brand decorative line */
.footer-brand::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--mint-green);
    margin-top: 1rem;
    border-radius: 2px;
}

/* Social Icons - Enhanced */
.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icons a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(69, 158, 100, 0.15);
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid rgba(69, 158, 100, 0.3);
}

.social-icons a:hover {
    color: var(--white);
    background: var(--mint-green);
    transform: translateY(-3px);
    border-color: var(--mint-green);
}

/* Footer Links */
.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-links h4 {
    margin-bottom: 1.2rem;
    font-weight: 600;
    color: var(--white);
    font-size: 1rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.footer-links h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--mint-green);
    transition: width 0.3s;
    border-radius: 2px;
}

.footer-links div:hover h4::after {
    width: 50px;
}

.footer-links a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.7rem;
    transition: all 0.3s;
    font-size: 0.85rem;
}

.footer-links a:hover {
    color: var(--citrus);
    transform: translateX(5px);
}

/* Newsletter Section */
.footer-newsletter {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(69, 158, 100, 0.2);
}

.footer-newsletter h4 {
    color: var(--white);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-newsletter h4 i {
    color: var(--citrus);
}

.footer-newsletter .newsletter-form {
    display: flex;
    gap: 0.5rem;
    max-width: 380px;
}

.footer-newsletter input {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid rgba(69, 158, 100, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    font-size: 0.85rem;
    transition: all 0.3s;
}

.footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-newsletter input:focus {
    outline: none;
    border-color: var(--mint-green);
    background: rgba(255, 255, 255, 0.1);
}

.footer-newsletter button {
    background: linear-gradient(135deg, var(--mint-green), var(--fresh-green));
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.footer-newsletter button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(69, 158, 100, 0.15);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 2;
}

.footer-bottom .heart {
    color: var(--warm-orange);
    display: inline-block;
    animation: heartBeat 1.5s infinite;
}

@keyframes heartBeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Footer brand icon */
.footer-brand .sparkle-icon {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2rem;
    color: var(--citrus);
    animation: sparkle 1s infinite;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer {
        padding: 3rem 0 1rem;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-brand p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand::after {
        margin-left: auto;
        margin-right: auto;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links {
        text-align: center;
    }

    .footer-links h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links a:hover {
        transform: translateY(-2px) translateX(0);
    }

    .footer-newsletter .newsletter-form {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .footer-newsletter .newsletter-form {
        flex-direction: column;
        gap: 0.8rem;
        max-width: 300px;
    }

    .footer-newsletter input {
        text-align: center;
    }

    .footer-newsletter button {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 2rem 0 1rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-brand .logo {
        font-size: 1.5rem;
    }

    .social-icons a {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .footer-bottom {
        font-size: 0.65rem;
    }
}

/* ========== SWIPER PAGINATION ========== */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: var(--mint-green);
    opacity: 0.3;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px;
    border-radius: 10px;
}

/* ========== TOAST NOTIFICATION ========== */
.toast-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--white);
    color: var(--black);
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    font-size: 0.9rem;
    max-width: 350px;
    border-left: 4px solid var(--mint-green);
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-notification i {
    font-size: 1.2rem;
}

.toast-notification.success {
    border-left-color: var(--mint-green);
}

.toast-notification.success i {
    color: var(--mint-green);
}

.toast-notification.error {
    border-left-color: var(--warm-orange);
}

.toast-notification.error i {
    color: var(--warm-orange);
}

.toast-notification.info {
    border-left-color: var(--citrus);
}

.toast-notification.info i {
    color: var(--citrus);
}

@media (max-width: 768px) {
    .toast-notification {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
        padding: 14px 20px;
        font-size: 0.85rem;
    }
}

/* ========== CART DRAWER SLIDER ========== */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: var(--white);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 10002;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.cart-drawer.open {
    transform: translateX(0);
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    background: var(--white);
}

.cart-header h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-header h3 i {
    color: var(--mint-green);
    font-size: 1.2rem;
}

.close-cart {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray);
    transition: all 0.3s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-cart:hover {
    background: #f5f5f5;
    color: var(--black);
    transform: rotate(90deg);
}

.cart-items-container {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--gray);
}

.cart-empty i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.cart-empty p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.btn-shop-now {
    background: var(--mint-green);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-shop-now:hover {
    background: var(--fresh-green);
    transform: translateY(-2px);
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    background: var(--light-mint);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cart-item-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--black);
}

.cart-item-price {
    color: var(--mint-green);
    font-weight: 700;
    font-size: 0.9rem;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.qty-btn {
    background: #f5f5f5;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: var(--mint-green);
    color: white;
}

.item-quantity {
    font-weight: 600;
    min-width: 25px;
    text-align: center;
}

.item-total {
    font-weight: 700;
    color: var(--black);
    margin-top: 8px;
    font-size: 0.9rem;
}

.remove-item {
    position: absolute;
    top: 15px;
    right: 0;
    background: none;
    border: none;
    color: var(--gray);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
}

.remove-item:hover {
    color: var(--warm-orange);
    transform: scale(1.1);
}

.cart-footer {
    padding: 20px 24px;
    border-top: 1px solid #eee;
    background: var(--white);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.cart-total span:first-child {
    font-weight: 600;
    color: var(--black);
}

.cart-total span:last-child {
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--mint-green);
}

.btn-checkout {
    background: linear-gradient(135deg, var(--mint-green), var(--fresh-green));
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 50px;
    width: 100%;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(45, 106, 79, 0.3);
}

.btn-continue-shopping {
    background: none;
    border: none;
    color: var(--gray);
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.btn-continue-shopping:hover {
    color: var(--mint-green);
}

/* Cart Drawer Responsive */
@media (max-width: 480px) {
    .cart-drawer {
        max-width: 100%;
    }

    .cart-item-image {
        width: 60px;
        height: 60px;
    }

    .cart-item-image img {
        width: 50px;
        height: 50px;
    }

    .cart-header {
        padding: 15px 20px;
    }

    .cart-header h3 {
        font-size: 1.1rem;
    }

    .cart-items-container {
        padding: 15px;
    }

    .cart-item {
        gap: 12px;
        padding: 12px 0;
    }

    .cart-item-details h4 {
        font-size: 0.9rem;
    }

    .cart-item-price {
        font-size: 0.8rem;
    }

    .qty-btn {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }

    .item-quantity {
        min-width: 20px;
    }

    .item-total {
        font-size: 0.8rem;
    }

    .cart-footer {
        padding: 15px 20px;
    }

    .cart-total span:last-child {
        font-size: 1.1rem;
    }

    .btn-checkout {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
}

.container {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 30px;
}

/* .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
} */

.logo img {
    /* width: 45px; */
    height: 45px;
    object-fit: contain;
    display: block;
}





/* =========================================
   HERO SECTION
========================================= */

.hero {
    position: relative;
    min-height: 650px;
    padding: 70px 0 55px;
    overflow: hidden;

    /* background:
        radial-gradient(circle at 78% 45%,
            rgba(164, 185, 141, 0.16),
            transparent 28%),
        radial-gradient(circle at 10% 100%,
            rgba(164, 185, 141, 0.15),
            transparent 25%),
        #FBFAF0; */
}


/* Soft decorative circles */
/* .hero::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(164, 185, 141, 0.35);
    border-radius: 50%;
    top: -105px;
    left: -45px;
} */

.hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 100, 31, 0.25);
    border-radius: 50%;
    right: -110px;
    bottom: -150px;
}


/* =========================================
   GRID
========================================= */

.hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 45px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.hero-content {
    max-width: 610px;
}


/* =========================================
   EYEBROW
========================================= */

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 27px;

    color: var(--brand-blue-deep);

    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}

.hero-eyebrow b {
    color: var(--brand-orange);
    font-size: 15px;
}

.eyebrow-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--brand-green-deep);
    font-size: 22px;
}


/* =========================================
   TITLE
========================================= */

.hero-title {
    margin: 0 0 22px;

    color:var(--brand-blue-deep);

    font-family: var(--font-heading);
    font-size: clamp(42px, 4.3vw, 62px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -2px;
}

.hero-title span {
    color: var(--brand-orange);
}


/* =========================================
   DESCRIPTION
========================================= */

.hero-desc {
    max-width: 510px;

    margin: 0 0 27px;

    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 38px;
}

.hero-buttons .btn {
    min-height: 48px;
    padding: 0 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    border-radius: 11px;

    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-buttons .btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.hero-buttons .btn:hover i {
    transform: translateX(4px);
}


/* Primary */
.hero-buttons .btn-primary {
    color: #fff;
    background: var(--brand-blue);
    border: 1px solid var(--brand-blue);

    box-shadow: 0 10px 22px rgba(7, 86, 120, 0.20);
}

.hero-buttons .btn-primary:hover {
    background: var(--brand-blue-dark);
    border-color: var(--brand-blue-dark);
    transform: translateY(-2px);
}


/* Outline */
.hero-buttons .btn-outline {
    color: var(--brand-blue-dark);
    background: transparent;
    border: 1.5px solid var(--brand-blue);
}

.hero-buttons .btn-outline:hover {
    color: #fff;
    background: var(--brand-blue);
    transform: translateY(-2px);
}


/* =========================================
   FEATURES
========================================= */

.hero-features {
    display: flex;
    align-items: stretch;

    max-width: 550px;
}

.hero-feature {
    /* flex: 1; */

    min-height: 58px;
    padding: 0 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */

    border-right: 1px solid rgba(7, 86, 120, 0.15);
}

.hero-feature:first-child {
    padding-left: 0;
    justify-content: flex-start;
}

.hero-feature:last-child {
    border-right: 0;
}

.feature-icon {
    flex-shrink: 0;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--brand-orange);

    font-size: 22px;
}

.hero-feature span {
    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}


/* =========================================
   RIGHT SIDE IMAGE
   Existing slideshow ko disturb nahi karega
========================================= */

.hero-image {
    position: relative;
    width: 100%;
    min-height: clamp(340px, 34vw, 420px);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-eyebrow {
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .hero-feature {
        padding: 0 10px;
    }

    .hero-feature span {
        font-size: 10px;
    }
}


@media (max-width: 850px) {

    .hero {
        padding: 55px 0 45px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-eyebrow {
        justify-content: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        margin: 0 auto;
    }

    .hero-image {
        min-height: 450px;
        margin-top: 10px;
    }
}


@media (max-width: 600px) {

    .hero {
        padding: 45px 0 35px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.02;
        letter-spacing: -1.2px;
    }

    .hero-eyebrow {
        gap: 6px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .eyebrow-icon {
        font-size: 18px;
        width: 22px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    .hero-features {
        width: 100%;
        flex-wrap: wrap;
    }

    .hero-feature {
        width: 50%;
        flex: 0 0 50%;

        margin-bottom: 18px;

        border-right: 1px solid rgba(7, 86, 120, 0.12);
    }

    .hero-feature:nth-child(2),
    .hero-feature:last-child {
        border-right: 0;
    }

    .hero-image {
        min-height: 350px;
    }
}


/* =========================================================
   MODERN FOOD SAFETY SERVICES
   ========================================================= */

.services-modern {
    padding: 80px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(164, 185, 141, .12), transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(7, 86, 120, .08), transparent 30%),
        #f8faf7;
}

.services-modern .section-header {
    text-align: center;
    margin-bottom: 45px;
}

.services-modern .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 50px;
    background: #eef3e9;
    color: var(--brand-green-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.services-modern .section-header h2 {
    margin: 14px 0 8px;
    color: var(--brand-blue-deep);
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 700;
}

.services-modern .section-header p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SWIPER
   ========================================================= */

.services-modern .bestseller-swiper {
    overflow: visible;
    padding: 10px 5px 55px;
}

.services-modern .swiper-wrapper {
    align-items: stretch;
}

.services-modern .swiper-slide {
    height: auto;
}


/* =========================================================
   CARD
   ========================================================= */

.services-modern .swiper-slide {
    position: relative;

    background: #fff;
    border: 1px solid rgba(7, 86, 120, .08);
    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(7, 86, 120, .07);

    transition:
        transform .35s cubic-bezier(.2, .8, .2, 1),
        box-shadow .35s ease,
        border-color .35s ease;
}

.services-modern .swiper-slide:hover {
    transform: translateY(-9px);

    border-color: rgba(7, 86, 120, .16);

    box-shadow:
        0 24px 50px rgba(7, 86, 120, .14);
}


/* =========================================================
   IMAGE
   ========================================================= */

.services-modern .bestseller-img-wrapper {
    position: relative;

    height: 205px;

    overflow: hidden;

    background: #e9f0eb;
}

.services-modern .bestseller-img-wrapper::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(2, 44, 64, .30) 100%);

    pointer-events: none;
}

.services-modern .bestseller-img-wrapper img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .65s cubic-bezier(.2, .8, .2, 1);
}

.services-modern .swiper-slide:hover .bestseller-img-wrapper img {
    transform: scale(1.08);
}


/* =========================================================
   FLOATING CATEGORY BADGE
   ========================================================= */

.services-modern .best-seller-badge {
    position: absolute;

    z-index: 10;

    top: 16px;
    left: 16px;

    right: auto;

    min-height: auto;

    padding: 8px 12px 8px 9px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    border-radius: 50px;

    background: rgba(255, 255, 255, .92);

    border: 1px solid rgba(255, 255, 255, .7);

    color: var(--brand-blue-deep);

    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 800;

    line-height: 1;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, .12);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.services-modern .best-seller-badge::before {
    display: none;
}

.services-modern .best-seller-badge i {
    position: static;

    width: 27px;
    height: 27px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--brand-blue);

    color: white;

    font-size: 12px;

    transform: none;
}


/* =========================================================
   CONTENT
   ========================================================= */

.services-modern .bestseller-content {
    position: relative;

    min-height: 215px;

    padding: 25px 24px 23px;

    background: #fff;
}

.services-modern .bestseller-content h3 {
    margin: 0 42px 11px 0;

    color: var(--brand-blue-deep);

    font-family: var(--font-heading);

    font-size: 17px;
    font-weight: 700;

    line-height: 1.4;

    transition: color .25s ease;
}

.services-modern .swiper-slide:hover .bestseller-content h3 {
    color: var(--brand-blue);
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.services-modern .service-description {
    margin: 0;

    color: var(--text-muted);

    font-family: var(--font-body);

    font-size: 13px;

    line-height: 1.75;

    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   READ MORE
   ========================================================= */

.services-modern .service-read-more {
    position: absolute;

    left: 24px;
    right: 24px;
    bottom: 22px;

    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--brand-blue);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .5px;

    transition: color .25s ease;
}

.services-modern .service-read-more::after {
    content: "";

    flex: 1;

    height: 1px;

    background: #dce5e1;

    transition:
        background .25s ease,
        transform .25s ease;
}

.services-modern .swiper-slide:hover .service-read-more {
    color: var(--brand-orange);
}

.services-modern .swiper-slide:hover .service-read-more::after {
    background: var(--brand-orange);
}


/* =========================================================
   ARROW BUTTON
   ========================================================= */

.services-modern .service-arrow {
    position: absolute;

    z-index: 15;

    right: 20px;
    bottom: 21px;

    width: 38px;
    height: 38px;

    border: 0;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--brand-blue);

    color: #fff;

    cursor: pointer;

    opacity: 1;

    transform: none;

    box-shadow:
        0 8px 18px rgba(7, 86, 120, .20);

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

.services-modern .service-arrow:hover {
    background: var(--brand-orange);

    transform: translateX(3px);

    box-shadow:
        0 10px 22px rgba(255, 100, 31, .25);
}

.services-modern .service-arrow i {
    font-size: 12px;
}


/* =========================================================
   HIDE OLD PRODUCT ELEMENTS
   ========================================================= */

.services-modern .bestseller-rating,
.services-modern .bestseller-price {
    display: none;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.services-modern .swiper-pagination {
    bottom: 5px;
}

.services-modern .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    margin: 0 4px !important;

    background: var(--brand-green);

    opacity: .35;

    transition:
        width .3s ease,
        border-radius .3s ease,
        opacity .3s ease;
}

.services-modern .swiper-pagination-bullet-active {
    width: 25px;

    border-radius: 20px;

    background: var(--brand-blue);

    opacity: 1;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

    .services-modern {
        padding: 60px 15px;
    }

    .services-modern .section-header {
        margin-bottom: 30px;
    }

    .services-modern .section-header h2 {
        font-size: 29px;
    }

    .services-modern .bestseller-img-wrapper {
        height: 190px;
    }

    .services-modern .bestseller-content {
        min-height: 205px;
    }
}

@media (max-width: 480px) {

    .services-modern {
        padding: 50px 12px;
    }

    .services-modern .section-header h2 {
        font-size: 25px;
    }

    .services-modern .section-header p {
        font-size: 13px;
    }

    .services-modern .bestseller-img-wrapper {
        height: 200px;
    }

    .services-modern .bestseller-content {
        padding: 22px 20px;
    }

    .services-modern .service-read-more {
        left: 20px;
        right: 20px;
    }
}

.service-description {
    margin-top: 10px;

    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.75;

    /* keeps the card height consistent */
    min-height: calc(13px * 1.75 * 3);

    display: block;
}



.why-truenexa-section {
    position: relative;
    padding-block: 40px;
    /* background:
        radial-gradient(circle at 0% 50%,
            rgba(164, 185, 141, 0.13),
            transparent 30%),
        radial-gradient(circle at 100% 20%,
            rgba(7, 86, 120, 0.08),
            transparent 28%),
        #f8faf7; */
    overflow: hidden;
}

.why-truenexa-section::before {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -140px;
    bottom: -140px;

    border: 1px solid rgba(7, 86, 120, 0.08);

    border-radius: 50%;
}

.why-truenexa-section .container {
    /* max-width: 1150  px; */
    margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */

.why-header {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.why-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 7px 14px;

    border-radius: 50px;

    /* background: var(--brand-green-soft); */

    color: var(--brand-green-deep);

    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.2px;
}

.why-tag-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--brand-orange);

    box-shadow: 0 0 0 4px rgba(255, 100, 31, .10);
}

.why-header h2 {
    margin: 17px 0 13px;

    color: var(--brand-blue-deep);

    font-family: var(--font-heading);

    font-size: 34px;

    line-height: 1.12;

    font-weight: 700;
}

.why-header h2 span {
    display: block;

    color: var(--brand-orange);
}

.why-header p {
    max-width: 620px;

    margin: 0 auto;

    color: var(--text-muted);

    font-family: var(--font-body);

    font-size: 14px;

    line-height: 1.8;
}


/* =====================================================
   MAIN GRID
===================================================== */

.why-truenexa-grid {
    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 55px;

    align-items: center;
}


/* =====================================================
   LEFT INTRO
===================================================== */

.why-intro {
    position: relative;

    padding: 38px;

    background: #ffffff;

    border: 1px solid rgba(7, 86, 120, .08);

    border-radius: 25px;

    /* box-shadow:
        0 20px 50px rgba(7, 86, 120, .08); */
}

.why-intro::before {
    content: "";

    position: absolute;

    top: 0;
    left: 35px;

    width: 70px;
    height: 4px;

    border-radius: 0 0 10px 10px;

    background: var(--brand-orange);
}

.why-intro-badge {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 20px;

    color: var(--brand-blue);

    font-size: 11px;

    font-weight: 700;
}

.why-intro-badge i {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: var(--brand-blue-soft);

    color: var(--brand-blue);

    font-size: 12px;
}

.why-intro h3 {
    margin: 0 0 15px;

    color: var(--brand-blue-deep);

    font-family: var(--font-heading);

    font-size: 27px;

    line-height: 1.3;

    font-weight: 600;
}

.why-intro h3 strong {
    display: block;

    color: var(--brand-blue);

    font-weight: 700;
}

.why-intro>p {
    margin: 0 0 25px;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.8;
}


/* =====================================================
   CTA
===================================================== */

.why-cta {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 12px 17px;

    border-radius: 11px;

    background: var(--brand-blue);

    color: #fff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition: .3s ease;
}

.why-cta i {
    width: 24px;
    height: 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .14);

    font-size: 10px;

    transition: .3s ease;
}

.why-cta:hover {
    background: var(--brand-orange);

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(255, 100, 31, .25);
}

.why-cta:hover i {
    transform: translateX(3px);
}


/* =====================================================
   STATS
===================================================== */

.why-stats {
    display: flex;

    align-items: center;

    margin-top: 32px;

    padding-top: 25px;

    border-top: 1px solid var(--border-light);
}

.why-stat {
    display: flex;

    flex-direction: column;

    gap: 3px;
}

.why-stat strong {
    color: var(--brand-blue);

    font-family: var(--font-heading);

    font-size: 21px;
}

.why-stat span {
    color: var(--text-muted);

    font-size: 12px;

    font-weight: 600;
}

.why-stat-divider {
    width: 1px;
    height: 35px;

    margin: 0 25px;

    background: var(--border-light);
}


/* =====================================================
   USP GRID
===================================================== */

.usp-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


/* =====================================================
   USP CARD
===================================================== */

.usp-card {
    position: relative;

    min-height: 235px;

    padding: 25px;

    overflow: hidden;

    border-radius: 20px;

    background: #fff;

    border: 1px solid rgba(7, 86, 120, .07);

    box-shadow:
        0 10px 30px rgba(7, 86, 120, .055);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.usp-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 40px rgba(7, 86, 120, .13);
}


/* Decorative circle */

.usp-card::after {
    content: "";

    position: absolute;

    right: -45px;
    bottom: -55px;

    width: 130px;
    height: 130px;

    border-radius: 50%;

    background: rgba(7, 86, 120, .035);

    transition: transform .4s ease;
}

.usp-card:hover::after {
    transform: scale(1.35);
}


/* =====================================================
   TOP
===================================================== */

.usp-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 24px;
}

.usp-number {
    color: #d8e3e6;

    font-family: var(--font-heading);

    font-size: 27px;

    font-weight: 700;
}

.usp-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: var(--brand-blue-soft);

    color: var(--brand-blue);

    font-size: 17px;

    transition: .3s ease;
}

.usp-card:hover .usp-icon {
    transform: rotate(-5deg) scale(1.08);
}


/* =====================================================
   CONTENT
===================================================== */

.usp-content {
    position: relative;

    z-index: 2;
}

.usp-content h4 {
    margin: 0 0 10px;

    color: var(--brand-blue-deep);

    font-family: var(--font-heading);

    font-size: 16px;

    line-height: 1.4;
    font-weight: 600;
}

.usp-content p {
    margin: 0;

    color: var(--text-muted);

    font-size: 12px;

    line-height: 1.75;
}


/* =====================================================
   CARD ARROW
===================================================== */

.usp-arrow {
    position: absolute;

    z-index: 3;

    right: 20px;
    bottom: 19px;

    color: #b7c4c8;

    font-size: 11px;

    transition: .3s ease;
}

.usp-card:hover .usp-arrow {
    color: var(--brand-blue);

    transform: translate(3px, -3px);
}


/* =====================================================
   COLOR VARIATIONS
===================================================== */

.usp-green .usp-icon {
    background: var(--brand-green-soft);

    color: var(--brand-green-deep);
}

.usp-green .usp-number {
    color: #dce5d5;
}

.usp-orange .usp-icon {
    background: var(--brand-orange-soft);

    color: var(--brand-orange);
}

.usp-orange .usp-number {
    color: #f5dcd0;
}

.usp-dark .usp-icon {
    background: var(--brand-blue);

    color: #fff;
}

.usp-dark .usp-number {
    color: #d9e4e8;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 950px) {

    .why-truenexa-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .why-intro {
        max-width: 700px;
        margin: 0 auto;
    }
}


@media (max-width: 650px) {

    .why-truenexa-section {
        padding: 70px 15px;
    }

    .why-header {
        margin-bottom: 35px;
    }

    .why-header h2 {
        font-size: 29px;
    }

    .usp-grid {
        grid-template-columns: 1fr;
    }

    .usp-card {
        min-height: 205px;
    }

    .why-intro {
        padding: 28px 23px;
        border-radius: 20px;
    }

    .why-intro h3 {
        font-size: 23px;
    }
}


@media (max-width: 400px) {

    .why-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .why-stat-divider {
        width: 50px;
        height: 1px;
        margin: 0;
    }
}



/* =========================================
   TRUENEXA CTA SECTION
========================================= */

.tnx-cta {
    padding: 40px 0;
    /* background: #ffffff; */
}

.tnx-cta-container {
    width: min(1200px, calc(100% - 40px));
    min-height: 360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, #022C40 0%, #043B54 55%, #075678 100%);
    /* box-shadow: 0 20px 50px rgba(7, 86, 120, 0.18); */
}

/* Decorative circles */

.tnx-cta-container::before {
    content: "";
    position: absolute;

    width: 380px;
    height: 380px;

    right: -160px;
    top: -190px;

    border-radius: 50%;

    background: rgba(164, 185, 141, 0.10);
}

.tnx-cta-container::after {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    right: 180px;
    bottom: -150px;

    border-radius: 50%;

    background: rgba(255, 100, 31, 0.08);
}


/* =========================================
   CONTENT
========================================= */

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

.tnx-cta-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #FF8750;

    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.tnx-cta-content h2 {
    max-width: 700px;

    margin: 0 0 18px;

    color: #ffffff;

    font-family: 'Poppins', sans-serif;
    font-weight: 700;

    line-height: 1.15;
    letter-spacing: -1px;
}

.tnx-cta-content p {
    max-width: 620px;

    margin-bottom: 28px;

    color: #c5d9e2;

    font-family: 'Inter', sans-serif;
    font-size: 16px;

    line-height: 1.7;
}


/* =========================================
   CTA BUTTON
========================================= */

.tnx-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 15px 24px;

    border-radius: 8px;

    background: #FF641F;
    color: #ffffff;

    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(255, 100, 31, 0.30);

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.tnx-cta-btn span {
    font-size: 19px;
    line-height: 1;
}

.tnx-cta-btn:hover {
    background: #D94C10;

    transform: translateY(-3px);

    box-shadow:
        0 15px 30px rgba(255, 100, 31, 0.35);
}


/* =========================================
   VISUAL
========================================= */

.tnx-cta-visual {
    min-height: 280px;

    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tnx-cta-circle {
    width: 220px;
    height: 220px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(164, 185, 141, 0.12);

    border: 1px solid rgba(164,
            185,
            141,
            0.30);
}


/* Shield */

.tnx-cta-shield {
    width: 105px;
    height: 125px;

    display: grid;
    place-items: center;

    background: #A4B98D;

    color: #022C40;

    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 800;

    clip-path: polygon(50% 0%,
            90% 15%,
            85% 65%,
            50% 100%,
            15% 65%,
            10% 15%);

    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.15);
}


/* =========================================
   FLOATING BADGE
========================================= */

.tnx-cta-badge {
    position: absolute;

    right: 0;
    bottom: 20px;

    min-width: 135px;

    padding: 13px 18px;

    border-radius: 12px;

    background: #ffffff;

    color: #17262D;

    font-family: 'Inter', sans-serif;
    font-size: 11px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.18);
}

.tnx-cta-badge span {
    display: block;

    margin-bottom: 3px;

    color: #718087;
}

.tnx-cta-badge strong {
    color: #61794F;

    font-size: 12px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tnx-cta-container {
        grid-template-columns: 1fr;

        padding: 50px;

        text-align: center;
    }

    .tnx-cta-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .tnx-cta-visual {
        min-height: 230px;
        margin-top: 20px;
    }

    .tnx-cta-badge {
        right: 15%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .tnx-cta {
        padding: 50px 0;
    }

    .tnx-cta-container {
        width: calc(100% - 30px);

        padding: 40px 25px;

        border-radius: 20px;
    }

    .tnx-cta-content h2 {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .tnx-cta-content p {
        font-size: 14px;
    }

    .tnx-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .tnx-cta-circle {
        width: 180px;
        height: 180px;
    }

    .tnx-cta-shield {
        width: 85px;
        height: 105px;
        font-size: 30px;
    }

    .tnx-cta-badge {
        right: 0;
        bottom: 0;
    }
}

a {
    text-decoration: none !important;
}

.tnx-cta-circle {
    width: 300px;
    height: 230px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 24px;

    background: rgba(164, 185, 141, 0.10);

    border: 1px solid rgba(164, 185, 141, 0.25);

    overflow: hidden;
}

.tnx-cta-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: 20px;

    display: block;
}

/* =========================================
   DIRECTOR SECTION
   Uses your existing :root variables
   ========================================= */

.director-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
    background: var(--bg-primary);
    font-family: var(--font-body);
    color: var(--text-primary);
}

.director-container {
    position: relative;
    z-index: 2;
    width: min(1180px, 92%);
    min-height: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: stretch;
}

/* =========================================
   LEFT CONTENT
   ========================================= */

.director-content {
    position: relative;
    z-index: 5;
    padding: 25px 45px 70px 0;
}

.director-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px;
    color: var(--brand-blue-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.eyebrow-line {
    position: relative;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: var(--brand-orange);
}

.eyebrow-line::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /* background: var(--brand-green-dark); */
    transform: translateY(-50%);
}

.director-content h2 {
    margin: 0 0 22px;
    color: var(--brand-blue-deep);
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.director-content p {
    max-width: 575px;
    margin: 0 0 15px;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.65;
}

/* =========================================
   SIGNATURE
   ========================================= */

.director-signature {
    position: relative;
    width: fit-content;
    margin-top: 10px;
    padding-bottom: 9px;
    color: var(--brand-blue);
}

.director-signature span {
    display: block;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
    transform: rotate(-5deg);
}

.director-signature i {
    position: absolute;
    bottom: 3px;
    left: 25px;
    width: 58px;
    height: 3px;
    background: var(--brand-orange);
    transform: rotate(-5deg);
}

/* =========================================
   VALUES
   ========================================= */

.director-values {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--border-light);
}

.value-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    padding-right: 8px;
    border-right: 1px solid var(--border-light);
}

.value-item:last-child {
    border-right: 0;
}

.value-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-blue-soft);
    color: var(--brand-blue);
    font-size: 17px;
}

.value-item:nth-child(2) .value-icon {
    background: var(--brand-green-soft);
    color: var(--brand-green-deep);
}

.value-item:nth-child(3) .value-icon {
    background: var(--warning-bg);
    color: var(--warning);
}

.value-item:nth-child(4) .value-icon {
    background: var(--brand-blue-soft);
    color: var(--brand-blue);
}

.value-item strong {
    color: var(--brand-blue-dark);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .7px;
}

/* =========================================
   IMAGE AREA
   ========================================= */

.director-image-wrap {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.director-image-bg {
    position: absolute;
    z-index: 0;
    top: -100px;
    right: -180px;
    width: 700px;
    height: 790px;
    border-radius: 52% 0 0 52%;
    background: var(--bg-blue);
    border-left: 10px solid var(--brand-blue-soft);
}

.director-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 670px;
    overflow: hidden;
    border-radius: 48% 0 0 0;
    clip-path: ellipse(68% 75% at 57% 65%);
}

.director-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.92);
}

/* =========================================
   QUOTE
   ========================================= */

.director-quote {
    position: absolute;
    z-index: 5;
    top: 65px;
    right: 10px;
    display: flex;
    flex-direction: column;
    color: var(--brand-blue-dark);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 22px;
    font-style: italic;
    line-height: 1.05;
    transform: rotate(-5deg);
}

.director-quote span {
    display: block;
}

.quote-line {
    width: 65px;
    height: 3px;
    margin: 8px 0 0 15px;
    background: var(--brand-orange);
    transform: rotate(-9deg);
}




/* =========================================
   HOVER
   ========================================= */

.director-image {
    transition: transform .5s ease;
}

.director-image:hover {
    transform: translateY(-5px);
}

.value-item {
    transition: transform .3s ease;
}

.value-item:hover {
    transform: translateY(-3px);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 991px) {
    .director-section {
        padding-top: 60px;
    }

    .director-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .director-content {
        padding: 0 0 40px;
    }

    .director-content p {
        max-width: 100%;
    }

    .director-values {
        position: relative;
        margin-top: 30px;
    }

    .director-image-wrap {
        min-height: 580px;
    }

    .director-image {
        height: 580px;
    }

    .director-image-bg {
        top: -50px;
        right: -100px;
    }

    .director-quote {
        top: 35px;
        right: 30px;
    }
}

@media (max-width: 600px) {
    .director-section {
        padding-top: 45px;
    }

    .director-container {
        width: 90%;
    }

    .director-content h2 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .director-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .director-values {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .value-item {
        border-right: 0;
    }

    .director-image-wrap {
        min-height: 470px;
        margin-top: 15px;
    }

    .director-image {
        height: 470px;
    }

    .director-image-bg {
        width: 500px;
        height: 550px;
        right: -170px;
    }

    .director-quote {
        top: 25px;
        right: 5px;
        font-size: 18px;
    }

    .director-section::after {
        width: 300px;
        height: 180px;
        left: -100px;
        bottom: -120px;
    }
}

/* =========================================
   TRUNEXA — WHAT SETS US APART
   ========================================= */

.tnx-difference {
    position: relative;
    overflow: hidden;
    padding:40px 0;
    /* background:
        radial-gradient(circle at 90% 10%,
            rgba(164, 185, 141, 0.13),
            transparent 30%),
        radial-gradient(circle at 0% 80%,
            rgba(7, 86, 120, 0.08),
            transparent 30%),
        var(--bg-secondary); */
}

.tnx-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   SECTION HEADER
   ========================================= */

.tnx-section-head {
    margin-bottom: 55px;
}

.tnx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    color: var(--brand-orange);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tnx-eyebrow-line {
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: var(--brand-orange);
}

.tnx-heading-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
}

.tnx-heading-row h2 {
    max-width: 650px;
    margin: 0;

    color: var(--text-primary);
    font-family: var(--font-heading);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.tnx-heading-row h2 span {
    display: block;
    color: var(--brand-blue);
}

.tnx-heading-row p {
    max-width: 460px;
    margin: 0 0 5px;

    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   FEATURE GRID
   ========================================= */

.tnx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* =========================================
   FEATURE CARD
   ========================================= */

.tnx-feature-card {
    position: relative;
    /* min-height: 390px; */

    display: flex;
    flex-direction: column;

    padding: 30px;

    overflow: hidden;

    border: 1px solid var(--border-light);
    border-radius: 24px;

    background: var(--bg-primary);

    box-shadow: var(--shadow-soft);

    transition:
        transform 0.4s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.tnx-feature-card::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    bottom: -70px;

    border-radius: 50%;

    background: var(--brand-blue-soft);

    opacity: 0.7;

    transition: transform 0.5s ease;
}

.tnx-feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-blue);
    box-shadow: var(--shadow-hover);
}

.tnx-feature-card:hover::before {
    transform: scale(1.7);
}


/* Green Card */

.tnx-feature-green::before {
    background: var(--brand-green-soft);
}

.tnx-feature-green:hover {
    border-color: var(--border-green);
}


/* Orange Card */

.tnx-feature-orange::before {
    background: var(--brand-orange-soft);
}

.tnx-feature-orange:hover {
    border-color: var(--border-orange);
}


/* =========================================
   CARD TOP
   ========================================= */

.tnx-card-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tnx-number {
    color: var(--text-light);

    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.tnx-icon {
    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    color: var(--brand-blue);
    background: var(--bg-blue);

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        color 0.4s ease;
}

.tnx-icon svg {
    width: 25px;
    height: 25px;
}

.tnx-feature-card:hover .tnx-icon {
    transform: rotate(-6deg) scale(1.08);
}

.tnx-feature-green .tnx-icon {
    color: var(--brand-green-deep);
    background: var(--brand-green-soft);
}

.tnx-feature-orange .tnx-icon {
    color: var(--brand-orange);
    background: var(--brand-orange-soft);
}


/* =========================================
   CARD CONTENT
   ========================================= */

.tnx-card-content {
    position: relative;
    z-index: 2;

    /* margin-top: auto;
    padding-top: 80px; */
}

.tnx-card-content h3 {
    max-width: 270px;

    margin: 0 0 14px;

    color: var(--text-primary);

    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.tnx-card-content p {
    max-width: 310px;

    margin: 0;

    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   CARD LINK
   ========================================= */

.tnx-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 25px;

    color: var(--brand-blue);

    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        gap 0.3s ease,
        color 0.3s ease;
}

.tnx-card-link span {
    font-size: 17px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.tnx-card-link:hover {
    gap: 12px;
    color: var(--brand-blue-dark);
}

.tnx-card-link:hover span {
    transform: translate(2px, -2px);
}


/* =========================================
   TRUST STRIP
   ========================================= */

.tnx-trust-strip {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;

    margin-top: 22px;
    padding: 28px 32px;

    border: 1px solid var(--border-light);
    border-radius: 20px;

    background: var(--bg-primary);

    box-shadow: var(--shadow-xs);
}

.tnx-trust-intro {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.tnx-mini-label {
    color: var(--brand-orange);

    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.tnx-trust-intro strong {
    color: var(--text-primary);

    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
}

.tnx-trust-intro em {
    color: var(--brand-blue);
    font-style: normal;
}


/* =========================================
   TRUST ITEMS
   ========================================= */

.tnx-trust-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tnx-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tnx-check {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: var(--brand-blue);
    background: var(--brand-blue-soft);

    font-size: 14px;
    font-weight: 800;
}

.tnx-trust-item strong {
    display: block;

    color: var(--text-primary);

    font-family: var(--font-heading);
    /* font-size: 13px; */
    font-weight: 600;
}

.tnx-trust-item small {
    display: block;

    margin-top: 3px;

    color: var(--text-muted);

    font-family: var(--font-body);
    font-size: 14px;
}


/* =========================================
   RESPONSIVE — TABLET
   ========================================= */

@media (max-width: 900px) {

    .tnx-difference {
        padding: 80px 0;
    }

    .tnx-heading-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .tnx-heading-row h2 {
        max-width: 700px;
    }

    .tnx-heading-row p {
        max-width: 650px;
    }

    .tnx-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tnx-feature-card:last-child {
        grid-column: 1 / -1;
    }

    .tnx-trust-strip {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}


/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */

@media (max-width: 600px) {

    .tnx-difference {
        padding: 70px 0;
    }

    .tnx-container {
        width: min(100% - 28px, 1180px);
    }

    .tnx-section-head {
        margin-bottom: 35px;
    }

    .tnx-heading-row h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .tnx-heading-row p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tnx-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tnx-feature-card {
        min-height: 350px;
        padding: 25px;
        border-radius: 20px;
    }

    .tnx-feature-card:last-child {
        grid-column: auto;
    }

    .tnx-card-content {
        padding-top: 60px;
    }

    .tnx-card-content h3 {
        font-size: 22px;
    }

    .tnx-trust-strip {
        padding: 25px 22px;
        border-radius: 18px;
    }

    .tnx-trust-items {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* =========================================
   SECTION
========================================= */

.trust-content-section {
    --brand-blue: #075678;
    --brand-blue-dark: #043B54;
    --brand-blue-light: #0B6D96;

    --brand-green: #A4B98D;
    --brand-green-dark: #7F9869;

    --brand-orange: #FF641F;

    --text-primary: #17262D;
    --text-secondary: #42535B;

    --font-heading: "Poppins", sans-serif;
    --font-body: "Inter", sans-serif;

    position: relative;
    overflow: hidden;

    padding: 40px 5% 55px;

    /* background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #FBFAF0; */
    background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #C8EAAD94;
}



.trust-container {
    width: 100%;
    /* max-width: 1180px; */

    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.trust-hero {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 30px;
}


/* =========================================
   HERO CONTENT
========================================= */

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


.trust-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    color: var(--brand-blue);

    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.trust-eyebrow span {
    width: 3px;
    height: 15px;

    display: block;

    background: #D9A52B;

    border-radius: 2px;
}


.trust-content h1 {
    margin: 0 0 18px;

    color: #073A5D;

    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;

    line-height: 1.03;

    letter-spacing: -1.8px;
}


.trust-content h1 strong {
    display: block;

    color: var(--brand-blue-light);

    font-weight: 600;
}


.trust-description {
    max-width: 610px;

    margin: 0 0 20px;

    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 14px;

    line-height: 1.55;
}


/* =========================================
   BUTTON
========================================= */

.trust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 13px 20px;

    background: var(--brand-blue);

    color: #fff;

    border-radius: 11px;

    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;

    text-decoration: none;

    transition: .25s ease;
}


.trust-btn:hover {
    background: var(--brand-blue-dark);

    transform: translateY(-2px);
}


/* =========================================
   FEATURES
========================================= */

.trust-features {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 18px;
}


.trust-feature {
    display: flex;
    align-items: center;

    gap: 8px;

    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;

    line-height: 1.35;
}


.trust-feature i {
    color: var(--brand-blue);

    font-size: 18px;
}


/* =========================================
   HERO IMAGE
========================================= */

.trust-visual {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 300px;
}


.trust-hero-image {
    display: block;

    width: 100%;
    max-width: 600px;

    height: auto;

    object-fit: contain;
}


/* =========================================
   CARDS
========================================= */

.trust-cards {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 20px;
}


.trust-card {
    position: relative;

    min-height: 205px;

    overflow: hidden;

    border: 1px solid #DDE7E5;

    border-radius: 14px;

    background: #fff;

    box-shadow:
        0 10px 30px -12px rgba(7, 86, 120, .12);

    transition: .25s ease;
}


.trust-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 35px -12px rgba(7, 86, 120, .18);
}


.trust-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background: #2C8C81;
    border-radius: 0 5px 5px 0;
    z-index: 4;
    height: 94px;
}


.seo-card::before {
    background: #1687C0;
}


.regulatory-card::before {
    background: #D99A17;
}


/* =========================================
   CARD CONTENT
========================================= */

.trust-card-content {
    position: relative;

    width: 62%;

    padding: 17px 17px;

    z-index: 3;
}


.trust-card-icon {
    width: 39px;
    height: 39px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #157F7A;

    color: #fff;

    font-size: 16px;
}


.seo-card .trust-card-icon {
    background: #167EC0;
}


.regulatory-card .trust-card-icon {
    background: #D99A17;
}


/* =========================================
   CARD HEADING
========================================= */

.trust-card h2 {
    margin: 10px 0 3px;

    color: #103D61;

    font-family: var(--font-heading);
    font-size: 25px;
    font-weight: 600;

    line-height: 1;
}


.trust-card-label {
    color: #529A91;

    font-family: var(--font-body);
    font-size: 8px;
    font-weight: 700;

    letter-spacing: 1.7px;

    white-space: nowrap;
}


.regulatory-card .trust-card-label {
    color: #B58A26;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.trust-card p {
    margin: 14px 0;

    color: var(--text-secondary);

    font-family: var(--font-body);
    font-size: 14px;

    line-height: 1.5;
}


/* =========================================
   CARD LINK
========================================= */

.trust-card-link {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: var(--brand-blue);

    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;

    text-decoration: none;
}


.regulatory-card .trust-card-link {
    color: #B47B0D;
}


/* =========================================
   CARD IMAGE
========================================= */

.trust-card-image {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 43%;
    height: 100%;

    display: block;

    object-fit: cover;

    z-index: 1;
}


/* IMAGE FADE
   This gives same soft blending as screenshot
========================================= */

.trust-card-image {
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, .45) 18%,
            #000 38%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            rgba(0, 0, 0, .45) 18%,
            #000 38%);
}


/* =========================================
   REGULATORY BACKGROUND
========================================= */

.regulatory-card {
    background: #FFFCF6;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .trust-content h1 {
        font-size: 43px;
    }

    .trust-card-content {
        width: 65%;
    }

    .trust-card-image {
        width: 42%;
    }

}


@media (max-width: 800px) {

    .trust-hero {
        grid-template-columns: 1fr;
    }

    .trust-visual {
        min-height: auto;
    }

    .trust-hero-image {
        max-width: 650px;
    }

    .trust-cards {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .trust-content-section {
        padding: 30px 18px 60px;
    }

    .trust-content h1 {
        font-size: 35px;

        letter-spacing: -1px;
    }

    .trust-description {
        font-size: 13px;
    }

    .trust-features {
        gap: 14px;
    }

    .trust-card-content {
        width: 62%;
        padding: 16px 20px;
    }

    .trust-card h2 {
        font-size: 22px;
    }

    .trust-card-image {
        width: 43%;
    }

}

/* =========================================
   INDUSTRIES SECTION
========================================= */

.industries-section {
    --blue: #075678;
    --blue-dark: #043B54;
    --blue-light: #0B6D96;

    --green: #A4B98D;
    --green-dark: #61794F;

    --orange: #FF641F;

    --text: #17262D;
    --text-light: #53636B;

    --border: #E2E9E8;

    --heading-font: "Poppins", sans-serif;
    --body-font: "Inter", sans-serif;

    position: relative;
    overflow: hidden;

    padding: 40px 5% 70px;

    /* background:
        linear-gradient(135deg,
            #F8FAF7 0%,
            #F0F6F9 55%,
            #EEF3E9 100%); */
}


/* =========================================
   CONTAINER
========================================= */

.industries-container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* =========================================
   TOP AREA
========================================= */

.industries-top {
    display: grid;

    grid-template-columns:
        48% 52%;

    align-items: center;

    min-height: 270px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.industries-content {
    position: relative;

    z-index: 3;

    padding-right: 20px;
}


.industries-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 12px;

    color: var(--blue);

    font-family: var(--body-font);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.industries-eyebrow span {
    width: 28px;
    height: 2px;

    background: #3D8B83;

    position: relative;
}



.industries-content h2 {
    margin: 0 0 12px;

    color: #073A5D;

    font-family: var(--heading-font);

    font-size: 34px;

    font-weight: 600;

    line-height: 1.03;

    letter-spacing: -1.5px;
}


.industries-content h2 strong {
    display: block;

    color: #147B83;

    font-weight: 600;
}


/* =========================================
   DESCRIPTION
========================================= */

.industries-description {
    max-width: 510px;

    margin: 0;

    color: var(--text-light);

    font-family: var(--body-font);

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   FEATURES
========================================= */

.industries-features {
    display: flex;

    align-items: center;

    gap: 0;

    margin-top: 22px;
}


.industry-feature {
    display: flex;

    align-items: center;

    gap: 7px;

    /* padding: 0 14px; */

}


.industry-feature:first-child {
    padding-left: 0;
}


.industry-feature:last-child {
    border-right: 0;
}


.feature-icon {
    width: 31px;
    height: 31px;

    display: grid;
    place-items: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #E7F1F2;

    color: var(--blue);

    font-size: 12px;
}


.industry-feature span {
    color: #42535B;

    font-family: var(--body-font);

    font-size: 8px;

    font-weight: 600;

    line-height: 1.35;
}


/* =========================================
   HERO IMAGE
========================================= */

.industries-hero-image {
    position: relative;

    height: 290px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.industries-hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    object-position: center;
}


/* =========================================
   CARDS SLIDER
========================================= */

.industries-slider {
    position: relative;

    margin-top: 22px;

    padding: 0 2px;
}


.industry-cards {
    display: grid;

    grid-template-columns:
        repeat(6, 1fr);

    gap: 13px;

    overflow: hidden;
}


/* =========================================
   CARD
========================================= */

.industry-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    border: 1px solid var(--border);

    border-radius: 9px;

    background: rgba(255, 255, 255, .90);

    /* box-shadow:
        0 8px 22px rgba(7, 86, 120, .08); */

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.industry-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 30px rgba(7, 86, 120, .14);
}


/* =========================================
   CARD IMAGE
========================================= */

.industry-card-image {
    width: 100%;

    height: 78px;

    overflow: hidden;
}


.industry-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition: transform .35s ease;
}


.industry-card:hover .industry-card-image img {
    transform: scale(1.05);
}


/* =========================================
   CARD BODY
========================================= */

.industry-card-body {
    /* min-height: 139px; */

    padding: 11px 12px 13px;
}


.industry-card h3 {
    margin: 0 0 9px;

    color: #103D61;

    /* font-family: Georgia, serif; */

    font-size: 14px;

    font-weight: 700;

    line-height: 1.15;
}


.industry-card p {
    min-height: 51px;

    margin: 0 0 10px;

    color: #5C6B72;

    font-family: var(--body-font);

    font-size: 8px;

    line-height: 1.5;
}


/* =========================================
   CARD LINK
========================================= */

.industry-card a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #1685A5;

    font-family: var(--body-font);

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;
}


.industry-card a i {
    font-size: 8px;
}


.industry-card .orange-link {
    color: #D88A16;
}


.industry-card .green-link {
    color: #5C9162;
}


.industry-card .purple-link {
    color: #7651C5;
}


/* =========================================
   ARROWS
========================================= */

.industry-arrow {
    position: absolute;

    top: 50%;

    width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    border: 1px solid #D6E2E4;

    border-radius: 50%;

    background: #fff;

    color: var(--blue);

    font-size: 10px;

    cursor: pointer;

    z-index: 5;

    box-shadow:
        0 3px 10px rgba(7, 86, 120, .08);

    transform: translateY(-50%);

    transition: .2s ease;
}


.industry-arrow:hover {
    background: var(--blue);

    color: #fff;
}


.industry-prev {
    left: -28px;
}


.industry-next {
    right: -28px;
}





/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .industries-top {
        grid-template-columns: 46% 54%;
    }

    .industries-content h2 {
        font-size: 39px;
    }

    .industry-cards {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .industry-card:nth-child(n+4) {
        display: none;
    }
}


@media (max-width: 800px) {

    .industries-top {
        grid-template-columns: 1fr;
    }

    .industries-content {
        padding-right: 0;
    }

    .industries-content h2 {
        font-size: 38px;
    }

    .industries-hero-image {
        height: 280px;

        margin-top: 15px;
    }

    .industries-features {
        flex-wrap: wrap;

        row-gap: 12px;
    }

    .industry-feature {
        margin-bottom: 4px;
    }

    .industry-cards {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .industry-card:nth-child(n+5) {
        display: none;
    }

    .industry-prev {
        left: -13px;
    }

    .industry-next {
        right: -13px;
    }
}


@media (max-width: 520px) {

    .industries-section {
        padding:
            30px 18px 60px;
    }

    .industries-content h2 {
        font-size: 32px;
    }

    .industries-description {
        font-size: 11px;
    }

    .industries-features {
        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;
    }

    .industry-feature {
        padding: 0;

        border: 0;
    }

    .industries-hero-image {
        height: 220px;
    }

    .industry-cards {
        grid-template-columns: 1fr;
    }

    .industry-card:nth-child(n+4) {
        display: none;
    }

    .industry-card-image {
        height: 120px;
    }

    .industry-card-body {
        min-height: 150px;
    }
}

/* =========================================
   INDUSTRIES SECTION
========================================= */

/* .industries-section {
    width: 100%;
    padding: 60px 0;
   background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #FBFAF0;
    overflow: hidden;
} */
 .industries-section {
	width: 100%;
	padding: 60px 0;
	background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #C8EAAD94;
	overflow: hidden;
}
/* .industries-section {
	width: 100%;
	padding: 60px 0;
	background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #F2F6F8;
	overflow: hidden;
} */
.industries-container {
    width: min(1400px, 92%);
    margin: 0 auto;
}


/* =========================================
   TOP AREA
========================================= */

.industries-top {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 70px;
    margin-bottom: 60px;
}

.industries-content {
    max-width: 650px;
}

.industries-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;

    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.industries-eyebrow span {
    width: 32px;
    height: 3px;
    display: inline-block;
    background: #f58220;
    border-radius: 10px;
}

.industries-content h2 {
    /* margin: 0 0 20px; */
    color: var(--brand-blue-deep);
    line-height: 1.08;
    font-weight: 700;
}

.industries-content h2 strong {
    display: block;
    color: var(--brand-orange);
    font-weight: 700;
}

.industries-description {
    max-width: 590px;

    color: #68756f;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.industries-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.industry-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    background: #eaf4ef;
    color: #1d6b55;

    font-size: 18px;
}

.industry-feature span {
    color: #31433d;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}


/* =========================================
   HERO IMAGE
========================================= */

.industries-hero-image {
    width: 100%;
    /* height: 420px; */
    overflow: hidden;
    border-radius: 25px;
}

.industries-hero-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
}


/* =========================================
   SLIDER
========================================= */

.industries-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.industry-cards {
    width: 100%;

    display: flex;
    gap: 24px;

    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    padding: 5px 2px 15px;
}

.industry-cards::-webkit-scrollbar {
    display: none;
}


/* =========================================
   CARD
========================================= */

.industry-card {
    flex: 0 0 calc((100% - 72px) / 5);

    min-width: 0;

    overflow: hidden;

    background: #ffffff;
    border-radius: 15px;

    /* box-shadow: 0 8px 30px rgba(20, 60, 45, 0.08); */

    scroll-snap-align: start;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(20, 60, 45, 0.13);
}


/* =========================================
   CARD IMAGE
========================================= */

.industry-card-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.industry-card-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.industry-card:hover .industry-card-image img {
    transform: scale(1.06);
}


/* =========================================
   CARD BODY
========================================= */

.industry-card-body {
    /* min-height: 245px; */

    display: flex;
    flex-direction: column;

    padding: 15px !important;
}

.industry-card-body h3 {
    color: var(--brand-blue-deep);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.industry-card-body p {
    margin: 0;

    color: #718079;
    font-size: 14px;
    line-height: 1.7;
}

.industry-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    width: fit-content;
    /* margin-top: auto; */
    padding-top: 15px;

    color: #1b6a53;
    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: gap 0.25s ease;
}

.industry-link:hover {
    gap: 14px;
}

.industry-link i {
    font-size: 12px;
}

.orange-link {
    color: #f58220;
}

.green-link {
    color: #39945b;
}

.purple-link {
    color: #7653a7;
}


/* =========================================
   ARROWS
========================================= */

.industry-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dbe5e0;
    border-radius: 50%;

    background: #ffffff;
    color: #1c5142;

    cursor: pointer;

    box-shadow: 0 5px 18px rgba(20, 60, 45, 0.08);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.industry-arrow:hover:not(:disabled) {
    background: #1c5142;
    color: #ffffff;
    transform: scale(1.05);
}

.industry-arrow:disabled,
.industry-arrow.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1200px) {

    .industries-top {
        gap: 40px;
    }

    .industries-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .industry-card {
        flex: 0 0 calc((100% - 48px) / 3);
    }

}


/* =========================================
   TABLET SMALL
========================================= */

@media (max-width: 992px) {

    .industries-section {
        padding: 70px 0;
    }

    .industries-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .industries-content {
        max-width: 100%;
    }

    .industries-hero-image {
        height: 350px;
    }

    .industry-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .industries-section {
        padding: 55px 0;
    }

    .industries-container {
        width: 90%;
    }

    .industries-content h2 {
        font-size: 34px;
    }

    .industries-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .industries-features {
        grid-template-columns: 1fr 1fr;
        gap: 18px 10px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 15px;
    }

    .industry-feature span {
        font-size: 11px;
    }

    .industries-hero-image {
        height: 260px;
        border-radius: 18px;
    }

    .industries-slider {
        gap: 10px;
    }

    .industry-card {
        flex: 0 0 100%;
    }

    .industry-card-image {
        height: 220px;
    }

    .industry-card-body {
        min-height: 230px;
        padding: 22px 20px;
    }

    .industry-arrow {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 12px;
    }

}
.impact-section {
	--brand-blue: #075678;
	--brand-blue-dark: #043B54;
	--brand-blue-light: #0B6D96;
	--brand-green: #A4B98D;
	--brand-green-dark: #7F9869;
	--brand-orange: #FF641F;
	--bg-primary: #FFFFFF;
	--bg-blue: #F0F6F9;
	--bg-green: #EEF3E9;
	--text-primary: #17262D;
	--text-secondary: #42535B;
	--text-muted: #718087;
	--border-light: #E5EAE7;
	--shadow-soft: 0 10px 30px -12px rgba(7, 86, 120, .12);
	--shadow-medium: 0 15px 35px -12px rgba(7, 86, 120, .16);
	position: relative;
	overflow: hidden;
	padding: 70px 80px 0;
	background: radial-gradient(circle at 78% 45%, rgba(164, 185, 141, 0.16), transparent 28%), radial-gradient(circle at 10% 100%, rgba(164, 185, 141, 0.15), transparent 25%), #D1D7E84D;
	color: var(--text-primary);
	padding-block: 40px !important;
	margin-block: 40px;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.impact-container {
    max-width: 1400px;
    margin: auto;

    display: grid;
    grid-template-columns:
        minmax(300px, 1.05fr) minmax(380px, 1.15fr) minmax(300px, .9fr);

    gap: 35px;
    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.impact-content {
    position: relative;
    z-index: 3;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--brand-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.eyebrow span {
    width: 28px;
    height: 1px;
    background: var(--brand-blue);
    opacity: .65;
}

.impact-title-wrap {
    position: relative;
}

.impact-content h1 {
    margin: 0;

    font-family:var(--font-heading);
    font-size:34px;
    line-height: .98;
    letter-spacing: -2px;
    color:var(--brand-blue-deep);
    font-weight: 700;
}

.impact-content h1 span {
    color: var(--brand-orange);
}

.trust-note {
    position: absolute;
    top: -12px;
    right: 20px;

    color: var(--brand-blue);
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.05;
    font-style: italic;
    transform: rotate(-12deg);
}

.trust-note strong {
    display: block;
}

.impact-description {
    max-width: 440px;

    margin: 22px 0 25px;

    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================
   MINI FEATURES
========================================= */

.mini-features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 25px;
}

.mini-feature {
    display: flex;
    align-items: center;
    gap: 13px;
}

.mini-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #EAF2E4;
    color: var(--brand-blue);

    font-size: 15px;
}

.mini-feature h4 {
    margin: 0 0 3px;

    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
}

.mini-feature p {
    margin: 0;

    color: var(--text-muted);
    font-size: 14px;
}


/* =========================================
   BUTTON
========================================= */

.impact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 12px 21px;

    color: #fff;
    background: var(--brand-blue);

    border-radius: 11px;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: .25s ease;
}

.impact-btn i {
    font-size: 10px;
}

.impact-btn:hover {
    background: var(--brand-blue-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}


/* =========================================
   CENTER IMAGE
========================================= */

.impact-image-area {
    position: relative;
    min-height: 450px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.image-shape {
    width: 100%;
    max-width: 530px;
    height: 450px;

    overflow: hidden;

    border-radius:
        48% 15% 18% 48% / 50% 18% 18% 50%;
/* 
    box-shadow:
        0 25px 55px rgba(7, 86, 120, .14); */
}

.image-shape img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =========================================
   CERTIFICATION CARD
========================================= */

.cert-card {
    position: absolute;
    left: 50%;
    bottom: 15px;

    width: 180px;
    padding: 15px 18px;

    background: rgba(255, 255, 255, .96);
    border-radius: 16px;

    box-shadow:
        0 15px 35px rgba(0, 50, 70, .18);

    transform: translateX(-50%);
    z-index: 5;
}

.cert-shield {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 7px;

    border-radius: 50%;
    background: #E5F0E3;
    color: #34866E;

    font-size: 13px;
}

.cert-content {
    display: flex;
    flex-direction: column;

    color: var(--text-primary);
    font-size: 11px;
    line-height: 1.3;
}

.cert-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 13px;

    color: #294B5B;
    font-size: 11px;
    font-weight: 800;
}

.cert-logos span:nth-child(2) {
    font-size: 9px;
}

.cert-logos span:nth-child(3) {
    font-size: 13px;
}


/* =========================================
   RIGHT CARDS
========================================= */

.impact-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-card {
    min-height: 82px;
    padding: 15px;

    display: flex;
    align-items: center;
    gap: 14px;

    background: rgba(255, 255, 255, .82);

    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 13px;

    box-shadow: var(--shadow-soft);

    backdrop-filter: blur(8px);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.feature-card:hover {
    transform: translateX(-5px);
    box-shadow: var(--shadow-medium);
}

.feature-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    /* color: #fff; */
    font-size: 16px;
}

/* .feature-icon.green {
    background: #3A8D70;
}

.feature-icon.blue {
    background: #1682D4;
}

.feature-icon.orange {
    background: #DD961B;
}

.feature-icon.purple {
    background: #7434C8;
} */

.feature-text {
    flex: 1;
}

.feature-text h3 {
    margin: 0 0 5px;

    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
}

.feature-text p {
    max-width: 220px;

    margin: 0;

    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.45;
}

.feature-arrow {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #EAF1F3;
    color: var(--brand-blue);

    font-size: 8px;
}


/* =========================================
   STATS BAR
========================================= */

.stats-bar {
    max-width: 1400px;

    margin-block: 35px ;

    min-height: 96px;
    padding: 15px 25px;

    display: grid;
    grid-template-columns:
        1fr 1fr 1fr 1fr .65fr;

    align-items: center;

    background:
        linear-gradient(110deg,
            #075678,
            #043B54);

    border-radius: 15px;

    color: #fff;

    box-shadow:
        0 -8px 30px rgba(7, 86, 120, .08);
}

.stat-item {
    min-height: 55px;
    padding: 0 20px;

    display: flex;
    align-items: center;
    gap: 12px;

    border-right: 1px solid rgba(255, 255, 255, .2);
}

.stat-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(164, 185, 141, .22);
    color: #C8DAB5;

    font-size: 14px;
}

.stat-item strong {
    display: block;

    font-size: 22px;
    line-height: 1;

    font-weight: 500;
}

.stat-item span {
    display: block;

    margin-top: 5px;

    font-size: 14px;
    font-weight: 600;
}

.stat-item small {
    display: block;

    margin-top: 2px;

    color: rgba(255, 255, 255, .62);

    font-size: 12px;
}

.stat-slogan {
    padding-left: 20px;

    display: flex;
    flex-direction: column;

    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 1.05;
    font-style: italic;

    transform: rotate(-4deg);
}

.stat-slogan span:nth-child(1) {
    color: #D6E4C6;
}

.stat-slogan span:nth-child(2) {
    color: #fff;
}

.stat-slogan span:nth-child(3) {
    color: #D6E4C6;
}




/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1150px) {

    .impact-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .impact-container {
        grid-template-columns:
            1fr 1fr;
    }

    .impact-image-area {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .impact-features {
        grid-column: 1;
        grid-row: 2;
    }

    .stats-bar {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 20px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding: 10px;
    }

    .stat-slogan {
        display: none;
    }
}


@media (max-width: 800px) {

    .impact-section {
        padding: 50px 20px 0;
    }

    .impact-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .impact-content {
        width: 100%;
    }

    .impact-content h1 {
        font-size: 45px;
    }

    .trust-note {
        right: 5%;
    }

    .impact-image-area {
        width: 100%;
        min-height: 400px;
    }

    .image-shape {
        height: 400px;
    }

    .impact-features {
        width: 100%;
    }

    .stats-bar {
        width: 100%;

        grid-template-columns: 1fr 1fr;

        border-radius: 15px 15px 0 0;
    }
}


@media (max-width: 500px) {

    .impact-content h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .trust-note {
        font-size: 11px;
    }

    .impact-description {
        font-size: 13px;
    }

    .impact-image-area {
        min-height: 330px;
    }

    .image-shape {
        height: 330px;
    }

    .cert-card {
        bottom: 0;
        width: 165px;
    }

    .feature-card {
        padding: 12px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .stats-bar {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
}



/* =========================================
   TRUENEXA PROFESSIONAL PRELOADER
   Uses existing :root brand variables
========================================= */

#preloader.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 15% 20%,
            var(--bg-blue) 0%,
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            var(--bg-green) 0%,
            transparent 35%
        ),
        var(--bg-primary);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 999999;

    opacity: 1;
    visibility: visible;

    transition:
        opacity 0.6s ease,
        visibility 0.6s ease;
}

#preloader.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* =========================================
   INNER
========================================= */

.preloader-inner {
    width: min(520px, 88%);
    text-align: center;
}


/* =========================================
   LOGO
========================================= */

.preloader-logo {
    width: 185px;
    margin: 0 auto 42px;

    opacity: 0;
    animation: preloaderLogo 0.9s ease forwards;
}

.preloader-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* =========================================
   CONTENT
========================================= */

.preloader-content {
    margin-bottom: 38px;

    opacity: 0;
    animation: preloaderContent 0.8s ease 0.2s forwards;
}

.preloader-label {
    display: inline-block;

    margin-bottom: 14px;

    color: var(--brand-orange);

    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;
    line-height: 1.5;

    text-transform: uppercase;
}

.preloader-content h3 {
    margin: 0;

    color: var(--text-primary);

    font-family: var(--font-heading);
    font-size: 25px;
    font-weight: 600;

    line-height: 1.35;
}


/* =========================================
   PROGRESS AREA
========================================= */

.preloader-progress {
    width: 100%;

    opacity: 0;
    animation: preloaderProgress 0.8s ease 0.4s forwards;
}


/* Progress background */

.preloader-progress-bar {
    position: relative;

    width: 100%;
    height: 5px;

    background: var(--brand-blue-soft);

    border-radius: 50px;
    overflow: hidden;
}


/* Progress fill */

.preloader-fill {
    display: block;

    width: 0;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            var(--brand-blue) 0%,
            var(--brand-blue-light) 55%,
            var(--brand-green-dark) 100%
        );

    border-radius: 50px;

    box-shadow:
        0 0 12px rgba(7, 86, 120, 0.20);

    transition: width 0.18s ease;
}


/* =========================================
   PROGRESS INFO
========================================= */

.preloader-progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 12px;

    color: var(--text-muted);

    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
}

.preloader-percent {
    color: var(--brand-blue);

    font-weight: 700;

    min-width: 35px;
    text-align: right;
}


/* =========================================
   BRAND ACCENT
========================================= */

.preloader-progress-info::before {
    content: "";

    position: absolute;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes preloaderLogo {

    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


@keyframes preloaderContent {

    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


@keyframes preloaderProgress {

    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .preloader-inner {
        width: 86%;
    }

    .preloader-logo {
        width: 145px;
        margin-bottom: 32px;
    }

    .preloader-content {
        margin-bottom: 30px;
    }

    .preloader-label {
        font-size: 8px;
        letter-spacing: 1.4px;
        margin-bottom: 11px;
    }

    .preloader-content h3 {
        font-size: 20px;
    }

    .preloader-progress-bar {
        height: 4px;
    }

    .preloader-progress-info {
        font-size: 10px;
    }
}
.hero-image{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}




.tn-footer {
    position: relative;
    overflow: hidden;
background-image: url("../images/footer-image.png");
  background-size: 100% 100%;
      background-position: center;
    background-repeat: no-repeat;

    font-family: var(--font-body);
    color: var(--text-primary);
}


/* =========================================
   MAIN FOOTER
   ========================================= */

.tn-footer-main {
    position: relative;
    z-index: 2;
    padding: 55px 0 20px;
    /* background:
        radial-gradient(
            circle at 92% 20%,
            rgba(164, 185, 141, 0.12),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8faf7 52%,
            #f0f6f9 100%
        ); */
}

.tn-footer-container {
  width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   FOOTER GRID
   ========================================= */

.tn-footer-grid {
    display: grid;
    grid-template-columns:
        1.45fr
        0.85fr
        1.35fr
        1fr;

    gap: 55px;
    align-items: start;
}


/* =========================================
   BRAND
   ========================================= */

.tn-footer-brand {
    max-width: 310px;
}

.tn-logo {
    position: relative;
    display: inline-flex;
    align-items: center;

    color: var(--brand-blue);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-decoration: none;
}

.tn-logo-leaf {
    position: absolute;
    top: -8px;
    right: -16px;

    color: var(--brand-green);
    font-size: 18px;

    transform: rotate(-30deg);
}


.tn-footer-description {
    margin: 15px 0 22px;

    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   SOCIAL ICONS
   ========================================= */

.tn-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tn-socials a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #e7f0f3;

    color: var(--brand-blue);
    font-size: 14px;

    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.tn-socials a:hover {
    background: var(--brand-blue);
    color: #fff;
    transform: translateY(-3px);
}


.tn-brand-line {
    display: block;

    width: 40px;
    height: 2px;

    margin-top: 17px;

    background: var(--brand-green);
}


/* =========================================
   FOOTER COLUMNS
   ========================================= */

.tn-footer-column h4 {
    position: relative;

    margin: 0 0 20px;

    color: var(--brand-blue-dark);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
}

.tn-footer-column h4::after {
    content: "";

    display: block;

    width: 25px;
    height: 2px;

    margin-top: 7px;

    background: var(--brand-green);
}


.tn-footer-column > a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin-bottom: 13px;

    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.tn-footer-column > a i {
    color: var(--brand-blue);
    font-size: 9px;

    opacity: 0.8;

    transition: transform 0.2s ease;
}

.tn-footer-column > a:hover {
    padding-left: 4px;
    color: var(--brand-blue);
}

.tn-footer-column > a:hover i {
    transform: translateX(3px);
}


/* =========================================
   OPENING HOURS CARD
   ========================================= */

.tn-hours-card {
    padding: 20px 22px;

    border: 1px solid rgba(7, 86, 120, 0.10);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.72);

    box-shadow:
        0 10px 30px rgba(7, 86, 120, 0.07);

    backdrop-filter: blur(10px);
}


.tn-hours-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;
}

.tn-clock {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--brand-green);
    border-radius: 50%;

    color: var(--brand-green-dark);
    font-size: 13px;
}

.tn-hours-title h4 {
    margin: 0;

    color: var(--brand-blue-dark);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
}


.tn-hours-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tn-hours-item strong {
    color: var(--brand-blue-dark);
    font-size: 11px;
    font-weight: 700;
}

.tn-hours-item span {
    color: var(--text-muted);
    font-size: 11px;
}


.tn-hours-divider {
    height: 1px;
    margin: 16px 0;

    background: #e2e9e7;
}


/* =========================================
   NEWSLETTER
   ========================================= */

.tn-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 38px;
    padding: 18px 22px;

    border: 1px solid rgba(164, 185, 141, 0.20);
    border-radius: 16px;

    background:
        linear-gradient(
            100deg,
            rgba(238, 243, 233, 0.95),
            rgba(240, 246, 249, 0.92)
        );
}


.tn-newsletter-content {
    display: flex;
    align-items: center;
    gap: 14px;
}


.tn-newsletter-icon {
    flex: 0 0 auto;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e5f0dc;
    color: var(--brand-green-deep);

    font-size: 16px;
}


.tn-newsletter-text h4 {
    margin: 0 0 4px;

    color: var(--brand-blue-dark);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
}

.tn-newsletter-text p {
    max-width: 380px;

    margin: 0;

    color: var(--text-secondary);
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================
   NEWSLETTER FORM
   ========================================= */

.tn-newsletter-form {
    display: flex;
    align-items: center;

    width: min(430px, 100%);
}

.tn-newsletter-form input {
    width: 100%;
    height: 40px;

    padding: 0 20px;

    border: 1px solid #dce5e4;
    border-right: none;

    border-radius: 22px 0 0 22px;

    outline: none;

    background: #fff;

    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 11px;

    transition: border 0.2s ease;
}

.tn-newsletter-form input::placeholder {
    color: #9aa6ab;
}

.tn-newsletter-form input:focus {
    border-color: var(--brand-blue);
}


.tn-newsletter-form button {
    flex: 0 0 auto;

    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 0 20px;

    border: none;
    border-radius: 22px;

    background: var(--gradient-primary);

    color: #fff;

    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    box-shadow:
        0 6px 15px rgba(7, 86, 120, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.tn-newsletter-form button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 9px 20px rgba(7, 86, 120, 0.25);
}


/* =========================================
   FOOTER BOTTOM
   ========================================= */

.tn-footer-bottom {
    position: relative;

    margin-top: 0;
    padding: 28px 0 25px;

    /* background:
        linear-gradient(
            135deg,
            #064d6c 0%,
            #043b54 100%
        ); */

    color: rgba(255, 255, 255, 0.85);
}


/* Top curved shape */
/* .tn-footer-bottom::before {
    content: "";

    position: absolute;

    top: -30px;
    left: -5%;

    width: 110%;
    height: 55px;

    background: #064d6c;

    border-radius: 50% 50% 0 0 / 100% 100% 0 0;

    transform: rotate(-0.7deg);
} */


/* Decorative green curve */
.tn-footer-bottom::after {
    content: "";

    position: absolute;

    right: -100px;
    bottom: -80px;

    width: 450px;
    height: 150px;

    border-top: 1px solid rgba(164, 185, 141, 0.25);
    border-radius: 50%;
}


.tn-bottom-inner {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.tn-bottom-inner p {
    margin: 0;

    font-size: 10px;
    color: rgba(255, 255, 255, 0.78);
}


.tn-bottom-right {
    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
}


.tn-bottom-right b {
    font-weight: 400;
    opacity: 0.5;
}


.tn-bottom-line {
    display: inline-block;

    width: 38px;
    height: 2px;

    margin-right: 2px;

    background: var(--brand-green);
}


/* =========================================
   RESPONSIVE — TABLET
   ========================================= */

@media (max-width: 1050px) {

    .tn-footer-container {
        width: min(92%, 900px);
    }

    .tn-footer-grid {
        grid-template-columns: 1.2fr 0.8fr 1.3fr;
        gap: 35px;
    }

    .tn-hours-card {
        grid-column: 3;
    }

    .tn-newsletter {
        align-items: stretch;
    }
}


/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */

@media (max-width: 768px) {

    .tn-footer-main {
        padding: 45px 0 25px;
    }

    .tn-footer-container {
        width: calc(100% - 40px);
    }

    .tn-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
    }

    .tn-footer-brand {
        grid-column: 1 / -1;
        max-width: 500px;
    }

    .tn-services {
        grid-column: 1 / -1;
    }

    .tn-hours-card {
        grid-column: 1 / -1;
    }

    .tn-newsletter {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        margin-top: 35px;
    }

    .tn-newsletter-form {
        width: 100%;
    }

    .tn-bottom-inner {
        flex-direction: column;
        gap: 14px;

        text-align: center;
    }

    .tn-bottom-right {
        justify-content: center;
    }
}


/* =========================================
   RESPONSIVE — SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .tn-footer-container {
        width: calc(100% - 30px);
    }

    .tn-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tn-footer-brand,
    .tn-services,
    .tn-hours-card {
        grid-column: auto;
    }

    .tn-logo {
        font-size: 28px;
    }

    .tn-newsletter-content {
        align-items: flex-start;
    }

    .tn-newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .tn-newsletter-form input {
        height: 42px;

        border: 1px solid #dce5e4;
        border-radius: 22px;
    }

    .tn-newsletter-form button {
        width: 100%;
    }

    .tn-bottom-right {
        flex-wrap: wrap;
        font-size: 9px;
    }
}


/* =========================================
   FOOD SAFETY QUIZ (fs-quiz)
   ========================================= */

.fs-quiz {
    position: relative;
    z-index: 3;
    padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 8vw, 88px);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    overflow: hidden;
}

.fs-quiz--visible {
    opacity: 1;
    transform: translateY(0);
}

/* .fs-quiz__container {
    max-width: 1180px;
} */

.fs-quiz__app {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.fs-quiz__mobile-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border-light);
}

.fs-quiz__mobile-brand img {
    display: block;
    height: 32px;
    width: auto;
}

.fs-quiz__layout {
    display: grid;
    grid-template-columns: minmax(260px, 32%) 1fr;
    min-height: 560px;
}

/* Sidebar */
.fs-quiz__sidebar {
    padding: clamp(24px, 3vw, 36px);
    background: var(--bg-secondary);
    border-right: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
}

.fs-quiz__sidebar-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.fs-quiz__sidebar-logo {
    max-width: 140px;
    height: auto;
}

.fs-quiz__exit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--border-medium);
    border-radius: 100px;
    background: var(--white);
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.fs-quiz__exit:hover {
    border-color: var(--brand-blue);
    color: var(--brand-blue-dark);
}

.fs-quiz__confidential {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
}

.fs-quiz__confidential i {
    color: var(--brand-green-deep);
}

.fs-quiz__sidebar-title {
    margin: 0 0 16px;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-transform: uppercase;
}

.fs-quiz__sidebar-desc {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-secondary);
}

.fs-quiz__checklist {
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fs-quiz__checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
}

.fs-quiz__check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--success-bg);
    color: var(--success);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

.fs-quiz__sidebar-art {
    margin-top: 28px;
    width: 100%;
    min-height: 140px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--brand-green-soft) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.fs-quiz__sidebar-art-img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    object-position: bottom center;
}

.fs-quiz__sidebar-art:not(:has(.fs-quiz__sidebar-art-img)) {
    min-height: 120px;
}

/* Main area */
.fs-quiz__main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fs-quiz__main-inner {
    flex: 1;
    padding: clamp(24px, 3.5vw, 40px) clamp(20px, 4vw, 48px);
}

.fs-quiz__progress-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.fs-quiz__progress-label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
}

.fs-quiz__progress-note {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: var(--text-muted);
    text-align: right;
    max-width: 160px;
    line-height: 1.35;
}

.fs-quiz__progress-track {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: clamp(24px, 4vw, 36px);
    width: 100%;
    max-width: 420px;
}

.fs-quiz__progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--border-medium);
    background: var(--white);
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.fs-quiz__progress-dot.is-done,
.fs-quiz__progress-dot.is-active {
    border-color: var(--brand-green-deep);
    background: var(--brand-green-deep);
}

.fs-quiz__progress-dot.is-active {
    transform: scale(1.08);
    box-shadow: 0 0 0 4px rgba(97, 121, 79, 0.15);
}

.fs-quiz__progress-line {
    flex: 1;
    height: 2px;
    min-width: 12px;
    background: var(--border-light);
    transition: background 0.3s ease;
}

.fs-quiz__progress-line.is-done {
    background: var(--brand-green-deep);
}

.fs-quiz__stage-wrap {
    overflow: hidden;
    min-height: 320px;
}

.fs-quiz__question {
    opacity: 0;
    transform: translateX(15px);
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.fs-quiz__question.fs-quiz__question--visible {
    opacity: 1;
    transform: translateX(0);
}

.fs-quiz__question--leave {
    opacity: 0;
    transform: translateX(-15px);
}

.fs-quiz__question--leave-back {
    opacity: 0;
    transform: translateX(15px);
}

.fs-quiz__question--enter {
    opacity: 0;
    transform: translateX(15px);
}

.fs-quiz__question-title {
    margin: 0 0 clamp(22px, 3vw, 32px);
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.fs-quiz__question-title:focus {
    outline: none;
}

.fs-quiz__question-title:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 4px;
    border-radius: 4px;
}

.fs-quiz__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 18px);
}

.fs-quiz__option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 18px 14px 16px;
    border: 1.5px solid var(--border-light);
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow-xs);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    font-family: var(--font-body);
}

.fs-quiz__option:hover {
    border-color: var(--border-green);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.fs-quiz__option:focus {
    outline: none;
}

.fs-quiz__option:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px;
}

.fs-quiz__option.is-selected {
    border-color: var(--brand-green-deep);
    background: var(--brand-green-soft);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -14px rgba(97, 121, 79, 0.45);
}

.fs-quiz__option-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--brand-green-deep);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fs-quiz__option.is-selected .fs-quiz__option-check {
    opacity: 1;
    transform: scale(1);
}

.fs-quiz__option-media {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1 / 0.85;
    border-radius: 10px;
    background: var(--bg-green);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fs-quiz__option-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-quiz__option-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--text-primary);
}

.fs-quiz__option-emoji {
    font-size: 1.25rem;
    line-height: 1;
}

.fs-quiz__tip {
    margin: clamp(20px, 3vw, 28px) 0 0;
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
}

.fs-quiz__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(24px, 4vw, 32px);
}

.fs-quiz__nav .btn {
    min-height: 48px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 28px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fs-quiz__nav .btn-outline {
    color: var(--brand-blue-dark);
    background: transparent;
    border: 1.5px solid var(--brand-blue);
}

.fs-quiz__nav .btn-outline:hover:not(:disabled) {
    color: #fff;
    background: var(--brand-blue);
    transform: translateY(-2px);
}

.fs-quiz__nav .btn-primary {
    color: #fff;
    background: var(--brand-green-deep);
    border: 1px solid var(--brand-green-deep);
    box-shadow: 0 10px 22px rgba(97, 121, 79, 0.22);
}

.fs-quiz__nav .btn-primary:hover:not(:disabled) {
    background: var(--brand-green-dark);
    border-color: var(--brand-green-dark);
    transform: translateY(-2px);
}

.fs-quiz__nav .btn:disabled,
.fs-quiz__nav .btn-primary.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.fs-quiz__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 14px 20px;
    background: var(--brand-green-soft);
    border-top: 1px solid var(--border-green);
    font-size: 12px;
    color: var(--text-secondary);
}

.fs-quiz__banner i {
    color: var(--brand-green-deep);
}

.fs-quiz__banner strong {
    color: var(--text-primary);
    font-weight: 700;
}

/* Lead form */
.fs-quiz__lead {
    max-width: 480px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fs-quiz__lead--visible {
    opacity: 1;
    transform: translateY(0);
}

.fs-quiz__lead-title {
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.fs-quiz__lead-desc {
    margin: 0 0 28px;
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-secondary);
}

.fs-quiz-lead-form__field {
    margin-bottom: 16px;
}

.fs-quiz-lead-form__field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
}

.fs-quiz-lead-form__field input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border-light);
    border-radius: 60px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    background: var(--cream-bg);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.fs-quiz-lead-form__field input:focus {
    outline: none;
    border-color: var(--brand-green-deep);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(97, 121, 79, 0.12);
}

.fs-quiz__lead-submit {
    width: 100%;
    margin-top: 8px;
    min-height: 48px;
    border-radius: 28px;
    font-weight: 700;
    background: var(--brand-green-deep) !important;
    border-color: var(--brand-green-deep) !important;
}

.fs-quiz__back-to-quiz {
    width: 100%;
    margin-top: 14px;
    min-height: 44px;
}

/* Quiz responsive */
@media (max-width: 991px) {
    .fs-quiz__layout {
        grid-template-columns: 1fr;
    }

    .fs-quiz__sidebar {
        display: none;
    }

    .fs-quiz__mobile-bar {
        display: flex;
    }

    .fs-quiz__exit--desktop {
        display: none;
    }

    .fs-quiz__options {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .fs-quiz__option {
        flex-direction: row;
        text-align: left;
        align-items: center;
        padding: 14px 16px;
        gap: 14px;
    }

    .fs-quiz__option-media {
        width: 72px;
        max-width: 72px;
        flex-shrink: 0;
        aspect-ratio: 1;
    }

    .fs-quiz__option-text {
        flex: 1;
        font-size: 13px;
    }

    .fs-quiz__option-emoji {
        flex-shrink: 0;
    }

    .fs-quiz__progress-track {
        max-width: 100%;
    }

    .fs-quiz__progress-head {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fs-quiz__progress-note {
        text-align: center;
        max-width: none;
    }

    .fs-quiz__question-title {
        font-size: 1.25rem;
    }

    .fs-quiz__nav {
        flex-direction: row;
    }

    .fs-quiz__nav .btn {
        flex: 1;
    }
}

@media (max-width: 575px) {
    .fs-quiz {
        padding: 28px 0 40px;
    }

    .fs-quiz__app {
        border-radius: 16px;
    }

    .fs-quiz__main-inner {
        padding: 20px 16px 24px;
    }

    .fs-quiz__progress-dot {
        width: 10px;
        height: 10px;
    }

    .fs-quiz__progress-line {
        min-width: 8px;
    }

    .fs-quiz__nav .btn {
        padding: 0 14px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fs-quiz,
    .fs-quiz__question,
    .fs-quiz__lead {
        transition: none;
    }
}

/* Category selection — aligned with tnx-feature / site cards */
.fs-quiz__category {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-top: clamp(8px, 2vw, 16px);
}

.fs-quiz__category-head {
    text-align: center;
    margin-bottom: clamp(22px, 3vw, 32px);
}

.fs-quiz__category-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--brand-orange);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fs-quiz__category-eyebrow-line {
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: var(--brand-orange);
}

.fs-quiz__category-title {
    margin: 0 0 10px;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.fs-quiz__category-title:focus {
    outline: none;
}

.fs-quiz__category-title:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 4px;
    border-radius: 4px;
}

.fs-quiz__category-intro {
    margin: 0 auto;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.fs-quiz__categories-scroll {
    max-height: min(62vh, 520px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 4px 8px;
    margin: 0 -4px;
    scrollbar-gutter: stable;
}

.fs-quiz__categories-scroll::-webkit-scrollbar {
    width: 6px;
}

.fs-quiz__categories-scroll::-webkit-scrollbar-thumb {
    background: var(--border-medium);
    border-radius: 999px;
}

.fs-quiz__categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: stretch;}

.fs-quiz__category-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 0;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    background: var(--bg-primary);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    text-align: left;
    font-family: var(--font-body);
    overflow: hidden;
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.fs-quiz__category-card-glow {
    position: absolute;
    width: 160px;
    height: 160px;
    right: -60px;
    bottom: -60px;
    border-radius: 50%;
    background: var(--brand-blue-soft);
    opacity: 0.75;
    pointer-events: none;
    transition: transform 0.45s ease;
}

.fs-quiz__category-card--green .fs-quiz__category-card-glow {
    background: var(--brand-green-soft);
}

.fs-quiz__category-card--orange .fs-quiz__category-card-glow {
    background: var(--brand-orange-soft);
}

.fs-quiz__category-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    padding: 22px 20px 18px;
}

.fs-quiz__category-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-blue);
    box-shadow: var(--shadow-hover);
}

.fs-quiz__category-card--green:hover {
    border-color: var(--border-green);
}

.fs-quiz__category-card--orange:hover {
    border-color: var(--border-orange);
}

.fs-quiz__category-card:hover .fs-quiz__category-card-glow {
    transform: scale(1.35);
}

.fs-quiz__category-card:focus {
    outline: none;
}

.fs-quiz__category-card:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 3px;
}

.fs-quiz__category-card.is-selected {
    border-color: var(--brand-blue);
    box-shadow: 0 16px 34px -14px rgba(7, 86, 120, 0.28);
}

.fs-quiz__category-card--green.is-selected {
    border-color: var(--brand-green-dark);
    box-shadow: 0 16px 34px -14px rgba(97, 121, 79, 0.28);
}

.fs-quiz__category-card--orange.is-selected {
    border-color: var(--brand-orange);
    box-shadow: var(--shadow-orange);
}

.fs-quiz__category-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--bg-blue);
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.fs-quiz__category-card--green .fs-quiz__category-icon {
    background: var(--bg-green);
    color: var(--brand-green-deep);
}

.fs-quiz__category-card--orange .fs-quiz__category-icon {
    background: var(--bg-orange);
    color: var(--brand-orange);
}

.fs-quiz__category-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.fs-quiz__category-label {
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.fs-quiz__category-text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.fs-quiz__category-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-blue-dark);
}

.fs-quiz__category-card--green .fs-quiz__category-action {
    color: var(--brand-green-deep);
}

.fs-quiz__category-card--orange .fs-quiz__category-action {
    color: var(--brand-orange-dark);
}

.fs-quiz__category-action i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.fs-quiz__category-card:hover .fs-quiz__category-action i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .fs-quiz__categories {
        grid-template-columns: 1fr;
    }

    .fs-quiz__categories-scroll {
        max-height: none;
        overflow: visible;
        padding: 0;
        margin: 0;
    }

    .fs-quiz__category-card-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 16px;
        gap: 12px;
    }

    .fs-quiz__category-copy {
        flex: 1;
        min-width: 0;
    }

    .fs-quiz__category-action {
        width: 100%;
        justify-content: flex-end;
    }
}

/* Result snapshot */
.fs-quiz__result {
    max-width: 560px;
    margin: 0 auto;
    padding: clamp(8px, 2vw, 20px) 0;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fs-quiz__result--visible {
    opacity: 1;
    transform: translateY(0);
}

.fs-quiz__result-eyebrow {
    margin: 0 0 14px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--text-muted);
}

.fs-quiz__result-headline {
    margin: 0 0 16px;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.fs-quiz__result-headline:focus {
    outline: none;
}

.fs-quiz__result-headline:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 4px;
    border-radius: 4px;
}

.fs-quiz__result-message {
    margin: 0 0 22px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.fs-quiz__result-starting {
    margin: 0 0 24px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-light);
    text-align: center;
}

.fs-quiz__result-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.fs-quiz__result-starting strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--text-primary);
}

.fs-quiz__result-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    min-height: 48px;
    border-radius: 28px;
    font-weight: 700;
    background: var(--brand-green-deep) !important;
    border-color: var(--brand-green-deep) !important;
    text-decoration: none;
    margin-bottom: 18px;
}

.fs-quiz__result-means {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
    color: var(--text-muted);
}

/* =========================================================
   HERO RIGHT MEDIA GALLERY
   ========================================================= */

.hero-media-section {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    padding-top: 12px;
}


/* =========================================================
   MEDIA TABS
   ========================================================= */

.hero-media-tabs {
    position: relative;
    z-index: 10;

    width: max-content;
    min-width: 360px;

    margin: 0 auto -1px;

    padding: 9px;

    display: flex;
    align-items: center;
    gap: 6px;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid rgba(7, 86, 120, 0.08);

    border-radius: 999px;

    box-shadow:
        0 12px 35px rgba(7, 86, 120, 0.08),
        0 2px 8px rgba(7, 86, 120, 0.04);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}


.media-tab {
    position: relative;

    min-width: 170px;

    padding: 12px 24px;

    border: 0;
    outline: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: transparent;

    color: var(--text-muted);

    border-radius: 999px;

    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.media-tab:hover {
    color: var(--brand-blue);
}


.media-tab.active {
    color: var(--brand-blue);

    background: var(--brand-green-soft);

    box-shadow:
        inset 0 0 0 1px rgba(164, 185, 141, 0.08);
}


.media-tab-icon {
    width: 25px;
    height: 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;

    color: var(--brand-blue);
}


/* =========================================================
   MAIN GALLERY CARD
   ========================================================= */

.hero-gallery-card {
    position: relative;

    width: 100%;

    padding: 20px;

    /* border: 1px solid var(--border-light); */

    border-radius: 26px;

    /* background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 250, 247, 0.98)
        );

    box-shadow:
        0 25px 55px rgba(7, 86, 120, 0.10),
        0 5px 20px rgba(7, 86, 120, 0.05); */

    overflow: hidden;
}


/* subtle background glow */

.hero-gallery-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -100px;
    right: -80px;

    border-radius: 50%;

    background: var(--brand-green-soft);

    opacity: 0.55;

    pointer-events: none;
}


/* =========================================================
   MEDIA PANEL
   ========================================================= */

.media-panel {
    display: none;
    position: relative;
    z-index: 2;
}

.media-panel.active {
    display: block;
}


.hero-main-media {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 18px;
	background: var(--bg-blue);
	isolation: isolate;
}

.hero-media-slides {
    position: relative;

    width: 100%;
    height: 100%;
}


.hero-media-slide {
    position: absolute;

    inset: 0;

    opacity: 0;

    visibility: hidden;

    transform: scale(1.025);

    transition:
        opacity 0.45s ease,
        visibility 0.45s ease,
        transform 0.65s ease;
}


.hero-media-slide.active {
    opacity: 1;

    visibility: visible;

    transform: scale(1);
}


.hero-media-slide img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform 0.8s ease;
}


.hero-media-slide.active img {
    transform: scale(1.01);
}


/* =========================================================
   IMAGE COUNTER
   ========================================================= */

.hero-media-counter {
    position: absolute;

    top: 20px;
    right: 20px;

    z-index: 5;

    min-width: 64px;
    height: 38px;

    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    border-radius: 999px;

    background: rgba(23, 38, 45, 0.72);

    color: var(--text-white);

    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


/* =========================================================
   MAIN ARROWS
   ========================================================= */

.hero-gallery-arrow {
    position: absolute;

    top: 50%;

    z-index: 6;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    color: var(--brand-blue);

    font-size: 18px;

    box-shadow:
        0 8px 25px rgba(7, 86, 120, 0.14);

    cursor: pointer;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


.hero-gallery-prev {
    left: 18px;
}


.hero-gallery-next {
    right: 18px;
}


.hero-gallery-arrow:hover {
    transform: translateY(-50%) scale(1.08);

    background: var(--brand-blue);

    color: var(--text-white);

    box-shadow: var(--shadow-hover);
}


/* =========================================================
   THUMBNAILS
   ========================================================= */

.hero-thumbnail-area {
    position: relative;

    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 18px;
}


.hero-thumbnails {
    flex: 1;

    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 12px;

    overflow: hidden;
}


.hero-thumbnail {
    position: relative;

    width: 100%;
    height: 70px;

    padding: 0;

    border: 2px solid transparent;

    border-radius: 13px;

    overflow: hidden;

    background: var(--bg-secondary);

    cursor: pointer;

    opacity: 0.82;

    transition:
        border-color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}


.hero-thumbnail img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.35s ease;
}


.hero-thumbnail:hover {
    opacity: 1;

    transform: translateY(-2px);
}


.hero-thumbnail:hover img {
    transform: scale(1.05);
}


.hero-thumbnail.active {
    border-color: var(--brand-blue);

    opacity: 1;

    box-shadow:
        0 0 0 2px rgba(7, 86, 120, 0.08);
}


/* =========================================================
   THUMBNAIL ARROWS
   ========================================================= */

.thumbnail-arrow {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border: 1px solid var(--border-light);

    border-radius: 50%;

    background: var(--white);

    color: var(--brand-blue);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow: var(--shadow-xs);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.thumbnail-arrow:hover {
    background: var(--brand-blue);

    color: var(--text-white);

    transform: scale(1.06);
}


/* =========================================================
   DOTS
   ========================================================= */

.hero-gallery-dots {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 7px;

    margin-top: 16px;
}


.gallery-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: var(--border-medium);

    cursor: pointer;

    transition:
        width 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}


.gallery-dot:hover {
    transform: scale(1.15);
}


.gallery-dot.active {
    width: 11px;
    height: 11px;

    background: var(--brand-blue);
}




.video-media-panel {
    min-height: 495px;
}


.hero-video-placeholder {
    width: 100%;
    min-height: 350px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 50px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            var(--bg-blue),
            var(--brand-green-soft)
        );
}


.video-placeholder-icon {
    width: 78px;
    height: 78px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--brand-blue);

    color: var(--white);

    font-size: 22px;

    box-shadow: var(--shadow-medium);
}


.hero-video-placeholder h3 {
    margin: 0 0 10px;

    color: var(--text-primary);

    font-family: var(--font-heading);

    font-size: 25px;
    font-weight: 700;
}


.hero-video-placeholder p {
    max-width: 480px;

    margin: 0 0 25px;

    color: var(--text-secondary);

    font-family: var(--font-body);

    font-size: 15px;
    line-height: 1.7;
}


.video-play-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 23px;

    border: 0;

    border-radius: 999px;

    background: var(--brand-orange);

    color: var(--white);

    font-family: var(--font-body);

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: var(--shadow-orange);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.video-play-button:hover {
    background: var(--brand-orange-dark);

    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {

    .hero-media-section {
        max-width: 820px;
    }

    .hero-main-media {
        height: 370px;
    }

}


@media (max-width: 991px) {

    .hero-media-section {
        max-width: 100%;

        margin: 35px auto 0;
    }

    .hero-gallery-card {
        padding: 16px;
    }

    .hero-main-media {
        height: 380px;
    }

}


@media (max-width: 767px) {

    .hero-media-section {
        padding-top: 5px;
    }

    .hero-media-tabs {
        width: 100%;
        min-width: 0;

        max-width: 330px;

        padding: 7px;
    }

    .media-tab {
        min-width: 0;

        flex: 1;

        padding: 10px 15px;

        font-size: 14px;
    }

    .hero-gallery-card {
        padding: 12px;

        border-radius: 20px;
    }

    .hero-main-media {
        height: 300px;

        border-radius: 14px;
    }

    .hero-media-counter {
        top: 12px;
        right: 12px;

        height: 34px;

        min-width: 58px;

        padding: 0 12px;

        font-size: 12px;
    }

    .hero-gallery-arrow {
        width: 44px;
        height: 44px;

        font-size: 14px;
    }

    .hero-gallery-prev {
        left: 10px;
    }

    .hero-gallery-next {
        right: 10px;
    }

    .hero-thumbnail-area {
        gap: 7px;

        margin-top: 12px;
    }

    .hero-thumbnails {
        gap: 7px;
    }

    .hero-thumbnail {
        height: 65px;

        border-radius: 9px;
    }

    .thumbnail-arrow {
        flex: 0 0 30px;

        width: 30px;
        height: 30px;

        font-size: 11px;
    }

    .hero-gallery-dots {
        margin-top: 12px;
    }

    .video-media-panel,
    .hero-video-placeholder {
        min-height: 300px;
    }

    .hero-video-placeholder {
        padding: 30px 20px;
    }

}


@media (max-width: 480px) {

    .hero-main-media {
        height: 245px;
    }

    .hero-thumbnail:nth-child(n + 4) {
        display: none;
    }

    .hero-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-gallery-arrow {
        width: 38px;
        height: 38px;
    }

    .hero-media-tabs {
        max-width: 290px;
    }

    .media-tab {
        font-size: 13px;
        gap: 7px;
    }

}/* =========================================================
   MOVE IMAGE / VIDEO TABS TO BOTTOM-LEFT OF IMAGE
   ========================================================= */

.hero-media-section {
    position: relative;
}


.hero-media-tabs {
	position: absolute;
	z-index: 20;
	right: 19px;
	bottom: 135px;
	margin: 0;
	min-width: 0;
	width: auto;
	padding: 0px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--border-light);
	border-radius: 999px;
	box-shadow: 0 8px 25px rgba(7, 86, 120, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.hero-media-tabs .media-tab {
	min-width: 50px;
	padding: 9px 17px;
	font-size: 11px;
	gap: 1px;
}

/* Icon */
.hero-media-tabs .media-tab-icon {
    width: 20px;
    height: 20px;

    font-size: 13px;
}


/* =========================================================
   KEEP GALLERY CARD STARTING FROM TOP
   ========================================================= */

.hero-gallery-card {
    padding-top: 20px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .hero-media-tabs {
        left: 25px;
        bottom: 91px;

        padding: 5px;
    }

    .hero-media-tabs .media-tab {
        min-width: 90px;

        padding: 8px 12px;

        font-size: 12px;
    }

}


@media (max-width: 480px) {

    .hero-media-tabs {
        left: 18px;
        bottom: 82px;
    }

    .hero-media-tabs .media-tab {
        min-width: 80px;

        padding: 7px 10px;

        font-size: 11px;
    }

}