/* ==========================================
   BIFM - Bootstrap 5.3.2 COMPACT STYLES
   ========================================== */

    .hidden {
        display: none;
    }


/* ==========================================
   CSS VARIABLES
   ========================================== */
:root {
    --primary-color: #3B82F6;
    --secondary-color: #1E40AF;
    --accent-color: #8B68FF;
    --success-color: #059669;
    --warning-color: #D97706;
    --error-color: #DC2626;
    
    /* Gradient Colors */
    --gradient-blue: linear-gradient(135deg, #3B82F6, #8B5CF6);
    --gradient-purple: linear-gradient(135deg, #8B5CF6, #EC4899);
    --gradient-emerald: linear-gradient(135deg, #10B981, #06B6D4);
    --gradient-orange: linear-gradient(135deg, #F59E0B, #EF4444);
    
    /* Compact Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 0.75rem;
    --spacing-lg: 1rem;
    --spacing-xl: 1.5rem;
    
    /* Compact Typography */
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 0.9375rem;
    --font-lg: 1.125rem;
    --font-xl: 1.375rem;
    --font-2xl: 1.75rem;
    --font-3xl: 2.25rem;
    
    /* Line Heights (Compact) */
    --line-height-tight: 1.2;
    --line-height-normal: 1.4;
    --line-height-relaxed: 1.5;
}

/* ==========================================
   GLOBAL STYLES
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lexend Deca', system-ui, -apple-system, sans-serif;
    font-size: var(--font-base);
    line-height: var(--line-height-normal);
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 50%, #E0E7FF 100%);
    background-attachment: fixed;
    min-height: 100vh;
    color: #1f2937;
    overflow-x: hidden;
}

/* ==========================================
   COMPACT UTILITY CLASSES
   ========================================== */
.compact-section {
    padding: 2rem 0 !important;
}

.compact-heading {
    font-size: var(--font-xl) !important;
    line-height: var(--line-height-tight) !important;
    margin-bottom: var(--spacing-md) !important;
}

.compact-text {
    font-size: var(--font-sm) !important;
    line-height: var(--line-height-normal) !important;
    margin-bottom: var(--spacing-md) !important;
}

.compact-card {
    padding: var(--spacing-lg) !important;
    border-radius: 0.75rem !important;
}

.compact-btn {
    padding: 0.5rem 1rem !important;
    font-size: var(--font-sm) !important;
    font-weight: 600 !important;
    border-radius: 0.5rem !important;
}

/* Text Gradient */
.text-gradient {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Container Padding */
.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1200px) {
    .px-100 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .px-100 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================
   SECTION BADGE (Trusted Partners)
   ========================================== */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, 
        rgba(59, 130, 246, 0.1), 
        rgba(139, 92, 246, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 999px;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.section-badge i {
    color: #2563eb;
    font-size: 0.75rem;
}

/* ==========================================
   TYPOGRAPHY UTILITIES
   ========================================== */
.text-xxs {
    font-size: 0.6875rem;
}

.text-2xs {
    font-size: 0.75rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-md-custom {
    font-size: 0.95rem;
}

.text-base-custom {
    font-size: 0.9rem;
}

.provider-heading {
    font-size: 1.875rem;
    line-height: 1.25;
    color: #111827;
}

.provider-subheading {
    font-size: 1.125rem;
    color: #4b5563;
    max-width: 48rem;
    line-height: 1.625;
}

.section-heading {
    font-size: 1.875rem;
    line-height: 1.25;
    color: #111827;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 1rem;
}

.section-subheading {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
}

.section-description {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
    margin-bottom: 2rem;
}

.heading-2xl {
    font-size: 1.875rem;
    color: #111827;
    line-height: 1.25;
    font-weight: 700;
}

.tracking-wide {
    letter-spacing: 0.05em;
}

/* Text style utilities from reference */
.text-style-69 {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
    font-weight: 300;
}

.text-lg-dark {
    font-size: 1.125rem;
    color: #111827;
}

.text-lg-dark-alt {
    color: #111827;
    font-size: 1.125rem;
}

.text-muted {
    color: #6b7280;
}

/* ==========================================
   Z-INDEX UTILITIES
   ========================================== */
.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

/* ==========================================
   EFFECT UTILITIES
   ========================================== */
.hover-lift {
    transition: transform 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
}

.smooth-reveal {
    animation: fadeIn 0.6s ease-out;
}

.stagger-delay-2 {
    animation-delay: 0.2s;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse-custom {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

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

/* Animation utility classes */
.animate-float {
    animation: float 6s ease-in-out infinite;
}

.smooth-reveal {
    animation: fadeIn 0.6s ease-out forwards;
}

.stagger-delay-1 {
    animation-delay: 0.1s;
}

.stagger-delay-2 {
    animation-delay: 0.2s;
}

.stagger-delay-3 {
    animation-delay: 0.3s;
}

.stagger-delay-4 {
    animation-delay: 0.4s;
}

.stagger-delay-5 {
    animation-delay: 0.5s;
}

/* ==========================================
   SECTION: NAVIGATION (.navbar-section)
   ========================================== */
.navbar-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
    .navbar-section {
        padding: 1.5rem;
    }
}

.navbar-section .navbar-logo-img {
    height: 1.75rem;
    width: auto;
    transition: transform 0.3s;
}

.navbar-section .navbar-logo:hover .navbar-logo-img {
    transform: scale(1.05);
}

.navbar-section .navbar-menu-desktop {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.navbar-section .navbar-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: var(--font-sm);
    transition: all 0.3s;
}

.navbar-section .navbar-link:hover {
    color: #FB923C;
    transform: scale(1.05);
}

.navbar-section .navbar-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 1.75rem;
    padding: 0;
    cursor: pointer;
}

.navbar-section .navbar-menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

/* ==========================================
   SECTION: HERO (.hero-section)
   ========================================== */
.hero-section {
    position: relative;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
}

.hero-section.bifm-banner {
    background: transparent;
}

.hero-section .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-section .hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, 
        rgba(30, 58, 138, 0.85), 
        rgba(67, 56, 202, 0.8), 
        rgba(51, 65, 85, 0.85));
}

.hero-section .hero-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    -webkit-filter: blur(60px);
}

.hero-section .hero-container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 70px);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-section .hero-decoration-1 {
    top: 5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
    background: linear-gradient(to right, #60A5FA, #A78BFA);
    animation: float 6s ease-in-out infinite;
}

.hero-section .hero-decoration-2 {
    bottom: 5rem;
    right: 2.5rem;
    width: 12rem;
    height: 12rem;
    background: linear-gradient(to right, #A78BFA, #EC4899);
    animation: float 6s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-section .hero-decoration-3 {
    top: 50%;
    left: 25%;
    width: 6rem;
    height: 6rem;
    background: linear-gradient(to right, #FB923C, #F59E0B);
    animation: float 6s ease-in-out infinite;
    animation-delay: -4s;
}

.hero-section .hero-container {
    position: relative;
    z-index: 10;
}

/* Hero Badge */
.hero-section .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, 
        rgba(59, 130, 246, 0.2), 
        rgba(139, 92, 246, 0.2), 
        rgba(99, 102, 241, 0.2));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    margin-bottom: 1.5rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.hero-section .hero-badge-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, #34D399, #10B981);
    border-radius: 50%;
    animation: pulse-custom 2s infinite;
}

.hero-section .hero-badge-text {
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}

/* Hero Title */
.hero-section .hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-section .hero-title-highlight {
    position: relative;
    display: inline-block;
}

.hero-section .title-underline {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #60A5FA, #A78BFA, #818CF8);
    border-radius: 999px;
    opacity: 0.6;
    animation: pulse-custom 2s infinite;
}

.hero-section .hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(219, 234, 254, 0.95);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.hero-section .hero-emphasis {
    color: white;
    font-weight: 600;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 0.125rem 0.375rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Hero Benefits */
.hero-section .hero-benefits {
    margin-bottom: 1.5rem;
}

.hero-section .hero-benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section .hero-benefit:hover {
    transform: translateX(0);
}

.hero-section .hero-benefit-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    flex-shrink: 0;
    color: white;
    font-size: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-benefit:hover .hero-benefit-icon {
    transform: scale(1.1);
}

.hero-section .hero-benefit-icon-green {
    background: linear-gradient(to right, #34D399, #10B981);
}

.hero-section .hero-benefit-icon-blue {
    background: linear-gradient(to right, #60A5FA, #A78BFA);
}

.hero-section .hero-benefit-icon-orange {
    background: linear-gradient(to right, #FB923C, #EF4444);
}

.hero-section .hero-benefit-title {
    color: white;
    font-weight: 700;
    font-size: clamp(0.95rem, 2vw, 1.125rem);
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.hero-section .hero-benefit-text {
    color: rgba(219, 234, 254, 0.9);
    font-size: clamp(0.8rem, 1.5vw, 0.875rem);
    line-height: 1.3;
    opacity: 0.9;
}

/* Hero Trust Indicators */
.hero-section .hero-trust {
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0.15), 
        rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.hero-section .hero-trust:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* Trust Stats Flex Container */
.hero-section .trust-stats-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 2rem;
}

@media (min-width: 576px) {
    .hero-section .trust-stats-flex {
        flex-direction: row;
    }
}

.hero-section .trust-stat-item {
    flex: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section .hero-trust:hover .trust-stat-item {
    transform: scale(1.05);
}

.hero-section .hero-trust-value {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 0.25rem;
    background: linear-gradient(to right, #FFFFFF, #DBEAFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-section .hero-trust-label {
    color: rgba(219, 234, 254, 0.9);
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.hero-section .hero-trust-label i {
    font-size: 0.75rem;
}

/* Icon Colors */
.hero-section .trust-stat-item:nth-child(1) .hero-trust-label i {
    color: #93C5FD; /* blue-300 */
}

.hero-section .trust-stat-item:nth-child(3) .hero-trust-label i {
    color: #FDE047; /* yellow-300 */
}

.hero-section .trust-stat-item:nth-child(5) .hero-trust-label i {
    color: #86EFAC; /* green-300 */
}

/* Trust Dividers */
.hero-section .trust-divider-vertical {
    width: 1px;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.hero-section .trust-divider-horizontal {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}


/* Form Wizard Container with Layered Effect */
.hero-section .form-wizard-container {
    position: relative;
    width: 100%;
    max-width: 32rem;
}


.hero-section .hero-form-wrapper .form-wizard-container-inner{
    background: linear-gradient(246deg, #0B071C 0%, #232D74 100%);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #8D98C7;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    overflow: visible;
}

/* Add layered shadow effect pseudo-elements */
.hero-section .hero-form-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 95%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(246deg, #0B071C 0%, #232D74 100%);
    border: 1px solid #8D98C7;
    opacity: 0.7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.hero-section .hero-form-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(24px);
    width: 90%;
    height: 100%;
    z-index: -2;
    border-radius: 10px;
    background: linear-gradient(246deg, #0B071C 0%, #232D74 100%);
    border: 1px solid #8D98C7;
    opacity: 0.5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* Biffy Mascot */
.hero-section .biffy-mascot {
    position: absolute;
    top: -80px;
    right: -40px;
    z-index: 10;
    width: 200px;
    display: none;
}

@media (min-width: 992px) {
    .hero-section .biffy-mascot {
        display: block;
    }
}

.hero-section .biffy-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
    /* animation: float 3s ease-in-out infinite; */
}

.hero-section .hero-form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.hero-section .hero-form-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-section .hero-form-icon i {
    color: white;
    font-size: 1rem;
}

.hero-section .hero-form-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.hero-section .hero-form-subtitle {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Step Indicators */
.hero-section .step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.hero-section .step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-section .step-dot.active {
    width: 12px;
    height: 12px;
    background: #A488FA;
    box-shadow: 0 0 10px rgba(164, 136, 250, 0.5);
}

/* Wizard Headings */
.hero-section .wizard-heading {
    text-align: left;
    margin-bottom: 1rem;
}

.hero-section .wizard-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.hero-section .wizard-subtitle {
    font-size: 0.95rem;
    color: #CCCDFF;
    line-height: 1.4;
}

.hero-section .wizard-divider {
    border: none;
    background: linear-gradient(270deg, #18132E 0%, #232D74 100%);
    height: 3px;
    margin: 2.5rem 0;
    opacity: 0.8;
    box-shadow: 0px 0px 1px #00000029;
}

.hero-section .wizard-radio-group {
    display: flex;
    gap: 1.75rem;
    margin-bottom: 2rem;
}

.hero-section .wizard-radio input {
    display: none;
}

.hero-section .wizard-radio label {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-left: 2.25rem;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.hero-section .wizard-radio label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
}

.hero-section .wizard-radio input:checked + label::before {
    border-color: #A488FA;
    background: rgba(164, 136, 250, 0.2);
}

.hero-section .wizard-radio input:checked + label::after {
    content: '';
    position: absolute;
    left: 0.375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #A488FA;
}

.hero-section .wizard-radio input:checked + label {
    color: white;
}

.hero-section .wizard-input-group {
    position: relative;
    margin-bottom: 2rem;
}

.hero-section .wizard-input {
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    background: linear-gradient(263deg, #18132E 0%, #232D74 100%);
    border: 1px solid #8D98C7;
    border-radius: 10px;
    color: white;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.hero-section .wizard-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hero-section .wizard-input:focus {
    outline: none;
    border-color: #A488FA;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(164, 136, 250, 0.1);
}

.hero-section .wizard-input-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #A488FA;
    font-size: 1.5rem;
    pointer-events: none;
}

.hero-section .wizard-help {
    font-size: 0.75rem;
    color: rgba(219, 234, 254, 0.8);
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.hero-section .wizard-checkbox {
    margin-bottom: var(--spacing-lg);
}

.hero-section .wizard-checkbox input {
    display: none;
}

.hero-section .wizard-checkbox label {
    color: white;
    font-size: var(--font-sm);
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
}

.hero-section .wizard-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(108deg, #18132E 0%, #232D74 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.hero-section .wizard-checkbox input:checked + label::before {
    background: #A488FA;
    border-color: #A488FA;
}

.hero-section .wizard-checkbox input:checked + label::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 0.75rem;
}

.hero-section .wizard-btn {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hero-section .wizard-btn-primary {
    background: linear-gradient(270deg, #3B82F6 0%, #8B68FF 100%);
    color: white;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-section .wizard-btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.hero-section .wizard-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    flex: 0 0 auto;
    width: auto;
    max-width: 120px;
}

.hero-section .wizard-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

.hero-section .wizard-nav-buttons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.hero-section .wizard-nav-buttons .wizard-btn-primary {
    flex: 1;
}

/* Wizard Option Cards */
.hero-section .wizard-option {
    display: block;
    cursor: pointer;
}

.hero-section .wizard-option input {
    display: none;
}

.hero-section .wizard-option-content {
    background: linear-gradient(230deg, #18132E 0%, #232D74 100%);
    border: 1px solid #8D98C7;
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.hero-section .wizard-option:hover .wizard-option-content {
    border-color: #A488FA;
    transform: translateY(-2px);
}

.hero-section .wizard-option input:checked + .wizard-option-content {
    border-color: #A488FA;
    background: linear-gradient(230deg, #1f1a36 0%, #2a3580 100%);
}

.hero-section .wizard-option-check {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(108deg, #18132E 0%, #232D74 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.hero-section .wizard-option input:checked + .wizard-option-content .wizard-option-check {
    background: #A488FA;
    border-color: #A488FA;
    transform: scale(1.1);
}

.hero-section .wizard-option input:checked + .wizard-option-content .wizard-option-check::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    font-size: 0.625rem;
}

.hero-section .wizard-option-icon {
     font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    transition: color 0.3s;
    display: block;
}

.hero-section .wizard-option input:checked + .wizard-option-content .wizard-option-icon {
    color: #A488FA;
}

.hero-section .wizard-option-label {
    color: #DBEAFE;
    font-size: 15px;
    display: block;
    font-weight: 500;
    transition: color 0.3s;
}

.hero-section .wizard-option input:checked + .wizard-option-content .wizard-option-label {
    color: white;
}

/* Wizard Preference Cards */
.hero-section .wizard-pref {
    display: block;
    cursor: pointer;
}

.hero-section .wizard-pref input {
    display: none;
}

.hero-section .wizard-pref-content {
    background: linear-gradient(230deg, #18132E 0%, #232D74 100%);
    border: 1px solid #8D98C7;
    border-radius: 0.75rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    transition: all 0.3s;
}

.hero-section .wizard-pref:hover .wizard-pref-content {
    border-color: #A488FA;
}

.hero-section .wizard-pref input:checked + .wizard-pref-content {
    border-color: #A488FA;
}

.hero-section .wizard-pref-check {
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(108deg, #18132E 0%, #232D74 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.hero-section .wizard-pref input:checked + .wizard-pref-content .wizard-pref-check {
    background: #A488FA;
    border-color: #A488FA;
}

.hero-section .wizard-pref input:checked + .wizard-pref-content .wizard-pref-check::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    font-size: 0.625rem;
}

.hero-section .wizard-pref-label {
    color: #DBEAFE;
    font-size: var(--font-sm);
    font-weight: 500;
    transition: color 0.3s;
}

.hero-section .wizard-pref input:checked + .wizard-pref-content .wizard-pref-label {
    color: white;
}

/* ==========================================
   SECTION: PROVIDERS (.providers-section)
   ========================================== */
.providers-section {
    background: white;
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding: 4rem 0;
}

/* Background Decorations */
.providers-section .providers-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(64px);
    opacity: 0.2;
    animation: pulse-custom 6s infinite;
}

.providers-section .providers-decoration-1 {
    top: 10rem;
    left: 10rem;
    width: 24rem;
    height: 24rem;
    background: linear-gradient(to right, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    animation-delay: 0s;
}

.providers-section .providers-decoration-2 {
    bottom: 5rem;
    right: 5rem;
    width: 32rem;
    height: 32rem;
    background: linear-gradient(to right, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.1));
    animation-delay: -2s;
}

.providers-section .providers-decoration-3 {
    top: 50%;
    left: 33%;
    width: 12rem;
    height: 12rem;
    background: linear-gradient(to right, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    filter: blur(48px);
    animation-delay: -4s;
}

.providers-section .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.providers-section .section-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.75;
}

/* Trust Badge */
.providers-section .providers-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.providers-section .trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.providers-section .trust-item span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
}

.providers-section .trust-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.625rem;
}

.providers-section .trust-icon-green {
    background: linear-gradient(to right, #10B981, #059669);
}

.providers-section .trust-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.providers-section .trust-divider {
    width: 1px;
    height: 1rem;
    background: #d1d5db;
}

/* Providers Grid */
.providers-section .providers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .providers-section .providers-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Provider Cards */
.providers-section .provider-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.providers-section .provider-card:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
}

/* Provider Accent Bar */
.providers-section .provider-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    opacity: 0;
    transition: opacity 0.5s;
}

.providers-section .provider-card:hover .provider-accent {
    opacity: 1;
}

.providers-section .provider-accent-blue {
    background: linear-gradient(to right, #3B82F6, #06B6D4);
}

.providers-section .provider-card:hover.provider-card:has(.provider-accent-blue) {
    border-color: rgba(59, 130, 246, 0.6);
}

.providers-section .provider-accent-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.providers-section .provider-card:hover.provider-card:has(.provider-accent-purple) {
    border-color: rgba(139, 92, 246, 0.6);
}

.providers-section .provider-accent-indigo {
    background: linear-gradient(to right, #6366F1, #3B82F6);
}

.providers-section .provider-card:hover.provider-card:has(.provider-accent-indigo) {
    border-color: rgba(99, 102, 241, 0.6);
}

.providers-section .provider-accent-pink {
    background: linear-gradient(to right, #EC4899, #F43F5E);
}

.providers-section .provider-card:hover.provider-card:has(.provider-accent-pink) {
    border-color: rgba(236, 72, 153, 0.6);
}

.providers-section .provider-accent-emerald {
    background: linear-gradient(to right, #10B981, #14B8A6);
}

.providers-section .provider-card:hover.provider-card:has(.provider-accent-emerald) {
    border-color: rgba(16, 185, 129, 0.6);
}

/* Provider Background */
.providers-section .provider-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s;
}

.providers-section .provider-card:has(.provider-accent-blue):hover .provider-bg {
    background: linear-gradient(135deg, rgba(239, 246, 255, 0), rgba(219, 234, 254, 0.2), rgba(239, 246, 255, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-purple):hover .provider-bg {
    background: linear-gradient(135deg, rgba(250, 245, 255, 0), rgba(243, 232, 255, 0.2), rgba(250, 245, 255, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-indigo):hover .provider-bg {
    background: linear-gradient(135deg, rgba(238, 242, 255, 0), rgba(224, 231, 255, 0.2), rgba(238, 242, 255, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-pink):hover .provider-bg {
    background: linear-gradient(135deg, rgba(253, 242, 248, 0), rgba(252, 231, 243, 0.2), rgba(253, 242, 248, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-emerald):hover .provider-bg {
    background: linear-gradient(135deg, rgba(236, 253, 245, 0), rgba(209, 250, 229, 0.2), rgba(236, 253, 245, 0));
    opacity: 1;
}

/* Provider Glow */
.providers-section .provider-glow {
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    opacity: 0;
    transition: opacity 0.7s;
}

.providers-section .provider-card:has(.provider-accent-blue):hover .provider-glow {
    background: linear-gradient(to right, rgba(59, 130, 246, 0), rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-purple):hover .provider-glow {
    background: linear-gradient(to right, rgba(139, 92, 246, 0), rgba(139, 92, 246, 0.1), rgba(139, 92, 246, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-indigo):hover .provider-glow {
    background: linear-gradient(to right, rgba(99, 102, 241, 0), rgba(99, 102, 241, 0.1), rgba(99, 102, 241, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-pink):hover .provider-glow {
    background: linear-gradient(to right, rgba(236, 72, 153, 0), rgba(236, 72, 153, 0.1), rgba(236, 72, 153, 0));
    opacity: 1;
}

.providers-section .provider-card:has(.provider-accent-emerald):hover .provider-glow {
    background: linear-gradient(to right, rgba(16, 185, 129, 0), rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0));
    opacity: 1;
}

/* Provider Content */
.providers-section .provider-content {
    position: relative;
    z-index: 10;
}

.providers-section .provider-logo {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: transform 0.5s;
}

.providers-section .provider-card:hover .provider-logo {
    transform: scale(1.05);
}

/* .providers-section .provider-logo img {
    max-height: 3rem;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
 */
.providers-section .provider-info {
    text-align: center;
}

.providers-section .provider-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.providers-section .provider-card:has(.provider-accent-blue):hover .provider-label {
    color: #3B82F6;
}

.providers-section .provider-card:has(.provider-accent-purple):hover .provider-label {
    color: #8B5CF6;
}

.providers-section .provider-card:has(.provider-accent-indigo):hover .provider-label {
    color: #6366F1;
}

.providers-section .provider-card:has(.provider-accent-pink):hover .provider-label {
    color: #EC4899;
}

.providers-section .provider-card:has(.provider-accent-emerald):hover .provider-label {
    color: #10B981;
}

.providers-section .provider-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: all 0.5s;
}

.providers-section .provider-card:hover .provider-action {
    opacity: 1;
    transform: translateY(0);
}

.providers-section .provider-card:has(.provider-accent-blue) .provider-action {
    color: #3B82F6;
}

.providers-section .provider-card:has(.provider-accent-purple) .provider-action {
    color: #8B5CF6;
}

.providers-section .provider-card:has(.provider-accent-indigo) .provider-action {
    color: #6366F1;
}

.providers-section .provider-card:has(.provider-accent-pink) .provider-action {
    color: #EC4899;
}

.providers-section .provider-card:has(.provider-accent-emerald) .provider-action {
    color: #10B981;
}

/* Features Section */
.providers-section .providers-features-card {
    max-width: 80rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 640px) {
    .providers-section .providers-features-card {
        flex-direction: row;
        gap: 0;
    }
}

.providers-section .feature-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    transition: all 0.3s;
}

@media (min-width: 640px) {
    .providers-section .feature-item {
        align-items: center;
    }
}

.providers-section .feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .providers-section .feature-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 1.5rem;
    }
}

.providers-section .feature-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.providers-section .feature-icon-emerald {
    background: linear-gradient(to right, #10B981, #14B8A6);
}

.providers-section .feature-icon-orange {
    background: linear-gradient(to right, #F59E0B, #EF4444);
}

.providers-section .feature-content {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.providers-section .feature-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.125rem;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .providers-section .feature-title {
        font-size: 1rem;
    }
}

.providers-section .feature-text {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .providers-section .feature-text {
        font-size: 0.875rem;
    }
}

.providers-section .feature-divider {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
}

@media (min-width: 640px) {
    .providers-section .feature-divider {
        width: 1px;
        height: auto;
        background: #e5e7eb;
    }
}


.providers-section .section-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

.providers-section .providers-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    margin-bottom: var(--spacing-xl);
}

.providers-section .trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--font-xs);
    font-weight: 600;
    color: #1f2937;
}

.providers-section .trust-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.providers-section .trust-icon-green {
    background: linear-gradient(to right, #10B981, #059669);
}

.providers-section .trust-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.providers-section .trust-divider {
    width: 1px;
    height: 1.5rem;
    background: #d1d5db;
}

.providers-section .provider-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.providers-section .provider-card:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
}

.providers-section .provider-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: opacity 0.5s;
}

.providers-section .provider-card:hover .provider-accent {
    opacity: 1;
}

.providers-section .provider-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(59, 130, 246, 0) 100%);
    opacity: 0;
    transition: opacity 0.7s;
    border-radius: 1.5rem;
}

.providers-section .provider-card:hover .provider-glow {
    opacity: 1;
}

.providers-section .provider-accent-blue {
    background: linear-gradient(to right, #3B82F6, #06B6D4);
}

.providers-section .provider-accent-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.providers-section .provider-accent-indigo {
    background: linear-gradient(to right, #6366F1, #3B82F6);
}

.providers-section .provider-accent-pink {
    background: linear-gradient(to right, #EC4899, #EF4444);
}

.providers-section .provider-accent-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.providers-section .provider-accent-orange {
    background: linear-gradient(to right, #F59E0B, #EF4444);
}

/* .providers-section .provider-logo {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
} */

.providers-section .provider-card:hover .provider-logo {
    transform: scale(1.1);
}

.providers-section .provider-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.providers-section .provider-logo i {
    font-size: 2.5rem;
    color: #6b7280;
}

.providers-section .provider-info {
    text-align: center;
}

.providers-section .provider-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.providers-section .provider-card:hover .provider-label {
    color: #3B82F6;
}

.providers-section .provider-action {
    font-size: 0.75rem;
    color: #3B82F6;
    font-weight: 500;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.providers-section .provider-card:hover .provider-action {
    opacity: 1;
    transform: translateY(0);
}

.providers-section .provider-card:has(.provider-accent-blue) .provider-action {
    color: #3B82F6;
}

.providers-section .provider-card:has(.provider-accent-purple) .provider-action {
    color: #8B5CF6;
}

.providers-section .provider-card:has(.provider-accent-indigo) .provider-action {
    color: #6366F1;
}

.providers-section .provider-card:has(.provider-accent-pink) .provider-action {
    color: #EC4899;
}

.providers-section .provider-card:has(.provider-accent-emerald) .provider-action {
    color: #10B981;
}

/* Features Section */
.providers-section .providers-features-card {
    max-width: 80rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 640px) {
    .providers-section .providers-features-card {
        flex-direction: row;
        gap: 0;
    }
}

.providers-section .feature-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    transition: all 0.3s;
}

@media (min-width: 640px) {
    .providers-section .feature-item {
        align-items: center;
    }
}

.providers-section .feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .providers-section .feature-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 1.5rem;
    }
}

.providers-section .feature-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.providers-section .feature-icon-emerald {
    background: linear-gradient(to right, #10B981, #14B8A6);
}

.providers-section .feature-icon-orange {
    background: linear-gradient(to right, #F59E0B, #EF4444);
}

.providers-section .feature-content {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.providers-section .feature-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.125rem;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .providers-section .feature-title {
        font-size: 1rem;
    }
}

.providers-section .feature-text {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .providers-section .feature-text {
        font-size: 0.875rem;
    }
}

.providers-section .feature-divider {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
}

@media (min-width: 640px) {
    .providers-section .feature-divider {
        width: 1px;
        height: auto;
        background: #e5e7eb;
    }
}

/* ==========================================
   SECTION: DIFFERENTIATORS (.differentiators-section)
   ========================================== */
.differentiators-section {
    background: linear-gradient(135deg, #f9fafb 0%, #eff6ff 50%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.differentiators-section .differentiator-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.differentiators-section .differentiator-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.differentiators-section .differentiator-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: opacity 0.5s;
}

.differentiators-section .differentiator-card:hover .differentiator-accent {
    opacity: 1;
}

.differentiators-section .differentiator-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(59, 130, 246, 0) 100%);
    opacity: 0;
    transition: opacity 0.7s;
    border-radius: 1.5rem;
}

.differentiators-section .differentiator-card:hover .differentiator-glow {
    opacity: 1;
}

.differentiators-section .differentiator-accent-blue {
    background: linear-gradient(to right, #3B82F6, #06B6D4);
}

.differentiators-section .differentiator-accent-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.differentiators-section .differentiator-accent-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.differentiators-section .differentiator-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 2rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.differentiators-section .differentiator-card:hover .differentiator-icon {
    transform: scale(1.15);
}

.differentiators-section .differentiator-icon-blue {
    background: linear-gradient(to right, #3B82F6, #06B6D4);
}

.differentiators-section .differentiator-icon-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.differentiators-section .differentiator-icon-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.differentiators-section .differentiator-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    transition: color 0.3s;
}

.differentiators-section .differentiator-card:hover .differentiator-title {
    color: #3B82F6;
}

.differentiators-section .differentiator-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.differentiators-section .differentiator-stat {
    background: linear-gradient(to right, rgba(59, 130, 246, 0.05), rgba(6, 182, 212, 0.05));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.differentiators-section .stat-value {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(to right, #3B82F6, #06B6D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.differentiators-section .stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3B82F6;
    margin-bottom: 0.5rem;
}

.differentiators-section .stat-detail {
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.differentiators-section .stat-detail i {
    color: #10B981;
}

.differentiators-section .differentiator-action {
    margin-top: 0.75rem;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3B82F6;
}

.differentiators-section .differentiator-card:hover .differentiator-action {
    opacity: 1;
    transform: translateY(0);
}

.differentiators-section .differentiators-trust {
    margin-top: 4rem;
}

.differentiators-section .trust-indicators {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.differentiators-section .trust-indicator-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.differentiators-section .trust-indicator-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.differentiators-section .trust-indicator-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.differentiators-section .trust-indicator-icon-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.differentiators-section .trust-indicator-icon-orange {
    background: linear-gradient(to right, #F59E0B, #EF4444);
}

.differentiators-section .trust-indicator-content {
    text-align: left;
}

.differentiators-section .trust-indicator-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.differentiators-section .trust-indicator-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
}

.differentiators-section .trust-indicator-divider {
    width: 1px;
    height: 3rem;
    background: #d1d5db;
    flex-shrink: 0;
}

/* ==========================================
   SECTION: WHO WE ARE (.whoweare-section)
   ========================================== */
.whoweare-section {
    background: white;
}

.whoweare-section .whoweare-image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.whoweare-section .whoweare-image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    transition: transform 0.3s;
}

.whoweare-section .whoweare-image:hover {
    transform: scale(1.05);
}

.whoweare-section .whoweare-image-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1f2937;
}

.whoweare-section .whoweare-image-wrapper:hover .whoweare-image-badge {
    opacity: 1;
    transform: translateY(0);
}

.whoweare-section .badge-pulse {
    width: 0.5rem;
    height: 0.5rem;
    background: #10B981;
    border-radius: 50%;
    animation: pulse-custom 2s infinite;
}

.whoweare-section .whoweare-accent {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    animation: float 6s ease-in-out infinite;
}

.whoweare-section .whoweare-accent-top {
    top: -1rem;
    left: -1rem;
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    opacity: 0.8;
}

.whoweare-section .whoweare-accent-bottom {
    bottom: -1rem;
    right: -1rem;
    background: linear-gradient(to right, #8B5CF6, #EC4899);
    opacity: 0.8;
    animation-delay: -1s;
}

.whoweare-section .whoweare-description-wrapper {
    margin-bottom: 2rem;
}

.whoweare-section .whoweare-description {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* Who We Are Stat Cards */
.whoweare-section .whoweare-stat-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.whoweare-section .whoweare-stat-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.whoweare-section .stat-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: opacity 0.5s;
}

.whoweare-section .whoweare-stat-card:hover .stat-accent {
    opacity: 1;
}

.whoweare-section .whoweare-stat-blue .stat-accent {
    background: linear-gradient(to right, #3B82F6, #6366F1);
}

.whoweare-section .whoweare-stat-purple .stat-accent {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.whoweare-section .whoweare-stat-emerald .stat-accent {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.whoweare-section .stat-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s;
}

.whoweare-section .whoweare-stat-blue:hover .stat-bg {
    background: linear-gradient(to bottom right, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.3) 100%);
    opacity: 1;
}

.whoweare-section .whoweare-stat-purple:hover .stat-bg {
    background: linear-gradient(to bottom right, rgba(139, 92, 246, 0) 0%, rgba(139, 92, 246, 0.3) 100%);
    opacity: 1;
}

.whoweare-section .whoweare-stat-emerald:hover .stat-bg {
    background: linear-gradient(to bottom right, rgba(16, 185, 129, 0) 0%, rgba(16, 185, 129, 0.3) 100%);
    opacity: 1;
}

.whoweare-section .stat-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: white;
    font-size: 1.125rem;
    transition: transform 0.5s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.whoweare-section .stat-icon-blue {
    background: linear-gradient(to right, #3B82F6, #6366F1);
}

.whoweare-section .stat-icon-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.whoweare-section .stat-icon-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.whoweare-section .whoweare-stat-card:hover .stat-icon {
    transform: scale(1.1);
}

.whoweare-section .stat-value {
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.whoweare-section .whoweare-stat-blue .stat-value {
    background: linear-gradient(to right, #3B82F6, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.whoweare-section .whoweare-stat-purple .stat-value {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.whoweare-section .whoweare-stat-emerald .stat-value {
    background: linear-gradient(to right, #10B981, #06B6D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.whoweare-section .stat-label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.whoweare-section .whoweare-stat-blue .stat-label {
    color: #3B82F6;
}

.whoweare-section .whoweare-stat-purple .stat-label {
    color: #8B5CF6;
}

.whoweare-section .whoweare-stat-emerald .stat-label {
    color: #10B981;
}

.whoweare-section .stat-detail {
    font-size: 0.75rem;
    color: #6b7280;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.whoweare-section .stat-glow {
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    opacity: 0;
    transition: opacity 0.7s;
}

.whoweare-section .whoweare-stat-blue:hover .stat-glow {
    background: linear-gradient(to right, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(59, 130, 246, 0) 100%);
    opacity: 1;
}

.whoweare-section .whoweare-stat-purple:hover .stat-glow {
    background: linear-gradient(to right, rgba(139, 92, 246, 0) 0%, rgba(139, 92, 246, 0.1) 50%, rgba(139, 92, 246, 0) 100%);
    opacity: 1;
}

.whoweare-section .whoweare-stat-emerald:hover .stat-glow {
    background: linear-gradient(to right, rgba(16, 185, 129, 0) 0%, rgba(16, 185, 129, 0.1) 50%, rgba(16, 185, 129, 0) 100%);
    opacity: 1;
}

.whoweare-section .whoweare-features {
    margin-bottom: 1.5rem;
}

.whoweare-section .whoweare-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(59, 130, 246, 0.02);
    border-radius: 0.75rem;
    transition: all 0.3s;
}

.whoweare-section .whoweare-feature:hover {
    background: rgba(59, 130, 246, 0.05);
    transform: translateX(0.5rem);
}

.whoweare-section .whoweare-cta {
    margin-top: 1rem;
}

/* ==========================================
   SECTION: PLANS (.plans-section)
   ========================================== */
.plans-section {
    background: linear-gradient(135deg, #f9fafb 0%, #eff6ff 30%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 230px);

}

.plans-section .plan-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.plans-section .plan-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.plans-section .plan-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.plans-section .plan-accent-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6, #6366F1);
}

.plans-section .plan-accent-purple {
    background: linear-gradient(to right, #8B5CF6, #6366F1, #EC4899);
}

.plans-section .plan-accent-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4, #0EA5E9);
}

.plans-section .plan-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s;
}

.plans-section .plan-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.plans-section .plan-icon-purple {
    background: linear-gradient(to right, #8B5CF6, #6366F1);
}

.plans-section .plan-icon-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.plans-section .plan-card:hover .plan-icon {
    transform: scale(1.1);
}

.plans-section .plan-image-wrapper {
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.plans-section .plan-image {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    transition: all 0.5s;
    opacity: 0.9;
}

.plans-section .plan-card:hover .plan-image {
    transform: scale(1.05);
    opacity: 1;
}

.plans-section .plan-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.plans-section .plan-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.plans-section .plan-speed-card {
    background: linear-gradient(to right, rgba(59, 130, 246, 0.05), rgba(6, 182, 212, 0.05));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.plans-section .plan-speed-purple {
    background: linear-gradient(to right, rgba(139, 92, 246, 0.05), rgba(99, 102, 241, 0.05));
    border-color: rgba(139, 92, 246, 0.2);
}

.plans-section .plan-speed-emerald {
    background: linear-gradient(to right, rgba(16, 185, 129, 0.05), rgba(6, 182, 212, 0.05));
    border-color: rgba(16, 185, 129, 0.2);
}

.plans-section .plan-speed-header {
    color: #3B82F6;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.plans-section .plan-speed-purple .plan-speed-header {
    color: #8B5CF6;
}

.plans-section .plan-speed-emerald .plan-speed-header {
    color: #10B981;
}

.plans-section .plan-speed-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.plans-section .speed-number {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(to right, #3B82F6, #06B6D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plans-section .plan-speed-purple .speed-number {
    background: linear-gradient(to right, #8B5CF6, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plans-section .plan-speed-emerald .speed-number {
    background: linear-gradient(to right, #10B981, #06B6D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plans-section .speed-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #3B82F6;
}

.plans-section .plan-speed-purple .speed-unit {
    color: #8B5CF6;
}

.plans-section .plan-speed-emerald .speed-unit {
    color: #10B981;
}

.plans-section .plan-speed-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3B82F6;
    margin-bottom: 0.5rem;
}

.plans-section .plan-speed-purple .plan-speed-label {
    color: #8B5CF6;
}

.plans-section .plan-speed-emerald .plan-speed-label {
    color: #10B981;
}

.plans-section .plan-speed-detail {
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.plans-section .plan-speed-purple .plan-speed-detail {
    border-top-color: rgba(139, 92, 246, 0.2);
}

.plans-section .plan-speed-emerald .plan-speed-detail {
    border-top-color: rgba(16, 185, 129, 0.2);
}

.plans-section .plan-speed-detail i {
    color: #10B981;
}

.plans-section .plan-action {
    margin-top: auto;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s;
}

.plans-section .plan-card:hover .plan-action {
    opacity: 1;
    transform: translateY(0);
}

/* Plans info section */
.plans-section .plans-info {
    margin-top: 2.5rem;
    text-align: center;
}

.plans-section .plans-info-card {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.plans-section .info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.plans-section .info-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.plans-section .info-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.plans-section .info-icon-emerald {
    background: linear-gradient(to right, #10B981, #06B6D4);
}

.plans-section .info-content {
    text-align: left;
}

.plans-section .info-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.plans-section .info-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
}

.plans-section .info-divider {
    width: 1px;
    height: 2rem;
    background: #d1d5db;
}

/* ==========================================
   SECTION: TESTIMONIALS (.testimonials-section)
   ========================================== */
.testimonials-section {
    background: linear-gradient(135deg, #f8fafc 0%, white 50%, #eff6ff 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

/* Background Decorations */
.testimonials-section .testimonials-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
    animation: pulse-custom 6s infinite;
}

.testimonials-section .testimonials-decoration-1 {
    top: 5rem;
    left: 5rem;
    width: 20rem;
    height: 20rem;
    background: linear-gradient(to right, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    animation-delay: 0s;
}

.testimonials-section .testimonials-decoration-2 {
    bottom: 5rem;
    right: 5rem;
    width: 24rem;
    height: 24rem;
    background: linear-gradient(to right, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.1));
    animation-delay: -2s;
}

/* Testimonial Cards */
.testimonials-section .testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(229, 231, 235, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.testimonials-section .testimonial-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* Accent Bars at Top */
.testimonials-section .testimonial-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
}

.testimonials-section .testimonial-accent-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.testimonials-section .testimonial-card:has(.testimonial-accent-blue):hover {
    border-color: rgba(59, 130, 246, 0.3);
}

.testimonials-section .testimonial-accent-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.testimonials-section .testimonial-card:has(.testimonial-accent-purple):hover {
    border-color: rgba(139, 92, 246, 0.3);
}

.testimonials-section .testimonial-accent-emerald {
    background: linear-gradient(to right, #10B981, #14B8A6);
}

.testimonials-section .testimonial-card:has(.testimonial-accent-emerald):hover {
    border-color: rgba(16, 185, 129, 0.3);
}

/* Star Ratings */
.testimonials-section .testimonial-rating {
    color: #FBBF24;
    font-size: 1.125rem;
    display: flex;
    gap: 0.25rem;
}

.testimonials-section .testimonial-rating i {
    transition: transform 0.3s;
}

.testimonials-section .testimonial-card:hover .testimonial-rating i {
    transform: scale(1.1);
}

/* Quote Icon */
.testimonials-section .testimonial-quote {
    font-size: 1.5rem;
    opacity: 0.3;
}

.testimonials-section .testimonial-accent-blue ~ .testimonial-quote {
    color: #3B82F6;
}

.testimonials-section .testimonial-accent-purple ~ .testimonial-quote {
    color: #8B5CF6;
}

.testimonials-section .testimonial-accent-emerald ~ .testimonial-quote {
    color: #10B981;
}

/* Testimonial Text */
.testimonials-section .testimonial-text {
    font-size: 1rem;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/* Author Section */
.testimonials-section .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-section .author-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.testimonials-section .author-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid;
    transition: all 0.3s;
    margin-right: 1rem;
}

.testimonials-section .author-avatar-blue {
    border-color: rgba(191, 219, 254, 1);
}

.testimonials-section .testimonial-card:hover .author-avatar-blue {
    border-color: rgba(147, 197, 253, 1);
}

.testimonials-section .author-avatar-purple {
    border-color: rgba(233, 213, 255, 1);
}

.testimonials-section .testimonial-card:hover .author-avatar-purple {
    border-color: rgba(216, 180, 254, 1);
}

.testimonials-section .author-avatar-emerald {
    border-color: rgba(167, 243, 208, 1);
}

.testimonials-section .testimonial-card:hover .author-avatar-emerald {
    border-color: rgba(110, 231, 183, 1);
}

.testimonials-section .author-verified {
    position: absolute;
    bottom: -0.25rem;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #10B981;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.625rem;
}

.testimonials-section .author-info {
    flex: 1;
}

.testimonials-section .author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 0.125rem;
}

.testimonials-section .author-location {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.testimonials-section .author-badge {
    font-size: 0.75rem;
    font-weight: 600;
}

.testimonials-section .author-badge-blue {
    color: #3B82F6;
}

.testimonials-section .author-badge-purple {
    color: #8B5CF6;
}

.testimonials-section .author-badge-emerald {
    color: #10B981;
}

/* Testimonials Trust Section */
.testimonials-section .testimonials-trust {
    margin-top: 2.5rem;
    text-align: center;
}

.testimonials-section .testimonials-trust-card {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.testimonials-section .trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonials-section .trust-item-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 1.125rem;
}

.testimonials-section .trust-item-icon-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.testimonials-section .trust-item-icon-orange {
    background: linear-gradient(to right, #FBBF24, #F59E0B);
}

.testimonials-section .trust-item-content {
    text-align: left;
}

.testimonials-section .trust-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.testimonials-section .trust-item-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.2;
}

.testimonials-section .trust-item-divider {
    width: 1px;
    height: 2rem;
    background: #d1d5db;
}


/* ==========================================
   SECTION: CONTACT (.contact-section)
   ========================================== */
.contact-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 50%, #dbeafe 100%);
    position: relative;
    overflow: hidden;
}

.contact-section .contact-description {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Contact Benefits */
.contact-section .contact-benefits {
    margin-bottom: 2rem;
}

.contact-section .contact-benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.contact-section .contact-benefit:hover {
    transform: translateX(8px);
}

.contact-section .benefit-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.contact-section .contact-benefit:hover .benefit-icon {
    transform: scale(1.1);
}

.contact-section .benefit-icon-blue {
    background: linear-gradient(to right, #3b82f6, #2563eb);
}

.contact-section .benefit-icon-purple {
    background: linear-gradient(to right, #a855f7, #9333ea);
}

.contact-section .benefit-icon-indigo {
    background: linear-gradient(to right, #6366f1, #4f46e5);
}

.contact-section .benefit-content {
    flex: 1;
}

.contact-section .benefit-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

.contact-section .benefit-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Contact Trust */
.contact-section .contact-trust {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-section .contact-avatars {
    display: flex;
    align-items: center;
}

.contact-section .contact-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -0.5rem;
}

.contact-section .contact-avatar:first-child {
    margin-left: 0;
}

.contact-section .contact-avatar-count {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.625rem;
    font-weight: 700;
}

.contact-section .contact-trust-text {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

/* Contact Form Card */
.contact-section .contact-form-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.7s;
}

.contact-section .contact-form-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-section .contact-form-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3B82F6, #8B5CF6, #6366F1);
}

.contact-section .contact-form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-section .contact-form-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}

.contact-section .contact-form-title {
    margin-bottom: 0.5rem;
}

.contact-section .title-main {
    font-size: 1.25rem;
    color: #1f2937;
    font-weight: 400;
}

.contact-section .title-gradient {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(to right, #3B82F6, #8B5CF6, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-section .contact-form-subtitle {
    font-size: 0.875rem;
    text-align: center;
    color: #1e3a8a;
    background: rgba(239, 246, 255, 0.7);
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
    line-height: 1.5;
}

.contact-section .subtitle-highlight {
    color: #7c3aed;
}

/* Contact Form */
.contact-section .contact-form .form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.contact-section .contact-form .form-label i {
    margin-right: 0.5rem;
}

.contact-section .contact-input {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    background: #f9fafb;
    transition: all 0.3s;
}

.contact-section .contact-input:hover {
    border-color: #3B82F6;
}

.contact-section .contact-input:focus {
    outline: none;
    border-color: #3B82F6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    background: white;
}

.contact-section .contact-submit {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(to right, #3B82F6, #8B5CF6, #6366F1);
    border: none;
    border-radius: 1rem;
    color: white;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.contact-section .contact-submit:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.contact-section .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 1s;
}

.contact-section .contact-submit:hover .btn-shine {
    left: 100%;
}

/* Contact Security */
.contact-section .contact-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.contact-section .security-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.contact-section .security-divider {
    width: 1px;
    height: 0.75rem;
    background: #d1d5db;
}

.contact-section .contact-privacy-note {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
}

.contact-section .contact-privacy-note a {
    color: #3B82F6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-section .contact-privacy-note a:hover {
    color: #1e40af;
    text-decoration: underline;
}

/* ==========================================
   SECTION: FOOTER (.footer-section)
   ========================================== */
.footer-section {
    background: linear-gradient(135deg, #f9fafb 0%, white 50%, #dbeafe 100%);
    color: #1f2937;
    padding: 3rem 0 2rem;
    position: relative;
    overflow: hidden;
}

/* Background Decorations */
.footer-section .footer-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
}

.footer-section .footer-decoration-1 {
    top: 2.5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
    background: linear-gradient(to right, #BFDBFE, #DDD6FE);
}

.footer-section .footer-decoration-2 {
    bottom: 2.5rem;
    right: 2.5rem;
    width: 20rem;
    height: 20rem;
    background: linear-gradient(to right, #C7D2FE, #A5F3FC);
}

/* Footer Brand */
.footer-section .footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-section .footer-logo-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
    flex-shrink: 0;
}

.footer-section .footer-logo-text {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.footer-section .footer-description {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 2rem;
}

/* Footer Headings with Underlines */
.footer-section .footer-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-section .footer-heading-underline {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    height: 0.25rem;
    width: 3rem;
    border-radius: 999px;
}

.footer-section .footer-heading-underline-blue {
    background: linear-gradient(to right, #3B82F6, #8B5CF6);
}

.footer-section .footer-heading-underline-purple {
    background: linear-gradient(to right, #8B5CF6, #EC4899);
}

.footer-section .footer-heading-underline-emerald {
    background: linear-gradient(to right, #10B981, #14B8A6);
}

/* Footer Links */
.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-links li {
    margin-bottom: 0px;
}

.footer-section .footer-links a {
    font-size: 15px;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-section .footer-links a:hover {
    color: #3B82F6;
    transform: translateX(0.5rem);
}

.footer-section .footer-links a i {
    font-size: 0.625rem;
    color: #3B82F6;
}

/* Color variations for different sections */
.footer-section .footer-heading:has(.footer-heading-underline-purple) ~ .footer-links a:hover {
    color: #8B5CF6;
}

.footer-section .footer-heading:has(.footer-heading-underline-purple) ~ .footer-links a i {
    color: #8B5CF6;
}

.footer-section .footer-heading:has(.footer-heading-underline-emerald) ~ .footer-links a:hover {
    color: #10B981;
}

.footer-section .footer-heading:has(.footer-heading-underline-emerald) ~ .footer-links a i {
    color: #10B981;
}

/* Footer Bottom */
.footer-section .footer-bottom {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-section .footer-copyright {
    font-size: 15px;
    color: #4b5563;
    margin: 0;
}

/* Footer Social */
.footer-section .footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-section .footer-social-label {
    font-size: 0.875rem;
    color: #4b5563;
    margin-right: 1rem;
}

.footer-section .footer-social-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.25rem;
    transition: all 0.3s;
}

.footer-section .footer-social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.footer-section .footer-social-icon-facebook {
    background: #DBEAFE;
    color: #3B82F6;
}

.footer-section .footer-social-icon-facebook:hover {
    background: #3B82F6;
    color: white;
}

.footer-section .footer-social-icon-twitter {
    background: #F3F4F6;
    color: #000000;
}

.footer-section .footer-social-icon-twitter:hover {
    background: #000000;
    color: white;
}

.footer-section .footer-social-icon-linkedin {
    background: #E0E7FF;
    color: #6366F1;
}

.footer-section .footer-social-icon-linkedin:hover {
    background: #6366F1;
    color: white;
}

.footer-section .footer-social-icon-instagram {
    background: #FCE7F3;
    color: #EC4899;
}

.footer-section .footer-social-icon-instagram:hover {
    background: linear-gradient(45deg, #F59E0B, #EC4899, #8B5CF6);
    color: white;
}



.footer-section .footer-social-label {
    font-size: var(--font-xs);
    color: #6b7280;
    margin-right: 0.5rem;
}

.footer-section .footer-social-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-section .footer-social-facebook {
    background: #E0E7FF;
    color: #3B5998;
}

.footer-section .footer-social-facebook:hover {
    background: #3B5998;
    color: white;
    transform: scale(1.1);
}

.footer-section .footer-social-twitter {
    background: #F3F4F6;
    color: #000000;
}

.footer-section .footer-social-twitter:hover {
    background: #000000;
    color: white;
    transform: scale(1.1);
}

.footer-section .footer-social-linkedin {
    background: #DBEAFE;
    color: #0077B5;
}

.footer-section .footer-social-linkedin:hover {
    background: #0077B5;
    color: white;
    transform: scale(1.1);
}

.footer-section .footer-social-instagram {
    background: #FCE7F3;
    color: #E4405F;
}

.footer-section .footer-social-instagram:hover {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
    color: white;
    transform: scale(1.1);
}

/* ==========================================
   RESPONSIVE BREAKPOINTS
   ========================================== */

/* Mobile Adjustments (up to 767px) */
@media (max-width: 767px) {
    /* Plans Info Card - Stack vertically */
    .plans-section .plans-info-card {
        flex-direction: column;
        padding: 1rem;
    }
    
    .plans-section .info-divider {
        width: 100%;
        height: 1px;
        margin: 0.75rem 0;
    }
    
    /* Contact Section - Stack benefits and form */
    .contact-section .contact-benefits {
        margin-bottom: 1.5rem;
    }
    
    .contact-section .contact-benefit {
        margin-bottom: 0.75rem;
    }
    
    /* Testimonials Trust - Stack items */
    .testimonials-section .testimonials-trust-card {
        flex-direction: column;
        gap: 1rem;
    }
    
    .testimonials-section .trust-item-divider {
        display: none;
    }
    
    /* Footer - Adjust social */
    .footer-section .footer-social,
    .footer-section .footer-social-links {
        justify-content: center;
    }
    
    .footer-section .footer-bottom {
        text-align: center;
    }
    
    .footer-section .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Tablet Adjustments (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Who We Are - 2 columns on tablet */
    .whoweare-section .whoweare-stat-card {
        margin-bottom: 1.5rem;
    }
    
    /* Plans - 2 columns on tablet */
    .plans-section .plan-card {
        margin-bottom: 1.5rem;
    }
}

/* Large Desktop Adjustments (1200px+) */
@media (min-width: 1200px) {
    /* Hero Section - Enhanced floating decorations */
    .hero-section .floating-decoration {
        animation-duration: 5s;
    }
    
    /* Who We Are - Full card hover */
    .whoweare-section .whoweare-stat-card:hover {
        transform: translateY(-12px) scale(1.08);
    }
    
    /* Plans - Enhanced hover */
    .plans-section .plan-card:hover {
        transform: scale(1.08);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .compact-section {
        padding: 2.5rem 0 !important;
    }
    
    .hero-section .hero-title {
        font-size: 3rem;
    }
    
    .hero-section .hero-trust {
        padding: 0.75rem 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .compact-section {
        padding: 3rem 0 !important;
    }
    
    .compact-heading {
        font-size: 1.75rem !important;
    }
    
    .hero-section .hero-title {
        font-size: 3rem;
    }
    
    .hero-section .hero-description {
        font-size: 1.25rem;
    }
    
    .hero-section .hero-trust {
        padding: 1rem 1.5rem;
    }
    
    .footer-section .footer-social {
        justify-content: flex-end;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .compact-section {
        padding: 3.5rem 0 !important;
    }
    
    .compact-heading {
        font-size: 2rem !important;
    }
    
    .hero-section {
        padding-top: 5rem;
    }
    
    .hero-section .hero-title {
        font-size: 3rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .compact-section {
        padding: 4rem 0 !important;
    }
    
    .hero-section .hero-title {
        font-size: 3rem;
    }
}

/* Mobile responsive styles for trust indicators */
@media (max-width: 767px) {
    .differentiators-section .trust-indicators {
        flex-direction: column;
        gap: 0;
    }
    
    .differentiators-section .trust-indicator-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
    
    .differentiators-section .trust-indicator-item {
        padding: 1rem 0;
        width: 100%;
    }
}

        /* Header Styles */
        .header-custom {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgb(47 56 123) !important;
            backdrop-filter: blur(20px) !important;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .nav-link-custom {
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
            font-size: 0.9375rem;
            padding: 0.5rem 0.75rem;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-link-custom::before {
            content: '';
            position: absolute;
            bottom: -16px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            background: linear-gradient(to right, #60A5FA, #A78BFA);
            transition: width 0.3s ease;
        }

        .nav-link-custom:hover {
            color: #ffffff;
        }

        .nav-link-custom:hover::before {
            width: 100%;
        }

        .nav-link-active {
            color: #ffffff !important;
            font-weight: 600;
        }

        .nav-link-active::before {
            width: 100% !important;
        }

        /* Filter Section - Minimal Horizontal Bar Style */


        .location-text {
            font-weight: 600;
            color: #1e293b;
            font-size: 1.3rem;
        }

        .location-value {
            color: #4f46e5;
            font-weight: 600;
            font-size: 1.3rem;
        }

        .filter-divider {
            width: 1px;
            height: 2rem;
            background: #e2e8f0;
            margin: 0 1rem;
        }

        .plans-title {
            background: linear-gradient(135deg, #a488fa, #8B5CF6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 800;
            position: relative;
            display: inline-block;
        }

        .plans-title::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, #a488fa, #8B5CF6);
            border-radius: 2px;
        }

        .edit-btn {
            transition: all 0.3s ease;
            background: #EFF6FF;
            border-radius: 0.5rem;
            border: 1px solid #DBEAFE;
        }

        .edit-btn:hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            border-color: #3B82F6;
            transform: rotate(15deg) scale(1.1);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        }

        .edit-btn:hover i {
            color: white !important;
        }

        .filter-btn {
            background: #fff;
            border: 1px solid rgb(100 116 139 / 20%);
            color: #64748b;
            padding: 0.375rem 1rem;
            border-radius: 1.5rem;
            font-weight: 600;
            font-size: 0.8125rem;
            transition: all 0.3s;
            height: 2.25rem;
            box-shadow: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .filter-btn:hover {
            border-color: #3B82F6;
            color: #3B82F6;
            background: #eff6ff;
            transform: none;
            box-shadow: none;
        }

        .filter-btn.active {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            border-color: #3B82F6;
            box-shadow: none;
        }

        .icon-btn-minimal {
            background: #fff;
            border: 1px solid rgb(100 116 139 / 20%);
            color: #475569;
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            padding: 0;
            flex-shrink: 0;
        }

        .icon-btn-minimal:hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
        }

        .view-toggle-group {
            background: #fff;
            border: 1px solid rgb(100 116 139 / 20%);
            border-radius: 1.125rem;
            padding: 0.25rem;
            display: inline-flex;
            gap: 0.25rem;
            height: 36px;
        }

        .view-toggle {
            background: #f1f5f9;
            border: none;
            height: auto;
            border-radius: 50%;
            padding: 0;
            backdrop-filter: none;
            box-shadow: none;
            display: inline-flex;
            gap: 0.25rem;
        }

        .view-btn {
            background: transparent;
            border: none;
            color: #475569;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            padding: 0;
        }

        .view-btn:hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
        }

        .view-btn.active {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
        }

        .view-btn::before {
            display: none;
        }

        .view-btn i {
            transition: transform 0.3s ease;
            font-size: 1.125rem;
        }

        .view-btn:not(.active):hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            transform: translateY(-1px);
        }

        /* Plans Grid Section */
        .plans-section {
            background: linear-gradient(to bottom right, #f8fafc, #eff6ff, #eef2ff);
            position: relative;
            overflow: hidden;
        }

        .bg-decoration {
            position: absolute;
            border-radius: 50%;
            filter: blur(3rem);
            opacity: 0.3;
        }

        .bg-decoration-1 {
            top: 5rem;
            left: 5rem;
            width: 20rem;
            height: 20rem;
            background: linear-gradient(to right, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
        }

        .bg-decoration-2 {
            bottom: 5rem;
            right: 5rem;
            width: 16rem;
            height: 16rem;
            background: linear-gradient(to right, rgba(99, 102, 241, 0.2), rgba(6, 182, 212, 0.2));
            animation-delay: -2s;
        }

        .bg-decoration-3 {
            top: 50%;
            left: 33%;
            width: 12rem;
            height: 12rem;
            background: linear-gradient(to right, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.15));
            animation-delay: -4s;
        }



        /* Footer */
        .footer-custom {
            background: linear-gradient(to bottom right, #f9fafb, white, #eff6ff);
            position: relative;
            overflow: hidden;
        }

        .footer-bg-decoration {
            position: absolute;
            border-radius: 50%;
            filter: blur(3rem);
            opacity: 0.2;
        }

        .footer-icon-box {
            width: 3rem;
            height: 3rem;
            background: linear-gradient(to right, #a488fa, #9333EA);
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-heading-underline {
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            width: 3rem;
            height: 4px;
            border-radius: 9999px;
        }

        .footer-custom h4 {
            font-size: 18px !important;
        }

        .footer-link {
            color: #6B7280;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .footer-link:hover {
            color: #a488fa;
            transform: translateX(0.5rem);
        }

        .footer-link i {
            font-size: 1.125rem;
            margin-right: 0.75rem;
            transition: all 0.3s ease;
        }

        .social-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            transform: scale(1.1);
        }

        /* Compare Feature Styles */
        .compare-checkbox {
            display: none;
        }

        .compare-icon {
            width: 32px;
            height: 32px;
            border: 2px solid #CBD5E1;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
        }

        .compare-icon i {
            font-size: 16px;
            color: #94A3B8;
            transition: all 0.3s ease;
        }

        .compare-icon:hover {
            border-color: #3B82F6;
            background: #EFF6FF;
            transform: scale(1.1);
        }

        .compare-icon:hover i {
            color: #3B82F6;
        }

        .compare-icon.active {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            border-color: #3B82F6;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        }

        .compare-icon.active i {
            color: white;
        }

        .compare-icon:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
        }

        .compare-icon.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        /* Compare Bar Styles */
        .compare-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
            padding: 1.25rem 0rem;
            box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
            border-top: 2px solid #E2E8F0;
            z-index: 1050;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .compare-bar.show {
            transform: translateY(0);
        }

        .compare-item {
            background: #FFFFFF;
            border: 2px solid #E2E8F0;
            border-radius: 0.75rem;
            padding: 0.75rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            min-width: 180px;
            position: relative;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .compare-item-color-0,
        .compare-item-color-1,
        .compare-item-color-2,
        .compare-item-color-3 {
            border-left: 4px solid #3B82F6;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03));
        }

        .compare-item-remove {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 24px;
            height: 24px;
            background: #EF4444;
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .compare-item-remove:hover {
            background: #DC2626;
            transform: scale(1.1);
        }

        .compare-item-remove i {
            color: white;
            font-size: 0.75rem;
        }

        /* Compare Heading - Compact Style */
        .compare-heading {
            display: flex;
            align-items: center;
            gap: 8px;
            /* padding: 8px 16px;
            background: linear-gradient(135deg, #EFF6FF 0%, #F0F9FF 100%);
            border-left: 3px solid #3B82F6;
            border-radius: 8px; */
        }

        .compare-heading i {
            font-size: 20px;
            color: #3B82F6;
        }

        .compare-heading span {
            font-size: 15px;
            font-weight: 700;
            color: #1E40AF;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Compare Count Badge */
        .compare-count-badge {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            background: #F1F5F9;
            border: 1.5px solid #E2E8F0;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            color: #475569;
            transition: all 0.3s ease;
        }

        .compare-count-badge i {
            font-size: 16px;
            color: #64748B;
        }

        .compare-count-badge span {
            color: #1E293B;
        }

        /* Compact Compare Button */
        .compare-btn-compact {
            display: flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            border: none;
            color: white;
            padding: 10px 24px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .compare-btn-compact i {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .compare-btn-compact:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
            color:#fff;
        }

        .compare-btn-compact:hover i {
            transform: translateX(3px);
        }

        .compare-btn-compact:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        .compare-btn-compact:disabled:hover {
            transform: none;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
        }

        .compare-btn-compact:disabled i {
            transform: none;
        }

        /* Clear Button - Compact */
        .compare-clear-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: #FEF2F2;
            border: 1.5px solid #FECACA;
            border-radius: 8px;
            color: #DC2626;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .compare-clear-btn i {
            font-size: 18px;
        }

        .compare-clear-btn:hover {
            background: #FEE2E2;
            border-color: #FCA5A5;
            /* transform: rotate(90deg); */
        }

        /* Toast Notification Styles */
        .toast-container {
            margin-top: 1rem;
        }

        #compareToast {
            background: #FFFFFF;
            border: 1px solid #E5E7EB;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06);
            min-width: 400px;
            animation: slideInRight 0.3s ease-out;
        }

        @keyframes slideInRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .toast-body {
            padding: 1.25rem 1.5rem;
        }

        .toast-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            background: #EFF6FF;
            border-radius: 12px;
            flex-shrink: 0;
        }

        .toast-icon i {
            font-size: 24px;
            color: #3B82F6;
        }

        .toast-message {
            flex: 1;
        }

        .toast-title {
            font-size: 16px;
            font-weight: 700;
            color: #1F2937;
            margin-bottom: 4px;
        }

        .toast-text {
            font-size: 14px;
            color: #6B7280;
            line-height: 1.4;
        }

        .toast .btn-close {
            opacity: 0.5;
        }

        .toast .btn-close:hover {
            opacity: 1;
        }

        /* Compare Modal Styles */
        .compare-modal .modal-dialog {
            max-width: 90%;
            width: auto;
            transition: all 0.3s ease;
        }

        /* Dynamic width based on number of providers */
        .compare-modal .modal-dialog.providers-2 {
            max-width: 50%;
        }

        .compare-modal .modal-dialog.providers-3 {
            max-width: 70%;
        }

        .compare-modal .modal-dialog.providers-4 {
            max-width: 90%;
        }

        /* Filter Modal Styles */
        .filter-modal .modal-dialog {
            max-width: 580px;
        }

        .filter-modal .modal-content {
            border: none;
            border-radius: 1rem;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

        .filter-modal .modal-header {
            background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);
            border-bottom: 1px solid #E2E8F0;
            padding: 1rem 1.25rem;
        }

        .filter-modal .modal-title {
            font-size: 1rem;
            font-weight: 700;
            color: #1E293B;
            display: flex;
            align-items: center;
            gap: 0.625rem;
        }

        .filter-modal .modal-title i {
            width: 2rem;
            height: 2rem;
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .filter-modal .btn-close {
            background-size: 0.875rem;
            opacity: 0.6;
            transition: all 0.3s ease;
        }

        .filter-modal .btn-close:hover {
            opacity: 1;
            transform: rotate(90deg);
        }

        /* 
        .filter-modal .modal-body {
            padding: 1.5rem;
            max-height: 60vh;
            overflow-y: auto;
        } */

        .filter-modal .modal-body::-webkit-scrollbar {
            width: 6px;
        }

        .filter-modal .modal-body::-webkit-scrollbar-track {
            background: #F1F5F9;
            border-radius: 10px;
        }

        .filter-modal .modal-body::-webkit-scrollbar-thumb {
            background: #CBD5E1;
            border-radius: 10px;
        }

        .filter-modal .modal-body::-webkit-scrollbar-thumb:hover {
            background: #94A3B8;
        }
        .filter-modal .modal-body .filter-section {
           margin-bottom: 1.5rem;
        }

        .filter-section {
         
            background: #fff;
            border-bottom: 1px solid #E2E8F0;
        }

        .filter-section:last-child {
            margin-bottom: 0;
        }

        .filter-section-label {
            font-size: 12px;
            font-weight: 600;
            color: #475569;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .filter-section-label i {
            width: 1.25rem;
            height: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9375rem;
            color: #3B82F6;
        }

        .filter-modal .form-select,
        .filter-modal .form-control {
            border: 1.5px solid #E2E8F0;
            border-radius: 0.5rem;
            padding: 0.625rem 0.875rem;
            font-size: 0.875rem;
            color: #334155;
            transition: all 0.3s ease;
            background-color: #FFFFFF;
        }

        .filter-modal .form-select:focus,
        .filter-modal .form-control:focus {
            border-color: #3B82F6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            background-color: #FFFFFF;
        }

        .filter-modal .form-select:hover,
        .filter-modal .form-control:hover {
            border-color: #CBD5E1;
        }

        .filter-input-group {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.875rem;
        }

        .filter-input-wrapper {
            position: relative;
        }

        .filter-input-label {
            font-size: 0.6875rem;
            font-weight: 600;
            color: #64748B;
            margin-bottom: 0.5rem;
            display: block;
        }

        .filter-input-icon {
            position: absolute;
            left: 0.875rem;
            top: 2.125rem;
            color: #94A3B8;
            font-size: 0.875rem;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .filter-modal .form-control.with-icon {
            padding-left: 2.25rem;
        }

        .filter-modal .modal-footer {
            background: #F8FAFC;
            border-top: 1px solid #E2E8F0;
            padding: 0.875rem 1.25rem;
            gap: 0.5rem;
        }

        .filter-modal .btn {
            padding: 0.5rem 1.25rem;
            border-radius: 0.5rem;
            font-weight: 600;
            font-size: 0.8125rem;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
        }

        .filter-modal .btn i {
            font-size: 0.9375rem;
        }

        .filter-modal .btn-secondary {
            background: #FFFFFF;
            border: 1.5px solid #E2E8F0;
            color: #64748B;
        }

        .filter-modal .btn-secondary:hover {
            background: #F8FAFC;
            border-color: #CBD5E1;
            color: #475569;
            transform: translateY(-1px);
        }

        .filter-modal .btn-primary {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            border: none;
            color: white;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        }

        .filter-modal .btn-primary:hover {
            background: linear-gradient(135deg, #2563EB, #1E40AF);
            box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
            transform: translateY(-2px);
        }

        .filter-modal .btn-outline-danger {
            border: 1.5px solid #EF4444;
            color: #EF4444;
            background: #FFFFFF;
        }

        .filter-modal .btn-outline-danger:hover {
            background: #FEE2E2;
            border-color: #DC2626;
            color: #DC2626;
        }

        /* Location Modal Specific Styles */
        #locationModal .btn-group {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border-radius: 0.5rem;
            overflow: hidden;
        }

        #locationModal .btn-outline-primary {
            border-color: #E2E8F0;
            color: #64748B;
            font-weight: 600;
            font-size: 0.875rem;
            padding: 0.75rem 1rem;
            transition: all 0.3s ease;
        }

        #locationModal .btn-outline-primary:hover {
            background: #EFF6FF;
            color: #3B82F6;
            border-color: #3B82F6;
        }

        #locationModal .btn-check:checked+.btn-outline-primary {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            border-color: #3B82F6;
        }

        #locationModal .form-select {
            cursor: pointer;
        }

        #locationModal small.text-muted {
            font-size: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.375rem;
        }

        #locationModal small.text-muted i {
            color: #3B82F6;
        }


        /* Select2 Customization for Filter Modal */
        .filter-modal .select2-container--bootstrap-5 .select2-selection {
            border: 1.5px solid #E2E8F0;
            border-radius: 0.5rem;
            min-height: 40px;
        }

        .filter-modal .select2-container--bootstrap-5.select2-container--focus .select2-selection {
            border-color: #3B82F6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .filter-modal .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
            background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
            border: 1px solid #93C5FD;
            border-radius: 0.5rem;
            padding: 0.375rem 0.75rem;
            color: #1E40AF;
            font-weight: 600;
            font-size: 0.8125rem;
        }

        .filter-modal .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
            color: #3B82F6;
            margin-right: 0.375rem;
        }

        .filter-modal .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #1E40AF;
        }

        .compare-table {
            background: white;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 2px solid #CBD5E1;
        }

        .compare-table thead {
            background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
            position: relative;
            border-bottom: 2px solid #CBD5E1;
        }


        .compare-table thead th {
            color: #1E293B;
            font-weight: 700;
            padding: 0.875rem 0.75rem;
            border-right: 1px solid #E2E8F0;
            text-align: center;
            position: relative;
            background: white;
        }

        .compare-table thead th:first-child {
            text-align: left;
            background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
            font-size: 0.875rem;
            letter-spacing: 0.05em;
            color: #475569;
            border-right: 2px solid #CBD5E1;
        }

        .compare-table thead th:last-child {
            border-right: none;
        }

        /* Odd columns - Soft Light Blue header */
        .compare-table thead th.color-0,
        .compare-table thead th.color-2 {
            background: rgba(241, 241, 241, 0.3);
        }

        /* Even columns - Soft Light Purple header */
        .compare-table thead th.color-1,
        .compare-table thead th.color-3 {
            background: #fff;
        }

        .compare-table thead th.color-3 {
            border-right: none;
        }



        .compare-table tbody tr {
            border-bottom: 1px solid #E2E8F0;
        }

        .compare-table tbody tr:last-child {
            border-bottom: none;
        }

        .compare-table tbody th {
            background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
            font-weight: 700;
            color: #475569;
            padding: 0.875rem 0.75rem;
            border-right: 2px solid #CBD5E1;
            border-bottom: 1px solid #E2E8F0;
            font-size: 0.8125rem;
            letter-spacing: 0.02em;
        }

        .compare-table tbody td {
            padding: 0.875rem 0.75rem;
            text-align: center;
            font-size: 0.9375rem;
            font-weight: 600;
            position: relative;
            transition: all 0.3s ease;
            background: white;
            border-bottom: 1px solid #E2E8F0;
            border-right: 1px solid #E2E8F0;
        }

        .compare-table tbody td:last-child {
            border-right: none;
        }

        /* Odd columns - Soft Light Blue cells */
        .compare-table tbody td.color-0,
        .compare-table tbody td.color-2 {
            background: rgba(241, 241, 241, 0.3);
            color: #374151;
        }

        /* Even columns - Soft Light Purple cells */
        .compare-table tbody td.color-1,
        .compare-table tbody td.color-3 {
            background: #fff;
            color: #374151;
        }

        .compare-table tbody td.color-3 {
            border-right: none;
        }


        .compare-provider-logo {
            width: 60px;
            height: 35px;
            object-fit: contain;
            margin-bottom: 0.375rem;
        }

        .compare-provider-name {
            font-weight: 700;
            font-size: 0.8125rem;
            margin-bottom: 0.25rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .compare-table thead th.color-0,
        .compare-table thead th.color-1,
        .compare-table thead th.color-2,
        .compare-table thead th.color-3 {
            min-width: 340px;
        }

        /* Even columns - Purple text */
        .compare-table thead th.color-1 .compare-provider-name,
        .compare-table thead th.color-3 .compare-provider-name {
            color: #6D28D9;

        }

        /* Odd columns - Blue text */
        .compare-table thead th.color-0 .compare-provider-name,
        .compare-table thead th.color-2 .compare-provider-name {
            color: #1E40AF;

        }

        /* Even columns - Purple text */
        .compare-table thead th.color-1 .compare-provider-name,
        .compare-table thead th.color-3 .compare-provider-name {
            color: #6D28D9;

        }

        .compare-value-highlight {
            font-size: 1.125rem;
            font-weight: 500;
            display: inline-block;
        }

        /* Odd columns - Blue values */
        .compare-table tbody td.color-0 .compare-value-highlight,
        .compare-table tbody td.color-2 .compare-value-highlight {
            color: #1E40AF;
        }

        /* Even columns - Purple values */
        .compare-table tbody td.color-1 .compare-value-highlight,
        .compare-table tbody td.color-3 .compare-value-highlight {
            color: #6D28D9;
        }

        .compare-value-best {
            position: relative;
            padding-right: 1.5rem;
        }

        .compare-value-best::after {
            content: '★';
            position: absolute;
            top: -2px;
            right: 0;
            color: #F59E0B;
            font-size: 1.25rem;
            animation: sparkle 2s ease-in-out infinite;
        }

        @keyframes sparkle {

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

            50% {
                transform: scale(1.2);
                opacity: 0.8;
            }
        }

        .tech-badge-compare {
            display: inline-block;
            padding: 0.25rem 0.625rem;
            border-radius: 1rem;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Odd columns - Light Blue badges */
        .compare-table tbody td.color-0 .tech-badge-compare,
        .compare-table tbody td.color-2 .tech-badge-compare {
            background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
            color: #1E40AF;
            border: 2px solid #93C5FD;
        }

        /* Even columns - Light Purple badges */
        .compare-table tbody td.color-1 .tech-badge-compare,
        .compare-table tbody td.color-3 .tech-badge-compare {
            background: linear-gradient(135deg, #F5F3FF, #EDE9FE);
            color: #6D28D9;
            border: 2px solid #C4B5FD;
        }

        .social-facebook {
            background-color: #DBEAFE;
            color: #2563EB;
        }

        .social-facebook:hover {
            background-color: #a488fa;
            color: white;
        }

        .social-twitter {
            background-color: #F5F5F5;
            color: #000000;
        }

        .social-twitter:hover {
            background-color: #171717;
            color: white;
        }

        .social-linkedin {
            background-color: #E0E7FF;
            color: #4F46E5;
        }

        .social-linkedin:hover {
            background-color: #4F46E5;
            color: white;
        }

        .social-instagram {
            background-color: #FCE7F3;
            color: #DB2777;
        }

        .social-instagram:hover {
            background-color: #EC4899;
            color: white;
        }


        .px-100 {
            padding-left: 100px;
            padding-right: 100px;
        }

        /* Box View Styles */
        .provider-card {
            background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
            border: 1px solid #E2E8F0;
            border-radius: 1.25rem;
            padding: 1.75rem;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            box-shadow:
                0 1px 2px rgba(0, 0, 0, 0.04),
                0 4px 8px rgba(0, 0, 0, 0.03),
                0 8px 16px rgba(0, 0, 0, 0.02);
        }

        /* .provider-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3B82F6, #8B5CF6, #EC4899);
            opacity: 0;
            transition: opacity 0.4s ease;
        } */

        .provider-card:hover::before {
            opacity: 1;
        }

        .provider-card:hover {
            border-color: #3B82F6;
            box-shadow:
                0 4px 8px rgba(59, 130, 246, 0.08),
                0 12px 24px rgba(59, 130, 246, 0.12),
                0 24px 48px rgba(59, 130, 246, 0.1);
            transform: translateY(-6px);
        }

        .provider-card.featured-card {
            border: 2px solid #8B5CF6;
            background: linear-gradient(135deg, #FFFFFF 0%, #FAF5FF 50%, #F3E8FF 100%);
            box-shadow:
                0 4px 12px rgba(139, 92, 246, 0.12),
                0 12px 24px rgba(139, 92, 246, 0.08),
                0 24px 48px rgba(139, 92, 246, 0.06);
        }

        .provider-card.featured-card::before {
            background: linear-gradient(90deg, #8B5CF6, #A78BFA, #C4B5FD);
            opacity: 1;
        }

        .provider-card.featured-card:hover {
            box-shadow:
                0 8px 16px rgba(139, 92, 246, 0.16),
                0 16px 32px rgba(139, 92, 246, 0.12),
                0 32px 64px rgba(139, 92, 246, 0.1);
            border-color: #7C3AED;
        }

        .featured-badge {
            position: absolute;
            top: 1.25rem;
            right: 1.25rem;
            background: linear-gradient(135deg, #8B5CF6, #7C3AED);
            color: white;
            padding: 0.5rem 1.125rem;
            border-radius: 2rem;
            font-size: 0.6875rem;
            font-weight: 700;
            z-index: 10;
            box-shadow:
                0 4px 8px rgba(139, 92, 246, 0.3),
                0 8px 16px rgba(139, 92, 246, 0.2);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .provider-card-header {
            display: flex;
            justify-content: space-between;
            align-items: start;
            margin-bottom: 1.75rem;
            padding-bottom: 1.25rem;
            border-bottom: 1px solid #E2E8F0;
        }

        .provider-card-header .provider-info {
            flex: 1;
        }

        .provider-card-header .provider-info h5 {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1E293B;
            margin-bottom: 0.5rem;
            margin-top: 0.75rem;
            letter-spacing: -0.025em;
            line-height: 1.3;
        }

        .provider-card-header .provider-info .tech-badge {
            margin-top: 0.625rem;
            display: inline-flex;
        }

        .provider-card-header .provider-info p {
            font-size: 0.875rem;
            color: #64748B;
            margin: 0;
            font-weight: 400;
        }

        .provider-card-header .price-tag {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            padding: 0.625rem 1.25rem;
            border-radius: 2rem;
            font-weight: 800;
            color: white;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
            font-size: 1.125rem;
            white-space: nowrap;
        }

        .provider-card-body {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            flex-grow: 1;
        }

        .info-tile {
            background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
            padding: 1rem;
            border-radius: 0.875rem;
            text-align: left;
            border: 1px solid #E2E8F0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .info-tile::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .info-tile:hover {
            transform: translateY(-3px);
            box-shadow:
                0 4px 8px rgba(59, 130, 246, 0.08),
                0 8px 16px rgba(59, 130, 246, 0.06);
            border-color: #3B82F6;
            background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
        }

        .info-tile:hover::before {
            opacity: 1;
        }

        .info-tile-icon {
            font-size: 1.125rem;
            color: #3B82F6;
            position: relative;
            z-index: 1;
            display: inline-block;
            margin-right: 0.625rem;
            background: linear-gradient(135deg, #DBEAFE, #BFDBFE);
            width: 2rem;
            height: 2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
        }

        .info-tile-label {
            font-size: 0.6875rem;
            color: #64748B;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            position: relative;
            z-index: 1;
            display: inline-block;
        }

        .info-tile-header {
            display: flex;
            align-items: center;
            justify-content: start;
            margin-bottom: 0.75rem;
            gap: 0.5rem;
        }

        .info-tile-value {
            font-size: 1.125rem;
            font-weight: 700;
            color: #0F172A;
            position: relative;
            z-index: 1;
            letter-spacing: -0.02em;
        }

        /* Styling for Mbps text in speed values */
        .info-tile-value:has-text("Mbps"),
        .info-tile-value {
            position: relative;
        }

        /* Target the Mbps text specifically */
        .speed-value {
            font-size: 1.125rem;
            font-weight: 700;
            color: #0F172A;
        }

        .speed-unit {
            font-size: 0.8125rem;
            font-weight: 600;
            color: #64758b;
            margin-left: 0.25rem;
        }

        .provider-card .provider-logo-container {
            width: 85px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #FFFFFF, #F8FAFC);
            border-radius: 0.75rem;
            padding: 0.625rem;
            border: 1px solid #E2E8F0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        }

        .provider-card:hover .provider-logo-container {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            border-color: #CBD5E1;
        }

        .provider-card .provider-logo-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .provider-card .compare-icon-wrapper {
            position: absolute;
            top: 1rem;
            right: 1rem;
            z-index: 20;
        }

        /* Tech badge styling for modern design */
        .tech-badge {
            font-size: 0.625rem;
            padding: 0.375rem 0.75rem;
            border-radius: 1.25rem;
            background: linear-gradient(135deg, #DBEAFE, #BFDBFE);
            color: #1E40AF;
            font-weight: 700;
            box-shadow:
                0 2px 4px rgba(59, 130, 246, 0.12),
                0 4px 8px rgba(59, 130, 246, 0.08);
            border: 1px solid #93C5FD;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

        .tech-badge:hover {
            transform: translateY(-2px);
            box-shadow:
                0 4px 8px rgba(59, 130, 246, 0.16),
                0 8px 16px rgba(59, 130, 246, 0.12);
        }

        .tech-badge.tech-fiber {
            background: linear-gradient(135deg, #F3E8FF, #E9D5FF);
            color: #6B21A8;
            border-color: #D8B4FE;
        }

        .tech-badge.tech-wireless {
            background: linear-gradient(135deg, #DBEAFE, #BFDBFE);
            color: #1E40AF;
            border-color: #93C5FD;
        }

        /* Active Filters Display */
        .active-filters-section {
            background: linear-gradient(to right, #F0F9FF, #F5F3FF);
            border: 1px solid #DBEAFE;
            border-radius: 0.75rem;
            padding: 1rem 1.5rem;
            margin-top: 1.5rem;
            display: none;
        }

        .active-filters-section.show {
            display: block;
        }

        .filter-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: white;
            border: 1px solid #E5E7EB;
            border-radius: 2rem;
            padding: 0.5rem 1rem;
            margin: 0.25rem;
            font-size: 0.875rem;
            font-weight: 500;
            color: #374151;
            transition: all 0.2s ease;
        }

        .filter-badge:hover {
            border-color: #a488fa;
            background: #EFF6FF;
        }

        .filter-badge .badge-label {
            color: #6B7280;
            font-weight: 400;
        }

        .filter-badge .badge-value {
            color: #1F2937;
            font-weight: 600;
        }

        .filter-badge .remove-filter {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            background: #F3F4F6;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .filter-badge .remove-filter:hover {
            background: #DC2626;
            color: white;
        }

        .clear-all-filters {
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
            color: #DC2626;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            transition: all 0.2s ease;
            background: transparent;
        }

        .clear-all-filters:hover {
            background: #FEE2E2;
        }

        .results-count {
            font-size: 0.875rem;
            color: #6B7280;
            font-weight: 500;
        }

        .results-count strong {
            color: #a488fa;
            font-weight: 700;
        }

        /* ============================================
           ENHANCED TABLE STYLES
           ============================================ */

        /* Table Container */
        .table-container {
            background: white;
            border-radius: 1rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            
        }

        .table-responsive {
            border-radius: 1rem;
            overflow-x: auto;
            overflow-y: auto;
            max-height: 680px;
            -webkit-overflow-scrolling: touch;
        }

        /* Slim grey scrollbar for table */
        .table-responsive::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        .table-responsive::-webkit-scrollbar-track {
            background: #F3F4F6;
            border-radius: 10px;
        }

        .table-responsive::-webkit-scrollbar-thumb {
            background: #9CA3AF;
            border-radius: 10px;
        }

        .table-responsive::-webkit-scrollbar-thumb:hover {
            background: #6B7280;
        }

        /* Main Table Styling */
        #providersTable {
            margin-bottom: 0 !important;
            border-collapse: separate;
            border-spacing: 0;
            padding: 8px;
        }

        /* Table Header */
        #providersTable thead {
            background: #e9f0fb !important;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        #providersTable thead th {
            color: #475569 !important;
            font-weight: 500;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 1.25rem 1rem;
            border: none;
            vertical-align: middle;
            white-space: nowrap;
            /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
            background: transparent !important;
        }

        #providersTable thead th:first-child {
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
        }

        #providersTable thead th:last-child {
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
        }

        /* Table Body */
        #providersTable tbody tr {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border-bottom: 1px solid #F3F4F6;
        }

        #providersTable tbody tr:hover {
            background: #f6faff !important;
        }

        .table-hover>tbody>tr:hover>* {
            background-color: #f6faff !important;
        }

        /* Striped Rows */
        #providersTable tbody tr:nth-child(odd) {
            background-color: #FFFFFF !important;
        }

        #providersTable tbody tr:nth-child(even) {
            background-color: rgba(243, 244, 246, 0.4) !important;
        }

        #providersTable tbody tr:last-child {
            border-bottom: none;
        }

        #providersTable tbody td {
            padding: 1.25rem 1rem;
            vertical-align: middle;
            font-size: 0.9375rem;
            color: #374151;
            border: none;
            background: transparent !important;
            border-bottom: 1px solid #F3F4F6;
        }



        /* Provider Logo Container */
        .table-responsive .provider-logo-container {
            width: 60px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F9FAFB;
            border-radius: 0.5rem;
            padding: 0.5rem;
            border: 1px solid #E5E7EB;
            transition: all 0.3s ease;
        }

        .table-responsive .provider-logo-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        /* Technology Badges */
        .tech-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            padding: 0.25rem 0.625rem;
            border-radius: 1rem;
            font-size: 0.6875rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.025em;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .tech-badge i {
            font-size: 0.75rem;
        }

        .tech-badge-fiber,
        .tech-badge.tech-fiber {
            background: linear-gradient(135deg, #DBEAFE, #BFDBFE);
            color: #1E40AF;
            border: 1px solid #93C5FD;
        }

        .tech-badge-fiber:hover,
        .tech-badge.tech-fiber:hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
        }

        .tech-badge-wireless,
        .tech-badge.tech-wireless {
            background: linear-gradient(135deg, #FEF3C7, #FDE68A);
            color: #92400E;
            border: 1px solid #FCD34D;
        }

        .tech-badge-wireless:hover,
        .tech-badge.tech-wireless:hover {
            background: linear-gradient(135deg, #F59E0B, #D97706);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
        }

        .tech-badge-cable,
        .tech-badge.tech-cable {
            background: linear-gradient(135deg, #E0E7FF, #C7D2FE);
            color: #3730A3;
            border: 1px solid #A5B4FC;
        }

        .tech-badge-cable:hover,
        .tech-badge.tech-cable:hover {
            background: linear-gradient(135deg, #6366F1, #4F46E5);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
        }

        /* Location Cell */
        #providersTable tbody td:nth-child(6) {
            font-size: 0.875rem;
        }

        /* Action Button */
        #providersTable .btn-outline-primary {
            width: 36px;
            height: 36px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #d0d5ea;
            color: #939ab6;
            background: white;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        #providersTable .btn-outline-primary:hover {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
            color: white;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
        }

        #providersTable .btn-outline-primary i {
            font-size: 1.125rem;
            transition: transform 0.3s ease;
        }

        #providersTable .btn-outline-primary:hover i {
            transform: rotate(-45deg);
        }

        /* Empty State */
        .table-empty-state {
            padding: 4rem 2rem;
            text-align: center;
            color: #6B7280;
        }

        .table-empty-state i {
            font-size: 4rem;
            color: #D1D5DB;
            margin-bottom: 1rem;
        }

        /* Loading State */
        .table-loading {
            position: relative;
            pointer-events: none;
            opacity: 0.6;
        }

        .table-loading::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            margin: -20px 0 0 -20px;
            border: 4px solid #E5E7EB;
            border-top-color: #a488fa;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }



        /* Scrollbar Styling for Table */
        .table-responsive::-webkit-scrollbar {
            height: 8px;
        }

        .table-responsive::-webkit-scrollbar-track {
            background: #F3F4F6;
            border-radius: 4px;
        }

        .table-responsive::-webkit-scrollbar-thumb {
            background: #b0b0b0;
            border-radius: 4px;
        }

        .table-responsive::-webkit-scrollbar-thumb:hover {
            background: #b0b0b0;
        }

        /* Cell Animations */
        @keyframes cellHighlight {

            0%,
            100% {
                background-color: transparent;
            }

            50% {
                background-color: rgba(59, 130, 246, 0.1);
            }
        }

        #providersTable tbody td:hover {
            animation: cellHighlight 1s ease-in-out;
        }

        /* Better text alignment and spacing */
        #providersTable tbody td>span,
        #providersTable tbody td>div {
            line-height: 1.5;
        }

        /* Provider name styling */
        #providersTable tbody td:first-child span {
            font-weight: 600;
            color: #1F2937;
            letter-spacing: 0.025em;
        }

        /* ===== Location Search Modal Styles ===== */
        
        /* Container */
        .google-search-container {
            padding: 10px;
        }

        /* Search Box */
        .google-search-box {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid #DFE1E5;
            border-radius: 24px;
            padding: 12px 16px;
            /* margin-bottom: 16px; */
            box-shadow: 0 1px 6px rgba(32, 33, 36, 0.08);
            transition: all 0.3s ease;
        }

        .google-search-box:hover {
            box-shadow: 0 1px 6px rgba(32, 33, 36, 0.18);
            border-color: transparent;
        }

        .google-search-box:focus-within {
            box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
            border-color: transparent;
        }

        .google-search-icon {
            font-size: 20px;
            color: #9AA0A6;
            margin-right: 12px;
            flex-shrink: 0;
        }

        /* Radio Buttons - Icons Only */
        .search-type-radio-group {
            display: flex;
            gap: 8px;
            align-items: center;
            margin-right: 12px;
            padding-right: 12px;
            border-right: 1px solid #E5E7EB;
        }

        .search-radio-icon-label {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 8px;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-radio-icon-label:hover {
            background: #F1F3F4;
        }

        .search-radio-icon-label input[type="radio"] {
            display: none;
        }

        .search-radio-icon-label .radio-icon {
            font-size: 20px;
            color: #9AA0A6;
            transition: color 0.3s ease;
        }

        .search-radio-icon-label input[type="radio"]:checked ~ .radio-icon {
            color: #3B82F6;
        }

        .search-radio-icon-label:has(input[type="radio"]:checked) {
            background: #EFF6FF;
        }

        /* Search Input */
        .google-search-input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 16px;
            color: #202124;
            background: transparent;
            font-family: 'Lexend Deca', sans-serif;
        }

        .google-search-input::placeholder {
            color: #9AA0A6;
        }

        /* Clear Button */
        .google-clear-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            margin-left: 8px;
            padding: 0;
            border: none;
            border-radius: 50%;
            background: none;
            color: #9AA0A6;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .google-clear-btn:hover {
            background: #F1F3F4;
            color: #202124;
        }

        /* Sample Locations */
        .sample-locations-container {
            display: none; /* Hidden via CSS */
            flex-direction: column;
            gap: 8px;
            max-height: 300px;
            overflow-y: auto;
            padding-right: 4px;
        }

        .sample-locations-container::-webkit-scrollbar {
            width: 6px;
        }

        .sample-locations-container::-webkit-scrollbar-track {
            background: #F1F3F4;
            border-radius: 10px;
        }

        .sample-locations-container::-webkit-scrollbar-thumb {
            background: #D1D5DB;
            border-radius: 10px;
        }

        .sample-locations-container::-webkit-scrollbar-thumb:hover {
            background: #9CA3AF;
        }

        .sample-location-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 12px;
            background: #F8F9FA;
            cursor: pointer;
            flex-shrink: 0;
            transition: all 0.2s ease;
        }

        .sample-location-item:hover {
            background: #E8F0FE;
            transform: translateX(4px);
        }

        .sample-icon {
            font-size: 20px;
            color: #5F6368;
            flex-shrink: 0;
        }

        .sample-content {
            flex: 1;
        }

        .sample-main {
            font-size: 14px;
            font-weight: 600;
            color: #202124;
            margin-bottom: 2px;
        }

        .sample-sub {
            font-size: 12px;
            color: #5F6368;
        }

        /* Autocomplete Suggestions */
        .google-suggestions-dropdown {
                max-height: 400px;
                background: #fff;
                border-radius: 16px;
                box-shadow: 0 1px 6px rgba(32, 33, 36, 0.08);
                overflow-y: auto;
                z-index: 1001;
                border: 1px solid #DFE1E5;
                margin-top: 16px;
        }

        .suggestions-list {
            padding: 8px 0;
        }

        .google-suggestions-dropdown::-webkit-scrollbar {
            width: 6px;
        }

        .google-suggestions-dropdown::-webkit-scrollbar-track {
            background: #F1F3F4;
            border-radius: 10px;
        }

        .google-suggestions-dropdown::-webkit-scrollbar-thumb {
            background: #D1D5DB;
            border-radius: 10px;
        }

        .google-suggestions-dropdown::-webkit-scrollbar-thumb:hover {
            background: #9CA3AF;
        }

        .suggestion-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 20px;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .suggestion-item:hover {
            background: #F1F3F4;
        }

        .suggestion-icon {
            font-size: 18px;
            color: #5F6368;
            flex-shrink: 0;
        }

        .suggestion-content {
            flex: 1;
        }

        .suggestion-main {
            font-size: 14px;
            font-weight: 500;
            color: #202124;
            margin-bottom: 2px;
        }

        .suggestion-sub {
            font-size: 12px;
            color: #5F6368;
        }

        .suggestion-type {
            opacity: 0;
            font-size: 12px;
            font-weight: 600;
            color: #3B82F6;
            background: transparent;
            padding: 0;
            border-radius: 0;
            transition: opacity 0.2s ease, transform 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .suggestion-type::before {
            content: '\EA6C'; /* Remix icon arrow-right-line */
            font-family: 'remixicon';
            font-size: 18px;
        }

        .suggestion-item:hover .suggestion-type {
            opacity: 1;
            transform: translateX(4px);
        }

        .suggestion-type.zip {
            color: #8B5CF6;
        }

        .text-red-500 {
            --tw-text-opacity: 1;
            color: rgb(239 68 68 / var(--tw-text-opacity, 1));
        }

/* Wifi loader */

.wifi-loader {
  /* --background: #62abff; */
  --front-color: rgba(253, 253, 253, 0.5);
  --back-color: #3397fe;
  --text-color: #414856;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-136deg);
  transform-origin: center;
}

.wifi-loader svg circle.back {
  stroke: var(--back-color);
}

.wifi-loader svg circle.back {
  stroke-width: 6px;
  transform: rotate(-96deg);
}

.wifi-loader svg circle.front {
  stroke: var(--front-color);
}

.wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

.wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

.wifi-loader svg.circle-outer circle.back {
  animation: circle-outer 1.8s ease infinite 0.3s;
}

/* .wifi-loader svg.circle-outer circle.front {
  animation: circle-outer 1.8s ease infinite 0.15s;
} */

.wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

.wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

.wifi-loader svg.circle-middle circle.back {
  animation: circle-middle 1.8s ease infinite 0.25s;
}

/* .wifi-loader svg.circle-middle circle.front {
  animation: circle-middle 1.8s ease infinite 0.1s;
} */

.wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

.wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

.wifi-loader svg.circle-inner circle.back {
  animation: circle-inner 1.8s ease infinite 0.2s;
}

/* .wifi-loader svg.circle-inner circle.front {
  animation: circle-inner 1.8s ease infinite 0.05s;
} */

.wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.wifi-loader .text::before,
.wifi-loader .text::after {
  content: attr(data-text);
}

.wifi-loader .text::before {
  color: var(--text-color);
}

.wifi-loader .text::after {
  color: var(--front-color);
  animation: text-animation 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}


/*  */

.form-wizard-container {
    position: relative;
}

.form-wizard-container-inner {
    background: transparent linear-gradient(246deg, #0B071C 0%, #232D74 100%) 0% 0% no-repeat;
    border: 1px solid #8D98C7;
    border-radius: 15px;
    /* padding-top: 85px !important; */
    position: relative;
    z-index: 9;
}


.form-wizard-container::before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 95%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    background: transparent linear-gradient(246deg, #0B071C 0%, #232D74 100%) 0% 0% no-repeat;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #8D98C7;
    opacity: 0.7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-wizard-container::after {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    border-radius: 10px;
    background: transparent linear-gradient(246deg, #0B071C 0%, #232D74 100%) 0% 0% no-repeat;
    border: 1px solid #8D98C7;
    opacity: 0.5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.form-wizard-container .img-contain {
       width: 200px;
    position: absolute;
    top: -39px;
    right: -22px;
    /* transform: translateX(-50%); */
    z-index: 10;
}

.form-wizard-container .b-heading h3 {
    font-weight: 600;
    width: 70%;
}

.form-wizard-container .b-heading p {
    color: #CCCDFF;
}

.form-wizard-container .form-input {
    background: transparent linear-gradient(263deg, #18132E 0%, #232D74 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #8D98C7;
    border-radius: 10px;
}

.form-wizard-container .submit-bi {
    background: transparent linear-gradient(270deg, #3B82F6 0%, #8B68FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-weight: 600;
}

.border-bi {
    border: none;
    background: transparent linear-gradient(270deg, #18132E 0%, #232D74 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    box-shadow: 0px 0px 1px #00000029;
    margin: 40px 0;
}

.form-wizard-container .peer-iconshow {
    background: #A488FA !important;
}

.form-wizard-container .peer-iconshow i {
        --tw-scale-x: 1!important;
    --tw-scale-y: 1!important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;
}

.form-wizard-container .back-btn{
    max-width: 120px;
}
.form-wizard-container .bi-fsearch input {
    padding-right: 50px;
}
.form-wizard-container .bi-fsearch .group{
    transform:scale(1) !important;
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
}
.border-b {
    border-bottom-width: 1px;
}
.cursor-pointer {
    cursor: pointer;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-\[\#1f2568\] {
    --tw-bg-opacity: 1;
    background-color: rgb(31 37 104 / var(--tw-bg-opacity, 1));
}
.bi-fsearch-inner{
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 56px;
}
#address-suggestions{ border-radius: 10px; max-height: 300px; overflow-y: auto;}

#menu-best_new_temp_menu li{list-style: none;}

/* extra styles */
