



.header-layout3 .sticky-wrapper.sticky .menu-area {
    background: white;
}
.header-layout3 .main-menu > ul > li > a {
    color: #000000;
}
.header-layout3 .main-menu > ul > li > a:after {
    color: #000000 !important;
}
.header-layout3 .menu-area {
    background: white;
}
.header-layout3 .main-menu > ul > li > a:hover {
    color: #4192F7;
}
.scroll-top {
    right: 22px;
    bottom: 100px;
}

.footer-layout2 .widget-area {
    padding-bottom: 30px;
}

 .hero-booking .info-card {
     background: #fff;
     border-radius: 16px;
     box-shadow: 0 5px 15px rgba(21, 35, 61, 0.1);
     transition: all 0.3s ease-in-out;
     border-top: 4px solid #4393F7;
 }

.hero-booking .info-card:hover {
    background: #4393F7;
    color: #fff;
    transform: translateY(-5px);
}

.hero-booking .info-card .icon i {
    color: #4393F7;
    transition: all 0.3s ease-in-out;
}

.hero-booking .info-card:hover .icon i {
    color: #fff;
}

.hero-booking h6 {
    color: #15233D;
}

.hero-booking .info-card:hover h6 {
    color: #fff;
}

.hero-booking p {
    color: #555;
}

.hero-booking .info-card:hover p {
    color: #e0e0e0;
}

