@media (max-width: 991px) {
    .archive-map {
        padding: 40px 0 20px;
    }

    .archive-map__canvas {
        height: 420px;
        border-radius: 24px 24px 0 0;
    }

    .tours-archive-popup__media {
        height: 140px;
    }

    .tours-archive-popup__title {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .archive-map__canvas {
        height: 360px;
    }

    .tours-archive-popup__media {
        height: 120px;
    }
}

/* ============================================
   ULTRA-SMALL MOBILE BREAKPOINTS
   ============================================ */

/* Very small mobile (320px and below) */
@media (max-width: 320px) {
  .container {
    padding-left: clamp(0.625rem, 3vw, 0.75rem);
    padding-right: clamp(0.625rem, 3vw, 0.75rem);
  }

  .hero-text h2 {
    font-size: clamp(1.25rem, 10vw, 1.5rem);
    line-height: 1.2;
  }

  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.8rem;
    width: 100%;
    max-width: 100%;
  }

  .section-title h2 {
    font-size: clamp(1.25rem, 10vw, 1.5rem);
  }

  .fleet-card,
  .route-card,
  .tour-card {
    padding: 1rem;
  }

  .contact-page__hero-text h1 {
    font-size: clamp(1.75rem, 12vw, 2rem);
  }

  .contact-page__card {
    padding: 1.25rem;
  }

  .service-hero__title {
    font-size: clamp(1.75rem, 12vw, 2rem);
  }
}

/* Small mobile (360px and below) */
@media (max-width: 360px) {
  .container {
    padding-left: clamp(0.75rem, 4vw, 1rem);
    padding-right: clamp(0.75rem, 4vw, 1rem);
  }

  .hero-text h2 {
    font-size: clamp(1.5rem, 8vw, 1.75rem);
  }

  .hero-text p {
    font-size: clamp(0.85rem, 4vw, 0.9rem);
  }

  .btn {
    padding: clamp(0.75rem, 3vw, 0.875rem) clamp(1.25rem, 6vw, 1.5rem);
    font-size: clamp(0.85rem, 4vw, 0.9rem);
  }

  .section-title h2 {
    font-size: clamp(1.5rem, 8vw, 1.75rem);
  }

  .booking-form {
    padding: clamp(1.25rem, 5vw, 1.5rem);
  }

  .fleet-card,
  .route-card,
  .tour-card,
  .testimonial-card {
    padding: clamp(1.25rem, 5vw, 1.5rem);
  }

  .contact-page__hero {
    padding: clamp(80px, 20vw, 100px) 0 clamp(50px, 12vw, 60px);
  }

  .contact-page__card {
    padding: clamp(1.5rem, 6vw, 1.75rem);
  }

  .service-hero {
    padding: clamp(3rem, 10vw, 3.5rem) 0 clamp(2.5rem, 8vw, 3rem);
  }

  /* Logo sizing for ultra-small mobile */
  .site-logo .custom-logo,
  .site-logo img,
  .navbar-logo .custom-logo,
  .navbar-logo img,
  .logo.site-logo .custom-logo,
  .logo.site-logo img,
  header .custom-logo,
  header .site-logo img,
  header img.custom-logo,
  .navbar-flowbite .custom-logo,
  .navbar-flowbite img.custom-logo,
  .site-header .custom-logo,
  .site-header img.custom-logo {
    width: clamp(90px, 40vw, 150px);
    max-height: 32px;
  }
}

/* iPhone SE/8 (375px and below) */
@media (max-width: 375px) {
  .hero-content {
    gap: clamp(1.5rem, 6vw, 2rem);
  }

  .routes-grid,
  .fleet-carousel,
  .tours-slider,
  .testimonials-grid {
    gap: clamp(1.25rem, 5vw, 1.5rem);
  }

  .form-grid {
    gap: clamp(1rem, 4vw, 1.25rem);
  }

  .contact-page__form-box {
    padding: clamp(1.5rem, 6vw, 1.75rem);
  }
}

