@media (max-width: 1199px) {
  .hero-content {
    max-width: 780px;
    margin: 0 auto 7rem auto;
  }
  .booking-widget {
    max-width: 84%;
  }
  .experience-overlay {
    flex-wrap: wrap;
    gap: 0;
  }
  .luxury-cta-section::before {
    top: 10%;
    background-position: center right;
    background-size: 40%;
  }

  /* --------------- Service pages --------------- */
  .services-hero .service-hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1199px) {
    .quote-text {
        font-size: 20px;
        line-height: 32px;
    }
}

/* =========================
   ≤ 1024px (Tablets Landscape)
========================= */
@media (max-width: 1024px) {
  /* Hero */
  .hero-content {
    padding: 0 20px;
    max-width: 720px;
    margin: 0 auto 7rem auto;
  }
  .chaterline-flex {
    flex-wrap: nowrap;
    gap: 1rem;
  }

  /* Features */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contactus-banner-wrapper {
    margin: 0 0 3rem !important;
    height: 85vh !important;
    background-position: left;
  }

  .feature-card {
    padding: 30px 20px;
  }

  /* About us page */
  .title-section .maintitle {
    white-space: normal;
  }
  .portrait-wrapper {
    flex: 1;
  }
  .ticket-booking-search-banner {
    padding-bottom: 10rem;
  }
  .author-name {
    margin: 0 0 0.2rem;
    font-size: 1.35rem;
  }
  .author-role {
    font-size: 1.125rem;
    line-height: normal;
  }
}

