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


/* * ==========================================
         * ROOT VARIABLES (LOCKED - NO CHANGES)
         * ========================================== */

:root {
    /* Colors */
    --satya-blue: #0047AB;
    --satya-blue-dark: #002A66;
    --satya-gold: #C5A059;
    /* Backgrounds */
    /* --bg-body: #FFFFFF; */
    --bg-body: #eef1f4;
    --bg-glass: rgba(255, 255, 255, 0.95);
    /* Text */
    --text-main: #0B0F19;
    --text-grey: #4B5563;
    /* Dimensions */
    --nav-height: 95px;
    --grey: #525252;
}


/* * ==========================================
         * GLOBAL RESET & TYPOGRAPHY
         * ========================================== */

html {
    background-color: #eef1f4;
    /* FORCE WHITE BASE */
    height: 100%;
}

body {
    background-color: var(--bg-body);
    color: var(--text-main);
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    margin: 0;
}

@media(max-width:750px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}


/* ... existing styles ... */


/* * ==========================================
         * SCROLL FIX (Essential)
         * ========================================== */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
    /* Disable native smooth scroll to fix jerkiness */
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* Added Global Heading Styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
    color: var(--text-grey);
    font-size: 1rem;
    line-height: 1.7;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}


/* * ==========================================
         * PREMIUM CINEMATIC LOADER STYLES
         * ========================================== */


/* 
#premium-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--loader-bg);
    z-index: 99999;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;

}

.loader-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20px;

}




.logo-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 5px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.loader-logo {
    width: 220px;

    max-width: 60vw;

    height: auto;
    display: block;
    opacity: 0;
}




.logo-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(197, 160, 89, 0.4), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
    z-index: 2;
}




.progress-container {
    width: 300px;
    max-width: 80%;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}




.progress-track {
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
}




.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--brand-gold);
    box-shadow: 0 0 15px var(--brand-gold), 0 0 5px var(--brand-gold);
    border-radius: 10px;
}




.progress-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-color);
    letter-spacing: 2px;
    opacity: 0;
}



.bg-pulse {
    position: absolute;
    width: 80vw;

    height: 80vw;
    max-width: 600px;
    max-height: 600px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    pointer-events: none;
}



.site-wrapper {
    opacity: 0;
    visibility: hidden;

    pointer-events: none;
    height: 100vh;
    overflow: hidden;
} */


/* * ==========================================
     * FLOATING DOCK STYLES
     * ========================================== */

#contact-dock {
    position: fixed;
    left: 30px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 9990;
    /* High z-index but below loader */
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Common Item Styles */

