/* =========================================
           1. CORE THEME & VARIABLES
           ========================================= */
           
              @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
:root {
    --primary: #61b5c9;
    --bg: white;
    --text: #1a1a1a;
    --text-light: #666;
    --fixed-block: #e5edf1;
    --menu-bg: #eff3f2;
    --ease-luxury: cubic-bezier(0.77, 0, 0.175, 1);
    --header-h: 100px;
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;

    /* Added Stats Variables */
    --heading: #0f172a;
    --body: #040404;
    --bg-tint: #f8fafc;
    --border: #e2e8f0;
    --font-inter: 'Inter', sans-serif;
}


:root {
    --brand-blue: #61b5c9;
    --apple-bg: #efeeee;
    --text-dark: #1d1d1f;
    --text-grey: #86868b;
    --white: #ffffff;
    --sym-radius: 6px;
    --sym-ease: cubic-bezier(0.4, 0, 0.2, 1);


    --transition-smooth: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}



   :root {
            /* Unique CSS Variables */
            --v-hero-dark: #333333;
            --v-hero-accent: #93c5d3;
            --v-hero-white: #ffffff;
            --v-hero-speed: 2s;
            --v-hero-delay-bar: 1.5s;
            --v-hero-delay-txt: 1.9s;
        }

        .v-hero-section, .v-hero-container {
            margin: 0;
            padding: 0;
            height: 100%;
            overflow: hidden;
            font-family: 'Inter', sans-serif;
            background-color: #f0f4f7;
        }

        .v-hero-viewport {
            position: relative;
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

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

        .v-hero-content-stack {
            position: relative;
            z-index: 2;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Background Text Animation */
        .v-hero-drive-frame {
            overflow: hidden;
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .v-hero-drive-title {
            font-family: 'Inter', sans-serif;
            font-size: 16vw; 
            font-weight: 900;
            color: var(--v-hero-white);
            letter-spacing: 0.12em;
            text-align: center;
            line-height: 1;
            margin: 0;
            transform: translateY(115%);
            animation: vHeroSlideUp var(--v-hero-speed) cubic-bezier(0.2, 1, 0.2, 1) forwards;
        }

        /* Overlay Layout */
        .v-hero-overlay-holder {
            position: absolute;
            top: 52%;
            left: 10.5vw;
            transform: translateY(-50%);
            display: flex;
            align-items: flex-start;
            gap: 1.5vw;
            line-height: 1;
        }

        .v-hero-vertical-line {
            width: clamp(5px, 0.8vw, 18px);
            height: clamp(80px, 11vw, 171px);
            background-color: var(--v-hero-accent);
            transform: scaleY(0);
            transform-origin: top;
            animation: vHeroBarDrop 0.6s var(--v-hero-delay-bar) cubic-bezier(0.45, 0, 0.55, 1) forwards;
        }

        .v-hero-text-gate {
            overflow: hidden;
            display: flex;
            flex-direction: column;
            position: relative;
            top: -0.5vw; 
        }

        .v-hero-reveal-item {
            margin: 0;
            transform: translateX(-105%);
            animation: vHeroTextSlide 1s var(--v-hero-delay-txt) cubic-bezier(0.16, 1, 0.3, 1) forwards;
            white-space: nowrap;
        }

        .v-hero-head-text {
          font-size: clamp(1.4rem, 4.2vw, 5rem);
            font-weight: 700;
            color: var(--v-hero-dark);
            letter-spacing: -0.01em;
        }

        .v-hero-sub-text {
    font-size: clamp(0.7rem, 2.22vw, 3.1rem);
    color: #626161;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: clamp(1px, 0.3vw, 3.7px);
    line-height: 1.34;
        }

        .v-hero-api-badge {
            margin-left: 1.8vw;
        }

        /* --- Custom Keyframes --- */
        @keyframes vHeroSlideUp {
            to {
                transform: translateY(0) ; 
                
            }
        }

        @keyframes vHeroBarDrop {
            to { transform: scaleY(1); }
        }

        @keyframes vHeroTextSlide {
            to { transform: translateX(0); }
        }


/* --- MOBILE SCREEN: EXACT DESKTOP MIRROR --- */
@media (max-width: 991px) {
    .v-hero-viewport {
        height: 100vh;
        /* Prevent the "shaking" or side-scrolling */
        overflow: hidden; 
        position: relative;
    }

    /* 1. Scale the background text proportionally */
    .v-hero-drive-title {
        font-size: 19vw; /* Keeps the exact ratio */
        width: 100vw;
        letter-spacing: 0.12em;
        /* Ensure it doesn't wrap */
        white-space: nowrap; 
    }
    
    
    .certifications{
        padding: 0 !important;
    }

    /* 2. Lock the Overlay in place */
    .v-hero-overlay-holder {
        position: absolute;
        display: flex;
        flex-direction: row; /* Force side-by-side like desktop */
        align-items: flex-start;
        
        /* Fixed coordinates based on your desktop design */
        top: 52%; 
        left: 3.5vw;
        gap: 1.5vw;
        
        /* Prevent scaling issues */
        width: auto;
        transform: translateY(-50%);
    }
    
    
    .sym-visual-container{
        width: 300px !important;
    }
.meet-board-btn1 {
    position: relative;
    left: auto;
    margin-top: 20px;
    display: inline-flex;
    text-decoration: none;
}

}

@media (max-width: 1024px) {

    .about-container {
        gap: 60px;
    }
    
    .about-caption{
        margin-top: 40px;
    }
    
    .tech-container{
        gap: 0 !important;
    }

    .node-wrapper.center {
        transform: scale(1.15);
    }

    .hud-circle,
    .hud-circle.large {
        transform: scale(0.9);
    }
    
    .meet-board-btn1{
            text-decoration: none;
    color: var(--brand-blue);
    }
    
    .home-events {
        padding: 20px;
    }
}



@media (max-width: 768px) {

    .about-container {
        flex-direction: column;
        gap: 50px;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .tech-container {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .node-wrapper.center {
        transform: scale(1);
    }

    .hud-text {
        font-size: 11px;
        max-width: 180px;
        white-space: normal;
        text-align: center;
    }

    .about-caption {
        margin-top: 40px;
    }

    .meet-board-btn1 {
        margin-top: 15px;
    }
}



@media (max-width: 420px) {

    .hud-circle {
        width: 110px;
        height: 110px;
    }

    .hud-circle.large {
        width: 120px;
        height: 120px;
    }

    .icon-img {
        width: 34px;
        height: 34px;
    }

    .about-title {
        font-size: 28px;
    }
}



/* Fix for extremely narrow phones (e.g. Galaxy Fold or small iPhones) */
@media (max-width: 400px) {
    .v-hero-head-text {
        font-size: 5vw;
    }
    .v-hero-sub-text {
        font-size: 3vw;
    }
}


.alpha {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin: -5px auto;
}

:root {
    --nav-bg: #efeeee;
    --text-dark: #1d1d1f;
    --header-height: 100px;
}

/* 1. Parent setup - Mega menu ko full width banane ke liye */
.has-dropdown {
    position: static;
}


.sym-main-cont .qc-description {
    max-width: 625px;
    width: 100%;
    font-size: 16px;
    color: #4f566b;
    text-align: justify;
    line-height: 1.5;
}

/* 2. Mega Panel - Design Restored */
.mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;

    /* Layout */
    display: none;
    /* JS will change this to grid via .active */
    background: #efeeeee6;
    padding: 30px 12%;
    grid-template-columns: 38% 1fr;
    gap: 0px;
    align-items: flex-start;

    /* Aesthetic */
    border-top: 4px solid #61b5c9;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    z-index: 3000;

    /* Smoothness */
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 3. JS Trigger Class */
.mega-panel.active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
    animation: megaDown 0.3s ease forwards;
}

/* 4. Left Side Styling (Image & Text) */
.mega-left img {
    width: 260px;
    margin-bottom: 25px;
    border-radius: 8px;
    /* Optional: adds premium feel */
}

.mega-left h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
    position: relative;
}

.mega-left h3::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -28px;
    /* extend above */
    height: 180px;
    /* total height of border */
    border-right: 2px solid #ccc;
}


.mega-left {
    width: 300px;
}

.mega-left p {
    font-size: 12px;
    line-height: 1.55;
    max-width: 400px;
    color: #333;
}

.mega-right {
    display: flex;
    flex-direction: column;
}

/* 5. Right Side Links Styling */
.mega-right a {
    display: inline-block;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-top: 20px;

    /* Constant Padding: Dono states mein same rakhein taaki jump na ho */
    padding: 10px 12px;
    width: 220px !important;
    /* Width thodi badhayi hai taaki text wrap na ho */

    color: #000;
    text-decoration: none !important;
    border-radius: 5px 5px 0 0;
    /* Sirf upar ke corners round */

    /* TRICK: Pehle se transparent border rakhein */
    border-bottom: 2px solid transparent;

    /* Smooth Transition */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left !important;
}

.mega-right a:hover {
    /* Ab sirf color change hoga, size nahi, isliye jerk nahi aayega */
    border-bottom-color: #61b5c9;
    /* Ya aapka var(--brand-blue) */
    background: rgba(97, 181, 201, 0.08);
    /* Soft background for premium feel */
    color: #1b7d93;
    padding-bottom: 10px;
    /* Base padding ke barabar */
}

/* Optional: Description text ko thoda shift karne ke liye (Agar smooth chahiye) */
.mega-right p {
    transition: transform 0.3s ease;
    margin-left: 12px;
}

.mega-right a:hover+p {
    transform: translateX(5px);
    /* Chhota sa interaction effect */
}

/* Link Hover Effects */
.mega-right a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    background: rgba(97, 181, 201, 0.12);
    color: #1b7d93;
}

/* 6. Fade-in & Slide Animation */
@keyframes megaDown {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

body {
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.6;
    background-color: white;
    font-family: sans-serif;

}

/* --- GRAIN TEXTURE --- */
/*body::before {*/
/*  content: "";*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url("https://grainy-gradients.vercel.app/noise.svg");*/
/*  opacity: 0.03;*/
/*  pointer-events: none;*/
/*  z-index: 999;*/
/*}*/
/* ===============================
   HERO BASE
================================ */
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #eef3f5;
}

/* VIDEO */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* BACKGROUND WORD */
.hero-bg-word {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(90px, 18vw, 260px);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.85);
    z-index: 3;
    white-space: nowrap;
    pointer-events: none;
}