/* Responsive text sizing */
@media (max-width: 992px) {
    .info-card {
        padding: 1.2rem !important;
    }
    .info-card .icon i {
        font-size: 1.5rem !important;
    }
    .info-card h6 {
        font-size: 1rem;
    }
    .info-card p {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .info-card {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .info-card {
        padding: 0.9rem !important;
    }
    .info-card .icon i {
        font-size: 1.3rem !important;
    }
    .info-card h6 {
        font-size: 0.95rem;
    }
    .info-card p {
        font-size: 0.8rem;
    }
}

/* Force all hero images to same height and cover the container */
.th-hero-wrapper.hero-1 .swiper-slide {
    height: 100vh; /* full viewport height, adjust if needed */
}

.th-hero-wrapper.hero-1 .th-hero-bg {
    height: 100%;
    width: 100%;
    background-size: cover;   /* cover ensures the image fills the container */
    background-position: center center; /* center image */
}


.hero-style1 {
    padding: 100px 0 155px 0;
}

.hero-style1 .hero-title {
    margin-bottom: 45px;
    font-size: 60px;
    margin-top: 20px;
}

.img-box3 .img3 {
    margin-top: -130px;
}
.img-box3 .img2 {
    top: 0%;
    right: -2%;
}
.img-box3 .img2 img {
    width: 405px;
}
.global-img img {
    height: 200px;
}


.why-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-top: 4px solid #4393F7;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-top-color: #15233D;
}

.why-card .icon {
    color: #4393F7;
}

.why-card h5 {
    color: #15233D;
}

@media (max-width: 992px) {
    .why-card {
        padding: 1.5rem !important;
    }
    .why-card h5 {
        font-size: 1rem;
    }
    .why-card p {
        font-size: 0.9rem;
    }
    .why-card .icon i {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .why-card {
        padding: 1.2rem !important;
    }
    .why-card h5 {
        font-size: 0.95rem;
    }
    .why-card p {
        font-size: 0.85rem;
    }
}

.vision-card, .mission-card {
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.vision-card:hover, .mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.vision-card .icon, .mission-card .icon {
    color: #0d6efd;
}

@media (max-width: 767px) {
    .vision-card, .mission-card {
        text-align: center;
        padding: 2rem 1.5rem;
    }
    .vision-card .icon, .mission-card .icon {
        font-size: 2rem;
    }
}


/* ✅ Perfectly centered airline logo boxes */
/* Container for each airline logo */
.airline-slider .brand-box {
    background-color: #fff;
    border-radius: 12px;
    height: 100px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airline-slider .brand-box img {
    width: auto;
    height: 60px;
    object-fit: contain;
    display: block;
    padding: 4px;
    margin-top: 20px;
}

.airline-slider .brand-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Center each slide in swiper */
.airline-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-layout1 .logo-bg {
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .header-layout1 .sticky-wrapper .menu-area {
        padding: 0;
    }
}

                                      .whatsapp-link {
                                        background-color: #25D366;
                                        color: #fff !important;
                                        padding: 6px 12px;
                                        border-radius: 8px;
                                        font-size: 1.1rem;
                                        display: inline-flex;
                                        align-items: center;
                                        gap: 6px;
                                        text-decoration: none;
                                        transition: background 0.3s;
                                      }

                                      .whatsapp-link:hover {
                                        background-color: #1ebc57;
                                      }

                                      .whatsapp-link i {
                                        font-size: 1.3rem;
                                      }
                                      .header-layout1 .header-right i{
                                          font-size: 24px;
                                      }

.travel-search-form {
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

/* Compact Tabs */
.travel-tab {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #555;
    padding: 0.4rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.travel-tab i {
    color: #781C2B;
    font-size: 0.85rem;
}

.travel-tab.travel-tab-active {
    background: #781C2B;
    color: #fff;
    border-color: #781C2B;
}

.travel-tab.travel-tab-active i {
    color: #fff;
}

.travel-tab:hover {
    background: #f8f8f8;
    border-color: #781C2B;
}

.travel-card {
    background-color: #fff;
    border-radius: 12px;
}

/* Compact Form Elements */
.travel-form .form-control-sm {
    padding: 0.5rem 0.75rem 0.5rem 2rem;
    height: calc(2rem + 0.75rem);
    font-size: 0.85rem;
}

.travel-form .form-floating>label {
    padding: 0.5rem 0.75rem 0.5rem 2rem;
    font-size: 0.8rem;
}

.travel-form .form-floating>.form-control:focus~label,
.travel-form .form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(0.85) translateY(-0.6rem) translateX(0.3rem);
}

.travel-icon {
    font-size: 0.8rem;
}

.travel-swap-btn {
    padding: 0.2rem 0.3rem;
}

/* Compact Dropdown */
.travel-dropdown {
    border-radius: 8px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    font-size: 0.85rem;
    background: white;
    border: 1px solid #dee2e6;
}

.travel-list-item {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f8f9fa;
}

.travel-list-item:hover {
    background-color: #f8f9fa;
}

.travel-btn-xs {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
}

/* Primary button with brand color */
.travel-primary-btn {
    background-color: #781C2B;
    border-color: #781C2B;
    color: white;
}

.travel-primary-btn:hover {
    background-color: #5a1521;
    border-color: #5a1521;
    color: white;
}

/* Loading animation */
.travel-loading {
    display: none;
    text-align: center;
    padding: 2rem;
}

.travel-spinner {
    width: 3rem;
    height: 3rem;
}

/* Fix for dropdown positioning */
.travel-dropdown-parent {
    position: relative;
}

.travel-dropdown {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 100%;
    left: 0;
}

/* Sector dropdown item styling */
.sector-item {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.sector-item:hover {
    background-color: #f8f9fa;
}

.sector-icon {
    margin-right: 0.5rem;
    color: #781C2B;
}

.sector-info {
    flex: 1;
}

.sector-city {
    font-weight: 600;
    color: #781C2B;
    font-size: 0.9rem;
}

.sector-name {
    font-size: 0.8rem;
    color: #6c757d;
}

.sector-country {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.country-flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
}

.country-name {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .travel-search-form {
        margin-top: -150px;
    }
}

@media (max-width: 992px) {
    .travel-search-form {
        margin-top: -120px;
    }

    .travel-tab {
        padding: 0.35rem 0.7rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .travel-search-form {
        margin-top: -80px;
    }

    .travel-tab {
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
    }

    .travel-form .form-control-sm {
        padding: 0.4rem 0.6rem 0.4rem 1.8rem;
        height: calc(1.8rem + 0.6rem);
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .travel-search-form {
        margin-top: -60px;
    }

    .travel-tab {
        padding: 0.25rem 0.5rem;
        font-size: 0.65rem;
    }

    .travel-tabs-container {
        max-height: 120px;
        overflow-y: auto;
    }
}


#group img{
    height: 200px !important;
}


.breadcumb-wrapper {
    background-position: bottom;
    padding: 160px 0;
}