.dock-item {
    position: relative;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dock-icon {
    font-size: 20px;
    z-index: 2;
    transition: color 0.3s ease;
}


/* Tooltip (Hidden label that slides out) */

.dock-tooltip {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    background: #eef1f4;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* Tiny arrow for tooltip */

.dock-tooltip::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #eef1f4;
}


/* --- SPECIFIC COLORS & HOVER EFFECTS --- */


/* WhatsApp */

.dock-item.whatsapp {
    color: #25D366;
    border-color: rgba(37, 211, 102, 0.3);
}

.dock-item.whatsapp:hover {
    background: #25D366;
    color: white;
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}


/* Call */

.dock-item.call {
    color: var(--satya-blue, #0047AB);
    border-color: rgba(0, 71, 171, 0.3);
}

.dock-item.call:hover {
    background: var(--satya-blue, #0047AB);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(0, 71, 171, 0.6);
}


/* Email */

.dock-item.email {
    color: var(--satya-gold, #C5A059);
    border-color: rgba(197, 160, 89, 0.3);
}

.dock-item.email:hover {
    background: var(--satya-gold, #C5A059);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.6);
}


/* Hover State Logic */

.dock-item:hover .dock-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(15px);
}


/* Pulse Animation for WhatsApp */

.dock-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25D366;
    opacity: 0;
    z-index: 0;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

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


/* Stop pulse on hover */

.dock-item.whatsapp:hover .dock-pulse {
    animation: none;
}


/* --- RESPONSIVE --- */

@media (max-width: 768px) {
    #contact-dock {
        left: 20px;
        top: auto;
        bottom: 30px;
        /* Move to bottom left corner */
        transform: none;
        flex-direction: column-reverse;
        /* Stack upwards */
        gap: 15px;
    }

    .dock-item {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.9);
        /* Solid bg for visibility on mobile content */
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .dock-tooltip {
        display: none;
        /* Hide tooltips on mobile to prevent clutter */
    }
}


/* navbar styles  */
/* NAVBAR BASE */
.satya-navbar {
    height: var(--nav-height);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--bg-body) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.satya-navbar.scrolled {
    height: 80px;
    background: #eef1f4;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid var(--satya-gold);
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ✅ Responsive Logo Fix (no HTML change) */
.logo-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}

/* Override the fixed height and make it responsive */
.logo-wrapper img {
    height: clamp(34px, 6vw, 60px);
    /* min, fluid, max */
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Extra safety for very small screens */
@media (max-width: 480px) {
    .logo-wrapper img {
        height: clamp(30px, 8vw, 44px);
    }
}

/* Optional: If navbar has limited height, keep logo inside it */
.satya-navbar,
.navbar-container {
    align-items: center;
}


.logo-wrapper img {
    height: 60px;
    width: auto;
    display: block;
    transition: 0.3s;
}


.satya-navbar.scrolled .logo-wrapper img {}

.nav-right-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* MENU */
.nav-center-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

/* --- ROLLING TEXT EFFECT --- */
.nav-link {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-main);
    text-decoration: none;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 20px;
    /* Fixed height for roll */
    line-height: 20px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.nav-link span {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-link::after {
    content: attr(data-text);
    /* Duplicate text */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--satya-gold);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Hover State */
.nav-item:hover .nav-link span {
    transform: translateY(-100%);
}

.nav-item:hover .nav-link::after {
    transform: translateY(-100%);
}

/* Dropdown Arrow */
.nav-item i {
    font-size: 10px;
    margin-left: 5px;
    color: var(--grey);
    transition: 0.3s;
}

.nav-item:hover i {
    transform: rotate(180deg);
    color: var(--satya-gold);
}

/* PREMIUM DROPDOWN */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(20px);
    width: 260px;
    background: #eef1f4;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 8px;
    border-top: 3px solid var(--satya-gold);
    list-style: none;
    margin-top: 15px;
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li a {
    display: block;
    padding: 10px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-grey);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

.submenu li a:hover {
    background: #eef1f4;
    color: var(--satya-blue);
    padding-left: 25px;
}

/* Button */
.btn-industrial {
    background: var(--satya-blue);
    color: white;
    padding: 12px 32px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-industrial:hover {
    background: var(--satya-gold);
    transform: translateY(-2px);
}

.hamburger {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
    flex-direction: column;
    gap: 6px;
    z-index: 2001;
}

.bar {
    width: 26px;
    height: 2px;
    background-color: var(--text-main);
    transition: 0.4s;
}

/* === MOBILE & TABLET STYLES === */
@media (max-width: 1024px) {
    .satya-navbar {
        padding: 0 20px;
        background: white;
    }

    .navbar-container {
        padding: 0;
    }

    .right-logo {
        display: none !important;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
    }

    .nav-center-wrapper {
        display: contents;
    }

    /* Full Screen Overlay Menu */
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* Top align for scroll */
        align-items: center;
        padding-top: 100px;
        gap: 0;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        z-index: 1000;
        overflow-y: auto;
        margin: 0;
        visibility: hidden;
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        padding: 10px 0;
    }

    /* Mobile Link Reset (Disable Rolling) */
    .nav-link {
        font-size: 22px;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        color: var(--text-main) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: auto;
        overflow: visible;
        line-height: normal;
        margin-bottom: 5px;
    }

    .nav-link span {
        transform: none !important;
    }

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

    .nav-item i {
        display: none;
    }

    /* Hide arrow in main link, handle in JS if needed */

    /* Mobile Dropdown */
    .submenu {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        border: none;
        background: #f4f6f9;
        text-align: center;
        padding: 0;
        border-radius: 0;
        display: none;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .submenu.show {
        display: block;
        animation: fadeIn 0.3s ease;
    }

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

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

    .submenu li a {
        padding: 15px;
        font-size: 16px;
        justify-content: center;
        color: #666;
        border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    }

    .submenu li a:hover {
        background: white;
        color: var(--satya-blue);
        padding-left: 0;
    }

    .mobile-btn-container {
        margin-top: 30px;
        border: none;
        display: flex !important;
        justify-content: center;
        padding-bottom: 50px;
    }

    .d-lg-none {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background: var(--satya-blue);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background: var(--satya-blue);
    }
}

/* HERO SECTION STYLES (Fixed to eliminate black bars and text overflow) */

#hero-section {
    position: relative;
    /* Use 100dvh for mobile browsers to fill full screen including address bar area */
    height: 100vh;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* IMPORTANT: Default background is WHITE now */
    /* background-color: #ffffff; */
    margin: 0;
    padding: 0;
}


/* This is the "Black Curtain" div. */

.hero-black-curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    /* Below Video (2), Below Text (5) */
}


/* 1. Intro Text Sequence Styles */

.hero-intro-text {
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 100%;
    pointer-events: none;
    padding: 0 10px;
    /* Slight padding to prevent edge touching */
    display: flex;
    /* Flex to center */
    justify-content: center;
    align-items: center;
    height: 100%;
    /* Take full height to center properly */
    top: 0;
    left: 0;
}

.intro-word {
    display: block;
    font-family: 'Syne', sans-serif;
    /* Desktop Default */
    font-size: clamp(40px, 10vw, 80px);
    font-weight: 800;
    color: #ffffff;
    /* White text on Black Curtain */
    line-height: 1;
    opacity: 0;
    position: absolute;
    /* Centering logic */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    letter-spacing: -0.5px;
    width: auto;
    text-align: center;
}


/* 2. Video Container Styles (Force Full Coverage) */

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Force height again */
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 2;
    overflow: hidden;
    clip-path: circle(0% at 50% 50%);
    background-color: #eef1f4;
    /* Video background white */
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Force dimensions to SLIGHTLY EXCEED viewport (100.5%) to kill sub-pixel black lines */
    min-width: 100.9vw;
    min-height: 100.9vh;
    width: auto;
    height: auto;
    /* Object fit cover is crucial here */
    object-fit: cover;
    opacity: 0.8;
    display: block;
    background-color: #eef1f4 !important;
    /* Ensure no black flicker */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Lighter gradient at bottom to prevent looking like a hard bar */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.253) 0%, rgba(0, 0, 0, 0.086) 100%);
    z-index: 3;
    pointer-events: none;
}


/* 3. Final Content Styles */

.hero-content-final {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    opacity: 0;
    margin-top: 70px;
    width: 100%;
    padding: 0 20px;
}

.hero-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(32px, 6vw, 60px);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    max-width: 600px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-industrial {
    display: inline-block;
    background: var(--satya-blue);
    color: white;
    padding: 12px 32px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}


/* Tablet Adjustment */

@media (max-width: 1024px) {
    .intro-word {
        /* Safe size for Tablets */
        font-size: clamp(30px, 8vw, 60px);
        letter-spacing: -1px;
        width: 90%;
    }
}


/* Mobile Adjustment */

@media (max-width: 768px) {
    .hero-content-final {
        margin-top: 20px;
    }

    .intro-word {
        /* Aggressively small for Phones to prevent overflow */
        font-size: clamp(20px, 7vw, 40px);
        letter-spacing: -1px;
        /* Tighten text */
        width: 100%;
        left: 0;
        transform: translateY(-50%);
        /* Only centering vertically */
        text-align: center;
        padding: 0 10px;
    }
}


/* Section Padding */

#industrial-about {
    padding: 50px 0;
    background-color: var(--bg-body);
    position: relative;
    overflow: hidden;
}