/* ===============================
   CONTENT
================================ */
.hero-content {
    position: relative;
    z-index: 4;
    height: 100%;
    display: flex;
    align-items: center;
    padding: clamp(16px, 5vw, 80px);
    top: 285px;
    left: 75px;
}

.hero-text-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 680px;
    width: 100%;
}

.hero-accent {
    width: 6px;
    height: 90px;         
    background: #61b5c9;
    border-radius: 3px;
}


/* TEXT WRAP */
.hero-text {
    border-left: 6px solid var(--brand-blue);
    padding-left: 20px;
    max-width: 100%;
}

/* TITLE */
.hero-text h1 {
    font-size: clamp(26px, 5vw, 60px);
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

/* SUB TEXT */
.hero-text p {
    margin-top: 6px;
    font-size: clamp(16px, 3.5vw, 37px);
    line-height: 1.4;
    letter-spacing: 1px;
    color: #3f3f3f;
    max-width: 100%;
    word-break: break-word;
}

.hero-text span {
    display: inline-block;
    margin-left: 27px;
    font-size: inherit;
}

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

/* TABLET */
/*@media (max-width: 1024px) {*/
/*    .hero-bg-word {*/
/*        left: 4%;*/
/*        font-size: clamp(80px, 20vw, 200px);*/
/*    }*/
/*}*/

/* MOBILE */
@media (max-width: 768px) {
    .hero-bg-word {
        display: none;
    }

    .hero-content {
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .hero-text-box {
        gap: 12px;
    }

    .hero-accent {
        width: 4px;
    }

    .hero-text {
        padding-left: 14px;
    }

    .hero-text span {
        margin-left: 0;
        display: block;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .hero-content {
        padding: 16px;
    }

    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text p {
        font-size: 15px;
    }
}

/* ===============================
   HERO ANIMATIONS (DTMINIM STYLE)
================================ */

/* Initial hidden states */
.animate-bg {
    opacity: 0;
    transform: translateY(20px); 
    animation: bgReveal 1.6s ease forwards;
    animation-delay: 0.3s;
}

@keyframes bgReveal {
    to {
        opacity: 1;
        transform: translateY(-224px); 
    }
}


.animate-bar {
    height: 0;
    animation: barGrow 1s ease forwards;
    animation-delay: 0.9s;
    transform: translateX(-60px); 

    
}

.animate-title {
    opacity: 0;
    transform: translateX(25px);
    animation: textUp 1.7s ease forwards;
    animation-delay: 0.9s;
    transform: translateX(-60px); 
}

.animate-sub {
    opacity: 0;
    transform: translateX(25px);
    animation: textUp 1.7s ease forwards;
    animation-delay: 0.9s;
    transform: translateX(-60px); 
}


@keyframes barGrow {
    to {
        height: 20%;
    }
}

@keyframes textUp {
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}



/* ===========================
            2. HERO SLIDER
         =========================== */
/* .hero {
    width: 100%;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #efeeee;

} */

.hero-blue {
    z-index: 1;
}

.hero-image {
    z-index: 2;
}


/* SLIDER */
.hero-slider {
    position: relative;
    width: 1250px;
    height: 600px;
    margin-top: 150px;
}

/* CONSTANT BLUE BG */
.hero-blue {
    position: absolute;
    left: 116px;
    top: 0;
    width: 61%;
    height: 73.45%;
    background: #bfbfbf;
    z-index: 0;

}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
    z-index: 1;
    /* ✅ ABOVE BLUE */
}

.slide.active {
    opacity: 1;
    pointer-events: auto;
}


/* TEXT */
/*.hero-text {*/
/*    position: absolute;*/
/*    left: 14%;*/
/*    bottom: 44%;*/
/*    z-index: 3;*/
/*    transition: all 0.8s ease;*/
   
/*}*/

.slide.active .hero-text {
    transform: translateX(0);
    opacity: 1;
}


/*.hero-text h1 {*/
/*    font-size: 52px;*/
/*    line-height: 1.2;*/
/*    color: #575050e0;*/
/*    text-align: justify;*/
/*}*/



.hero-image {
    position: absolute;
    right: 65px;
    width: 550px;
    z-index: 3;
    /* ✅ IMAGE ALWAYS TOP */
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}

.slide.active .hero-image {
    opacity: 1;
}

#b2 img {
    height: 624px !important;
}



.hero-image img {
    width: 100%;
    height: 600px;
    display: block;
    margin-top: -3px;
}

/* NAV */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    letter-spacing: 2px;
    color: #6a6a6a;
    cursor: pointer;
    z-index: 100;
}

