.bg-solar-panal {
    width: 100%;
    height: 446px;
    background: url("/assets/images/contact-us-banner.png");
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us-banner{
    width: 100%;
    height: 446px;
    background: url("/assets/images/about-us-banner.png");
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-content {
    z-index: 10;
}
.main-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 53px;
}
.main-text p {
    color: #ffffff;
    font-size: 24px;
}
.enquiry-form {
    border-radius: 10px;
}

.enquiery {
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}

.username {
    font-size: 20px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.btn {
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.addres {
    font-size: 18px;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}
.text {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #000000;
}
.map-container {
    position: relative;
    width: 100%;
    max-width: 600px;

    border-left: 2px solid #317ee2;
    border-bottom: 2px solid #317ee2;

    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.map-bg {
    background-color: #d4f7e2;
    position: relative;
}

.map-bg iframe {
    opacity: 0.9;
}

/* Container Styling */
.subscribe-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: radial-gradient(
        circle at center,
        #2da434 -8%,
        #000000 98%
    );
    width: 85% !important;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(5, 4, 4, 0.2); /* Subtle shadow */
    padding-left: 30px !important;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: -85px !important;
}

.subscribe-content h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.subscribe-content p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.subscribe-form input {
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    flex: 1;
    border: none;
    font-family: "Poppins", sans-serif;
}

.subscribe-form button {
    background-color: #f4b400;
    border: none;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 50px;

    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #d89d00;
}
.internal-wall-3 {
    background-image: url("/assets/images/internal\ wall\ 3.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.external-wall-3 {
    background-image: url("/assets/images/external-wall-3.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.cavity-walll-3rd {
    background-image: url("/assets/images/cavity-walll-3rd.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.loft-insulation-3rd {
    background-image: url("/assets/images/loft-insulation-3rd.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.solar-pv-service-3 {
    background-image: url("/assets/images/solar-pv-service-3.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-air-refresher-si {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/solar-installation-banner.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-li {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/loft-insulation-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-iwi {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/internal-wall-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-ewi {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/external-wall-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-ashp {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/air\ source\ heat\ pump\ banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-fbu {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/free-boiler-upgrade-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher-cwi {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/free-cavity-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-air-refresher {
    width: 100%;
    height: 550px;
    background-image: url("/assets/images/Component\ 6\ –\ 1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-text p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
.main-text h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 73px !important;
    letter-spacing: 3px;
}

/* SECTION 3 */
.benefit-text {
    font-family: "Bebas Neue", sans-serif;
    color: #2da434;
    font-size: 45px;
}
.benefit-title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.benefit-title-2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.benefit-list {
    padding-left: 0;
    list-style-type: none;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.benefit-list li img {
    margin-right: 10px;
}

.benefit-list li p {
    margin: 0;
}

.learn-more-tag {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.learn-more-tag:hover {
    background-color: #333;
}

.bg-air-water-system-ashp {
    background-image: url("/assets/images/air\ to\ air.png");
    padding: 40px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-air-water-system {
    background-image: url("/assets/images/Component\ 8\ –\ 1.png");
    padding: 40px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.water-system,
.air-system {
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.water-system p,
.air-system p {
    color: white;
}
.descri {
    font-size: 30px;
    color: white;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.services-text {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: white;
}
.air-source {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.air-source-text {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.learn-more-tag-1 {
    display: inline-block;
    background-color: transparent;
    color: rgb(7, 7, 7);
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}
.boiler-text {
    width: 80%;
}

@media (max-width: 768px) {
    .main-text p {
        font-size: 18px;
    }
    .main-text h2 {
        font-size: 38px !important;
    }
    .refresher {
        margin-top: 20px;
    }
    .water {
        margin-bottom: 20px;
    }
    .boiler-text {
        width: 100%;
    }
    .social-icons {
        padding-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .subscribe-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .subscribe-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-shadow: none;

        background-color: transparent;
        gap: 20px;
    }
    .subscribe-form input {
        width: 100%;
    }
    .subscribe-form button {
        width: 100%;
        margin-left: 0px;
    }
}
