/* ── SCHEME 1: Royal Gold & Crimson — ACTIVE ── */
:root {
    /* Primary: Royal Gold */
    --primary:       #ffd45e;
    --primary-tint:  #efd078;
    --primary-dark:  #e8b72f;
    --primary-rgb:   255, 229, 0;
    --on-primary:    #000000;

    /* Secondary: Crimson/Maroon */
    --secondary:      #8B0000;
    --secondary-tint: #B22222;
    --secondary-dark: #5C0000;
    --on-secondary:   #FFFFFF;

    /* Fonts */
    --font:         'Open Sans', sans-serif;
    --font-heading: 'Poppins', sans-serif;
    --font-display: 'Montserrat', sans-serif;

    /* Surfaces */
    --bg:           #F8F8F8;
    --bg-white:     #FFFFFF;
    --bg-card:      #FFFFFF;
    --bg-dark:      #080808;
    --bg-dark-2:    #111111;
    --bg-dark-card: #191919;
    --bg-muted:     #F2F2F2;

    /* Text */
    --text:           #1A1A1A;
    --text-sub:       #555555;
    --text-muted:     #888888;
    --text-light:     #FFFFFF;
    --text-light-sub: rgba(255,255,255,0.65);

    /* Borders */
    --border:       rgba(0,0,0,0.07);
    --border-dark:  rgba(255,255,255,0.07);
    --border-gold:  rgba(255,229,0,0.28);

    /* Shadows */
    --sh-xs:      0 1px 4px rgba(0,0,0,0.05);
    --sh-sm:      0 2px 10px rgba(0,0,0,0.07);
    --sh-md:      0 8px 28px rgba(0,0,0,0.10);
    --sh-lg:      0 16px 52px rgba(0,0,0,0.14);
    --sh-xl:      0 24px 72px rgba(0,0,0,0.18);
    --sh-gold:    0 8px 32px rgba(255,229,0,0.28);
    --sh-gold-lg: 0 16px 48px rgba(255,229,0,0.36);

    /* Radii */
    --r-xs:   6px;
    --r-sm:   10px;
    --r:      16px;
    --r-md:   20px;
    --r-lg:   28px;
    --r-xl:   40px;
    --r-full: 9999px;

    /* Spacing & Layout */
    --section-py:    100px;
    --section-py-sm: 60px;
    --gap:           14px;
    --gap-sm:        10px;

    /* Transitions */
    --t:      0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --t-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --t-slow: 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    --spring: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── SCHEME 2: Royal Navy + Gold — uncomment to activate ── */
/*
:root {
    --primary: #1B3A6B; --primary-tint: #2855A0; --primary-dark: #0F2443;
    --primary-rgb: 27,58,107; --on-primary: #FFFFFF;
    --secondary: #FFE500; --secondary-tint: #FFF176; --secondary-dark: #A88A20; --on-secondary: #000000;
    --font: 'Open Sans',sans-serif; --font-heading: 'Poppins',sans-serif; --font-display: 'Montserrat',sans-serif;
    --bg: #F5F7FA; --bg-white: #FFFFFF; --bg-card: #FFFFFF;
    --bg-dark: #0A1628; --bg-dark-2: #0D1E33; --bg-dark-card: #142238; --bg-muted: #EBF0F8;
    --text: #1A1A2E; --text-sub: #4A5568; --text-muted: #718096;
    --text-light: #FFFFFF; --text-light-sub: rgba(255,255,255,0.65);
    --border: rgba(27,58,107,0.09); --border-dark: rgba(255,255,255,0.07); --border-gold: rgba(255,229,0,0.3);
    --sh-xs: 0 1px 4px rgba(27,58,107,0.05); --sh-sm: 0 2px 10px rgba(27,58,107,0.08);
    --sh-md: 0 8px 28px rgba(27,58,107,0.12); --sh-lg: 0 16px 52px rgba(27,58,107,0.16);
    --sh-xl: 0 24px 72px rgba(27,58,107,0.20);
    --sh-gold: 0 8px 32px rgba(255,229,0,0.28); --sh-gold-lg: 0 16px 48px rgba(255,229,0,0.36);
    --r-xs:6px; --r-sm:10px; --r:16px; --r-md:20px; --r-lg:28px; --r-xl:40px; --r-full:9999px;
    --section-py:100px; --section-py-sm:60px; --gap:14px; --gap-sm:10px;
    --t:0.3s cubic-bezier(0.4,0,0.2,1); --t-fast:0.15s cubic-bezier(0.4,0,0.2,1);
    --t-slow:0.55s cubic-bezier(0.4,0,0.2,1); --spring:0.6s cubic-bezier(0.34,1.56,0.64,1);
}
*/

/* ── SCHEME 3: Saffron + Charcoal (Digital India) — uncomment to activate ── */
/*
:root {
    --primary: #FF9933; --primary-tint: #FFBB66; --primary-dark: #CC7700;
    --primary-rgb: 255,153,51; --on-primary: #FFFFFF;
    --secondary: #138808; --secondary-tint: #1BAD0C; --secondary-dark: #0A5C04; --on-secondary: #FFFFFF;
    --font: 'Open Sans',sans-serif; --font-heading: 'Poppins',sans-serif; --font-display: 'Montserrat',sans-serif;
    --bg: #FAFAF8; --bg-white: #FFFFFF; --bg-card: #FFFFFF;
    --bg-dark: #080808; --bg-dark-2: #111111; --bg-dark-card: #191919; --bg-muted: #F3F3F0;
    --text: #1A1A1A; --text-sub: #555; --text-muted: #888;
    --text-light: #FFFFFF; --text-light-sub: rgba(255,255,255,0.65);
    --border: rgba(0,0,0,0.07); --border-dark: rgba(255,255,255,0.07); --border-gold: rgba(255,153,51,0.3);
    --sh-xs: 0 1px 4px rgba(0,0,0,0.05); --sh-sm: 0 2px 10px rgba(0,0,0,0.07);
    --sh-md: 0 8px 28px rgba(0,0,0,0.10); --sh-lg: 0 16px 52px rgba(0,0,0,0.14);
    --sh-xl: 0 24px 72px rgba(0,0,0,0.18);
    --sh-gold: 0 8px 32px rgba(255,153,51,0.32); --sh-gold-lg: 0 16px 48px rgba(255,153,51,0.40);
    --r-xs:6px; --r-sm:10px; --r:16px; --r-md:20px; --r-lg:28px; --r-xl:40px; --r-full:9999px;
    --section-py:100px; --section-py-sm:60px; --gap:14px; --gap-sm:10px;
    --t:0.3s cubic-bezier(0.4,0,0.2,1); --t-fast:0.15s cubic-bezier(0.4,0,0.2,1);
    --t-slow:0.55s cubic-bezier(0.4,0,0.2,1); --spring:0.6s cubic-bezier(0.34,1.56,0.64,1);
}
*/

/* ============================================================
   02. RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text);
    background-color: var(--bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: none; /* custom cursor active */
}

