@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}




.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}


img.header-logo {
    width: 134px;
}


ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 30px;
}


.navbar-nav .nav-link {
    margin-right: 15px;
    transition: color 0.3s, background-color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #f67823;
    background-color: rgb(0 54 92 / 0%);
    border-radius: 5px;
}

.dropdown-menu .dropdown-item {
    transition: background-color 0.3s, color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
}

.book-btn {
    background-color: #007bff;
    color: white !important;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.book-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #f8f9fa;
        padding: 1rem;
        border-radius: 0 0 10px 10px;
    }
}







.hero-section {
    position: relative;
    height: 700px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    animation: slideBg 15s infinite ease-in-out;
}

@keyframes slideBg {

    0%,
    100% {
        background-image: url(../img/hero-bg1.jpg);
    }
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    z-index: 1;
}


.hero-section .hero-content {
    position: relative;
    z-index: 2;
}


.hero-section .hero-text {
    padding: 2rem;
}


.contact-form {
    background: rgb(0 54 92 / 47%);
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 350px;
}


.contact-form input,
.contact-form textarea {
    border-radius: 4px !important;
    box-shadow: none !important;
}


.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #888;
}


@media (max-width: 768px) {

    .hero-section .hero-text,
    .hero-section .contact-form {
        padding: 1.5rem;
        text-align: center;
    }
}


.hero-section a.btn.btn-primary.btn-lg.mt-3 {
    margin-top: 0px !important;
    background: #00365c !important;
    border: none !important;
    border-radius: 4px;
}


button.btn.btn-success.w-100 {
    background: #f67823 !important;
    border: none !important;
    border-radius: 4px;
}


.col-lg-5.mt-4.mt-md-0 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-section h4.form-title.mb-3 {
    color: #fff;
    text-align: center;
}


.hero-section h1 {
    font-size: 30px;
}

.hero-section h2 {
    font-size: 43px;
    color: #f67823;
}






.about-section {
    padding: 50px 0px 20px;
}


.about-images img {
    width: 100%;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .badge-circle {
        width: 90px;
        height: 90px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }
}


.about-section h1 {
    color: #f67823;
    font-size: 35px;
    margin-bottom: 15px !important;
}


.about-section p.text-muted {
    color: #00365c !important;
    margin-bottom: 0px !important;
}







.services-section {
    padding: 50px 0 20px;
}

.services-section h1 {
    font-size: 2.5rem;
    color: #f67823;
    margin-bottom: 20px !important;
}

.services-section p.text-muted {
    font-size: 0.95rem;
    color: #00365c !important;
    margin-bottom: 0px !important;
}


