/* ==========================================================================
   DHARTI ACRES - ULTRA-PREMIUM PASTEL 3D & MOTION DESIGN SYSTEM
   Theme: Logo-Inspired Sweet Pastel Azure, Mint, Lavender & Warm Cream
   Created by: Antigravity AI Pair Programmer
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&family=Caveat:wght@600;700&display=swap');

:root {
    /* ── Royal Forest Emerald & Champagne Gold System (Dharti & Prosperity) ── */
    --da-brand-emerald: #0284c7;
    --da-brand-emerald-light: #0284c7;
    --da-brand-emerald-deep: #0369a1;
    --da-brand-gold: #d97706;
    --da-brand-gold-light: #f59e0b;
    --da-brand-gold-deep: #b45309;

    /* Backward compatibility aliases */
    --da-brand-blue: #0284c7;
    --da-brand-blue-deep: #0284c7;
    --da-cyber-blue: #0284c7;
    --da-cyber-blue-deep: #0284c7;
    --da-light-azure: #0284c7;
    --da-light-azure-deep: #0284c7;

    /* ── Pastel Emerald & Mint System ── */
    --da-pastel-sky-50: #f8fafc;
    --da-pastel-sky-100: #f0f9ff;
    --da-pastel-sky-200: #e0f2fe;
    --da-pastel-sky-300: #bae6fd;
    --da-pastel-sky-400: #38bdf8;
    --da-pastel-sky-glow: rgba(14, 165, 233, 0.35);

    /* ── Sweet Pastel Mint & Nature ── */
    --da-pastel-mint-50: #f8fafc;
    --da-pastel-mint-100: #f0f9ff;
    --da-pastel-mint-200: #e0f2fe;
    --da-pastel-mint-300: #86efac;
    --da-pastel-mint-500: #0ea5e9;
    --da-pastel-mint-glow: rgba(14, 165, 233, 0.3);

    /* ── Sweet Pastel Lavender & Luxury ── */
    --da-pastel-lavender-50: #faf5ff;
    --da-pastel-lavender-100: #f3e8ff;
    --da-pastel-lavender-200: #e9d5ff;
    --da-pastel-lavender-400: #c084fc;
    --da-pastel-lavender-glow: rgba(192, 132, 252, 0.28);

    /* ── Champagne Gold & Warm Peach ── */
    --da-pastel-peach-50: #fffbeb;
    --da-pastel-peach-100: #fef3c7;
    --da-pastel-peach-200: #fde68a;
    --da-pastel-peach-400: #f59e0b;
    --da-pastel-gold-100: #fef9c3;
    --da-pastel-gold-400: #facc15;

    /* ── Surface Canvas & Glassmorphism ── */
    --da-canvas-bg: #fcfbf9;
    --da-canvas-pastel: linear-gradient(135deg, #fcfbf9 0%, #f8fafc 35%, #fffbeb 70%, #fcfbf9 100%);
    --da-glass-white: rgba(255, 255, 255, 0.92);
    --da-glass-border: rgba(255, 255, 255, 0.9);
    --da-glass-border-subtle: rgba(14, 165, 233, 0.18);
    --da-glass-shadow: 0 20px 50px -12px rgba(2, 132, 199, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    --da-glass-shadow-hover: 0 30px 60px -15px rgba(2, 132, 199, 0.18), 0 0 0 1.5px rgba(14, 165, 233, 0.35) inset;

    /* ── High-Contrast Typography ── */
    --da-text-heading: #0f172a;
    --da-text-body: #1e293b;
    --da-text-muted: #64748b;
    --da-font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --da-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --da-font-script: 'Caveat', cursive;

    /* ── 3D & Elevation Variables ── */
    --da-radius-pill: 9999px;
    --da-radius-3d: 24px;
    --da-radius-card: 20px;
    --da-radius-sm: 12px;
}

/* ── Global Typography & Background ── */
body {
    font-family: var(--da-font-sans) !important;
    background: var(--da-canvas-bg) !important;
    color: var(--da-text-body) !important;
    overflow-x: hidden !important;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--da-font-display) !important;
    color: var(--da-text-heading) !important;
    letter-spacing: -0.03em;
    font-weight: 800;
}

/* ── Smooth Scroll & Viewport ── */
html {
    scroll-behavior: smooth;
}

/* ==========================================================================
   1. MASTER HEADER & FINX.IO / EDUWERKS SWEET PASTEL LIGHT NAVBAR
   ========================================================================== */

/* Top bar with Royal Forest Emerald to Deep Jade Gradient */
.top-bar {
    background: linear-gradient(90deg, #0369a1 0%, #0284c7 50%, #0284c7 100%) !important;
    border-bottom: 1px solid rgba(245, 158, 11, 0.25) !important;
    box-shadow: 0 4px 15px rgba(2, 132, 199, 0.2) !important;
    padding: 7px 0 !important;
}

.top-bar a, .top-bar span {
    color: #ffffff !important;
    font-size: 0.84rem !important;
    font-weight: 500;
}

.top-bar a:hover {
    color: #fde68a !important;
    text-shadow: 0 0 8px rgba(253, 230, 138, 0.5);
}

/* Navbar: Translucent Frosted Pure White Glass with Active Emerald Pills */
.site-header {
    background: transparent !important;
    box-shadow: none !important;
    position: sticky;
    top: 0;
    z-index: 1050;
}

.makaan-navbar {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border-bottom: 1px solid rgba(2, 132, 199, 0.08) !important;
    box-shadow: 0 10px 30px -10px rgba(2, 132, 199, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.8) inset !important;
    padding: 12px 0 !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.makaan-navbar .navbar-toggler-icon {
    filter: none;
}

.makaan-navbar .nav-link {
    font-family: var(--da-font-display) !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    font-size: 0.95rem !important;
    padding: 8px 18px !important;
    border-radius: var(--da-radius-pill) !important;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
}

.makaan-navbar .nav-link:hover {
    color: #0284c7 !important;
    background: rgba(14, 165, 233, 0.08) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.12);
}

.makaan-navbar .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    box-shadow: 0 6px 20px -2px rgba(2, 132, 199, 0.42), 0 0 0 1px rgba(245, 158, 11, 0.4) inset !important;
    font-weight: 700 !important;
}