/* iPhone Plus (414px and below) */
@media (max-width: 414px) {
  .hero-text h2 {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .section-title h2 {
    font-size: clamp(1.75rem, 6vw, 2rem);
  }
}

/**
 * Responsive Stylesheet for Corfu Taxi Minibus Theme
 *
 * @package Corfu_Elite_Transfer
 * @since 1.0.0
 */

/* Tablet and Mobile (1131px and below) - Mobile layout with hamburger menu */
@media (max-width: 1131px) {
  .header-content {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
  }

  header {
    padding: 1rem;
    max-height: none;
    min-height: auto;
  }

  /* Logo sizing for tablet/mobile */
  .site-logo .custom-logo,
  .site-logo img,
  .navbar-logo .custom-logo,
  .navbar-logo img,
  .logo.site-logo .custom-logo,
  .logo.site-logo img,
  header .custom-logo,
  header .site-logo img,
  header img.custom-logo,
  .navbar-flowbite .custom-logo,
  .navbar-flowbite img.custom-logo,
  .site-header .custom-logo,
  .site-header img.custom-logo {
    width: clamp(120px, 30vw, 200px);
    height: auto;
    max-width: 100%;
    max-height: 40px;
  }

  /* Hide desktop navigation */
  nav {
    display: none;
  }

  /* Show hamburger menu button */
  .mobile-menu-btn {
    display: flex;
  }

  /* Language switcher - dropdown style */
  .lang-switch {
    margin-left: auto;
    flex: 0 0 auto;
    padding: 0.25rem 0.75rem;
    width: auto;
  }

  .lang-switch__toggle {
    display: flex;
  }

  .lang-switch__options {
    display: none;
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    min-width: min(220px, 80vw);
    background: rgba(14, 26, 43, 0.98);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 14px;
    padding: 0.5rem;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1000;
  }

  .lang-switch.is-open .lang-switch__options {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .lang-switch__options a {
    width: 100%;
    text-align: left;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
  }

  /* Mobile navigation menu */
  .main-navigation {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: rgba(14, 26, 43, 0.98);
    backdrop-filter: blur(10px);
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
  }

  .main-navigation.active {
    transform: translateX(0);
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

/* Tablet and below (1024px) */
@media (max-width: 1024px) {
  .container {
    padding-left: clamp(1.25rem, 4vw, 2rem);
    padding-right: clamp(1.25rem, 4vw, 2rem);
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-text h2 {
    font-size: 3rem;
  }

  /* Grid layouts are now mobile-first in style.css - no override needed here */
  /* Benefits grid: 1 column mobile, 2 at 640px, 4 at 1024px (handled in style.css) */
  /* Routes grid: 1 column mobile, 2 at 640px, 3 at 1024px (handled in style.css) */
  /* Tours slider: 1 column mobile, 2 at 640px, 3 at 1024px (handled in style.css) */
  /* Testimonials grid: 1 column mobile, 2 at 640px, 3 at 1024px (handled in style.css) */
  
  .fleet-carousel {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page__hero {
    padding: 120px 0 80px;
  }

  .contact-page__hero .hero-content {
    text-align: center;
  }

  .contact-page__hero-text {
    margin: 0 auto;
  }

  .contact-page__hero-cta {
    justify-content: center;
  }

  .contact-page__form-grid,
  .contact-page__presence-grid {
    grid-template-columns: 1fr;
  }

  .contact-page__form-box {
    margin: 0 auto;
  }

  .archive-hero {
    padding-top: clamp(5.5rem, 9vw, 7rem);
    text-align: center;
  }

  .archive-hero .container {
    padding-left: 0;
    padding-right: 0;
  }

  .archive-hero h1,
  .archive-hero p {
    text-align: center;
  }

  .archive-content,
  .services-section {
    padding-left: clamp(1.25rem, 4vw, 2rem);
    padding-right: clamp(1.25rem, 4vw, 2rem);
  }

  /* Pagination - Tablet */
  .archive-pagination {
    margin-top: 2.5rem;
    padding: 0 0.5rem;
  }

  .archive-pagination .nav-links {
    gap: 0.4rem;
  }

  .archive-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }

  .archive-pagination .page-numbers.prev,
  .archive-pagination .page-numbers.next {
    padding: 0 14px;
    font-size: 0.9rem;
  }

  /* List format pagination - Tablet */
  .archive-pagination ul.page-numbers {
    gap: 0.4rem;
  }

  .archive-pagination ul.page-numbers li a,
  .archive-pagination ul.page-numbers li span {
    min-width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }

  .archive-pagination ul.page-numbers li a.prev,
  .archive-pagination ul.page-numbers li a.next {
    padding: 0 14px;
    font-size: 0.9rem;
  }
}

/* Tablet and below (768px) */
@media (max-width: 768px) {
  /* Pagination - Mobile Tablet */
  .archive-pagination {
    margin-top: 2rem;
    padding: 0 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .archive-pagination .nav-links {
    gap: 0.35rem;
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .archive-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .archive-pagination .page-numbers.prev,
  .archive-pagination .page-numbers.next {
    padding: 0 12px;
    font-size: 0.85rem;
  }

  /* Hide dots on smaller screens to save space */
  .archive-pagination .page-numbers.dots {
    display: none;
  }

  /* List format pagination - Mobile Tablet */
  .archive-pagination ul.page-numbers {
    gap: 0.35rem;
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .archive-pagination ul.page-numbers li a,
  .archive-pagination ul.page-numbers li span {
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .archive-pagination ul.page-numbers li a.prev,
  .archive-pagination ul.page-numbers li a.next {
    padding: 0 12px;
    font-size: 0.85rem;
  }

  .archive-pagination ul.page-numbers li span.dots {
    display: none;
  }
}

/* Mobile (640px and below) */
@media (max-width: 640px) {
  /* Pagination - Mobile */
  .archive-pagination {
    margin-top: 1.5rem;
    padding: 0 0.5rem;
    justify-content: flex-start;
  }

  .archive-pagination .navigation.pagination {
    justify-content: flex-start;
  }

  .archive-pagination .nav-links {
    gap: 0.3rem;
    justify-content: flex-start;
  }

  .archive-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .archive-pagination .page-numbers.prev,
  .archive-pagination .page-numbers.next {
    min-width: 48px;
    padding: 0 10px;
    font-size: 0.85rem;
  }

  /* Show text on prev/next buttons but keep compact */
  .archive-pagination .nav-prev-text,
  .archive-pagination .nav-next-text {
    display: inline;
  }

  /* Show dots and a few numbers around current page */
  .archive-pagination .page-numbers.dots {
    display: inline-flex;
    width: 20px;
    min-width: 20px;
    padding: 0;
    background: transparent;
    cursor: default;
  }

  /* Support for paginate_links() list format on mobile */
  .archive-pagination ul.page-numbers {
    gap: 0.3rem;
    justify-content: flex-start;
  }

  .archive-pagination ul.page-numbers li {
    margin: 0;
  }

  .archive-pagination ul.page-numbers li a,
  .archive-pagination ul.page-numbers li span {
    min-width: 44px;
    height: 44px;
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .archive-pagination ul.page-numbers li a.prev,
  .archive-pagination ul.page-numbers li a.next {
    min-width: 48px;
    padding: 0 10px;
    font-size: 0.85rem;
  }

  .archive-pagination ul.page-numbers li span.dots {
    display: inline-flex;
    width: 20px;
    min-width: 20px;
    padding: 0;
    background: transparent;
  }
}

/* Admin table pagination responsive styles */
@media (max-width: 1024px) {
  .tablenav-pages {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
  }

  .tablenav-pages ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.25rem;
    min-width: max-content;
  }

  .tablenav-pages a,
  .tablenav-pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 0.9rem;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}

@media (max-width: 640px) {
  .tablenav-pages a,
  .tablenav-pages span {
    min-width: 44px;
    height: 44px;
    font-size: 0.95rem;
  }
}

@media (max-width: 1024px) {
  .service-hero {
    padding: 4rem 0 3.5rem;
  }

  .service-hero__inner {
    grid-template-columns: 1fr;
  }

  .service-hero__figure {
    max-width: 420px;
    order: -1;
    justify-self: center;
  }

  .service-body__layout--route-with-map {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .service-body__map-column {
    position: static;
    order: -1;
  }

  .service-map--inline .service-map__canvas {
    height: 400px;
  }

  .service-body__layout--with-sidebar {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
    top: auto;
  }

  .service-sticky-cta__content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .service-sticky-cta__actions {
    justify-content: flex-start;
  }

  .service-booking__wrapper {
    grid-template-columns: 1fr;
  }

  .service-booking__info {
    padding: 2.5rem;
  }
}

/* Mobile (768px and below) - Additional mobile optimizations */
@media (max-width: 768px) {
  .container {
    padding-left: clamp(1rem, 5vw, 1.5rem);
    padding-right: clamp(1rem, 5vw, 1.5rem);
  }

  .logo {
    max-height: var(--logo-mobile-size);
  }

  .logo .custom-logo,
  .logo img,
  .logo .logo-icon {
    max-width: var(--logo-mobile-size);
    max-height: var(--logo-mobile-size);
  }

  /* Site Logo - Responsive */
  .site-logo .custom-logo,
  .site-logo img,
  .navbar-logo .custom-logo,
  .navbar-logo img,
  .logo.site-logo .custom-logo,
  .logo.site-logo img {
    width: clamp(100px, 35vw, 200px);
    height: auto;
    max-width: 100%;
    max-height: 40px;
  }

  .hero-text h2 {
    font-size: 2.25rem;
  }

  .section-title,
  .page-header,
  .page-title,
  .service-hero__inner h1 {
    margin-top: 1.25rem;
    text-align: center;
  }

  .archive-hero {
    padding-top: clamp(5.5rem, 12vw, 7rem);
    padding-bottom: 2.5rem;
  }
  
  /* Ensure services-hero accounts for fixed header */
  .services-hero {
    padding-top: calc(var(--header-height) + 3rem);
  }

  .archive-content {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .archive-content .container,
  .services-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .services-section__header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .services-grid,
  .archive-grid,
  .fleet-carousel,
  .routes-grid,
  .tours-slider,
  .testimonials-grid {
    gap: 1.5rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .hero,
  .benefits,
  .fleet,
  .routes,
  .tours,
  .testimonials,
  .cta-section,
  .services-cta,
  .service-hero,
  .service-body,
  .service-summary,
  .service-highlights,
  .service-gallery,
  .service-map,
  .contact-page__hero,
  .contact-page__cards,
  .contact-page__form,
  .contact-page__presence,
  .contact-page__faq {
    padding-left: clamp(1rem, 4vw, 1.75rem);
    padding-right: clamp(1rem, 4vw, 1.75rem);
  }
  
  /* Add padding-top to first section if it doesn't have hero */
  .site-main > section:first-child:not(.hero):not(.archive-hero):not(.services-hero):not(.service-hero) {
    padding-top: calc(var(--header-height) + 2rem);
  }
  
  /* Services section spacing - ensure first services section accounts for header */
  .services-section:first-of-type {
    padding-top: calc(var(--header-height) + 2rem);
  }
  
  /* Archive content spacing if no archive-hero */
  .archive-content:first-child {
    padding-top: calc(var(--header-height) + 2rem);
  }
  
  /* Ensure all main sections have proper spacing from header */
  .site-main > .fleet:first-child,
  .site-main > .routes:first-child,
  .site-main > .tours:first-child,
  .site-main > .benefits:first-child {
    padding-top: calc(var(--header-height) + 2rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .archive-controls {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }

  .section-controls,
  .review-filters {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 16px;
  }

  .section-controls label,
  .review-filters label {
    width: 100%;
    min-width: 100%;
    flex: none;
  }

  .section-controls__input,
  .review-filters select {
    width: 100%;
    padding: 0.95rem 1.15rem 0.95rem 2.75rem;
  }

  .review-filters select {
    padding-right: 2.75rem;
  }

  .section-controls:not(.review-filters) {
    padding: 1.25rem 1.5rem;
  }

  .routes-search {
    max-width: 100%;
    width: 100%;
  }

  .routes-search__input {
    font-size: 0.95rem;
  }

  .booking-form,
  .contact-page__form-box,
  .service-booking__form .booking-form {
    padding: 1.75rem;
  }

  /* Grid layouts are mobile-first - already handled in style.css */
  /* No need to override here as style.css sets 1fr by default */

  .archive-grid .fleet-card,
  .archive-grid .route-card,
  .archive-grid .tour-card,
  .archive-grid .testimonial-card,
  .archive-grid .transfer-card {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    bottom: 1rem;
    right: 1rem;
  }

  .sticky-btn {
    width: 48px;
    height: 48px;
  }

  .sticky-btn svg {
    width: auto;
    height: auto;
  }

  .services-cta__card {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-cta__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-page__hero {
    padding: 110px 0 70px;
  }

  .contact-page__hero-text h1 {
    font-size: 2.4rem;
  }

  .contact-page__hero-text .lead {
    font-size: 1.05rem;
  }

  .contact-page__hero-badge {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .contact-page__cards {
    padding: 70px 0;
  }

  .contact-page__card {
    padding: 2rem;
  }

  .contact-page__form {
    padding: 80px 0;
  }

  .contact-page__form-box {
    padding: 2rem;
  }

  .contact-page__presence {
    padding: 70px 0 90px;
  }

  .contact-page__presence h2 {
    text-align: center;
  }

  .contact-page__presence p {
    text-align: center;
  }

  .contact-page__faq {
    padding: 70px 0;
  }

  .contact-page__faq-question {
    font-size: 1.3rem;
    padding: 1.5rem;
  }

  .contact-page__faq-item.is-open .contact-page__faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  .contact-page__hours-list {
    margin-top: 2rem;
  }

  .contact-page__map-frame {
    margin-top: 2rem;
  }

  .contact-page__map-cta {
    width: 100%;
    justify-content: center;
  }

  .route-pricing-table-section {
    padding: 2rem 1.5rem;
  }

  .route-pricing-table {
    font-size: 0.9rem;
  }

  .route-pricing-table th,
  .route-pricing-table td {
    padding: 0.85rem 1rem;
  }

  .service-article {
    padding: 2.25rem 1.75rem;
  }

  .service-article__content {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  .service-article__content h2 {
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .service-article__content h3 {
    font-size: 1.45rem;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
  }

  .service-article__content h4 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .service-article__content p {
    margin-bottom: 1.25rem;
    line-height: 1.85;
  }

  .service-article__content ul,
  .service-article__content ol {
    margin: 1.25rem 0;
    padding-left: 1.5rem;
  }

  .service-article__content ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .service-article__content blockquote {
    margin: 1.75rem 0;
    padding: 1.5rem 1.75rem;
  }

  .service-article__content blockquote::before {
    font-size: 2.5rem;
    top: 0.25rem;
    left: 0.75rem;
  }

  .service-article__content img {
    margin: 1.5rem 0;
    border-radius: 10px;
  }

  .service-booking__wrapper {
    gap: 2rem;
  }

  .service-booking__info {
    padding: 2rem;
  }

  .service-booking__support {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-booking__support-link {
    width: 100%;
    justify-content: center;
  }

  .service-booking__form .booking-form {
    padding: 2rem;
  }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
  .hero {
    min-height: 500px;
    padding-top: 60px;
  }

  .hero-text h2 {
    font-size: 1.75rem;
  }

  .hero-text p {
    font-size: 0.9rem;
  }

  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }

  .booking-form {
    padding: 1.5rem;
  }

  .booking-form h3 {
    font-size: 1.5rem;
  }

  .section-title h2 {
    font-size: 1.75rem;
  }

  .section-title p {
    font-size: 1rem;
  }

  .benefits,
  .fleet,
  .routes,
  .tours,
  .testimonials,
  .cta-section {
    padding: 3rem 1rem;
  }

  .service-hero {
    padding: 3.5rem 0 3rem;
  }

  .service-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-hero__meta {
    grid-template-columns: 1fr;
  }

  .service-summary {
    padding: 2.5rem 0 1.5rem;
  }

  .service-highlights__grid,
  .service-gallery__grid,
  .service-tips__grid,
  .service-related__grid {
    grid-template-columns: 1fr;
  }

  .service-body {
    padding: 3rem 0;
  }

  .service-pricing__row {
    grid-template-columns: 1fr;
  }

  .service-pricing__price {
    align-items: flex-start;
  }

  .service-map__canvas {
    height: 320px;
  }

  .service-sidebar {
    padding: 2rem;
  }

  .service-article {
    padding: 1.75rem;
  }

  .service-booking__info {
    padding: 1.75rem;
  }

  .service-booking__form .booking-form {
    padding: 1.75rem;
  }

  .service-sticky-cta {
    bottom: 0;
  }

  .service-sticky-cta__actions {
    flex-direction: column;
  }

  .fleet-card,
  .route-card,
  .tour-card,
  .testimonial-card {
    padding: 1.5rem;
  }

  footer {
    padding: 2rem 1rem 1rem;
  }

  .footer-content {
    gap: 2rem;
  }

  .contact-page__hero {
    padding: 100px 0 60px;
  }

  .contact-page__hero-subtitle {
    font-size: 0.8rem;
  }

  .contact-page__hero-cta .btn {
    width: 100%;
  }

  .contact-page__cards-grid {
    gap: 1.25rem;
  }

  .contact-page__card {
    padding: 1.75rem;
  }

  .contact-page__form-box {
    padding: 1.75rem;
  }

  .contact-page__feature-list li {
    font-size: 1rem;
  }

  .contact-page__map-placeholder {
    padding: 2rem;
    font-size: 1rem;
  }
}

/* Standard Desktop (1280px and above) */
@media (min-width: 1280px) {
  .container {
    max-width: 1400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-content {
    max-width: 1400px;
  }

  .routes-grid,
  .tours-slider,
  .testimonials-grid {
    gap: 2.5rem;
  }

  .fleet-carousel {
    gap: 2.5rem;
  }

  .services-grid {
    gap: 2rem;
  }
}

/* Large Desktop (1400px and above) */
@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }

  .hero-content {
    max-width: 1600px;
  }

  .footer-content {
    max-width: 1600px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Extra Large Desktop (1536px and above) */
@media (min-width: 1536px) {
  .container {
    max-width: 1600px;
  }

  .hero-content {
    max-width: 1600px;
  }

  .footer-content {
    max-width: 1600px;
  }

  .routes-grid,
  .tours-slider,
  .testimonials-grid {
    gap: 3rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Print Styles */
@media print {
  header,
  footer,
  .sticky-cta,
  .booking-form {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 0;
  }

  body {
    background: white;
    color: black;
  }
}