.nav.prev {
    left: 40px;
}

.nav.next {
    right: 40px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    /* Distance from the bottom of the banner */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #525050;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

/* The Bounce Animation specifically for banner bottom */
.hero-scroll-indicator svg {
    animation: bannerBounce 2s infinite;
    filter: drop-shadow(0 0 5px rgba(0, 74, 153, 0.2));
}

.scroll-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 10px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

/* Hover Effect: Text glows and movement stops */
.hero-scroll-indicator:hover .scroll-text {
    opacity: 1;
}

.hero-scroll-indicator:hover {
    transform: translateX(-50%) translateY(5px);
    /* Gentle dip on hover */
}

@keyframes bannerBounce {

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

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

.about-we {
    padding: 70px 0;
    max-width: 1200px;
    margin: auto;

}

.about-we {
    padding: clamp(50px, 7vw, 90px) 20px;
}

.about-container {
    display: flex;
    gap: clamp(40px, 7vw, 90px);
    align-items: flex-start;
}


.about-left,
.about-right {
    flex: 1;
    max-width: 100%;
}



.about-title {
    font-weight: 550;
    color: var(--brand);
    margin-bottom: 22px;
    align-items: flex-start;
}

/*.about-left p {*/
/*  font-size: 14px;*/
/*  line-height: 1.7;*/
/*  color: #040404;*/
/*  font-weight: 500;*/
/*  max-width: 520px;*/
/*  margin-bottom: 18px;*/
/*  text-align: justify;*/
/*}*/

.icon-img {
    height: 40px;
    width: 40px;
    margin-top: 21px;

}


.about-title {
    font-size: clamp(32px, 5vw, 48px);
}

.about-caption1,
.about-caption {
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.7;
    max-width: 100%;
}


#dcv {
    width: 30px !important;
    height: 50px !important;
}

/* ================= HUD CIRCLES ================= */
:root {
    --brand: #7db9c8;
    --brand-soft: rgba(39, 131, 172, .25);
    --brand-glow: rgba(39, 131, 172, .45);
}


/* ---------- SECTION ---------- */

.tech-hud {
    margin: 27px 0px;
}

.tech-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    perspective: 1200px;
    overflow: hidden;
}