/* Sweet Pastel Pill Buttons */
.btn-makaan-primary, .btn-homy-primary {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #0284c7 100%) !important;
    color: #ffffff !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    padding: 11px 26px !important;
    border-radius: var(--da-radius-pill) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 10px 25px -4px rgba(2, 132, 199, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.btn-makaan-primary::after, .btn-homy-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: left 0.75s ease;
}

.btn-makaan-primary:hover::after, .btn-homy-primary:hover::after {
    left: 150%;
}

.btn-makaan-primary:hover, .btn-homy-primary:hover {
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 18px 35px -5px rgba(2, 132, 199, 0.55), 0 0 25px rgba(56, 189, 248, 0.4) !important;
}

.btn-makaan-primary:active, .btn-homy-primary:active {
    transform: translateY(1px) scale(0.98) !important;
}

.btn-makaan-outline {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #0284c7 !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: var(--da-radius-pill) !important;
    border: 1.5px solid #bae6fd !important;
    box-shadow: 0 6px 18px rgba(14, 165, 233, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn-makaan-outline:hover {
    background: #f0f9ff !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(14, 165, 233, 0.22) !important;
}

/* ==========================================================================
   2. HERO SECTION: SWEET PASTEL AURORA & 3D PERSPECTIVE SHOWCASE
   ========================================================================== */

.hero-makaan {
    position: relative !important;
    background: radial-gradient(circle at 10% 20%, rgba(224, 242, 254, 0.95) 0%, transparent 50%),
                radial-gradient(circle at 90% 30%, rgba(254, 243, 199, 0.65) 0%, transparent 45%),
                radial-gradient(circle at 50% 80%, rgba(243, 232, 255, 0.75) 0%, transparent 55%),
                linear-gradient(135deg, #f0f9ff 0%, #fdfbf7 50%, #f8fafc 100%) !important;
    padding: 60px 0 90px !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.15);
}

/* Ambient 3D Floating Mesh Spheres */
.hero-makaan::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    top: -150px;
    right: -100px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, rgba(192, 132, 252, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: floatAmbient3d 12s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

.hero-makaan::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(186, 230, 253, 0.3) 0%, rgba(254, 215, 170, 0.2) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    animation: floatAmbient3d 14s ease-in-out infinite alternate-reverse;
    pointer-events: none;
    z-index: 0;
}

@keyframes floatAmbient3d {
    0% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    50% { transform: translate3d(30px, -40px, 0) scale(1.08) rotate(15deg); }
    100% { transform: translate3d(-30px, 30px, 0) scale(0.95) rotate(-10deg); }
}

/* Hero Typography: Light, Sweet & Majestic */
.hero-makaan h1 {
    color: var(--da-text-heading) !important;
    font-size: clamp(2.4rem, 5vw, 4.2rem) !important;
    line-height: 1.15 !important;
    text-shadow: none !important;
}

.hero-makaan h1 .text-gradient-pastel {
    background: linear-gradient(135deg, #0284c7 0%, #0284c7 40%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

.hero-makaan p {
    color: var(--da-text-body) !important;
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    font-weight: 500;
}

/* Sweet Pastel Badges */
.badge-pastel-sky {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    color: #0284c7 !important;
    font-family: var(--da-font-display);
    font-weight: 700;
    border: 1px solid rgba(14, 165, 233, 0.35);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.15);
}

.badge-pastel-mint {
    background: linear-gradient(135deg, var(--da-pastel-mint-100) 0%, var(--da-pastel-mint-200) 100%) !important;
    color: #0369a1 !important;
    font-family: var(--da-font-display);
    font-weight: 700;
    border: 1px solid rgba(56, 189, 248, 0.4);
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.2);
}

.badge-pastel-gold {
    background: linear-gradient(135deg, var(--da-pastel-gold-100) 0%, var(--da-pastel-peach-200) 100%) !important;
    color: #854d0e !important;
    font-family: var(--da-font-display);
    font-weight: 700;
    border: 1px solid rgba(250, 204, 21, 0.5);
    box-shadow: 0 4px 15px rgba(250, 204, 21, 0.2);
}

/* ── 3D Interactive Hero Showcase Card ── */
.hero-showcase-3d {
    perspective: 1200px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 5;
}

.hero-showcase-inner {
    background: var(--da-glass-white);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: var(--da-radius-3d);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    padding: 20px;
    box-shadow: 0 30px 70px -15px rgba(2, 132, 199, 0.22),
                0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.45s ease;
    transform-style: preserve-3d;
    position: relative;
    overflow: visible;
}

.hero-showcase-inner:hover {
    box-shadow: 0 40px 90px -15px rgba(2, 132, 199, 0.35),
                0 0 35px rgba(56, 189, 248, 0.25);
}

/* Floating 3D Depth Pill Tag */
.floating-3d-tag {
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(56, 189, 248, 0.35);
    padding: 10px 18px;
    border-radius: var(--da-radius-pill);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--da-text-heading);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transform: translateZ(35px);
    animation: floatTag 5s ease-in-out infinite alternate;
    z-index: 10;
}

@keyframes floatTag {
    0% { transform: translateZ(35px) translateY(0); }
    100% { transform: translateZ(35px) translateY(-10px); }
}

/* ==========================================================================
   3. VITALSPACE MULTI-FILTER SEARCH CONTAINER (SWEET PASTEL 3D)
   ========================================================================== */

.vs-search-container {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: var(--da-radius-3d) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 25px 60px -10px rgba(2, 132, 199, 0.12),
                0 0 0 1px rgba(14, 165, 233, 0.15) inset !important;
    padding: 24px 28px !important;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
}

.vs-search-container:focus-within {
    box-shadow: 0 35px 80px -10px rgba(2, 132, 199, 0.2),
                0 0 0 2px var(--da-pastel-sky-300) inset !important;
    transform: translateY(-3px);
}

.vs-filter-pill-btn {
    background: var(--da-pastel-sky-50) !important;
    border: 1px solid var(--da-pastel-sky-200) !important;
    color: var(--da-text-heading) !important;
    font-family: var(--da-font-display) !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    padding: 8px 18px !important;
    border-radius: var(--da-radius-pill) !important;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.05) !important;
}

.vs-filter-pill-btn:hover, .vs-filter-pill-btn.active-pill {
    background: var(--da-pastel-sky-100) !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.2) !important;
}

.vs-filter-pill-btn.has-selection {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    font-weight: 700 !important;
}

/* Sweet Chips Inside Filter Panels */
.vs-chip {
    background: var(--da-pastel-sky-50) !important;
    border: 1px solid var(--da-pastel-sky-200) !important;
    color: var(--da-text-body) !important;
    font-weight: 600 !important;
    border-radius: var(--da-radius-pill) !important;
    padding: 7px 16px !important;
    transition: all 0.2s ease !important;
}

.vs-chip:hover {
    background: var(--da-pastel-sky-100) !important;
    border-color: #0284c7 !important;
    transform: translateY(-2px);
}

.vs-chip.selected {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35) !important;
    font-weight: 700 !important;
}

/* ==========================================================================
   4. EDUWERKS & FINX.IO 3D BENTO PROPERTY CATEGORIES
   ========================================================================== */

.bento-cat-card {
    background: #ffffff !important;
    border-radius: 28px !important;
    border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 20px 45px -12px rgba(2, 132, 199, 0.08), 0 0 0 1px #ffffff inset !important;
    overflow: hidden !important;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    transform-style: preserve-3d;
}

.bento-cat-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 35px 75px -15px rgba(2, 132, 199, 0.2), 0 0 0 1.5px rgba(14, 165, 233, 0.35) inset !important;
    border-color: #bae6fd !important;
}

.bento-cat-thumb {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background: #0f172a;
}

.bento-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-cat-card:hover .bento-cat-thumb img {
    transform: scale(1.08);
}

.bento-cat-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--da-radius-pill);
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: 750;
    color: #0284c7;
    border: 1px solid rgba(14, 165, 233, 0.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.bento-cat-price-pill {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(2, 132, 199, 0.88);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--da-radius-pill);
    border: 1px solid rgba(245, 158, 11, 0.4);
    z-index: 2;
}

