@media screen and (max-width: 1024px) {
    /* Show mobile menu button */
    .mobile-menu-btn {
        display: flex !important;
        margin: 0;
    }

    /* Hide desktop navigation */
    #nav {
        display: none !important;
    }

    /* Header Layout for Mobile/Tablet */
    #header {
        display: block !important;
        padding: 12px 0;
    }

    #header .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 63px;
    }

    /* Logo - Smaller on mobile */
    #logo img {
        max-width: 140px;
        height: auto;
    }

    #logo::after {
        display: none;
    }

    /* Header Right Section - Adjusted for mobile */
    #header_right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #header_hotline {
        display: none !important;
    }

    #header_my {
        display: flex !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    #header_book {
        display: flex !important;
        padding: 1px 18px;
        font-size: 12px;
    }

    /* ===========================
       SLIDER SECTION
       =========================== */
    #home_slider {
        padding: 80px 0 60px 0;
    }

    .slide-content {
        left: 50px;
        padding: 0 20px;
    }

    .slide-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .slide-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slide-badge {
        margin-top: 98px;
    }

    .slide-description {
        font-size: 14px;
    }

    .slider-nav-btn{
        width: 50px;
        height: 50px;
        padding-right: 10px;
    }
    .slider-nav-btn i{
        padding-left: 4px;
    }

    .btn-primary, .btn-secondary{
        padding: 9px 17px;
        font-size: 14px;
    }

    .scroll-indicator {
        bottom: 30px;
    }

    /* ===========================
       Start Your Journey SECTION (#home_about)
       =========================== */
    .booking-form-wrapper {
        padding-right: 62px;
    }

    /* ===========================
       ABOUT SECTION (#home_about)
       =========================== */   
    #home_about {
        padding: 50px 0;
    }

    #home_about .container {
        padding: 0 20px;
    }

    .about-section-header {
        margin-bottom: 30px;
    }

    .about-badge {
        padding: 6px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .about-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .about-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 15px;
    }

    .about-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-text-content {
        padding: 0;
    }

    .about-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .about-features {
        gap: 15px;
        margin-bottom: 25px;
    }

    .about-feature-card {
        padding: 15px;
        gap: 12px;
    }

    .about-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .about-feature-content h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-feature-content span {
        font-size: 12px;
    }

    .about-cta {
        gap: 12px;
        margin-top: 25px;
    }

    .about-btn-primary,
    .about-btn-secondary {
        padding: 12px 20px;
        font-size: 13px;
    }

    .about-image-content {
        display: none;
    }

    /* ===========================
       SERVICES SECTION (#home_services)
       =========================== */
    #home_services {
        padding: 50px 0;
    }

    #home_services .container {
        padding: 0 20px;
    }

    .services-section-header {
        margin-bottom: 30px;
    }

    .services-badge {
        padding: 6px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .service-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .service-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 15px;
    }

    .service-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service-card p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .service-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .service-icon {
        font-size: 22px;
    }

    .services-cta {
        margin-top: 30px;
    }

    .services-btn-view-all {
        padding: 12px 24px;
        font-size: 13px;
    }

  

    /* ===========================
       WHY SECTION (#home_why)
       =========================== */
    #home_why {
        padding: 50px 0;
    }

    #home_why .container {
        padding: 0 20px;
    }

    .why-section-header {
        margin-bottom: 30px;
    }

    .why-badge {
        padding: 6px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .why-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .why-content-grid {
        grid-template-columns: 1fr 200px 1fr;
    }

    .why-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 15px;
    }

    .why-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .why-card {
        padding: 20px;
    }

    .why-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .why-icon {
        font-size: 22px;
    }

    .why-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why-card p {
        font-size: 13px;
    }

    /* Why Feature Cards - Compact for Laptop */
    .why-feature-card {
        padding: 15px;
        gap: 12px;
        grid-template-columns: 50px 1fr auto;
        border-radius: 12px;
    }

    .feature-card-icon {
        width: 50px;
        height: 50px;
    }

    .icon-bg-circle {
        border-width: 1.5px;
    }

    .feature-card-icon i {
        font-size: 22px;
    }

    .feature-card-content h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .feature-card-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .feature-card-number {
        font-size: 32px;
    }

    .why-feature-card:hover {
        transform: translateX(5px);
        box-shadow: 0 5px 20px rgba(222, 175, 37, 0.2);
    }

    /* ===========================
       PROCESS SECTION (#home_process)
       =========================== */
    #home_process {
        padding: 50px 0;
    }

    #home_process .container {
        padding: 0 20px;
    }

    .process-section-header {
        margin-bottom: 30px;
    }

    .process-badge {
        padding: 6px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .process-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .process-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 15px;
    }

    .process-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-step {
        padding: 25px 20px;
    }

    .process-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .process-step h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .process-step p {
        font-size: 13px;
    }

    /* ===========================
       BOOKING SECTION (#home_start_book)
       =========================== */
    #home_start_book {
        padding: 40px 20px;
    }

    .booking-header {
        margin-bottom: 25px;
    }

    .booking-header h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .booking-header p {
        font-size: 13px;
    }

    .booking-form {
        padding: 25px 20px;
        gap: 15px;
    }

    .form-row {
        gap: 15px;
    }

    .form-group label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-group input,
    .form-group select {
        padding: 10px 12px;
        font-size: 13px;
    }

    .booking-form-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* ===========================
       BLOG SECTION (#home_blog)
       =========================== */
    #home_blog {
        padding: 60px 0;
    }

    #home_blog .container {
        padding: 0 20px;
    }

    .blog-section-header {
        margin-bottom: 40px;
    }

    .blog-badge {
        padding: 8px 18px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .blog-main-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .blog-title-underline {
        width: 80px;
        height: 3px;
        margin: 0 auto 20px;
    }

    .blog-subtitle {
        font-size: 15px;
        padding: 0 10px;
    }

    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 40px;
    }

    .blog-post-image {
        height: 240px;
    }

    .blog-post-content {
        padding: 25px;
    }

    .blog-post-content h3 {
        font-size: 18px;
        min-height: 50px;
    }

    .blog-post-content p {
        font-size: 13px;
        min-height: 44px;
    }

    .blog-btn-view-all {
        padding: 16px 40px;
        font-size: 14px;
    }

    .blog-card p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .blog-meta {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .blog-cta {
        margin-top: 30px;
    }

    .blog-btn-view-all {
        padding: 12px 24px;
        font-size: 13px;
    }

    /* ===========================
       FLEET SECTION
       =========================== */
    .fleet-section {
        padding: 50px 0;
    }

    .fleet-section .container {
        padding: 0 20px;
    }

    .fleet-section-header {
        margin-bottom: 30px;
    }

    .fleet-badge {
        padding: 6px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .fleet-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .fleet-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 15px;
    }

    .fleet-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .fleet-item {
        padding: 0;
    }

    .fleet-item-content {
        padding: 20px 15px;
    }

    .fleet-item-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .fleet-item-content p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .fleet-specs {
        gap: 8px;
        margin-bottom: 15px;
    }

    .fleet-spec {
        font-size: 11px;
        padding: 5px 10px;
    }

    /* ===========================
       FLEET CAROUSEL
       =========================== */
    .fleet-carousel-wrapper {
        padding: 0 50px;
        margin-bottom: 30px;
    }

    /* Fleet Navigation Buttons - Smaller */
    .fleet-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .fleet-nav-btn:hover {
        transform: translateY(-50%) scale(1.1);
    }

    /* Fleet Carousel - Compact padding */
    .fleet-carousel {
        padding: 15px 0;
    }

    /* Fleet Category Item - 3 cards in row */
    .fleet-category-item {
        padding: 8px;
    }

    /* Fleet Item Card - Smaller and consistent size */
    .fleet-item-card {
        padding: 18px;
        border-radius: 16px;
        border-width: 1.5px;
        min-height: 320px;
        max-height: 320px;
    }

    /* Fleet Item Image - Fixed consistent height */
    .fleet-item-image {
        height: 140px;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .fleet-item-image img {
        width: 85%;
        max-height: 140px;
    }

    .fleet-category-item a:hover .fleet-item-image img {
        transform: scale(1.12);
    }

    /* Fleet Item Overlay Icon */
    .fleet-item-overlay i {
        font-size: 32px;
    }

    .fleet-category-item a:hover .fleet-item-overlay i {
        transform: scale(1.15) rotate(0deg);
    }

    /* Fleet Item Content - Compact */
    .fleet-item-content h3 {
        font-size: 16px;
        margin: 0 0 8px 0;
        /* Limit to 1 line */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .fleet-item-content p {
        font-size: 12px;
        margin: 0;
        /* Limit to 1 line */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .fleet-category-item a:hover .fleet-item-card {
        transform: translateY(-8px);
    }

    /* Owl Carousel Dots - Smaller */
    .fleet-carousel .owl-dots {
        margin-top: 25px;
    }

    .fleet-carousel .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .fleet-carousel .owl-dot.active {
        width: 28px;
    }

    /* ===========================
       FOOTER
       =========================== */
    footer {
        padding: 40px 0 20px 0;
    }

    .footer-container {
        padding: 0 20px;
        gap: 30px;
    }

    .footer-column h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-column p,
    .footer-column li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 15px 20px;
        font-size: 12px;
    }

    /* ===========================
       GENERAL TYPOGRAPHY
       =========================== */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .step-content{
        width: 391px;
    }

    /* ===========================
       CONTAINER
       =========================== */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    /* ===========================
       TABLET PORTRAIT - SMALLER DESIGN
       =========================== */

    /* Header */
    #header {
        padding: 10px 0;
    }

    #header .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 12px;
    }

    #logo img {
        max-width: 130px;
    }

    #header_book {
        padding: 9px 16px;
        font-size: 11px;
        line-height: 25px;
    }

    #header_my {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    /* Slider Section */
    #home_slider {
        padding: 70px 0 50px 0;
    }

    .scroll-indicator{
        bottom: 20px;
    }

    .slide-content {
        left: 60px;
        padding: 0 15px;
    }

    .slide-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .slide-description{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .btn-primary, .btn-secondary{
        padding: 12px 25px;
        font-size: 12px;
    }

    .scroll-icon{
        width: 26px;
        height: 40px;
        font-size: 14px;
    }

    .slider-nav-btn{
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .slide-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .booking-form-wrapper{
        padding: 18px 24px
    }

    .booking-row{
        display: grid;
        grid-template-columns: 1fr;
    }

    .intro-card{
        width: 263px;
    }
    


    /* About Section */
    #home_about {
        padding: 40px 0;
    }

    #home_about .container {
        padding: 0 15px;
    }

    /* ===========================
       ALL SECTION HEADERS - UNIFIED STYLING
       =========================== */
    .about-section-header,
    .services-section-header,
    .why-section-header,
    .process-section-header,
    .blog-section-header,
    .cat-section-header,
    .fleet-section-header {
        margin-bottom: 20px;
        text-align: center;
    }

    .about-badge,
    .services-badge,
    .why-badge,
    .process-badge,
    .blog-badge,
    .cat-badge,
    .fleet-badge {
        padding: 4px 12px;
        font-size: 9px;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
    }

    .about-main-title,
    .service-main-title,
    .why-main-title,
    .process-main-title,
    .blog-main-title,
    .cat-main-title,
    .fleet-main-title {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .about-title-underline,
    .service-title-underline,
    .why-title-underline,
    .process-title-underline,
    .blog-title-underline,
    .cat-title-underline,
    .fleet-title-underline {
        width: 50px;
        height: 2px;
        margin: 0 auto 10px;
    }

    .about-subtitle,
    .service-subtitle,
    .why-subtitle,
    .process-subtitle,
    .blog-subtitle,
    .cat-subtitle,
    .fleet-subtitle {
        font-size: 12px;
        padding: 0 10px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    /* END UNIFIED SECTION HEADERS */

    .about-content-grid {
        gap: 25px;
    }

    .about-description {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .about-features {
        gap: 12px;
        margin-bottom: 20px;
    }

    .about-feature-card {
        padding: 12px;
        gap: 10px;
    }

    .about-feature-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .about-feature-content h4 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .about-feature-content span {
        font-size: 11px;
    }

    .about-cta {
        gap: 10px;
        margin-top: 20px;
    }

    .about-btn-primary,
    .about-btn-secondary {
        padding: 10px 18px;
        font-size: 12px;
    }

    /* Services Section */
    #home_services {
        padding: 40px 0;
    }

    #home_services .container {
        padding: 0 15px;
    }

    .services-section-header {
        margin-bottom: 25px;
    }

    .services-badge {
        padding: 5px 14px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .service-main-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .service-title-underline {
        width: 60px;
        height: 2.5px;
        margin: 0 auto 12px;
    }

    .service-subtitle {
        font-size: 13px;
        padding: 0 8px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 25px;
    }

    .service-card {
        padding: 15px;
    }

    .service-card h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .service-card p {
        font-size: 12px;
        margin-bottom: 10px;
        /* Limit to 3 lines */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .service-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }

    .service-icon {
        font-size: 20px;
    }

    .services-btn-view-all {
        padding: 10px 20px;
        font-size: 12px;
    }

    /* Why Section */
    #home_why {
        padding: 40px 0;
    }

    #home_why .container {
        padding: 0 15px;
    }

    .why-section-header {
        margin-bottom: 25px;
    }

    .why-badge {
        padding: 5px 14px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .why-main-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .why-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-title-underline {
        width: 60px;
        height: 2.5px;
        margin: 0 auto 12px;
    }

    .why-subtitle {
        font-size: 13px;
        padding: 0 8px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .why-card {
        padding: 15px;
    }

    .why-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }

    .why-icon {
        font-size: 20px;
    }

    .why-card h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .why-card p {
        font-size: 12px;
    }

    /* Why Feature Cards - Compact */
    .why-feature-card {
        padding: 12px;
        gap: 10px;
        grid-template-columns: 45px 1fr;
        border-radius: 10px;
    }

    .feature-card-icon {
        width: 45px;
        height: 45px;
    }

    .icon-bg-circle {
        border-width: 1.5px;
    }

    .feature-card-icon i {
        font-size: 20px;
    }

    .feature-card-content h4 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .feature-card-content p {
        font-size: 11px;
        line-height: 1.4;
    }

    .feature-card-number {
        display: none;
    }

    .why-center-showcase {
        display: none;
    }

    .why-feature-card:hover {
        transform: translateX(3px);
        box-shadow: 0 3px 15px rgba(222, 175, 37, 0.15);
    }

    /* Process Section */
    #home_process {
        padding: 40px 0;
    }

    #home_process .container {
        padding: 0 15px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .process-step {
        padding: 15px 12px;
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .process-step:hover {
        transform: translateY(-3px);
    }

    .process-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .process-icon {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .process-step h3 {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 1.3;
        font-weight: 600;
    }

    .process-step p {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
        opacity: 0.9;
    }

    .process-arrow {
        display: none;
    }

    .process-step-content {
        margin-top: 8px;
    }

   

    .blog-posts-grid{
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    /* Booking Section */
    #home_start_book {
        padding: 35px 15px;
    }

    .booking-header {
        margin-bottom: 20px;
    }

    .booking-header h2 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .booking-header p {
        font-size: 12px;
    }

    .booking-form {
        padding: 20px 15px;
        gap: 12px;
    }

    .form-row {
        flex-direction: column;
        gap: 12px;
    }

    .form-group {
        width: 100%;
    }

    .form-group label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group select {
        padding: 9px 10px;
        font-size: 12px;
    }

    .booking-form-btn {
        width: 100%;
        padding: 11px 20px;
        font-size: 13px;
    }

    .step-content {
        width: 202px;
    }

    /* Blog Section */
    #home_blog {
        padding: 50px 0;
    }

    #home_blog .container {
        padding: 0 15px;
    }

    .blog-section-header {
        margin-bottom: 35px;
    }

    .blog-badge {
        padding: 7px 16px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .blog-main-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .blog-title-underline {
        width: 70px;
        height: 3px;
        margin: 0 auto 18px;
    }

    .blog-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 35px;
    }

    .blog-post-image {
        height: 260px;
    }

    .blog-post-content {
        padding: 25px;
    }

    .blog-post-content h3 {
        font-size: 19px;
        min-height: auto;
    }

    .blog-post-content p {
        font-size: 14px;
        min-height: auto;
    }

    .blog-cta {
        margin-top: 35px;
    }

    .blog-btn-view-all {
        padding: 16px 40px;
        font-size: 14px;
    }

    .blog-card h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .blog-card p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blog-meta {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .blog-btn-view-all {
        padding: 10px 20px;
        font-size: 12px;
    }

    /* Fleet Section */
    .fleet-section {
        padding: 40px 0;
    }

    .fleet-section .container {
        padding: 0 15px;
    }

    .fleet-btn-view-all {
        padding: 10px 20px;
        font-size: 12px;
    }

    .process-btn-start {
        padding: 10px 20px;
        font-size: 12px;
    }


    .fleet-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .fleet-item-content {
        padding: 15px 12px;
    }

    .fleet-item-content h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .fleet-item-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fleet-specs {
        gap: 6px;
        margin-bottom: 12px;
    }

    .fleet-spec {
        font-size: 10px;
        padding: 4px 8px;
    }

    /* Fleet Carousel */
    .fleet-carousel-wrapper {
        padding: 0 40px;
        margin-bottom: 25px;
    }

    .fleet-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .fleet-carousel {
        padding: 12px 0;
    }

    .fleet-category-item {
        padding: 6px;
    }

    .fleet-item-card {
        padding: 15px;
        border-radius: 14px;
        min-height: 280px;
        max-height: 280px;
    }

    .fleet-item-image {
        height: 120px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .fleet-item-image img {
        width: 85%;
        max-height: 120px;
    }

    .fleet-item-overlay i {
        font-size: 28px;
    }

    .fleet-category-item a:hover .fleet-item-card {
        transform: translateY(-6px);
    }

    .fleet-carousel .owl-dots {
        margin-top: 20px;
    }

    .fleet-carousel .owl-dot {
        width: 9px;
        height: 9px;
        margin: 0 4px;
    }

    .fleet-carousel .owl-dot.active {
        width: 24px;
    }

    /* Footer */
    footer {
        padding: 35px 0 18px 0;
    }
    .footer-title{
        font-size: 12px;
    }

    .footer-container {
        padding: 0 15px;
        gap: 25px;
    }

    .footer-column h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .contact-text strong{
        font-size: 12px;
    }

    .contact-text span, .contact-text a{
        font-size: 11px;
    }

    .badge-item{
        padding: 4px 10px;
        font-size: 10px;
    }
    .newsletter-input-group{
        padding: 4px 6px;
    }

    .footer-column p,
    .footer-column li {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .footer-contact-list li i{
        font-size: 10px;
    }

    .social-icon{
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .footer-bottom {
        padding: 12px 15px;
        font-size: 11px;
    }

    /* General Typography - Smaller */
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    p {
        font-size: 13px;
    }

    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 425px){

    /* ===========================
       MOBILE DEVICE - BEST DESIGN (425px)
       Small Margins, Paddings & Optimized Layout
       =========================== */

    /* Header - Compact Mobile */
    #header {
        padding: 8px 0;
    }

    #header .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #header_book {
        line-height: 28px;
    }

    #logo img {
        max-width: 120px;
    }

    #header_book {
        padding: 8px 12px;
        font-size: 10px;
    }

    #header_my {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .mobile-menu-btn {
        width: 32px;
        height: 28px;
        margin: 0;
    }

    .burger-line {
        height: 2.5px;
    }
    /* Slider - Compact */
    #home_slider {
        padding: 90px 0 60px 0;
        height: 80vh !important;
    }

    .slide-content {
        left: 0;
        right: 0;
        padding: 0 14px;
    }

    .slide-content .container {
        width: 100%;
        padding: 0;
    }

    .slide-title {
        font-size: 32px;
        margin-bottom: 14px;
        line-height: 1.2;
        max-width: 100%;
    }

    .slide-description,
    .slide-subtitle {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.5;
        max-width: 100%;
    }

    .slide-buttons{
        margin-bottom: 10px;
        gap: 10px;
    }

    .slide-btn,
    .btn-primary,
    .btn-secondary {
        padding: 11px 18px;
        font-size: 12px;
    }

    /* ===========================
       ALL SECTION HEADERS - UNIFIED & OPTIMIZED FOR MOBILE
       =========================== */
    .about-section-header,
    .services-section-header,
    .why-section-header,
    .process-section-header,
    .services-section-header,
    .blog-section-header,
    .fleet-section-header {
        margin-bottom: 15px;
        text-align: center;
    }

    .about-badge,
    .services-badge,
    .why-badge,
    .process-badge,
    .blog-badge,
    .services-badge,
    .fleet-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 3px 10px;
        font-size: 8px;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-transform: uppercase;
        background: rgba(222, 175, 37, 0.1);
        border: 1px solid rgba(222, 175, 37, 0.25);
        border-radius: 12px;
    }

    .about-main-title,
    .service-main-title,
    .why-main-title,
    .process-main-title,
    .services-main-title,
    .blog-main-title,
    .fleet-main-title {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
    }

    .about-title-underline,
    .service-title-underline,
    .why-title-underline,
    .process-title-underline,
    .blog-title-underline,
    .services-title-underline,
    .fleet-title-underline {
        width: 40px;
        height: 2px;
        margin: 0 auto 8px;
        background: linear-gradient(90deg, transparent, #deaf25, transparent);
        border-radius: 2px;
    }

    .about-subtitle,
    .service-subtitle,
    .why-subtitle,
    .process-subtitle,
    .blog-subtitle,
    .services-subtitle,
    .fleet-subtitle {
        font-size: 10px;
        padding: 0 15px;
        line-height: 1.5;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.8);
    }
    /* END UNIFIED SECTION HEADERS */

    /* About Section - Best Compact Mobile Design */
    #home_about {
        padding: 25px 0;
    }

    .btn-primary, .btn-secondary{
        padding: 10px 15px;
        font-size: 10px;
    }

    .scroll-icon {
        width: 18px;
        height: 30px;
        font-size: 6px;
    }

    .scroll-indicator{
        display: none;
    }

    #home_about .container {
        padding: 0 10px;
    }

    .about-content-grid {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .about-stats-row{
        grid-template-columns: 1fr;
    }

    .about-text-content {
        padding: 0;
    }

    .about-description {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 12px;
        text-align: left;
        color: rgba(255, 255, 255, 0.85);
    }

    .about-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 15px;
    }

    .about-feature-card {
        padding: 8px 10px;
        gap: 10px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        background: rgba(18, 18, 18, 0.6);
        border: 1px solid rgba(222, 175, 37, 0.1);
    }

    .about-feature-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(222, 175, 37, 0.1);
        border-radius: 6px;
    }

    .about-feature-icon i {
        color: #deaf25;
    }

    .about-feature-content {
        flex: 1;
        min-width: 0;
    }

    .about-feature-content h4 {
        font-size: 11px;
        margin-bottom: 2px;
        font-weight: 600;
        line-height: 1.2;
        color: #fff;
    }

    .about-feature-content span {
        font-size: 9px;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.7);
        display: block;
    }

    .about-feature-card:hover {
        background: rgba(222, 175, 37, 0.08);
        border-color: rgba(222, 175, 37, 0.3);
        transform: translateX(3px);
    }

    .about-image-content {
        display: none;
    }

    .about-cta {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 15px;
    }

    .about-btn-primary,
    .about-btn-secondary {
        width: 100%;
        padding: 12px 20px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .about-btn-primary {
        background: linear-gradient(135deg, #deaf25, #f0c840);
        border: none;
        color: #000;
        box-shadow: 0 4px 15px rgba(222, 175, 37, 0.3);
    }

    .about-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(222, 175, 37, 0.4);
    }

    .about-btn-secondary {
        background: transparent;
        border: 1.5px solid #deaf25;
        color: #deaf25;
    }

    .about-btn-secondary:hover {
        background: rgba(222, 175, 37, 0.1);
        transform: translateY(-2px);
    }

    .about-btn-primary i,
    .about-btn-secondary i {
        font-size: 12px;
    }

    /* About Stats - If exists */
    .about-stats {
        display: none;
    }

    /* About Image Wrapper */
    .about-image-wrapper {
        display: none;
    }

    .about-image-wrapper img{
        margin-left: -34px;
    }

    /* Services Section */
    #home_services {
        padding: 30px 0;
    }

    #home_services .container {
        padding: 0 12px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .service-card {
        padding: 12px;
        border-radius: 10px;
    }

    .service-icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .service-icon {
        font-size: 18px;
    }

    .service-card h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .service-card p {
        font-size: 14px;
        margin-bottom: 8px;
        -webkit-line-clamp: 2;
    }

    .services-cta {
        margin-top: 20px;
    }

    .services-btn-view-all {
        padding: 11px 20px;
        font-size: 12px;
    }

    /* Why Section */
    #home_why {
        padding: 30px 0;
    }

    #home_why .container {
        padding: 0 12px;
    }

    .why-content-grid {
        gap: 15px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .why-card {
        padding: 12px;
        border-radius: 10px;
    }

    .why-icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .why-icon {
        font-size: 18px;
    }

    .why-card h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .why-card p {
        font-size: 11px;
        line-height: 1.4;
    }

    /* Why Feature Cards */
    .why-feature-card {
        padding: 10px;
        gap: 8px;
        grid-template-columns: 40px 1fr;
        border-radius: 10px;
    }

    .feature-card-icon {
        width: 40px;
        height: 40px;
    }

    .feature-card-icon i {
        font-size: 18px;
    }

    .feature-card-content h4 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .feature-card-content p {
        font-size: 10px;
        line-height: 1.3;
    }

    .why-feature-card:hover {
        transform: translateX(2px);
    }

    /* Process Section */
    #home_process {
        padding: 30px 0;
    }

    #home_process .container {
        padding: 0 12px;
    }

    .process-grid {
        gap: 8px;
        margin-top: 18px;
    }

    .process-step {
        padding: 12px 10px;
        border-radius: 10px;
    }

    .process-number {
        width: 36px;
        height: 36px;
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 36px;
    }

    .process-icon {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .process-content-wrapper{
        grid-template-columns: 1fr;
    }

    .process-step h3 {
        font-size: 12px;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .process-step p {
        font-size: 10px;
        line-height: 1.4;
    }

    .process-step:hover {
        transform: translateY(-2px);
    }

    .process-btn-start{
        padding: 10px 20px;
        font-size: 12px;
    }

     .process-arrow {
        display: none;
    }

    /* Booking Section */
    #home_start_book {
        padding: 25px 12px;
    }

    .booking-header {
        margin-bottom: 18px;
    }

    .slide-badge{
        padding: 5px 15px;
        font-size: 8px;
        margin-bottom: 15px;
    }

    .booking-header h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .booking-header p {
        font-size: 11px;
        line-height: 1.3;
    }

    .booking-form {
        padding: 18px 12px;
        gap: 10px;
        border-radius: 12px;
    }

    .slider-nav-btn{
        display: none;
    }

    .slide-description{
        font-size: 15px;
        margin-bottom: 5px;
    }

    .step-number{
        width: 30px;
        height: 30px;
        font-size: 10px;
        line-height: 10px;
    }

    .step-number span{
        font-size: 12px;
    }

    .step-item{
        grid-template-columns: 60px 1fr;
        gap: 1px;
    }

    .form-row {
        gap: 10px;
    }

    .form-group label {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .form-group input,
    .form-group select {
        padding: 9px 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .booking-form-btn {
        padding: 11px 20px;
        font-size: 13px;
        border-radius: 6px;
    }

    /* Blog Section */
    #home_blog {
        padding: 40px 0;
    }

    #home_blog .container {
        padding: 0 15px;
    }

    .blog-section-header {
        margin-bottom: 30px;
    }

    .blog-badge {
        padding: 6px 14px;
        font-size: 10px;
        gap: 6px;
    }

    .blog-main-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .blog-title-underline {
        width: 60px;
        height: 3px;
    }

    .blog-subtitle {
        font-size: 13px;
    }

    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .blog-post-card {
        border-radius: 18px;
    }

    .blog-post-image {
        height: 220px;
    }

    .blog-post-category {
        padding: 6px 12px;
        font-size: 10px;
        top: 15px;
        right: 15px;
    }

    .blog-post-content {
        padding: 20px;
    }

    .blog-post-content h3 {
        font-size: 17px;
        line-height: 1.3;
        min-height: auto;
        -webkit-line-clamp: 3;
    }

    .blog-post-content p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
        min-height: auto;
    }

    .blog-post-meta {
        gap: 15px;
        padding-top: 12px;
    }

    .blog-post-meta span {
        font-size: 11px;
        gap: 5px;
    }

    .blog-read-more {
        padding: 12px 24px;
        font-size: 13px;
        gap: 8px;
    }

    .blog-cta {
        margin-top: 30px;
    }

    .blog-btn-view-all {
        padding: 16px 35px;
        font-size: 14px;
        gap: 12px;
        border-radius: 30px;
    }

    .blog-card p {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .blog-meta {
        font-size: 9px;
        margin-bottom: 8px;
    }

    .blog-read-more {
        font-size: 11px;
        padding: 6px 12px;
    }

    .blog-cta {
        margin-top: 20px;
    }

    .blog-btn-view-all {
        padding: 11px 20px;
        font-size: 12px;
    }

    /* Fleet Section */
    .fleet-section {
        padding: 30px 0;
    }

    .fleet-section .container {
        padding: 0 12px;
    }

    .fleet-grid {
        gap: 12px;
    }

    .fleet-item {
        border-radius: 10px;
    }

    .fleet-item-content {
        padding: 12px 10px;
    }

    .fleet-item-content h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .fleet-item-content p {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .fleet-specs {
        gap: 5px;
        margin-bottom: 10px;
    }

    .fleet-spec {
        font-size: 9px;
        padding: 3px 6px;
    }

    /* Fleet Carousel - Mobile Optimized */
    .fleet-carousel-wrapper {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .fleet-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
        display: none;
    }

    .fleet-carousel {
        padding: 10px 0;
    }

    .fleet-category-item {
        padding: 5px;
    }

    .fleet-item-card {
        padding: 12px;
        border-radius: 12px;
        min-height: 260px;
        max-height: 260px;
    }

    .fleet-item-image {
        height: 110px;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    .fleet-item-image img {
        max-height: 110px;
    }

    .fleet-item-overlay i {
        font-size: 24px;
    }

    .fleet-category-item a:hover .fleet-item-card {
        transform: translateY(-4px);
    }

    .fleet-carousel .owl-dots {
        margin-top: 15px;
    }

    .fleet-carousel .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .fleet-carousel .owl-dot.active {
        width: 20px;
    }

    .fleet-nav-btn{
        width: 20px;
        height: 20px;
        display: none !important;
    }

    /* Footer - Mobile 425px with DROPDOWN/ACCORDION STYLE */
    footer {
        padding: 35px 0 18px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-column {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-column:last-child {
        border-bottom: none;
    }

    /* Footer About - Always Visible (No Dropdown) */
    .footer-about {
        text-align: center;
        padding: 0 0 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin-bottom: 20px;
    }

    .footer-logo {
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer-logo img {
        width: 42px;
    }

    .footer-logo h3 {
        font-size: 17px;
    }

    .footer-description {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .footer-social {
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }

    .social-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    /* Dropdown/Accordion Titles - Mobile */
    .footer-links .footer-title,
    .footer-contact .footer-title,
    .footer-newsletter .footer-title {
        position: relative;
        padding: 15px 40px 15px 0;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        user-select: none;
        transition: all 0.3s ease;
        border-bottom: none !important;
    }

    /* Remove default underline on mobile */
    .footer-links .footer-title::before,
    .footer-contact .footer-title::before,
    .footer-newsletter .footer-title::before {
        display: none !important;
        content: none !important;
    }

    /* Dropdown Arrow Icon */
    .footer-links .footer-title::after,
    .footer-contact .footer-title::after,
    .footer-newsletter .footer-title::after {
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        font-size: 16px;
        color: #deaf25;
        font-weight: normal;
    }

    /* Active State for Dropdown */
    .footer-column.active .footer-title::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-column.active .footer-title {
        color: #deaf25;
    }

    /* Dropdown Content - Hidden by Default */
    .footer-links .footer-menu,
    .footer-contact .footer-contact-list,
    .footer-newsletter .newsletter-text,
    .footer-newsletter .newsletter-form,
    .footer-newsletter .footer-badges {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
        padding: 0;
    }

    /* Active State - Show Content */
    .footer-column.active .footer-menu {
        max-height: 500px;
        opacity: 1;
        padding: 10px 0 20px 0;
    }

    .footer-column.active .footer-contact-list {
        max-height: 800px;
        opacity: 1;
        padding: 10px 0 20px 0;
    }

    .footer-column.active .newsletter-text,
    .footer-column.active .newsletter-form,
    .footer-column.active .footer-badges {
        max-height: 500px;
        opacity: 1;
        padding-top: 10px;
    }

    .footer-column.active .newsletter-form {
        margin-bottom: 15px;
    }

    .footer-column.active .footer-badges {
        padding-bottom: 20px;
    }

    /* Footer Menu Links */
    .footer-menu {
        list-style: none;
        margin: 0;
    }

    .footer-menu li {
        margin-bottom: 8px;
    }

    .footer-menu li a {
        font-size: 12px;
        gap: 6px;
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .footer-menu li a:hover {
        transform: translateX(0);
        color: #deaf25;
    }

    /* Footer Contact List */
    .footer-contact-list {
        list-style: none;
        margin: 0;
    }

    .footer-contact-list li {
        margin-bottom: 12px;
        gap: 10px;
        text-align: left;
    }

    .footer-contact-list li i {
        font-size: 12px;
        width: 18px;
    }

    .contact-text strong {
        font-size: 12px;
    }

    .contact-text span,
    .contact-text a {
        font-size: 11px;
    }

    /* Newsletter */
    .newsletter-text {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .newsletter-form {
        margin-bottom: 0;
    }

    .newsletter-input-group {
        padding: 4px;
    }

    .newsletter-input-group input {
        padding: 9px 10px;
        font-size: 12px;
    }

    .newsletter-input-group button {
        padding: 9px 14px;
        font-size: 12px;
    }

    .footer-badges {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .badge-item {
        padding: 5px 10px;
        font-size: 10px;
    }

    .badge-item i {
        font-size: 10px;
    }

    /* Footer Bottom */
    .footer-bottom {
        padding: 15px 0;
        margin-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .footer-bottom p {
        font-size: 11px;
    }

    /* Mobile Menu - Optimized */
    .mobile-menu-content {
        width: 85%;
        max-width: 320px;
    }

    .mobile-menu-header {
        padding: 15px;
    }

    .mobile-menu-header h3 {
        font-size: 16px;
    }

    .mobile-menu-logo {
        max-width: 100px;
    }

    .mobile-menu-nav a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .mobile-menu-close {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    /* General Typography - Mobile Optimized */
    h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    h4 {
        font-size: 13px;
        line-height: 1.3;
    }

    h5 {
        font-size: 11px;
        line-height: 1.3;
    }

    p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Buttons - Touch Friendly */
    button,
    .btn,
    a.btn {
        min-height: 44px;
        padding: 11px 18px;
        font-size: 12px;
    }

    /* Container - Extra Compact */
    .container {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 100%;
    }

    /* Utility Classes */
    .text-center {
        text-align: center;
    }

    /* Images - Responsive */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Cards - Compact */
    .card,
    [class*="-card"] {
        border-radius: 10px;
    }

    /* Gaps - Reduced */
    [class*="-grid"] {
        gap: 10px;
    }

    /* Sections - Compact */
    section,
    [id*="home_"] {
        padding: 30px 0;
    }
}


/* ========================================
   MOBILE EXTRA SMALL - 320px
   ======================================== */
@media screen and (max-width: 320px) {

    .fleet-nav-btn {
        display: none !important;
    }

    /* Footer - Extra Small Mobile 320px with DROPDOWN/ACCORDION */
    footer {
        padding: 30px 0 15px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-column {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-column:last-child {
        border-bottom: none;
    }

    /* Footer About - Always Visible */
    .footer-about {
        text-align: center;
        padding: 0 0 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        margin-bottom: 15px;
    }

    .footer-logo {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 38px;
    }

    .footer-logo h3 {
        font-size: 16px;
    }

    .footer-description {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .footer-social {
        gap: 8px;
        margin-top: 12px;
        justify-content: center;
    }

    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    /* Dropdown/Accordion Titles - Extra Small Mobile */
    .footer-links .footer-title,
    .footer-contact .footer-title,
    .footer-newsletter .footer-title {
        padding: 12px 35px 12px 0;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        border-bottom: none !important;
    }

    /* Remove default underline on mobile */
    .footer-links .footer-title::before,
    .footer-contact .footer-title::before,
    .footer-newsletter .footer-title::before {
        display: none !important;
        content: none !important;
    }

    /* Dropdown Arrow Icon */
    .footer-links .footer-title::after,
    .footer-contact .footer-title::after,
    .footer-newsletter .footer-title::after {
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        font-size: 14px;
        color: #deaf25;
        font-weight: normal;
    }

    /* Dropdown Content */
    .footer-links .footer-menu,
    .footer-contact .footer-contact-list,
    .footer-newsletter .newsletter-text,
    .footer-newsletter .newsletter-form,
    .footer-newsletter .footer-badges {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        padding: 0;
    }

    /* Active State */
    .footer-column.active .footer-menu {
        max-height: 450px;
        opacity: 1;
        padding: 8px 0 18px 0;
    }

    .footer-column.active .footer-contact-list {
        max-height: 700px;
        opacity: 1;
        padding: 8px 0 18px 0;
    }

    .footer-column.active .newsletter-text,
    .footer-column.active .newsletter-form,
    .footer-column.active .footer-badges {
        max-height: 450px;
        opacity: 1;
        padding-top: 8px;
    }

    .footer-column.active .newsletter-form {
        margin-bottom: 12px;
    }

    .footer-column.active .footer-badges {
        padding-bottom: 18px;
    }

    /* Menu Links */
    .footer-menu li {
        margin-bottom: 6px;
    }

    .footer-menu li a {
        font-size: 11px;
        gap: 5px;
        padding: 4px 0;
    }

    .footer-menu li a i {
        font-size: 9px;
    }

    /* Contact List */
    .footer-contact-list li {
        margin-bottom: 10px;
        gap: 8px;
    }

    .footer-contact-list li i {
        font-size: 11px;
        width: 16px;
    }

    .contact-text strong {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .contact-text span,
    .contact-text a {
        font-size: 10px;
    }

    /* Newsletter */
    .newsletter-text {
        font-size: 11px;
        margin-bottom: 0;
    }

    .newsletter-input-group {
        padding: 3px;
    }

    .newsletter-input-group input {
        padding: 8px 10px;
        font-size: 11px;
    }

    .newsletter-input-group button {
        padding: 8px 12px;
        font-size: 11px;
    }

    .footer-badges {
        gap: 6px;
    }

    .badge-item {
        padding: 4px 8px;
        font-size: 9px;
    }

    .badge-item i {
        font-size: 9px;
    }

    /* Footer Bottom */
    .footer-bottom {
        padding: 12px 0;
        margin-top: 20px;
    }

    .footer-bottom-content {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 6px;
    }

    .footer-bottom p {
        font-size: 10px;
        line-height: 1.5;
    }

    /* Container */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Sections */
    section,
    [id*="home_"] {
        padding: 5px 0;
    }
}