@media (pointer: coarse) { body { cursor: auto; } }

a { text-decoration: none; color: inherit; transition: var(--t); }
img { max-width: 100%; height: auto; display: block; }
button { border: none; background: none; font-family: inherit; cursor: pointer; }
ul { list-style: none; }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
}

/* ── Utility ── */
.text-gold     { color: var(--primary); }
.text-crimson  { color: var(--secondary); }
.text-muted    { color: var(--text-muted); }
.text-light    { color: var(--text-light); }

.bg-dark-section { background: var(--bg-dark); color: var(--text-light); }

.gold-gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-tint) 50%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Gradient text — primary-colored stats, numbers & labels ── */
.stat-card-number,
.stat-number,
.di-card-num,
.result-num,
.section-label,
.footer-tagline {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-tint) 55%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Override: yellow-bg card uses solid dark text */
.hero-stat-card.gold-bg .stat-card-number {
    background: none;
    -webkit-text-fill-color: var(--bg-dark);
    background-clip: unset;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 16px;
}
.section-label i { width: 14px; height: 14px; }

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
}

.section-sub {
    font-size: 1.05rem;
    color: var(--text-sub);
    max-width: 560px;
    line-height: 1.7;
}

/* ============================================================
   03. BUTTONS
   ============================================================ */
.btn-primary, .btn-secondary, .btn-outline, .btn-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--r-full);
    padding: 13px 28px;
    transition: var(--t);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}
.btn-primary i, .btn-secondary i, .btn-outline i { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary {
    background: var(--primary);
    color: var(--on-primary);
    box-shadow: var(--sh-gold);
}
.btn-primary:hover {
    background: var(--primary-tint);
    box-shadow: var(--sh-gold-lg);
    transform: translateY(-2px);
    color: var(--on-primary);
}

.btn-secondary {
    background: var(--secondary);
    color: var(--on-secondary);
}
.btn-secondary:hover {
    background: var(--secondary-tint);
    transform: translateY(-2px);
    color: var(--on-secondary);
}

.btn-outline {
    background: transparent;
    color: var(--text-light);
    border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--r-full);
    padding: 13px 28px;
    background: transparent;
    color: var(--text);
    border: 1.5px solid var(--border);
    transition: var(--t);
    text-decoration: none;
}
.btn-outline-dark:hover {
    background: var(--primary);
    color: var(--on-primary);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--sh-gold);
}

/* Ripple */
.btn-primary .btn-ripple, .btn-secondary .btn-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
    pointer-events: none;
}
@keyframes rippleAnim {
    to { transform: scale(4); opacity: 0; }
}

/* ============================================================
   04. SVG ICON SIZING — Lucide replaces <i> with <svg class="lucide ...">
   ============================================================ */
svg.lucide { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.section-label svg { width: 14px; height: 14px; }
.btn-primary svg, .btn-secondary svg, .btn-outline svg, .btn-outline-dark svg { width: 16px; height: 16px; flex-shrink: 0; }
.logo-icon-wrap svg { width: 20px; height: 20px; }
.stat-card-icon svg { width: 20px; height: 20px; color: var(--text-light); }
.hero-stat-card.gold-bg .stat-card-icon svg { color: var(--bg-dark); }
.drop-icon svg { width: 15px; height: 15px; }
.nav-chevron svg { width: 14px; height: 14px; }
.btn-nav-cta svg { width: 15px; height: 15px; }
.hero-city-tag svg { width: 13px; height: 13px; }
.hero-team-badge svg { width: 18px; height: 18px; color: var(--primary); }
.marquee-item svg { width: 16px; height: 16px; opacity: 0.8; }
.about-award-badge svg { width: 24px; height: 24px; color: var(--on-primary); margin-bottom: 6px; }
.feature-icon-box svg { width: 20px; height: 20px; color: var(--primary); }
.about-phone-link svg { color: var(--primary); width: 18px; height: 18px; }
.india-badge-text svg { width: 13px; height: 13px; color: #FF9933; flex-shrink: 0; }
.service-icon-wrap svg { width: 24px; height: 24px; color: var(--primary); }
.service-card:hover .service-icon-wrap svg { color: var(--on-primary); }
.service-card.featured .service-icon-wrap svg { color: var(--primary); }
.service-link svg { width: 16px; height: 16px; transition: transform var(--t); }
.service-link:hover svg { transform: translateX(4px); }
.stat-icon svg { width: 22px; height: 22px; color: var(--primary); }
.project-tag svg { width: 12px; height: 12px; }
.project-link svg { width: 14px; height: 14px; transition: transform var(--t); }
.project-link:hover svg { transform: translateX(4px); }
.process-step-icon svg { width: 28px; height: 28px; color: var(--primary); transition: color var(--t); }
.process-step:hover .process-step-icon svg { color: var(--on-primary); }
.role-icon svg { width: 20px; height: 20px; color: var(--on-primary); }
.di-point svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }
.cta-benefit svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }
.cta-contact-link svg { width: 16px; height: 16px; color: var(--primary); }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.social-btn svg { width: 16px; height: 16px; }
.back-to-top svg { width: 20px; height: 20px; }
.btn-form-submit svg { width: 18px; height: 18px; }
.form-success svg { width: 40px; height: 40px; }
.hero-slide-btn svg { width: 14px; height: 14px; }
.testi-card svg { width: 20px; height: 20px; }

