@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;
}



html,
body {
    overflow-x: hidden;
}


img.social-img {
    width: 30px;
}


html {
    scroll-behavior: smooth;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #000 !important;
}


img.header_logo {
    width: 220px;
}

.navbar-nav .nav-link {
    color: #555 !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.dropdown-menu a {
    color: #555 !important;
}

.dropdown-menu a:hover {
    color: #000 !important;
}

.navbar-toggler {
    border: none;
}


header a.nav-link.active {
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
}

header a.nav-link {
    font-size: 18px;
    font-weight: 600;
}

ul.navbar-nav.ms-auto {
    gap: 30px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



@media (max-width: 767.98px) {


    ul.navbar-nav.ms-auto {
        gap: 0px;
    }


    img.header-logo {
        width: 77px;
    }


    header a.nav-link {
        font-size: 18px;
        font-weight: 700;
        color: #fff !important;
        background: none;
        width: 100%;
        text-align: start;
        border-radius: 8px;
    }

    .offcanvas-body a.nav-link {
        color: #fff;
    }

    header ul.navbar-nav {
        gap: 0px;
        line-height: 20px;
    }

    div#mobileMenu {
        background: #17415e;
        color: #fff;
    }


    button.btn-close {
        filter: invert(1);
    }


    img.mobile-header-logo {
        width: 80px;
    }


    button.navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }





}







.hero {
    background: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 82%)), url(../img/hero-background-1.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 6%;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1290px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    align-items: center;
}



.hero-content {
    color: #fff;
}

.hero-tag {
    display: inline-block;
    background: #ffffff20;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

.hero-content h1 {
    font-size: 37px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #ddd;
}

.highlight {
    color: #fff;
    font-weight: bold;
}



.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}



.booking-form {
    background: #ffffff59;
    padding: 35px 26px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.booking-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.input-box {
    margin-bottom: 18px;
}

.input-box input,
.input-box select,
.input-box textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}



.submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    background: #131313;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #131313;
}



@media(max-width:992px) {

    .hero-container {
        grid-template-columns: 1fr;
    }

    .hero-content {
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

}



@media(max-width:768px) {

    .hero {
        padding: 60px 15px;
        height: 100%;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
        text-align: left;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .booking-form {
        padding: 15px;
    }


    .submit-btn {
        padding: 11px;
    }


    .hero-container {
        gap: 20px;
    }


}



@media(max-width:480px) {

    .hero-content h1 {
        font-size: 19px;
        line-height: 1.2;
        text-align: left;
    }

    .hero-tag {
        font-size: 15px;
        font-weight: 700;
    }

    .booking-form h2 {
        font-size: 17px;
    }


    img.header_logo {
        width: 130px;
    }

}





.bharat-about-section {
    padding: 80px 0;
    background: #ffffff;
}



.bharat-about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: 430px;
    object-fit: contain;
}



.bharat-section-tag {
    display: inline-block;
    background: #00000026;
    color: #000000;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bharat-about-title {
    font-size: 27px;
    line-height: 1.1;
    color: #111111;
    margin-bottom: 10px;
    font-weight: 700;
}

.bharat-about-text {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
}

.bharat-highlight-text {
    color: #000000;
    font-weight: 700;
}


.bharat-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.bharat-feature-box {
    background: #f7f9fc;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    transition: 0.3s;
    text-align: center;
}

.bharat-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}



.bharat-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #000000, #777777a1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 28px;
}



.bharat-feature-title {
    font-size: 20px;
    color: #111111;
    margin-bottom: 10px;
    font-weight: 700;
}



.bharat-feature-text {
    font-size: 16px;
    color: #666666;
}



.bharat-about-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.bharat-btn {
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
}

.bharat-btn-orange {
    background: #ff6600;
    color: #ffffff;
}

.bharat-btn-orange:hover {
    background: #e65c00;
    color: #ffffff;
}

.bharat-btn-blue {
    background: #0077ff;
    color: #ffffff;
}

.bharat-btn-blue:hover {
    background: #005ed1;
    color: #ffffff;
}



@media(max-width:1024px) {

    .bharat-about-title {
        font-size: 40px;
    }

}


@media(max-width:992px) {

    .bharat-about-section {
        padding: 80px 0;
    }

    .bharat-about-content {
        text-align: left;
    }

    .bharat-features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bharat-about-buttons {
        justify-content: center;
    }

}


@media(max-width:768px) {

    .bharat-about-title {
        font-size: 34px;
    }

    .bharat-about-text {
        font-size: 15px;
    }

    .bharat-features-grid {
        grid-template-columns: 1fr;
    }

    .bharat-btn {
        width: 100%;
        text-align: center;
    }

}


@media(max-width:480px) {

    .bharat-about-section {
        padding: 40px 0px;
    }

    .bharat-about-title {
        font-size: 18px;
        text-align: left;
    }

    .bharat-section-tag {
        font-size: 13px;
    }

    .bharat-about-image img {
        border-radius: 10px;
        height: 300px;
    }


    .bharat-feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        font-size: 24px;
    }


    .bharat-feature-title {
        margin-bottom: 5px;
    }

}








.bharat-services-tool {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    color: rgba(13, 110, 253, 0.05);
    transition: all .3s ease;
}



.bharat-services-tool-one {
    top: 80px;
    left: 3%;
    font-size: 170px;
    transform: rotate(-20deg);
}



.bharat-services-tool-two {
    top: 15%;
    right: 4%;
    font-size: 150px;
    transform: rotate(25deg);
}



.bharat-services-tool-three {
    bottom: 15%;
    left: 5%;
    font-size: 140px;
    transform: rotate(-35deg);
}



.bharat-services-tool-four {
    bottom: 8%;
    right: 6%;
    font-size: 170px;
    transform: rotate(20deg);
}



.bharat-services-tool-five {
    top: 10%;
    left: 35%;
    font-size: 120px;
    transform: rotate(-15deg);
}



.bharat-services-tool-six {
    top: 40%;
    right: 15%;
    font-size: 110px;
    transform: rotate(30deg);
}



.bharat-services-tool-seven {
    top: 50%;
    left: 7%;
    font-size: 90px;
    transform: rotate(-20deg);
}



.bharat-services-tool-eight {
    top: 25%;
    left: 75%;
    font-size: 100px;
    transform: rotate(15deg);
}



.bharat-services-tool-nine {
    bottom: 50%;
    right: 4%;
    font-size: 90px;
    transform: rotate(-15deg);
}



.bharat-services-tool-ten {
    top: 75%;
    left: 59%;
    font-size: 95px;
    transform: rotate(25deg);
}



.bharat-services-tool-eleven {
    bottom: 12%;
    left: 35%;
    font-size: 110px;
    transform: rotate(-25deg);
}



.bharat-services-tool-twelve {
    top: 50%;
    right: 40%;
    font-size: 90px;
    transform: rotate(20deg);
}



.bharat-services-heading,
.bharat-service-card {
    position: relative;
    z-index: 2;
}



@media (max-width:991px) {

    .bharat-services-section {
        padding: 100px 0;
    }

    .bharat-services-tool-one {
        font-size: 120px;
    }

    .bharat-services-tool-two {
        font-size: 110px;
    }

    .bharat-services-tool-three {
        font-size: 100px;
    }

    .bharat-services-tool-four {
        font-size: 120px;
    }

    .bharat-services-tool-five,
    .bharat-services-tool-six,
    .bharat-services-tool-seven,
    .bharat-services-tool-eight,
    .bharat-services-tool-nine,
    .bharat-services-tool-ten,
    .bharat-services-tool-eleven,
    .bharat-services-tool-twelve {
        font-size: 80px;
    }

}


@media (max-width:768px) {

    .bharat-services-section {
        padding: 80px 0;
    }

    .bharat-services-tool {
        display: none;
    }

}

@media (max-width:576px) {

    .bharat-services-section {
        padding: 70px 0;
    }

}



.bharat-services-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef5ff, #ffffff);
}


