    :root {
            --primary-blue: #dc3545;
            --primary-teal: #ff1b1b;
            --accent-orange: #ff0000;
            --accent-gold: #FDB913;
            --text-dark: #1A1A2E;
            --text-light: #000;
            --bg-cream: #FFF8F0;
            --bg-white: #FFFFFF;
            --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.08);
            --shadow-medium: 0 20px 60px rgba(0, 0, 0, 0.12);
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
               font-family: Poppins, Helvetica, sans-serif;
            line-height: 1.7;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        /* Typography */
        h1, h2, h3, h4, h5, h6 {
           font-family: Poppins, Helvetica, sans-serif;
            font-weight: 700;
            line-height: 1.2;
        }
div#logo img {
    height: 84px;
}
        /* Navigation Bar */
        .navbar-modern {
            background: var(--bg-white);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--primary-blue);
        }

        .nav-link {
            font-weight: 500;
            color: var(--text-dark);
            margin: 0 1rem;
            transition: color 0.3s ease;
        }

        .nav-link:hover {
            color: var(--primary-teal);
        }

        /* Hero Section - Modern Design */
     .hero-modern {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0A4D8E 0%, #00A8A8 100%);
    overflow: hidden;
    padding: 136px 0px 60px;
    text-align: center;
}

        .hero-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://flyontravel.ae//img/business-visa-banner.jpg') no-repeat bottom;
            background-size: cover;
        }