/* ============================================================
   05. CUSTOM CURSOR
   ============================================================ */
.cursor-ring {
    position: fixed;
    width: 36px; height: 36px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    pointer-events: none;
    top: 0; left: 0;
    transform: translate(-50%, -50%);
    z-index: 9998;
    transition: opacity var(--t-fast);
    mix-blend-mode: difference;
}
.cursor-dot {
    position: fixed;
    width: 6px; height: 6px;
    background: var(--primary);
    border-radius: 50%;
    pointer-events: none;
    top: 0; left: 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
@media (pointer: coarse) { .cursor-ring, .cursor-dot { display: none; } }

/* ============================================================
   06. NAVBAR
   ============================================================ */
.site-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    transition: background var(--t-slow), box-shadow var(--t);
    padding: 20px 0;
}
.site-nav.nav-scrolled {
    background: rgba(8,8,8,0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
    padding: 12px 0;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* Logo */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}
.nav-logo-img { height: 42px; width: auto; display: block; }
.footer-logo-img { height: 36px; width: auto; display: block; opacity: 0.9; }
/* Keep legacy icon-wrap for fallback */
.logo-icon-wrap {
    width: 40px; height: 40px;
    background: var(--primary);
    border-radius: var(--r-xs);
    display: flex; align-items: center; justify-content: center;
    color: var(--on-primary);
    flex-shrink: 0;
}
.logo-icon-wrap i { width: 20px; height: 20px; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-brand {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-light);
    letter-spacing: -0.02em;
}
.logo-sub {
    font-family: var(--font-display);
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Nav Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}
.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    padding: 8px 14px;
    border-radius: var(--r-full);
    transition: var(--t);
    background: none;
    position: relative;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: calc(100% - 28px);
    height: 2px;
    background: var(--primary);
    border-radius: var(--r-full);
    transition: transform var(--t);
}
.nav-link:hover, .nav-link.active { color: var(--text-light); }
.nav-link:hover::after, .nav-link.active::after { transform: translateX(-50%) scaleX(1); }
.nav-chevron { width: 14px; height: 14px; transition: transform var(--t); }
.nav-has-dropdown.is-open .nav-chevron { transform: rotate(180deg); }
.nav-dropdown-btn { cursor: pointer; }

/* Dropdown */
.nav-has-dropdown { position: relative; }
.nav-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: var(--r-md);
    padding: 8px;
    min-width: 240px;
    box-shadow: var(--sh-lg);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--t), transform var(--t);
    z-index: 100;
}
.nav-has-dropdown.is-open .nav-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}
.nav-drop-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: var(--r-sm);
    color: rgba(255,255,255,0.7);
    font-size: 0.87rem;
    font-family: var(--font-heading);
    font-weight: 500;
    transition: var(--t);
}
.nav-drop-item:hover { background: rgba(255,255,255,0.06); color: var(--primary); }
.drop-icon {
    width: 32px; height: 32px;
    background: rgba(255,229,0,0.1);
    border-radius: var(--r-xs);
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}
.drop-icon i { width: 15px; height: 15px; }

/* Nav Actions */
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 9px 22px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: var(--r-full);
    transition: var(--t);
    white-space: nowrap;
    text-decoration: none;
}
.btn-nav-cta i { width: 15px; height: 15px; }
.btn-nav-cta:hover {
    background: var(--primary-tint);
    box-shadow: var(--sh-gold);
    transform: translateY(-1px);
    color: var(--on-primary);
}

/* Hamburger */
.hamburger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    background: rgba(255,255,255,0.07);
    border-radius: var(--r-xs);
    border: none;
    cursor: pointer;
}
.hline {
    width: 22px; height: 2px;
    background: var(--text-light);
    border-radius: 2px;
    transition: var(--t);
    display: block;
}
.hamburger-btn.is-active .hline:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger-btn.is-active .hline:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger-btn.is-active .hline:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile backdrop */
.nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 998;
    backdrop-filter: blur(4px);
}
.nav-backdrop.is-active { display: block; }

/* ============================================================
   07. HERO SECTION
   ============================================================ */
.hero-section {
    background: var(--bg-dark);
    min-height: 100vh;
    padding: calc(80px + 40px) 0 60px;
    overflow: hidden;
    position: relative;
}

/* Noise texture overlay */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.3;
    pointer-events: none;
}

/* Glow blobs */
.hero-glow-1, .hero-glow-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.12;
}
.hero-glow-1 {
    width: 600px; height: 600px;
    background: var(--primary);
    top: -200px; left: -200px;
}
.hero-glow-2 {
    width: 400px; height: 400px;
    background: var(--secondary);
    bottom: -100px; right: 10%;
}

/* Bento Grid */
.hero-bento {
    display: flex;
    gap: var(--gap);
    position: relative;
    z-index: 1;
    min-height: 560px;
}

/* Bento cards base */
.bcard {
    border-radius: var(--r-lg);
    overflow: hidden;
    position: relative;
    transition: transform var(--t), box-shadow var(--t);
    will-change: transform;
}
.bcard:hover { transform: translateY(-5px); }

/* Main Hero Card */
.hero-main-card {
    flex: 0 0 44%;
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-main-card:hover { box-shadow: 0 24px 60px rgba(0,0,0,0.4); }

/* Right Column & Top Row ─ Flex Hero Layout */
.hero-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    min-width: 0;
}
.hero-top-row {
    display: flex;
    gap: var(--gap);
}

.hero-city-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,229,0,0.1);
    color: var(--primary);
    border: 1px solid var(--border-gold);
    border-radius: var(--r-full);
    padding: 5px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    width: fit-content;
}
.hero-city-tag i { width: 13px; height: 13px; }

.hero-eyebrow {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--text-light-sub);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-headline {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3.5vw, 3.4rem);
    font-weight: 900;
    color: var(--text-light);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.hero-desc {
    font-size: 1rem;
    color: var(--text-light-sub);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 400px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.hero-trust-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid var(--border-dark);
}
.trust-dots {
    display: flex;
}
.trust-dot {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid var(--bg-dark-card);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--on-primary);
}
.trust-dot:not(:first-child) { margin-left: -10px; }
.trust-text { font-size: 0.82rem; color: var(--text-light-sub); font-weight: 500; }
.trust-text strong { color: var(--primary); }