.bharat-services-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.bharat-services-tag {
    display: inline-block;
    padding: 10px 24px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bharat-services-title {
    font-size: 35px;
    font-weight: 800;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 15px;
}

.bharat-services-description {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
}

.bharat-services-description strong {
    color: #111111;
}



.bharat-service-card {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8eef9;
    transition: 0.5s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.bharat-service-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 25px 60px rgba(13, 110, 253, 0.18);
    border-color: #0d6efd40;

}



.bharat-service-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.bharat-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}

.bharat-service-card:hover .bharat-service-image img {
    transform: scale(1.12);
}



.bharat-service-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 18%), rgb(0 0 0 / 9%));
    z-index: 1;
}


.bharat-service-content {
    padding: 30px;
    position: relative;
}


.bharat-service-line {
    width: 70px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg, #000000, #777777a1);
    margin-bottom: 22px;
}


.bharat-service-title {
    font-size: 25px;
    font-weight: 700;
    color: #111111;
    line-height: 1.4;
    margin-bottom: 3px;
}


.bharat-service-text {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
}

.bharat-service-text strong {
    color: #000000;
}


.bharat-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

.bharat-service-btn span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #000000, #33333357);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: 0.4s;
}

.bharat-service-btn:hover {
    color: #000;
}

.bharat-service-btn:hover span {
    transform: translateX(6px);
}


@media(max-width:1024px) {

    .bharat-services-title {
        font-size: 46px;
    }

}

@media(max-width:768px) {

    .bharat-services-section {
        padding: 40px 0px;
    }

    .bharat-services-title {
        font-size: 36px;
    }

    .bharat-services-description {
        font-size: 16px;
    }

    .bharat-service-title {
        font-size: 22px;
    }

    .bharat-service-image {
        height: 220px;
    }

    .bharat-service-text {
        min-height: auto;
    }

}

@media(max-width:480px) {

    .bharat-services-title {
        font-size: 20px;
    }

    .bharat-service-card {
        border-radius: 10px;
    }

    .bharat-service-content {
        padding: 20px;
    }

    .bharat-service-image {
        height: 200px;
    }

    .bharat-service-btn {
        width: 100%;
        justify-content: space-between;
    }


    .bharat-services-heading {
        text-align: left;
        margin-bottom: 25px;
    }


    .bharat-service-line {
        margin-bottom: 10px;
    }

}







.bharat-choose-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    background: #ffffff;
}


.bharat-shape-one {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 35px;
    background: linear-gradient(135deg, rgb(216 218 222), rgb(216 218 222));
    transform: rotate(25deg);
    top: 140px;
    right: 120px;
    z-index: 1;
}

.bharat-shape-two {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(216 218 222), rgb(216 218 222));
    bottom: 140px;
    left: 90px;
    z-index: 1;
}

.bharat-shape-three {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(216 218 222), rgb(216 218 222));
    transform: rotate(-35deg);
    top: 45%;
    left: 8%;
    z-index: 1;
}

.bharat-shape-four {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 35px solid rgb(216 218 222);
    top: 55%;
    right: -60px;
    z-index: 1;
}

.bharat-shape-five {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 25px;
    background: linear-gradient(135deg, rgb(216 218 222), rgb(216 218 222));
    transform: rotate(18deg);
    bottom: 60px;
    right: 28%;
    z-index: 1;
}

.bharat-choose-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.bharat-choose-tag {
    display: inline-block;
    padding: 10px 24px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.bharat-choose-title {
    font-size: 35px;
    font-weight: 800;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 15px;
}

.bharat-choose-description {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
}

.bharat-choose-description strong {
    color: #000000;
}



.bharat-choose-card {
    position: relative;
    z-index: 2;
    height: 100%;
    background: #ffffff;
    border-radius: 30px;
    padding: 35px 30px;
    transition: 0.5s;
    border: 1px solid #edf2fb;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);

}

.bharat-choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(13, 110, 253, 0.12);
    border-color: #0d6efd30;

}

.bharat-choose-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #6d6d6d, #4c4c4c);
}

.bharat-choose-icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: linear-gradient(135deg, #3e3e3e, #848484);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 28px;
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.20);
    transition: 0.4s;
}

.bharat-choose-card:hover .bharat-choose-icon {
    transform: scale(1.08) rotate(-6deg);
}

.bharat-choose-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    line-height: 1.5;
    margin-bottom: 5px;
}

.bharat-choose-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.bharat-choose-card-text strong {
    color: #000000;
}



@media(max-width:1024px) {

    .bharat-choose-title {
        font-size: 46px;
    }

}

@media(max-width:768px) {

    .bharat-choose-section {
        padding: 40px 0px;
    }

    .bharat-choose-title {
        font-size: 36px;
    }

    .bharat-choose-description {
        font-size: 16px;
    }

    .bharat-choose-card-title {
        font-size: 22px;
    }

    .bharat-choose-card-text {
        min-height: auto;
    }

}

@media(max-width:480px) {

    .bharat-choose-title {
        font-size: 20px;
    }

    .bharat-choose-card {
        padding: 19px 16px;
        border-radius: 10px;
    }

    .bharat-choose-icon {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin-bottom: 16px;
    }


    .bharat-choose-heading {
        text-align: left;
        margin-bottom: 25px;
    }

    .bharat-choose-tag {
        padding: 10px 18px;
        font-size: 15px;
        margin-bottom: 18px;
    }



}






.bharat-process-section {
    position: relative;
    padding: 80px 20px;
    background: #f7fbff;
    overflow: hidden;
}



.bharat-tool {
    position: absolute;
    color: rgb(0 0 0 / 8%);
    z-index: 1;
    pointer-events: none;
}

.bharat-tool-1 {
    font-size: 130px;
    top: 80px;
    left: 5%;
    transform: rotate(-20deg);
}

.bharat-tool-2 {
    font-size: 180px;
    top: 9%;
    right: 3%;
    transform: rotate(25deg);
}

.bharat-tool-3 {
    font-size: 140px;
    bottom: 15%;
    left: 8%;
    transform: rotate(-30deg);
}

.bharat-tool-4 {
    font-size: 170px;
    bottom: 8%;
    right: 4%;
    transform: rotate(20deg);
}