.bento-cat-body {
    padding: 22px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.bento-cat-title {
    font-family: var(--da-font-display) !important;
    font-size: 1.22rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
    transition: color 0.2s ease;
}

.bento-cat-card:hover .bento-cat-title {
    color: #0284c7 !important;
}

.bento-cat-desc {
    font-size: 0.86rem !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
}

.bento-cat-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.bento-cat-btn {
    font-family: var(--da-font-display);
    font-size: 0.82rem;
    font-weight: 750;
    color: #0284c7;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease, color 0.2s ease;
}

.bento-cat-card:hover .bento-cat-btn {
    color: #0284c7;
    gap: 10px;
}

.cat-type-card {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1.5px solid rgba(226, 232, 240, 0.95) !important;
    border-radius: var(--da-radius-3d) !important;
    padding: 36px 24px !important;
    text-align: center;
    box-shadow: 0 15px 35px -5px rgba(2, 132, 199, 0.08),
                0 0 0 1px rgba(14, 165, 233, 0.1) inset !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d;
    perspective: 800px;
    position: relative;
    overflow: hidden;
}

.cat-type-card:hover {
    background: #ffffff !important;
    transform: translateY(-12px) scale(1.03) rotateX(4deg) !important;
    box-shadow: 0 30px 65px -10px rgba(2, 132, 199, 0.2),
                0 0 0 2px var(--da-pastel-sky-300) inset !important;
}

.cat-type-card .icon-box {
    width: 76px !important;
    height: 76px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    color: #0284c7 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.18) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.cat-type-card:hover .icon-box {
    transform: scale(1.15) rotate(6deg) !important;
    background: linear-gradient(135deg, #0284c7 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(2, 132, 199, 0.4) !important;
}

.cat-type-card h5 {
    color: var(--da-text-heading) !important;
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    margin-bottom: 6px !important;
    transition: color 0.3s ease;
}

.cat-type-card:hover h5 {
    color: #0284c7 !important;
}

.cat-type-card span {
    color: var(--da-text-muted) !important;
    font-weight: 500;
}

/* Category Specific Pastel Accents */
.cat-mint .icon-box {
    background: linear-gradient(135deg, var(--da-pastel-mint-100) 0%, var(--da-pastel-mint-200) 100%) !important;
    color: var(--da-pastel-mint-500) !important;
    box-shadow: 0 10px 25px var(--da-pastel-mint-glow) !important;
}
.cat-mint:hover .icon-box {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    color: #ffffff !important;
}

.cat-lavender .icon-box {
    background: linear-gradient(135deg, var(--da-pastel-lavender-100) 0%, var(--da-pastel-lavender-200) 100%) !important;
    color: #8b5cf6 !important;
    box-shadow: 0 10px 25px var(--da-pastel-lavender-glow) !important;
}
.cat-lavender:hover .icon-box {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
}

.cat-peach .icon-box {
    background: linear-gradient(135deg, var(--da-pastel-peach-100) 0%, var(--da-pastel-peach-200) 100%) !important;
    color: #d97706 !important;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.25) !important;
}
.cat-peach:hover .icon-box {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   5. LIVE STATS COUNTER SECTION (VIBRANT SWEET PASTEL 3D SYSTEM)
   ========================================================================== */

.stats-pastel-section {
    background: linear-gradient(135deg, #e0f2fe 0%, #fdfbf7 50%, #ede9fe 100%) !important;
    border-top: 1px solid rgba(56, 189, 248, 0.2);
    border-bottom: 1px solid rgba(56, 189, 248, 0.2);
    padding: 70px 0 !important;
    position: relative;
    overflow: hidden;
}

.stat-glass-card-3d {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: var(--da-radius-3d) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 20px 45px -10px rgba(2, 132, 199, 0.12),
                0 0 0 1px rgba(255, 255, 255, 0.8) inset !important;
    padding: 32px 20px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d;
}

.stat-glass-card-3d:hover {
    transform: translateY(-10px) scale(1.04) rotateX(4deg) !important;
    box-shadow: 0 30px 65px -10px rgba(2, 132, 199, 0.22),
                0 0 0 2px var(--da-pastel-sky-300) inset !important;
}

.stat-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.stat-number-text {
    font-family: var(--da-font-display) !important;
    font-size: clamp(2.2rem, 4vw, 3rem) !important;
    font-weight: 900 !important;
    color: var(--da-text-heading) !important;
    letter-spacing: -0.04em;
    line-height: 1 !important;
    margin-bottom: 6px;
    display: inline-block;
}

/* ==========================================================================
   6. 3D PROPERTY CARDS & SLIDER
   ========================================================================== */

.homy-3d-card, .vs-card {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(16px) !important;
    border-radius: var(--da-radius-3d) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 20px 45px -12px rgba(2, 132, 199, 0.1),
                0 0 0 1px rgba(14, 165, 233, 0.1) inset !important;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
    overflow: hidden;
}

.homy-3d-card:hover, .vs-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 35px 80px -15px rgba(2, 132, 199, 0.22),
                0 0 30px rgba(56, 189, 248, 0.2) !important;
    border-color: #bae6fd !important;
}

.badge-price, .vs-price-badge {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #d97706 100%) !important;
    color: #ffffff !important;
    font-family: var(--da-font-display) !important;
    font-weight: 800 !important;
    padding: 6px 16px !important;
    border-radius: var(--da-radius-pill) !important;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.badge-status {
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    border-radius: var(--da-radius-pill) !important;
    padding: 5px 14px !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
}

.vs-verified-badge {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    color: #0369a1 !important;
    font-weight: 700 !important;
    border-radius: var(--da-radius-pill) !important;
    padding: 5px 14px !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
    font-size: 0.78rem !important;
}

/* ==========================================================================
   7. ADVANTAGES SECTION (WHY CHOOSE DHARTI ACRES)
   ========================================================================== */

.advantage-card-pastel {
    border-radius: var(--da-radius-3d) !important;
    padding: 36px 28px !important;
    text-align: center;
    border: 1.5px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.advantage-card-pastel:hover {
    transform: translateY(-12px) scale(1.03) !important;
}

.advantage-card-sky {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
}
.advantage-card-sky:hover {
    box-shadow: 0 30px 65px rgba(14, 165, 233, 0.25) !important;
}

.advantage-card-mint {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%) !important;
}
.advantage-card-mint:hover {
    box-shadow: 0 30px 65px rgba(34, 197, 94, 0.22) !important;
}

.advantage-card-peach {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
}
.advantage-card-peach:hover {
    box-shadow: 0 30px 65px rgba(217, 119, 6, 0.22) !important;
}

/* ==========================================================================
   8. REALTY EXPO BANNER (ELEGANT SWEET GRADIENT)
   ========================================================================== */

.expo-banner-pastel {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 45%, #fffbeb 100%) !important;
    border-radius: var(--da-radius-3d) !important;
    box-shadow: 0 25px 60px -15px rgba(2, 132, 199, 0.15), 0 8px 20px -4px rgba(0, 0, 0, 0.04) !important;
    border: 1.5px solid #bae6fd !important;
    position: relative;
    overflow: hidden;
}

.expo-banner-pastel::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ==========================================================================
   9. LOCALITY TABS & SEO CARDS
   ========================================================================== */

.vs-locality-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 28px;
    scrollbar-width: none;
}

.vs-locality-tab {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1.5px solid #e0f2fe !important;
    color: var(--da-text-heading) !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    padding: 10px 22px !important;
    border-radius: var(--da-radius-pill) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.06) !important;
}

.vs-locality-tab:hover, .vs-locality-tab.active {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.35) !important;
    transform: translateY(-2px);
}

.vs-seo-card {
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: var(--da-radius-card) !important;
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
    padding: 24px !important;
    box-shadow: 0 15px 35px -8px rgba(2, 132, 199, 0.08) !important;
    transition: all 0.35s ease;
}

.vs-seo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px -10px rgba(2, 132, 199, 0.16) !important;
    border-color: #bae6fd !important;
}

/* ==========================================================================
   10. GROWW STYLE LOAN CALCULATOR TEASER
   ========================================================================== */

.groww-calculator-card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(25px) !important;
    border-radius: var(--da-radius-3d) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 25px 65px -12px rgba(2, 132, 199, 0.15),
                0 0 0 1px rgba(14, 165, 233, 0.15) inset !important;
    padding: 36px 32px !important;
}

.form-range::-webkit-slider-thumb {
    background: #0284c7 !important;
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.5) !important;
    transform: scale(1.2);
}

/* ==========================================================================
   11. PRELOADER REFINEMENT (FINX.IO & EDUWERKS LUXURY LIGHT 3D EXPERIENCE)
   ========================================================================== */

#dharti-preloader {
    background: #f8fafc !important;
}

.dharti-3d-vector-card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    border-radius: 36px !important;
    border: 1.5px solid rgba(0, 153, 229, 0.22) !important;
    box-shadow: 0 35px 90px -15px rgba(2, 132, 199, 0.18),
                0 0 35px rgba(14, 165, 233, 0.12) inset !important;
}

.card-status-text {
    color: #475569 !important;
}

.card-percent-num {
    color: #0284c7 !important;
}

/* ==========================================================================
   12. MASTER FOOTER & PRE-FOOTER CTA (SWEET PASTEL SYSTEM)
   ========================================================================== */

.pre-footer-cta {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 60%, #0369a1 100%) !important;
    border-top: 1px solid rgba(245, 158, 11, 0.25);
    box-shadow: 0 -10px 40px rgba(2, 132, 199, 0.2);
}

footer.bg-white {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border-top: 1px solid rgba(14, 165, 233, 0.15) !important;
}

/* ==========================================================================
   13. SCROLL REVEAL & 3D ANIMATION ENGINE CLASSES
   ========================================================================== */

.reveal-3d {
    opacity: 0;
    transform: translateY(40px) scale(0.96) rotateX(6deg);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center top;
}

.reveal-3d.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
}

.reveal-3d-left {
    opacity: 0;
    transform: translateX(-50px) rotateY(6deg);
    transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-3d-left.is-visible {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
}

.reveal-3d-right {
    opacity: 0;
    transform: translateX(50px) rotateY(-6deg);
    transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-3d-right.is-visible {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
}

.delay-1 { transition-delay: 0.12s !important; }
.delay-2 { transition-delay: 0.24s !important; }
.delay-3 { transition-delay: 0.36s !important; }
.delay-4 { transition-delay: 0.48s !important; }

/* Pulse Glow & Shimmer */
@keyframes softPulseGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(56, 189, 248, 0.2); }
    50% { box-shadow: 0 0 45px rgba(56, 189, 248, 0.5); }
}

.pulse-glow-soft {
    animation: softPulseGlow 4s infinite ease-in-out;
}

/* ==========================================================================
   9. INNER PAGE HERO & SWEET PASTEL SHOWCASE
   ========================================================================== */
.hero-inner-pastel {
    position: relative;
    background: linear-gradient(135deg, #e0f2fe 0%, #f8fafc 35%, #faf5ff 70%, #fff7ed 100%) !important;
    padding: 70px 0 60px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(56, 189, 248, 0.2);
    box-shadow: 0 10px 30px -10px rgba(2, 132, 199, 0.08);
}

.hero-inner-pastel .inner-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    pointer-events: none;
    opacity: 0.6;
}

.hero-inner-pastel .inner-orb-1 {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.45) 0%, transparent 70%);
    top: -80px;
    left: -60px;
    animation: floatAmbient3d 12s infinite alternate ease-in-out;
}

.hero-inner-pastel .inner-orb-2 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.35) 0%, transparent 70%);
    bottom: -60px;
    right: -40px;
    animation: floatAmbient3d 10s infinite alternate-reverse ease-in-out;
}

.hero-inner-pastel .inner-orb-3 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.3) 0%, transparent 70%);
    top: 40%;
    left: 45%;
    animation: floatAmbient3d 14s infinite alternate ease-in-out;
}

.hero-inner-pastel .hero-title-main {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a !important;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.hero-inner-pastel .hero-sub-main {
    color: #334155 !important;
    font-size: 1.05rem;
    max-width: 650px;
    line-height: 1.6;
}

/* Glass filter container */
.filter-card-pastel {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px -10px rgba(2, 132, 199, 0.1), 0 0 0 1px rgba(56, 189, 248, 0.1) inset !important;
}

.filter-card-pastel .form-control,
.filter-card-pastel .form-select {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    font-weight: 500;
    color: #1e293b !important;
    transition: all 0.25s ease;
}

.filter-card-pastel .form-control:focus,
.filter-card-pastel .form-select:focus {
    background: #ffffff !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2) !important;
}

/* Project card horizontal list 3D effect */
.project-card-horizontal-3d {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.07) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    overflow: hidden;
}

