/* ==========================================================================
   Mobile & Tablet Breakdown (Max-width: 991px)
   ========================================================================== */
@media (max-width: 991px) {

    .site-header {
        padding: 15px 20px;
    }

    /* Hide desktop secondary components */
    .header-nav,
    .header-divider,
    .desk-only {
        display: none !important;
    }

    /* Force layouts to scale down neatly */
    .phone-number {
        font-size: 12px;
    }

    .logo-container {
        position: static;
        transform: none;
        left: auto;
    }

    .logo-icon img {
        height: 36px;
    }

    .logo-text {
        font-size: 20px;
    }

    /* Hamburger Selector Icon */
    .mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 2000;
    }

    .mobile-toggle .bar {
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: all 0.3s ease;
        border-radius: 2px;
    }

    /* Turn Hamburger into an 'X' on Open Class */
    .mobile-toggle.is-open .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-toggle.is-open .bar:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.is-open .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* Slide-out Full-screen Navigation Menu Drawer */
    .mobile-drawer {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #0f0f0f;
        z-index: 999;
        transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        padding: 120px 30px 40px 30px;
    }

    .mobile-drawer.is-active {
        right: 0;
    }

    .mobile-menu {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .mobile-menu li a {
        color: #ffffff;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 600;
        display: block;
    }

    .drawer-buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .drawer-buttons .btn {
        width: 100%;
        padding: 14px;
    }

    /* Keep scroll animation intact for small screen logos */
    .site-header.scrolled .logo-text {
        max-width: 0;
        opacity: 0;
        transform: translateX(-10px);
    }

    .submenu {
        display: none;
    }

    .submenu.show {
        display: flex;
    }

    .mobile-submenu {
        display: none;
        padding-left: 15px;
    }

    .mobile-submenu li a {
        font-size: 13px;
        padding: 8px 0;
        display: block;
        color: #fff;
    }

    .has-submenu>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .has-submenu.active .mobile-submenu {
        display: block;
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
        padding: 0 30px;
    }

    .bottom-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .bottom-left {
        flex-direction: column;
        gap: 10px;
    }

    .footer-brand-header {
        padding: 0 30px;
        margin-bottom: 40px;
    }

    .policy-page-wrapper {
        padding-top: 90px;
    }

    .policy-hero {
        padding: 60px 24px 30px 24px;
    }

    .policy-main-title {
        font-size: 34px;
    }

    .policy-content-container {
        padding: 0 24px 80px 24px;
    }

    .policy-card {
        padding: 35px;
    }

    .hero-main-title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hero-lead-text {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .btn-hero {
        padding: 14px 28px;
        font-size: 13px;
    }

}

/* Mobile Phones / Tiny Screens */
@media (max-width: 575px) {
    .site-footer {
        padding-top: 50px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 0 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .bottom-container {
        padding: 0 20px;
    }

    .legal-links {
        justify-content: center;
    }

    .footer-brand-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .footer-brand-divider {
        display: none;
        /* Hide vertical rule when items drop to vertical layout */
    }

    .policy-page-wrapper {
        padding-top: 80px;
    }

    .policy-hero {
        padding: 40px 20px 20px 20px;
    }

    .policy-main-title {
        font-size: 28px;
    }

    .policy-content-container {
        padding: 0 15px 60px 15px;
    }

    .policy-card {
        padding: 25px 20px;
        border-radius: 8px;
    }

    .policy-intro {
        font-size: 15px;
    }

    .policy-section-heading {
        font-size: 18px;
    }

    .contact-panel {
        padding: 20px;
        margin-top: 35px;
    }

    .hero-section {
        height: 100vh;
        /* Maintains clean vertical presentation bounds */
    }

    .hero-content {
        padding: 0 20px;
        margin-top: 40px;
    }

    .hero-subtitle {
        font-size: 15px;
        line-height: 1.4;
        max-width: 280px;
        margin: 0 auto 15px 0;
    }

    .hero-main-title {
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero-lead-text {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    /* Stacks the buttons to matching vertical layout widths */
    .hero-cta-group {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .btn-hero {
        width: 100%;
        padding: 16px;
        font-size: 13px;
    }
    
        .sustainability-image img {
        width: 100%;
        height: 350px;
        flex: none;
        object-fit: cover;
        object-position: center;
    }

}

/* ==========================================================================
   Why Choose Us Section - Responsive Alterations
   ========================================================================== */

/* Tablet & Intermediate Views */
@media (max-width: 1199px) {
    .wcu-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .wcu-card-title {
        min-height: auto;
    }

    .fleet-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }

    .sustainability-content {
        flex: 0 0 50%;
        /* Equal split on medium screens */
        padding: 40px;
    }

    .sustainability-image {
        flex: 0 0 50%;
    }

    .section-title {
        font-size: 24px;
    }

    .service-container {
        gap: 40px;
        padding: 0 20px;
    }

    .service-title {
        font-size: 26px;
    }

    .play-btn-overlay {
        width: 70px;
        height: 70px;
    }

    .services-section {
        padding: 80px 30px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Collapses down cleanly into 2 columns */
        gap: 25px;
    }

    .testimonials-section {
        padding: 80px 30px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .contact-container {
        gap: 40px;
        grid-template-columns: 1fr;
        /* Turns into stacked format on smaller viewports */
    }

    .contact-info-panel {
        padding-right: 0;
    }

    .info-heading {
        font-size: 38px;
    }

    .heritage-grid {
        gap: 40px;
    }

    .image-stack-wrapper {
        max-width: 440px;
        height: 400px;
    }

    .frame-main {
        width: 280px;
        height: 350px;
    }

    .frame-sub {
        width: 240px;
        height: 280px;
    }

    .mv-editorial-grid {
        gap: 40px;
    }

    .mission-simple-grid {
        gap: 40px;
    }

    .heritage-mission-section {
        padding: 100px 0;
    }
}

/* Mobile Devices (Max Width 767px) */
@media (max-width: 767px) {
    .wcu-section {
        padding: 70px 20px;
    }

    .wcu-main-title {
        font-size: 26px;
    }

    .wcu-subtitle {
        font-size: 13px;
        line-height: 1.4;
        padding: 0 10px;
    }

    /* Transform columns into beautifully aligned individual row boxes */
    .wcu-grid-container {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .wcu-card {
        flex-direction: row;
        /* Horizontal layout framework shift */
        text-align: left;
        padding: 25px 20px;
        align-items: center;
        gap: 20px;
    }

    .wcu-image-frame {
        width: 85px;
        height: 85px;
        margin-bottom: 0;
        /* Clear bottom margins on horizontal layouts */
        flex-shrink: 0;
        /* Prevents circle frames from shrinking */
    }

    .wcu-card-title {
        font-size: 14px;
        margin-bottom: 0;
        min-height: auto;
        justify-content: flex-start;
        text-align: left;
    }

    /* Description paragraph blocks disappear from view on mobile view designs */
    .wcu-card-desc {
        display: none !important;
    }

    .btn-wcu-outline {
        width: 100%;
        max-width: 290px;
        text-align: center;
        padding: 16px;
    }

    .fleet-section {
        padding: 65px 20px;
    }

    .fleet-main-title {
        font-size: 24px;
    }

    .fleet-grid-container {
        grid-template-columns: 1fr;
        /* Fallback stacking sequence */
        gap: 45px 0;
        margin-bottom: 40px;
    }

    .fleet-card {
        padding: 0;
    }

    .fleet-image-wrap {
        height: 140px;
        margin-bottom: 15px;
    }

    .fleet-car-name {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .btn-fleet-book {
        max-width: 100%;
        /* Spans full width layout safe markers */
    }

    .sustainability-section {
        flex-direction: column-reverse;
        /* Puts image on top, text below on mobile */
        min-height: auto;
    }

    .sustainability-image {
        width: 100%;
        height: 350px;
        /* Gives image explicit height when stacked vertically */
        flex: none;
        object-fit: cover;
        object-position: center;

    }

    .sustainability-content {
        width: 100%;
        flex: none;
        padding: 50px 24px;
        justify-content: flex-start;
    }

    .content-wrapper {
        max-width: 100%;
        /* Spans full crisp width on small viewports */
    }

    .section-title {
        font-size: 22px;
    }

    .feature-list {
        gap: 28px;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .service-section {
        padding: 40px 20px;
    }

    .service-container {
        flex-direction: column;
        /* Stack image vertically above text */
        gap: 30px;
    }

    .service-media-wrapper,
    .service-content {
        width: 100%;
        /* Spans across full viewport width */
        flex: none;
        padding-right: 0;
    }

    .service-title {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .service-description {
        max-width: 100%;
        font-size: 13.5px;
    }

    .outline-btn {
        width: 100%;
        /* Standard mobile button optimization */
        text-align: center;
        box-sizing: border-box;
    }

    .play-btn-overlay {
        width: 60px;
        height: 60px;
    }

    .services-section {
        padding: 60px 20px;
    }

    .main-title {
        font-size: 26px;
    }

    .services-header {
        margin-bottom: 45px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        /* Stacks cards linearly into 1 clean column */
        gap: 25px;
    }

    .card-body {
        padding: 25px;
    }

    .testimonials-section {
        padding: 60px 20px;
    }

    .testimonials-header .main-title {
        font-size: 26px;
    }

    .slider-wrapper {
        padding: 0;
        /* Clear container spacing variables for maximum reading area */
    }

    /* Reposition arrows underneath the content layout on mobile viewports */
    .slider-arrow {
        display: none;
        /* Recommended option for mobile screens to avoid thumb overlay bugs */
    }

    .slides-container {
        min-height: 320px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .contact-section {
        padding: 60px 20px;
    }

    .info-heading {
        font-size: 32px;
    }

    .form-card {
        padding: 35px 25px;
    }

    .submit-form-btn {
        border-radius: 8px;
    }

    .heritage-container {
        padding: 0 24px;
    }

    .heritage-about-section {
        padding: 80px 0;
    }

    .heritage-grid {
        grid-template-columns: 1fr;
        /* Stack text above images on mobile devices */
        gap: 60px;
    }

    .heritage-content-col {
        max-width: 100%;
    }

    .heritage-image-col {
        margin-top: 20px;
    }

    .image-stack-wrapper {
        height: 440px;
    }

    .mv-editorial-grid {
        grid-template-columns: 1fr;
        /* Stack Mission and Values cards vertically */
        gap: 48px;
    }

    .heritage-mv-section {
        padding: 80px 0;
    }

    .heritage-mission-section {
        padding: 80px 0;
    }

    .mission-simple-grid {
        grid-template-columns: 1fr;
        /* Stacks vertically into a 1-column format on mobile devices */
        gap: 48px;
    }

    /* Keeps image layout underneath the narrative blocks on portable devices */
    .mission-simple-grid .heritage-image-col {
        order: 2;
    }

    .mission-simple-grid .heritage-content-col {
        order: 1;
    }

    .simple-image-wrapper {
        max-width: 100%;
        /* Allows image to adapt completely fluidly on smartphones */
    }

    .mission-simple-grid {
        grid-template-columns: 1fr; /* Stacks vertically */
        gap: 48px;
    }

    /* Ensures text blocks stay on top and the image falls underneath on mobile */
    .mission-simple-grid .heritage-content-col {
        order: 1;
    }
    .mission-simple-grid .heritage-image-col {
        order: 2;
    }

    .wa-chat-window {
        width: 95%;
        right: 2.5%;
        bottom: 80px;
    }

   .scroll-top {
        width: 60px;
        height: 50px;
        left: 15px;
        bottom: 80px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .card {
        padding: 18px;
    }

    .form-box {
        padding: 20px;
    }

    .btn-review button {
        font-size: 14px;
    }

    .review-float {
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .btn-outline{
        display: none;
    }
    
    .phone-number {
        display: none;
    }
    
}