/* Responsive Styles */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}

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

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

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .site-header .btn-phone-number {
        display: none !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .header-social {
        margin-top: 0 !important;
    }

    .container {
        padding: 0 20px;
    }

    .latest-listings-section {
        padding-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .swiper-pagination {
        margin-top: 0 !important;
    }

    .about-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .property-section {
        padding-top: 2.5rem !important;
        padding-bottom: 3rem !important;
    }

    .custom-accordion .accordion-body {
        line-height: 1.6 !important;
    }

    p.lh-lg.testimonial-text {
        line-height: 1.3rem !important;
    }

    .about-image-grid img {
        min-height: 160px;
    }

    .counters-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .faq-section {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }

    .testimonials-section {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    .news-blogs-section {
        padding-top: 1rem !important;
        padding-bottom: 0 !important;
    }

    .removal-across-brisbane {
        margin: 80px 0;
        border-radius: 23px !important;
    }

    .enquiry-form {
        padding: 40px 20px !important;
        color: #fff;
        margin: 14px !important;
        border-radius: 10px !important;
    }

    .removal-across-brisbane h3 {
        font-size: 33px;
    }

    .btn.btn-primary {
        padding: 16px 14px;
        font-size: 16px;
    }

    .news-blogs-section .text-center.mb-5 {
        margin-bottom: 0 !important;
    }

    .testimonials-section .text-center.mb-5 {
        margin-bottom: 0 !important;
    }

    p.lh-lg {
        line-height: 1.6rem !important;
    }

    .car-contact-form textarea.form-control {
        height: 130px !important;
    }

    .footer-bottom .col-md-6.text-center.text-md-end.mt-2.mt-md-0 {
        margin-top: 0 !important;
    }

    .footer-section {
        padding-top: 2rem !important;
    }
}