/* Stat Cards */
.hero-stat-card {
    flex: 1;
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-stat-card.gold-bg {
    background: var(--primary);
    border-color: transparent;
}
.hero-stat-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.3); }

.stat-card-icon {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.hero-stat-card.gold-bg .stat-card-icon { background: rgba(0,0,0,0.15); }
.stat-card-icon i { width: 20px; height: 20px; color: var(--text-light); }
.hero-stat-card.gold-bg .stat-card-icon i { color: var(--bg-dark); }

.stat-card-number {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    letter-spacing: -0.04em;
}
.hero-stat-card.gold-bg .stat-card-number { color: var(--bg-dark); }

.stat-card-label {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-light);
    margin-top: 6px;
}
.hero-stat-card.gold-bg .stat-card-label { color: var(--bg-dark); }
.stat-card-sub { font-size: 0.78rem; color: var(--text-light-sub); margin-top: 4px; }
.hero-stat-card.gold-bg .stat-card-sub { color: rgba(0,0,0,0.5); }

/* Hero Image Card */
.hero-image-card {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 260px;
}
/* Hero Slick Slider */
#heroSlider { position: absolute; inset: 0; }
#heroSlider .slick-slider,
#heroSlider .slick-list,
#heroSlider .slick-track { height: 100%; }
#heroSlider .slick-slide { height: 100%; }
#heroSlider .slick-slide > div { height: 100%; }
.hero-slide { position: relative; height: 100%; }
.hero-img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--t-slow);
}
.hero-slide-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 60px 24px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%);
    pointer-events: none;
}
.hero-slide-content { pointer-events: all; }
.hero-slide-tag {
    display: inline-block;
    padding: 4px 12px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: var(--r-full);
    font-size: 0.7rem;
    font-weight: 700;
    font-family: var(--font-heading);
    margin-bottom: 7px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hero-slide-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}
.hero-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: var(--r-full);
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-heading);
    transition: var(--t);
}
.hero-slide-btn:hover { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }
/* Slick dots override for hero slider */
#heroSlider .slick-dots { bottom: 12px; z-index: 10; }
#heroSlider .slick-dots li button:before { color: rgba(255,255,255,0.6); font-size: 8px; opacity: 1; }
#heroSlider .slick-dots li.slick-active button:before { color: var(--primary); opacity: 1; }
.hero-team-badge {
    position: absolute;
    bottom: 20px; right: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--r-full);
    padding: 10px 20px;
}
.hero-team-badge i { width: 18px; height: 18px; color: var(--primary); }
.team-badge-num {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--text-light);
    line-height: 1;
}
.team-badge-label { font-size: 0.77rem; color: var(--text-light-sub); }

/* ============================================================
   08. MARQUEE / TICKER
   ============================================================ */
.marquee-section {
    background: var(--primary);
    padding: 16px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.marquee-track {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    will-change: transform;
}
.marquee-inner {
    display: flex;
    align-items: center;
    gap: 0;
    animation: marqueeScroll 28s linear infinite;
}
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--on-primary);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.marquee-item i { width: 16px; height: 16px; opacity: 0.8; }
.marquee-divider { width: 6px; height: 6px; background: var(--on-primary); border-radius: 50%; opacity: 0.5; }

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.marquee-section:hover .marquee-inner { animation-play-state: paused; }

/* ============================================================
   09. ABOUT SECTION
   ============================================================ */
.about-section { padding: var(--section-py) 0; background: var(--bg-white); }

.about-image-wrap {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
}
.about-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--r-lg);
    display: block;
    transition: transform var(--t-slow);
}
.about-image-wrap:hover .about-img { transform: scale(1.03); }

.about-since-badge {
    position: absolute;
    bottom: 28px; left: 28px;
    background: var(--bg-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--r-md);
    padding: 16px 22px;
    color: var(--text-light);
    backdrop-filter: blur(10px);
}
.about-since-badge .badge-year {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}
.about-since-badge .badge-label {
    font-size: 0.78rem;
    color: var(--text-light-sub);
    font-weight: 500;
    margin-top: 4px;
}
.about-award-badge {
    position: absolute;
    top: 28px; right: -16px;
    background: var(--primary);
    border-radius: var(--r-md);
    padding: 16px 20px;
    text-align: center;
    box-shadow: var(--sh-gold);
}
.about-award-badge i { width: 24px; height: 24px; color: var(--on-primary); margin-bottom: 6px; }
.about-award-badge .badge-text {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--on-primary);
    line-height: 1.3;
    display: block;
}

.about-content { padding-left: 40px; }
.about-features { display: flex; flex-direction: column; gap: 16px; margin: 28px 0 36px; }
.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.feature-icon-box {
    width: 44px; height: 44px;
    background: rgba(255,229,0,0.1);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--border-gold);
}
.feature-icon-box i { width: 20px; height: 20px; color: var(--primary); }
.feature-text h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.feature-text p { font-size: 0.88rem; color: var(--text-sub); }

.about-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.about-phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    transition: var(--t);
}
.about-phone-link:hover { color: var(--primary); }
.about-phone-link i { color: var(--primary); width: 18px; height: 18px; }

/* Digital India ribbon */
.digital-india-ribbon {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255,153,51,0.08) 0%, rgba(19,136,8,0.08) 100%);
    border: 1px solid rgba(255,153,51,0.2);
    border-radius: var(--r);
    padding: 14px 18px;
    margin-top: 20px;
}
.india-flag-mini {
    display: flex;
    flex-direction: column;
    width: 24px;
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
}
.india-flag-mini span { display: block; height: 6px; }
.india-flag-mini .s { background: #FF9933; }
.india-flag-mini .w { background: #FFFFFF; }
.india-flag-mini .g { background: #138808; }
.digital-india-text { font-size: 0.84rem; font-weight: 600; color: var(--text-sub); }
.digital-india-text strong { color: var(--text); }

/* ============================================================
   10. SERVICES SECTION
   ============================================================ */
.services-section {
    padding: var(--section-py) 0;
    background: var(--bg);
}

.services-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    margin-top: 48px;
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 36px 32px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
    cursor: default;
}
.service-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--primary-tint));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--t);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: var(--border-gold);
}
.service-card:hover::before { transform: scaleX(1); }