.tech-container {
    display: flex;
    gap: clamp(30px, 5vw, 40px);
    align-items: flex-end;
    flex-wrap: wrap; 
}

/* ---------- TITLE ---------- */
.main-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 4px;
    color: var(--brand);
    margin-bottom: 80px;
    position: relative;
}

.main-title::after {
    content: "";
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand), transparent);
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}


/* ---------- FLOAT ---------- */
.node-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.node-wrapper {
    animation: float 5s ease-in-out infinite;
}

.node-wrapper.center {
    transform: scale(1.25);
}

/* ---------- HUD ---------- */
.hud-circle {
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hud-circle.large {
    width: 140px;
    height: 140px;
}

.ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed var(--brand-soft);
}

.rotating {
    animation: rotate 14s linear infinite;
}

.rotating-reverse {
    inset: 12%;
    border: 2px solid rgba(39, 131, 172, .2);
    border-top: 3px solid var(--brand);
    animation: rotate 18s linear infinite reverse;
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

/* ---------- ICON ---------- */
.icon-box {
    font-size: 40px;
    color: var(--brand);
}





/* ---------- RESPONSIVE ---------- */
@media(max-width:900px) {
    .container {
        flex-direction: column;
        gap: 90px;
    }
}

/* ---------- RIGHT CONTENT ---------- */
.about-right {
    flex: 1;
    max-width: 520px;
}

.about-right img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
}



/* HOVER POLISH */
.meet-board-btn1:hover {
    color: #000;
}

.meet-board-btn1:hover .arrow {
    animation-play-state: paused;
    transform: translateX(8px);
}






/* =========================================
           ADDED STATS SECTION STYLES
           ========================================= */
.svg-assets {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

.chart-svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: url(#gradient-fill);
}

.chart-line {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}





.prev,
.next {
    cursor: pointer;
}



/* ===============================
   HERO – RESPONSIVE FIX
================================ */

@media (max-width: 1200px) {
    .hero-slider {
        width: 100%;
        height: 600px;
    }
    
     .hero-bg-word{
            font-size: clamp(120px, 20vw, 210px);
    }
    
    .hero-text h1 {
    font-size: 47px;
    }

    .hero-image {
        right: 50px;
        width: 520px;
    }

    .hero-text h1 {
        font-size: 40px;
    }
}

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

    .hero-slider {
        height: auto;
    }

    .hero-blue {
        display: none;
    }

    .slide {
        position: relative;
    }

    .hero-text {
        position: relative;
        transform: none !important;
        opacity: 1 !important;
        left: 0;
        bottom: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-image {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        transform: none !important;
        opacity: 1 !important;
    }

    .nav {
        display: none;
    }
}



/* ===========================
   HERO – REAL FIX
=========================== */

/*@media (max-width: 991px) {*/
/*    .hero {*/
/*        height: auto;*/
/*        padding-top: 120px;*/
/*    }*/

/*    .hero-slider {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/

/*    .slide {*/
/*        position: relative;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        gap: 30px;*/
/*    }*/

/*    .hero-blue {*/
/*        display: none;*/
/*    }*/

/*    .hero-text {*/
/*        position: absolute;*/
/*        left: 14%;*/
/*        bottom: 44%;*/
/*        z-index: 4;*/
        /* ✅ HIGHEST */
/*        transition: opacity 0.8s ease-in-out;*/
/*    }*/

/*    .slide.active .hero-text {*/
/*        opacity: 1;*/
/*    }*/

/*    .slide {*/
/*        will-change: opacity;*/
/*    }*/



/*    .hero-image {*/
/*        position: relative;*/
/*        right: auto;*/
/*        top: auto;*/
/*        width: 90%;*/
/*        transform: none !important;*/
/*        opacity: 1 !important;*/
/*    }*/

/*    .nav {*/
/*        display: none;*/
/*    }*/
/*}*/

.sdm {
    margin-top: -133px;
    position: relative;
    z-index: 910;
}


.injection{
    margin-top: -17px;
}

.global-presence {
    position: relative;
    width: 100vw;
    /* full viewport width */
    min-height: 650px;
    /*overflow: hidden;*/
    z-index: 900;

    background: #fff;
    margin: 13px auto;
    height: 1200px;
}


.bg-video {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* cover entire container */
    object-position: center;
    z-index: 0;
}


@media (min-width: 1600px) {
    .gp-container {
        max-width: 1400px;
        /* expand content container for large screens */
    }

    .gp-left h2 {
        font-size: 28px;
        /* larger heading on big screens */
    }

    .intro,
    .desc {
        font-size: 16px;
        /* scale text */
    }
}



.overlay {
    position: absolute;
    inset: 0;

    z-index: 1;
}


.gp-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    /* keeps text readable */
    width: 100%;
    /* full width up to max-width */
    margin: 0 auto;
    /* center horizontally */
    padding: 80px 20px;
}