/* Grid Lines */

.grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
    opacity: 0.04;
}

.line {
    width: 1px;
    height: 100%;
    background: #000;
}


/* Header */

.section-header {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: var(--satya-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
}

.eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--satya-gold);
}

.display-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(24px, 4.5vw, 38px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: -0.5px;
}


/* GRID LAYOUT - FIXED FOR DESKTOP */

.grid-layout {
    display: grid;
    /* Changed to 1:1 ratio to give stats more room on desktop */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 50px;
    /* Increased gap */
}


/* Large Image */

.grid-item-main-img {
    grid-row: 1 / 3;
    position: relative;
    height: 650px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.grid-img {
    width: 100%;
    height: 115%;
    object-fit: cover;
    position: absolute;
    top: -7.5%;
    left: 0;
    transition: transform 0.5s ease;
}

.grid-item-main-img:hover .grid-img {
    transform: scale(1.05);
}

.img-overlay-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    color: white;
    max-width: 400px;
}

.img-overlay-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 32px);
    margin-bottom: 15px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* Blue Block */

.grid-item-blue {
    background: linear-gradient(135deg, var(--satya-blue) 0%, var(--satya-blue-dark) 100%);
    color: white;
    padding: 60px;
    /* More padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: transform 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 71, 171, 0.15);
}

.grid-item-blue:hover {
    transform: translateY(-5px);
}

.blue-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: 0.95;
    font-weight: 300;
    position: relative;
    z-index: 2;
    color: var(--bg-body);
}


/* Stats Block */

.grid-item-stats {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    /* More padding */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.grid-item-stats:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.grid-item-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--satya-gold);
}

.tech-stat {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 100%;
}


/* FIX: Wider Wrappers for Desktop */

.stat-num-wrapper {
    width: 160px;
    /* Safe width for standard numbers */
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.stat-num-wrapper.wide {
    width: 260px;
    /* Extra width for 50,000+ on Desktop */
}

.stat-num {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.6rem, 2vw, 2.5rem);
    /* Responsive Font */
    font-weight: 800;
    background: linear-gradient(135deg, #333 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.stat-txt {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--satya-blue-dark);
    text-align: right;
    font-size: 0.7rem;
    flex: 1;
}


/* RESPONSIVE STYLES (Mobile & Tablet) */

@media (max-width: 991px) {
    #industrial-about {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-header .d-flex {
        justify-content: flex-start !important;
        margin-top: 15px;
        text-align: left !important;
    }

    .anim-fade-in {
        text-align: left !important;
        font-size: 16px !important;
        max-width: 100% !important;
    }

    /* Stack Layout on Mobile */
    .grid-layout {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .grid-item-main-img {
        height: 350px;
        width: 100%;
    }

    .img-overlay-content {
        bottom: 25px;
        left: 25px;
    }

    .grid-item-blue {
        padding: 30px;
        width: 100%;
    }

    .blue-desc {
        font-size: 1rem;
    }

    /* Stats Mobile Optimizations */
    .grid-item-stats {
        padding: 30px;
        width: 100%;
        height: auto;
    }

    .tech-stat {
        /* Use Grid for perfect alignment on mobile */
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 15px;
    }

    .stat-num-wrapper,
    .stat-num-wrapper.wide {
        width: auto;
        /* Let it take needed space */
        min-width: 110px;
        /* Minimum width for stability */
    }

    .stat-num {
        font-size: 2.2rem;
        text-align: left;
    }

    .stat-txt {
        font-size: 0.8rem;
        text-align: right;
    }
}




/* slider bottom of  */
#satya-core-strengths {
    padding: 5px 0;
    background-color: var(--bg-body);
    position: relative;
    overflow: hidden;
}

/* Background Detail */
/* #satya-core-strengths::before {
    content: 'CORE VALUES';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Syne', sans-serif;
    font-size: 15vw;
    font-weight: 800;
    color: #c59f590f;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
} */

.sc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Slider Wrapper */
.sc-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    min-height: 400px;
}

/* Navigation Buttons - Clean Arrows */
.sc-nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--satya-blue);
    background: transparent;
    color: var(--satya-blue);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sc-nav-btn:hover {
    background: var(--satya-blue);
    color: white;
    border-color: var(--satya-blue);
    transform: scale(1.1);
}