.service-card.featured {
    background: var(--bg-dark);
    border-color: var(--border-dark);
    grid-column: span 2;
}
.service-card.featured .service-card-title,
.service-card.featured .service-card-desc { color: var(--text-light); }
.service-card.featured .service-card-desc { color: var(--text-light-sub); }
.service-card.featured .service-tag { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); }
.service-card.featured::before { background: linear-gradient(90deg, var(--primary), var(--primary-tint)); }

.service-icon-wrap {
    position: absolute;
    width: 52px; height: 52px;
    background: rgba(255,229,0,0.1);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    display: none;
    margin-bottom: 20px;
    border: 1px solid var(--border-gold);
    transition: background var(--t), transform var(--t);
}
.service-card:hover .service-icon-wrap {
    background: var(--primary);
    transform: scale(1.05);
}
.service-card.featured .service-icon-wrap { background: rgba(255,229,0,0.15); }
.service-icon-wrap i { width: 24px; height: 24px; color: var(--primary); }
.service-card:hover .service-icon-wrap i { color: var(--on-primary); }
.service-card.featured .service-icon-wrap i { color: var(--primary); }

.service-card-img {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
    border-radius: var(--r-sm);
    margin-bottom: 20px;
}
.service-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}
.service-card-desc {
    font-size: 0.9rem;
    color: var(--text-sub);
    line-height: 1.65;
    margin-bottom: 16px;
}
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.service-tag {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    background: var(--bg-muted);
    border-radius: var(--r-full);
    color: var(--text-sub);
    font-family: var(--font-heading);
}
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary);
    font-family: var(--font-heading);
    transition: gap var(--t);
    text-decoration: none;
}
.service-link i { width: 16px; height: 16px; transition: transform var(--t); }
.service-link:hover { gap: 10px; color: var(--primary); }
.service-link:hover i { transform: translateX(4px); }

/* ============================================================
   11. STATS SECTION
   ============================================================ */
.stats-section {
    padding: var(--section-py) 0;
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}
.stats-section::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(255,229,0,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    margin-top: 48px;
}

.stat-block {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: var(--r-md);
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform var(--t), box-shadow var(--t);
}
.stat-block:hover { transform: translateY(-6px); box-shadow: var(--sh-gold); }
.stat-block::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-md);
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(255,229,0,0.2), transparent) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--t);
}
.stat-block:hover::after { opacity: 1; }

.stat-icon {
    width: 48px; height: 48px;
    background: rgba(255,229,0,0.1);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid var(--border-gold);
}
.stat-icon i { width: 22px; height: 22px; color: var(--primary); }

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    letter-spacing: -0.04em;
}
.stat-label-main {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-light);
    margin-top: 10px;
}
.stat-label-sub { font-size: 0.82rem; color: var(--text-light-sub); margin-top: 6px; }

/* ============================================================
   12. PROJECTS SECTION
   ============================================================ */
.projects-section { padding: var(--section-py) 0; background: var(--bg-white); }

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    margin-top: 48px;
}

/* ── New Card-Style Project Cards ── */
.project-card {
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--bg-white);
    border: 1.5px solid var(--border);
    box-shadow: 6px 6px 0 var(--primary);
    transition: box-shadow var(--t), transform var(--t);
    cursor: pointer;
}
.project-card:hover {
    box-shadow: var(--sh-lg);
    transform: translate(-3px, -3px);
}

.project-card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.project-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--t-slow);
    display: block;
}
.project-card:hover .project-img { transform: scale(1.05); }

.project-tag {
    position: absolute;
    top: 14px; left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(0,0,0,0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: var(--r-full);
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--font-heading);
    letter-spacing: 0.03em;
}

.project-card-body { padding: 22px 24px 24px; }

.project-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 7px;
    line-height: 1.35;
}
.project-desc {
    font-size: 0.86rem;
    color: var(--text-sub);
    line-height: 1.65;
    margin-bottom: 16px;
}

.project-result {
    display: flex;
    gap: 4px;
    padding: 14px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
}
.result-item { flex: 1; text-align: center; }
.result-num {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
}
.result-label { font-size: 0.7rem; color: var(--text-muted); margin-top: 3px; }

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.84rem;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--text);
    text-decoration: none;
    transition: var(--t);
}
.project-link:hover { color: var(--primary-dark); }
.project-link:hover svg { transform: translateX(4px); }

/* ============================================================
   13. PROCESS SECTION
   ============================================================ */
.process-section {
    padding: var(--section-py) 0;
    background: var(--bg);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    margin-top: 56px;
    position: relative;
}
/* Connecting line */
.process-grid::before {
    content: '';
    position: absolute;
    top: 48px;
    left: calc(12.5% + 20px);
    right: calc(12.5% + 20px);
    height: 1px;
    background: linear-gradient(90deg, var(--border), var(--primary), var(--border));
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.process-step-icon {
    width: 80px; height: 80px;
    background: var(--bg-card);
    border: 2px solid var(--border);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    transition: background var(--t), border-color var(--t), box-shadow var(--t), transform var(--t);
}
.process-step:hover .process-step-icon {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: var(--sh-gold);
    transform: scale(1.08);
}
.process-step-icon i { width: 28px; height: 28px; color: var(--primary); transition: color var(--t); }
.process-step:hover .process-step-icon i { color: var(--on-primary); }
.process-step-num {
    position: absolute;
    top: -8px; right: -8px;
    width: 24px; height: 24px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-heading);
}
.process-step-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--font-heading);
}
.process-step-desc { font-size: 0.87rem; color: var(--text-sub); line-height: 1.6; }

/* ============================================================
   14. TEAM SECTION
   ============================================================ */
.team-section { padding: var(--section-py) 0; background: var(--bg-white); }

.team-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
    margin-top: 48px;
    align-items: center;
}

.team-image-card {
    border-radius: var(--r-lg);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}
