/* ----------------------------------------------------
   GLOBAL TRANSITIONS & BRAND PATTERNS
---------------------------------------------------- */
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* User Specific Font Family Configuration Enforced Globally */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(145deg, #01040f 0%, #030f26 40%, #08214d 100%);
    background-attachment: fixed;
    color: #ffffff;
}

/* Scrollbar customization for ultra premium feel */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #01040f;
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 242, 254, 0.4);
}

/* Utilities */
.text-gradient {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-light-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}
.fs-7 { font-size: 0.88rem; }
.fs-8 { font-size: 0.78rem; }
.tracking-wide { letter-spacing: 1px; }
.tracking-widest { letter-spacing: 3px; }

/* ----------------------------------------------------
   iOS GLASSMORPHISM CORE LOGIC (Reusable Structural Rule)
---------------------------------------------------- */
.glass-card, .glass-search-panel, .service-glass-card, .about-stat-box {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ----------------------------------------------------
   NAVBAR COMPONENT
---------------------------------------------------- */
.premium-navbar {
    background: rgba(1, 4, 15, 0.65) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 15px 0;
    transition: all 0.3s ease;
    z-index: 999999;
}

.logo-text {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.logo-accent {
    color: #00f2fe;
}

.navigation-links .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 6px 15px !important;
    transition: all 0.2s ease;
}
.navigation-links .nav-link:hover, 
.navigation-links .nav-link.active {
    color: #00f2fe !important;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
}

.custom-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
}
.custom-toggler .navbar-toggler-icon {
    filter: invert(1);
}

/* Buttons UI Styles */
.btn-premium-action {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    color: #01040f !important;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.3);
    transition: all 0.3s ease;
}
.btn-premium-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 242, 254, 0.5);
}

/* ----------------------------------------------------
   HERO BANNER MODULE
---------------------------------------------------- */
.hero-section {
    min-height: 95vh;
    padding-top: 100px;
    position: relative;
    background: radial-gradient(circle at 80% 20%, rgba(79, 172, 254, 0.15) 0%, transparent 50%);
}

.main-heading {
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}
.metric-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00f2fe;
    margin-bottom: 2px;
}
.metric-card p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.btn-premium-glow {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    color: #01040f !important;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 242, 254, 0.35);
    transition: all 0.3s ease;
}
.btn-premium-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 242, 254, 0.55);
}

.btn-outline-glass {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

/* iOS Mockup Card styling */
.ios-mockup-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 36px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5), inset 0 1px 2px rgba(255,255,255,0.2);
    width: 85%;
    margin-left: auto;
}
.glass-progress {
    background: rgba(255, 255, 255, 0.1);
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}
.glass-progress-bar {
    background: linear-gradient(90deg, #00f2fe, #4facfe);
    height: 100%;
}

/* ----------------------------------------------------
   LIVE STORE ENGINE & CONTROLS
---------------------------------------------------- */
.store-section {
    position: relative;
}
.section-title {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
}
.section-subtitle {
    max-width: 600px;
    margin: 8px auto 0 auto;
    font-size: 0.95rem;
}

.glass-search-panel {
    border-radius: 20px !important;
}

.glass-select, .glass-input {
    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: 12px 15px !important;
    transition: all 0.3s ease !important;
}
.glass-select:focus, .glass-input:focus {
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(0, 242, 254, 0.5) !important;
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.15) !important;
}
.glass-select option {
    background: #030f26;
    color: #ffffff;
}

.glass-input-icon {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: none !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
#search_number {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.min-height-results {
    min-height: 300px;
}

/* Card representation of numbers loaded inside AJAX grid */
.vip-number-card-ui {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.vip-number-card-ui:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 242, 254, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.buy-btn-ui {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    border: none;
    color: #01040f;
    font-weight: 600;
    border-radius: 12px;
    padding: 10px 0;
    transition: all 0.2s ease;
}
.buy-btn-ui:hover {
    opacity: 0.9;
    box-shadow: 0 5px 15px rgba(0, 242, 254, 0.3);
}

/* ----------------------------------------------------
   ABOUT US COMPONENT ELEMENTS
---------------------------------------------------- */
.glass-feature-inline {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}
.icon-wrap {
    background: rgba(0, 242, 254, 0.1);
    padding: 10px;
    border-radius: 10px;
}
.about-stat-box:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: scale(1.03);
}