.services-section .service-card {
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.services-section .service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.services-section .service-card h5 {
    font-size: 1.25rem;
    color: #555555;
}

.services-section .service-card p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.services-section .btn-sm {
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    transition: background 0.3s ease;
    color: #f67823;
    border: 1px solid #f67823;
}

.services-section .btn-outline-primary:hover {
    background-color: #f67823;
    color: #fff;
    border-color: #f67823;
}



@media (max-width: 768px) {
    .services-section section h1 {
        font-size: 2rem;
    }

    .services-section .service-card img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .services-section section {
        padding: 40px 15px;
    }

    .services-section section h1 {
        font-size: 1.75rem;
    }

    .services-section .service-card {
        padding: 15px;
    }

    .services-section .service-card p {
        font-size: 0.9rem;
    }




}





.why-choose-us {
    padding: 50px 0px 20px !important;
}


.why-choose-us .p-content {
    color: #00365c !important;
}


.why-choose-us .text-center.mb-5 {
    margin-bottom: 20px !important;
}


.why-choose-us h5.fw-semibold {
    color: #555555;
}

.why-choose-us p.text-muted {
    margin-bottom: 0px !important;
}


.why-choose-us h2 {
    font-size: 2.25rem;
    color: #f67823;
}

.why-choose-us .card {
    border: none;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-us .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.why-choose-us i {
    color: #00365c !important;
}

@media (max-width: 768px) {
    .why-choose-us h2 {
        font-size: 1.75rem;
    }

    .why-choose-us .card {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .why-choose-us .card h5 {
        font-size: 1rem;
    }

    .why-choose-us .card p {
        font-size: 0.9rem;
    }
}






.booking-process {
    padding: 50px 0px 20px !important;
}


.booking-process .p-content {
    color: #00365c !important;
    margin-bottom: 0px !important;
}

.booking-process h2 {
    font-size: 2.2rem;
    color: #f67823;
}


.booking-process h5 {
    color: #fff !important;
}


.booking-process p.text-muted {
    color: #fff !important;
    margin-bottom: 0px !important;
}

.process-step {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #00365c !important;
    padding: 25px 17px !important;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.process-step i {
    color: #fff !important;
}

@media (max-width: 768px) {
    .booking-process h2 {
        font-size: 1.75rem;
    }

    .process-step {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .process-step h5 {
        font-size: 1rem;
    }

    .process-step p {
        font-size: 0.9rem;
    }
}







.contact-us-section .contact-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.contact-us-section h2.fw-bold {
    color: #f67823;
    font-size: 35px;
}

.contact-us-section .p-content {
    margin-bottom: 0px !important;
    color: #00365c;
}


.contact-us-section .contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.contact-us-section .contact-box i {
    color: #f67823 !important;
}


.contact-us-section .contact-box p.fw-bold.text-dark {
    margin-bottom: 0px !important;
    color: #00365c !important;
}


.contact-us-section .contact-box h5.fw-semibold {
    color: #555555 !important;
}

@media (max-width: 768px) {
    .contact-us-section .contact-box {
        padding: 1.5rem;
    }

    .contact-us-section .contact-box i {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .contact-us-section .contact-box h5 {
        font-size: 1.1rem;
    }

    .contact-us-section .contact-box p {
        font-size: 0.95rem;
    }
}







.footer-section {
    padding: 50px 0px 15px !important;
}

.footer-section h5 {
    font-size: 1.25rem;
    color: #f67823;
}

.footer-section a:hover {
    color: #f67823 !important;
    transition: color 0.3s ease;
}

.footer-section i.fab,
.footer-section i.fas {
    font-size: 1.1rem;
}

.footer-section .social-icons a {
    margin-right: 10px;
}

.footer-section .text-white-50 {
    color: rgb(255 255 255) !important;
}



.footer-section ul.list-unstyled {
    line-height: 35px;
}


.footer-section img.social-logo {
    width: 30px;
    padding: 6px;
    background: #fff;
    border-radius: 4px;
}




@media (max-width: 1024px) {

    .hero-section h2 {
        font-size: 30px;
    }


    .hero-section h1 {
        font-size: 25px;
    }


    .lead {
        font-size: 16px;
    }


    .hero-section {
        height: 600px;
        ;
    }


    .hero-section a.btn.btn-primary.btn-lg.mt-3 {
        font-size: 16px;
    }


    .about-section h1 {
        font-size: 27px;
        margin-bottom: 8px !important;
    }


    .about-section p.text-secondary {
        font-size: 15px;
        margin-bottom: 10px !important;
    }



    .services-section h1 {
        margin-bottom: 10px !important;
    }

    .services-section {
        padding: 30px 0 20px !important;
    }


    .text-center.mb-5 {
        margin-bottom: 10px !important;
    }


    .why-choose-us {
        padding: 40px 0px 20px !important;
    }


    .booking-process {
        padding: 40px 0px 20px !important;
    }

}



@media (max-width: 430px) {

    .offset-2 {
        margin-left: 0 !important;
    }


    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0px;
        line-height: 16px;
    }


    .hero-section {
        height: 100%;
        padding: 40px 10px 50px !important;
    }

    .hero-section .hero-text {
        padding: 0 !important;
    }

    .hero-section .hero-text,
    .hero-section .contact-form {
        text-align: left;
    }


    .hero-section .contact-form {
        width: 100%;
    }


    .hero-section .slider-bg {
        background-position: 64% 46%;
    }


    .hero-section h2 {
        font-size: 25px;
    }


    .hero-section h1 {
        font-size: 20px;
    }


    .about-section .row.align-items-center.g-4 {
        flex-direction: column-reverse;
    }


    .about-section h1 {
        font-size: 25px;
        margin-bottom: 8px !important;
    }


    .about-section {
        padding: 50px 0px 10px;
    }


    .about-images img {
        height: 100%;
    }


    .services-section h1 {
        margin-bottom: 5px !important;
        font-size: 30px;
    }

    .why-choose-us {
        padding: 30px 0px 20px !important;
    }


    .booking-process {
        padding: 30px 0px 20px !important;
    }


    .booking-process h2 {
        font-size: 25px;
    }


    section#contact {
        padding: 30px 0px 40px !important;
    }


    .contact-us-section h2.fw-bold {
        font-size: 25px;
    }


    .footer-section h5 {
        font-size: 1.25rem;
        margin-bottom: 8px !important;
        margin-top: 20px;
    }

    .footer-section ul.list-unstyled {
        line-height: 29px;
    }


    .d-flex.gap-3.mt-3 {
        margin-bottom: 20px;
    }


    img.header-logo {
        width: 110px;
    }
}



@media (max-width: 412px) {

    .hero-section h2 {
        font-size: 18px;
    }


    .about-section h1 {
        font-size: 23px;
    }


    .about-section {
        padding: 40px 0px 0px;
    }


    .services-section h1 {
        margin-bottom: 0px !important;
        font-size: 24px;
    }


    .services-section {
        padding: 25px 0 10px !important;
    }


    .services-section .service-card h5 {
        font-size: 18px;
    }

    .services-section .service-card {
        padding: 10px;
        border-radius: 4px !important;
    }


    .services-section .service-card img {
        height: 200px;
        border-radius: 4px !important;
    }


    .why-choose-us h2 {
        font-size: 25px;
    }


    .booking-process h2 {
        font-size: 24px;
    }


    .footer-section {
        padding: 30px 0px 10px !important;
    }


    hr.border-top.border-white-10.mt-5 {
        margin-top: 15px !important;
    }

    .contact-us-section h2.fw-bold {
        font-size: 20px;
    }
}






.ac-installation-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65)),
        url(../img/ac-installation-hero.jpeg) no-repeat center center;
    background-size: cover;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac-installation-hero-section .card {
    border-radius: 12px;
    border: none;
}

.ac-installation-hero-section h1 {
    font-size: 2.5rem;
    color: #f67823 !important;
}

@media (max-width: 768px) {
    .ac-installation-hero-section {
        padding: 3rem 1rem;
        text-align: center;
    }

    .ac-installation-hero-section h1 {
        font-size: 2rem;
    }

    .ac-installation-hero-section .card {
        margin-top: 2rem;
    }
}


* {
    list-style: none;
}



i.fas.fa-check-circle.text-success.me-2 {
    color: #f67823 !important;
}




.ac-installation-about-section h2 {
    font-size: 40px;
    color: #f67823;
    margin-bottom: 8px !important;
}

.ac-installation-about-section p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
}

.about-image-wrapper img {
    border: 4px solid white;
    border-radius: 12px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .ac-installation-about-section h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .ac-installation-about-section p {
        text-align: center;
    }

    .ac-installation-about-section .btn {
        display: block;
        margin: 0 auto;
    }

    .about-image-wrapper {
        text-align: center;
    }
}








.ac-types-section h2 {
    color: #f67823;
    font-size: 40px;
}


section.ac-types-section {
    padding: 30px 0px 20px !important;
}


.ac-types-section .card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.ac-types-section .card-img-top {
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.ac-types-section p {
    font-size: 0.95rem;
    color: #555;
}

@media (max-width: 768px) {
    .ac-types-section h2 {
        font-size: 1.8rem;
    }

    .ac-types-section .card-text {
        font-size: 0.9rem;
    }
}






.ac-repair-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-repair/repair-hero.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
}

.ac-repair-hero-section h1 {
    font-size: 2.5rem;
    color: #f67823 !important;
}

.ac-repair-hero-section .lead {
    font-size: 1.25rem;
}

.ac-repair-hero-section form label {
    font-weight: 500;
}

@media (max-width: 768px) {
    .ac-repair-hero-section {
        text-align: center;
        padding: 3rem 1rem;
    }

    .ac-repair-hero-section h1 {
        font-size: 2rem;
    }

    .ac-repair-hero-section .btn {
        margin-top: 1rem;
    }

}







.ac-repair-about-section h2 {
    font-size: 40px;
    color: #f67823;
}

.ac-repair-about-section p {
    color: #555;
    font-size: 1rem;
}

.ac-repair-about-section img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 0.75rem;
}

