/* Professional Website Color Scheme — Airlines Resrvation */
:root {
    --primary-dark: #0f172a;
    --primary-teal: #2563eb;
    --accent-warm: #f97316;
    --text-dark: #0f172a;
    --text-light: #64748b;
    --bg-light: #f1f5f9;
    --white: #ffffff;
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 20px 50px rgba(15, 23, 42, 0.12);
    --ar-ink: #0c1222;
    --ar-blue: #2563eb;
    --ar-blue-soft: #3b82f6;
    --ar-violet: #7c3aed;
    --ar-surface: #f8fafc;
}

.select2-container .select2-selection--single {
    height: 38px;
    padding: 5px 10px;
}

.select2-selection__rendered {
    line-height: 26px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}


.select2-container--default .select2-selection--single{
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    padding: 10px 14px !important;
    min-height: 48px !important;
    transition: all 0.3s ease !important;
}
.select2-selection__rendered {
    line-height: 1.4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}



.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible !important;
}



/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden; 
}

/* Hero Section */
.hero-section {
    margin-top: 0;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
     url(images/bg-flying.jpg) !important;
    
    z-index: -1;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 150px 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-background {
    position: relative;
}

/* Features Section */
.features-section {
    padding: 80px 0;
}

.feature-card {
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(20, 35, 100, 0.15);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%);
}

/* Destinations Section */
.destinations-section {
    padding: 80px 0;
    background: var(--white);
}

.destination-card {
    background: var(--white);
    border: none;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.destination-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-md);
}

.destination-card img {
    transition: transform 0.3s ease;
}

.destination-card:hover img {
    transform: scale(1.08);
}

/* Statistics Section */
.stats-section {
    padding: 80px 0;
}

.stat-box {
    padding: 3rem 2rem;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
}

/* About Section */
.about-section {
    padding: 80px 0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
}

