/* ==========================================================
   VISA SERVICES PAGE — visaservices.css
   Blue Sky theme — matching reference image
   ========================================================== */

.visa-page {
    font-family: 'DM Sans', sans-serif;
    padding-top: 70px;
}

@media (max-width: 991px) {
    .visa-page { padding-top: 60px; }
}


/* ----------------------------------------------------------
   1. HERO — Blue sky gradient (matches reference image)
   ---------------------------------------------------------- */

.visa-hero {
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 40%, #fef3c7 100%);
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.visa-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(14,165,233,0.10) 0%, transparent 70%);
    border-radius: 50%;
}

.visa-hero::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(251,191,36,0.10) 0%, transparent 70%);
    border-radius: 50%;
}

/* Badge */
.visa-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(14,165,233,0.10);
    border: 1px solid rgba(14,165,233,0.28);
    color: #0369a1;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Title */
.visa-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #0c1445;
    line-height: 1.2;
}

.visa-hero-title span { color: #0ea5e9; }

/* Subtitle */
.visa-hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    max-width: 520px;
    line-height: 1.7;
}

/* Hero image */
.visa-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(14,165,233,0.18);
}

/* WhatsApp button */
.btn-whatsapp-visa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37,211,102,0.35);
    transition: all 0.3s ease;
}

.btn-whatsapp-visa:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37,211,102,0.45);
}

.btn-whatsapp-visa i { font-size: 1.3rem; }


/* ----------------------------------------------------------
   2. SECTION HEADING COMMON
   ---------------------------------------------------------- */

.visa-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 800;
    color: #0c1445;
    margin-bottom: 10px;
}

.visa-section-sub {
    font-size: 0.95rem;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto;
}


/* ----------------------------------------------------------
   3. WHY CHOOSE US — Feature Cards
   ---------------------------------------------------------- */

.visa-features {
    background: #ffffff;
    padding: 70px 0;
}

.visa-feature-card {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.visa-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(14,165,233,0.14);
}

.visa-feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.6rem;
    color: #0284c7;
}

.visa-feature-card h5 {
    font-weight: 700;
    font-size: 1rem;
    color: #0c1445;
    margin-bottom: 8px;
}

.visa-feature-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}


/* ----------------------------------------------------------
   4. VISA TYPES
   ---------------------------------------------------------- */

.visa-types-section {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    padding: 60px 0;
}

.visa-type-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1.5px solid #bae6fd;
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0369a1;
    transition: all 0.3s ease;
    cursor: default;
    height: 100%;
}

.visa-type-chip i {
    font-size: 1.6rem;
    color: #0ea5e9;
}

.visa-type-chip:hover {
    border-color: #0ea5e9;
    box-shadow: 0 4px 16px rgba(14,165,233,0.18);
    transform: translateY(-3px);
}


/* ----------------------------------------------------------
   5. HOW IT WORKS — Steps
   ---------------------------------------------------------- */

.visa-steps-section {
    background: #ffffff;
    padding: 70px 0;
}

.visa-step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
}

.visa-step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 4px 16px rgba(14,165,233,0.35);
}

.visa-step-text h6 {
    font-weight: 700;
    font-size: 1rem;
    color: #0c1445;
    margin-bottom: 4px;
}

.visa-step-text p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* CTA Box (right side) */
.visa-cta-box {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    border-radius: 28px;
    padding: 40px 32px;
    text-align: center;
}

.visa-cta-icon {
    font-size: 5rem;
    color: #0284c7;
    display: block;
    margin-bottom: 24px;
}

.visa-cta-title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #0c1445;
    margin-bottom: 12px;
}

.visa-cta-sub {
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 28px;
    line-height: 1.6;
}


/* ----------------------------------------------------------
   6. TALK TO US CTA SECTION
   ---------------------------------------------------------- */

.visa-cta-section {
    background: linear-gradient(135deg, #0c1445 0%, #0f3460 50%, #0ea5e9 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.visa-cta-section::before {
    content: '✈';
    position: absolute;
    font-size: 18rem;
    color: rgba(255,255,255,0.03);
    right: -40px; top: -40px;
    line-height: 1;
}

.visa-cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.visa-cta-text {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    max-width: 560px;
    line-height: 1.6;
    margin: 0;
}


/* ----------------------------------------------------------
   7. TAGLINE
   ---------------------------------------------------------- */

.visa-tagline {
    background: #f0f9ff;
    padding: 36px 0;
    text-align: center;
}

.visa-tagline h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0c1445;
}


/* ----------------------------------------------------------
   8. MOBILE
   ---------------------------------------------------------- */

@media (max-width: 768px) {
    .visa-hero-title   { font-size: 1.9rem; }
    .visa-section-title { font-size: 1.5rem; }
    .visa-cta-heading  { font-size: 1.5rem; }
    .btn-whatsapp-visa { font-size: 0.9rem; padding: 12px 24px; }
    .visa-hero-img     { border-radius: 16px; }
}