@media (max-width: 768px) {
    .ac-repair-about-section h2 {
        font-size: 1.5rem;
    }
}






.ac-repair-issues-section .card-img-top {
    height: 200px;
    object-fit: cover;
}

.ac-repair-issues-section h2 {
    font-size: 40px;
    color: #f67823;
}

.ac-repair-issues-section .card-title {
    font-size: 1.25rem;
}

.ac-repair-issues-section .card-text {
    font-size: 0.95rem;
    color: #555;
}

@media (max-width: 768px) {
    .ac-repair-issues-section h2 {
        font-size: 1.5rem;
    }
}




@media (max-width: 1024px) {

    .ac-installation-hero-section {
        height: 600px;
    }


    .ac-installation-about-section h2 {
        font-size: 30px;
    }


    .ac-installation-about-section p {
        font-size: 16px;
        line-height: 1.6;
    }


    section.ac-types-section {
        padding: 15px 0px 20px !important;
    }


    .ac-repair-hero-section h1 {
        font-size: 32px;
    }


    .ac-repair-about-section h2 {
        font-size: 32px;
    }

    .ac-repair-about-section p {
        font-size: 15px;
        margin-bottom: 5px !important;
    }


}






.ac-services-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-service/service-hero.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
}


.ac-services-hero-section h1 {
    font-size: 50px;
    color: #f67823;
}