@media (min-width: 1600px) {
    .gp-container {
        max-width: 1400px;
        /* expand text container */
    }

    .gp-left h2 {
        font-size: 28px;
    }

    .intro,
    .desc {
        font-size: 16px;
    }
}




/* LEFT CONTENT */
.gp-left {
    max-width: 1200px;
    margin-top: 85px;

}

.gp-tag {
    color: #2aa6c9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.gp-left h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4a4a4a;
}

.intro {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 1.6;
    max-width: 520px;
}


#who img {
    width: 28px;
    margin-bottom: -6px;

}


.stats {
    display: flex;
    gap: 60px;
    margin: 17px 0 11px;
}

.stat {
    position: relative;
    padding-left: 18px;
}

.stat::before {
       content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 30px;
    background: #2aa6c9;
}

.stat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin: auto;
}

.stat span {
    font-size: 12px;
    color: #6b6b6b;
}

.desc {
    font-size: 14px;
    line-height: 1.75;
    color: #5a5a5a;
    max-width: 600px;
    margin-bottom: 22px;
    text-align: justify;
}


.approvals {
    width: 100%;
}

.approvals span {
    display: block;
    margin-bottom: 18px;
    font-size: 15px;
    color: #666;
}


/* Container for all approvals */
.approval-list {
    display: grid;
    gap: 40px;
    grid-template-columns: 338px 2fr;
    flex-wrap: wrap;
    align-items: flex-start;
    /* align items at top */
}

.approval-item {
     display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding-left: 20px;
}

/* remove old line */
.approval-item::before {
    display: none;
}

/* text wrapper */
.approval-text {
    position: relative;
    padding-left: 20px;
}

/* vertical line ONLY for text */
.approval-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #2aa6c9;
}


/* Logo styling */
.approval-item img {
       width: 40px;
    height: auto;
    position: relative;
    left: 20px;
    object-fit: contain;
    display: block;
}

/* Text block under logo */
.approval-text {
    text-align: left;
}

.approval-text strong {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.approval-text small {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 4px;
    max-width: 260px;
}

.other {
    margin-top: 50px;
    border-left: 3px solid #2aa6c9;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;

    flex-direction: column;

}

/*.approval-item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 44px;*/
/*    width: 3px;*/
/*    height: 57%;*/
/*    background: #2aa6c9;*/
/*}*/

/* Responsive tweaks */
@media (max-width: 768px) {
    .vp-section-accents{
        display: none;
    }
    
    .approvals{
        padding-bottom: 70px;
    }
    .approval-list {
         grid-template-columns:1fr;
        gap: 30px;
    }

    .approval-item img {
        width: 32px;
    }
}



.cdmo-section {
    width: 100%;
    padding: 120px 0;
    background: #efeeee;
    /* very light blue/grey like image */
}

.cdmo-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* TITLE */
.cdmo-title {
    font-size: 42px;
    font-weight: bold;
    color: #7db9c8;
    /* exact soft blue tone */
    margin-bottom: 28px;
}

.offer {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: black;
    margin-bottom: 8px;
    display: block;
}

/* DESCRIPTION */
.cdmo-desc {
    font-size: 22px;
    line-height: 1.55;
    color: #000;
    font-weight: 400;
}

.whats-new {
    width: 100%;
    padding: 55px 0 65px;
    background: #efeeee;
    border-top: 1px solid #efefef;
}

/* Container */
.wn-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title */
.wn-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--brand-blue);
    margin-bottom: 40px;
    text-align: center;
    /* center title */
}

/* Features row */
.wn-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* wrap on smaller screens */
    gap: 30px;
    /* space between items */
}

/* Single item */
.wn-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #7a7a7a;
    flex: 1 1 250px;
    /* flexible width with min 250px */
    min-width: 400px;
}

/* Icon */
.wn-item i {
    font-size: 20px;
    color: #8a8a8a;
    margin-top: 2px;
    flex-shrink: 0;
    /* icon does not shrink */
}

/* Text block */
.wn-item div {
    line-height: 1.4;
}

/* Title inside item */
.wn-item strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #5f5f5f;
    margin-bottom: 4px;
}

/* Description text */
.wn-item span {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.5;
    display: block;
    max-width: 493px;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .wn-features {
        gap: 20px;
        justify-content: center;
        /* center items on tablet */
    }
}

@media (max-width: 768px) {
    .wn-features {
        flex-direction: column;
        align-items: center;
    }

    .wn-item {
        flex: none;
        width: 100%;
        min-width: 300px;
        text-align: center;
        justify-content: flex-start;
    }

    .wn-item i {
        margin-top: 0;
    }
}



/* SECTION */
.facility-stripe {
    padding: 160px 0;
    background: #f5f5f3;
}

/* SECTION */
.facility-stripe {
    padding: 160px 0;
    background: #f5f5f3;
    overflow: hidden;
}

.facility-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}