.team-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--t-slow);
    display: block;
}
.team-image-card:hover .team-img { transform: scale(1.03); }
.team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
}
.team-count-badge {
    position: absolute;
    bottom: 24px; left: 24px;
    background: var(--primary);
    border-radius: var(--r-md);
    padding: 14px 20px;
    text-align: center;
}
.team-count-badge .badge-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    color: var(--on-primary);
    line-height: 1;
    display: block;
}
.team-count-badge .badge-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    display: block;
    margin-top: 2px;
}

.team-content { padding-left: 24px; }
.team-roles { display: flex; flex-direction: column; gap: 16px; margin: 28px 0; }
.team-role-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--bg-muted);
    border-radius: var(--r);
    padding: 16px 20px;
    border: 1px solid var(--border);
    transition: var(--t);
}
.team-role-card:hover { border-color: var(--border-gold); background: rgba(255,229,0,0.05); }
.role-icon {
    width: 44px; height: 44px;
    background: var(--primary);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.role-icon i { width: 20px; height: 20px; color: var(--on-primary); }
.role-name { font-size: 0.95rem; font-weight: 700; font-family: var(--font-heading); margin-bottom: 2px; }
.role-desc { font-size: 0.82rem; color: var(--text-sub); }

/* ============================================================
   15. DIGITAL INDIA SECTION
   ============================================================ */
.digital-india-section {
    padding: var(--section-py) 0;
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}
.digital-india-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,153,51,0.04) 0%, rgba(19,136,8,0.04) 100%);
    pointer-events: none;
}

.di-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
    align-items: center;
}

.di-content { padding-right: 20px; }
.di-flag-bar {
    display: flex;
    height: 6px;
    border-radius: var(--r-full);
    overflow: hidden;
    width: 80px;
    margin-bottom: 28px;
}
.di-flag-bar span { flex: 1; }
.di-flag-bar .s { background: #FF9933; }
.di-flag-bar .w { background: #FFFFFF; }
.di-flag-bar .g { background: #138808; }

.di-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    color: var(--text-light);
    line-height: 1.15;
    margin-bottom: 16px;
}
.di-sub { font-size: 1rem; color: var(--text-light-sub); line-height: 1.7; margin-bottom: 32px; }
.di-points { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.di-point {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.8);
}
.di-point i { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }

.di-cards { display: flex; flex-direction: column; gap: 14px; }
.di-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: var(--r-md);
    padding: 24px;
    transition: var(--t);
}
.di-card:hover { border-color: var(--border-gold); transform: translateX(6px); }
.di-card-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 4px;
}
.di-card-label {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-light);
}
.di-card-sub { font-size: 0.8rem; color: var(--text-light-sub); margin-top: 4px; }

/* ============================================================
   16. TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section { padding: var(--section-py) 0; background: var(--bg-muted); }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    margin-top: 48px;
}

.testi-card {
    background: var(--bg-white);
    border-radius: var(--r-md);
    padding: 32px 28px;
    border: 1.5px solid var(--border);
    box-shadow: 4px 4px 0 var(--primary);
    transition: box-shadow var(--t), transform var(--t);
    position: relative;
}
.testi-card:hover {
    box-shadow: var(--sh-md);
    transform: translate(-2px, -2px);
}

.testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
}
.testi-star {
    width: 18px; height: 18px;
    color: var(--primary);
    fill: var(--primary);
}

.testi-quote {
    font-size: 0.92rem;
    color: var(--text-sub);
    line-height: 1.75;
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
}
.testi-quote::before {
    content: '\201C';
    font-size: 3.5rem;
    color: var(--primary);
    opacity: 0.4;
    font-family: Georgia, serif;
    line-height: 0.5;
    position: absolute;
    top: -6px;
    left: -6px;
}

.testi-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.testi-avatar {
    width: 48px; height: 48px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}
.testi-name {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
}
.testi-role { font-size: 0.78rem; color: var(--text-muted); }

/* ============================================================
   17. CTA / CONTACT SECTION
   ============================================================ */
.cta-section { padding: var(--section-py) 0; background: var(--bg); }

.cta-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
    background: var(--bg-dark);
    border-radius: var(--r-xl);
    overflow: hidden;
    border: 1px solid var(--border-dark);
}

.cta-left {
    padding: 60px 52px;
    background: var(--bg-dark-card);
    position: relative;
    overflow: hidden;
}
.cta-left::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,229,0,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.cta-headline {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
    color: var(--text-light);
    line-height: 1.15;
    margin-bottom: 16px;
}
.cta-sub { font-size: 1rem; color: var(--text-light-sub); line-height: 1.7; margin-bottom: 36px; }

.cta-benefits { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.cta-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.75);
}
.cta-benefit i { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }

.cta-contact-strip {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid var(--border-dark);
}
.cta-contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    transition: var(--t);
    text-decoration: none;
}
.cta-contact-link i { width: 16px; height: 16px; color: var(--primary); }
.cta-contact-link:hover { color: var(--primary); }

/* Contact Form */
.cta-right { padding: 48px 44px; }
.contact-form-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 6px;
}
.contact-form-sub { font-size: 0.88rem; color: var(--text-light-sub); margin-bottom: 28px; }

.form-group { margin-bottom: 16px; position: relative; }
.form-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 7px;
    font-family: var(--font-heading);
}
.form-control-custom {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1.5px solid var(--border-dark);
    border-radius: var(--r-sm);
    padding: 13px 16px;
    font-size: 0.92rem;
    font-family: var(--font);
    color: var(--text-light);
    outline: none;
    transition: border-color var(--t), background var(--t);
}
.form-control-custom::placeholder { color: rgba(255,255,255,0.3); }
.form-control-custom:focus {
    border-color: var(--primary);
    background: rgba(255,229,0,0.05);
}
textarea.form-control-custom { resize: vertical; min-height: 110px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.btn-form-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: var(--r-full);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: var(--t);
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.btn-form-submit i { width: 18px; height: 18px; }
.btn-form-submit:hover {
    background: var(--primary-tint);
    box-shadow: var(--sh-gold-lg);
    transform: translateY(-2px);
}
.form-success {
    display: none;
    text-align: center;
    padding: 20px;
    color: var(--primary);
}
.form-success i { width: 40px; height: 40px; margin-bottom: 10px; }

/* ============================================================
   17. FOOTER
   ============================================================ */
.site-footer { background: var(--bg-dark); border-top: 1px solid var(--border-dark); }

.footer-top { padding: 80px 0 56px; }

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    text-decoration: none;
}

