/* =========================================================
   TRANSPORT SERVICES
   GLOBAL RESPONSIVE OVERRIDES
   File:
   assets/css/responsive.css
   ========================================================= */


/* =========================================================
   01. GLOBAL RESPONSIVE BASE
========================================================= */

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;

    max-width: 100%;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.container,
.container-fluid {
    width: 100%;
}


/* =========================================================
   02. LARGE SCREENS
========================================================= */

@media (min-width: 1400px) {

    .container {
        max-width: 1240px;
    }

    .hero-section {
        min-height: 720px;
    }

    .hero-title {
        font-size: 78px;
    }

    .hero-description {
        font-size: 18px;
    }

    .booking-wrapper {
        max-width: 1120px;
    }

}


/* =========================================================
   03. DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .container {
        max-width: 1180px;
    }

}


/* =========================================================
   04. TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1199.98px) {

    .container {
        max-width: 100%;
    }

    .hero-title {
        font-size:
            clamp(42px, 5.5vw, 68px);
    }

    .hero-description {
        max-width: 620px;
    }

    .booking-wrapper {
        padding: 38px;
    }

    .service-card {
        padding: 27px;
    }

    .process-card {
        padding: 27px;
    }

}


/* =========================================================
   05. TABLET
========================================================= */

@media (max-width: 991.98px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Header */

    .navbar-collapse {
        max-height: calc(100vh - 90px);

        overflow-y: auto;
    }

    /* Hero */

    .hero-section {
        min-height: auto;

        padding-top: 80px;
        padding-bottom: 75px;
    }

    .hero-section .row {
        min-height: auto;
    }

    .hero-content {
        max-width: 800px;

        margin-left: auto;
        margin-right: auto;

        text-align: center;
    }

    .hero-title,
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        min-height: 430px;

        margin-top: 30px;
    }

    /* Booking */

    .booking-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .booking-wrapper {
        padding: 34px;
    }

    /* Services */

    .services-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    /* Process */

    .process-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .process-section .row::before {
        display: none;
    }

    /* FAQ */

    .faq-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    /* Contact */

    .contact-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    /* Footer */

    .footer-main {
        padding-top: 65px;
        padding-bottom: 45px;
    }

}


/* =========================================================
   06. MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Global */

    section {
        overflow: hidden;
    }

    .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    /* Header */

    .site-header .header-main {
        min-height: 66px;
    }

    .navbar > .container,
    .navbar > .container-fluid {
        min-height: 66px;
    }

    /* Hero */

    .hero-section {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .hero-title {
        font-size:
            clamp(36px, 10vw, 48px);

        line-height: 1.05;

        letter-spacing: -1.8px;
    }

    .hero-description {
        font-size: 15px;

        line-height: 1.7;
    }

    .hero-actions {
        width: 100%;

        flex-direction: column;

        gap: 10px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: auto;

        margin-top: 20px;
    }

    /* Booking */

    .booking-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .booking-wrapper {
        padding: 28px 20px;

        border-radius: 22px;
    }

    .booking-summary {
        grid-template-columns: 1fr;
    }

    .booking-summary > div:last-child {
        text-align: left;
    }

    .booking-submit .btn {
        width: 100%;

        min-width: 0;
    }

    /* Services */

    .services-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .service-card {
        min-height: 0;
    }

    /* Process */

    .process-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* FAQ */

    .faq-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* Contact */

    .contact-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact-info-panel,
    .contact-form-card {
        border-radius: 20px;
    }

    /* Footer */

    .footer-main {
        padding-top: 55px;
        padding-bottom: 35px;
    }

    .footer-bottom-inner {
        flex-direction: column;

        text-align: center;
    }

}


/* =========================================================
   07. SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .container {
        padding-left: 13px;
        padding-right: 13px;
    }

    .row {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }

    /* Header */

    .site-brand-name {
        font-size: 15px;
    }

    .site-brand-tagline {
        font-size: 7px;
    }

    /* Hero */

    .hero-section {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .hero-title {
        font-size: 35px;

        letter-spacing: -1.3px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-trust {
        display: grid;

        grid-template-columns: 1fr;

        gap: 8px;
    }

    .hero-trust-item {
        justify-content: flex-start;

        width: 100%;
    }

    /* Booking */

    .booking-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .booking-wrapper {
        padding: 22px 13px;

        border-radius: 19px;
    }

    .booking-step {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .service-option-content {
        min-height: 80px;

        padding: 11px;
    }

    /* Services */

    .services-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .service-card {
        padding: 22px;

        border-radius: 17px;
    }

    /* Process */

    .process-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .process-card {
        padding: 21px;

        border-radius: 17px;
    }

    /* FAQ */

    .faq-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .faq-accordion .accordion-button {
        min-height: 57px;

        font-size: 12px;
    }

    /* Contact */

    .contact-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .contact-info-panel,
    .contact-form-card {
        padding: 21px;

        border-radius: 17px;
    }

    /* Footer */

    .footer-main {
        padding-top: 48px;
        padding-bottom: 30px;
    }

}


/* =========================================================
   08. EXTRA SMALL DEVICES
========================================================= */

@media (max-width: 380px) {

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 26px;
    }

    .services-section .section-heading h2,
    .process-section .section-heading h2,
    .faq-section .section-heading h2,
    .contact-section .section-heading h2 {
        font-size: 26px;
    }

    .booking-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

}


/* =========================================================
   09. LANDSCAPE MOBILE
========================================================= */

@media (max-width: 767.98px) and (orientation: landscape) {

    .hero-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hero-visual {
        margin-top: 15px;
    }

    .navbar-collapse {
        max-height: 70vh;
    }

}


/* =========================================================
   10. TOUCH DEVICES
========================================================= */

@media (hover: none) and (pointer: coarse) {

    .service-card:hover,
    .process-card:hover,
    .feature-card:hover {
        transform: none;
    }

    .service-card:hover .service-card-icon,
    .process-card:hover .process-icon,
    .feature-card:hover .feature-icon {
        transform: none;
    }

    .footer-links a:hover {
        transform: none;
    }

}


/* =========================================================
   11. ACCESSIBILITY / FOCUS
========================================================= */

@media (min-width: 1px) {

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
        outline:
            3px solid
            rgba(11, 99, 206, 0.28);

        outline-offset: 3px;
    }

}


/* =========================================================
   12. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

}


/* =========================================================
   13. PRINT
========================================================= */

@media print {

    .site-header,
    .header-actions,
    .navbar-toggler,
    .hero-actions,
    .booking-submit,
    .footer-social {
        display: none !important;
    }

    body {
        color: #000000 !important;

        background: #ffffff !important;
    }

    section,
    .site-footer {
        background: #ffffff !important;

        box-shadow: none !important;
    }

}