.bharat-process-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.bharat-process-tag {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: #d9d9d9;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bharat-process-title {
    font-size: 35px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.bharat-process-description {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

.bharat-process-description strong {
    color: #000000;
}



.bharat-process-card {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px 19px;
    border-radius: 30px;
    text-align: center;
    height: 100%;
    border: 1px solid #edf2fb;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.bharat-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(13, 110, 253, 0.15);
}



.bharat-process-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    font-weight: 800;
    color: #e3e7eb;
    line-height: 1;
}



.bharat-process-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 25px;
    background: linear-gradient(135deg, #797979, #505050);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.bharat-process-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111;
}

.bharat-process-card p {
    color: #666;
    line-height: 1.5;
    font-size: 15px;
}



@media(max-width:991px) {

    .bharat-process-title {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .bharat-process-section {
        padding: 40px 0px;
    }

    .bharat-process-title {
        font-size: 34px;
    }

    .bharat-process-description {
        font-size: 16px;
    }

    .bharat-tool {
        display: none;
    }

}

@media(max-width:480px) {

    .bharat-process-title {
        font-size: 20px;
    }

    .bharat-process-card {
        padding: 20px 10px;
        border-radius: 10px;
    }

    .bharat-process-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .bharat-process-heading {
        text-align: left;
        margin-bottom: 25px;
    }


    .bharat-process-number {
        top: 10px;
        right: 12px;
        font-size: 46px;
    }

}






.bharat-brands-section {
    padding: 80px 0;
    background: #ffffff;
}

.bharat-brands-heading {
    margin: 0 auto 41px;
    text-align: center;
}

.bharat-brands-tag {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.bharat-brands-title {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
}

.bharat-brands-description {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

.bharat-brands-description strong {
    color: #000000;
}



.bharat-brand-card {
    height: 120px;
    background: linear-gradient(45deg, black, #8c8c8c);
    border: 1px solid #edf1f7;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.bharat-brand-card:hover {
    transform: translateY(-8px);
    border-color: #000000;
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.12);
}

.bharat-brand-card h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #ffff;
}


@media (max-width:991px) {

    .bharat-brands-title {
        font-size: 40px;
    }

}

@media (max-width:768px) {

    .bharat-brands-section {
        padding: 40px 0;
    }

    .bharat-brands-title {
        font-size: 32px;
    }

    .bharat-brands-description {
        font-size: 16px;
    }

    .bharat-brand-card {
        height: 100px;
    }

    .bharat-brand-card h3 {
        font-size: 22px;
    }

}

@media (max-width:576px) {

    .bharat-brands-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .bharat-brand-card {
        height: 90px;
    }

    .bharat-brand-card h3 {
        font-size: 20px;
    }


    .bharat-brands-heading {
        margin: 0 auto 25px;
        text-align: left;
    }

}





.bharat-contact-section {
    padding: 80px 0;
    background: #f8fbff;
}


.bharat-contact-heading {
    text-align: center;
    margin: 0 auto 40px;
}

.bharat-contact-tag {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #111111;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bharat-contact-title {
    font-size: 35px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.bharat-contact-description {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

.bharat-contact-description strong {
    color: #111111;
}



.bharat-contact-card {
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 30px;
    text-align: center;
    transition: all .4s ease;
    border: 1px solid #edf2f7;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bharat-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1d1d1e, #7f8081);
}

.bharat-contact-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(13, 110, 253, .12);
}


.bharat-contact-card-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 30px;
    transition: .4s;
}

.bharat-contact-card:hover .bharat-contact-card-icon {
    background: #111111;
    color: #fff;
    transform: rotate(10deg);
}



.bharat-contact-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.bharat-contact-label {
    color: #888;
    margin-bottom: 5px;
    font-size: 16px;
}

.bharat-contact-card a {
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}



@media(max-width:991px) {
    .bharat-contact-title {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .bharat-contact-section {
        padding: 90px 0;
    }

    .bharat-contact-title {
        font-size: 34px;
    }

    .bharat-contact-description {
        font-size: 16px;
    }

    .bharat-contact-card {
        padding: 25px 15px;
        border-radius: 10px;
    }

}

@media(max-width:576px) {

    .bharat-contact-section {
        padding: 40px 0;
    }

    .bharat-contact-title {
        font-size: 21px;
    }

    .bharat-contact-card-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .bharat-contact-card h3 {
        font-size: 22px;
    }

    .bharat-contact-card a {
        font-size: 16px;
    }

    .bharat-contact-heading {
        text-align: left;
        margin: 0 auto 20px;
    }

}





.bharat-footer {
    background: #0f172a;
    padding: 90px 0 0;
}



.bharat-footer-widget {
    margin-bottom: 40px;
}



.bharat-footer-logo {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}



.bharat-footer-text {
    color: #cbd5e1;
    line-height: 1.9;
    margin-bottom: 25px;
}



.bharat-footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}



.bharat-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bharat-footer-links li {
    margin-bottom: 14px;
}

.bharat-footer-links a {
    text-decoration: none;
    color: #cbd5e1;
    transition: .3s;
}

.bharat-footer-links a:hover {
    color: #d9d9d9;
    padding-left: 6px;
}



.bharat-footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    color: #cbd5e1;
}

.bharat-footer-contact-item i {
    color: #d9d9d9;
    margin-top: 4px;
}



.bharat-footer-social {
    display: flex;
    gap: 12px;
}

.bharat-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

.bharat-footer-social a:hover {
    background: #9d9999;
    transform: translateY(-4px);
}



.bharat-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 30px;
    padding: 25px 0;
    text-align: center;
}

.bharat-footer-bottom p {
    color: #94a3b8;
    margin: 0;
}


@media(max-width:991px) {

    .bharat-footer {
        padding: 70px 0 0;
    }

    .bharat-footer-logo {
        font-size: 28px;
    }

}

@media(max-width:767px) {

    .bharat-footer {
        padding: 60px 0 0;
        text-align: center;
    }

    .bharat-footer-social {
        justify-content: left;
    }

    .bharat-footer-contact-item {
        justify-content: center;
        text-align: left;
    }

    .bharat-footer-title {
        margin-top: 10px;
    }

}

@media(max-width:575px) {

    .bharat-footer-logo {
        font-size: 24px;
    }

    .bharat-footer-title {
        font-size: 20px;
    }

    .bharat-footer-contact-item {
        flex-direction: inherit;
        gap: 8px;
        align-items: start;
        text-align: left;
        justify-content: left;
    }

    .bharat-footer-widget {
        margin-bottom: 30px;
        text-align: left;
    }

    .bharat-footer-text {
        line-height: 1.5;
        margin-bottom: 17px;
    }


    .bharat-footer-links {
        line-height: 1;
    }
}









.bharat-floating-widget {
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 99999;
}


.bharat-buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bharat-whatsapp-btn,
.bharat-call-btn {
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    transition: .4s;
}

.bharat-whatsapp-btn {
    background: #25D366;
    box-shadow: 0 10px 25px rgba(37, 211, 102, .35);
}

.bharat-call-btn {
    background: #fd0d0d;
    box-shadow: 0 10px 25px rgba(109, 31, 2, 0.35);
}

.bharat-whatsapp-btn:hover,
.bharat-call-btn:hover {
    transform: translateY(-5px);
    color: #fff;
}



.bharat-chat-box {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    display: none;
}

.bharat-chat-box.active {
    display: block;
    animation: bharatSlideUp .4s ease;
}

@keyframes bharatSlideUp {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.bharat-chat-header {
    background: #25D366;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bharat-chat-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bharat-chat-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bharat-chat-profile h4 {
    margin: 0;
    font-size: 17px;
}

.bharat-online-status {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bharat-dot {
    width: 8px;
    height: 8px;
    background: #00ff66;
    border-radius: 50%;
}

.bharat-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.bharat-chat-body {
    background: #ece5dd;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 90px;
}



.bharat-message {
    background: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    max-width: 90%;
    width: max-content;
    display: none;
    animation: fadeIn .5s ease;
}

@keyframes fadeIn {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.bharat-service-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bharat-service-buttons a {
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
}

.bharat-service-buttons a:hover {
    background: #1fb857;
}



@media(max-width:768px) {
    .bharat-chat-box {
        position: fixed;
        left: 10px;
        right: 10px;
        width: auto;
        height: 75vh;
        bottom: 90px;
    }
}

@media(max-width:480px) {

    .bharat-floating-widget {
        right: 15px;
        bottom: 67px;
    }

    .bharat-whatsapp-btn,
    .bharat-call-btn {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }

    .bharat-chat-box {
        left: 8px;
        right: 8px;
        height: 72vh;
        border-radius: 18px;
    }

    .bharat-chat-profile h4 {
        font-size: 15px;
    }



    .bharat-message {
        background: #fff;
        padding: 6px 9px;
        border-radius: 12px;
        margin-bottom: 10px;
        max-width: 100%;
        width: max-content;
        display: none;
        animation: fadeIn .5s ease;
    }
}







.ac-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/Ac-img/hero-ac.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}



.ac-hero-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ac-hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.ac-hero-description {
    font-size: 19px;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 30px;
    font-weight: 800;
}



.ac-hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.ac-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #334155;
}





.ac-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}



.ac-query-form {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.ac-query-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.ac-query-form .form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #dbeafe;
}

.ac-query-form textarea.form-control {
    height: auto;
}



@media(max-width:991px) {

    .ac-hero-section {
        padding: 80px 0;
    }

    .ac-hero-title {
        font-size: 42px;
    }

    .ac-query-form {
        margin-top: 40px;
    }
}

@media(max-width:768px) {

    .ac-hero-title {
        font-size: 34px;
    }

    .ac-hero-description {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
    }

    .ac-hero-features {
        grid-template-columns: 1fr;
    }

    .ac-hero-buttons {
        flex-direction: column;
    }

    .ac-call-btn,
    .ac-whatsapp-btn {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:576px) {

    .ac-hero-section {
        padding: 30px 0;
        height: 100%;
    }

    .ac-hero-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .ac-query-form {
        padding: 25px;
    }
}






.ac-overview-section {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}


.ac-overview-image {
    position: relative;
}

.ac-overview-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}



.ac-overview-tag {
    display: inline-block;
    background: #d9d9d9;
    color: #111111;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ac-overview-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 8px;
}

.ac-overview-description {
    font-size: 17px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 10px;
}



.ac-overview-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.ac-feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #f8fafc;
    border-radius: 12px;
    font-weight: 600;
    color: #334155;
}