/* TEXT */
.facility-text {
    max-width: 520px;
}

.facility-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #7a7a7a;
    margin-bottom: 32px;
}

.facility-text strong {
    font-weight: 600;
    color: #6a6a6a;
}

/* TEXT ENTRANCE */
.animate-text {
    transform: translateY(30px);
    animation: textIn 1s ease forwards;
}

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

/* CARDS */
.stacked-cards {
    position: relative;
    width: 380px;
    height: 260px;
    perspective: 1200px;
    transform-style: preserve-3d;
    animation: float 6s ease-in-out infinite;
}

/* FLOATING MOTION */
@keyframes float {

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

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

/* CARD BASE */
.card {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, .12),
        0 10px 20px rgba(0, 0, 0, .08);
    transform-style: preserve-3d;
    transition:
        transform 1.2s cubic-bezier(.22, .61, .36, 1),
        opacity 1s ease,
        z-index 0s linear 1s;
}

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

/* FRONT */
.card-front {
    z-index: 3;
    transform: translateY(0) scale(1);
}

/* BACK */
.card-back {
    z-index: 2;
    transform:
        translateY(42px) scale(.94) rotateX(10deg);
}

/* ACTIVE STATE */
.stacked-cards.active .card-back {
    opacity: 1;
    z-index: 4;
    transform:
        translateY(-44px) scale(1) rotateX(0);
}

.stacked-cards.active .card-front {
    z-index: 2;
    transform:
        translateY(36px) scale(.96) rotateX(-8deg);
}

/* RESPONSIVE */
@media(max-width:1000px) {
    .facility-wrapper {
        flex-direction: column;
        gap: 80px;
    }
}


/* --- PRODUCT SECTION MAIN WRAPPER --- */
/* --- PRODUCT SECTION MAIN WRAPPER --- */
.vp-section-wrapper {
    background-color: #efeeee;
    /* Section Grey Background */
    position: relative;
    overflow: hidden;
    padding: 100px 20px 220px 20px;
    /* Niche space slant aur strips ke liye */
    z-index: 1;

}

/* --- THE WHITE BOTTOM SLANT --- */
/* Ye section ke niche white area banayega jo niche se upar slant hoga */
.vp-section-wrapper::before {
    content: "";
    position: absolute;
    bottom: -100px;
    /* Niche set kiya */
    left: 0;
    width: 100%;
    height: 250px;
    background: white;
    /* Niche wale section ka color */
    transform: skewY(-5deg);
    /* Slant low-left to high-right */
    transform-origin: bottom right;
    z-index: 2;
    /* Strips ke niche par content ke upar */
}

/* --- THE BLUE ACCENT STRIPS --- */
.vp-section-accents {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    z-index: 3;
    /* White slant ke upar dikhne ke liye */
    pointer-events: none;
}

.vp-accent-box {
    position: absolute;
    height: 35px;
    transform: skewY(-5deg);
    /* Slant angle same as white background */
    transform-origin: bottom right;
}

/* Light Blue (Badi strip jo niche hai) */
.vp-light-blue {
    background-color: #61b5c9;
    width: 650px;
    bottom: 126px;
    /* White slant line ke upar position */
    right: -50px;
}

/* Dark Blue (Choti strip jo overlap ho rahi hai) */
.vp-dark-blue {
    background-color: #0077b580;
    width: 300px;
    bottom: 95px;
    /* Light blue ke niche aur thoda overlap */
    right: 135px;
}

/* CONTENT ALIGNMENT */
.vp-grid-main {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;

    /* Content Centering Logic */
    max-width: 1200px;
    /* Site ki standard width */
    margin: 0 auto;
    /* Horizontal centering */
    padding: 0 40px;
    /* Choti screens ke liye side gap */

    position: relative;
    z-index: 10;
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
    .vp-section-wrapper {
        padding-bottom: 100px;
    }

    .vp-light-blue {
        width: 100%;
        right: 0;
    }

    .vp-dark-blue {
        width: 150px;
        right: 20px;
        bottom: 35px;
    }
}

.vp-grid-main {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.vp-visual-container {
    position: relative;
}

.vp-main-image-box {
    width: 100%;
    height: 400px;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px);
    transition: var(--transition-smooth);
}

.vp-main-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95);
    transition: transform 1.2s ease;
}


.vp-main-image-box:hover img {
    transform: scale(1.05);
}

.vp-feature-stack {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

.vp-feature-item {
    background: var(--white);
    padding: 14px 24px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transform: translateX(30px);
    transition: var(--transition-smooth);
}

.vp-icon-circle {
    width: 38px;
    height: 38px;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-blue);
}

.vp-feature-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: -0.01em;
}

.vp-heading-main {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    transform: translateY(20px);
    transition: var(--transition-smooth);
}

.vp-description-text {
    font-size: 15px;
    color: var(--text-grey);
    font-weight: 400;
    max-width: 480px;
    margin-bottom: 40px;
    transform: translateY(20px);
    transition: var(--transition-smooth);
}

.vp-stat-accent {
    border-left: 3px solid rgba(39, 131, 172, 0.2);
    padding-left: 24px;
    position: relative;
    transform: translateY(20px);
    transition: var(--transition-smooth);
}

.vp-stat-accent::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--brand-blue);
}

.vp-stat-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-grey);
    margin-bottom: 8px;
    display: block;
}

.vp-stat-value {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-dark);
}

.vp-blue-highlight {
    color: var(--brand-blue);
}