.ac-services-hero-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff !important;
}







.ac-services-about-section h2 {
    font-size: 40px;
    color: #f67823;
}


.ac-services-about-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 6px !important;
}

.ac-services-about-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .ac-services-about-section h2 {
        font-size: 1.5rem;
    }
}





.ac-duct-cleaning-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-duct/duct-hero.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
}


.ac-duct-cleaning-hero-section h1 {
    font-size: 39px;
    color: #f67823;
    margin-bottom: 20px;
}

.ac-duct-cleaning-hero-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff !important;
}






.ac-duct-cleaning-about-section h2 {
    font-size: 40px;
    color: #f67823;
}

.ac-duct-cleaning-about-section p {
    font-size: 1rem;
    line-height: 1.7;
}

.ac-duct-cleaning-about-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.75rem;
}

@media (max-width: 768px) {
    .ac-duct-cleaning-about-section h2 {
        font-size: 1.5rem;
    }
}






.ac-air-quality-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-air/air-hero.jpeg) no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    background-position: 50% 0%;
}




.ac-air-quality-hero-section h1 {
    font-size: 40px;
    color: #f67823;
}

.ac-air-quality-hero-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff !important;
}





.ac-air-quality-about-section h2 {
    font-size: 40px;
    color: #f67823;
}

.ac-air-quality-about-section p {
    font-size: 1rem;
    line-height: 1.8;
}

.ac-air-quality-about-section img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    object-fit: cover;
}






.emergency-ac-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-emergency/emerg-hero.jpeg) no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    background-position: 50% 0%;
}



.emergency-ac-hero-section h1 {
    color: #f67823;
    font-size: 40px;
    margin-bottom: 20px;
}


.emergency-ac-hero-section p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}