@media(max-width:991px) {

    .ac-overview-section {
        padding: 80px 0;
    }

    .ac-overview-content {
        margin-top: 40px;
    }

    .ac-overview-title {
        font-size: 38px;
    }

}

@media(max-width:768px) {

    .ac-overview-title {
        font-size: 30px;
    }

    .ac-overview-description {
        font-size: 16px;
    }

    .ac-overview-features {
        grid-template-columns: 1fr;
    }

}

@media(max-width:576px) {

    .ac-overview-section {
        padding: 40px 0;
    }

    .ac-overview-title {
        font-size: 20px;
    }

    .ac-feature-box {
        padding: 12px 15px;
    }

}





.ac-problems-section {
    padding: 80px 0;
    background: #ffff;
}

.ac-problems-heading {
    text-align: center;
    margin: 0 auto 40px;
}

.ac-problems-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #0e1629;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ac-problems-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.ac-problems-description {
    font-size: 18px;
    line-height: 1.5;
    color: #64748b;
}

.ac-problem-card {

    background: #ffffff;

    padding: 35px 30px;

    border-radius: 20px;

    height: 100%;

    text-align: center;

    transition: .4s;

    border: 1px solid #e2e8f0;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.ac-problem-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .10);
}

.ac-problem-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: linear-gradient(45deg, black, #d9d9d9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-problem-icon i {
    font-size: 30px;
    color: #ffff;
}

.ac-problem-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.ac-problem-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}



@media(max-width:991px) {

    .ac-problems-section {
        padding: 80px 0;
    }

    .ac-problems-title {
        font-size: 38px;
    }

}

@media(max-width:768px) {

    .ac-problems-title {
        font-size: 30px;
    }

    .ac-problems-description {
        font-size: 16px;
    }

    .ac-problem-card {
        padding: 30px 25px;
    }

}

@media(max-width:576px) {

    .ac-problems-section {
        padding: 60px 0;
    }

    .ac-problems-title {
        font-size: 20px;
    }

    .ac-problem-card-title {
        font-size: 20px;
    }

    .ac-problem-card-text {
        font-size: 14px;
    }

}







.ac-bento-section {
    padding: 80px 0;
    background: #f8fafc;
}

.ac-bento-heading {
    text-align: center;
    margin: 0 auto 40px;
}

.ac-bento-tag {
    display: inline-block;
    padding: 8px 22px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ac-bento-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.ac-bento-description {
    font-size: 18px;
    line-height: 1.5;
    color: #64748b;
}



.ac-bento-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}

.ac-large-card {

    grid-column: span 2;

    grid-row: span 2;

    min-height: 600px;
}

/* Card */

.ac-bento-card {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    min-height: 280px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    transition: .4s ease;
}

.ac-bento-card:hover {
    transform: translateY(-10px);
}

.ac-bento-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-bento-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 57%), rgba(0, 0, 0, .20));
}

.ac-bento-content {

    position: absolute;

    bottom: 25px;

    left: 25px;

    right: 25px;

    z-index: 2;

    color: #fff;
}

.ac-bento-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ac-bento-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}



@media(max-width:1200px) {

    .ac-bento-grid {

        grid-template-columns: repeat(3, 1fr);
    }

    .ac-large-card {

        grid-column: span 2;
    }
}

@media(max-width:991px) {

    .ac-bento-grid {

        grid-template-columns: repeat(2, 1fr);
    }

    .ac-large-card {

        grid-column: span 2;

        min-height: 450px;
    }

    .ac-bento-title {

        font-size: 38px;
    }
}

@media(max-width:768px) {

    .ac-bento-grid {

        grid-template-columns: 1fr;
    }

    .ac-large-card {

        grid-column: span 1;

        min-height: 350px;
    }

    .ac-bento-card {

        min-height: 320px;
    }

    .ac-bento-title {

        font-size: 30px;
    }

    .ac-problems-section {
        padding: 40px 0;
    }

    .ac-problems-heading {
        text-align: left;
        margin: 0 auto 20px;
    }
}

@media(max-width:576px) {

    .ac-bento-section {
        padding: 40px 0;
    }


    .ac-bento-heading {
        text-align: left;
        margin: 0 auto 40px;
    }

    .ac-bento-title {
        font-size: 19px;
    }

    .ac-bento-description {

        font-size: 15px;
    }

    .ac-bento-content {

        left: 20px;

        right: 20px;

        bottom: 20px;
    }

    .ac-bento-content h3 {

        font-size: 20px;
    }

    .ac-bento-content p {

        font-size: 14px;
    }
}







.ac-premium-section {
    padding: 80px 0;
    background: #f8fafc;
}


.ac-premium-heading {
    text-align: center;
    margin: 0 auto 40px;
}

.ac-premium-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.ac-premium-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.ac-premium-description {
    font-size: 18px;
    line-height: 1.5;
    color: #64748b;
}



.ac-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}



.ac-premium-card {
    position: relative;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: .4s;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #d9d9d9, #0f172a);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.ac-premium-card:hover {
    transform: translateY(-12px);
}

.ac-premium-image {
    overflow: hidden;
}

.ac-premium-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .6s;
}

.ac-premium-card:hover img {
    transform: scale(1.08);
}

.ac-premium-content {
    padding: 20px 20px 20px;
}

.ac-card-badge {
    display: inline-block;
    padding: 7px 16px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 11px;
}

.ac-premium-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.ac-premium-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}



@media(max-width:991px) {

    .ac-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ac-premium-title {
        font-size: 38px;
    }

}

@media(max-width:768px) {



    .ac-premium-grid {
        grid-template-columns: 1fr;
    }

    .ac-premium-title {
        font-size: 30px;
    }

}

@media(max-width:576px) {

    .ac-premium-section {
        padding: 40px 0;
    }

    .ac-premium-heading {
        text-align: left;
        margin: 0 auto 20px;
    }

    .ac-premium-title {
        font-size: 20px;
    }

    .ac-premium-description {
        font-size: 15px;
    }

    .ac-premium-image img {
        height: 220px;
    }

    .ac-premium-content {
        padding: 22px;
    }

}


.ac .bharat-contact-section {
    padding: 80px 0;
    background: #ffff;
}








.wash-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/washing-img/wash-hero.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}

.wash-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.wash-hero-content {

    flex: 1;
}

.wash-hero-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wash-hero-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}

.wash-hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
    margin-bottom: 30px;
}

.wash-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.wash-hero-features span {
    background: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}




@media(max-width:991px) {

    .wash-hero-wrapper {
        flex-direction: column;
    }

    .wash-hero-title {
        font-size: 48px;
    }

    .wash-hero-form-box {
        width: 100%;
    }

}

@media(max-width:768px) {

    .wash-hero-section {
        padding: 80px 0;
    }

    .wash-hero-title {
        font-size: 38px;
    }

    .wash-hero-description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

}