/* Content Area - No Box */
.sc-slider-content {
    max-width: 800px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slides */
.sc-slide {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.sc-slide.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInSlide 0.8s ease forwards;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Icon */
.sc-icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(197, 160, 89, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--satya-gold);
    margin-bottom: 30px;
}

/* Text Content */
.sc-slide-text {
    font-family: 'Syne', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sc-highlight {
    color: transparent;
    background: linear-gradient(135deg, var(--satya-blue), var(--satya-gold));
    -webkit-background-clip: text;
    background-clip: text;
}

.sc-slide-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: var(--text-grey);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.sc-slide-desc strong {
    color: var(--satya-blue);
}

/* Dots */
.sc-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.sc-dot {
    width: 10px;
    height: 10px;
    background: #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.sc-dot.active {
    width: 30px;
    border-radius: 10px;
    background: var(--satya-gold);
}

/* Responsive */
@media (max-width: 768px) {
    #satya-core-strengths {
        padding: 60px 0;
    }

    .sc-slider-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    /* Position arrows relative to content on mobile */
    .sc-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 45px;
        height: 45px;
        font-size: 18px;
        background: white;
        border: 1px solid #eee;
    }

    .sc-prev {
        left: 0;
    }

    .sc-next {
        right: 0;
    }

    .sc-slide-text {
        font-size: 24px;
        padding: 0 20px;
    }

    .sc-slide-desc {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (max-width: 720px) {
    .sc-nav-btn {
        top: 30%;
    }
}

@media (max-width: 410px) {
    .sc-nav-btn {
        top: 20%;
    }
}


/* * ==========================================
         * NEW VELOCITY SCROLL SECTION (FIXED & SEXY)
         * ========================================== */

#velocity-scroll-section {
    padding: 80px 0;
    /* Thoda compact kiya taaki clean lage */
    background-color: var(--satya-blue-dark);
    /* Dark Navy Contrast */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Gap kam kiya taaki flow bane */
    position: relative;
    z-index: 5;
    user-select: none;
    /* Text selection rok diya taaki scroll smooth feel ho */
}


/* Gradient Fade on Edges for Premium Look */

#velocity-scroll-section::before,
#velocity-scroll-section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#velocity-scroll-section::before {
    left: 0;
    background: linear-gradient(to right, var(--satya-blue-dark), transparent);
}

#velocity-scroll-section::after {
    right: 0;
    background: linear-gradient(to left, var(--satya-blue-dark), transparent);
}

.velocity-wrapper {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    /* Center align text vertically */
    align-items: center;
}

.velocity-line {
    font-family: 'Syne', sans-serif;
    /* OPTIMIZED SIZE: Ab ye screen par fatega nahi */
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 800;
    /* Thoda weight kam kiya clarity ke liye */
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
    will-change: transform;
    padding: 5px 0;
    display: inline-block;
    letter-spacing: 2px;
    /* Spacing add ki taaki premium lage */
}


/* Hollow Text Effect */

.outline-text {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    /* Thoda bright kiya outline */
    transition: all 0.5s ease;
}

.velocity-wrapper:hover .outline-text {
    -webkit-text-stroke: 1px var(--satya-gold);
    /* Gold glow on hover */
    opacity: 1;
}


/* Responsive Fixes */

@media (max-width: 991px) {
    #industrial-about {
        padding: 40px 0;
    }

    /* ... existing responsive styles ... */
    #velocity-scroll-section {
        padding: 60px 0;
    }

    .velocity-line {
        /* Mobile par bhi readable size */
        font-size: clamp(30px, 8vw, 50px);
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

/* SECTION STYLES */
/* #product-showcase {
    padding: 40px 0;

    background-color: var(--bg-light);
    position: relative;
}

.ps-container {
    max-width: 1200px;

    margin: 0 auto;
    padding: 0 20px;
}


.ps-header {
    text-align: center;
    margin-bottom: 50px;
}

.ps-eyebrow {
    font-family: 'Rajdhani', sans-serif;
    color: var(--text-main);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.ps-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: var(--text-main);
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.ps-gold-text {
    color: var(--satya-blue);
}


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

.ps-card {
    background: var(--card-white);

    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.ps-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 71, 171, 0.15);
    border-color: var(--satya-gold);
}


.ps-image-wrap {
    height: 250px;

    width: 100%;
    position: relative;
    overflow: hidden;
}

.ps-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ps-card:hover .ps-img {
    transform: scale(1.1);
}


.ps-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
    pointer-events: none;
}

.ps-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--satya-blue);
    padding: 4px 10px;
    border-radius: 30px;
    font-family: 'Syne';
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.ps-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ps-cat {
    font-family: 'Rajdhani';
    font-size: 12px;
    color: var(--satya-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.ps-content h3 {
    font-family: 'Syne';
    font-size: 24px;
    color: var(--text-main);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ps-content p {
    font-family: 'Manrope';
    font-size: 15px;
    color: var(--text-grey);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}


.ps-btn {
    width: 100%;
    padding: 14px;
    text-align: center;
    background: var(--text-main);
    color: white;
    font-family: 'Syne';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ps-btn:hover {
    background: var(--satya-gold);
    color: black;
    gap: 12px;
}


@media (max-width: 768px) {
    #product-showcase {
        padding: 60px 0;
    }

    .ps-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    
    .ps-card {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .ps-image-wrap {
        height: 220px;
    }

    .ps-content {
        padding: 25px;
    }
} */


#ps-product-section {
    padding: 50px 0;
    background-color: var(--bg-light);
    position: relative;
}