.project-card-horizontal-3d:hover {
    transform: translateY(-6px) scale(1.01) !important;
    box-shadow: 0 25px 45px -10px rgba(2, 132, 199, 0.18), 0 0 0 1px rgba(56, 189, 248, 0.3) inset !important;
    border-color: rgba(56, 189, 248, 0.4) !important;
}

/* ==========================================================================
   10. TACTILE 3D PASTEL BUTTONS
   ========================================================================== */
.btn-pastel-3d,
.btn-pastel-primary-3d,
.btn-pastel-3d-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 28px !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    font-size: 0.96rem !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #0284c7 100%) !important;
    border: none !important;
    border-radius: var(--da-radius-pill) !important;
    box-shadow: 0 10px 24px -4px rgba(2, 132, 199, 0.45),
                0 -2px 0 0 rgba(0, 0, 0, 0.15) inset,
                0 2px 0 0 rgba(255, 255, 255, 0.3) inset !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform: translateY(0) translateZ(0);
}

.btn-pastel-3d:hover,
.btn-pastel-primary-3d:hover,
.btn-pastel-3d-primary:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #0284c7 100%) !important;
    transform: translateY(-3px) scale(1.02) translateZ(10px) !important;
    box-shadow: 0 16px 32px -4px rgba(2, 132, 199, 0.55),
                0 -2px 0 0 rgba(0, 0, 0, 0.15) inset,
                0 2px 0 0 rgba(255, 255, 255, 0.45) inset !important;
}

.btn-pastel-3d:active,
.btn-pastel-primary-3d:active,
.btn-pastel-3d-primary:active {
    transform: translateY(1px) scale(0.98) !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35) !important;
}