section.hero-modern .banner-overlay {
    position: absolute;
    background: #00000057;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
        .hero-content-modern {
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease;
        }

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

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 8px 20px;
            border-radius: 50px;
            color: #fff;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

       .hero-title-modern {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.15;
}

       .hero-subtitle-modern {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    max-width: 100%;
}

       .hero-description {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
    max-width: 100%;
    line-height: 1.8;
}

        .hero-cta-group {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-primary-modern {
            background: var(--accent-orange);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.05rem;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-primary-modern:hover {
            background: #e55d2e;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
            color: #fff;
        }

        .btn-secondary-modern {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.05rem;
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            backdrop-filter: blur(10px);
        }

        .btn-secondary-modern:hover {
            background: rgba(255, 255, 255, 0.25);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-3px);
            color: #fff;
        }

        /* Section Styling */
  .section-modern {
    padding: 60px 0;
}
      .section-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 4rem;
}

        .section-tag {
            display: inline-block;
            background: var(--bg-cream);
            color: var(--accent-orange);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
        }

        .section-title {
            font-size: 2.75rem;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .section-subtitle {
            font-size: 1.15rem;
            color: var(--text-light);
            line-height: 1.8;
        }

        /* Key Highlights Section */
        .highlights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

     .highlight-item {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    flex-direction: column;
    text-align: center;
    justify-content: unset;
    align-items: start;
    height: auto;
    margin: 0;
}

        .highlight-item:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-medium);
            border-color: var(--primary-teal);
        }

      .highlight-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 auto;
}

        .highlight-content p {
            color: var(--text-light);
            font-size: 0.95rem;
            margin: 0;
            line-height: 1.7;
        }

        /* Info Cards */
        .info-card {
            background: var(--bg-white);
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #f0f0f0;
            margin-bottom: 2rem;
        }

        .info-card h3 {
            font-size: 1.8rem;
            color: var(--primary-blue);
            margin-bottom: 1.5rem;
        }

        .info-card p {
            color: var(--text-light);
            font-size: 1.05rem;
            line-height: 1.9;
            margin-bottom: 1rem;
        }

        .info-card ul {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0;
        }

        .info-card ul li {
            padding: 12px 0;
            color: var(--text-light);
            display: flex;
            align-items: flex-start;
            gap: 12px;
            border-bottom: 1px solid #f0f0f0;
        }

        .info-card ul li:last-child {
            border-bottom: none;
        }

        .info-card ul li i {
            color: var(--primary-teal);
            font-size: 1.2rem;
            margin-top: 4px;
        }

        /* Visa Types Grid */
        .visa-types-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .visa-type-card {
            background: var(--bg-white);
            border-radius: 20px;
            padding: 2.5rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .visa-type-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-blue), var(--primary-teal));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }

        .visa-type-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-medium);
            border-color: var(--primary-teal);
        }

        .visa-type-card:hover::before {
            transform: scaleX(1);
        }

        .visa-type-icon {
            width: 70px;
            height: 70px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
            color: #fff;
            box-shadow: 0 10px 25px rgba(10, 77, 142, 0.3);
        }

        .visa-type-card h4 {
            font-size: 1.4rem;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .visa-type-card p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Process Timeline */
        .process-timeline {
            position: relative;
            padding: 3rem 0;
        }

        .timeline-item {
            display: flex;
            gap: 2rem;
            margin-bottom: 3rem;
            position: relative;
        }

        .timeline-number {
            width: 70px;
            height: 70px;
            min-width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 800;
            font-family: 'Playfair Display', serif;
            position: relative;
        }

        .timeline-item:nth-child(1) .timeline-number {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        .timeline-item:nth-child(2) .timeline-number {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: #fff;
            box-shadow: 0 10px 25px rgba(240, 147, 251, 0.3);
        }

        .timeline-item:nth-child(3) .timeline-number {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            color: #fff;
            box-shadow: 0 10px 25px rgba(79, 172, 254, 0.3);
        }

        .timeline-item:nth-child(4) .timeline-number {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            color: #fff;
            box-shadow: 0 10px 25px rgba(67, 233, 123, 0.3);
        }

        .timeline-content {
            flex: 1;
            background: var(--bg-white);
            padding: 2rem;
            border-radius: 16px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
        }

        .timeline-content h4 {
            font-size: 1.4rem;
            color: var(--text-dark);
            margin-bottom: 0.75rem;
        }

        .timeline-content p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
            margin: 0;
        }

        /* FAQ Modern */
        .faq-modern {
            background: var(--bg-white);
            border-radius: 16px;
            margin-bottom: 1.5rem;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .faq-modern:hover {
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        }

        .faq-question-modern {
            padding: 1.5rem 2rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--bg-white);
            border: none;
            width: 100%;
            text-align: left;
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--text-dark);
            transition: all 0.3s ease;
        }

        .faq-question-modern:hover {
            background: var(--bg-cream);
        }

        .faq-question-modern.active {
            background: var(--bg-cream);
            color: var(--primary-blue);
        }

        .faq-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--bg-cream);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .faq-question-modern.active .faq-icon {
            background: var(--primary-teal);
            color: #fff;
            transform: rotate(180deg);
        }

        .faq-answer-modern {
            padding: 0 2rem;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .faq-answer-modern.active {
            padding: 1.5rem 2rem;
            max-height: 500px;
        }

        .faq-answer-modern p {
            color: var(--text-light);
            line-height: 1.8;
        }

        /* Feature Boxes */
        .feature-box-modern {
            background: var(--bg-white);
            border-radius: 20px;
            padding: 2.5rem;
            height: 100%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            text-align: center;
        }

        .feature-box-modern:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-medium);
            border-color: var(--primary-teal);
        }

        .feature-icon-modern {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
            color: #fff;
            box-shadow: 0 10px 30px rgba(10, 77, 142, 0.3);
        }

        .feature-box-modern h4 {
            font-size: 1.3rem;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .feature-box-modern p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* CTA Section Modern */
        .cta-modern {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }

        .cta-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,165.3C1248,171,1344,149,1392,138.7L1440,128L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top;
            background-size: cover;
        }

        .cta-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #fff;
        }

        .cta-content h2 {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #fff;
        }

        .cta-content p {
            font-size: 1.25rem;
            margin-bottom: 2.5rem;
            opacity: 0.95;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-cta-white {
            background: #fff;
            color: var(--primary-blue);
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-cta-white:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
            color: var(--primary-blue);
        }

        .btn-cta-outline {
            background: transparent;
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            border: 2px solid #fff;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-cta-outline:hover {
            background: #fff;
            color: var(--primary-blue);
            transform: translateY(-3px);
        }

        /* Footer */
        .footer-modern {
            background: var(--text-dark);
            color: rgba(255, 255, 255, 0.8);
            padding: 3rem 0 1.5rem;
        }

        .footer-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 1rem;
        }

        .footer-text {
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .footer-contact a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-contact a:hover {
            color: var(--primary-teal);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 2rem;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.9rem;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .hero-title-modern {
                font-size: 2.5rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .cta-content h2 {
                font-size: 2rem;
            }

            .timeline-item {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 768px) {
            .hero-title-modern {
                font-size: 2rem;
            }

            .hero-subtitle-modern {
                font-size: 1.1rem;
            }

            .section-title {
                font-size: 1.75rem;
            }

            .hero-cta-group {
                flex-direction: column;
            }

            .btn-primary-modern,
            .btn-secondary-modern {
                width: 100%;
                justify-content: center;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: stretch;
            }

            .btn-cta-white,
            .btn-cta-outline {
                width: 100%;
                justify-content: center;
            }

            .highlight-item {
                flex-direction: column;
                text-align: center;
            }

            .highlight-icon {
                margin: 0 auto;
            }
        }



        /* Modern Process Stepper */
        .process-stepper-container {
            background: var(--bg-white);
            border-radius: 24px;
            padding: 3rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        .process-stepper {
            position: relative;
        }

        .process-step-modern {
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 2rem;
            position: relative;
            padding-bottom: 3rem;
        }

        .process-step-modern:last-child {
            padding-bottom: 0;
        }

       .step-circle {
    width: 79px;
    height: 79px;
    position: relative;
    z-index: 2;
}

        .step-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
    transition: transform 0.3s ease;
    margin-left: 24px;
    margin-top: 18px;
}

        .process-step-modern:hover .step-inner {
            transform: scale(1.05);
        }

      .step-number {
    font-size: 1rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: 1px;
    right: 15px;
}
.step-icon {
    font-size: 1.5rem;
    color: #fff;
}

        .step-connector {
            position: absolute;
            left: 60px;
            top: 120px;
            width: 3px;
            height: calc(100% - 120px);
            background: linear-gradient(180deg, var(--primary-blue), var(--primary-teal));
            z-index: 1;
        }

        .process-step-modern:last-child .step-connector {
            display: none;
        }

        .step-content-box {
            background: var(--bg-cream);
            border-radius: 16px;
            padding: 2rem;
            border-left: 4px solid var(--primary-blue);
            transition: all 0.3s ease;
        }

        .process-step-modern:hover .step-content-box {
            transform: translateX(5px);
            box-shadow: 0 5px 20px rgba(220, 53, 69, 0.15);
        }

        .step-content-box h4 {
            font-size: 1.5rem;
            color: var(--text-dark);
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .step-content-box p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .step-features {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .step-features span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: var(--bg-white);
            padding: 6px 14px;
            border-radius: 50px;
            font-size: 0.85rem;
            color: var(--text-dark);
            font-weight: 500;
        }

        .step-features span i {
            color: var(--primary-blue);
            font-size: 0.75rem;
        }

        /* Processing Time Card */
        .processing-time-card {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
            border-radius: 24px;
            padding: 3rem;
            color: #fff;
            box-shadow: 0 20px 60px rgba(220, 53, 69, 0.3);
            position: relative;
            overflow: hidden;
        }

        .processing-time-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .processing-time-card h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #fff;
        }

        .processing-time-card p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.05rem;
            margin-bottom: 2rem;
        }

        .time-visual {
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .time-circle {
            width: 180px;
            height: 180px;
            margin: 0 auto 1.5rem;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 3px solid rgba(255, 255, 255, 0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .time-number {
            font-size: 4rem;
            font-weight: 800;
            font-family: 'Playfair Display', serif;
            line-height: 1;
        }

        .time-unit {
            font-size: 1.2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .time-label {
            font-size: 1.1rem;
            font-weight: 600;
            opacity: 0.9;
        }

        .timeline-phases {
            margin-top: 2rem;
            position: relative;
            z-index: 2;
        }

        .phase-item {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            backdrop-filter: blur(10px);
        }

        .phase-item:last-child {
            margin-bottom: 0;
        }

        .phase-icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .phase-content h5 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: #fff;
        }

        .phase-content p {
            font-size: 0.95rem;
            margin: 0;
            color: rgba(255, 255, 255, 0.85);
        }

        .alert-box {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: rgba(253, 185, 19, 0.2);
            border: 2px solid var(--accent-gold);
            border-radius: 12px;
            padding: 1.25rem;
            margin-top: 2rem;
            position: relative;
            z-index: 2;
        }

        .alert-box i {
            font-size: 1.5rem;
            color: var(--accent-gold);
            margin-top: 2px;
        }

        .alert-box span {
            color: #fff;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .process-step-modern {
                grid-template-columns: 80px 1fr;
                gap: 1rem;
            }

            .step-circle {
                width: 80px;
                height: 80px;
            }

            .step-connector {
                left: 40px;
                top: 80px;
                height: calc(100% - 80px);
            }

            .step-icon {
                font-size: 1.8rem;
            }

            .step-number {
                font-size: 1.5rem;
                top: 10px;
                right: 10px;
            }

            .time-circle {
                width: 150px;
                height: 150px;
            }

            .time-number {
                font-size: 3rem;
            }

            .phase-item {
                flex-direction: column;
            }
        }

          /* Enhanced Service Cards */
        .service-card-enhanced {
            background: var(--bg-white);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .service-card-enhanced:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 50px rgba(220, 53, 69, 0.15);
            border-color: var(--primary-blue);
        }

        .service-card-header {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-teal));
            padding: 2.5rem 2rem 1.5rem;
            position: relative;
            overflow: hidden;
        }

        .service-card-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }

        .service-icon-large {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .service-badge {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: var(--accent-gold);
            color: var(--text-dark);
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 3;
        }

        .service-badge.badge-premium {
            background: linear-gradient(135deg, var(--accent-gold), #FFD700);
        }

        .service-card-body {
            padding: 2rem;
            flex: 1;
        }

        .service-card-body h4 {
            font-size: 1.5rem;
            color: var(--text-dark);
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .service-card-body p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .service-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .service-features li {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            color: var(--text-light);
            font-size: 0.9rem;
        }

        .service-features li i {
            color: var(--primary-blue);
            font-size: 0.9rem;
        }

        .service-card-footer {
            padding: 0 2rem 2rem;
        }

        .service-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary-blue);
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .service-link:hover {
            gap: 12px;
            color: var(--primary-teal);
        }

        .service-link i {
            transition: transform 0.3s ease;
        }

        .service-link:hover i {
            transform: translateX(4px);
        }

        /* Service Stats Mini */
        .service-stats-container {
            background: var(--bg-white);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            border: 2px solid var(--primary-blue);
        }

        .stat-box-mini {
            text-align: center;
            padding: 1rem;
        }

        .stat-number-mini {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-blue);
            font-family: 'Playfair Display', serif;
            margin-bottom: 0.5rem;
        }

        .stat-label-mini {
            font-size: 0.9rem;
            color: var(--text-light);
            font-weight: 500;
        }section#what-is {
    background: #fff;
}section#visa-types {
    background: #fff;
}section#process {
    background: #fff;
}section#Why-Choose {
    background: #fff;
}