     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       body {
 font-family: "Bai Jamjuree", sans-serif;
 
 
font-weight: 400;
font-style: normal;
}

h1, h2, h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}
 html {
    scroll-behavior: smooth; /* smooth scrolling */
  }

 /* Typing Text Animation Styles */
.typing-text {
    color: #ef3340;
    display: inline-block;
    position: relative;
    min-width: 180px;
    font-weight: bold;
    text-align: left;
}

/* Blinking cursor effect */
/* .typing-text::after {
    content: '|';
    position: absolute;
    right: -15px;
    color: #ff9800;
    animation: blink 0.7s infinite;
    font-weight: 400;
} */

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

/* Optional: Add a subtle glow effect */
.typing-text {
    text-shadow: 0 0 20px rgba(255, 152, 0, 0.3);
}

/* Smooth transitions */
.typing-text {
    transition: all 0.1s ease;
}


        /* Header Styles */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            padding: 0px 0;
            z-index: 1000;
            transition: all 0.3s ease;
        }.logo-text img {
    width: 78px;
}

        .header.scrolled {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 5px 0;
        }

        .logo-section {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-circle {
            width: 45px;
            height: 45px;
            background: #ef3340;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        .logo-text h1 {
            font-size: 28px;
            font-weight: 700;
            color: #ef3340;
            margin: 0;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .logo-text p {
            font-size: 12px;
            color: #666;
            margin: 0;
            font-weight: 400;
        }

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

        .nav-links a {
            color: #333;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: color 0.3s;
        }

       .nav-links a:hover {
    color: #ffffff;
}

        .phone-link {
            color: #ff9800;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .apply-btn {
            background: #ef3340;
            color: white;
            padding: 10px 28px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border: none;
            border-radius: 100px;
        }

        .apply-btn:hover {
            background: #d62935;
            color: white;
        }

        /* Hero Section */
        .hero-section {
    min-height: 100vh;
    background: linear-gradient(rgba(220, 220, 230, 0.85), rgba(220, 220, 230, 0.85)), url(./img/dubai-hero.jpg) center / cover no-repeat;
    padding-top: 120px;
    position: relative;
    padding-bottom: 60px;
}

        .government-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: white;
            padding: 12px 24px;
            border-radius: 50px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .badge-icon {
            width: 22px;
            height: 22px;
            border: 2px solid #ef3340;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ef3340;
            font-size: 14px;
        }

     .hero-title {
    font-size: 60px;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
}

        .hero-title strong {
            font-weight: 700;
        }

        .hero-title .highlight {
            color: #ff9800;
        }

        .hero-subtitle {
            font-size: 18px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 35px;
            max-width: 500px;
        }

        .trust-badges {
            display: flex;
            gap: 30px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

      .trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ffffff24;
    padding: 10px;
    background: #ffffff82;
    border-radius: 5px;
}

        .trust-badge i {
            color: #4caf50;
            font-size: 18px;
        }

        .trust-badge .star {
            color: #ffc107;
        }

        /* Stats Section */
        .stats-section {
            display: flex;
            gap: 60px;
            margin-top: 50px;
        }

        .stat-item h3 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 5px;
        }

       .stat-item h3:first-child {
    color: #ef3340;
}

        .stat-item h3:nth-child(2) {
            color: #ff9800;
        }

        .stat-item h3:nth-child(3) {
            color: #ff9800;
        }

        .stat-item p {
            font-size: 14px;
            color: #666;
            margin: 0;
        }

        /* Form Card */
        .form-card {
            background: white;
            border-radius: 25px;
            padding: 33px 45px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            position: relative;
            overflow: hidden;
        }

        .form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #ef3340, #ff9800);
        }

        .form-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .form-header .subtitle {
            color: #666;
            margin-bottom: 16px;
            font-size: 15px;
        }

        .form-group {
            position: relative;
            margin-bottom: 15px;
        }

        .input-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 16px;
            z-index: 2;
            transition: color 0.3s ease;
        }

        .form-group:focus-within .input-icon {
            color: #ef3340;
        }

        .form-control {
            padding: 13px 18px 11px 50px;
            border: 2px solid #e8e8e8;
            border-radius: 12px;
            font-size: 15px;
            width: 100%;
            transition: all 0.3s ease;
            background: #fafafa;
        }

        .form-control:focus {
            border-color: #ef3340;
            box-shadow: 0 0 0 4px rgba(239, 51, 64, 0.1);
            background: white;
            outline: none;
        }

        .form-select {
            padding: 16px 18px 16px 50px;
            border: 2px solid #e8e8e8;
            border-radius: 12px;
            font-size: 15px;
            width: 100%;
            transition: all 0.3s ease;
            background: #fafafa;
            cursor: pointer;
        }

        .form-select:focus {
            border-color: #ef3340;
            box-shadow: 0 0 0 4px rgba(239, 51, 64, 0.1);
            background: white;
            outline: none;
        }

        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #ef3340, #d62935);
            color: white;
            padding: 17px;
            border: none;
            border-radius: 12px;
            font-size: 17px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 10px 25px rgba(239, 51, 64, 0.3);
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(239, 51, 64, 0.4);
            gap: 15px;
        }

        .submit-btn i {
            transition: transform 0.3s ease;
        }

        .submit-btn:hover i {
            transform: translateX(5px);
        }

        .security-note {
            text-align: center;
            color: #999;
            font-size: 13px;
            margin-top: 15px;
        }

        .security-note i {
            color: #ff9800;
            margin-right: 5px;
        }

        .call-section {
            text-align: center;
            margin-top: 16px;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        .call-section p {
            color: #666;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .call-number {
            color: #ff9800;
            font-size: 26px;
            font-weight: 700;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        @media (max-width: 992px) {
            .hero-title {
                font-size: 48px;
            }
            
            .stats-section {
                gap: 30px;
            }
        }

        /* Why Choose Us Section */
        .why-choose-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

        /* Countries Section */
        .countries-section {
            padding: 60px 0;
            background: white;
        }

        .country-card {
            border-radius: 20px;
            overflow: hidden;
            background: white;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            height: 100%;
        }

        .country-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .country-image {
            height: 280px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .country-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
        }

        .country-content {
            position: absolute;
            bottom: 25px;
            left: 25px;
            right: 25px;
            z-index: 2;
        }

        .country-name {
            font-size: 32px;
            font-weight: 700;
            color: white;
            margin-bottom: 5px;
        }

        .country-subtitle {
            font-size: 15px;
            color: rgba(255,255,255,0.9);
            margin: 0;
        }

        .country-info {
            padding: 25px;
        }

      .visa-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 170px;
}

        .visa-features li {
            padding: 10px 0;
            color: #666;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .visa-features i {
            color: #ff9800;
            font-size: 16px;
        }

        .country-btn {
            width: 100%;
            background: #ef3340;
            color: white;
            border: none;
            padding: 14px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .country-btn:hover {
            background: #d62935;
            gap: 15px;
        }

        .disclaimer-text {
            text-align: center;
            color: #999;
            font-size: 14px;
            margin-top: 50px;
        }

        /* How It Works Section */
        .how-it-works-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .how-it-works-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 152, 0, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .how-it-works-section::after {
            content: '';
            position: absolute;
            bottom: -50%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(239, 51, 64, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .steps-wrapper {
            position: relative;
            z-index: 1;
        }

        .process-step {
            text-align: center;
            padding: 50px 30px;
            position: relative;
            transition: all 0.4s ease;
        }

        .process-step:hover {
            transform: translateY(-15px);
        }

        .step-badge {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #ef3340, #d62935);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(239, 51, 64, 0.3);
            z-index: 2;
        }

        .step-badge span {
            font-size: 22px;
            font-weight: 700;
            color: white;
        }

        .process-icon-box {
            width: 120px;
            height: 120px;
            background: white;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 40px auto 30px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            position: relative;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .process-step:hover .process-icon-box {
            background: linear-gradient(135deg, #ff9800, #f57c00);
            box-shadow: 0 20px 50px rgba(255, 152, 0, 0.4);
            transform: scale(1.1) rotate(5deg);
        }

       .process-icon-box i {
    font-size: 45px;
    color: #df2c39;
    transition: all 0.5s ease;
}

        .process-step:hover .process-icon-box i {
            color: white;
            transform: scale(1.1);
        }

        .process-title {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .process-step:hover .process-title {
            color: #ef3340;
        }

        .process-description {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin: 0;
            max-width: 250px;
            margin-left: auto;
            margin-right: auto;
        }

        .step-arrow {
            position: absolute;
            top: 50%;
            right: -15px;
            transform: translateY(-50%);
            font-size: 28px;
            color: #ff9800;
            opacity: 0.4;
            animation: arrowMove 2s ease-in-out infinite;
            z-index: 0;
        }

        @keyframes arrowMove {
            0%, 100% {
                transform: translateY(-50%) translateX(0);
            }
            50% {
                transform: translateY(-50%) translateX(10px);
            }
        }

        .progress-line {
            position: absolute;
            top: 80px;
            left: 12%;
            right: 12%;
            height: 3px;
            background: linear-gradient(to right, 
                #ef3340 0%, 
                #ff9800 33%, 
                #ff9800 66%, 
                #4caf50 100%);
            z-index: 0;
            opacity: 0.2;
        }

        .progress-line::before,
        .progress-line::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 12px;
            height: 12px;
            background: #ff9800;
            border-radius: 50%;
            transform: translateY(-50%);
        }

        .progress-line::before {
            left: 0;
        }

        .progress-line::after {
            right: 0;
        }

        /* Testimonials Section */
        .testimonials-section {
            padding: 60px 0;
            background: white;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 35px;
            height: 100%;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            position: relative;
            border: 2px solid transparent;
        }

        .testimonial-card:hover {
            border-color: #ff9800;
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .quote-icon {
            margin-bottom: 20px;
        }

        .quote-icon i {
            font-size: 35px;
            color: #ffe8cc;
        }

        .stars {
            margin-bottom: 20px;
        }

        .stars i {
            color: #ffc107;
            font-size: 18px;
            margin-right: 3px;
        }

        .testimonial-text {
            font-size: 16px;
            color: #555;
            line-height: 1.7;
            margin-bottom: 25px;
            min-height: 100px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }

       .author-avatar {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ef3340, #d72229);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

        .author-info h4 {
            font-size: 17px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 3px 0;
        }

        .author-info p {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        .testimonial-stats {
            margin-top: 60px;
            padding-top: 50px;
            border-top: 2px solid #f0f0f0;
        }

        .stat-box {
            text-align: center;
            padding: 20px;
        }

      .stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #ef3340;
    margin-bottom: 10px;
}
section#Contact p.bottom {
    color: #fff;
    padding: 20px;
    text-align: center;
}
.imp {
    background: #f3f2f2;
    padding: 30px;
}

.imp .flex.items-start {
    display: flex;
}
span.typing-textr {
    color: red;
    font-weight: bold;
}
.col-md-12.Importan-one {
    background: #ffffff5c;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.col-md-12.Importan-one .flex.items-start {
    display: flex;
}
        .stat-number i {
            font-size: 28px;
        }

        .stat-label {
            font-size: 15px;
            color: #666;
            margin: 0;
        }

        /* FAQ Section */
        .faq-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .faq-container {
            background: transparent;
        }

        .faq-item {
            background: white;
            border-radius: 20px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }

        .faq-item:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            border-left-color: #ff9800;
        }

        .faq-item.active {
            border-left-color: #ef3340;
        }

        .faq-question {
            padding: 28px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            user-select: none;
        }

        .faq-question h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            flex: 1;
            transition: color 0.3s ease;
        }

        .faq-item.active .faq-question h3 {
            color: #ef3340;
        }

        .faq-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #fff5e6, #ffe8cc);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .faq-icon i {
            font-size: 16px;
            color: #ff9800;
            transition: all 0.3s ease;
        }

        .faq-item.active .faq-icon {
            background: linear-gradient(135deg, #ef3340, #d62935);
            transform: rotate(45deg);
        }

        .faq-item.active .faq-icon i {
            color: white;
        }

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

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 30px 28px 30px;
        }

        .faq-answer p {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }

        /* CTA Section */
        .cta-section {
            padding: 80px 0;
            background: white;
        }

      .cta-card {
    background: linear-gradient(135deg, #be121e 0%, #d72229 100%);
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(239, 51, 64, 0.3);
    position: relative;
    overflow: hidden;
}
section.cta-section span.highlight-orange {
    color: #fff;
}
        .cta-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-card::after {
            content: '';
            position: absolute;
            bottom: -50%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-title {
            font-size: 42px;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .cta-subtitle {
            font-size: 18px;
            color: rgba(255,255,255,0.9);
            margin-bottom: 35px;
            position: relative;
            z-index: 1;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .cta-btn {
            padding: 18px 40px;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .cta-btn-primary {
            background: white;
            color: #ef3340;
        }

        .cta-btn-primary:hover {
            background: #f8f9fa;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .cta-btn-whatsapp {
            background: #25D366;
            color: white;
        }

        .cta-btn-whatsapp:hover {
            background: #20ba5a;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
        }

        /* Footer */
        .footer {
            background: #1a1a1a;
            color: #ffffff;
            padding: 60px 0 0;
        }

        .footer-brand {
            margin-bottom: 20px;
        }

        .footer-desc {
            color: #999;
            font-size: 15px;
            line-height: 1.7;
        }

        .footer-title {
            font-size: 20px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

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

        .footer-links a {
            color: #999;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #ff9800;
        }

        .footer-contact {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-contact li {
            display: flex;
            gap: 12px;
            margin-bottom: 15px;
            color: #999;
            font-size: 15px;
        }

        .footer-contact i {
            color: #ff9800;
            width: 20px;
            margin-top: 3px;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background: #2a2a2a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: #ff9800;
            transform: translateY(-5px);
        }

        .footer-bottom {
            margin-top: 50px;
            padding: 25px 0;
            border-top: 1px solid #2a2a2a;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-bottom p {
            margin: 0;
            color: #999;
            font-size: 14px;
        }

        .footer-legal {
            display: flex;
            gap: 25px;
        }

        .footer-legal a {
            color: #999;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
            color: #ff9800;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-label {
            color: #ff9800;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: block;
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 48px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
        }

       .highlight-orange {
    color: #ef3340;
}

        .section-subtitle {
            font-size: 18px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }

        .feature-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            height: 100%;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff9800, #ef3340);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-color: #f0f0f0;
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }
.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffebe9 0%, #ffdad7 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

section#WhyChoose .text-muted-foreground {
    padding: 20px;
    background: #efefef;
    border-radius: 20px;
    margin-top: 23px;
}
p.bottom-text {
    text-align: center;
}
section#WhyChoose .text-muted-foreground .flex.items-start {
    display: flex;
}

      .feature-card:hover .feature-icon {
    background: #fff;
    transform: scale(1.1) rotate(5deg);
    border: 1px solid #ddd;
}
        .feature-icon i {
            font-size: 30px;
            color: #ff9800;
            transition: all 0.4s ease;
        }

        .feature-card:hover .feature-icon i {
            color: white;
        }

        .feature-title {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .feature-card:hover .feature-title {
            color: #ef3340;
        }

        .feature-desc {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin: 0;
        }
        .for-mob {
            display: none;
        }
.whatsapp-float {
    position: fixed;
    bottom: 94px;
    right: 14px;
    z-index: 1000;
    display: block;
}a.phone-link {
    background: #09a945;
    color: white;
    padding: 10px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
}
        @media (max-width: 768px) {
.whatsapp-float {
    position: fixed;
    bottom: 94px;
    right: 14px;
    z-index: 1000;
    display: none;
}
            .government-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 7px 22px;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 14px;
    font-size: 13px;
}.hero-title {
  
    margin-bottom: 11px;
}.trust-badges {
    display: flex;
    gap: 30px;
    margin-top: 16px;
    flex-wrap: wrap;
}.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ffffff24;
    padding: 10px;
    background: #ffffff82;
    border-radius: 5px;
    width: 31%;
    flex-direction: column;
    text-align: center;
}.trust-badges {
    display: flex;
    gap: 9px;
    margin-top: 4px;
    flex-wrap: wrap;
}.hero-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 19px;
    max-width: 500px;
}.stats-section {
    display: flex;
    gap: 30px;
    margin-top: 18px;
}.stat-item h3 {
    font-size: 29px;
   
}
            .hero-section {
                padding-top: 100px;
            }
            
            .hero-title {
                font-size: 36px;
            }
            
            .form-card {
                padding: 30px 25px;
                margin-top: 40px;
            }

            .section-title {
                font-size: 36px;
            }

            .why-choose-section {
                padding: 60px 0;
            }

            .section-header {
                margin-bottom: 40px;
            }

            .feature-card {
                padding: 30px 25px;
            }.cta-btn {
    padding: 18px 32px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s 
ease;
    border: none;
    cursor: pointer;
}.cta-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}.cta-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}.cta-btn-whatsapp {
    background: #25D366;
    color: white;
    width: 88%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.for-mob {
    display: flex;
    gap: 10px;
}

.for-mob a {
    background: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
}

.for-mob a:nth-child(1) {
    background: #ff9800;
}

.for-mob a:nth-child(2) {
    background: #109d10;
}
        }




        .whatsapp-float

 {
    position: fixed;
    bottom: 94px;
    right: 14px;
    z-index: 1000;
}

        .whatsapp-button {
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
            position: relative;
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
        }

        .whatsapp-button::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #25D366;
            opacity: 0.3;
            animation: ripple 2s infinite;
        }

        .whatsapp-icon {
            width: 35px;
            height: 35px;
            fill: white;
            position: relative;
            z-index: 2;
        }

        .tooltip {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            color: #333;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 14px;
            white-space: nowrap;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .tooltip::after {
            content: '';
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            border: 8px solid transparent;
            border-left-color: white;
        }

        .whatsapp-button:hover .tooltip {
            opacity: 1;
            visibility: visible;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        @keyframes ripple {
            0% {
                transform: scale(1);
                opacity: 0.3;
            }
            50% {
                transform: scale(1.3);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 0;
            }
        }

        .message-box {
            position: fixed;
            bottom: 110px;
            right: 30px;
            width: 300px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.2);
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            z-index: 999;
        }

        .message-box.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .message-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .avatar {
            width: 50px;
            height: 50px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        .avatar-icon {
            width: 30px;
            height: 30px;
            fill: white;
        }

        .message-info h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 3px;
        }

        .message-info p {
            font-size: 12px;
            color: #888;
        }

        .message-content {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .message-button {
            width: 100%;
            padding: 12px;
            background: #25D366;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .message-button:hover {
            background: #20bd5a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 24px;
            height: 24px;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 20px;
            color: #888;
            transition: color 0.3s ease;
        }

        .close-button:hover {
            color: #333;
        }
        
















       
        

        /* Back to Top Button */
       .back-to-top-container .back-to-top {
    position: fixed;
    bottom: 19px;
    right: 17px;
    width: 55px;
    height: 55px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s 
cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

        .back-to-top-container .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .back-to-top-container .back-to-top:hover {
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 6px 30px rgba(220, 53, 69, 0.5);
        }

        .back-to-top-container .back-to-top:active {
            transform: translateY(-3px) scale(1.05);
        }

        /* Arrow Icon */
       .back-to-top-container .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    position: relative;
    animation: bounce 2s infinite;
    margin-top: -10px;
}

        .back-to-top-container .arrow::after {
            content: '';
            position: absolute;
            width: 3px;
            height: 15px;
            background: white;
            left: 50%;
            top: 8px;
            transform: translateX(-50%);
            border-radius: 2px;
        }

        /* Progress Circle */
        .back-to-top-container .progress-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }

        .back-to-top-container .progress-ring-circle {
            fill: none;
            stroke: rgba(255, 255, 255, 0.5);
            stroke-width: 3;
            stroke-dasharray: 157;
            stroke-dashoffset: 157;
            transition: stroke-dashoffset 0.1s linear;
        }

        /* Tooltip */
        .back-to-top-container .tooltip {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 13px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .back-to-top-container .tooltip::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-left-color: rgba(0, 0, 0, 0.8);
        }

        .back-to-top-container .back-to-top:hover .tooltip {
            opacity: 1;
            visibility: visible;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-8px);
            }
            60% {
                transform: translateY(-4px);
            }
        }

        /* Pulse effect */
        .back-to-top-container .back-to-top::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #dc3545;
            opacity: 0;
            animation: pulse-ring 2s ease-out infinite;
        }

        @keyframes pulse-ring {
            0% {
                transform: scale(1);
                opacity: 0.5;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }.visa-cta-section {
    background: linear-gradient(135deg, #dc3545 0%, #ff0000 50%, #c00000 100%);
    position: relative;
    overflow: hidden;
  }
  
  .visa-cta-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Slight dark overlay for better text readability */
    pointer-events: none;
  }
  
  .visa-cta-heading,
  .visa-cta-subheading,
  .visa-cta-button {
    position: relative;
    z-index: 2;
  }
  
  .visa-cta-button {
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .visa-cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
    background: #ffffff;
    color: #dc3545;
  }

  


.visa-urgent-action {
    background: linear-gradient(90deg, #ff4500 0%, #ef3340 50%, #ef3340 100%);
    border-bottom: 4px solid #cc0000;
}
  
  .visa-urgent-heading {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  
  @media (max-width: 768px) {

    .apply-btn {
    background: rgb(239, 51, 64);
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    border-radius: 100px;
}
    .visa-urgent-heading {
      font-size: 1.4rem;
    }
    .visa-urgent-sub {
      font-size: 0.95rem;
    }
  }
  
  .visa-urgent-btn {
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: #ffc107;
    color: #212529;
    border: none;
  }
  
  .visa-urgent-btn:hover {
    transform: scale(1.08);
    background: #fff;
    color: #ff4500;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }







.thankyou-page header#header {
    background: #fff;
}

          /* Thank You Section */
      .thankyou-page .thank-you-section

 {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    padding: 136px 0;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

        .thankyou-page .thank-you-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 152, 0, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .thankyou-page .thank-you-section::after {
            content: '';
            position: absolute;
            bottom: -100px;
            left: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(239, 51, 64, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-30px);
            }
        }

        .thankyou-page .thank-you-content {
            position: relative;
            z-index: 1;
        }

        .thankyou-page .success-icon {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #4caf50, #45a049);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 40px;
            box-shadow: 0 20px 60px rgba(76, 175, 80, 0.3);
            animation: scaleIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        @keyframes scaleIn {
            0% {
                transform: scale(0) rotate(0deg);
                opacity: 0;
            }
            100% {
                transform: scale(1) rotate(360deg);
                opacity: 1;
            }
        }

        .thankyou-page .success-icon i {
            font-size: 55px;
            color: white;
        }

        .thankyou-page .thank-you-title {
            font-size: 48px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        .thankyou-page .thank-you-subtitle {
            font-size: 20px;
            color: #666;
            margin-bottom: 15px;
            animation: fadeInUp 0.8s ease 0.4s both;
        }

        .thankyou-page .thank-you-message {
            font-size: 16px;
            color: #888;
            max-width: 600px;
            margin: 0 auto 50px;
            line-height: 1.7;
            animation: fadeInUp 0.8s ease 0.6s both;
        }

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

        /* Info Cards */
        .thankyou-page .info-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 50px;
            animation: fadeInUp 0.8s ease 0.8s both;
        }

        .thankyou-page .info-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .thankyou-page .info-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .thankyou-page .info-card-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #fff5e6, #ffe8cc);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .thankyou-page .info-card-icon i {
            font-size: 32px;
            color: #ff9800;
        }

        .thankyou-page .info-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .thankyou-page .info-card p {
            font-size: 14px;
            color: #666;
            margin: 0;
            line-height: 1.6;
        }

        /* Action Buttons */
        .thankyou-page .action-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeInUp 0.8s ease 1s both;
        }

        .thankyou-page .action-btn {
            padding: 16px 40px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .thankyou-page .btn-primary {
            background: linear-gradient(135deg, #ef3340, #d62935);
            color: white;
            box-shadow: 0 10px 25px rgba(239, 51, 64, 0.3);
        }

        .thankyou-page .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(239, 51, 64, 0.4);
            color: white;
        }

        .thankyou-page .btn-secondary {
            background: white;
            color: #ef3340;
            border: 2px solid #ef3340;
        }

        .thankyou-page .btn-secondary:hover {
            background: #ef3340;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(239, 51, 64, 0.3);
        }

        .thankyou-page .btn-whatsapp {
            background: #25D366;
            color: white;
            box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
        }

        .thankyou-page .btn-whatsapp:hover {
            background: #20ba5a;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
            color: white;
        }

        /* Contact Box */
        .thankyou-page .contact-box {
            background: linear-gradient(135deg, #ef3340, #d62935);
            border-radius: 25px;
            padding: 40px;
            text-align: center;
            color: white;
            margin-top: 50px;
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.8s ease 1.2s both;
        }

        .thankyou-page .contact-box::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .thankyou-page .contact-box h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .thankyou-page .contact-box p {
            font-size: 16px;
            margin-bottom: 25px;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .thankyou-page .contact-details {
            display: flex;
            gap: 30px;
            justify-content: center;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .thankyou-page .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
            font-weight: 600;
        }

        .thankyou-page .contact-item i {
            font-size: 24px;
        }

        @media (max-width: 768px) {
            .thankyou-page .thank-you-title {
                font-size: 36px;
            }

            .thankyou-page .thank-you-subtitle {
                font-size: 18px;
            }

            .thankyou-page .info-cards {
                grid-template-columns: 1fr;
            }

            .thankyou-page .action-buttons {
                flex-direction: column;
            }

            .thankyou-page .action-btn {
                width: 100%;
                justify-content: center;
            }
        }
        
        
.disclaimer-text2 {
    padding: 40px;
    background: #f8f0f0;
}.why-choose-section.Service-wrapper {
    background: #fff;
}

.why-choose-section.Service-wrapper .feature-card {
    border: 1px solid #ddd;
}