.dropdown-btn{
    display: none;
}
@media only screen and (min-width: 376px) {
    .main-menu .navbar-collapse li a {
        font-size: 14px;
    }
}


@media only screen and (min-width: 992px) {
    .main-header.header-one .main-menu .navbar-collapse .navigation > li > a {
        padding: 6px 25px;
    }
}

.theme-btn.style-two i, a.theme-btn.style-two i {
     -webkit-transform: unset; 
    -ms-transform: unset;
     transform: unset; 
}

.hero-content-three h1 {
    font-size: 60px;
}

@media only screen and (min-width: 1400px) {
    .hero-content-three p {
        font-size: 24px;
    }
}

.destination-active .destination-item.style-two .image {
    border-radius: unset;
}
.destination-active .destination-item.style-two .image img {
     border-radius: unset; 
    height: 120px;
}

/* Airline Section */
.airline-section {
    background: #f8faf7;
}

/* Marquee Wrapper */
.airline-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Moving Track */
.airline-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: airlineScroll 30s linear infinite;
}

/* Logo Box */
.airline-logo {
    width: 160px;
    height: 80px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* Same Image Size */
.airline-logo img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(20%);
}

/* Hover Effect */
.airline-logo:hover {
    transform: translateY(-5px);
}

.airline-logo:hover img {
    filter: grayscale(0%);
}

/* Animation */
@keyframes airlineScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .airline-logo {
        width: 120px;
        height: 70px;
    }
}

@media only screen and (min-width: 376px) {
    .benefit-content-part p, .section-title p {
        font-size: 16px;
    }
}

.page-banner-area {
    min-height: 290px;
}


/* ==========================
   PREMIUM ABOUT SECTION
========================== */