.btn-pastel-3d-mint {
    color: #0369a1 !important;
    background: linear-gradient(135deg, #bae6fd 0%, #38bdf8 100%) !important;
    box-shadow: 0 10px 24px -4px rgba(56, 189, 248, 0.4),
                0 -2px 0 0 rgba(0, 0, 0, 0.1) inset,
                0 2px 0 0 rgba(255, 255, 255, 0.6) inset !important;
}

.btn-pastel-3d-mint:hover {
    color: #0284c7 !important;
    background: linear-gradient(135deg, #7dd3fc 0%, #0ea5e9 100%) !important;
    box-shadow: 0 16px 32px -4px rgba(14, 165, 233, 0.5) !important;
    transform: translateY(-3px) scale(1.02) !important;
}

.btn-pastel-glass-3d {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 26px !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    font-size: 0.96rem !important;
    color: #0284c7 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    border: 1.5px solid #bae6fd !important;
    border-radius: var(--da-radius-pill) !important;
    box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.1),
                0 1px 0 0 rgba(255, 255, 255, 0.9) inset !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn-pastel-glass-3d:hover {
    color: #0284c7 !important;
    background: #f0f9ff !important;
    border-color: #0284c7 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 14px 28px -4px rgba(2, 132, 199, 0.2) !important;
}

/* ==========================================================================
   14. WEBFLOW 3D TABLET / LAPTOP & DRIBBBLE CYBER-LUXURY PROPTECH SYSTEM
   Inspires:
   - Webflow 3D Tablet Scroll Animation (Device tilt, rotate, scale on scroll)
   - Dribbble 3D Mobile / FX Trading (High-contrast aurora mesh, kinetic text, glowing pills)
   - Eduwerks (Clean proptech layout, rounded pill capsules, avatar stack, crisp typography)
   - Magnific (Realistic Laptop/Tablet landing showcase with live dashboard UI)
   ========================================================================== */

:root {
    --da-cyber-dark: #070c18;
    --da-cyber-dark-card: rgba(15, 23, 42, 0.78);
    --da-cyber-cyan: #0ea5e9;
    --da-cyber-cyan-glow: rgba(14, 165, 233, 0.4);
    --da-cyber-blue: #0284c7;
    --da-cyber-blue-deep: #0284c7;
    --da-light-azure: #0284c7;
    --da-light-azure-deep: #0284c7;
    --da-light-cyan: #0284c7;
    --da-light-lavender: #c084fc;
    --da-light-mint: #0ea5e9;
    --da-light-gold: #f59e0b;
    --da-light-card-bg: #ffffff;
    --da-light-card-border: rgba(226, 232, 240, 0.9);
    --da-light-card-shadow: 0 20px 50px -10px rgba(2, 132, 199, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    --da-light-card-shadow-hover: 0 30px 65px -12px rgba(2, 132, 199, 0.18), 0 0 0 1.5px rgba(14, 165, 233, 0.35) inset;
}

/* ── Finx.io & Eduwerks Pristine Light 3D Master Hero Stage ── */
.hero-cyber-3d, .hero-finx-light {
    position: relative;
    background: radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.14) 0%, transparent 45%),
                radial-gradient(circle at 88% 28%, rgba(217, 119, 6, 0.12) 0%, transparent 45%),
                radial-gradient(circle at 50% 82%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
                linear-gradient(180deg, #fcfbf9 0%, #ffffff 50%, #f8fafc 100%) !important;
    padding: 60px 0 100px !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

/* Light Ambient Floating Pastel Orbs */
.cyber-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}

.cyber-orb-cyan {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, rgba(14, 165, 233, 0.08) 50%, transparent 70%);
    top: -120px;
    right: 5%;
    animation: floatLightOrb 14s ease-in-out infinite alternate;
}

.cyber-orb-indigo {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(217, 119, 6, 0.08) 50%, transparent 70%);
    bottom: -100px;
    left: 2%;
    animation: floatLightOrb 18s ease-in-out infinite alternate-reverse;
}

.cyber-grid-mesh {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(2, 132, 199, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(2, 132, 199, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 65%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 65%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

@keyframes floatLightOrb {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(40px, -50px, 0) scale(1.08); }
    100% { transform: translate3d(-30px, 30px, 0) scale(0.95); }
}

/* ── Eduwerks + Dribbble Kinetic Typography & Badges ── */
.badge-eduwerks-pill, .badge-eduwerks-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(14, 165, 233, 0.4);
    box-shadow: 0 4px 18px rgba(2, 132, 199, 0.08), inset 0 0 10px rgba(14, 165, 233, 0.06);
    color: #0284c7;
    font-family: var(--da-font-display);
    font-weight: 700;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    padding: 8px 18px;
    border-radius: var(--da-radius-pill);
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.badge-eduwerks-pill:hover, .badge-eduwerks-light:hover {
    border-color: #0284c7;
    box-shadow: 0 6px 24px rgba(2, 132, 199, 0.18);
    color: #0284c7;
    transform: translateY(-2px);
}

.pill-pulse-dot {
    width: 9px;
    height: 9px;
    background: #0ea5e9;
    border-radius: 50%;
    box-shadow: 0 0 10px #0ea5e9, 0 0 18px rgba(14, 165, 233, 0.6);
    animation: pulseDotLight 2s infinite ease-in-out;
}

@keyframes pulseDotLight {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.65; }
}

/* Dribbble-Style Kinetic Shimmering Text Gradient (Pristine Light Edition) */
.text-kinetic-gradient, .text-kinetic-gradient-light {
    background: linear-gradient(90deg, #0284c7 0%, #0284c7 25%, #d97706 50%, #0284c7 75%, #0284c7 100%);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmerLight 5s linear infinite;
    display: inline-block;
    filter: drop-shadow(0 4px 15px rgba(2, 132, 199, 0.15));
    font-weight: 900;
}

@keyframes textShimmerLight {
    0% { background-position: 0% center; }
    100% { background-position: 250% center; }
}

.hero-cyber-title, .hero-finx-title {
    color: #0f172a !important;
    font-size: clamp(2.4rem, 5.2vw, 4.4rem) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
}

.hero-cyber-desc, .hero-finx-desc {
    color: #475569 !important;
    font-size: clamp(1.05rem, 1.3vw, 1.25rem) !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

/* Eduwerks-Style Social Proof Stack (Light Theme) */
.eduwerks-proof-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(226, 232, 240, 0.9);
    padding: 8px 18px;
    border-radius: var(--da-radius-pill);
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.08), 0 0 0 1px #ffffff inset;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-stack img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2.5px solid #ffffff;
    margin-left: -10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.avatar-stack-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fef08a, #f59e0b);
    color: #78350f;
    font-weight: 800;
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2.5px solid #ffffff;
    margin-left: -10px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.25);
}

/* 3D Action Buttons (Light Theme) */
.btn-cyber-primary, .btn-3d-light-primary {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #0284c7 100%) !important;
    color: #ffffff !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 13px 30px !important;
    border-radius: var(--da-radius-pill) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 12px 28px -4px rgba(2, 132, 199, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.btn-cyber-primary::before, .btn-3d-light-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
}

.btn-cyber-primary:hover::before, .btn-3d-light-primary:hover::before {
    left: 150%;
}

.btn-cyber-primary:hover, .btn-3d-light-primary:hover {
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 18px 40px -5px rgba(2, 132, 199, 0.6), 0 0 25px rgba(56, 189, 248, 0.4) !important;
}

.btn-cyber-outline, .btn-3d-light-outline {
    background: #ffffff !important;
    border: 1.5px solid #bae6fd !important;
    color: #0284c7 !important;
    font-family: var(--da-font-display) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 12px 28px !important;
    border-radius: var(--da-radius-pill) !important;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

.btn-cyber-outline:hover, .btn-3d-light-outline:hover {
    background: #f0f9ff !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 30px rgba(2, 132, 199, 0.2) !important;
}

.btn-3d-luxury {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #0284c7 100%) !important;
    color: #ffffff !important;
    font-family: var(--da-font-display) !important;
    font-weight: 750 !important;
    font-size: 1rem !important;
    padding: 13px 30px !important;
    border-radius: var(--da-radius-pill) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 12px 28px -4px rgba(2, 132, 199, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn-3d-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
}

.btn-3d-luxury:hover::before {
    left: 150%;
}

.btn-3d-luxury:hover {
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 18px 40px -5px rgba(2, 132, 199, 0.6), 0 0 25px rgba(56, 189, 248, 0.4) !important;
}

/* ==========================================================================
   15. 3D ANIMATED TYPOGRAPHY & CINEMATIC ARCHITECTURAL SHOWCASE
   ========================================================================== */

/* ── 3D Animated Typography Engine ── */
.text-3d-luxury {
    font-family: var(--da-font-display);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9),
                 0 3px 6px rgba(2, 132, 199, 0.12),
                 0 10px 24px rgba(15, 23, 42, 0.08);
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.text-3d-luxury:hover {
    transform: translateY(-2px) scale(1.01);
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.9),
                 0 6px 14px rgba(2, 132, 199, 0.18),
                 0 16px 32px rgba(15, 23, 42, 0.12);
}

.text-3d-shimmer {
    background: linear-gradient(115deg, #0284c7 0%, #0ea5e9 28%, #d97706 50%, #0284c7 75%, #0284c7 100%);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
    animation: text3DShimmerFlow 5s ease-in-out infinite;
    display: inline-block;
    font-weight: 900;
    filter: drop-shadow(0 2px 6px rgba(2, 132, 199, 0.25));
}

@keyframes text3DShimmerFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.text-3d-emboss {
    text-shadow: 0 1px 0 #ffffff, 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.hero-pastel-title {
    font-family: var(--da-font-display);
    font-weight: 850;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
    color: #0f172a;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.9), 0 8px 24px rgba(2, 132, 199, 0.08);
}

.hero-pastel-desc {
    color: #475569;
    font-size: clamp(1.02rem, 1.18vw, 1.15rem);
    line-height: 1.65;
    font-weight: 500;
}

/* ── Cinematic 3D Architectural Villa Showcase Stage ── */
.architectural-stage-3d, .device-stage-3d {
    perspective: 1400px;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    z-index: 10;
}

/* Multi-Dimensional Luxury Villa Canvas (Animated by Scroll & Gyroscope Tilt) */
.villa-card-main, .device-mockup-tablet, .device-mockup-tablet-light {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 40%, #f0f9ff 100%);
    border-radius: 32px;
    padding: 14px;
    box-shadow: 0 35px 85px -15px rgba(2, 132, 199, 0.22),
                0 15px 35px -8px rgba(15, 23, 42, 0.05),
                0 0 0 1.5px rgba(226, 232, 240, 0.95),
                inset 0 1px 2px #ffffff;
    transform-style: preserve-3d;
    transform: perspective(1400px) rotateX(16deg) rotateY(-8deg) rotateZ(1deg) scale(0.96);
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.35s ease;
    will-change: transform;
}

/* High-Resolution Architectural Frame */
.villa-card-image-wrap, .device-screen-body {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 380px;
    background: #0f172a;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
    transform-style: preserve-3d;
}

.villa-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.villa-card-main:hover .villa-card-image-wrap img {
    transform: scale(1.06);
}

/* Realistic Glass Reflection Sheen & Dynamic Mouse Specular */
.villa-glare, .device-screen-glare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.12) 30%, transparent 60%);
    z-index: 6;
    border-radius: inherit;
    transition: opacity 0.3s ease;
}

.villa-mouse-specular, .device-mouse-specular {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(56, 189, 248, 0.2) 45%, transparent 65%);
    opacity: 0;
    z-index: 7;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

/* Floating Top Overlays on the Villa */
.villa-top-bar {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 8;
    pointer-events: none;
}

.villa-status-badge {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(14, 165, 233, 0.4);
    border-radius: var(--da-radius-pill);
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0ea5e9;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: auto;
}

.villa-status-pulse {
    width: 8px;
    height: 8px;
    background: #0ea5e9;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.35);
    animation: villaPulse 1.8s infinite;
}

@keyframes villaPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.villa-price-ribbon {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 55%, #d97706 100%);
    color: #ffffff;
    font-family: var(--da-font-display);
    font-weight: 800;
    font-size: 0.9rem;
    padding: 6px 16px;
    border-radius: var(--da-radius-pill);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: auto;
}

/* Floating Bottom Architectural Glass Deck */
.villa-glass-deck {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    z-index: 8;
}

.villa-deck-title {
    font-family: var(--da-font-display);
    font-weight: 800;
    font-size: 1.12rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.villa-deck-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 12px;
}

.villa-deck-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.villa-deck-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

/* Orbiting 3D Floating Badges (Finx.io Style Pure White Glass) */
.orbit-badge-3d, .orbit-badge-3d-light {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    padding: 12px 18px;
    box-shadow: 0 20px 45px -5px rgba(2, 132, 199, 0.12), 0 0 0 1px #ffffff inset;
    z-index: 12;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.orbit-badge-3d:hover, .orbit-badge-3d-light:hover {
    box-shadow: 0 25px 55px -5px rgba(2, 132, 199, 0.22), 0 0 0 1.5px rgba(14, 165, 233, 0.4) inset;
}

/* Badge 1: 100% Clear Title (Top Right) */
.badge-clear-title {
    top: -24px;
    right: -24px;
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 20px 45px rgba(14, 165, 233, 0.15), 0 0 0 1px #ffffff inset;
    animation: floatBadge1 6s ease-in-out infinite alternate;
}

/* Badge 2: +18.4% Annual ROI (Bottom Left) */
.badge-roi-growth {
    bottom: -20px;
    left: -28px;
    border-color: rgba(217, 119, 6, 0.35);
    box-shadow: 0 20px 45px rgba(217, 119, 6, 0.15), 0 0 0 1px #ffffff inset;
    animation: floatBadge2 7s ease-in-out infinite alternate -2s;
}

/* Badge 3: RERA Verified Stamp (Top Left) */
.badge-rera-top {
    top: 45%;
    left: -35px;
    border-color: rgba(192, 132, 252, 0.4);
    box-shadow: 0 20px 45px rgba(192, 132, 252, 0.15), 0 0 0 1px #ffffff inset;
    animation: floatBadge3 8s ease-in-out infinite alternate -3.5s;
}

@keyframes floatBadge1 {
    0% { transform: translate3d(0, 0, 45px); }
    100% { transform: translate3d(0, -12px, 55px); }
}

@keyframes floatBadge2 {
    0% { transform: translate3d(0, 0, 50px); }
    100% { transform: translate3d(0, 12px, 60px); }
}

@keyframes floatBadge3 {
    0% { transform: translate3d(0, 0, 40px); }
    100% { transform: translate3d(-6px, -8px, 48px); }
}

/* ── Finx.io Floating Search Deck (VitalSpace Multi-Filter in Pure White 3D Glass) ── */
.vs-cyber-container, .vs-light-container {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: 28px !important;
    box-shadow: 0 25px 65px -10px rgba(2, 132, 199, 0.12),
                0 0 0 1px #ffffff inset !important;
    padding: 24px 28px !important;
    transition: all 0.35s ease;
    position: relative;
    z-index: 20;
}

.vs-cyber-container:focus-within, .vs-light-container:focus-within {
    border-color: rgba(14, 165, 233, 0.6) !important;
    box-shadow: 0 30px 80px -10px rgba(2, 132, 199, 0.2),
                0 0 0 1.5px rgba(14, 165, 233, 0.4) inset !important;
    transform: translateY(-3px);
}

.vs-cyber-input {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 14px !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.vs-cyber-input:focus {
    background: #ffffff !important;
    border-color: #0284c7 !important;
    color: #0f172a !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15) !important;
}

.vs-cyber-pill-btn {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #334155 !important;
    font-family: var(--da-font-display) !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    padding: 8px 18px !important;
    border-radius: var(--da-radius-pill) !important;
    transition: all 0.25s ease !important;
}

.vs-cyber-pill-btn:hover, .vs-cyber-pill-btn.active-pill {
    background: rgba(14, 165, 233, 0.08) !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.15) !important;
}

.vs-cyber-pill-btn.has-selection {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.2) 100%) !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    font-weight: 700 !important;
}