.ps-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* Header */
.ps-header {
    text-align: center;
    margin-bottom: 50px;
}

.ps-eyebrow {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.ps-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(27px, 4vw, 42px);
    font-weight: 700;
    color: var(--text-main);
    text-transform: uppercase;
    line-height: 1.1;
}

.ps-gold-text {
    color: var(--satya-blue);
}

/* SLIDER WRAPPER (Desktop) */
.ps-slider-wrapper {
    position: relative;
    padding: 0 40px;
    /* Space for arrows */
}

.ps-track-container {
    overflow: hidden;
    width: 100%;
}

.ps-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

/* GRID PAGE - Holds 8 Cards (Desktop) */
.ps-grid-page {
    flex: 0 0 100%;
    /* Full width per page */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 Columns */
    grid-template-rows: auto auto;
    /* 2 Rows */
    gap: 20px;
    box-sizing: border-box;
}

/* CARD STYLES */
.ps-card {
    background: var(--card-white);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ps-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 71, 171, 0.1);
    border-color: var(--satya-gold);
}

.ps-img-box {
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.ps-img-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.5s ease;
}

.ps-card:hover img {
    transform: scale(1.05);
}

.ps-content {
    padding: 20px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ps-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.3;
}

.ps-link {
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--satya-blue);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.ps-link:hover {
    color: var(--satya-gold);
}

/* NAVIGATION BUTTONS (Desktop) */
.ps-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.ps-nav-btn:hover {
    background: var(--satya-blue);
    color: white;
    border-color: var(--satya-blue);
}

.ps-prev {
    left: -10px;
}

.ps-next {
    right: -10px;
}

/* ==== RESPONSIVE (BREAKPOINT MAGIC) ==== */

/* TABLET & MOBILE OVERRIDES */
@media (max-width: 1024px) {
    .ps-container {
        padding: 0 20px;
    }

    /* Disable Horizontal Slider Logic */
    .ps-slider-wrapper {
        padding: 0;
    }

    .ps-track {
        display: flex;
        flex-direction: column;
        /* Stack pages? No, unwrap items */
        transform: none !important;
        /* Disable slide transform */
    }

    .ps-track-container {
        overflow: visible;
    }

    .ps-grid-page {
        display: contents;
        /* Removes page div from layout calculation */
    }

    .desktop-only {
        display: none;
    }

    /* Hide arrows */

    /* Grid Layout for Tablet/Mobile */
    #productGridTrack {
        display: grid;
        gap: 20px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {

    /* Tablet: 2 Columns Grid */
    #productGridTrack {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    /* Mobile: 1 Column Grid (Clean Stack) */
    #productGridTrack {
        grid-template-columns: 1fr;
    }

    #ps-product-section {
        padding: 60px 0;
    }

    .ps-header {
        margin-bottom: 40px;
    }

    .ps-card {
        min-height: auto;
    }

    .ps-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px 15px;
    }

    /* Small layout adjustment for mobile card */
    .ps-content h3 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .ps-img-box {
        height: 200px;
    }
}



/* * ==========================================
         * REFINED "GOLDEN PORTAL" CTA SECTION
         * ========================================== */

#portal-cta {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #050505;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Background Video */

.portal-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    /* Subtle visibility */
    z-index: 0;
    transform: scale(1.1);
}


/* Gradient Overlay for Readability */

.portal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(5, 5, 5, 0.549) 90%);
    z-index: 1;
}


/* Elegant Glass Card Container */

.portal-card {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 60px 40px;
    max-width: 900px;
    width: 90%;
    /* Glassmorphism */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    /* Industrial sharp corners */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


/* Top Decorative Line */

.portal-line {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--satya-gold));
    margin-bottom: 10px;
}

.portal-subtitle {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 6px;
    color: var(--satya-gold);
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.portal-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    /* Sophisticated Size - Not too big */
    font-size: clamp(32px, 5vw, 70px);
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
}

.portal-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 20px;
}


/* Refined Button */

.cta-btn-group {
    position: relative;
    margin-top: 10px;
}

.btn-gold-outline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 18px 45px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(197, 160, 89, 0.5);
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
}


/* Hover Fill Effect */

.btn-gold-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--satya-gold);
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-gold-outline:hover::before {
    left: 0;
}

.btn-gold-outline:hover {
    border-color: var(--satya-gold);
    color: black;
    box-shadow: 0 0 30px rgba(197, 160, 89, 0.3);
}


/* Responsive */

@media (max-width: 991px) {
    #portal-cta {
        height: 80vh;
    }

    .portal-card {
        padding: 40px 20px;
    }

    .portal-title {
        font-size: 36px;
    }

    .portal-line {
        height: 40px;
    }
}


/* * ==========================================
         * NEW INFRASTRUCTURE STACK SECTION
         * ========================================== */


/* Section Base */

#infra-stack-section {
    background-color: #050505;
    color: white;
    padding-bottom: 30px;
    position: relative;
}

.infra-header {
    padding: 30px 0 60px;
    text-align: center;
}