@media(max-width:576px) {

    .wash-hero-section {
        padding: 50px 0;
        height: 100%;
    }


    .wash-hero-badge {
        padding: 10px 16px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .wash-hero-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .wash-hero-buttons {
        flex-direction: column;
    }

    .wash-hero-wrapper {
        display: flex;
        align-items: normal;
        gap: 20px;
    }

    .wash-call-btn,
    .wash-book-btn {
        text-align: center;
    }

    .wash-hero-form-box {
        padding: 25px;
    }

}






.wash-overview-section {
    padding: 80px 0;
    background: #ffffff;
}

.wash-overview-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.wash-overview-image {
    flex: 1;
}

.wash-overview-image img {
    width: 100%;
    border-radius: 25px;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.wash-overview-content {
    flex: 1;
}

.wash-overview-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wash-overview-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wash-overview-description {
    font-size: 17px;
    line-height: 1.5;
    color: #64748b;
}

.wash-overview-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.wash-overview-feature {
    background: #f8fafc;
    padding: 15px 20px;
    border-radius: 15px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wash-overview-feature span {
    width: 28px;
    height: 28px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}



@media(max-width:991px) {

    .wash-overview-wrapper {
        flex-direction: column;
    }

    .wash-overview-title {
        font-size: 36px;
    }

}

@media(max-width:768px) {

    .wash-overview-section {
        padding: 80px 0;
    }

    .wash-overview-title {
        font-size: 30px;
    }

    .wash-overview-description {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 400;
    }

}

@media(max-width:576px) {

    .wash-overview-section {
        padding: 40px 0;
    }

    .wash-overview-title {
        font-size: 18px;
    }

    .wash-overview-features {
        grid-template-columns: 1fr;
    }


    .wash-overview-wrapper {
        gap: 30px;
    }

}




.wash-glass-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
}

.wash-glass-heading {
    margin: auto;
    margin-bottom: 40px;
}

.wash-glass-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wash-glass-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.wash-glass-description {
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
}

/* Card */

.wash-glass-card {
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s;
}

.wash-glass-card:hover {
    transform: translateY(-10px);
}

.wash-glass-image {
    overflow: hidden;
}

.wash-glass-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .6s;
}

.wash-glass-card:hover img {
    transform: scale(1.08);
}

.wash-glass-content {
    padding: 20px;
}

.wash-service-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wash-glass-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.wash-glass-content p {
    color: #64748b;
    margin: 0;
}



@media(max-width:991px) {

    .wash-glass-title {
        font-size: 36px;
    }

}

@media(max-width:768px) {

    .wash-glass-section {
        padding: 80px 0;
    }

    .wash-glass-title {
        font-size: 30px;
    }

}

@media(max-width:576px) {

    .wash-glass-section {
        padding: 40px 0;
    }


    .wash-glass-content p {
        font-size: 14px;
    }

    .wash-glass-heading {
        margin: auto;
        margin-bottom: 20px;
        text-align: left !important;
    }

    .wash-glass-title {
        font-size: 19px;
    }

    .wash-glass-content h3 {
        font-size: 18px;
    }

    .wash-glass-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .wash-glass-image img {
        height: 220px;
    }

    .wash-glass-content {
        padding: 20px;
    }

}




.wash-problem-section {
    padding: 80px 0;
    background: #f8fafc;
}

.wash-problem-heading {
    margin: auto;
    margin-bottom: 40px;
}

.wash-problem-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wash-problem-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.wash-problem-description {
    font-size: 17px;
    line-height: 1.5;
    color: #64748b;
}



.wash-problem-card {
    height: 100%;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    transition: .4s;
}

.wash-problem-card:hover {
    transform: translateY(-10px);
}

.wash-problem-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: linear-gradient(45deg, black, #d9d9d9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wash-problem-icon i {
    font-size: 32px;
    color: #ffff;
}

.wash-problem-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.wash-problem-card p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}



@media(max-width:991px) {

    .wash-problem-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .wash-problem-section {
        padding: 80px 0;
    }

    .wash-problem-title {
        font-size: 30px;
    }

}

@media(max-width:576px) {

    .wash-problem-section {
        padding: 40px 0;
    }

    .wash-problem-title {
        font-size: 20px;
    }

    .wash-problem-description {
        font-size: 15px;
    }

    .wash-problem-card {
        padding: 25px;
    }

    .wash-problem-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .wash-problem-icon {
        width: 70px;
        height: 70px;
    }

    .wash-problem-icon i {
        font-size: 28px;
    }


    .ac .bharat-contact-section {
        padding: 40px 0;
    }

}







.fridge-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/fridge-img/fridge-hero.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}

.fridge-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.fridge-hero-content {
    flex: 1;
}

.fridge-hero-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fridge-hero-title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}

.fridge-hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
}

.fridge-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.fridge-feature {
    background: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.fridge-feature i {
    color: #22c55e;
    margin-right: 8px;
}

.fridge-hero-buttons {
    display: flex;
    gap: 15px;
}

.fridge-call-btn {
    text-decoration: none;
    background: #2563eb;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
}

.fridge-book-btn {
    text-decoration: none;
    background: #0f172a;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
}

/* Form */

.fridge-hero-form {
    width: 420px;
    background: #fff;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
}

.fridge-hero-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0f172a;
}

.fridge-hero-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fridge-hero-form input,
.fridge-hero-form select {
    width: 100%;
    height: 55px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 15px;
    outline: none;
}

.fridge-hero-form button {
    height: 55px;
    border: none;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive */

@media(max-width:991px) {

    .fridge-hero-wrapper {
        flex-direction: column;
    }

    .fridge-hero-title {
        font-size: 44px;
    }

    .fridge-hero-form {
        width: 100%;
        max-width: 600px;
    }

}

@media(max-width:768px) {

    .fridge-hero-section {
        padding: 80px 0;
    }

    .fridge-hero-title {
        font-size: 36px;
    }

    .fridge-hero-description {
        font-size: 16px;
    }

}

@media(max-width:576px) {

    .fridge-hero-section {
        padding: 40px 0;
        height: 100%;
    }

    .fridge-hero-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .fridge-hero-wrapper {
        gap: 20px;
    }

    .fridge-hero-wrapper {
        align-items: normal;
    }

    .fridge-hero-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fridge-hero-buttons {
        flex-direction: column;
    }

    .fridge-call-btn,
    .fridge-book-btn {
        text-align: center;
    }

    .fridge-hero-form {
        padding: 25px;
    }

}




.fridge-about-section {
    padding: 80px 0;
    background: #ffffff;
}

.fridge-about-image {
    position: relative;
}

.fridge-about-image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.fridge-about-content {
    padding-left: 20px;
}

.fridge-about-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fridge-about-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 10px;
}

.fridge-about-description {
    font-size: 16px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 10px;
}

.fridge-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.fridge-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}

.fridge-feature-item i {
    color: #22c55e;
    font-size: 18px;
}

.fridge-about-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.fridge-about-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

/*==============================
    RESPONSIVE
==============================*/

@media(max-width:991px) {

    .fridge-about-content {
        padding-left: 0;
    }

    .fridge-about-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .fridge-about-section {
        padding: 80px 0;
    }

    .fridge-about-title {
        font-size: 30px;
    }

    .fridge-about-features {
        grid-template-columns: 1fr;
    }

}

@media(max-width:576px) {

    .fridge-about-section {
        padding: 40px 0;
    }

    .fridge-about-title {
        font-size: 18px;
    }

    .fridge-about-description {
        font-size: 15px;
        margin-bottom: 0px;
    }


}




.fridge-overlay-services {
    padding: 80px 0;
    background: #f8fafc;
}

.fridge-overlay-heading {
    margin: auto;
    margin-bottom: 40px;
}

.fridge-overlay-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.fridge-overlay-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.fridge-overlay-description {
    font-size: 17px;
    line-height: 1.5;
    color: #64748b;
}

.fridge-overlay-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 330px;
    cursor: pointer;
}

.fridge-overlay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.fridge-overlay-card:hover img {
    transform: scale(1.1);
}

.fridge-overlay-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .15));
    z-index: 1;
}

.fridge-overlay-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 2;
    color: #fff;
}

.fridge-overlay-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fridge-overlay-content p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */

@media(max-width:991px) {

    .fridge-overlay-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .fridge-overlay-services {
        padding: 40px 0;
    }


    .fridge-overlay-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .fridge-overlay-title {
        font-size: 19px;
    }

    .fridge-overlay-description {
        font-size: 15px;
    }

    .fridge-overlay-card {
        height: 350px;
    }

    .fridge-overlay-content h3 {
        font-size: 22px;
    }

}





.fridge-problems-section {
    padding: 80px 0;
    background: #ffff;
}


.fridge-problems-heading {
    margin: auto;
    margin-bottom: 40px;
}

.fridge-problems-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.fridge-problems-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.fridge-problems-description {
    font-size: 17px;
    line-height: 1.5;
    color: #64748b;
}

/* Card */

.fridge-problem-card {
    background: #fff;
    height: 100%;
    padding: 30px 25px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .4s;
}

.fridge-problem-card:hover {
    transform: translateY(-8px);
}

.fridge-problem-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    background: linear-gradient(45deg, black, #d9d9d9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fridge-problem-icon i {
    font-size: 34px;
    color: #ffff;
}

.fridge-problem-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.fridge-problem-card p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}



@media(max-width:991px) {

    .fridge-problems-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .fridge-problems-section {
        padding: 40px 0;
    }

    .fridge-problems-title {
        font-size: 23px;
    }

    .fridge-problems-description {
        font-size: 14px;
    }

    .fridge-problem-card h3 {
        font-size: 20px;
    }

    .fridge-problem-card {
        padding: 25px 20px;
    }

    .fridge-problems-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .fridge-problem-icon {
        width: 70px;
        height: 70px;
    }

    .fridge-problem-icon i {
        font-size: 28px;
    }

}









.microwave-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/microwave-img/micro-hero.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}

.microwave-hero-content {
    padding-right: 30px;
}

.microwave-hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.microwave-hero-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffff;
    margin-bottom: 25px;
}

.microwave-hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
}




@media(max-width:991px) {

    .microwave-hero-section {
        padding: 90px 0;
    }

    .microwave-hero-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .microwave-hero-title {
        font-size: 42px;
    }

    .microwave-hero-features {
        justify-content: center;
    }

    .microwave-hero-buttons {
        justify-content: center;
    }

}

@media(max-width:768px) {

    .microwave-hero-title {
        font-size: 34px;
    }

    .microwave-hero-description {
        font-size: 16px;
    }

}

@media(max-width:576px) {

    .microwave-hero-section {
        padding: 50px 0;
        height: 100%;
    }

    .microwave-hero-content {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: left;
    }

    .microwave-hero-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .microwave-hero-badge {
        padding: 10px 16px;
    }

    .microwave-hero-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .microwave-hero-buttons {
        flex-direction: column;
    }

    .microwave-call-btn,
    .microwave-book-btn {
        width: 100%;
        justify-content: center;
    }

    .microwave-feature {
        width: 100%;
        text-align: center;
    }

}





.microwave-about-section {
    padding: 80px 0;
    background: #ffffff;
}

.microwave-about-image {
    overflow: hidden;
    border-radius: 25px;
}

.microwave-about-image img {
    width: 100%;
    border-radius: 25px;
    display: block;
    transition: .5s;
}

.microwave-about-image:hover img {
    transform: scale(1.05);
}

.microwave-about-content {
    padding-left: 20px;
}

.microwave-about-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.microwave-about-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.microwave-about-text {
    font-size: 16px;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 10px;
}


@media(max-width:991px) {

    .microwave-about-content {
        padding-left: 0;
    }

    .microwave-about-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .microwave-about-section {
        padding: 80px 0;
    }

    .microwave-about-title {
        font-size: 30px;
    }

    .microwave-about-features {
        grid-template-columns: 1fr;
    }

}

@media(max-width:576px) {

    .microwave-about-section {
        padding: 40px 0;
    }

    .microwave-about-title {
        font-size: 19px;
    }

    .microwave-about-text {
        font-size: 14px;
        margin-bottom: 0px;
    }


}








.microwave-bento-section {
    padding: 80px 0;
    background: #f8fafc;
}

.microwave-bento-header {
    margin: auto;
    margin-bottom: 40px;
}

.microwave-bento-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.microwave-bento-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.microwave-bento-desc {
    color: #64748b;
    line-height: 1.8;
    font-size: 17px;
}



.microwave-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


.microwave-bento-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 320px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
    transition: .4s;
}

.microwave-bento-card:hover {
    transform: translateY(-10px);
}

.microwave-bento-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: .6s;
}

.microwave-bento-card:hover img {
    transform: scale(1.08);
}

.microwave-bento-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .2));
    z-index: 1;
}

.microwave-bento-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 2;
    color: #fff;
}

.microwave-bento-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.microwave-bento-content p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Large Cards */

.large-card {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 660px;
}

.wide-card {
    grid-column: span 2;
}



@media(max-width:991px) {

    .microwave-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .large-card,
    .wide-card {
        grid-column: span 2;
    }

    .microwave-bento-title {
        font-size: 34px;
    }

}


@media(max-width:767px) {

    .microwave-bento-section {
        padding: 40px 0;
    }

    .microwave-bento-header {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .microwave-bento-grid {
        grid-template-columns: 1fr;
    }

    .large-card,
    .wide-card {
        grid-column: span 1;
        min-height: 350px;
    }

    .microwave-bento-card {
        min-height: 320px;
    }

    .microwave-bento-title {
        font-size: 18px;
    }

    .microwave-bento-desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .microwave-bento-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .microwave-bento-content h3 {
        font-size: 20px;
    }

    .microwave-bento-content p {
        line-height: 1.5;
    }

}






.microwave-problems-section {
    padding: 80px 0;
    background: #ffff;
}

.microwave-problems-header {
    margin: auto;
    margin-bottom: 40px;
}

.microwave-problems-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.microwave-problems-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.microwave-problems-desc {
    font-size: 17px;
    line-height: 1.5;
    color: #64748b;
}


.microwave-problem-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.microwave-problem-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #000000;
    transform: scaleX(0);
    transition: .4s;
}

.microwave-problem-card:hover::before {
    transform: scaleX(1);
}

.microwave-problem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .10);
}

.microwave-problem-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    background: linear-gradient(45deg, black, #d9d9d9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.microwave-problem-icon i {
    font-size: 32px;
    color: #ffff;
}

.microwave-problem-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.microwave-problem-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}



@media(max-width:991px) {

    .microwave-problems-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .microwave-problems-section {
        padding: 40px 0;
    }

    .microwave-problems-title {
        font-size: 28px;
    }

    .microwave-problems-desc {
        font-size: 15px;
    }

    .microwave-problem-card {
        padding: 30px 25px;
    }

}

@media(max-width:576px) {

    .microwave-problems-title {
        font-size: 20px;
    }

    .microwave-problems-header {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .microwave-problem-icon {
        width: 70px;
        height: 70px;
    }

    .microwave-problem-icon i {
        font-size: 28px;
    }

    .microwave-problem-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }


    .microwave-problem-card p {
        line-height: 1.4;
        font-size: 14px;
    }

}







.ro-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/ro-img/ro-hero.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}


.ro-hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #111111;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ro-hero-title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffff;
    margin-bottom: 25px;
}

.ro-hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #ffff;
}


@media(max-width:991px) {

    .ro-hero-section {
        padding: 90px 0;
    }

    .ro-hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .ro-hero-title {
        font-size: 42px;
    }

    .ro-hero-features {
        justify-content: center;
    }

    .ro-hero-buttons {
        justify-content: center;
    }

}

@media(max-width:768px) {

    .ro-hero-title {
        font-size: 34px;
    }

    .ro-hero-description {
        font-size: 16px;
    }

}

@media(max-width:576px) {

    .ro-hero-section {
        padding: 50px 0;
        height: 100%;
    }

    .ro-hero-title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .ro-hero-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .ro-hero-buttons {
        flex-direction: column;
    }

    .ro-call-btn,
    .ro-book-btn {
        width: 100%;
        justify-content: center;
    }

    .ro-feature {
        width: 100%;
        text-align: center;
    }

    .ro-hero-content {
        text-align: left !important;
        margin-bottom: 30px;
    }

    .ro-hero-badge {
        padding: 10px 20px;
    }

}