/* Light Dropdown Panels */
.vs-dropdown-panel {
    background: #ffffff !important;
    backdrop-filter: blur(24px) !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 60px rgba(2, 132, 199, 0.15) !important;
    color: #0f172a !important;
}

.vs-dropdown-panel .vs-chip {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    transition: all 0.2s ease;
}

.vs-dropdown-panel .vs-chip:hover {
    background: rgba(14, 165, 233, 0.08) !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
}

.vs-dropdown-panel .vs-chip.selected {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(2, 132, 199, 0.4) !important;
    font-weight: 700 !important;
}

/* ── Finx.io 3D Card Class for All Pages ── */
.card-3d-finx {
    background: #ffffff !important;
    border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 45px -10px rgba(2, 132, 199, 0.08), 0 0 0 1px #ffffff inset !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.card-3d-finx:hover {
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: 0 30px 65px -12px rgba(2, 132, 199, 0.18), 0 0 0 1.5px rgba(14, 165, 233, 0.35) inset !important;
}

/* ── Mobile Responsive Refinement (Flawless View on Phones) ── */
@media (max-width: 991px) {
    .hero-cyber-3d, .hero-finx-light {
        padding: 40px 0 70px !important;
    }

    .device-stage-3d {
        max-width: 100% !important;
        margin-top: 30px;
    }

    .device-mockup-tablet, .device-mockup-tablet-light {
        transform: perspective(1000px) rotateX(8deg) rotateY(0deg) scale(1) !important;
        border-radius: 24px;
        padding: 10px 10px 14px;
    }

    .screen-live-featured {
        height: 180px;
    }

    /* Keep floating badges inside viewport boundaries without horizontal scroll */
    .badge-clear-title {
        top: -16px;
        right: 0px;
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .badge-roi-growth {
        bottom: -16px;
        left: 0px;
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .badge-rera-top {
        display: none; /* Hide 3rd badge on mobile to avoid clutter */
    }

    .vs-cyber-container, .vs-light-container {
        padding: 18px 16px !important;
        border-radius: 20px !important;
    }
}

@media (max-width: 576px) {
    .hero-cyber-title, .hero-finx-title {
        font-size: 2.1rem !important;
    }

    .hero-cyber-desc, .hero-finx-desc {
        font-size: 0.96rem !important;
    }

    .badge-eduwerks-pill, .badge-eduwerks-light {
        font-size: 0.72rem;
        padding: 6px 12px;
    }

    .btn-cyber-primary, .btn-cyber-outline, .btn-3d-light-primary, .btn-3d-light-outline {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   EDUWERKS-STYLE FLOATING CAPSULE DOCK HEADER
   ========================================================================== */
.eduwerks-floating-dock-wrap {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 0 16px;
    pointer-events: none;
}

.eduwerks-floating-dock {
    pointer-events: auto;
    width: 100%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    padding: 8px 14px 8px 22px;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.08), 
                0 0 0 1px rgba(226, 232, 240, 0.6) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.eduwerks-floating-dock:hover {
    box-shadow: 0 25px 55px -10px rgba(15, 23, 42, 0.12), 
                0 0 0 1.5px rgba(255, 255, 255, 1) inset;
    background: rgba(255, 255, 255, 0.96);
}

.dock-brand-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.dock-pulse-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.25);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0ea5e9;
    margin-left: 10px;
}

.dock-pulse-dot {
    width: 7px;
    height: 7px;
    background: #0ea5e9;
    border-radius: 50%;
    animation: dockPulse 2s infinite;
}

@keyframes dockPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; }
}

.dock-nav-pills {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(241, 245, 249, 0.65);
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.7);
}