.infra-label {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.infra-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(180deg, #fff 0%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* STACK CONTAINER */

.stack-container {
    position: relative;
    width: 100%;
    padding-bottom: 10vh;
}

.stack-card {
    position: sticky;
    top: 120px;
    /* Space from top when sticking */
    width: 100%;
    max-width: 1300px;
    height: 550px;
    margin: 0 auto 40px auto;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    /* Image wider than text */
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.5);
    transform-origin: center top;
    transition: transform 0.3s ease;
}


/* Card Variations */

.card-1 {
    background: #0F1012;
    border-top: 4px solid var(--satya-blue);
}

.card-2 {
    background: #141619;
    border-top: 4px solid var(--satya-gold);
    top: 140px;
}

.card-3 {
    background: #0F1012;
    border-top: 4px solid white;
    top: 160px;
}


/* Card Content */

.card-content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
    /* Text on right by default */
}

.process-num {
    font-family: 'Syne', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    margin-bottom: -20px;
    margin-left: -5px;
}

.process-title {
    font-family: 'Syne', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.process-desc {
    color: #aaa;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

.tech-tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tag {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif;
    color: white;
}


/* Card Image */

.card-image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    order: 1;
    /* Image on left by default */
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.stack-card:hover .card-img {
    transform: scale(1.1);
}


/* RESPONSIVE FIXES */

@media (max-width: 991px) {
    .infra-header {
        padding: 60px 20px 40px;
    }

    .infra-title {
        font-size: 36px;
    }

    .stack-card {
        display: flex;
        flex-direction: column;
        /* Stack image on top of text */
        height: auto;
        /* Allow height to grow with content */
        top: 100px !important;
        /* Adjust sticky offset */
        margin-bottom: 30px;
    }

    .card-image-wrapper {
        height: 250px;
        /* Fixed height for image on mobile */
        width: 100%;
    }

    .card-content {
        padding: 30px 20px;
        /* Reduced padding */
        width: 100%;
    }

    .process-num {
        font-size: 50px;
        /* Smaller number */
        margin-bottom: -10px;
    }

    .process-title {
        font-size: 28px;
        /* Smaller title */
        margin-bottom: 15px;
    }

    .process-desc {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* Adjust staggering for mobile stacking */
    .card-1 {
        top: 90px !important;
    }

    .card-2 {
        top: 110px !important;
    }

    .card-3 {
        top: 130px !important;
    }
}


/* * ==========================================
         * NEW SUSTAINABILITY SECTION (YOUR DESIGN - STYLING FIXED)
         * ========================================== */
#sustainability-section {
    padding: 40px 0;
    /* Adjusted padding */
    background-color: var(--bg-body);
    position: relative;
    overflow: hidden;
}

.sus-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.sus-header {
    text-align: center;
    margin-bottom: 20px;
}

.sus-eyebrow {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    /* Changed to Gold */
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.sus-title {
    font-family: 'Syne', sans-serif;
    /* Reduced Size */
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    color: var(--text-main);
    text-transform: uppercase;
    line-height: 1.1;
}

/* Grid Layout */
.sus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Style */
.sus-card {
    position: relative;
    height: 450px;
    /* Reduced Height from 600px */
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sus-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 71, 171, 0.15);
    /* Blue Shadow */
}

/* Image */
.sus-img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    filter: grayscale(20%);
}

.sus-card:hover .sus-img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* Overlay */
.sus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
    opacity: 0.9;
    transition: 0.4s;
}

.sus-card:hover .sus-overlay {
    /* Changed tint to Satya Blue Dark */
    background: linear-gradient(to top, rgba(0, 42, 102, 0.629) 0%, rgba(0, 42, 102, 0.272) 100%);
}

/* Content */
.sus-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sus-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.sus-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

.sus-name {
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    /* Slightly smaller name */
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

/* Body (Hidden initially) */
.sus-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.sus-card:hover .sus-body {
    max-height: 200px;
    opacity: 1;
}

.sus-line {
    width: 50px;
    height: 3px;
    background: var(--satya-gold);
    /* Changed to Gold */
    margin-bottom: 20px;
}

.sus-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    #sustainability-section {
        padding: 80px 0;
    }

    .sus-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sus-container {
        padding: 0 20px;
    }

    .sus-card {
        height: 350px;
    }

    /* Even smaller on mobile */

    /* Show content always on mobile */
    .sus-body {
        max-height: auto;
        opacity: 1;
        margin-top: 10px;
    }

    .sus-card:hover {
        transform: none;
    }
}


/* * ==========================================
         * NEW GLOBAL TRUST TICKER (CLIENTS STRIP)
         * ========================================== */