.emergency-ac-about-section img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.emergency-ac-about-section h2 {
    font-size: 40px;
    color: #f67823;
}

@media (max-width: 768px) {
    .emergency-ac-about-section h2 {
        font-size: 1.5rem;
    }

    .emergency-ac-about-section p {
        font-size: 1rem;
    }
}






.ac-jet-pump-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url(../img/ac-jet/jet-hero.png) no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    background-position: center;
}



.ac-jet-pump-hero-section h1 {
    color: #f67823;
    font-size: 40px;
    margin-bottom: 20px;
}


.ac-jet-pump-hero-section p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}






.ac-jet-pump-about-section h2 {
    font-size: 40px;
    color: #f67823;
}

.ac-jet-pump-about-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .ac-jet-pump-about-section h2 {
        font-size: 1.5rem;
    }
}



@media (max-width: 1024px) {

    .ac-services-hero-section h1 {
        font-size: 35px;
    }


    .ac-services-hero-section p {
        font-size: 16px;
        line-height: 1.6;
    }


    .ac-services-hero-section {
        height: 560px;
    }

    .ac-services-about-section h2 {
        font-size: 30px;
        margin-bottom: 10px !important;
    }


    .ac-services-about-section p {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 0px !important;
    }


    .ac-services-about-section img {
        height: 320px;
    }


    section.ac-services-about-section {
        padding: 40px 0px 20px !important;
    }


    .ac-duct-cleaning-hero-section h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }


    .ac-duct-cleaning-hero-section p {
        font-size: 16px;
        line-height: 1.6;
    }

    .ac-duct-cleaning-hero-section {
        height: 560px;
    }


    .ac-duct-cleaning-about-section h2 {
        font-size: 35px;
    }

    .ac-duct-cleaning-about-section p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 5px !important;
    }


    section.ac-duct-cleaning-about-section {
        padding: 40px 0px 20px !important;
    }

    .ac-air-quality-hero-section {
        height: 560px;
    }


    .ac-air-quality-hero-section h1 {
        font-size: 35px;
    }


    .ac-air-quality-hero-section p {
        font-size: 16px;
        line-height: 1.6;
    }


    .ac-air-quality-about-section h2 {
        font-size: 30px;
    }


    .ac-air-quality-about-section p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 7px;
    }

    section.ac-air-quality-about-section {
        padding: 40px 0px 10px !important;
    }


    .emergency-ac-hero-section h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }


    .emergency-ac-hero-section p {
        font-size: 16px;
        line-height: 1.6;
    }


    .emergency-ac-hero-section {
        height: 560px;
    }


    .emergency-ac-about-section h2 {
        font-size: 30px;
    }


    section.emergency-ac-about-section {
        padding: 40px 0px 0px !important;
    }


    .emergency-ac-about-section p {
        font-size: 14px;
        margin-bottom: 5px !important;
    }


    .emergency-ac-about-section img {
        height: 320px;
    }


    .ac-jet-pump-hero-section h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }


    .ac-jet-pump-hero-section p {
        font-size: 16px;
        line-height: 1.6;
    }


    .ac-jet-pump-hero-section {
        height: 560px;
    }

    .ac-jet-pump-about-section h2 {
        font-size: 30px;
    }


    .ac-jet-pump-about-section p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0px !important;
    }


    .ac-jet-pump-about-section img {
        height: 340px;
    }



    section.ac-jet-pump-about-section {
        padding: 40px 0px 0px !important;
    }

}