.dock-nav-item {
    font-family: var(--da-font-display);
    font-size: 0.86rem;
    font-weight: 700;
    color: #475569;
    padding: 7px 16px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dock-nav-item:hover {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dock-nav-item.active {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.dock-phone-link {
    font-family: var(--da-font-display);
    font-size: 0.84rem;
    font-weight: 750;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.dock-phone-link:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0ea5e9;
    transform: translateY(-1px);
}

.dock-cta-btn {
    font-family: var(--da-font-display);
    font-size: 0.86rem;
    font-weight: 800;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #d97706 100%);
    background-size: 200% auto;
    padding: 9px 20px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.3);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dock-cta-btn:hover {
    background-position: right center;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.4);
}

/* ==========================================================================
   FINX.IO & WEBFLOW 3D TABLET INTERACTIVE DEVICE CANVAS
   ========================================================================== */
.tablet-perspective-viewport {
    perspective: 1400px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.device-tablet-3d {
    width: 100%;
    max-width: 580px;
    border-radius: 36px;
    background: #1e293b;
    padding: 14px;
    box-shadow: 
        0 30px 70px -15px rgba(15, 23, 42, 0.35),
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 0 0 2px #334155,
        0 0 0 4px #0f172a;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(12deg) rotateY(-8deg) rotateZ(2deg);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.device-tablet-3d:hover {
    transform: rotateX(5deg) rotateY(-3deg) rotateZ(0deg) scale3d(1.02, 1.02, 1.02);
    box-shadow: 
        0 45px 95px -15px rgba(15, 23, 42, 0.4),
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 2px #475569,
        0 0 0 4px #0f172a;
}

.device-camera-dot {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #090d16;
    border: 1px solid #334155;
    border-radius: 50%;
    z-index: 20;
}

.device-screen-3d {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    height: 380px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transform-style: preserve-3d;
}

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

.device-tablet-3d:hover .device-screen-img {
    transform: scale(1.04);
}

.screen-hud-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, transparent 40%, rgba(15, 23, 42, 0.75) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    pointer-events: none;
    z-index: 2;
}

.screen-hud-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hud-pill {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.screen-hud-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hud-property-info {
    color: #ffffff;
}

.hud-property-title {
    font-family: var(--da-font-display);
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 2px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.hud-property-meta {
    font-size: 0.76rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-pin-3d {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #0284c7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(14, 165, 233, 0.4);
    z-index: 5;
    animation: pinBounce 3s ease-in-out infinite alternate;
}

.pin-vaishnodevi {
    top: 35%;
    left: 18%;
    animation-delay: 0s;
}

.pin-sghighway {
    top: 55%;
    right: 22%;
    animation-delay: -1.5s;
}

@keyframes pinBounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

.holo-z-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 12px 18px;
    box-shadow: 0 20px 45px -5px rgba(15, 23, 42, 0.15), 0 0 0 1px #ffffff inset;
    transform-style: preserve-3d;
    z-index: 25;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.holo-z-card:hover {
    box-shadow: 0 28px 60px -5px rgba(2, 132, 199, 0.22);
}

.holo-card-roi {
    bottom: -22px;
    left: -30px;
    transform: translateZ(80px);
    animation: holoFloat1 5s ease-in-out infinite alternate;
}

.holo-card-seal {
    top: -24px;
    right: -25px;
    transform: translateZ(90px);
    animation: holoFloat2 6s ease-in-out infinite alternate -2s;
}

.holo-card-tour {
    top: 45%;
    left: -35px;
    transform: translateZ(70px);
    animation: holoFloat3 7s ease-in-out infinite alternate -3.5s;
}

@keyframes holoFloat1 {
    0% { transform: translateZ(80px) translateY(0); }
    100% { transform: translateZ(95px) translateY(-10px); }
}

@keyframes holoFloat2 {
    0% { transform: translateZ(90px) translateY(0); }
    100% { transform: translateZ(105px) translateY(12px); }
}

@keyframes holoFloat3 {
    0% { transform: translateZ(70px) translateY(0); }
    100% { transform: translateZ(85px) translateY(-8px); }
}

/* ==========================================================================
   EDUWERKS 3D PASTEL BENTO GRID
   ========================================================================== */
.bento-eduwerks-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.bento-eduwerks-card {
    border-radius: 32px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    border: 2.5px solid #ffffff;
}

.bento-eduwerks-card:hover {
    transform: translateY(-10px) scale3d(1.02, 1.02, 1.02);
    box-shadow: 0 30px 65px -10px rgba(15, 23, 42, 0.12);
}

.bento-card-mint {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    grid-column: span 6;
}

.bento-card-sand {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    grid-column: span 6;
}

.bento-card-sky {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    grid-column: span 6;
}

.bento-card-peach {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    grid-column: span 6;
}

.bento-media-cut {
    height: 190px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    position: relative;
}

.bento-media-cut img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-eduwerks-card:hover .bento-media-cut img {
    transform: scale(1.08);
}

@media (max-width: 991px) {
    .bento-card-mint, .bento-card-sand, .bento-card-sky, .bento-card-peach {
        grid-column: span 12;
    }
    .device-tablet-3d {
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }
    .holo-z-card {
        display: none;
    }
    .eduwerks-floating-dock {
        border-radius: 24px;
        padding: 10px 16px;
    }
}

/* ==========================================================================
   KINETIC 3D TYPOGRAPHY & LOGO AZURE ANIMATIONS
   ========================================================================== */
@keyframes textShimmerCyan {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.text-3d-shimmer-blue {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 25%, #38bdf8 50%, #0369a1 75%, #0284c7 100%);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmerCyan 4s ease infinite;
    display: inline-block;
    font-weight: 900;
}

.badge-kinetic-glow {
    background: rgba(2, 132, 199, 0.08) !important;
    border: 1.5px solid rgba(14, 165, 233, 0.4) !important;
    color: #0284c7 !important;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.25) !important;
    animation: pulseGlowBlue 3s infinite ease-in-out;
}

@keyframes pulseGlowBlue {
    0%, 100% { box-shadow: 0 4px 15px rgba(14, 165, 233, 0.2); transform: translateY(0); }
    50% { box-shadow: 0 8px 25px rgba(14, 165, 233, 0.45); transform: translateY(-2px); }
}

/* 3D Kinetic Flipping Words Engine (Webflow & Finx.io Style) */
.kinetic-flip-container {
    perspective: 1200px;
    transform-style: preserve-3d;
    vertical-align: bottom;
    display: inline-block;
    min-height: 1.25em;
    position: relative;
    padding-bottom: 4px;
}

.kinetic-flip-word {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transform: rotateX(-90deg) translateZ(30px);
    transform-origin: center bottom;
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    display: inline-block;
}

.kinetic-flip-word.active {
    position: relative;
    opacity: 1;
    transform: rotateX(0deg) translateZ(0);
    pointer-events: auto;
}

.kinetic-flip-word.out {
    opacity: 0;
    transform: rotateX(90deg) translateZ(-30px);
    transform-origin: center top;
}

/* ==========================================================================
   ABOUT US 3D INTERACTIVE & ANIMATED ARCHITECTURE
   ========================================================================== */
.about-hero-3d {
    position: relative;
    background: radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.2) 0%, transparent 45%),
                radial-gradient(circle at 15% 75%, rgba(2, 132, 199, 0.12) 0%, transparent 55%),
                linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
    padding: 70px 0 60px;
    overflow: hidden;
    border-bottom: 1px solid #e0f2fe;
}

.about-card-glass-3d {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 25px 60px -10px rgba(2, 132, 199, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    transform-style: preserve-3d;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card-glass-3d:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 35px 80px -12px rgba(2, 132, 199, 0.22);
}

.about-stage-3d {
    perspective: 1200px;
    transform-style: preserve-3d;
    position: relative;
}

.about-floating-card-3d {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px -15px rgba(2, 132, 199, 0.25), 0 0 0 2px #ffffff;
    transform: rotateY(-6deg) rotateX(4deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-floating-card-3d:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 0 40px 90px -15px rgba(2, 132, 199, 0.35);
}

.mv-bento-card-3d {
    background: #ffffff;
    border-radius: 32px;
    border: 1.5px solid #e0f2fe;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
}

.mv-bento-card-3d:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 35px 75px -15px rgba(2, 132, 199, 0.18);
    border-color: #7dd3fc;
}

.founder-card-3d {
    background: #ffffff;
    border-radius: 36px;
    border: 2px solid #e0f2fe;
    padding: 40px;
    box-shadow: 0 25px 60px -10px rgba(2, 132, 199, 0.12);
    transform-style: preserve-3d;
    position: relative;
}

.pillar-3d-box {
    background: #ffffff;
    border-radius: 28px;
    border: 1.5px solid #e2e8f0;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.pillar-3d-box:hover {
    transform: translateY(-10px) scale(1.04);
    border-color: #38bdf8;
    box-shadow: 0 25px 60px -10px rgba(2, 132, 199, 0.2);
}

/* ==========================================================================
   KINETIC SCROLL REVEAL (LEFT / RIGHT / UP)
   ========================================================================== */
.reveal-left {
    opacity: 0;
    transform: translateX(-70px) scale(0.97);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-right {
    opacity: 0;
    transform: translateX(70px) scale(0.97);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-up {
    opacity: 0;
    transform: translateY(50px) scale(0.97);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-up.is-visible {
    opacity: 1 !important;
    transform: translate(0, 0) scale(1) !important;
}

.delay-1 { transition-delay: 0.12s !important; }
.delay-2 { transition-delay: 0.24s !important; }
.delay-3 { transition-delay: 0.36s !important; }
.delay-4 { transition-delay: 0.48s !important; }

/* ==========================================================================
   SOLID HIGH-CONTRAST KINETIC TYPOGRAPHY (CRYSTAL CLEAR READABILITY)
   ========================================================================== */
.text-kinetic-solid-blue {
    color: #0284c7 !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 35%, #0284c7 70%, #0369a1 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
    filter: drop-shadow(0 3px 10px rgba(2, 132, 199, 0.3)) !important;
    font-weight: 900 !important;
    -webkit-text-stroke: 0px transparent !important;
    display: inline-block !important;
}

/* ==========================================================================
   3D ARCHITECTURAL VILLA SHOWCASE CANVAS (ABOUT US)
   ========================================================================== */
.arch-3d-stage {
    perspective: 1400px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    position: relative;
    padding: 20px 10px;
}

.arch-3d-card {
    position: relative;
    border-radius: 36px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f0f9ff 100%);
    border: 2px solid rgba(255, 255, 255, 0.95);
    padding: 12px;
    box-shadow: 0 35px 85px -15px rgba(2, 132, 199, 0.25), 0 0 0 1.5px rgba(14, 165, 233, 0.25) inset;
    transform: rotateY(-8deg) rotateX(6deg);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.arch-3d-card:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 0 45px 100px -15px rgba(2, 132, 199, 0.35);
}

.arch-media-frame {
    height: 400px;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
}

.arch-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.arch-3d-card:hover .arch-media-frame img {
    transform: scale(1.07);
}

.arch-pin-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border: 1.5px solid rgba(14, 165, 233, 0.4);
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #0284c7;
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.22);
    z-index: 10;
    transform: translateZ(50px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.arch-pin-top-left {
    top: 24px;
    left: 24px;
}

.arch-pin-bottom-right {
    bottom: 24px;
    right: 24px;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.45);
}

.arch-floating-stamp {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 18px 22px;
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(14, 165, 233, 0.2) inset;
    transform: translateZ(60px);
    z-index: 12;
    animation: floatBadge3d_A 5s ease-in-out infinite alternate;
}

/* ==========================================================================
   HIGH-IMPACT 3D MISSION & VISION HOLOGRAPHIC CARDS
   ========================================================================== */
.mv-holo-stage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.mv-holo-card {
    background: #ffffff;
    border-radius: 36px;
    padding: 44px 38px;
    border: 2px solid #e0f2fe;
    box-shadow: 0 25px 60px -10px rgba(15, 23, 42, 0.08), 0 0 0 1px #ffffff inset;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.mv-holo-card:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 35px 85px -12px rgba(2, 132, 199, 0.22);
    border-color: #38bdf8;
}

.mv-holo-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0284c7, #0ea5e9, #38bdf8);
}

.mv-holo-card-vision::after {
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #d97706);
}

.mv-holo-icon-3d {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    color: #ffffff;
    margin-bottom: 26px;
    box-shadow: 0 14px 32px rgba(2, 132, 199, 0.35);
    transition: transform 0.4s ease;
}

.mv-holo-card:hover .mv-holo-icon-3d {
    transform: scale(1.12) rotate(6deg);
}

@media (max-width: 991px) {
    .mv-holo-stage {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   LUXURY DARK OBSIDIAN MASTER FOOTER
   ========================================================================== */
.luxury-footer-dark {
    background: linear-gradient(180deg, #070d1e 0%, #0a1329 50%, #040813 100%) !important;
    color: #e2e8f0 !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(56, 189, 248, 0.25);
}

.luxury-footer-dark .footer-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

.luxury-footer-dark .footer-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.35;
    z-index: 1;
}
.footer-glow-orb-1 { width: 500px; height: 500px; background: rgba(2, 132, 199, 0.25); top: -150px; left: 10%; }
.footer-glow-orb-2 { width: 450px; height: 450px; background: rgba(56, 189, 248, 0.18); bottom: -100px; right: 5%; }

.footer-vip-banner-wrap {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.footer-vip-banner {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(10, 25, 47, 0.98) 100%);
    backdrop-filter: blur(20px);
    border: 1.5px solid rgba(56, 189, 248, 0.35);
    border-radius: 32px;
    padding: 36px 42px;
    box-shadow: 0 25px 65px -10px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    position: relative;
    overflow: hidden;
}

.footer-vip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0284c7, #38bdf8, #f59e0b, #0ea5e9);
}

.luxury-footer-dark .footer-link {
    color: #94a3b8 !important;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
}

.luxury-footer-dark .footer-link:hover {
    color: #38bdf8 !important;
    transform: translateX(6px);
}

.footer-social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.8);
    border: 1.5px solid rgba(56, 189, 248, 0.25);
    color: #e2e8f0;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.footer-social-btn:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #ffffff !important;
    border-color: #38bdf8;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.45);
}

.footer-office-card {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(14px);
    border: 1.5px solid rgba(56, 189, 248, 0.2);
    border-radius: 24px;
    padding: 22px;
    transition: all 0.3s ease;
}

.footer-office-card:hover {
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(15, 23, 42, 0.85);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.footer-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    font-size: 0.76rem;
    font-weight: 700;
}

/* ==========================================================================
   ENHANCED LUXURY FLOATING NAVBAR
   ========================================================================== */
.eduwerks-floating-dock {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(28px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(200%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 22px !important;
    padding: 10px 18px 10px 24px !important;
    box-shadow: 0 18px 45px -10px rgba(15, 23, 42, 0.1), 
                0 0 0 1.5px rgba(14, 165, 233, 0.18) inset !important;
}

.dock-nav-pills {
    background: rgba(241, 245, 249, 0.7) !important;
    padding: 5px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(203, 213, 225, 0.6) !important;
}

.dock-nav-item {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    padding: 8px 18px !important;
    border-radius: 12px !important;
    letter-spacing: 0.02em !important;
}

.dock-nav-item:hover {
    color: #0284c7 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.1) !important;
}

.dock-nav-item.active {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35) !important;
}

.dock-cta-btn {
    font-size: 0.88rem !important;
    padding: 10px 22px !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.dock-cta-btn:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 10px 28px rgba(2, 132, 199, 0.48) !important;
}

/* ==========================================================================
   1. 3D INTERACTIVE HOLOGRAPHIC KNOWLEDGE & FAQ SUITE
   ========================================================================== */
.faq-3d-suite {
    background: radial-gradient(circle at 85% 15%, rgba(14, 165, 233, 0.08) 0%, transparent 45%),
                radial-gradient(circle at 15% 85%, rgba(2, 132, 199, 0.06) 0%, transparent 45%),
                linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
    padding: 85px 0 95px;
    border-top: 1px solid #e0f2fe;
    border-bottom: 1px solid #e0f2fe;
}

.faq-3d-help-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.96) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid #bae6fd;
    border-radius: 32px;
    padding: 38px 32px;
    box-shadow: 0 25px 60px -10px rgba(2, 132, 199, 0.14), 0 0 0 1px #ffffff inset;
    position: sticky;
    top: 110px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-3d-help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 75px -10px rgba(2, 132, 199, 0.22);
    border-color: #38bdf8;
}

.faq-help-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e0f2fe;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.04);
}

.faq-3d-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1.5px solid #e0f2fe;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-3d-card:hover {
    transform: translateY(-4px);
    border-color: #7dd3fc;
    box-shadow: 0 18px 45px -8px rgba(2, 132, 199, 0.14);
}