#global-trust {
    padding: 80px 0;
    background-color: #050505;
    /* Matches footer top */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.trust-label {
    display: block;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    color: var(--bg-body);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.logo-ticker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


/* Fade edges */

.logo-ticker::before,
.logo-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-ticker::before {
    left: 0;
    background: linear-gradient(to right, #050505, transparent);
}

.logo-ticker::after {
    right: 0;
    background: linear-gradient(to left, #050505, transparent);
}

.ticker-track {
    display: flex;
    gap: 80px;
    width: fit-content;
}

.client-item {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--satya-gold);
    /* Dark Metal Color */
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: default;
    user-select: none;
}

.client-item:hover {
    color: var(--satya-blue);
    text-shadow: 0 0 15px rgba(197, 160, 89, 0.3);
}


/* * ==========================================
         * NEW PREMIUM FOOTER (CLEAN & SHARP)
         * ========================================== */

#contact-footer {
    background-color: #050505;
    color: white;
    position: relative;
    padding: 100px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Top Grid: CTA + Form */

.footer-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* Left Content */

.footer-label {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.footer-heading {
    font-family: 'Syne', sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white;
    /* Clean White */
}

.footer-sub {
    font-size: 18px;
    color: var(--text-grey);
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 40px;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-item h5 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contact-item p,
.contact-item a {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: 0.3s;
}

.contact-item a:hover {
    color: var(--satya-gold);
}


/* Right Content: Clean Form */

.footer-form {
    background: #0a0a0a;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    /* Sharp corners */
}

.form-group {
    margin-bottom: 25px;
}

.form-control-custom {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    border-radius: 0;
    outline: none;
    transition: 0.3s;
}

.form-control-custom:focus {
    border-bottom-color: var(--satya-gold);
    background: rgba(255, 255, 255, 0.02);
    padding-left: 10px;
}

.form-control-custom::placeholder {
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.btn-submit {
    background: white;
    color: black;
    border: none;
    padding: 18px 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-submit:hover {
    background: var(--satya-gold);
    color: white;
}


/* Bottom Grid: Brand & Links */

.footer-bottom {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-big-text {
    font-family: 'Syne', sans-serif;
    font-size: 14vw;
    font-weight: 800;
    line-height: 0.8;
    color: #111;
    /* Subtle dark grey */
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    letter-spacing: -4px;
}

.footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-nav {
    display: flex;
    gap: 30px;
}

.footer-nav a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

.footer-nav a:hover {
    color: white;
}


/* Responsive Fixes */

@media (max-width: 991px) {
    #contact-footer {
        padding: 60px 0;
    }

    .footer-wrapper {
        padding: 0 20px;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        padding-bottom: 60px;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-form {
        padding: 30px 20px;
    }

    .footer-heading {
        font-size: 36px;
    }

    .footer-meta {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-big-text {
        font-size: 18vw;
        letter-spacing: -1px;
    }
}


/* * ==========================================
         * 10. PREMIUM CHATBOT WIDGET
         * ========================================== */

#chat-widget-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: 'Manrope', sans-serif;
}


/* 1. Toggle Button */

.chat-toggle-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--satya-blue), var(--satya-blue-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(0, 71, 171, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.chat-toggle-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.4);
}

.chat-toggle-btn::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid var(--satya-gold);
    opacity: 0;
    animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

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


/* 2. Chat Window */

.chat-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform-origin: bottom right;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.chat-window.active {
    transform: scale(1);
    opacity: 1;
}


/* Header */

.chat-header {
    background: linear-gradient(135deg, var(--satya-blue), var(--satya-blue-dark));
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bot-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bot-avatar {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--satya-blue);
    font-size: 20px;
}

.bot-text h4 {
    margin: 0;
    font-family: 'Syne';
    font-size: 16px;
    color: white;
}

.bot-text span {
    font-size: 11px;
    opacity: 0.8;
    display: block;
}

.close-chat {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

.close-chat:hover {
    opacity: 1;
}


/* Body */

.chat-body {
    height: 350px;
    padding: 20px;
    background: #f9f9f9;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* Messages */

.msg {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.msg.bot {
    background: white;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.msg.user {
    background: var(--satya-blue);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
}


/* Quick Options */

.chat-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.chat-option-btn {
    background: white;
    border: 1px solid var(--satya-blue);
    color: var(--satya-blue);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.chat-option-btn:hover {
    background: var(--satya-blue);
    color: white;
}


/* Footer */

.chat-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    background: white;
    display: flex;
    gap: 10px;
}

.chat-input {
    flex: 1;
    border: none;
    background: #f0f2f5;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
}

.send-btn {
    background: var(--satya-gold);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.send-btn:hover {
    transform: scale(1.1);
}


/* Typing Indicator */

.typing {
    display: none;
    gap: 4px;
    padding: 10px;
    background: white;
    width: fit-content;
    border-radius: 12px;
    border-bottom-left-radius: 2px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
}

.dot:nth-child(1) {
    animation-delay: -0.32s;
}

.dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes bounce {

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

    40% {
        transform: scale(1);
    }
}


/* * ==========================================
         * THE VISUAL INTERACTIVE FAQ (FULL RESPONSIVE)
         * ========================================== */

#faq-visual {
    position: relative;
    min-height: 100vh;
    /* Full Screen on Desktop */
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    margin-top: 30px;
}


/* --- DYNAMIC BACKGROUND IMAGES --- */

.bg-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 8s linear;
    transform: scale(1.1);
}

.bg-img.active {
    opacity: 0.4;
    transform: scale(1);
    z-index: 1;
}


/* Dark Overlay */

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    backdrop-filter: blur(5px);
}

.container-faq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    width: 100%;
}


/* --- CONTENT STYLES --- */

.section-headerrr {
    margin-bottom: 60px;
    text-align: center;
}

.section-tag {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid var(--satya-gold);
    padding-bottom: 5px;
}

.section-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    /* Responsive Font */
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
}


/* Accordion Items */

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
    transition: background-color 0.3s;
}

.faq-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.faq-trigger {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: var(--satya-gold);
    font-weight: 700;
    margin-right: 30px;
    opacity: 0.7;
    min-width: 30px;
    /* Prevent shifting */
}

.faq-q-text {
    font-family: 'Syne', sans-serif;
    font-size: clamp(18px, 2.5vw, 24px);
    /* Responsive Question Size */
    font-weight: 700;
    color: #fff;
    flex: 1;
    padding-right: 15px;
    /* Avoid collision with icon */
    transition: color 0.3s ease, transform 0.3s ease;
}


/* Icon */

.faq-icon {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Prevent icon shrinking */
}

.line-v,
.line-h {
    position: absolute;
    background-color: #fff;
    transition: 0.3s;
}

.line-h {
    width: 100%;
    height: 2px;
}

.line-v {
    width: 2px;
    height: 100%;
}


/* Active State Styles */

.faq-item.active .faq-q-text {
    color: var(--satya-gold);
    transform: translateX(10px);
}

.faq-item.active .faq-num {
    opacity: 1;
}

.faq-item.active .line-v {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item.active .line-h {
    background-color: var(--satya-gold);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-answer p {
    padding-bottom: 35px;
    padding-left: 60px;
    /* Align with text desktop */
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
}


/* Responsive Styles */

@media (max-width: 991px) {
    #faq-visual {
        min-height: auto;
        /* Let content dictate height on mobile */
        padding: 60px 0;
    }

    .container-faq {
        padding: 0 20px;
    }

    .section-headerrr {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 32px;
    }

    .faq-trigger {
        padding: 20px 0;
    }

    .faq-num {
        display: none;
    }

    /* Hide numbers on small screens to save space */
    .faq-q-text {
        font-size: 18px;
        padding-left: 0;
    }

    .faq-item.active .faq-q-text {
        transform: translateX(5px);
    }

    /* Smaller shift */
    .faq-answer p {
        padding-left: 0;
        /* Remove left padding on mobile */
        padding-bottom: 20px;
        font-size: 15px;
        max-width: 100%;
    }

    .bg-img.active {
        opacity: 0.3;
    }

    /* Slightly darker image on mobile for better text visibility */
}

@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }

    .faq-q-text {
        font-size: 16px;
    }
}


/* * ==========================================
         * 9. NEW PREMIUM CERTIFICATIONS (STATIC GRID - FIXED)
         * ========================================== */

#certifications-section {
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.cert-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.cert-eyebrow {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-blue);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--satya-gold);
    padding-bottom: 5px;
}

.cert-title {
    font-family: 'Syne', sans-serif;
    /* Adjusted clamp for better mobile responsiveness */
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 800;
    color: var(--text-main);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0 10px;
    /* Added safety padding */
}


/* GRID CONTAINER */

.cert-grid-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
}


/* CARD STYLE */

.cert-card {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 200px;
    /* A4 Ratio */
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 71, 171, 0.15);
    border-color: var(--satya-gold);
}


