 body {
         background: 
         radial-gradient(circle at center, rgba(232, 10, 214, 0.28) 0%, transparent 65%),
         radial-gradient(circle at center, #1e293b 0%, #0f172a 70%, #020617 100%) !important;
 background-attachment: fixed !important;
        min-height: 100vh;
        height: auto !important; 
        overflow-y: auto !important;
         }

    /* 2. RESPONSIVE ROUNDED CARD FIX */
    .face-pro-card {
        background: rgba(255, 255, 255, 0.04) !important;
        backdrop-filter: blur(30px) saturate(150%) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 2.5rem !important;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .face-pro-card {
            border-radius: 1.5rem !important;
            margin: 0 10px;
        }
        #kt_app_content_container { padding: 0 !important; }
    }

    /* 3. SECTION BOXES (Tips & How it's used) */
    .info-glass-box {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        transition: transform 0.3s ease;
    }
    .info-glass-box:hover {
        background: rgba(255, 255, 255, 0.06) !important;
        transform: translateY(-2px);
    }

    /* 4. FORM ELEMENTS & BUTTONS */
    .face-pro-card .form-control {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }

    .section-label-glow {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #38bdf8;
        font-weight: 800;
    }

    .btn-verify-glow {
        background: linear-gradient(90deg, #38bdf8, #818cf8) !important;
        border: none !important;
        font-weight: 700 !important;
        box-shadow: 0 10px 20px rgba(56, 189, 248, 0.2) !important;
    }

    /* 5. CAMERA & VIDEO STYLING */
    #faceVideo, #faceCanvas {
        border: 2px solid rgba(56, 189, 248, 0.3);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    /* Typography Overrides for Dark Mode */
    .text-white-75 { color: rgba(255, 255, 255, 0.75) !important; }
    .text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }
    .profile-pro-card {
        background: rgba(255, 255, 255, 0.04) !important;
        backdrop-filter: blur(30px) saturate(150%) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 2.5rem !important;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    @media (max-width: 991px) {
        .profile-pro-card {
            border-radius: 1.5rem !important;
            margin: 1rem 0;
        }
        .card-body {
            padding: 2rem 0.95rem !important;
        }
        /* Fix for festival column on mobile */
        .fest-col { margin-top: 1.5rem; }
    }

    /* 2. CHIP CONTAINER (Mobile Optimized) */
    .chip-container {
        display: flex;
        flex-wrap: wrap; 
        gap: 8px;
        background: rgba(0, 0, 0, 0.2);
        padding: 12px;
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .festival-chip { position: relative; cursor: pointer; }
    .festival-chip input { position: absolute; opacity: 0; }

    .festival-chip .chip-label {
        display: inline-block;
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.95rem;
        transition: 0.3s ease;
    }

    .festival-chip input:checked + .chip-label {
        background: rgba(34, 211, 238, 0.2);
        border-color: #22d3ee;
        color: #ffffff;
        box-shadow: 0 0 10px rgba(34, 211, 238, 0.2);
    }

    /* 3. INTEREST SECTION SCROLL FIX */
/* 3. INTEREST SECTION SCROLL FIX */
.interest-scroll-area {
    max-height: 270px; 
    overflow-y: scroll; /* Force the scroll mechanism */
    padding-right: 10px;
    /* For Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* For Chrome, Safari, and Edge (Always Visible) */
.interest-scroll-area::-webkit-scrollbar {
    width: 6px;
    display: block; /* Ensure it occupies space */
}

.interest-scroll-area::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02); /* Very faint track background */
    border-radius: 10px;
}

.interest-scroll-area::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2); /* Semi-visible thumb */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.interest-scroll-area::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 211, 238, 0.4); /* Glows Cyan on hover */
}


    /* 2. GLASS CARD MAPPING */
    .onboarding-pro-card {
        background: rgba(255, 255, 255, 0.04) !important;
        backdrop-filter: blur(30px) saturate(150%) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 2.5rem !important;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    }

    /* 3. STEPPER & TYPOGRAPHY FIXES */
    .text-gray-900, .stepper-title, .fw-bold, .fw-bolder { color: #ffffff !important; }
    .text-gray-600, .text-muted { color: rgba(255, 255, 255, 0.5) !important; }

    /* Stepper Pills Customization */
    .stepper-item.current .stepper-icon { background-color: #38bdf8 !important; }
    .stepper-item.current .stepper-number { color: #ffffff !important; font-weight: 800; }
    .stepper-icon { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); }
    .stepper-label .stepper-title { font-size: 0.9rem !important; opacity: 0.7; }
    .stepper-item.current .stepper-title { opacity: 1; color: #38bdf8 !important; }

    /* 4. FORM ELEMENT STYLING */
    .onboarding-pro-card .form-control, 
    .onboarding-pro-card .form-select {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #5b5b5b !important;
    }
    
    /* Company Block & Info Boxes */
    #onb_company_block, .bg-light, .alert-info, .alert-success {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }

    /* 5. PERMANENT SCROLL FOR CONTACTS TABLE */
    .table-responsive {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    }
    .table-responsive::-webkit-scrollbar { width: 6px; display: block; }
    .table-responsive::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.02); }
    .table-responsive::-webkit-scrollbar-thumb { 
        background: rgba(255, 255, 255, 0.2); 
        border-radius: 10px; 
    }

    /* 6. BUTTONS */
    .btn-primary { background: linear-gradient(90deg, #38bdf8, #818cf8) !important; border: none !important; }
    .btn-success { background: linear-gradient(90deg, #10b981, #34d399) !important; border: none !important; }
    .btn-light { background: rgba(255, 255, 255, 0.1) !important; color: #fff !important; border: none !important; }
    
    /* Horizontal Nav Scroll for Mobile */
    .onb-stepper-nav-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .onb-stepper-nav-wrapper::-webkit-scrollbar { height: 3px; }
    /* 7. STEPPER SCROLL BUTTONS */
    .stepper-scroll-container {
        position: relative;
        display: flex;
        align-items: center;
    }

    .onb-stepper-nav-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Hide scrollbar for cleaner look */
        -ms-overflow-style: none;
    }
    .onb-stepper-nav-wrapper::-webkit-scrollbar { display: none; }

    .scroll-btn {
        position: absolute;
        z-index: 10;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .scroll-btn:hover { background: #38bdf8; border-color: #38bdf8; }
    
    .scroll-btn-left { left: -15px; }
    .scroll-btn-right { right: -15px; }

    /* Only show arrows if screen is small (mobile) */
    @media (min-width: 992px) {
        .scroll-btn { display: none; }
    }
    .section-label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #38bdf8;
        font-weight: 800;
        margin-bottom: 10px;
        display: block;
    }
    
    .btn-submit-glow {
        background: linear-gradient(90deg, #38bdf8, #818cf8) !important;
        border: none !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 20px rgba(56, 189, 248, 0.2) !important;
    }
         /* 2. ENHANCED GLASS CARD (Brighter & Sharper) */
         .login-pro-card {
         /* Increased white opacity slightly for better contrast against the glow */
         background: rgba(255, 255, 255, 0.05) !important;
         backdrop-filter: blur(30px) saturate(150%) !important;
         border: 1px solid rgba(255, 255, 255, 0.15) !important;
         border-radius: 2.5rem !important;
         box-shadow: 
         0 0 80px rgba(56, 189, 248, 0.1), /* Outer subtle glow */
         0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
         }
         /* 3. LOGO GLOW */
         .shri-logo-header {
         max-width: 160px;
         /* Golden divine glow */
         filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.3)); 
         margin-bottom: 1.5rem;
         }
         .brand-logo-main {
         height: 65px;
         filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
         }
         /* 4. FORM FIELD REFINEMENT */
         .card-body input {
         background: rgba(255, 255, 255, 0.05) !important;
         border: 1px solid rgba(255, 255, 255, 0.1) !important;
         color: #ffffff !important; 
         }
         .aligncenter{
                text-align: center;
         }
         .card-body input:focus {
         background: rgba(255, 255, 255, 0.1) !important;
         border-color: #ffffff !important;
         box-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
         }
         /* 5. VIBRANT ACCENT LINE */
         .accent-line {
         width: 60px;
         height: 4px;
         background: linear-gradient(90deg, #ffffff, #38bdf8);
         margin: 1.5rem auto;
         border-radius: 10px;
         }
         a, .link-primary {
         color: #22d3ee !important; /* Vibrant Cyan */
         font-weight: 700 !important;
         text-decoration: none !important;
         transition: all 0.3s ease !important;
         }
         a:hover, .link-primary:hover {
         color: #ffffff !important; /* Glow white on hover */
         text-shadow: 0 0 10px rgba(34, 211, 238, 0.6);
         }
         /* 2. SPECIFIC FIX FOR THE "BACK TO LOGIN" & "TOS" LINKS */
         .text-white.opacity-50 a, 
         .form-check-label a, 
         .link-back {
         color: #38bdf8 !important; /* Sky Blue */
         }
         /* 3. FIX FOR GOOGLE CONNECTED ALERT TEXT */
         .alert-success .text-gray-700 {
         color: #064e3b !important; /* Deep green for readability inside the light alert box */
         }
          /* 2. THE "WOW" GLASS CARD */
         .forgot-pro-card {
         background: rgba(255, 255, 255, 0.05) !important;
         backdrop-filter: blur(30px) saturate(150%) !important;
         border: 1px solid rgba(255, 255, 255, 0.15) !important;
         border-radius: 2.5rem !important;
         box-shadow: 
         0 0 80px rgba(56, 189, 248, 0.1), 
         0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
         transition: transform 0.4s ease;
         }
         /* 3. LOGO & ICON STYLING */
         .brand-logo-forgot {
         height: 60px;
         filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
         transition: transform 0.3s ease;
         }
         .brand-logo-forgot:hover {
         transform: scale(1.05);
         }
         /* 4. FORM FIELD ENHANCEMENTS */
         .forgot-pro-card .form-control {
         background: rgba(255, 255, 255, 0.05) !important;
         border: 1px solid rgba(255, 255, 255, 0.1) !important;
         color: #ffffff !important;
         border-radius: 12px !important;
         padding: 15px 20px !important;
         }
         .forgot-pro-card .form-control:focus {
         background: rgba(255, 255, 255, 0.1) !important;
         border-color: #38bdf8 !important;
         box-shadow: 0 0 20px rgba(56, 189, 248, 0.2) !important;
         }
         /* 5. BUTTON & LINK STYLING */
         .btn-forgot-glow {
         background: linear-gradient(90deg, #38bdf8, #818cf8) !important;
         border: none !important;
         font-weight: 700 !important;
         letter-spacing: 0.5px;
         border-radius: 12px !important;
         transition: 0.3s !important;
         }
         .btn-forgot-glow:hover {
         box-shadow: 0 10px 20px rgba(56, 189, 248, 0.4) !important;
         transform: translateY(-2px);
         }
         .link-back {
         color: rgba(255, 255, 255, 0.6) !important;
         text-decoration: none;
         transition: 0.3s;
         }
         .link-back:hover {
         color: #ffffff !important;
         }
         .accent-line-sm {
         width: 40px;
         height: 3px;
         background: #38bdf8;
         margin: 1.5rem auto;
         border-radius: 10px;
         }
         a, .link-primary {
         color: #22d3ee !important; /* Vibrant Cyan */
         font-weight: 700 !important;
         text-decoration: none !important;
         transition: all 0.3s ease !important;
         }
         a:hover, .link-primary:hover {
         color: #ffffff !important; /* Glow white on hover */
         text-shadow: 0 0 10px rgba(34, 211, 238, 0.6);
         }
         /* 2. SPECIFIC FIX FOR THE "BACK TO LOGIN" & "TOS" LINKS */
         .text-white.opacity-50 a, 
         .form-check-label a, 
         .link-back {
         color: #38bdf8 !important; /* Sky Blue */
         }
         /* 3. FIX FOR GOOGLE CONNECTED ALERT TEXT */
         .alert-success .text-gray-700 {
         color: #064e3b !important; /* Deep green for readability inside the light alert box */
         }
         /* 2. PREMIUM SIGNUP GLASS CARD */
         .signup-pro-card {
         background: rgba(255, 255, 255, 0.04) !important;
         backdrop-filter: blur(30px) saturate(150%) !important;
         border: 1px solid rgba(255, 255, 255, 0.12) !important;
         border-radius: 2.5rem !important;
         box-shadow: 
         0 0 80px rgba(56, 189, 248, 0.08), 
         0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
         }
         /* 3. FORM ELEMENT REFINEMENT */
         .signup-pro-card .form-control, 
         .signup-pro-card .form-select {
         background: rgba(255, 255, 255, 0.05) !important;
         border: 1px solid rgba(255, 255, 255, 0.1) !important;
         color: #ffffff !important;
         border-radius: 12px !important;
         transition: all 0.3s ease;
         }
         .signup-pro-card .form-control::placeholder {
         color: rgba(255, 255, 255, 0.4) !important;
         }
         .signup-pro-card .form-control:focus,
         .signup-pro-card .form-select:focus {
         background: rgba(255, 255, 255, 0.08) !important;
         border-color: #38bdf8 !important;
         box-shadow: 0 0 15px rgba(56, 189, 248, 0.15) !important;
         }
         /* 4. GOOGLE BUTTON & ACCENTS */
         .btn-google-glass {
         background: rgba(255, 255, 255, 0.05) !important;
         border: 1px solid rgba(255, 255, 255, 0.2) !important;
         color: #ffffff !important;
         border-radius: 12px !important;
         transition: 0.3s;
         }
         .btn-google-glass:hover {
         background: rgba(255, 255, 255, 0.1) !important;
         transform: translateY(-2px);
         }
         .shri-logo-signup {
         max-width: 140px;
         filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.2));
         margin-bottom: 1rem;
         }
         .brand-logo-signup {
         height: 55px;
         filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
         }
         .signup-submit-glow {
         background: linear-gradient(90deg, #38bdf8, #818cf8) !important;
         border: none !important;
         font-weight: 700 !important;
         border-radius: 12px !important;
         box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3) !important;
         }
         /* Custom check for TOS */
         .form-check-input:checked {
         background-color: #38bdf8 !important;
         border-color: #38bdf8 !important;
         }
         a, .link-primary {
         color: #22d3ee !important; /* Vibrant Cyan */
         font-weight: 700 !important;
         text-decoration: none !important;
         transition: all 0.3s ease !important;
         }
         a:hover, .link-primary:hover {
         color: #ffffff !important; /* Glow white on hover */
         text-shadow: 0 0 10px rgba(34, 211, 238, 0.6);
         }
         /* 2. SPECIFIC FIX FOR THE "BACK TO LOGIN" & "TOS" LINKS */
         .text-white.opacity-50 a, 
         .form-check-label a, 
         .link-back {
         color: #38bdf8 !important; /* Sky Blue */
         }
         /* 3. FIX FOR GOOGLE CONNECTED ALERT TEXT */
         .alert-success .text-gray-700 {
         color: #064e3b !important; /* Deep green for readability inside the light alert box */
         }
         /* 1. PREVENT CORNER CLIPPING ON MOBILE */
         @media (max-width: 991px) {
         /* Add padding to the wrapper so the card doesn't touch the screen edge */
         .app-content, .flex-column-fluid {
         padding: 1.5rem !important; 
         }
         .signup-pro-card {
         /* Force the round corners to stay visible on mobile */
         border-radius: 2rem !important; 
         margin: 0 auto;
         width: 100% !important;
         }
         /* Ensure the very top/bottom of the page doesn't cut the glow */
         body {
         padding: 20px 0;
         }
         }
         /* 2. ENSURE TOP DIV CONTENT DOESN'T HIT THE ROUND EDGES */
         .signup-pro-card {
         overflow: hidden; /* Keeps the background spotlight inside the round corners */
         }

    /* 2. RESPONSIVE ROUNDED CARD (Consistent with Profile Page) */
    .otp-pro-card {
        background: rgba(255, 255, 255, 0.04) !important;
        backdrop-filter: blur(30px) saturate(150%) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 2.5rem !important;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    }

    @media (max-width: 991px) {
        .otp-pro-card {
            border-radius: 1.5rem !important;
            margin: 1rem 0;
        }
        .card-body {
            padding: 3rem 1.5rem !important;
        }
    }

    /* 3. OTP INPUT FIELD STYLING */
    .otp-input {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        border-radius: 15px !important;
        font-size: 2rem !important; /* Larger font for OTP numbers */
        letter-spacing: 0.5rem;
        font-weight: 800;
        text-align: center;
        transition: all 0.3s ease;
    }

    .otp-input:focus {
        border-color: #38bdf8 !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 0 20px rgba(56, 189, 248, 0.3) !important;
    }

    /* 4. BUTTONS & LINKS */
    .btn-verify-glow {
        background: linear-gradient(90deg, #38bdf8, #818cf8) !important;
        border: none !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3) !important;
    }

    .btn-link-cyan {
        color: #22d3ee !important;
        font-weight: 700;
        text-decoration: none !important;
        transition: 0.3s;
    }

    .btn-link-cyan:hover {
        color: #ffffff !important;
        text-shadow: 0 0 10px rgba(34, 211, 238, 0.6);
    }