.ms-about-section {
    padding: 120px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

.ms-about-container {
    width: 92%;
    max-width: 1320px;
    margin: auto;
}

.ms-about-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT */

.ms-about-tag {
    display: inline-block;
    background: rgba(255,0,0,.08);
    color: #ff2f2f;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ms-about-left h2 {
    font-size: 50px;
    font-weight: 800;
    color: #072B4F;
    line-height: 1.2;
    margin-bottom: 25px;
}

.ms-about-desc {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.ms-about-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.ms-feature-box {
    display: flex;
    gap: 18px;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.ms-feature-box:hover {
    transform: translateY(-8px);
}

.ms-feature-box i {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgba(255,0,0,.08);
    color: #ff2f2f;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ms-feature-box h5 {
    color: #072B4F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ms-feature-box p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.ms-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: #072B4F;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.ms-about-btn:hover {
    background: #ff2f2f;
    color: #fff;
}

/* RIGHT */

.ms-about-right {
    position: relative;
}

.ms-about-card {
    background: #26ace5;
    padding: 60px 40px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 25px 60px rgba(7,43,79,.25);
}

.ms-card-number {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    color: #ff2f2f;
    margin-bottom: 20px;
}

.ms-about-card h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ms-about-card p {
    color: rgba(255,255,255,.85);
    line-height: 28px;
}

.ms-about-mini-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 85%;
    margin-top: -40px;
    margin-left: auto;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.ms-about-mini-card i {
    width: 65px;
    height: 65px;
    background: rgba(255,0,0,.08);
    color: #ff2f2f;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.ms-about-mini-card h4 {
    color: #072B4F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ms-about-mini-card span {
    color: #777;
}

/* MOBILE */

@media(max-width:991px){

    .ms-about-wrapper{
        grid-template-columns:1fr;
    }

    .ms-about-left h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .ms-about-left h2{
        font-size:32px;
    }

    .ms-about-features{
        grid-template-columns:1fr;
    }

    .ms-about-mini-card{
        width:100%;
    }

    .ms-card-number{
        font-size:60px;
    }
}


/* ==================================
   WHY CHOOSE US SECTION
================================== */

.ms-choose-section {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.ms-choose-container {
    width: 92%;
    max-width: 1320px;
    margin: auto;
}

.ms-choose-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

/* IMAGE SIDE */

.ms-choose-image-side {
    position: relative;
}

.ms-main-image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.ms-main-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.ms-main-image:hover img {
    transform: scale(1.08);
}

.ms-floating-card {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    z-index: 2;
}

/* CARD 1 */

.ms-card-one {
    left: -20px;
    bottom: 60px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ms-card-one i {
    width: 60px;
    height: 60px;
    background: rgba(255,0,0,.08);
    color: #ff2f2f;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.ms-card-one h4 {
    margin: 0;
    color: #072B4F;
    font-size: 18px;
    font-weight: 700;
}

.ms-card-one span {
    color: #777;
    font-size: 14px;
}

/* CARD 2 */

.ms-card-two {
    top: 40px;
    right: -20px;
    text-align: center;
    padding: 25px 35px;
}

.ms-card-two h3 {
    color: #ff2f2f;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

.ms-card-two span {
    color: #072B4F;
    font-weight: 600;
}

/* CONTENT */

.ms-choose-tag {
    display: inline-block;
    background: rgba(255,0,0,.08);
    color: #ff2f2f;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ms-choose-content h2 {
    color: #072B4F;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.ms-choose-desc {
    color: #666;
    line-height: 30px;
    margin-bottom: 40px;
}

/* FEATURES */

.ms-choose-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.ms-feature-item {
    display: flex;
    gap: 15px;
    padding: 22px;
    border-radius: 20px;
    background: #f8fbff;
    transition: .4s;
}

.ms-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.ms-feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #26ace5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-feature-icon i {
    color: #fff;
    font-size: 22px;
}

.ms-feature-item h5 {
    color: #072B4F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ms-feature-item p {
    color: #777;
    font-size: 14px;
    margin: 0;
}

/* BUTTON */

.ms-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: #ff2f2f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.ms-explore-btn:hover {
    background: #072B4F;
    color: #fff;
}

/* RESPONSIVE */

@media(max-width:991px){

    .ms-choose-wrapper{
        grid-template-columns:1fr;
        gap:60px;
    }

    .ms-choose-content h2{
        font-size:40px;
    }

    .ms-card-one{
        left:10px;
    }

    .ms-card-two{
        right:10px;
    }
}

@media(max-width:767px){

    .ms-choose-content h2{
        font-size:32px;
    }

    .ms-choose-features{
        grid-template-columns:1fr;
    }

    .ms-card-one,
    .ms-card-two{
        position:relative;
        top:auto;
        right:auto;
        left:auto;
        bottom:auto;
        margin-top:20px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background: #f9fafc;
    color: #1e1e2f;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== PAGE BANNER ===== */
.page-banner-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 50px 0 35px;
    background-color: #0b2b3b; /* fallback */
    background-image: linear-gradient(135deg, #0b2b3b 0%, #1a4a5f 100%);
    color: #fff;
    text-align: center;
    border-bottom: 4px solid #f7b731;
}

.page-banner-area .banner-inner h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
}

.breadcrumb-item {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}

.breadcrumb-item a {
    color: #f7b731;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    display: inline-block;
    padding: 0 10px;
    color: rgba(255,255,255,0.5);
}

/* ===== CONTACT INFO AREA ===== */
@media only screen and (min-width: 992px) {

    .main-header.header-one .main-menu .navbar-collapse .navigation > li:hover {
        background: none
    }
}


.skypass-header {
    background-color: #ffffff;
    padding: 16px 0;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 999;
}

.skypass-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.skypass-logo img {
    width: 150px;
    display: block;
}

.skypass-mobile-logo {
    display: none;
}

.skypass-nav {
    display: flex;
    align-items: center;
}

/* Nav toggle (mobile) */
.skypass-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.skypass-toggle-bar {
    width: 24px;
    height: 2px;
    background-color: #1a1a1a;
    transition: all 0.3s ease;
}

/* Pill nav wrapper */
.skypass-nav-menu-wrap {
    border-radius: 50px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
}

.skypass-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.skypass-nav-menu > li {
    position: relative;
}

.skypass-nav-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s ease;
}

.skypass-nav-menu > li > a:hover {
    color: #1595c2;
    background-color: #ffffff;
}

.skypass-nav-menu > li.skypass-has-dropdown > a i {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.25s ease;
}

.skypass-has-dropdown:hover > a i {
    transform: rotate(180deg);
}

/* Dropdown */
.skypass-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    list-style: none;
    margin: 14px 0 0;
    padding: 8px 0;
    z-index: 100;
    transition: all 0.25s ease;
}

.skypass-has-dropdown:hover .skypass-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.skypass-dropdown-menu > li > a {
    display: block;
    padding: 10px 22px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.2s ease;
}

.skypass-dropdown-menu > li > a:hover {
    color: #1595c2;
    background-color: #f5f6f8;
    padding-left: 26px;
}

/* Right side auth buttons */
.skypass-auth-btns {
    display: flex;
    align-items: center;
}

.skypass-auth-link {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    margin-right: 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.skypass-auth-link:hover {
    color: #1595c2;
}

.skypass-auth-btn {
    background-color: #1595c2;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(21, 149, 194, 0.3);
    transition: all 0.25s ease;
}

.skypass-auth-btn:hover {
    background-color: #0f7ba0;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(21, 149, 194, 0.4);
    transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 991px) {
    .skypass-mobile-logo { display: block; }
    .skypass-nav-toggle { display: flex; }
    .skypass-nav-menu-wrap {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-radius: 0;
        background: #fff;
        padding: 10px 30px 20px;
        box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    }
    .skypass-nav-menu-wrap.show { display: block; }
    .skypass-nav-menu { flex-direction: column; align-items: flex-start; }
    .skypass-nav-menu > li { width: 100%; }
    .skypass-nav-menu > li > a { border-radius: 0; }
    .skypass-dropdown-menu {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        margin: 0;
        width: 100%;
    }
    .skypass-has-dropdown.active .skypass-dropdown-menu { display: block; }
    .skypass-auth-btns { display: none; }
}