/* --- DIFFERENTIATORS (df-) --- */
.df-bg-container {
    /* background-color: #efeeee; */
}

.df-wrapper {
    max-width: 1140px;
    margin: 100px auto;
    padding: 0 20px;
}

.df-header {
    margin-bottom: 50px;
    border-left: 3px solid var(--brand-blue);
    padding-left: 20px;
}

.df-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-blue);
    margin-bottom: 8px;
    display: block;
}

.df-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.df-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.df-card-item {
    background: var(--white);
    border-radius: 6px;
    padding: 30px;
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
    border: 1px solid #90909b48;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
    will-change: transform, opacity;
}

.df-card-item.reveal {
    opacity: 1;
    transform: translateY(0);
}

.df-card-item:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border-color: var(--brand-blue);
    /* transform: translateY(-2px); */
}

.df-icon-sphere {
    width: 40px;
    height: 40px;
    background: rgba(39, 131, 172, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.df-card-item:hover .df-icon-sphere {
    transform: rotate(-5deg) scale(1.1);
}

.df-stat-val {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.df-stat-desc {
    font-size: 13px;
    font-weight: 500;
    color: #6e6e73;
    line-height: 1.5;
}

.df-accent-card {
    background: var(--brand-blue);
    border: none;
}

.df-accent-card .df-stat-val,
.df-accent-card .df-stat-desc {
    color: #ffffff;
}

.df-accent-card .df-icon-sphere {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.span-2 {
    grid-column: span 2;
}

.span-4 {
    grid-column: span 4;
}



.certifications {
    width: 100%;
    padding: 60px 20px;
    background: #f7f7f7;
    /* subtle grey like your sections */
}

.cert-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* Each certification box */
.cert-item {
    background: #fff;
    border-left: 4px solid #2aa6c9;
    /* blue accent */
    padding: 25px 20px;
    flex: 1 1 45%;
    /* two items per row, responsive */
    min-width: 280px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

/* Facility title */
.cert-title {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 15px;
}

/* Certifications list */
.cert-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.6;
}

.cert-list li {
    margin-bottom: 8px;
}

/* Highlight FEI & D-U-N-S numbers */
.cert-list li strong {
    color: #2aa6c9;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .cert-container {
        flex-direction: column;
        gap: 30px;
    }

    .cert-item {
        flex: 1 1 100%;
    }
}



/* --- REVERSE SLANT & STRIPE LOGIC --- */

/* --- BOTTOM SLANT TRANSITION --- */



/* RESPONSIVE FIX FOR LARGE SCREENS */
@media (min-width: 1800px) {
    .vp-stripe {
        width: 450px;
        height: 50px;
    }

    .vp-stripe-light {
        top: calc(2vw + 50px);
    }
}

/* Ensure your original container background doesn't override the wrapper */
.df-bg-container {
    background-color: transparent !important;
}

/* Optional: Adjust the wrapper margin for mobile */
@media (max-width: 768px) {
    .rev-slant-wrapper {
        clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0% 100%);
        padding-top: 20vw;
    }

    .rev-strip {
        width: 250px;
        height: 30px;
        transform: skewY(5.5deg);
    }
}

/* --- CERTIFICATIONS (iso-) --- */
.iso-section {
    padding: 70px 20px;
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: #efeeee; */
}

.iso-header {
    text-align: center;
    margin-bottom: 60px;
}

.iso-header-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--brand-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

.iso-header-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.iso-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.iso-cert-card {
    background-color: var(--white);
    border-radius: 16px;
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: translateY(20px);
}

.iso-cert-card.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.iso-cert-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border-color: var(--brand-blue);
}

.iso-card-watermark {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 110px;
    font-weight: 900;
    color: rgba(39, 132, 172, 0.055);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    font-style: italic;
}

.iso-card-inner {
    position: relative;
    z-index: 1;
}

.iso-label-small {
    font-size: 10px;
    font-weight: 700;
    color: #86868b;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: block;
}

.iso-cert-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.iso-cert-version {
    font-size: 14px;
    color: var(--brand-blue);
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.iso-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 35px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f2;
}

.iso-info-group label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #86868b;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.iso-info-group span {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dark);
}

.iso-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: transparent;
    border: 1.5px solid var(--brand-blue);
    border-radius: 6px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.iso-download-btn:hover {
    background-color: var(--brand-blue);
    color: #ffffff;
}

/* --- SHARED ANIMATION HELPERS --- */
.is-visible,
.reveal-active {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .vp-grid-main {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .vp-feature-stack {
        position: static;
        transform: none;
        margin-top: -60px;
        padding: 0 20px;
        width: 100%;
    }

    .vp-feature-item {
        width: 100%;
    }

    .df-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .span-4 {
        grid-column: span 2;
    }
}

@media (max-width: 850px) {
    .iso-grid-container {
        grid-template-columns: 1fr;
    }

    .iso-card-watermark {
        font-size: 80px;
    }
}

@media (max-width: 600px) {
    .df-grid-layout {
        grid-template-columns: 1fr;
    }

    .span-2,
    .span-4 {
        grid-column: span 1;
    }
}



.sym-wrapper {
    max-width: 1200px;
    margin: 80px auto;
    /*padding: 0 40px;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

/* --- CONTENT (Static) --- */
.sym-content {
    transform: translateY(20px);
    transition: all 1s var(--sym-ease);
}

.sym-content.active {
    opacity: 1;
    transform: translateY(0);
}

.sym-fac-item {
    margin-bottom: 30px;
}

.sym-fac-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
}

.sym-fac-item h3 span {
    font-weight: 500;
    color: var(--text-grey);
    font-size: 20px;
}

.sym-visual-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    overflow: visible;
}

