@media(max-width:991px) {

    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 38px;
    }

    .phone-box {
        justify-content: center;
        margin-top: 15px;
        display: none;
    }

}

@media(max-width:767px) {

    .hero {
        padding: 50px 0;
    }

    .hero h1 {
        font-size: 30px;
    }

    .logo {
        justify-content: center;
    }

    .section-title {
        margin-bottom: 30px;
    }

}

@media(max-width:575px) {

    .hero h1 {
        font-size: 26px;
    }

}


@media(max-width:767px) {

    .footer-section {

        text-align: center;

    }

    .footer-logo {

        justify-content: center;

    }

    .footer-contact {

        text-align: center;

    }

    .floating-buttons {

        right: 10px;

        bottom: 10px;

    }

}


/* =====================================================
   Responsive CSS
   Bootstrap 5 Breakpoints
===================================================== */


/* ==========================================
   XXL (1400px)
========================================== */

@media (max-width:1400px) {

    .container {
        max-width: 1140px;
    }

    .hero h1 {
        font-size: 48px;
    }

}



/* ==========================================
   XL (1200px)
========================================== */

@media (max-width:1199px) {

    section {
        padding: 70px 0;
    }

    .hero h1 {
        font-size: 42px;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .price-card h2 {
        font-size: 17px;
    }

}



/* ==========================================
   LG (992px)
========================================== */

@media (max-width:991px) {

    .top-bar {

        text-align: center;

    }

    .logo {

        justify-content: center;
        margin-bottom: 0px;

    }

    .phone-box {

        justify-content: center;
        margin: 15px 0;
        margin-top: 10px;

    }

    .hero {

        text-align: center;

    }

    .hero .row {

        flex-direction: column-reverse;

    }

    .hero-img {

        margin-bottom: 40px;

    }

    .hero h1 {

        font-size: 38px;

    }

    .hero-contact {

        justify-content: center;

    }

    .filter-btn {

        margin: 5px;

    }

    .footer-box {

        margin-bottom: 0px;

    }

}



/* ==========================================
   MD (768px)
========================================== */

@media (max-width:767px) {

    section {
        padding: 60px 0;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar-brand {
        font-size: 22px;
    }

    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 15px;
    }

    .hero-contact p {
        font-size: 15px;
    }

    .hero-img {
        border-radius: 15px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 30px;

    }

    .service-card {
        text-align: center;
    }

    .service-card ul {
        text-align: left;
        display: inline-block;
    }

    .price-card {
        text-align: start;
    }

    .price-card ul {
        text-align: left;
        display: inline-block;
    }

    .filter-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-contact {
        margin-bottom: 0px;
        text-align: center;
        display: inline-block;
    }

    .social-area a {
        margin: 6px;
    }

    

}


@media (max-width:768px) {
    .hero-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .hero-blob-bg {
        width: 300px;
        height: 300px;
    }

    .contact-info {
        align-items: center;
    }

    .call-now {
        justify-content: center;
    }
}


/* ==========================================
   SM (576px)
========================================== */

@media (max-width:575px) {

    body {

        font-size: 15px;

    }

    section {

        padding: 50px 0;

    }

    .top-bar {

        padding: 12px 0;

    }

    .logo {
        font-size: 40px;
    }

    .logo img {
        width: 60px;
        height: 60px;
    }

    .mobile-show-logo {
        display: block;
    }

    .logo span {
        margin: 0px 10px;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .hero {

        padding: 45px 0;

    }

    .hero h1 {

        font-size: 28px;
        line-height: 1.4;

    }

    .hero p {

        font-size: 14px;

    }

    .hero-contact p {

        font-size: 14px;

    }

    .hero-img {

        margin-bottom: 30px;

    }

    .section-title h2 {

        font-size: 26px;

    }

    .service-card {

        padding: 20px;

    }

    .price-card {

        padding: 20px;

    }

    .price-card h2 {

        font-size: 18px;

    }

    .footer-box {

        padding: 18px;

    }

    .footer-box iframe {

        height: 220px;

    }

    .floating-buttons {

        right: 10px;
        bottom: 10px;

    }

    .floating-buttons a,
    #scrollTop {

        width: 45px;
        height: 45px;
        font-size: 18px;

    }

    .icon-1 {
        font-size: 30px;
    }

    .icon-2 {
        font-size: 30px;
    }

    .icon-3 {
        font-size: 40px;
    }

    .icon-4 {
        font-size: 40px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

}



/* ==========================================
   Extra Small (400px)
========================================== */

@media (max-width:400px) {

    .container {

        padding-left: 15px;
        padding-right: 15px;

    }

    .hero h1 {

        font-size: 24px;

    }

    .hero p {

        font-size: 13px;

    }

    .btn {

        width: 100%;
        margin-bottom: 10px;

    }

    .phone-box {

        flex-direction: column;
        gap: 0px;

    }

    .section-title h2 {

        font-size: 24px;

    }

    .service-card {

        padding: 18px;

    }

    .price-card {

        padding: 18px;

    }

    .price-card h2 {

        font-size: 16px;

    }

    .footer-logo h4 {

        font-size: 22px;

    }

    .social-area a {

        width: 42px;
        height: 42px;

    }

    .hero-title {
        font-size: 1.5rem;
    }

    .call-now .btn {
        width: auto;
    }

}



/* ==========================================
   Landscape Mobile
========================================== */

@media (max-height:500px) {

    .hero {

        padding: 40px 0;

    }

}