/* Header and Navigation */
header {
    background-color: linear-gradient(135deg, #b4bfe7 0%, #30ab9e 100%);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
}

.navbar-custom {
    background:white;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.brand-icon {
    font-size: 2rem;
    color: var(--primary-teal);
    animation: float 3s ease-in-out infinite;
}

.brand-name {
    background: linear-gradient(90deg, var(--primary-teal) 0%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.our-story {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-teams {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.policy-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

/* Section Background */
.terms-section {
    background: linear-gradient(180deg, #f8fbff, #eef5ff);
}

/* Title */
.terms-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #1e88e5, #64b5f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.questions {
    color: white;
}

/* Policy Cards */
.policy-section {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    margin-bottom: 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.policy-section:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(30, 136, 229, 0.18);
}

/* Headings */
.policy-section h3 {
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 15px;
}

.terms-main h3 {
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

/* Lists */
.policy-section ul {
    padding-left: 18px;
}

.policy-section ul li {
    margin-bottom: 10px;
    color: #374151;
}

/* Warning Section */
.policy-section.warning {
    border-left: 5px solid #f59e0b;
    background: #fff7ed;
}

/* Contact Box */
.contact-box {
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    color: #fff;
}

.contact-box a {
    color: #fff;
    text-decoration: underline;
}

.privacy-hero {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    padding: 60px 30px;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #ffd700;
}

.intro-card {
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    padding: 30px 35px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    position: relative;
}

.intro-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #1e88e5, #42a5f5);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-title {
        font-size: 2.2rem;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-teal) !important;
    background: rgba(37, 99, 235, 0.1);
}

.dropdown-menu {
    background: linear-gradient(135deg, #0d3d38 0%, #0a2a27 100%);
    border: 1px solid var(--primary-teal);
    border-radius: 0.5rem;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--primary-teal);
    color: var(--white);
}

/* Search Bar */
.search-form {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.25rem;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.search-form:focus-within {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-teal);
}

.search-input {
    background: transparent;
    border: none;
    color: white;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-input:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    color: white;
}

.btn-search {
    background: var(--primary-teal);
    border: none;
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background: #1d4ed8;
    transform: scale(1.1);
}

/* Main Content */
main {
    min-height: calc(100vh - 200px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-dark);
    font-weight: 700;
}

h2 {
    margin-bottom: 1rem;
}

h3 {
    color: var(--text-dark);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.search-heading h1 {
    color: white;
}
/* Cards */
.card {
    border: none;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: auto;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.card-title {
    color: var(--primary-dark);
    font-weight: 600;
}

.card-body {
    padding: 1.5rem;
}

/* Buttons */
.btn {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 8px;
}

.btn-primary {
    background: var(--primary-teal);
    border: none;
    color: white;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--primary-teal);
    color: var(--primary-teal);
}

.btn-outline-primary:hover {
    background: var(--primary-teal);
    border-color: var(--primary-teal);
    color: white;
}

.btn-light {
    background: white;
    color: var(--primary-dark);
    border: none;
}

.btn-light:hover {
    background: var(--bg-light);
    color: var(--primary-dark);
}

/* Forms */
.form-label {
    color: var(--primary-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.form-control:focus {
    border-color: var(--primary-teal);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

/* Links */
a {
    color: var(--primary-teal);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1d4ed8;
}

/* Footer */
footer {
    background: #0d1b2a;
    color: white;
    margin-top: 5rem;
    border-top: 1px solid rgba(37, 99, 235, 0.25);
}

footer a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-teal);
}

footer h6,
.ar-footer-heading {
    color: #2563eb !important;
    font-weight: 700;
}
.ar-footer-accent {
    color: #2563eb;
}
.ar-notice-ic {
    color: #f97316;
}

footer ul li {
    margin-bottom: 0.5rem;
}

.footer-business-info {
    text-align: center;
}

.footer-secure-payment {
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .footer-secure-payment {
        flex-direction: column;
        gap: 1rem !important;
    }
}

.hero-title span {
    display: inline;

}



/* Responsive Design */
@media (max-width: 768px) {
    .display-1 {
        font-size: 2.5rem;
    }

    .display-2 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1rem;
    }

    .features-section,
    .destinations-section,
    .stats-section,
    .about-section,
    .cta-section {
        padding: 50px 0;
    }

    .navbar {
        padding: 0.5rem 0;
    }

    main {
        margin-top: 0;
    }

    /*.hero-section {*/
    /*    height: 80vh !important;*/
    
}

.intro-card {
    background: linear-gradient(135deg, #f9fbff, #eef3ff);
    padding: 35px 40px;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(30, 60, 114, 0.12);
    transition: all 0.3s ease;
}

.intro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 80px rgba(30, 60, 114, 0.18);
}

/* Accent line */
.intro-accent {
    position: absolute;
    left: 0;
    top: 30px;
    width: 6px;
    height: 70px;
    background: linear-gradient(180deg, #1e88e5, #42a5f5);
    border-radius: 0 6px 6px 0;
}

/* Icon */
.intro-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #1e88e5, #42a5f5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #1e88e5, #42a5f5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.14);
}

.info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
    color: #555;
}

.info-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1e88e5;
    font-size: 14px;
}

.usage-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.usage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
}

.usage-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.security-card {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
}

.security-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.security-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.security-item i {
    font-size: 24px;
    color: #0d6efd;
    min-width: 28px;
}

* Cookie Cards */ .cookie-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.cookie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
}

/* Icon Box */
.cookie-icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
}

/* Variants */
.cookie-card.essential .cookie-icon-box {
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
}

.cookie-card.performance .cookie-icon-box {
    background: linear-gradient(135deg, #198754, #4dd4ac);
}

.cookie-card.marketing .cookie-icon-box {
    background: linear-gradient(135deg, #0dcaf0, #6ee7f9);
}

/* Footer Note */
.cookie-note {
    background: #f8fbff;
    border-left: 5px solid #0d6efd;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #555;
}
.box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}
.policy-card {
    border: none;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.policy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.policy-icon {
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.policy-section h5 {
    color: #0f172a;
}
.refund-header h1 {
    color: #0f172a;
}

.icon-circle {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

.divider {
    width: 80px;
    height: 4px;
    margin: 25px auto 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
}
.eligibility-card {
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #2563eb;
}

.eligibility-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

.eligibility-card h3 {
    color: #0f172a;
}

.eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eligibility-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.eligibility-list li:hover {
    transform: translateX(5px);
}

.eligibility-list i {
    color: #2563eb;
}
.timeline-card {
    background: linear-gradient(180deg, #f4f9ff, #ffffff);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #0d6efd;
}

.timeline-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #084298);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.timeline-card h3 {
    color: #0f172a;
}

.timeline-steps {
    position: relative;
    padding-left: 30px;
}

.timeline-steps::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #0d6efd;
    opacity: 0.3;
}

.timeline-step {
    position: relative;
    padding: 10px 0 10px 20px;
}

.step-dot {
    position: absolute;
    left: -2px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: #0d6efd;
    border-radius: 50%;
}

.timeline-step p {
    margin: 0;
    color: #555;
}
.nonrefund-card {
    background: linear-gradient(180deg, #fff5f5, #ffffff);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #dc3545;
}

.nonrefund-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dc3545, #842029);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.nonrefund-card h3 {
    color: #842029;
}

.nonrefund-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nonrefund-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.nonrefund-list li:hover {
    transform: translateX(5px);
}

.nonrefund-list i {
    color: #dc3545;
}
.support-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.support-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.support-info p {
    margin-bottom: 10px;
}

.support-info a {
    color: #aef4dd;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.support-info a:hover {
    color: #ffffff;
}
@media(max-width:600px) {
    .call{
        margin-bottom: 20px;
    }
    
}
.hero-section {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    display: flex;
    align-items: center;
    background-image: 
        
        url(images/pngtree-d-render-and-illustration-of-an-airplane-departing-from-the-runway-image_3740857.jpg);
    
    z-index: -1;
    background-size: cover;
    background-position: center;
}

/* Floating circle */
/* .hero-background {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(30,60,114,0.35);
    border-radius: 50%;
    bottom: 50px;
    left: -80px;
    animation: float 8s ease-in-out infinite;
    z-index: 1;
} */

/* Text */
.hero-title {
    font-size: 3.5rem;
}

.gradient-text {
    background: linear-gradient(90deg, #2563eb, #ffffff);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

/* Card - Flight Search - dark text (overrides hero-section white) */
.search-card-title {
    font-weight: 700;
    color: #0f172a !important;
    font-size: 1.35rem;
    margin-bottom: 0.25rem;
}
.search-card-hint {
    font-size: 0.8rem;
    color: #555 !important;
}
.search-label {
    font-weight: 600;
    color: #1a1a1a !important;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    display: block;
}
.search-card .form-control,
.search-card .form-select {
    color: #1a1a1a !important;
}
/* Select2 placeholder & selected text in search card */
.search-card .select2-container--default .select2-selection__rendered {
    color: #1a1a1a !important;
}
.search-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280 !important;
}
.search-field .search-label { margin-bottom: 0.5rem; }
.trip-type-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.trip-btn {
    flex: 1;
    min-width: 120px;
    font-weight: 600;
    padding: 0.6rem 1rem;
}

/* Inputs in search card */
.search-card .form-control,
.search-card .form-select {
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    min-height: 48px;
}
.search-card .form-control:focus,
.search-card .form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.2);
}
.search-card .form-select-lg { min-height: 52px; padding: 0.7rem 1rem; }

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #2563eb;
}

/* Button */
.search-btn {
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(37,99,235,0.3);
    transition: all 0.3s ease;
}

.search-btn:hover {
    transform: translateY(-2px);
}

/* Animations */
@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

/* ===== HERO & SEARCH RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-section {
        padding: 100px 15px 60px;
        min-height: auto;
        flex-direction: column;
        justify-content: flex-start;
    }
    .hero-section .row { flex-direction: column-reverse; }
    .hero-section .col-lg-6 { max-width: 100%; }
    .hero-section .col-lg-6:last-child { margin-bottom: 2rem; }
    .search-card { margin: 0 auto; max-width: 480px; }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 1.75rem;
        text-align: center;
    }
    .hero-section {
        padding: 80px 12px 40px;
    }
    .search-card {
        padding: 20px 16px;
        margin: 0 -4px;
        border-radius: 16px;
    }
    .search-card-title { font-size: 1.2rem; }
    .search-card-hint { font-size: 0.75rem; }
    .trip-type-btns { flex-direction: column; }
    .trip-btn { min-width: 100%; padding: 0.75rem; }
    .search-card .form-control,
    .search-card .form-select { min-height: 46px; padding: 0.65rem 1rem; }
    .search-card .form-select-lg { min-height: 48px; }
    .search-btn { padding: 14px; font-size: 1rem; }
}

@media (max-width: 576px) {
    .lead {
        font-size: 15px;
        text-align: center;
    }
}
.contact-card {
    border-radius: 20px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2563eb, #0f172a);
    opacity: 0;
    transition: 0.35s;
}

.contact-card:hover::before {
    opacity: 0.05;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 2rem;
}

.contact-title {
    font-weight: 700;
    color: #0f172a;
}

.contact-text {
    color: #6c757d;
}
.contact-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fc, #ffffff);
}

.contact-card {
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
}

.contact-title {
    color: #0f172a;
}

.form-control,
.form-select {
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.15);
}

.input-group-icon {
    position: relative;
}

.input-group-icon i {
    position: absolute;
    top: 67%;
    right: 21px;
    transform: translateY(-50%);
    color: #2563eb;
}

.submit-btn {
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    border: none;
    border-radius: 14px;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px;
    box-shadow: 0 15px 30px rgba(37,99,235,0.35);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 40px rgba(37,99,235,0.45);
}

.form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

.secure-text {
    font-size: 0.9rem;
}
.contact-sidebar-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.sidebar-header {
    background: linear-gradient(135deg, #667eea, #2563eb);
    color: #fff;
    padding: 20px 24px;
}

.sidebar-item {
    padding: 18px 0;
}

.sidebar-item:not(:last-child) {
    border-bottom: 1px dashed #e5e7eb;
}

.icon-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.sidebar-btn {
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
}

.emergency-btn {
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 18px;
}
.faq-section {
    background: linear-gradient(180deg, #f8f9fc, #ffffff);
    padding: 80px 0;
}

.faq-title {
    color: #0f172a;
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.faq-accordion .accordion-button {
    background: #ffffff;
    font-weight: 600;
    padding: 20px 24px;
    font-size: 1.05rem;
    color: #0f172a;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    color: #fff;
}

.faq-accordion .accordion-button i {
    font-size: 1.1rem;
}

.faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    background: rgba(255,255,255,0.95);
    padding: 22px 24px;
}

@media (max-width: 576px) {
    .faq-accordion .accordion-button {
        font-size: 0.95rem;
    }
}
.help-cta {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 30px;
    padding: 70px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.help-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 60%);
}

.help-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    margin: 0 auto 20px;
    backdrop-filter: blur(6px);
}

.help-btn {
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 14px 30px;
    transition: all 0.3s ease;
}

.help-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

@media (max-width: 576px) {
    .help-cta {
        padding: 50px 25px;
    }

    .help-btn {
        width: 100%;
        margin-bottom: 12px;
    }
}
.our-story {
    margin: 80px auto;
}

.story-card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
    padding: 50px;
    overflow: hidden;
}

.story-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.15),
        rgba(0,0,0,0.5)
    );
}

.story-image:hover img {
    transform: scale(1.08);
}

.story-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.story-stats {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.story-stat {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 18px 22px;
    text-align: center;
    flex: 1;
    min-width: 130px;
}

.story-stat h4 {
    color: #667eea;
    font-weight: 800;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .story-card {
        padding: 30px;
    }

    .story-image img {
        height: 320px;
    }
}
.our-teams {
    padding: 90px 0;
    background: #c9cacf;
}

.mv-card {
    border-radius: 28px;
    padding: 45px;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.mv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102,126,234,0.12), rgba(118,75,162,0.12));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mv-card:hover::before {
    opacity: 1;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 90px rgba(0,0,0,0.18);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #fff;
}

.mission-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.vision-icon {
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.mv-quote {
    margin-top: 25px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #f8f9ff;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 768px) {
    .mv-card {
        padding: 30px;
    }
}
.our-story {
    padding: 110px 0;}
    /* background: radial-gradient(circle at top, #f5f8ff, #ffffff 65%);
    position: relative;
    overflow: hidden;
}

/* Soft background glow */
.our-story::before,
.our-story::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.25;
    z-index: 0;
}

.our-story::before {
    /* background: #667eea; */
    top: -140px;
    left: -140px;
}

.our-story::after {
    /* background: #2563eb; */
    bottom: -140px;
    right: -140px;
}

/* ===== VALUE CARD ===== */
.value-card {
    position: relative;
    /* z-index: 2; */
    height: 100%;
    padding: 45px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.45);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    transition: all 0.45s ease;
    overflow: hidden;
    text-align: center;
}