.footer-tagline {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    font-style: italic;
    margin-bottom: 14px;
}
.footer-desc { font-size: 0.88rem; color: var(--text-light-sub); line-height: 1.7; margin-bottom: 24px; }

.footer-social { display: flex; gap: 10px; }
.social-btn {
    width: 38px; height: 38px;
    background: rgba(255,255,255,0.06);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: var(--t);
    text-decoration: none;
}
.social-btn i { width: 16px; height: 16px; }
.social-btn:hover { background: var(--primary); color: var(--on-primary); transform: translateY(-2px); }

.footer-heading {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    transition: var(--t);
    text-decoration: none;
}
.footer-links a:hover { color: var(--primary); padding-left: 4px; }

.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
}
.footer-contact-item i { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: rgba(255,255,255,0.6); text-decoration: none; transition: var(--t); }
.footer-contact-item a:hover { color: var(--primary); }

.digital-india-badge {
    margin-top: 20px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-dark);
    border-radius: var(--r);
}
.india-flag-strip {
    display: flex;
    height: 4px;
    border-radius: var(--r-full);
    overflow: hidden;
    margin-bottom: 8px;
}
.india-flag-strip span { flex: 1; }
.flag-saffron { background: #FF9933; }
.flag-white   { background: #FFFFFF; }
.flag-green   { background: #138808; }
.india-badge-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
}
.india-badge-text i { width: 13px; height: 13px; color: #FF9933; flex-shrink: 0; }
.india-badge-text strong { color: rgba(255,255,255,0.75); }

.footer-bottom {
    border-top: 1px solid var(--border-dark);
    padding: 20px 0;
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-copy { font-size: 0.83rem; color: rgba(255,255,255,0.35); margin: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: var(--t);
}
.footer-bottom-links a:hover { color: var(--primary); }

/* ============================================================
   18. BACK TO TOP
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: 32px; right: 32px;
    width: 46px; height: 46px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--sh-gold);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity var(--t), transform var(--t);
    z-index: 900;
    cursor: pointer;
}
.back-to-top i { width: 20px; height: 20px; }
.back-to-top.is-visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--primary-tint); transform: translateY(-3px); }

/* ============================================================
   19. SECTION HEADER COMMON
   ============================================================ */
.section-header { margin-bottom: 48px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto; }

/* ============================================================
   20. MEDIA QUERIES
   ============================================================ */

/* Large Desktop */
@media (max-width: 1400px) {
    .hero-headline { font-size: 2.8rem; }
}

/* Desktop */
@media (max-width: 1200px) {
    :root { --section-py: 80px; }
    .hero-main-card { flex: 0 0 41%; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .about-content { padding-left: 20px; }
}

/* Tablet */
@media (max-width: 992px) {
    :root { --section-py: 70px; }

    /* Nav */
    .nav-menu {
        position: fixed;
        top: 0; right: -100%;
        bottom: 0;
        width: min(320px, 85vw);
        background: var(--bg-dark);
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 80px 20px 40px;
        overflow-y: auto;
        transition: right var(--t-slow);
        z-index: 999;
        box-shadow: -8px 0 40px rgba(0,0,0,0.5);
    }
    .nav-menu.is-open { right: 0; }
    .nav-item { width: 100%; }
    .nav-link { width: 100%; padding: 12px 16px; border-radius: var(--r-sm); }
    .nav-link::after { display: none; }
    .nav-link:hover { background: rgba(255,255,255,0.06); }
    .nav-dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        background: rgba(255,255,255,0.03);
        border-radius: var(--r-sm);
        padding: 4px;
        opacity: 1;
        pointer-events: all;
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--t);
    }
    .nav-has-dropdown.is-open .nav-dropdown { max-height: 400px; }
    .hamburger-btn { display: flex; }
    .btn-nav-cta span { display: none; }
    .btn-nav-cta { padding: 9px 14px; }

    /* Hero */
    .hero-bento { flex-direction: column; }
    .hero-main-card { flex: none; }
    .hero-image-card { min-height: 280px; }

    /* Sections */
    .services-bento { grid-template-columns: 1fr 1fr; }
    .service-card.featured { grid-column: span 2; }
    .projects-grid { grid-template-columns: 1fr 1fr; }
    .projects-grid .project-card:last-child { grid-column: span 2; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid::before { display: none; }
    .about-image-wrap { margin-bottom: 40px; }
    .about-award-badge { right: 0; }
    .about-content { padding-left: 0; }
    .team-bento { grid-template-columns: 1fr; }
    .team-content { padding-left: 0; }
    .di-bento { grid-template-columns: 1fr; }
    .di-content { padding-right: 0; }
    .cta-bento { grid-template-columns: 1fr; }
    .cta-left { padding: 44px 36px; }
    .cta-right { padding: 36px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
}

/* Mobile */
@media (max-width: 576px) {
    :root { --section-py: 56px; --gap: 10px; }

    .container { padding: 0 20px; }
    .hero-section { padding-top: calc(70px + 24px); padding-bottom: 40px; }
    .hero-bento { flex-direction: column; }
    .hero-main-card { flex: none; padding: 32px 24px; }
    .hero-image-card { min-height: 220px; }
    .hero-headline { font-size: 2rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions a { justify-content: center; }

    .services-bento { grid-template-columns: 1fr; }
    .service-card.featured { grid-column: span 1; }
    .projects-grid { grid-template-columns: 1fr; }
    .projects-grid .project-card:last-child { grid-column: span 1; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-number { font-size: 3rem; }

    .cta-left { padding: 32px 24px; }
    .cta-right { padding: 28px 24px; }
    .form-row { grid-template-columns: 1fr; }

    .footer-bottom-inner { flex-direction: column; text-align: center; }

    .section-title { font-size: 1.7rem; }
    .about-img { height: 300px; }
    .about-award-badge { display: none; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
    .marquee-inner { animation: none; }
}

/* ============================================================
   PAGE HEADER — Inner Pages (400px min-height)
   ============================================================ */
.page-header {
    background: var(--bg-dark);
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: calc(80px + 80px);
    padding-bottom: 80px;
}
.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 60%, rgba(255, 212, 94, 0.09) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 40%, rgba(139, 0, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
}
.page-header-content { position: relative; z-index: 1; }
.page-header-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--text-light-sub);
    margin-bottom: 20px;
    font-family: var(--font-heading);
    font-weight: 500;
}
.page-header-breadcrumb a { color: var(--text-light-sub); text-decoration: none; transition: color var(--t); }
.page-header-breadcrumb a:hover { color: var(--primary); }
.page-header-breadcrumb .bc-sep { color: rgba(255,255,255,0.2); display: flex; align-items: center; }
.page-header-breadcrumb .bc-sep i { width: 12px; height: 12px; }
.page-header-breadcrumb .bc-current { color: var(--primary); }
.page-header-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 212, 94, 0.1);
    border: 1px solid var(--border-gold);
    border-radius: var(--r-full);
    padding: 5px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--primary);
    margin-bottom: 20px;
    width: fit-content;
}
.page-header-label i { width: 13px; height: 13px; }
.page-header-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: var(--text-light);
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.page-header-title span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-tint) 55%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.page-header-desc {
    font-size: 1rem;
    color: var(--text-light-sub);
    line-height: 1.7;
    max-width: 600px;
    margin: 0;
}

/* ============================================================
   SERVICE DETAIL SECTION
   ============================================================ */
.service-detail-section {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.service-detail-img-wrap {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-lg);
}
.service-detail-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.service-detail-content { padding-left: 40px; }
.service-detail-content .section-sub { margin-bottom: 28px; }
.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 36px;
}
.service-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 500;
    font-family: var(--font-heading);
    color: var(--text);
}
.service-feature i { width: 16px; height: 16px; color: var(--primary-dark); flex-shrink: 0; }

