/* ==========================================================================
   Kuttikkatt Motors - Responsive Breakpoints & Mobile Adaptations
   ========================================================================== */

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

    .header-container,
    .hero-container {
        max-width: 1280px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-heading {
        font-size: 42px;
    }

    .hero-description {
        font-size: 14px;
        max-width: 360px;
    }

    .gallery-slider-wrapper {
        height: 440px;
    }

    .gallery-slide {
        width: 480px;
    }

    .gallery-slide.active {
        margin: 0;
    }

    .gallery-slide[data-position="-1"] {
        transform: translateX(-340px) scale(0.55);
    }

    .gallery-slide[data-position="1"] {
        transform: translateX(340px) scale(0.55);
    }

    .gallery-slide[data-position="-2"] {
        transform: translateX(-580px) scale(0.35);
    }

    .gallery-slide[data-position="2"] {
        transform: translateX(580px) scale(0.35);
    }

    .gallery-slide[data-position="0"] {
        transform: translateX(0) scale(0.8);
    }

    .slide-img-wrapper {
        height: auto;
    }

    .parts-accordion-item {
        padding: 26px 0 26px 60px;
    }

    .scroll-text-container {
        max-width: 1100px;
    }

    .contact-info-label {
        font-size: 18px;
    }

    .contact-info-text {
        font-size: 14px;
    }

    .career-grid {
        gap: 140px;
    }

    .career-banner-heading {
        margin-bottom: 25px;
    }

    .heavy-duty-breadcrumb {
        margin-bottom: 60px;
    }

    .heavy-duty-description {
        margin-bottom: 40px;
    }

    .service-modal-title {
        font-size: 38px;
    }

    .hero-card-item {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .about-container {
        grid-template-columns: 220px 1fr;
        gap: 30px;
    }

    .about-heading {
        font-size: 36px;
    }

    .about-img-card {
        height: 340px;
    }

    .find-vehicle-title {
        font-size: 36px;
    }

    .find-vehicle-header {
        margin-bottom: 36px;
    }

    .vehicle-tabs-wrapper {
        margin-bottom: 36px;
    }

    .gallery-title {
        font-size: 36px;
    }

    .gallery-slider-wrapper {
        height: 400px;
        margin-bottom: 30px;
    }

    .gallery-slide {
        width: 400px;
    }

    .gallery-slide.active {
        margin: 0;
    }


    .gallery-slide.active .slide-img-wrapper {
        height: 240px;
    }

    .gallery-slide[data-position="-1"] {
        transform: translateX(-300px) scale(0.65);
    }

    .gallery-slide[data-position="1"] {
        transform: translateX(300px) scale(0.65);
    }

    .gallery-slide[data-position="-2"] {
        transform: translateX(-530px) scale(0.45);
    }

    .gallery-slide[data-position="2"] {
        transform: translateX(530px) scale(0.45);
    }

    .spare-parts-title {
        font-size: 38px;
    }

    .parts-accordion-item {
        padding: 20px 0 20px 60px;
    }

    .cta-banner-container {
        padding: 0 40px;
    }

    .cta-card {
        max-width: 440px;
    }

    .cta-card-top {
        padding: 36px 32px 28px 32px;
    }

    .cta-card-bottom {
        padding: 16px 32px 20px 32px;
    }

    .cta-card-title {
        font-size: 26px;
    }

    .cta-banner-section {
        min-height: auto;
    }

    .footer-top-grid {
        grid-template-columns: 340px 1fr;
        gap: 40px;
    }

    .footer-newsletter-col {
        padding-right: 30px;
    }

    .footer-links-grid {
        gap: 30px;
    }

    .gallery-section {
        padding: 60px 0 60px 0;
    }


    .testimonial-card {
        padding: 30px 25px 30px 25px;
    }

    .testimonial-card-footer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
    }

    .find-vehicle-section {
        padding: 60px 0 0px 0;
    }

    .site-footer {
        padding: 50px 0px 50px;
    }

    .sitemap-columns {
        gap: 10px;
    }

    .footer-links-grid {
        gap: 16px;
    }

    .footer-video-wrapper {
        width: 200px;
        height: 200px;
    }

    .about-section {
        padding: 60px 0 30px 0;
    }

    .services-section {
        padding: 60px 0 60px 0;
    }

    .service-card {
        padding: 20px;
    }

    .service-card-title {
        margin-bottom: 20px;
    }

    .testimonials-section {
        padding: 60px 0 11px 0;
    }

    .testimonials-title,
    .services-title {
        font-size: 36px;
    }

    .testimonials-body-wrapper {
        padding: 40px 0 40px 0;
    }

    .vehicle-filter-form.active {
        gap: 10px;
        margin-bottom: 20px;
    }

    .filter-group {
        min-width: 180px;
    }

    .card-square-dot {
        width: 11px;
        height: 11px;
    }

    .section-label {
        font-size: 20px;
    }

    .scroll-text-container {
        max-width: 90%;
        padding: 80px 40px 80px 40px;
    }

    .about-page-hero {
        padding: 90px 0 60px 0;
    }

    .marquee-ticker-bar {
        padding: 60px 0;
    }

    .why-choose-section {
        padding: 60px 0 80px;
    }

    .career-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .career-banner-card {
        min-height: auto;
    }

    .career-banner-heading {
        font-size: 32px;
    }

    .career-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .contact-info-container {
        grid-template-columns: 0.7fr 1.3fr 1fr 1fr;
    }

    .career-grid {
        gap: 100px;
    }

    .gallery-page-hero {
        padding: 80px 0 50px 0;
    }

    .products-hero-section {
        padding: 80px 0 40px;
    }

    .haulage-top-bar {
        margin-bottom: 60px;
    }

    .haulage-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .haulage-description {
        margin-bottom: 60px;
        max-width: 90%;
    }

    .haulage-card-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .haulage-card {
        padding: 25px;
    }

    .department-contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .hero-bottom-row {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .hero-right {
        max-width: 60%;
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-card-title {
        max-width: fit-content;
    }

    .nav-list {
        gap: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .header-container {
        padding-left: 24px;
        padding-right: 24px;
    }

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

    .gallery-page-title {
        font-size: 30px;
    }

    .nav-list {
        gap: 24px;
    }

    .nav-link {
        font-size: 14px;
    }

    .btn-contact {
        padding: 9px 18px;
        font-size: 13.5px;
    }

    .hero-container {
        padding: 0 24px 76px 24px;
        gap: 30px;
    }

    .hero-heading {
        font-size: 34px;
    }

    .hero-actions {
        margin-top: 24px;
        gap: 12px;
    }

    .btn-hero-white,
    .btn-hero-outline {
        font-size: 14px;
    }

    .hero-description {
        font-size: 13.5px;
    }

    .find-vehicle-section {
        padding: 80px 0 60px 0;
    }

    .find-vehicle-title {
        font-size: 32px;
    }

    .find-vehicle-subtitle {
        font-size: 15px;
    }

    .vehicle-filter-form.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .filter-group {
        min-width: 0;
        width: 100%;
    }

    .filter-submit-group {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
    }

    .btn-filter-submit {
        width: 100%;
    }

    .services-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 40px;
    }

    .services-title {
        font-size: 34px;
    }

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

    .testimonials-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .testimonials-title {
        font-size: 34px;
    }

    .testimonials-grid {
        gap: 20px;
    }

    .testimonial-card {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
    }

    .spare-parts-section {
        padding: 70px 0;
    }

    .spare-parts-grid {
        gap: 40px;
    }

    .spare-parts-title {
        font-size: 32px;
    }

    .parts-item-title {
        font-size: 19px;
    }

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

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-title {
        font-size: 32px;
    }

    .vision-mission-container {
        gap: 100px;
    }

    .vline-card1-right {
        left: calc(50% - 50px);
    }

    .vline-card2-left {
        left: calc(50% + 50px);
    }

    .scroll-reveal-paragraph {
        font-size: 26px;
    }

    .scroll-text-container {
        max-width: 90%;
        padding: 60px 20px 60px 20px;
    }

    .about-page-dashed-divider {
        margin: 60px 0 60px;
    }

    .vision-mission-section {
        padding: 80px 0;

    }

    .vm-card-desc {
        margin-bottom: 60px;
    }

    .vision-mission-card {
        padding: 30px 30px 15px 30px;
    }

    .vm-card-divider {
        margin: 15px 0 15px 0;
    }

    .vm-icon-box {
        width: 34px;
        height: 34px;
        padding: 6px;
    }

    .hline-card-top {
        top: 80px;
    }

    .hline-card-bottom {
        bottom: 80px;
    }

    .card-corner-badge {
        width: 45px;
        height: 45px;
    }

    .scroll-accent-bars {
        margin-top: 35px;
    }

    .testimonials-header-right {
        max-width: 100%;
    }

    .contact-hero-grid {
        grid-template-columns: 1fr 420px;
        gap: 36px;
    }

    .contact-hero-title {
        font-size: 42px;
    }

    .contact-info-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
    }

    .contact-info-col {
        border-right: none;
        padding: 20px;
        align-items: flex-start !important;
    }

    .contact-info-col:nth-child(odd) {
        padding-left: 0;
        border-right: 2px dashed rgba(255, 255, 255, 0.25);
    }

    .location-section {
        padding: 60px 0;
    }

    .location-title {
        font-size: 34px;
    }

    .location-map-wrapper {
        height: 440px;
        border-radius: 12px;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-container {
        padding: 40px 32px 0px;
    }

    .faq-header-col .section-label {
        margin-bottom: 20px;
    }

    .career-banner-heading {
        margin-bottom: 15px;
    }

    .gallery-load-more-wrapper {
        margin-top: 30px;
    }

    .hero-card-item {
        padding: 20px 15px;
        flex: 0 0 auto;
    }

    .nav-list {
        gap: 24px;
    }
}

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

    /* Header adaptations for screens below 992px */
    .main-nav,
    .header-actions {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
    }

    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-nav-panel {
        width: 85%;
        max-width: 320px;
        padding: 24px 20px 20px 20px;
    }

    .mobile-nav-footer {
        padding-top: 16px;
        padding-bottom: 0;
        margin-top: auto;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-heading {
        font-size: 32px;
    }

    .about-action {
        margin-bottom: 40px;
    }

    .about-img-card {
        height: 300px;
    }

    .gallery-slider-wrapper {
        height: 360px;
    }

    .gallery-slide {
        width: 320px;
    }

    .gallery-slide.active {
        margin: 0;
    }

    .gallery-slide.active .slide-img-wrapper {
        height: 195px;
    }

    .slide-title {
        font-size: 16px;
    }

    .slide-number {
        font-size: 40px;
    }

    .gallery-slide[data-position="-1"] {
        transform: translateX(-220px) scale(0.72);
    }

    .gallery-slide[data-position="1"] {
        transform: translateX(220px) scale(0.72);
    }

    .gallery-slide[data-position="-2"] {
        transform: translateX(-400px) scale(0.35);

    }

    .gallery-slide[data-position="2"] {
        transform: translateX(400px) scale(0.35);

    }

    .gallery-action {
        margin-top: 10px;
    }

    .slide-info {
        padding: 20px 10px 10px 10px;
    }

    .gallery-section {
        padding: 80px 0 50px 0;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-newsletter-col {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 40px;
    }

    .footer-links-col {
        padding-left: 0;
    }

    .parts-accordion-item {
        padding: 26px 0 26px 55px;
    }

    .vision-mission-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .vision-mission-card {
        width: 100%;
        max-width: 100%;
    }

    .about-page-hero-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-page-stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 20px;
    }

    .about-page-hero {
        padding: 70px 0 50px 0;
    }

    .about-page-hero-left {
        max-width: 90%;
    }

    .about-page-hero-title {
        font-size: 38px;
        margin-top: 25px;
    }

    .about-page-dashed-divider {
        margin: 40px 0 40px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-label {
        font-size: 16px;
    }

    .stat-item {
        gap: 12px;
    }

    .scroll-text-container {
        padding: 50px 10px 50px 10px;
    }

    .scroll-reveal-paragraph {
        font-size: 22px;
    }

    .vision-mission-section {
        padding: 60px 0;
    }

    .vline-card1-right,
    .vline-card2-left {
        display: none;
    }

    .vline-card1-left {
        left: 39px;
    }

    .vline-card2-right {
        right: 39px;
    }

    .hline-card-top {
        top: 60px;
    }

    .hline-card-bottom {
        bottom: 60px;
    }

    .marquee-ticker-bar {
        padding: 40px 0;
    }

    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-header {
        margin-bottom: 40px;
    }

    .why-choose-card {
        padding: 30px 25px;
    }

    .why-choose-card-desc {
        max-width: 100%;
    }

    .career-section {
        padding: 50px 0 60px 0;
    }

    .career-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .career-banner-overlay {
        padding: 36px 30px;
    }

    .career-banner-subtext {

        max-width: 100%;
    }

    .career-banner-heading br {
        display: none;
    }

    .gallery-page-hero {
        padding: 60px 0 50px 0;
    }

    .products-hero-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .products-hero-right {
        max-width: 100%;
    }

    .products-grid {
        gap: 24px;
    }

    .product-card {
        gap: 15px;
        padding: 10px 10px 15px;
    }

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

    .heavy-duty-banner-img {
        max-height: 380px;
    }

    .heavy-duty-breadcrumb {
        margin-bottom: 40px;
    }

    .heavy-duty-title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .heavy-duty-card-btn {
        font-size: 16px;
        padding: 7px 20px;
    }

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

    .haulage-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .haulage-top-bar {
        margin-bottom: 40px;
    }

    .haulage-description {
        margin-bottom: 50px;
    }

    .service-modal-card {
        flex-direction: column;
        padding: 36px 24px 30px 24px;
        gap: 30px;
        max-height: 85vh;
    }

    .service-modal-right {
        display: none;
    }

    .service-modal-title {
        font-size: 28px;
    }

    .service-form-grid {
        gap: 16px;
    }

    .terms-section {
        padding: 50px 0 70px 0;
    }

    .terms-container {
        padding: 0 30px;
    }

    .terms-title {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .terms-content {
        gap: 30px;
    }

    .hero-cards-grid {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        gap: 10px !important;
        padding-bottom: 8px;
    }

    .hero-cards-grid::-webkit-scrollbar {
        height: 4px;
    }

    .hero-cards-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .hero-cards-grid::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.4);
        border-radius: 4px;
    }

    .gallery-lightbox-btn {

        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 840px) {
    .hero-container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 20px 50px 20px;
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-page-hero {
        padding: 50px 0 25px 0;
    }

    .gallery-page-hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 25px;
    }

    .gallery-page-title {
        font-size: 30px;
    }

    .gallery-page-subtitle-wrapper {
        max-width: 100%;
    }

    .gallery-page-dashed-divider {
        margin-bottom: 35px;
    }

    /* Gallery Item Card Mobile: display text below image instead of hover overlay */
    .gallery-item-card {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        border: 1px solid #EBEBEB;
    }

    .gallery-item-card:hover {
        transform: none;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    .gallery-card-inner {
        display: flex;
        flex-direction: column;
    }

    .gallery-card-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-item-card:hover .gallery-card-img {
        transform: none;
    }

    .gallery-card-overlay {
        position: relative;
        inset: auto;
        opacity: 1;
        background: #FFFFFF;
        padding: 14px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #F0F0F0;
    }

    .gallery-item-card:hover .gallery-card-overlay {
        opacity: 1;
    }

    .gallery-card-tag {
        font-size: 10px;
        padding: 2px 5px;
        margin-bottom: 8px;
        background-color: var(--primary-red, #BA0C15);
        color: #FFFFFF;
        border-radius: 3px;
    }

    .gallery-card-title {
        font-size: 14px;
        font-weight: 500;
        color: #111111;
        line-height: 1.3;
    }

    .gallery-card-zoom-btn {
        width: 36px;
        height: 36px;
        background: #F4F4F4;
        border: 1px solid #E0E0E0;
        color: #333333;
    }

    .gallery-card-zoom-btn:hover {
        background: var(--primary-red, #BA0C15);
        color: #FFFFFF;
        border-color: var(--primary-red, #BA0C15);
    }

    :root {
        --header-height: 70px;
    }

    /* Header adaptations */
    .main-nav,
    .header-actions {
        display: none;
    }

    .hamburger-btn {
        display: flex;
    }

    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-nav-panel {
        width: 85%;
        max-width: 320px;
        padding: 24px 20px 20px 20px;
    }

    .mobile-nav-footer {
        padding-top: 16px;
        padding-bottom: 0;
        margin-top: auto;
    }

    .logo-title {
        font-size: 18px;
    }

    .logo-subtitle {
        font-size: 11.5px;
    }

    .logo-icon {
        width: 36px;
        height: 36px;
    }

    /* Hero section adaptations */
    .hero-section {
        height: calc(100vh - var(--header-height));
        min-height: 520px;
    }



    .hero-left {
        max-width: 100%;
        width: 100%;
    }

    .hero-heading {
        font-size: clamp(28px, 6.5vw, 38px);
        line-height: 1.2;
    }

    .hero-bottom-row {
        gap: 16px;
        margin-top: 20px;
    }



    .hero-card-item {
        min-height: 65px;
        padding: 9px 10px;
        flex-direction: row;
        column-gap: 15px;
        align-items: center;
    }

    .hero-card-icon {
        margin-bottom: 0px;
    }

    .hero-card-title {
        max-width: 70px;
    }

    .hero-card-item:nth-child(2) .hero-card-title {
        max-width: 135px;
    }

    .hero-right {
        max-width: 100%;
        width: 100%;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.55;
    }

    /* Floating buttons adjustment */
    .whatsapp-floating-btn {
        bottom: 24px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }

    .feedback-floating-btn {
        font-size: 12.5px;
        padding: 12px 8px;
    }



    .hero-description {
        max-width: 80%;
    }

    .find-vehicle-section {
        padding: 50px 0 0px 0;
    }

    .find-vehicle-title {
        font-size: 28px;
    }

    .vehicle-tabs-wrapper {
        width: 100%;
        margin-bottom: 28px;
    }

    .vehicle-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 6px;
        gap: 6px;
    }

    .tab-btn {
        padding: 10px 16px;
        font-size: 14px;
        flex: 1 1 auto;
        text-align: center;
    }

    .vehicle-filter-form.active {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .filter-submit-group {
        grid-column: auto;
        margin-top: 4px;
    }

    .btn-filter-submit {
        width: 100%;
    }

    .services-section {
        padding: 50px 0 50px 0;
    }

    .services-title {
        font-size: 28px;
    }

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

    .service-card-img {
        height: auto;
        margin-bottom: 20px;
    }

    .gallery-section {
        padding: 50px 0;
    }

    .gallery-title {
        font-size: 28px;
    }

    .gallery-slider-nav {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        justify-content: center;
        margin-top: 20px;
    }

    .gallery-slider-wrapper {
        height: 320px;
        margin-bottom: 20px;
    }

    .gallery-slide {
        width: 260px;
    }

    .gallery-slide.active {
        margin: 0;
    }

    .slide-img-wrapper {
        height: 135px;
    }

    .gallery-slide.active .slide-img-wrapper {
        height: 170px;
    }

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

    .slide-number {
        font-size: 26px;
    }

    .gallery-slide[data-position="-1"] {
        transform: translateX(-240px) scale(0.85);

    }

    .gallery-slide[data-position="1"] {
        transform: translateX(240px) scale(0.85);

    }

    .gallery-slide[data-position="0"] {
        transform: translateX(0) scale(1.1);
    }

    .gallery-slide[data-position="-2"],
    .gallery-slide[data-position="2"] {
        opacity: 0;
        pointer-events: none;
    }

    .service-card {
        padding: 20px;
    }

    .testimonials-section {
        padding: 50px 0 10px 0;
    }

    .testimonials-header-container {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .testimonials-body-wrapper {
        padding: 40px 0;
    }

    .testimonials-container {
        padding: 0 20px;
    }

    .testimonials-grid {
        gap: 16px;
    }

    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 28px 22px 22px 22px;
    }

    .testimonial-card-footer {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
    }

    .cta-banner-section {
        min-height: 440px;
        padding: 50px 0;
        background-position: 70% center;
    }

    .cta-banner-container {
        padding: 0 20px;
    }

    .cta-card {
        max-width: 345px;
    }

    .cta-card-top {
        padding: 28px 22px 20px 22px;
    }

    .cta-card-bottom {
        padding: 14px 22px 18px 22px;
    }

    .cta-card-title {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .cta-card-desc {
        font-size: 13.5px;
    }

    .cta-card-divider .notch-left {
        left: 40px;
    }

    .cta-card-divider .notch-right {
        right: 40px;
    }

    .footer-top-container {
        padding: 40px 20px 40px 20px;
    }

    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .sitemap-group {
        grid-column: 1 / -1;
    }

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

    .footer-video-wrapper {
        width: 170px;
        height: 170px;
    }

    .spare-parts-section {
        padding: 50px 0;
    }

    .spare-parts-container {
        padding: 0 20px;
    }

    .spare-parts-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .spare-parts-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .chip-graphic-wrapper {
        display: none !important;
    }

    .parts-accordion-item {
        padding: 20px 0;
    }

    .parts-item-title {
        font-size: 18px;
    }

    .parts-accordion-item .parts-item-media {
        display: none;
        margin-top: 15px;
        text-align: center;
    }

    .parts-accordion-item.active .parts-item-media {
        display: block;
        animation: graphicFadeIn 0.35s ease-in-out;
        margin: 30px 0px 20px;
    }

    .parts-accordion-item .parts-item-media .spare-graphic-img {
        max-width: 150px;
        max-height: 150px;
        width: auto;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    .parts-item-header,
    .parts-item-desc {
        padding-left: 60px;
    }

    .spare-parts-desc,
    .testimonials-header-right,
    .services-header-right {
        max-width: 100%;
    }

    .spare-parts-title {

        margin-top: 30px;
    }

    .footer-top-grid {
        gap: 30px;
    }

    .site-footer {
        padding: 40px 0px 40px;
    }

    .desktop-only {
        display: none;
    }

    .about-page-hero-title {
        font-size: 30px;
        margin-top: 20px;
    }

    .about-page-hero {
        padding: 50px 0 50px 0;
    }

    .btn-get-quote {
        padding: 10px 12px;
        font-size: 14px;
    }

    .about-page-dashed-divider {
        margin: 30px 0 30px;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-label {
        font-size: 14px;
    }

    .about-page-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .scroll-text-container {
        padding: 40px 0px 40px 0px;
    }

    .scroll-reveal-paragraph {
        font-size: 20px;
    }

    .scroll-reveal-paragraph {
        font-size: 20px;
    }

    .vision-mission-section {
        padding: 50px 0;
    }

    .hline-card-top {
        top: 50px;
    }

    .hline-card-bottom {
        bottom: 50px;
    }

    .card-corner-badge {
        width: 38px;
        height: 38px;
    }

    .vm-card-desc {
        margin-bottom: 45px;
    }

    .why-choose-card {
        padding: 25px 15px;
    }

    .why-choose-card-num {
        font-size: 30px;
    }

    .contact-hero-section {
        padding: 60px 0 0 0;
        min-height: auto;
    }

    .contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-hero-title {
        font-size: 34px;
    }

    .contact-form-card {
        padding: 32px 24px;
    }

    .contact-info-container {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contact-info-col {
        padding: 16px 0;
        border-right: none !important;
        border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
        align-items: flex-start !important;
    }

    .contact-info-col:last-child {
        border-bottom: none;
    }

    .products-hero-section {
        padding: 40px 0 40px;
    }

    .products-hero-container {
        padding: 0 20px;
    }

    .products-hero-title {
        font-size: 32px;
    }

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



    .product-card-btn {
        font-size: 15px;
        padding: 8px 16px;
    }

    .heavy-duty-content-section {
        padding: 35px 0 60px;
    }

    .heavy-duty-container {
        padding: 0 20px;
    }

    .heavy-duty-title {
        font-size: 32px;
    }

    .heavy-duty-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .heavy-duty-card {
        min-height: 280px;
        padding: 16px;
    }

    .heavy-duty-banner-img {
        max-height: 260px;
    }

    .heavy-duty-card-img-wrapper {

        padding: 0px 0 0px;
    }

    .haulage-content-section {
        padding: 30px 0 60px;
    }

    .haulage-container {
        padding: 0 20px;
    }

    .haulage-title {
        font-size: 30px;
    }

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

    .haulage-card {
        padding: 18px;
        min-height: auto;
    }

    .haulage-filters {
        width: 100%;
        flex-direction: column;
    }

    .haulage-filters .filter-select-wrapper {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E2E2E2;
    }

    .haulage-filters .filter-select-wrapper:last-child {
        border-bottom: none;
    }

    .haulage-filter-select {
        width: 100%;
        padding: 12px 36px 12px 16px;
    }

    .btn-load-more {
        padding: 8px 20px;
    }

    .department-contact-section {
        padding: 40px 0;
    }

    .department-contact-container {
        padding: 0 20px;
    }

    .department-contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .dept-contact-card {
        padding: 20px 16px;
        min-height: 140px;
    }

    .dept-icon-wrapper {
        margin-bottom: 16px;
    }
}

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


    .why-choose-container {
        padding: 0 20px;
    }

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

    .why-choose-header {
        margin-bottom: 40px;
    }

    .why-choose-title {
        font-size: 26px;
    }

    .why-choose-subtitle {
        font-size: 14px;
    }

    .why-choose-card {
        padding: 28px 24px;
    }

    .why-choose-card-title {
        font-size: 18px;
    }

    .why-choose-card-num {
        font-size: 28px;
    }

    .location-section {
        padding: 40px 0;
    }

    .location-header {
        margin-bottom: 32px;
    }

    .location-title {
        font-size: 26px;
    }

    .location-subtitle {
        font-size: 14px;
    }

    .location-map-wrapper {
        height: 380px;
        border-radius: 10px;
    }

    .location-overlay-card {
        max-width: 280px;
        padding: 14px 16px;
        transform: translate(-50%, -50%) scale(0.92);
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-item {
        padding: 18px 0;
    }

    .faq-item-question {
        font-size: 16px;
    }

    .faq-item-answer {
        font-size: 13.5px;
    }

    .career-container {
        padding: 0 20px;
    }

    .career-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .career-form-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .career-banner-card {
        min-height: 380px;
        border-radius: 12px;
    }

    .career-banner-heading {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .career-banner-subtext {
        font-size: 13.5px;
    }

    .career-banner-overlay {
        padding: 24px 20px;
    }

    .file-drop-zone {
        padding: 24px 16px;
    }
}

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


    .about-heading {
        font-size: 24px;
    }

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

    .about-gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-img-card {
        height: 240px;
    }

    .services-section,
    .gallery-section,
    .about-section {
        padding: 40px 0 40px 0;
    }

    .about-container,
    .find-vehicle-container,
    .services-container,
    .gallery-container {
        padding: 0 20px;
    }

    .gallery-slide[data-position="0"] .slide-card {
        padding: 15px 15px 10px;
    }

    .gallery-title {
        margin-bottom: 20px;
    }

    .gallery-title {
        font-size: 26px;
    }



    /* Mobile App-Style Sticky Bottom Action Bar */
    .mobile-bottom-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 990;
        background: rgb(15 15 15 / 24%);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        padding: 10px 14px;
        gap: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .mobile-bottom-bar.visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-bottom-bar .btn-hero-white,
    .mobile-bottom-bar .btn-hero-outline {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 13px 8px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 6px;
        text-align: center;
        white-space: nowrap;
    }

    .mobile-bottom-bar .btn-hero-outline {
        gap: 6px;
    }

    .mobile-bottom-bar .btn-hero-outline img {
        width: 16px;
        height: 16px;
    }

    body.mobile-bar-active .whatsapp-floating-btn {
        bottom: 74px;
        transition: bottom 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .site-footer {
        padding: 40px 0px 90px;
    }

    .why-choose-card-title {
        font-size: 18px;
    }

    .about-page-hero-top {
        gap: 20px;
    }

    .about-page-hero-title {
        font-size: 26px;
    }

    .about-page-hero {
        padding: 50px 0 30px 0;
    }

    .marquee-ticker-bar {
        padding: 30px 0;
    }

    .haulage-top-bar .heavy-duty-breadcrumb {
        font-size: 14px;
        gap: 6px;
        display: flex;
        flex-wrap: wrap;
    }

    .heavy-duty-breadcrumb .square-dot {
        width: 8px;
        height: 8px;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 45%) 50%, rgb(0 0 0 / 81%) 100%);
    }

    .heavy-duty-banner-img {
        min-height: 350px;
        object-fit: cover;
    }
}

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

    .about-page-hero-container {
        padding: 0 20px;
    }

    .about-page-dashed-divider {
        margin: 32px 0;
    }

    .about-page-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .vision-mission-section {
        padding: 60px 0;
    }

    .vision-mission-container {
        padding: 0 20px;
    }

    .vision-mission-card {
        padding: 28px 24px 36px 24px;
    }

    .vm-card-title {
        font-size: 19px;
    }

    .vm-card-desc {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .marquee-item {
        font-size: 15px;
    }

    .hline-card-top {
        top: 60px;
    }

    .hline-card-bottom {
        bottom: 60px;
    }

    .vision-mission-card {
        width: 93%;
    }

    .marquee-ticker-bar {
        padding: 20px 0;
    }

    .career-section {
        padding: 40px 0 40px 0;
    }

    .career-label-text {
        font-size: 18px;
    }

    .career-section-label {
        margin-bottom: 15px;
    }

    .btn-career-submit {
        padding: 14px 20px;
    }

    .career-grid {
        gap: 30px;
    }

    .gallery-page-hero {
        padding: 40px 0 40px 0;
    }

    .gallery-masonry-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gallery-filter-bar {
        gap: 8px;
    }

    .gallery-filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .gallery-page-container {
        padding: 0 20px;
    }

    .service-modal-card {
        padding: 24px 18px;
    }

    .service-form-grid {
        grid-template-columns: 1fr;
    }

    .service-field-full {
        grid-column: span 1;
    }

    .service-modal-title {
        font-size: 24px;
    }

    .service-modal-right {
        height: 180px;
    }

    .terms-section {
        padding: 36px 0 50px 0;
    }

    .terms-container {
        padding: 0 20px;
    }

    .terms-last-updated {
        font-size: 12.5px;
    }

    .terms-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .terms-header {
        margin-bottom: 28px;
    }

    .terms-section-title {
        font-size: 15.5px;
        margin-bottom: 10px;
    }

    .terms-text,
    .terms-bullet-list li,
    .terms-address {
        font-size: 13px;
        line-height: 1.65;
    }

    .terms-content {
        gap: 24px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --header-height: 64px;
    }

    .header-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .logo-title {
        font-size: 16px;
    }

    .logo-subtitle {
        font-size: 10.5px;
    }

    .logo-icon {
        width: 32px;
        height: 32px;
    }

    .hero-container {
        padding: 0 16px 70px 16px;
        gap: 20px;
    }

    .hero-heading {
        font-size: 25px;
        line-height: 1.25;
    }

    .btn-hero-white,
    .btn-hero-outline {
        padding: 8px 12px;
        font-size: 14px;
    }

    .hero-description {
        font-size: 13px;
    }

    .mobile-nav-panel {
        width: 85vw;
        max-width: 300px;
    }

    .find-vehicle-section {
        padding: 40px 0 30px 0;
    }

    .find-vehicle-title {
        font-size: 24px;
    }

    .find-vehicle-subtitle {
        font-size: 13.5px;
    }

    .vehicle-tabs {
        width: 100%;
        flex-direction: column;
    }

    .tab-btn {
        padding: 10px 12px;
        font-size: 13.5px;
        width: 100%;
        text-align: center;
    }

    .filter-select {
        height: 44px;
        font-size: 13.5px;
    }

    .btn-filter-submit {
        height: 44px;
        font-size: 14px;
    }

    .vehicle-banner-container {
        margin-top: 24px;
    }

    .gallery-slider-wrapper {
        height: 360px;
    }

    .gallery-slide {
        width: 240px;
    }

    .gallery-slide.active {
        margin: 0;
    }

    .slide-img-wrapper {
        height: 115px;
    }

    .gallery-slide.active .slide-img-wrapper {
        height: 145px;
    }

    .slide-info {
        padding: 12px 8px 4px 8px;
    }

    .slide-title {
        font-size: 12.5px;
    }

    .slide-number {
        font-size: 28px;
    }

    .gallery-slide[data-position="-1"] {
        transform: translateX(-135px) scale(0.7);

    }

    .gallery-slide[data-position="1"] {
        transform: translateX(135px) scale(0.7);

    }

    .gallery-slide[data-position="-2"],
    .gallery-slide[data-position="2"],
    .gallery-slide[data-position="-1"],
    .gallery-slide[data-position="1"] {
        opacity: 0;
        pointer-events: none;
    }



    .gallery-slide[data-position="0"] {
        transform: translateX(0) scale(1.5);
    }

    .gallery-action {
        margin-top: 30px;
    }

    .testimonials-section {
        padding: 40px 0 0 0;
    }

    .testimonials-title {
        font-size: 24px;
    }

    .testimonials-header-desc {
        font-size: 13.5px;
    }

    .testimonial-quote {
        font-size: 14px;
    }

    .author-avatar {
        width: 38px;
        height: 38px;
    }

    .author-name {
        font-size: 14.5px;
    }

    .author-role {
        font-size: 12px;
    }

    .testimonial-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cta-banner-section {
        min-height: 400px;
        padding: 40px 0;
    }

    .cta-card-title {
        font-size: 21px;
    }

    .btn-cta-connect {
        height: 44px;
        font-size: 14px;
    }

    .cta-card {
        max-width: 100%;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sitemap-columns {
        grid-template-columns: 1fr 1fr;
    }

    .newsletter-input-wrapper {
        max-width: 100%;
    }

    .footer-video-wrapper {
        width: 140px;
        height: 140px;
    }

    .copyright-text {
        font-size: 11.5px;
        line-height: 1.6;
    }

    .copyright-text .divider {
        display: block;
        height: 4px;
        visibility: hidden;
    }

    .spare-parts-title {
        font-size: 24px;
    }

    .parts-item-title {
        font-size: 17px;
    }

    .parts-item-desc {
        font-size: 13px;
    }

    .parts-accordion-item .parts-item-media .spare-graphic-img {
        max-width: 130px;
        max-height: 130px;
    }

    .hero-section {
        height: calc(95vh - var(--header-height));
    }

    .btn-read-more {

        padding: 10px 20px;
    }

    .gallery-header {
        margin-bottom: 35px;
    }

    .hero-description {
        max-width: 95%;
    }

    .service-card-title {
        font-size: 20px;
    }

    .service-card {
        padding: 15px;
    }

    .stat-number {
        font-size: 26px;
    }

    .about-page-stats-grid {
        gap: 20px 15px;
    }

    .about-page-hero-title {
        font-size: 22px;
        margin-top: 15px;
    }

    .about-page-hero {
        padding: 40px 0 30px 0;
    }

    .scroll-text-container {
        padding: 30px 0px 30px 0px;
    }

    .vision-mission-section {
        padding: 40px 0;
    }

    .hline-card-top {
        top: 40px;
    }

    .hline-card-bottom {
        bottom: 40px;
    }

    .vision-mission-card {
        padding: 20px 15px 28px 15px;
    }

    .vline-card1-left {
        left: 30px;
    }

    .vline-card2-right {
        right: 30px;
    }

    .vision-mission-container {
        gap: 20px;
    }

    .card-corner-badge {
        width: 30px;
        height: 30px;
    }

    .why-choose-section {
        padding: 40px 0;
    }

    .why-choose-card-header {
        margin-bottom: 15px;
    }

    .why-choose-card {
        padding: 20px 20px;
    }

    .marquee-content {
        gap: 15px;
        padding-right: 15px;
    }

    .contact-hero-section {
        padding: 40px 0 0 0;
    }

    .heavy-duty-card-btn {
        font-size: 14px;
    }

    .heavy-duty-breadcrumb {
        margin-bottom: 30px;
    }

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

@media screen and (max-width: 380px) {
    .gallery-slide[data-position="0"] {
        transform: translateX(0) scale(1.3);
    }

    .gallery-slider-wrapper {
        height: 320px;
    }
}