/* =========================
   ≤ 991px (Tablets / Small Devices)
========================= */
@media (max-width: 991px) {
  /* --------------- Navbar --------------- */
  .hamburger {
    display: block;
  }
  .navbar {
    padding: 4px 0;
  }
  .display-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  /* --------------- Hero Homepage --------------- */
  .hero-section {
    height: 84vh;
    background-position: right;
  }
  .hero-content {
    padding: 0 20px;
    max-width: 720px;
    margin: 0 auto 4rem auto;
  }
  .nav-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: 280px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    gap: 40px;
  }
  .em-actuals-grid { 
      grid-template-columns: 1fr; gap: 25px;
  }
  .nibe-card {
    padding: 30px;
  }
  .nav-menu.open {
    transform: translateX(0);
  }

  .nav-links {
    flex-direction: column;
    gap: 24px;
  }

  .nav-links a {
    color: #333;
    font-size: 18px;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
  }

  /* Booking Widget */
  .contactus-banner-wrapper {
    margin: 0 0 2rem !important;
  }
  .booking-widget {
    position: relative;
    transform: translateY(-10%);
    max-width: 90%;
  }
  .booking-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .booking-form-row .form-group {
    width: 100%;
  }
  .divider {
    display: none;
  }

  .input-group,
  .small-group {
    width: 100%;
    padding-bottom: 15px;
  }

  .button-group {
    width: 100%;
    margin-top: 10px;
  }

  .search-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* --------------- Experience Section --------------- */
  .experience-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .image-col {
    order: -1;
  }
  .timeline-section .timeline-wrapper {
    padding-left: 0;
    margin-top: 0;
  }
  .timeline-section .step-icon,
  .timeline-section .traveling-plane {
    width: 4.025rem;
    height: 4.025rem;
  }
  /* --------------- Footer --------------- */
  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .testimonial-section {
    padding: 30px 0;
  }
  /* --------------- Service pages --------------- */
  .service-tabs-hero .tabs-wrapper {
    flex-wrap: wrap;
  }
  .service-tabs-hero .tab-card {
    flex: 1 1 33%;
    height: 120px;
  }
  .service-tabs-hero .tab-card.active {
    height: 140px;
  }
  .service-hero-title {
    font-size: 3rem;
  }
  .services-hero {
    height: auto;
    min-height: 100vh;
  }

  .services-hero .service-hero-content {
    margin-top: 120px;
    margin-bottom: 220px;
    padding-right: 1rem;
    max-width: 100%;
  }

  .services-hero .service-hero-title {
    font-size: 3rem;
  }

  .services-hero .service-hero-desc {
    font-size: 1rem;
    max-width: 90%;
  }

  /* Fleet Page */
  .fleet-list-banner {
    margin: 0 0 1rem !important;
    padding: 6rem 0 3rem;
  }
  .fleet-showcase-section .jet-card-row,
  .fleet-showcase-section .jet-card-row:nth-child(even) {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .fleet-showcase-section .jet-header-line {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .fleet-showcase-section .jet-desc {
    font-size: 1.07rem;
    line-height: 1.7rem;
    margin-bottom: 1.64rem;
  }
  .fleet-showcase-section .coming-soon-pill {
    margin-top: 0;
  }
  .feature-card h3 {
    font-size: 1.175rem;
  }
  .how-we-operate-banner {
    margin: 3rem 0;
  }
  .how-we-operate-grid {
    grid-template-columns: 1fr;
  }

  .premier-experience-section .image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }

  .premier-experience-section .grid-item {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 300px;
    border-radius: 15px !important;
  }

  .mobile-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: var(--primary-color, #000);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .mobile-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(5px);
  }

  .premier-experience-section .grid-item.mobile-active .overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .premier-experience-section .grid-item.mobile-active .overlay h3,
  .premier-experience-section .grid-item.mobile-active .overlay p {
    transform: translateY(0);
  }

  .premier-experience-section .grid-item.mobile-active .mobile-info-btn {
    opacity: 0;
    pointer-events: none;
  }

  .fleet-specs-container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -3rem;
    margin-bottom: 2rem;
    padding: 0 15px;
  }

  .fleet-specs-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .fleet-specs-bar .spec-item {
    border-right: none;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .fleet-specs-bar .spec-item .spec-icon {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .fleet-specs-bar .spec-item .spec-icon img {
    width: 24px;
  }

  .spec-text {
    align-items: flex-start;
  }

  .spec-label {
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 0.9rem;
  }

  .spec-value {
    line-height: 1.2;
  }
  .blue-content-card {
    padding: 40px 28px;
  }

  .leader-img {
    width: 260px;
    flex: 0 0 260px;
  }

  .leader-img img {
    height: auto;
  }
  .quote-text::before {
      display: none;
  }
}

@media (max-width: 768px) {
    .elite-membership-banner-wrapper {
        height: 80vh !important;
    }
    .em-table th, .em-table td { 
        padding: 12px 14px;
    }
    .elite-section-membership {
        padding:3rem 0px;
    }
    .features-grid-multiplayer {
        grid-template-columns: repeat(2, 1fr);
    }
    .timeline-flex {
      flex-wrap: wrap;
    }
   .visionary-grid-container {
     align-items: center;
     justify-content: center;
     text-align: center;
   }
  .blue-content-card {
    padding: 20px;
    text-align: center;
  }
  .fleet-breadcrumb {
    margin: 0 auto 20px;
  }
  .blue-content-card {
    padding: 28px 18px;
  }
  .leader-top-row {
    flex-direction: column;
    align-items: flex-start; /* stack */
    gap: 16px;
  }

  .leader-img {
    width: 100%;
    flex: 0 0 auto;
  }

  .quote-desc {
    font-size: 1.05rem;
    line-height: 1.8rem;
  }
  .booking-form-row {
    flex-wrap: wrap;
  }
  .divider {
    display: none;
  }
  .bw-field {
    min-width: 100%;
  }
  .bw-cta {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
    .container{
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
    }
    .fleet-list-banner-wrapper {
        height: 62vh !important;
    }
    .fleet-list-banner-wrapper .common-banner-content {
        padding-bottom: 2rem !important;
    }
    .em-table-wrap {
        overflow: auto;
    }
    .elite-intro {
        padding: 3rem 0 2rem;
    }
    #em-fleet {
    padding: 3rem 0px;
    }
    #em-membership {
        padding: 3rem 0 0;
    }
    .elite-section-membership {
            padding: 0rem 0px;
        }
        #em-billing {
        padding: 2rem 0 3rem;
    }
    #em-faq {
        padding: 3rem 0;
    }
    .elite-membership-banner-wrapper {
        margin: 0rem 0 !important;
        height: 30vh !important;
        min-height: 300px;
        background-position: center;
    }
    section#em-hybrid .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .features-grid-multiplayer {
        grid-template-columns: repeat(1, 1fr);
    }
    .fft-content-text {
        margin-top: 25px;
    }
    .actuals-billing-box, .em-zero-box {
        padding: 48px 15px !important;
    }
    .nibe-features-section {
        padding: 2rem 0 3rem;
    }
    .page-template-about_us .title-section {
        padding: 0 20px 20px;
    }
    .fly-swiper {
        padding: 10px 22px 40px !important;
    }
    .visionary-section {
        padding: 0rem 0 2rem;
    }
    .mission-vision-wrapper {
        padding: 1rem 0 3rem;
    }
    .page-template-about_us .nibe-features-section {
        padding: 3rem 0 4rem;
    }
  .aboutus-counter-box .row.mt-5.g-4 {
    margin-top: 0px !important;
  }
  .nibe-service-row,
  .nibe-service-row.reverse {
    flex-direction: column;
    text-align: center;
  }
  .nibe-service-img {
    height: auto;
  }
  .nibe-service-row {
    gap: 20px;
  }
  .nibe-services-section .main-btn.button-group {
    justify-content: center;
    margin-bottom: 20px;
  }
  .nibe-services-section {
    padding: 30px 0 20px;
  }
  .nibe-service-desc {
    margin-bottom: 0px;
  }
  .chaterline-flex {
    flex-wrap: wrap;
  }
  /* Titles */
  .maintitle,
  .fleet-title {
    white-space: normal;
    white-space: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  .title-section .subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.775rem;
    margin-bottom: 0.5rem;
  }
  .title-section .maintitle {
    white-space: normal;
    flex-direction: column;
    gap: 0.6rem;
    letter-spacing: 3.1;
  }
  .title-section .maintitle::before,
  .title-section .maintitle::after {
    width: 70%;
    margin-left: 0;
  }
  .luxury-cta-section {
    padding: 5rem 0;
    margin: 2rem 0;
  }
  .maintitle::before,
  .maintitle::after,
  .fleet-title::before,
  .fleet-title::after {
    display: none;
  }
  .luxury-cta-section .title-section .maintitle {
    font-size: 2.4rem;
  }
  a.default-button.nav-cta.mobile-only {
    color: var(--white);
    padding: 0.4rem 1.3rem;
    font-size: 1rem;
  }
  /* Hero */
  .hero-content {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0 16px;
    max-width: max-content;
  }
  /* Booking section */
  .ticket-booking-search-banner {
    padding-bottom: 0;
  }

  /* Tabs */
  .experience-container .tabs-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .experience-container .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .experience-container .tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* Fleet Slider */
  .jet-name {
    font-size: 1.4rem;
  }
  .fleet-slider-component {
    padding: 1rem 0 2rem;
  }
  .card-overlay {
    padding: 20px;
  }
  .fleet-slider-component .swiper {
    height: 140px;
    border-radius: 10px;
  }
  .fleet-slider-component .slide-bg {
    object-position: 8% center;
  }
  .fleet-slider-component .slide-content {
    bottom: 1.25rem;
    right: 1.25rem;
    left: auto;
  }
  .fleet-slider-component .custom-pagination {
    font-size: 1.6rem;
  }
  .custom-pagination span.swiper-pagination-total {
    font-size: 1.2rem;
  }
  .fleet-slider-component .nav-btn {
    font-size: 1rem;
  }

  /* Experience */
  .experience-img {
    height: 31.25rem;
  }
  .experience-section .experience-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }

  .luxury-cta-section::before {
    background-position: center;
    background-size: contain;
    opacity: 0.3;
  }

  /* Testimonials */
  .testimonial-container {
    flex-direction: row;
  }
  .testimonial-section {
    padding: 0 0 3rem;
    margin: 2rem 0;
  }
  .booking-form-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .experience-section {
    padding: 2rem 0;
  }
  .expert-section {
    margin: 2rem 0;
    height: 100vh;
  }
  .expert-section .description {
    font-size: 1.125rem;
  }
  .timeline-section .step-content h3 {
    font-size: 1.2rem;
  }
  .testimonial-quote {
    width: 60px;
  }
  .timeline-section .traveling-plane {
    left: 0px;
  }

  /* About us page */
  .aboutus-expert-section {
    height: 95vh;
    margin: 0 0 2rem !important;
    padding: 11rem 0 3rem;
  }
  .nibe-card {
    padding: 25px;
  }

  .card-title-heading {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: normal;
  }
  .expert-section .stat-card p {
    font-size: 1rem;
    margin: 0;
  }
  .blue-quote-text {
    font-size: 18px;
  }
  .fleet-slider-component .slide-title {
    font-size: 1rem;
  }
  .fleet-slider-component .jet-tag {
    margin-bottom: 10px;
    padding: 4px 12px;
    font-size: 0.75rem;
  }
  .experience-section .tab-btn {
    padding: 10px 10px;
    font-size: 0.9rem;
  }
  .experience-overlay {
    background: #00000038;
    height: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    place-content: end;
    padding: 1rem;
  }
  .tab-box .tab-item {
    padding: 0.8rem 0px;
  }
  .experience-section .video-wrapper,
  .experience-section .experience-media {
    height: 210px;
    object-fit: cover;
  }
  .experience-section .text-content p {
    font-size: 1.1rem;
  }

  .portrait-wrapper,
  .group-wrapper {
    flex: 1;
    height: 100%;
    min-height: auto;
  }

  .section-title {
    font-size: 32px;
  }
  .contactus-chaterline {
    padding: 2rem 0;
  }
  /* Footer */
  .footer-col h4 {
    font-size: 1.1rem;
  }
  .footer-col a {
    font-size: 0.96rem;
  }

  /* Contact page */
  .sky-desc {
    font-size: 1.15rem;
  }
  .contact-row i {
    font-size: 1rem;
  }
  .contact-row span {
    font-size: 0.96rem;
  }
  .person-role {
    font-size: 1rem;
  }
  .sky-actions img {
    width: 20px;
    margin-left: 0.4rem;
  }

  .contactus-chaterline .title-section p {
    font-size: 1.04rem;
  }

  /* --------------- Service pages --------------- */
  .services-hero .service-hero-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .services-hero .service-hero-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-hero .service-hero-content {
    margin-top: 230px;
    margin-bottom: 200px;
    text-align: left;
  }

  .service-tabs-hero {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 10px;
  }

  .service-tabs-hero .tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    gap: 10px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .service-tabs-hero .tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .service-tabs-hero .tab-card {
    flex: 0 0 130px;
    min-width: 130px;
    height: 140px;

    border-right: none;
    border-radius: 12px !important;
    background-color: rgba(26, 133, 214, 0.85);
    backdrop-filter: blur(5px);
    margin-bottom: 10px;
  }

  .service-tabs-hero .tab-card.active {
    background-color: #cfe9f8;
    transform: translateY(-10px);
    opacity: 1;
  }

  .service-tabs-hero .tab-title,
  .service-tabs-hero .tab-card.active .tab-title {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .service-tabs-hero .tab-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .services-hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
  }
  .icon-wrap {
    font-size: 1.8rem;
  }
  .feature-card h3 {
    font-size: 1.25rem;
  }
  .feature-card p {
    font-size: 1rem;
  }
  .how-we-operate-banner {
    margin: 2rem 0;
  }
  .high-performance-section {
    margin: 2rem 0 0;
  }
  .premier-experience-section .image-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .premier-experience-section {
    padding: 2rem 0;
  }
  .premier-experience-section .grid-item {
    height: 280px;
  }
  .premier-experience-section .overlay h3 {
    font-size: 1.125rem;
  }
  .premier-experience-section .overlay p {
    font-size: 1rem;
  }
  .fft-wrapper {
    padding: 4rem 0 2rem;
  }
  .fleet-specs-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 25px;
  }

  .fleet-specs-bar .spec-item:last-child {
    grid-column: 1 / -1;
  }
  .fft-counter-box .stat-card {
    text-align: center;
  }
  .fft-counter-wrap .counter {
    font-size: 2rem;
  }
  .fft-counter-box p {
    font-size: 0.825rem;
    text-align: center;
  }
  .fft-counter-wrap {
    padding: 1.2rem;
    gap: 1.2rem;
    margin-top: 25px !important;
  }
  .tick-svg img {
    width: 26px;
  }
  .tick-content {
    font-size: 1rem;
  }

  .timeline-flex {
    gap: 0.8rem;
  }
  .timeline-section {
    padding: 2rem 0;
  }
  .timeline-section .timeline-line-bg {
    left: 2rem;
  }
  .timeline-section .step-content p {
    font-size: 1.04rem;
  }
  .common-banner-section {
    margin: 2rem 0 0;
    height: 80vh;
  }
  .services-banner-wrapper, .ferry-leg-wrapper-bg {
    margin: 0 0 2rem !important;
  }
  #experienceTitle {
    font-size: 1.325rem;
  }
  #experienceDesc {
    font-size: 1.04rem;
  }
  .curated-section {
    padding: 2rem 0;
  }
  .about-counter-section .expert-section .content-layer {
    justify-content: end;
  }
}