/* Image Wrapper */

.cert-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.cert-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures full image visibility */
    position: relative;
    z-index: 1;
    transition: transform 0.6s ease;
}

.cert-card:hover .cert-img {
    transform: scale(1.05);
}


/* Seal */

.verified-seal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background: var(--satya-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
    border: 4px solid white;
}


/* Responsive */

@media (max-width: 1200px) {
    .cert-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .cert-card {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    #certifications-section {
        padding: 60px 0;
    }

    .cert-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cert-card {
        height: 380px;
        max-width: 300px;
    }
}




/* SECTION CONTAINER */
#sector-showcase {
    padding: 0;
    background: var(--bg-body);
    position: relative;
}

.sector-split-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Exact 50-50 split */
    min-height: 600px;
}

/* === LEFT SIDE: MAIN VISUAL (Full Height) === */
.sector-visual-left {
    position: relative;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.sector-visual-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === RIGHT SIDE: CONTENT GRID (Dark Background) === */
.sector-content-right {
    background-color: var(--satya-blue-dark);
    /* Using specified Dark Blue */
    padding: 80px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-body);
    /* White Text */
}

.sector-inner-wrap {
    width: 100%;
    max-width: 800px;
}

.sector-header {
    margin-bottom: 40px;
    text-align: left;
}

.sector-tag {
    font-family: 'Rajdhani', sans-serif;
    color: var(--satya-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.sector-heading {
    font-family: 'Syne', sans-serif;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    color: var(--bg-body);
    /* White Title on Dark BG */
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

/* THE GRID */
.sector-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* THE CARD STYLES (Renamed) */
.sector-card {
    background: rgba(255, 255, 255, 0.05);
    /* Slight transparent white for glass effect on dark */
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-bottom: 3px solid transparent;
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

.sector-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-bottom-color: var(--satya-gold);
    background: rgba(255, 255, 255, 0.1);
}

.sector-icon {
    font-size: 28px;
    color: var(--satya-gold);
    /* Gold Icon on Dark BG */
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.sector-card:hover .sector-icon {
    color: var(--bg-body);
    /* White on hover */
    transform: scale(1.1);
}

.sector-name {
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--bg-body);
    /* White Text */
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .sector-split-wrapper {
        grid-template-columns: 1fr;
        /* Stack vertically on tablet */
        display: flex;
        flex-direction: column;
    }

    .sector-visual-left {
        width: 100%;
        height: 300px;
        min-height: auto;
    }

    .sector-content-right {
        width: 100%;
        padding: 60px 30px;
    }

    .sector-inner-wrap {
        max-width: 100%;
    }

    /* 3 Columns on Tablet */
    .sector-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sector-content-right {
        padding: 50px 20px;
    }

    .sector-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on mobile */
        gap: 15px;
    }

    .sector-card {
        padding: 20px 10px;
    }

    .sector-icon {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .sector-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .sector-grid {
        grid-template-columns: 1fr;
        /* 1 column on very small screens */
    }

    .sector-card {
        flex-direction: row;
        gap: 20px;
        text-align: left;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
    }

    .sector-icon {
        margin-bottom: 0;
    }
}