.faq-3d-card.active-card {
    border-color: #0284c7;
    background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
    box-shadow: 0 18px 45px -8px rgba(2, 132, 199, 0.16);
}

.faq-3d-header-btn {
    width: 100%;
    padding: 22px 26px;
    border: none;
    background: transparent;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-3d-header-btn:focus {
    outline: none;
}

.faq-3d-num-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
    border: 1.5px solid #bae6fd;
    color: #0284c7;
    font-weight: 900;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.12);
    transition: all 0.3s ease;
}

.faq-3d-card:hover .faq-3d-num-badge,
.faq-3d-card.active-card .faq-3d-num-badge {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35);
    transform: scale(1.05);
}

.faq-3d-q-text {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    font-family: var(--da-font-display, inherit);
    margin: 0;
    flex: 1;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.faq-3d-card:hover .faq-3d-q-text,
.faq-3d-card.active-card .faq-3d-q-text {
    color: #0284c7;
}

.faq-3d-toggle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-3d-card.active-card .faq-3d-toggle {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #ffffff;
    border-color: transparent;
    transform: rotate(180deg);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.faq-3d-body-content {
    padding: 0 26px 24px 88px;
    font-size: 0.96rem;
    line-height: 1.75;
    color: #475569;
}

@media (max-width: 767px) {
    .faq-3d-body-content {
        padding: 0 20px 20px 20px;
    }
    .faq-3d-header-btn {
        padding: 18px 18px;
        gap: 12px;
    }
}

/* ==========================================================================
   2. SEAMLESS INTEGRATED LUXURY HEADER (ZERO DETACHED GAP / FULL MATCH)
   ========================================================================== */
.luxury-integrated-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1.5px solid rgba(14, 165, 233, 0.2);
    box-shadow: 0 4px 20px -4px rgba(2, 132, 199, 0.08);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-integrated-header.header-scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px -5px rgba(2, 132, 199, 0.15), 0 0 0 1px rgba(14, 165, 233, 0.2);
}

.luxury-integrated-header.header-scrolled .header-top-utility {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-bottom: none;
    pointer-events: none;
}

.header-top-utility {
    background: linear-gradient(90deg, #f0f9ff 0%, #f8fafc 50%, #f0f9ff 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    font-size: 0.78rem;
    padding: 6px 0;
    color: #475569;
    max-height: 45px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-integrated-spacer {
    height: 102px;
}

@media (max-width: 991.98px) {
    .header-integrated-spacer {
        height: 70px;
    }
}

.header-top-utility a {
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease;
}

.header-top-utility a:hover {
    color: #0284c7;
}

.header-main-bar {
    padding: 10px 0;
}

.nav-brand-title {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: #0f172a;
    font-family: var(--da-font-display, inherit);
}

.nav-brand-subtitle {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0284c7;
}

.nav-integrated-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-integrated-link {
    font-family: var(--da-font-display, inherit);
    font-size: 0.92rem;
    font-weight: 700;
    color: #334155;
    padding: 9px 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.nav-integrated-link:hover {
    color: #0284c7;
    background: rgba(2, 132, 199, 0.06);
}

.nav-integrated-link.active {
    color: #0284c7 !important;
    background: rgba(2, 132, 199, 0.09);
    font-weight: 800;
}

.nav-integrated-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 18px;
    right: 18px;
    height: 2.5px;
    background: linear-gradient(90deg, #0284c7, #0ea5e9);
    border-radius: 999px;
}

.nav-integrated-phone {
    font-family: var(--da-font-display, inherit);
    font-size: 0.86rem;
    font-weight: 750;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    transition: all 0.25s ease;
}

.nav-integrated-phone:hover {
    background: #ffffff;
    border-color: #0ea5e9;
    color: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
}

.nav-integrated-phone:hover i {
    animation: phoneRing 0.5s ease-in-out infinite alternate;
}

.nav-integrated-cta {
    font-family: var(--da-font-display, inherit);
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    border: none;
    border-radius: 12px;
    padding: 9px 20px;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.nav-integrated-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.45);
    filter: brightness(1.06);
}

.nav-integrated-cta:active {
    transform: translateY(1px);
}

/* ==========================================================================
   3. ANIMATED LIGHT-THEME 3D LUXURY FOOTER (DHARTI ACRES LOGO PALETTE)
   ========================================================================== */
.luxury-footer-light-3d {
    background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 40%, #ffffff 100%) !important;
    color: #334155 !important;
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgba(14, 165, 233, 0.25);
    box-shadow: 0 -10px 40px rgba(2, 132, 199, 0.06);
    padding-top: 60px;
}

.footer-light-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(14, 165, 233, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(14, 165, 233, 0.05) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
    z-index: 1;
}

.footer-light-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
    opacity: 0.55;
    z-index: 1;
}
.footer-light-orb-cyan { width: 550px; height: 550px; background: rgba(56, 189, 248, 0.18); top: -120px; right: 5%; animation: floatOrb3d 10s infinite alternate; }
.footer-light-orb-azure { width: 480px; height: 480px; background: rgba(2, 132, 199, 0.14); bottom: -100px; left: 5%; animation: floatOrb3d 14s infinite alternate-reverse; }
.footer-light-orb-amber { width: 350px; height: 350px; background: rgba(245, 158, 11, 0.08); top: 30%; left: 40%; }

.footer-light-vip-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.95) 100%);
    backdrop-filter: blur(24px);
    border: 2px solid #bae6fd;
    border-radius: 32px;
    padding: 38px 44px;
    box-shadow: 0 25px 65px -10px rgba(2, 132, 199, 0.15), 0 0 0 1px #ffffff inset;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    z-index: 10;
}

.footer-light-vip-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0284c7 0%, #38bdf8 30%, #f59e0b 60%, #0ea5e9 100%);
    background-size: 200% auto;
    animation: textShimmerCyan 4s infinite linear;
}

.footer-light-link {
    color: #475569 !important;
    font-size: 0.93rem;
    font-weight: 600;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.footer-light-link:hover {
    color: #0284c7 !important;
    transform: translateX(6px);
}

.footer-light-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1.5px solid #e0f2fe;
    color: #0284c7;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.08);
}

.footer-light-social-btn:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #ffffff !important;
    border-color: transparent;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.35);
}

.footer-light-office-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border: 1.5px solid #bae6fd;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.08);
    transition: all 0.3s ease;
}

.footer-light-office-card:hover {
    border-color: #38bdf8;
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(2, 132, 199, 0.16);
}

.footer-light-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #0284c7;
    font-size: 0.78rem;
    font-weight: 750;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.08);
}