/* SVG */
.dynamic-connector-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* LINE */
.stripe-line {
    fill: none;
    stroke: #bbbbbb;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    stroke-linejoin=round;
    opacity: 0;
}

.stripe-line.active {
    opacity: 1;
    animation: stripeDraw 1.8s cubic-bezier(0.4,0,0.2,1) forwards;
    animation-delay: 0.4s; /* starts later */
}


@keyframes stripeDraw {
    to { stroke-dashoffset: 0; }
}

/* DIAMOND NAV */
.sym-nav-diamond {
    position: absolute;
    width: 110%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    pointer-events: none;
}

.nav-side {
    display: flex;
    flex-direction: column;
    gap: 200px;
    pointer-events: auto;
}

.nav-btn {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: var(--sym-radius);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #222;
}

.nav-btn:hover:not(.locked) {
    background: var(--brand-blue);
    color: #fff;
    transform: scale(1.08);
}

.nav-btn.locked {
    opacity: 0.15;
    cursor: not-allowed;
    background: #a7a7a7;
    border: none;
}

/* ACTIVE BUTTON */
.nav-btn.active-link {
    background: var(--brand-blue);
    color: #ffffff;
    border-color: var(--brand-blue);
}

/* IMAGE STACK */
.sym-stack-frame {
    position: relative;
    width: 380px;
    height: 240px;
    z-index: 5;
    margin-top: -40px;
}

.sym-card-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--sym-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: transform 1.2s ease, opacity 0.8s ease;
}

.sym-card-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 100;
}

/* DEFAULT */
.card-rau {
    transform: translateY(-90px) scale(0.95);
    opacity: 0.6;
    z-index: 5;
}

.card-pithampur {
    transform: translateY(80px) scale(1);
    opacity: 1;
    z-index: 10;
}

/* SWAPPED */
.is-swapped .card-pithampur {
    transform: translateY(-110px) scale(0.95);
    opacity: 0.6;
    z-index: 5;
}

.is-swapped .card-rau {
    transform: translateY(80px) scale(1);
    opacity: 1;
    z-index: 10;
}
.sym-header-container {
    grid-column: 1 / -1;
    /* Taaki heading pure grid ki width le sake */
    margin-bottom: 60px;
    border-left: 3px solid #61b5c9;
    /* Brand color accent line */
    padding-left: 20px;
    transform: translateY(20px);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Jab js-reveal active ho */
.sym-header-container.active {
    opacity: 1;
    transform: translateY(0);
}

.sym-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-blue);
    margin-bottom: 8px;
    display: block;
}

.sym-header-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1d1d1f;
    line-height: 1.2;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .global-presence{
        height: auto;
    }
    
    .sym-wrapper{
        display: flex;
        flex-direction: column;
    }
    
    .sym-header-title {
        font-size: 26px;
    }

    .sym-header-container {
        margin-bottom: 40px;
    }
}


/* --- COMPREHENSIVE RESPONSIVE FIXES --- */

@media (max-width: 1024px) {
    .vp-grid-main {
        gap: 40px;
        padding: 0 20px;
    }
    
    .vp-heading-main {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .vp-section-wrapper {
        padding: 80px 0 160px; /* Adjusted for slant space */
    }

    .vp-grid-main {
        grid-template-columns: 1fr; /* Stack visual over content */
        gap: 60px;
        text-align: center;
    }

    /* 1. Visual Container Adjustments */
    .vp-visual-container {
        max-width: 600px;
        margin: 0 auto;
    }

    .vp-main-image-box {
        transform: translateX(0); /* Reset desktop offset */
        border-radius: 30px; /* Balanced mobile radius */
        height: 300px;
    }

    /* 2. Floating Feature Stack (Mobile Adjustments) */
    .vp-feature-stack {
        position: relative; /* Remove absolute positioning */
        right: 0;
        top: 0;
        transform: translateY(-30px); /* Overlap image slightly */
        flex-direction: row; /* Side by side */
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .vp-feature-item {
        width: auto; /* Fit content */
        min-width: 180px;
        transform: translateX(0);
        padding: 10px 18px;
    }

    /* 3. Content Block Adjustments */
    .vp-description-text {
        margin: 0 auto 30px;
    }

    .vp-stat-accent {
        border-left: none;
        border-top: 3px solid var(--brand-blue);
        padding-left: 0;
        padding-top: 20px;
        display: inline-block;
    }

    .vp-stat-accent::before {
        display: none; /* Hide desktop vertical line */
    }
}

@media (max-width: 580px) {
    .vp-heading-main {
        font-size: 26px;
    }

    .vp-main-image-box {
        height: 220px;
    }

    .vp-feature-item {
        width: 100%; /* Full width on tiny screens */
        max-width: 280px;
    }

    .vp-stat-value {
        font-size: 22px;
    }

    /* 4. Decorative Slant Polish */
    .vp-section-wrapper::before {
        height: 150px;
        bottom: -50px;
    }

    .vp-light-blue {
        width: 100%;
        bottom: 80px;
        right: 0;
    }

    .vp-dark-blue {
        width: 180px;
        bottom: 55px;
        right: 10px;
    }
}