/* Animated gradient border */
.value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 30px;
    /* background: linear-gradient(135deg, #667eea, #764ba2, #2563eb); */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
}

/* Hover effect */
.value-card:hover {
    transform: translateY(-14px) scale(1.03);
    box-shadow: 0 45px 110px rgba(0,0,0,0.25);
}

/* ===== ICON ===== */
.value-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
}

.value-icon::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.7;
    z-index: -1;
}

/* Icon colors */
.integrity { background: linear-gradient(135deg, #f7971e, #ffd200); }
.integrity::after { background: #ffd200; }

.customer { background: linear-gradient(135deg, #43cea2, #185a9d); }
.customer::after { background: #43cea2; }

.innovation { background: linear-gradient(135deg, #667eea, #764ba2); }
.innovation::after { background: #667eea; }

.sustainability { background: linear-gradient(135deg, #56ab2f, #a8e063); }
.sustainability::after { background: #56ab2f; }

.security { background: linear-gradient(135deg, #11998e, #38ef7d); }
.security::after { background: #11998e; }

.diversity { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
.diversity::after { background: #ff416c; }

/* ===== TEXT ===== */
.value-card h4 {
    font-weight: 800;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .value-card {
        padding: 35px 25px;
    }
}
@media (max-width: 768px) {
   .stat-box {
        padding:0px !important;
    }
    .main{
        padding-left: 19px!important;
         padding-right: 19px !important;
    }
    .team{
        text-align: center !important;
    }
    .super{
        color: white;;
    }
    
}
.info{
    color: #0f172a !important;
}

/* Restricted Regions Notice Bar (cookie-style) */
.restricted-notice-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #fff;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.2);
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}
.restricted-notice-bar.show {
    transform: translateY(0);
}
.restricted-notice-bar p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
}
.restricted-notice-btn {
    background: var(--accent-warm) !important;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.restricted-notice-btn:hover {
    background: #ea580c !important;
    color: #fff !important;
}
@media (max-width: 576px) {
    .restricted-notice-bar .container {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .restricted-notice-bar p {
        font-size: 0.8rem;
    }
}

/* ========== Airlines Resrvation — modern homepage ========== */
.ar-home-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 6.5rem 0 4rem;
    overflow: hidden;
}
.ar-home-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 120% 80% at 20% 0%, rgba(37, 99, 235, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 100% 30%, rgba(124, 58, 237, 0.25) 0%, transparent 45%),
        linear-gradient(165deg, #0c1222 0%, #111827 40%, #0f172a 100%);
    z-index: 0;
}
.ar-home-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    z-index: 0;
    pointer-events: none;
}
.ar-home-hero__glow--1 {
    width: 420px;
    height: 420px;
    background: #2563eb;
    top: -80px;
    right: 10%;
}
.ar-home-hero__glow--2 {
    width: 300px;
    height: 300px;
    background: #f97316;
    bottom: 10%;
    left: -5%;
    opacity: 0.2;
}
.ar-home-hero__content {
    z-index: 2;
}
.ar-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.25rem;
}
.ar-home-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 12px #22c55e;
}
.ar-home-title {
    font-size: clamp(2.25rem, 5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}
.ar-home-title__gradient {
    background: linear-gradient(105deg, #93c5fd 0%, #fff 50%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ar-home-lead {
    font-size: 1.1rem;
    line-height: 1.65;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .ar-home-lead { margin-left: 0; margin-right: 0; }
}
.ar-home-trust__item {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.ar-home-trust__ic {
    color: #60a5fa;
}
.ar-search-shell {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.5rem 1.5rem 1.75rem;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35);
}
.ar-search-shell__head {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ar-search-shell__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.35rem;
}
.ar-search-shell__hint {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
}
.ar-search-card {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 1.25rem 1.35rem 1.5rem !important;
    margin: 0 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.ar-trip-btn {
    border: 2px solid #e2e8f0 !important;
    color: #475569 !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
}
.ar-trip-btn:hover {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}
.btn-check:checked + .ar-trip-btn {
    border-color: #2563eb !important;
    background: rgba(37, 99, 235, 0.08) !important;
    color: #1d4ed8 !important;
}
.ar-search-submit.search-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
}
.ar-search-submit.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.4);
}
.ar-home-main {
    background: var(--ar-surface);
}
.ar-section {
    padding: 5rem 0;
}
.ar-section--features {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ar-section--destinations {
    background: #fff;
}
.ar-section--about {
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
.ar-section-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #2563eb;
    margin-bottom: 0.75rem;
}
.ar-section-title {
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--ar-ink);
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}
.ar-section-desc {
    color: #64748b;
    font-size: 1.05rem;
    max-width: 36rem;
    margin-bottom: 0;
}
.ar-feature-card {
    height: 100%;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ar-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}
.ar-feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1.25rem;
}
.ar-feature-card__icon--1 { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.ar-feature-card__icon--2 { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.ar-feature-card__icon--3 { background: linear-gradient(135deg, #f97316, #ea580c); }
.ar-feature-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ar-ink);
    margin-bottom: 0.5rem;
}
.ar-feature-card__text {
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}
.ar-dest-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.ar-dest-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}
.ar-dest-card__media {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.ar-dest-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.ar-dest-card:hover .ar-dest-card__media img {
    transform: scale(1.06);
}
.ar-dest-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(12, 18, 34, 0.75) 100%);
    pointer-events: none;
}
.ar-dest-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ar-dest-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
}
.ar-dest-card__title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ar-ink);
    margin: 0 0 0.25rem;
}
.ar-dest-card__meta {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 1rem;
}
.ar-dest-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ar-dest-card__price {
    font-weight: 800;
    font-size: 1.1rem;
    color: #2563eb;
}
.ar-btn-outline {
    border: 2px solid #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.ar-btn-outline:hover {
    border-color: #2563eb !important;
    color: #2563eb !important;
    background: rgba(37, 99, 235, 0.06) !important;
}
.ar-stats {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #172554 100%);
    position: relative;
    overflow: hidden;
}
.ar-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
    pointer-events: none;
}
.ar-stats .container { position: relative; z-index: 1; }
.ar-stats__num {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.ar-stats__num { background: linear-gradient(90deg, #93c5fd, #fdba74); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ar-stats__label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    margin-top: 0.35rem;
}
.ar-about-text {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.ar-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
}
.ar-btn-primary:hover { color: #fff !important; opacity: 0.95; transform: translateY(-2px); }
.ar-btn-ghost {
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
}
.ar-btn-ghost:hover {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}
.ar-cta {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, #1e40af 0%, #4338ca 45%, #312e81 100%);
}
.ar-cta__inner { color: #fff; }
.ar-cta__title {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
}
.ar-cta__lead {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 32rem;
    margin-bottom: 1.5rem;
}
.ar-btn-light {
    background: #fff !important;
    color: #1e40af !important;
    border: none !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
}
.ar-btn-light:hover { background: #f1f5f9 !important; color: #1e3a8a !important; }
.ar-btn-outline-light {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
}
.ar-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff !important;
    color: #fff !important;
}
.ar-cta-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
}
.ar-cta-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.ar-cta-card__list li {
    margin-bottom: 0.85rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.ar-cta-card__list i {
    color: #fdba74;
    margin-top: 3px;
    width: 18px;
}
.ar-cta-card__list a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.ar-cta-card__list a:hover {
    border-bottom-color: #fff;
}
.ar-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    flex-shrink: 0;
}
.ar-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.ar-brand-text__main {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.ar-brand-text__sub {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
}
@media (max-width: 991px) {
    .ar-home-hero {
        padding-top: 5.5rem;
        min-height: auto;
    }
    .ar-search-shell {
        margin-top: 0.5rem;
    }
}