/* ----------------------------------------------------
   SERVICES COMPONENT GRIDS
---------------------------------------------------- */
.service-glass-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 242, 254, 0.2);
    transform: translateY(-4px);
}
.service-icon {
    display: inline-block;
    background: rgba(0, 242, 254, 0.1);
    padding: 15px;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 242, 254, 0.2);
}

/* ----------------------------------------------------
   FAQ INTERACTIVE COMPONENT Accordion
---------------------------------------------------- */
.glass-accordion .glass-accordion-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    overflow: hidden;
}
.glass-accordion-btn {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 18px 20px !important;
    box-shadow: none !important;
    border: none !important;
}
.glass-accordion-btn:not(.collapsed) {
    color: #00f2fe !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.glass-accordion-btn::after {
    filter: invert(1); /* Matches white layout arrow keys */
}

/* ----------------------------------------------------
   CONTACT SECTION ELEMENTS
---------------------------------------------------- */
.icon-box-ui {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----------------------------------------------------
   CUSTOM SEARCHABLE GLASSMORPHIC DROPDOWN STYLES
---------------------------------------------------- */
.custom-glass-dropdown {
    position: relative;
}

/* Main Dropdown Button mimicking iOS Selection fields */
.glass-select-btn {
    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: 12px 15px !important;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.glass-select-btn:focus, .glass-select-btn[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(0, 242, 254, 0.5) !important;
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.15) !important;
}

/* Custom indicator arrow */
.glass-select-btn::after {
    border: none;
    font-family: "Font Awesome 6 Free";
    content: "\f078"; /* FontAwesome down arrow symbol */
    font-weight: 900;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease;
}

.glass-select-btn[aria-expanded="true"]::after {
    transform: rotate(180deg);
    color: #00f2fe;
}

/* Frosted glass floating menu box */
.glass-dropdown-menu {
    background: rgba(3, 15, 38, 0.85) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
    margin-top: 5px !important;
    z-index: 1050;
}

/* Search bar design inside dropdown menu */
.glass-input-sm {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    font-size: 0.85rem !important;
}
.glass-input-sm:focus {
    border-color: rgba(0, 242, 254, 0.4) !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.glass-search-sm-icon {
    border-right: none !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
#operator_search_input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.dropdown-scroll-area {
    max-height: 200px;
    overflow-y: auto;
}

/* Premium Apple styled menu items list */
.glass-dropdown-item {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.88rem;
    padding: 8px 12px !important;
    border-radius: 8px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.glass-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #00f2fe !important;
    padding-left: 16px !important;
}

.glass-dropdown-item.active {
    background: linear-gradient(90deg, rgba(0, 242, 254, 0.2) 0%, rgba(79, 172, 254, 0.1) 100%) !important;
    color: #00f2fe !important;
    border-left: 3px solid #00f2fe;
    font-weight: 600;
}

/* ----------------------------------------------------
   PLACEHOLDER COLOR FIX (Light White)
---------------------------------------------------- */
.glass-input::placeholder,
.glass-input-sm::placeholder,
textarea.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important; /* Firefox compatibility ke liye zaroori hai */
    font-weight: 400;
}

/* Jab input par click/focus ho to placeholder aur light ho jaye */
.glass-input:focus::placeholder,
.glass-input-sm:focus::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* ----------------------------------------------------
   FOOTER STRUCTURE
---------------------------------------------------- */
.premium-footer {
    background: #01030a;
}

/* ----------------------------------------------------
   RESPONSIVE SCALING HANDLERS (Mobile UI Enhancements)
---------------------------------------------------- */
@media (max-width: 991.98px) {
    .premium-navbar {
        background: rgba(1, 4, 15, 0.95) !important; /* Thick glass drop on compact view */
    }
    .navigation-links {
        padding: 20px 0;
    }
    .navigation-links .nav-link {
        padding: 10px 0 !important;
    }
    .hero-section {
        padding-top: 130px;
        text-align: center;
    }
    .section-title {
        font-size: 1.8rem;
    }
}