@media (max-width: 575px) {
  .ferry-leg-wrapper-bg .common-banner-content {
    padding-bottom: 0px;
  }
  .hero-title {
    font-size: 2rem;
    letter-spacing: 0.40938rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-card {
    align-items: center;
    text-align: center;
    padding: 25px;
  }

  .maintitle {
    font-size: 1.5rem;
  }

  .chaterline-box {
    width: 100%;
  }

  .footer-links {
    gap: 15px;
    padding-top: 0;
  }

  .footer-left {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .icon-wrapper {
    font-size: 30px;
  }
  .service-tabs-hero .tab-card {
    flex: 1 1 50%;
  }
  .service-hero-title {
    font-size: 2.5rem;
  }
  .luxury-cta-section {
    margin: 2rem 0 3rem;
  }
  .fleet-specs-bar {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .fleet-specs-bar .spec-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .fleet-specs-bar .spec-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .fleet-specs-bar .spec-item .spec-icon {
    background: transparent;
    width: auto;
    height: auto;
  }
  .fleet-specs-bar .spec-item .spec-icon img {
    width: 30px;
  }
  .testimonial-container {
    gap: 0;
  }
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 390px) {
  .jet-name {
    font-size: 1.25rem;
  }

  /* --------------- Service pages --------------- */
  .services-hero .service-hero-title {
    font-size: 1.8rem;
  }
  .service-tabs-hero .tab-card {
    flex: 0 0 110px;
    min-width: 110px;
  }
}

@media (max-width: 375px) {
  .default-button {
    padding: 10px 22px;
    font-size: 0.95rem;
  }

  .tab-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 340px) {
    .title-section .maintitle {
        font-size: clamp(1.2rem, 4vw, 2.8rem);
    }
    .title-section {
        padding: 0 20px 20px !important;
    }
    .title-section .subtitle {
        font-size: 0.9rem;
        letter-spacing: 0.6rem;
        margin-bottom: 0.5rem;
    }
}