.ro-about-section {
    padding: 80px 0;
    background: #ffffff;
}

.ro-about-image {
    overflow: hidden;
    border-radius: 25px;
}

.ro-about-image img {
    width: 100%;
    border-radius: 25px;
    display: block;
    transition: .5s;
}

.ro-about-image:hover img {
    transform: scale(1.05);
}

.ro-about-content {
    padding-left: 20px;
}

.ro-about-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ro-about-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ro-about-text {
    font-size: 16px;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 10px;
}







@media(max-width:991px) {

    .ro-about-content {
        padding-left: 0;
    }

    .ro-about-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .ro-about-section {
        padding: 80px 0;
    }

    .ro-about-title {
        font-size: 30px;
    }

}

@media(max-width:576px) {

    .ro-about-section {
        padding: 40px 0;
    }

    .ro-about-title {
        font-size: 19px;
    }

    .ro-about-text {
        font-size: 14px;
    }

}





.ro-service-panel-section {
    padding: 80px 0;
    background: #f8fafc;
}

.ro-service-panel-heading {
    margin: auto;
    margin-bottom: 40px;
}

.ro-service-panel-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.ro-service-panel-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.ro-service-panel-desc {
    color: #64748b;
    line-height: 1.5;
    font-size: 17px;
}


.ro-panel-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
}

.ro-panel-card:hover {
    transform: translateY(-10px);
}

.ro-panel-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(45deg, #000000, #8b6b6b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 2;
}

.ro-panel-image {
    overflow: hidden;
}

.ro-panel-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .6s;
}

.ro-panel-card:hover img {
    transform: scale(1.08);
}

.ro-panel-content {
    padding: 20px;
}

.ro-panel-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.ro-panel-content p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}


@media(max-width:991px) {

    .ro-service-panel-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .ro-service-panel-section {
        padding: 40px 0;
    }

    .ro-service-panel-title {
        font-size: 28px;
    }

    .ro-panel-image img {
        height: 230px;
    }

}

@media(max-width:576px) {

    .ro-service-panel-title {
        font-size: 19px;
    }

    .ro-service-panel-desc {
        font-size: 15px;
    }

    .ro-service-panel-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }


    .ro-panel-content p {
        line-height: 1.5;
        font-size: 14px;
    }

}






.ro-problems-section {
    padding: 80px 0 30px;
    background: #ffff;
}

.ro-problems-header {
    margin: auto;
    margin-bottom: 60px;
}

.ro-problems-tag {
    display: inline-block;
    padding: 8px 22px;
    background: #d9d9d9;
    color: #000000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ro-problems-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 5px;
}

.ro-problems-desc {
    font-size: 17px;
    color: #64748b;
    line-height: 1.9;
}

/* Card */

.ro-problem-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px 30px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .4s;
}

.ro-problem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}

.ro-problem-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    margin-top: -75px;
    margin-bottom: 20px;
    border-radius: 22px;
    background: linear-gradient(45deg, #000000, #d9d9d9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgb(181 181 181);
}

.ro-problem-icon i {
    color: #fff;
    font-size: 32px;
}

.ro-problem-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ro-problem-card p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}


@media(max-width:991px) {

    .ro-problems-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .ro-problems-section {
        padding: 70px 0;
    }

    .ro-problems-title {
        font-size: 28px;
    }

    .ro-problems-desc {
        font-size: 15px;
    }

    .ro-problem-card {
        margin-top: 40px;
    }

}

@media(max-width:576px) {

    .ro-problems-section {
        padding: 40px 0;
    }

    .ro-problems-title {
        font-size: 22px;
    }

    .ro-problems-header {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .ro-problem-card {
        padding: 35px 22px 0px;
    }

    .ro-problem-icon {
        width: 75px;
        height: 75px;
    }

    .ro-problem-icon i {
        font-size: 28px;
    }

    .ro-problems-desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .ro-problem-card h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

}









.geyser-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/geyser-img/geyser-hero.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 18%;
    display: flex;
    align-items: center;
}

.geyser-hero-content {
    padding-right: 30px;
}

.geyser-hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.geyser-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffff;
    margin-bottom: 25px;
}

.geyser-hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #ffff;
}






@media(max-width:991px) {

    .geyser-hero-section {
        padding: 90px 0;
    }

    .geyser-hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .geyser-hero-title {
        font-size: 42px;
    }



}

@media(max-width:768px) {

    .geyser-hero-title {
        font-size: 34px;
    }

    .geyser-hero-description {
        font-size: 16px;
    }

}

@media(max-width:576px) {

    .geyser-hero-section {
        padding: 50px 0;
        height: 100%;
    }

    .geyser-hero-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .geyser-hero-description {
        font-size: 15px;
        line-height: 1.5;
    }


    .geyser-hero-content {
        text-align: left !important;
        margin-bottom: 30px;
    }

    .geyser-hero-badge {
        padding: 10px 16px;
        line-height: 1.5;
    }


}






.geyser-about-section {
    padding: 80px 0;
    background: #ffffff;
}

.geyser-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.geyser-about-image img {
    width: 100%;
    border-radius: 30px;
    display: block;
    transition: .6s;
}

.geyser-about-image:hover img {
    transform: scale(1.05);
}

.geyser-about-content {
    padding-left: 20px;
}

.geyser-about-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #111111;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.geyser-about-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 0px;
}

.geyser-about-text {
    font-size: 16px;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 10px;
}

@media(max-width:991px) {

    .geyser-about-content {
        padding-left: 0;
    }

    .geyser-about-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .geyser-about-section {
        padding: 80px 0;
    }

    .geyser-about-title {
        font-size: 30px;
    }


}

@media(max-width:576px) {

    .geyser-about-section {
        padding: 40px 0;
    }

    .geyser-about-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .geyser-about-text {
        font-size: 15px;
    }



}






.geyser-services-section {
    padding: 80px 0;
    background: #f8fafc;
}

.geyser-services-header {
    margin: auto;
    margin-bottom: 40px;
}

.geyser-services-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.geyser-services-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.geyser-services-desc {
    color: #64748b;
    line-height: 1.5;
    font-size: 17px;
}

.geyser-magazine-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
}

.geyser-magazine-card:hover {
    transform: translateY(-8px);
}

.geyser-service-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 50% 0%;
}

.geyser-service-content {
    padding: 40px;
}

.service-no {
    font-size: 14px;
    font-weight: 700;
    color: #817676;
    letter-spacing: 2px;
}

.geyser-service-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin: 10px 0 15px;
}

.geyser-service-content p {
    color: #64748b;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:991px) {

    .geyser-services-title {
        font-size: 34px;
    }

    .geyser-service-image img {
        height: 280px;
    }

}

@media(max-width:768px) {

    .geyser-services-section {
        padding: 40px 0;
    }

    .geyser-services-title {
        font-size: 28px;
    }

    .geyser-service-content {
        padding: 25px;
        text-align: center;
    }

    .geyser-service-content h3 {
        font-size: 24px;
    }

    .geyser-service-image img {
        height: 240px;
    }

}