/* ============================================================
   SERVICE BANNER CTA
   ============================================================ */
.service-banner-cta {
    background: var(--bg-dark);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.service-banner-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(255, 212, 94, 0.07) 0%, transparent 65%);
    pointer-events: none;
}
.service-banner-cta .container { position: relative; z-index: 1; }
.service-banner-cta-label {
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}
.service-banner-cta-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 900;
    color: var(--text-light);
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.service-banner-cta-title span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-tint) 55%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service-banner-cta-sub {
    font-size: 1rem;
    color: var(--text-light-sub);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 36px;
}
.service-banner-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.service-banner-cta .btn-outline-dark{
    border-color: rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
    transition: var(--t);
}
.service-banner-cta .btn-outline-dark:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(255,255,255,0.06);
}

/* ============================================================
   VALUES SECTION (About page)
   ============================================================ */
.values-section {
    padding: var(--section-py) 0;
    background: var(--bg-dark);
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    margin-top: 48px;
}
.value-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: var(--r-lg);
    padding: 36px 32px;
    transition: transform var(--t), box-shadow var(--t);
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.value-card-icon {
    width: 52px; height: 52px;
    background: rgba(255, 212, 94, 0.1);
    border: 1px solid var(--border-gold);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
}
.value-card-icon i { width: 24px; height: 24px; color: var(--primary); }
.value-card-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 12px;
}
.value-card-desc { font-size: 0.92rem; color: var(--text-light-sub); line-height: 1.7; margin: 0; }

/* ============================================================
   MISSION / VISION CARDS (About page)
   ============================================================ */
.mv-card {
    background: var(--bg-muted);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 24px;
}
.mv-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.mv-card-icon {
    width: 36px; height: 36px;
    background: rgba(255, 212, 94, 0.15);
    border: 1px solid var(--border-gold);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.mv-card-icon i { width: 17px; height: 17px; color: var(--primary-dark); }
.mv-card-title { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--text); margin: 0; }
.mv-card-text { font-size: 0.88rem; color: var(--text-sub); line-height: 1.65; margin: 0; }

/* ============================================================
   TEAM CARDS (About page)
   ============================================================ */
.team-page-section {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.team-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.team-page-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    text-align: center;
    box-shadow: var(--sh-md);
    transition: transform var(--t), box-shadow var(--t);
}
.team-page-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.team-page-card-img { width: 100%; height: 360px; object-fit: cover; object-position: center; display: block; }
.team-page-card-body { padding: 24px 20px; }
.team-page-card-name { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.team-page-card-role { font-size: 0.83rem; font-weight: 600; color: var(--primary-dark); font-family: var(--font-heading); margin-bottom: 10px; }
.team-page-card-desc { font-size: 0.87rem; color: var(--text-sub); line-height: 1.65; margin: 0; }

/* ============================================================
   CONTACT PAGE SPECIFIC
   ============================================================ */
.contact-page-section {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.contact-info-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 40px 36px;
    box-shadow: var(--sh-md);
    height: 100%;
}
.contact-info-card-title { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.contact-info-card-sub { font-size: 0.93rem; color: var(--text-sub); line-height: 1.6; margin-bottom: 32px; }
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}
.contact-item:last-child { border-bottom: none; padding-bottom: 0; }
.contact-item-icon {
    width: 44px; height: 44px;
    background: rgba(255, 212, 94, 0.1);
    border: 1px solid var(--border-gold);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.contact-item-icon i { width: 20px; height: 20px; color: var(--primary-dark); }
.contact-item-label { font-size: 0.75rem; font-weight: 700; font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 4px; }
.contact-item-value { font-size: 0.95rem; color: var(--text); font-weight: 500; line-height: 1.5; }
.contact-item-value a { color: var(--text); text-decoration: none; transition: color var(--t); }
.contact-item-value a:hover { color: var(--primary-dark); }
.contact-social-row { display: flex; gap: 10px; margin-top: 28px; }

/* ============================================================
   INNER PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
    .service-detail-content { padding-left: 0; margin-top: 40px; }
    .service-detail-img { height: 360px; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .team-cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
    .page-header { min-height: 320px; padding-top: calc(70px + 40px); padding-bottom: 40px; }
    .service-features { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .team-cards-grid { grid-template-columns: 1fr; }
    .service-detail-img { height: 260px; }
    .contact-info-card { padding: 28px 20px; }
}