@media (max-width: 430px) {

    .ac-installation-hero-section {
        height: 100%;
        padding: 40px 0px !important;
        text-align: left;
    }


    .col-lg-5.mt-4 {
        margin-top: 0px !important;
    }


    ul.mt-3.mb-4.ps-4 {
        padding-left: 0px !important;
    }


    .contact-form {
        width: 100%;
    }


    .ac-installation-hero-section h1 {
        font-size: 30px;
    }


    .ac-installation-about-section h2 {
        font-size: 27px;
        text-align: left !important;
    }


    .ac-installation-about-section p {
        font-size: 15px;
        line-height: 1.6;
        text-align: left !important;
        margin-bottom: 10px !important;
    }


    .about-image-wrapper img {
        height: 300px;
    }

    section#about {
        padding: 40px 0px 30px !important;
    }

    .ac-types-section h2 {
        font-size: 26px;
    }


    .ac-repair-hero-section {
        text-align: left;
        padding: 40px 0 30px;
        height: 100%;
    }

    .ac-repair-hero-section p {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .ac-services-hero-section {
        height: 100%;
    }


    .ac-services-hero-section h1 {
        font-size: 27px;
    }

    .ac-services-hero-section p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px !important;
    }

    .ac-services-about-section h2 {
        font-size: 34px;
        margin-bottom: 10px !important;
    }

    .ac-services-about-section img {
        height: 100%;
    }

    .ac-duct-cleaning-hero-section {
        height: 100%;
    }


    .ac-duct-cleaning-hero-section h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }


    .ac-duct-cleaning-about-section h2 {
        font-size: 30px;
    }


    .ac-duct-cleaning-about-section img {
        height: 100%;
    }


    .ac-air-quality-hero-section {
        height: 100%;
    }


    .ac-air-quality-hero-section h1 {
        font-size: 27px;
    }


    .ac-air-quality-about-section h2 {
        font-size: 27px;
    }

    .emergency-ac-hero-section {
        height: 100%;
    }


    .emergency-ac-hero-section h1 {
        font-size: 27px;
    }

    .emergency-ac-about-section h2 {
        font-size: 28px;
    }


    .emergency-ac-about-section img {
        height: 100%;
        margin-top: 20px;
    }


    .ac-jet-pump-hero-section {
        height: 100%;
    }

    .ac-jet-pump-about-section h2 {
        font-size: 27px;
    }


    .ac-jet-pump-about-section img {
        height: 100%;
        margin-top: 20px;
    }

    .hero-section a.btn.btn-primary.btn-lg.mt-3 {
        font-size: 16px;
        margin-bottom: 20px !important;
    }

    .hero-section .col-lg-5.mt-4.mt-md-0 {
        padding: 0;
    }

    button.navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }
}



@media (max-width: 412px) {

    .ac-installation-hero-section h1 {
        font-size: 22px;
    }


    .ac-installation-about-section h2 {
        font-size: 20px;
    }

    .ac-types-section h2 {
        font-size: 25px;
    }

    .ac-types-section p {
        font-size: 14px;
    }


    .ac-repair-hero-section h1 {
        font-size: 24px;
    }

    .ac-repair-hero-section p {
        font-size: 14px !important;
    }


    .ac-repair-about-section h2 {
        font-size: 23px;
    }


    .ac-repair-about-section img {
        margin-top: 10px;
    }


    .ac-services-hero-section h1 {
        font-size: 23px;
    }

    .ac-services-about-section h2 {
        font-size: 27px;
    }

    .ac-duct-cleaning-hero-section h1 {
        font-size: 20px;
    }

    .ac-duct-cleaning-hero-section p {
        font-size: 14px;
        line-height: 1.55;
    }


    .ac-duct-cleaning-about-section h2 {
        font-size: 24px;
    }

    .ac-duct-cleaning-about-section p {
        font-size: 15px;
        ;
    }


    .ac-air-quality-hero-section h1 {
        font-size: 23px;
    }

    .ac-air-quality-about-section h2 {
        font-size: 20px;
    }

    .emergency-ac-hero-section h1 {
        font-size: 20px;
    }


    .emergency-ac-about-section h2 {
        font-size: 21px;
    }


    .ac-jet-pump-hero-section h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }


    .ac-jet-pump-about-section h2 {
        font-size: 21px;
    }
}










.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #02385d;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #f67823;
}

.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content-thank {
    margin-top: 200px;
}


@media (max-width: 430px) {


    .content-thank {
        margin-top: 150px;
    }
}

@media (max-width: 412px) {

    .content-thank {
        margin-top: 100px;
    }

}