@media(max-width:576px) {

    .geyser-services-title {
        font-size: 24px;
    }

    .geyser-service-image img {
        height: 220px;
    }

    .geyser-services-header {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .geyser-services-desc {
        line-height: 1.5;
        font-size: 15px;
    }

    .geyser-service-content h3 {
        font-size: 20px;
        margin: 5px 0px 5px;
    }

    .geyser-service-content p {
        line-height: 1.5;
        font-size: 14px;
    }

}





.geyser-problems-section {
    padding: 80px 0;
    background: #ffff;
}

.geyser-problems-heading {
    margin: auto;
    margin-bottom: 40px;
}

.geyser-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.geyser-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.geyser-desc {
    color: #64748b;
    line-height: 1.5;
}


.geyser-problem-card {
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 20px #00000033;
}

.problem-top {
    height: 90px;
    background: linear-gradient(135deg, #040404, #d9d9d9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.problem-top i {
    font-size: 42px;
    color: #fff;
}

.problem-bottom {
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.problem-bottom h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.problem-bottom p {
    color: #64748b;
    line-height: 1.5;
}

.geyser-problem-card:hover {
    transform: translateY(-10px);
}


@media(max-width:768px) {

    .geyser-title {
        font-size: 28px;
    }

    .problem-bottom {
        min-height: auto;
    }

}

@media(max-width:576px) {

    .geyser-title {
        font-size: 24px;
    }



    .problem-top i {
        font-size: 34px;
    }

    .geyser-problems-section {
        padding: 40px 0;
    }

    .geyser-problems-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .geyser-title {
        font-size: 22px;
    }

    .problem-bottom {
        padding: 20px;
    }

    .problem-top {
        height: 82px;
    }


    .problem-bottom h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 8px;
    }

}






.chimney-hero-section {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/chimney-repair/chimney-service.png);
    height: 750px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
}


.chimney-hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.chimney-hero-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffff;
    margin-bottom: 25px;
}

.chimney-hero-description {
    font-size: 17px;
    line-height: 1.9;
    color: #ffff;
    margin-bottom: 0;
}

@media(max-width:991px) {

    .chimney-hero-section {
        padding: 90px 0;
    }

    .chimney-hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .chimney-hero-title {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .chimney-hero-title {
        font-size: 34px;
    }

    .chimney-hero-description {
        font-size: 16px;
    }

}

@media(max-width:576px) {

    .chimney-hero-section {
        padding: 50px 0;
        height: 100%;
    }

    .chimney-hero-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .chimney-hero-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .chimney-hero-content {
        text-align: left;
        margin-bottom: 30px;
    }

}





.chimney-about-section {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.chimney-about-image {
    position: relative;
}

.chimney-about-image img {
    width: 100%;
    border-radius: 25px;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.chimney-experience-box {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(45deg, black, #d9d9d9);
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    min-width: 160px;
    box-shadow: 0 15px 35px rgba(234, 88, 12, .25);
}

.chimney-experience-box h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.chimney-experience-box p {
    margin: 5px 0 0;
    font-size: 14px;
}

.chimney-about-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.chimney-about-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 5px;
}

.chimney-about-text {
    color: #64748b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}





@media(max-width:991px) {

    .chimney-about-section {
        padding: 80px 0;
    }

    .chimney-about-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .chimney-about-title {
        font-size: 28px;
    }

    .chimney-about-features {
        grid-template-columns: 1fr;
    }

    .chimney-experience-box {
        bottom: 15px;
        right: 15px;
        padding: 20px;
        min-width: 130px;
    }

    .chimney-experience-box h3 {
        font-size: 28px;
    }

}

@media(max-width:576px) {

    .chimney-about-section {
        padding: 40px 0;
    }

    .chimney-about-title {
        font-size: 24px;
    }

    .chimney-about-text {
        font-size: 15px;
    }

    .chimney-experience-box {
        display: none;
    }


    .chimney-about-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
}





.chimney-services-section {
    padding: 80px 0;
    background: #f8fafc;
}

.chimney-services-heading {
    margin: auto;
    margin-bottom: 40px;
}

.chimney-services-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.chimney-services-title {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.chimney-services-desc {
    color: #64748b;
    line-height: 1.5;
    font-size: 17px;
}


.chimney-ribbon-card {
    position: relative;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
}

.chimney-ribbon-card:hover {
    transform: translateY(-10px);
}

.chimney-ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: linear-gradient(45deg, black, #d9d9d9);
    color: #fff;
    padding: 8px 45px;
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.chimney-service-no {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(234, 88, 12, .10);
}

.chimney-service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.chimney-service-content {
    padding: 25px;
}

.chimney-service-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.chimney-service-content p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

@media(max-width:991px) {

    .chimney-services-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .chimney-services-section {
        padding: 70px 0;
    }

    .chimney-services-title {
        font-size: 28px;
    }

    .chimney-service-image img {
        height: 230px;
    }

}

@media(max-width:576px) {

    .chimney-services-section {
        padding: 40px 0;
    }

    .chimney-services-title {
        font-size: 21px;
    }

    .chimney-services-desc {
        font-size: 15px;
    }

    .chimney-service-image img {
        height: 210px;
    }

    .chimney-services-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .chimney-service-content {
        padding: 20px;
    }

    .chimney-service-content h3 {
        font-size: 17px;
    }

    .chimney-service-content p {
        font-size: 14px;
    }

}






.chimney-problems-section {
    padding: 80px 0;
    background: #ffff;
}

.chimney-heading {
    margin: auto;
    margin-bottom: 40px;
}

.chimney-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #d9d9d9;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.chimney-heading h2 {
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.chimney-heading p {
    color: #64748b;
    line-height: 1.5;
}


.chimney-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: .4s;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.chimney-card::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    right: -35px;
    background: #545151;
    border-radius: 50%;
    opacity: .15;
}

.chimney-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.chimney-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    background: linear-gradient(45deg, #505050, #a8a8a8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chimney-icon i {
    font-size: 30px;
    color: #ffff;
}

.chimney-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.chimney-card p {
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
}


@media(max-width:991px) {

    .chimney-heading h2 {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .chimney-problems-section {
        padding: 70px 0;
    }

    .chimney-heading h2 {
        font-size: 28px;
    }

}

@media(max-width:576px) {

    .chimney-problems-section {
        padding: 40px 0;
    }

    .chimney-heading h2 {
        font-size: 22px;
    }

    .chimney-card {
        padding: 25px 20px;
    }

    .chimney-heading {
        margin-bottom: 20px;
        text-align: left !important;
    }

    .chimney-card h3 {
        font-size: 18px;
    }

}






.thankyou-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #262626, #c4c4c4);
    position: relative;
    overflow: hidden;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    animation: floatShape 8s ease-in-out infinite;
}

.shape1 {
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    top: 8%;
    left: 5%;
}

.shape2 {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    top: 15%;
    right: 10%;
}

.shape3 {
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.08);
    bottom: 5%;
    left: 10%;
}

.shape4 {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    bottom: 10%;
    right: 5%;
}

@keyframes floatShape {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0px);
    }
}

.thankyou-card {
    width: 100%;
    max-width: 750px;
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 2;
    animation: cardFade 1s ease;
}

@keyframes cardFade {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.success-circle i {
    color: #fff;
    font-size: 55px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #d9d9d9;
    }

    70% {
        box-shadow: 0 0 0 25px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.thankyou-title {
    font-size: 52px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.thankyou-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 30px;
}

.service-info {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.service-info p {
    color: #334155;
    line-height: 1.9;
}

.thankyou-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.call-btn,
.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.call-btn {
    background: #ea580c;
    color: #fff;
}

.home-btn {
    background: linear-gradient(45deg, black, #d9d9d9);
    color: #fff;
}

.call-btn:hover,
.home-btn:hover {
    transform: translateY(-5px);
}


.service-info {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.service-info h3 {
    font-size: 22px;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-info p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:768px) {
    .thankyou-card {
        padding: 45px 25px;
    }

    .thankyou-title {
        font-size: 36px;
    }

    .thankyou-desc {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    .thankyou-title {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .success-circle {
        width: 85px;
        height: 85px;
        margin: 0 auto 19px;
    }

    .success-circle i {
        font-size: 42px;
    }

    .thankyou-buttons {
        flex-direction: column;
    }

    .call-btn,
    .home-btn {
        width: 100%;
    }


    .service-info {
        padding: 9px;
        border-radius: 15px;
    }


    .thankyou-page {
        padding: 7px;
    }


    .thankyou-desc {
        font-size: 15px;
        line-height: 1.5;
    }


    .service-info p {
        line-height: 1.4;
        font-size: 14px;
    }

    .thankyou-card {
        padding: 35px 15px;
    }
}