/* Responsive Styles */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
    .solution-overlay-box {
        right: -28px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .navbar-brand img {
        height: 37px;
    }

    .navbar-nav {
        align-items: flex-start !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-toggler {
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        border-radius: 11px;
        background: var(--secondary);
    }

    .navbar-nav .nav-link.dropdown-toggle {
        justify-content: space-between;
    }

    .navbar-nav .dropdown-menu {
        margin-top: 20px !important;
    }

    .navbar-toggler-icon {
        background: url(../images/menu-icon.svg) no-repeat center center;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .offcanvas-body .navbar-nav .nav-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }


    .offcanvas-body .navbar-nav .nav-item:last-child {
        margin-top: auto;
    }

    .main-header .main-nav .btn-primary {
        display: flex;
    }



    .offcanvas-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .btn-close:focus {
        box-shadow: none;
    }

    .offcanvas-header .btn-close {
        width: 40px;
        height: 40px;
        background-color: red;
        padding: 0;
        border-radius: 100%;
        opacity: 1;
        margin: 0;
        margin-left: auto;
        background-image: url(../images/close-btn.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 33%;
    }

    .navbar-nav .nav-link {
        padding: 15px 17px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .profile-btn {
        margin: auto;
    }

    .navbar-nav .dropdown-menu {
        background-color: #fff;
    }

    .offcanvas-body {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .hero-banner {
        height: 690px;
        padding-top: 100px;
    }

    .hero-banner .row {
        align-items: flex-start !important;
    }

    .hero-arrow {
        display: none;
    }

    .hero-description br {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .search-inventory {
        padding: 48px 21px !important;
    }

    .solution-overlay-box {
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        bottom: -60px;
    }

    .solution-content {
        margin-top: 35px;
    }

    .solution p {
        line-height: 24px;
    }

    .why-choose-us h3 {
        text-align: center;
    }

    .top-contact-bar {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial-item {
        width: 380px;
    }

    .testimonials .section-title {
        margin-bottom: 1rem;
    }

    .custom-accordion .accordion-button {
        font-size: 1rem;
        font-weight: 700;
        padding: 20px 20px;
        gap: 20px;
    }

    .custom-accordion .accordion-body {
        padding: 0 78px 24px 20px;
        font-size: 15px;
    }

    .custom-accordion .accordion-button::after {
        width: 37px;
        height: 37px;
        font-size: 16px;
    }

    .removal-across-brisbane {
        margin-bottom: 80px;
    }

    .site-footer {
        padding: 20px 0 26px;
    }

    .contact-item {
        justify-content: flex-start !important;
        text-align: left;
    }

    .footer-contact-bar .row {
        padding: 27px 0 !important;
    }

    .container.main-footer {
        padding-bottom: 0 !important;
    }

    .footer-bottom {
        padding-top: 0 !important;
    }

    .enquiry-form {
        padding: 40px 23px;
    }

    .removal-across-brisbane h3 {
        font-size: 32px;
        line-height: 117%;
    }

    .featured-cars .section-title {
        margin-bottom: 1.2rem !important;
    }

    .solution .d-flex.align-items-center.flex-wrap.gap-4.mt-5 {
        margin-top: 2rem !important;
    }

    .solution-overlay-box h4 {
        line-height: 27px;
        font-size: 1.2rem;
        text-align: center;
    }
}