
:root{
    --primary-color: #3687c9;
    --primary-color2: #101060;
    --primary-color3: #4da3e1;
    --secondary-color: #DA2424;
    --text-color: #292D35;
    --white-color:#fff;
    --black-color:#000;

    --transition:0.3s;
    --transition2:0.6s;
}

img{
    width: 100%;
    height: 100%;
}

section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 5% 5%;
}

button{
    width: 170px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background-color: var(--secondary-color);
    font-size: 1rem;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

button:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--text-color);
    z-index: -1;
    transition: var(--transition);
}

button:hover:after{
    transform: translate(-50%, -50%) scale(1);
}

/* Hero Header Section  */
.hhsd_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/HHSD/hhsd_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.hhsd_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for HHSD Banner============ */
@media (min-width:320px) and (max-width:480px){
    .hhsd_header{
        width: 100%;
        background-size: cover;
        height: 50vh;
    }
    .hhsd_header h1{
        width: 50%;
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .hhsd_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .hhsd_header h1{
        width: 50%;
        line-height: 2rem;
        font-size: 26px;
        font-weight: 900;
    }
}
/* ============Media Queries for HHSD Banner============ */

/* Introduction to HHSD service  */
.hhsd_about{
    width: 100%;
    margin-top: 15px;    
}

.hhsd_img{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 5%;
}

.hhsd_img img{
    width: 100%;
    height: 50vh;
    object-fit: fill;
    border-radius: 10px;
}

.hhsd_content{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-right: 5%;
}

.hhsd_content h2{
    font-weight: 500;
    font-style: italic;
}

.hhsd_content p{
    text-align: justify;
    font-style: 1.1rem;
}
/* ============Media Queries for HHSD Intro============ */
@media (min-width:320px) and (max-width:480px){
    .hhsd_about{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .hhsd_about .hhsd_img{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_img img{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_content{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_content h2{
        width: 100%;
        font-size: 20px;
    }
    .hhsd_about .hhsd_content p{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .hhsd_about{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .hhsd_about .hhsd_img{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_img img{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_content{
        width: 100%;
        display: block;
    }
    .hhsd_about .hhsd_content h2{
        width: 100%;
        font-size: 22px;
    }
    .hhsd_about .hhsd_content p{
        width: 100%;
        font-size: 14px;
    }
}
/* ============Media Queries for HHSD Intro============ */


.hhsd_services{
    width: 100%;
    /* display: flex; */
    display: block;
    margin-top: 80px;
    padding: 0 10%;
    z-index: 99;
}

.hhsd_services h2{
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.hhsd_services .hhsd_section{
    width: 100%;
    display: flex;
    background-color: var(--primary-color);
    padding: 3% 3%;
}

.hhsd_services .hhsd_section .pest_control_service_section_card{
    width: 50%;
    display: flex;
    gap: 20px;
    border-right: 1px solid var(--white-color);
    border-spacing: var(--white-color);
}

.hhsd_services .hhsd_section .water_tank_cleaning_service_section_card{
    width: 50%;
    display: flex;
    padding-left: 25px;
    gap: 20px;
}

.pest_control_service_section_card .pest_control_service_section_img{
    width: 100px;
    height: 100px;
}

.water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_img{
    width: 100px;
    height: 100px;
}

.pest_control_service_section_card .pest_control_service_section_content{
    width: 100%;
    display: block;
    gap: 15px;
}

.water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content{
    width: 100%;
    display: block;
    gap: 15px;
}

.pest_control_service_section_card .pest_control_service_section_content h3{
    font-weight: 400;
    padding-bottom: 10px;
}

.water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content h3{
    font-weight: 400;
    padding-bottom: 10px;
}

.pest_control_service_section_card .pest_control_service_section_content .pest_control_service_explore{
    width: 50%;
    background-color: var(--primary-color2);
}

.pest_control_service_section_content .pest_control_service_explore a{
    color: var(--white-color);
}

.water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content .water_tank_cleaning_service_explore{
    width: 50%;
    background-color: var(--primary-color2);
}

.water_tank_cleaning_service_section_content .water_tank_cleaning_service_explore a{
    color: var(--white-color);
}
/* ============Media Queries for HHSD Services Section============ */
@media (min-width:320px) and (max-width:480px){
    .hhsd_services{
        width: 100%;
        display: block;
    }
    .hhsd_services h2{
        width: 100%;
        font-size: 20px;
    }
    .hhsd_services .hhsd_section{
        width: 100%;
        display: block;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card{
        width: 100%;
        display: block;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_img{
        width: 100%;
        align-items: center;
        align-content: center;
        border-right: 0;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_img img{
        width: 50%;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 25%;
        margin-left: 25%;
        height: 80%;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_content{
        width: 100%;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_content h3{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_content .pest_control_service_explore{
        width: 70%;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 15%;
        margin-left: 15%;
    }
    .hhsd_services .hhsd_section .pest_control_service_section_card .pest_control_service_section_content .pest_control_service_explore a{
        width: 100%;
        font-size: 12px;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card{
        width: 100%;
        display: block;
        margin-top: 20px;
        gap: 20px;
        border-top: 1px solid var(--white-color);
        border-spacing: var(--white-color);
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_img{
        width: 100%;
        margin-top: 20px;
        align-items: center;
        align-content: center;
        border-right: 0;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_img img{
        width: 50%;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 25%;
        margin-left: 25%;
        height: 80%;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content{
        width: 100%;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content h3{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content .water_tank_cleaning_service_explore{
        width: 70%;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-left: 15%;
        margin-right: 15%;
    }
    .hhsd_services .hhsd_section .water_tank_cleaning_service_section_card .water_tank_cleaning_service_section_content .water_tank_cleaning_service_explore a{
        width: 100%;
        font-size: 12px;
    }
}
/* ============Media Queries for HHSD Services Section============ */


/* PEST CONTROL SERVICES  */
.pest_control_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/HHSD/hhsd_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.pest_control_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}

.pest_control_info{
    width: 100%;
    /* display: flex; */
    display: block;
    margin-top: 80px;
    padding: 0 10%;
    z-index: 99;
}

.pest_control_info .pest_control_intro{
    display: flex;
    background-color: var(--black-color);
    border-radius: 20px;

}

.pest_control_intro .content{
    width: 55%;
    display: block;
    place-content: start;
    place-items: start;
    background-color: var(--black-color);
    color: var(--white-color);
    box-shadow: 0 0 10px rgba(131, 131, 131, 0.733);
    padding: 3% 5%;
    border-radius: 20px;
    overflow: hidden;
}

.pest_control_intro .content h3{
    font-weight: 500;
    padding-bottom: 10px;
    font-style: italic;
}

.pest_control_intro .content p{
    padding-bottom: 10px;
    text-align: justify;
}

.pest_control_intro .img{
    width: 45%;
    height: 300px;
}

.pest_control_intro .img img{
    border-radius: 20px;
    padding: 3% 5%;
}

.pest_control_info .pest_control_objectives{
    width: 100%;
    margin-top: 30px;
    padding: 5% 10%;
    background-color: var(--primary-color);
}

.pest_control_info .pest_control_objectives h3{
    font-weight: 500;
    padding-bottom: 10px;
    font-style: italic;
}

.pest_control_info .pest_control_objectives .pest_control_objective_list{
    list-style: none;
}

.pest_control_objective_list li{
    display: flex;
    gap: 1.1rem;
    padding: 10px 0%;

}

.pest_control_objective_list li i{
    font-style: 15px;
    font-weight: 500;
}

.pest_control_objective_list li span{
    text-align: justify;
}
/* ============Media Queries for Pest Coontrol Services Section============ */
@media (min-width:320px) and (max-width:480px){
    .pest_control_info{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro .content{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro .content h3{
        width: 100%;
        font-size: 18px;
    }
    .pest_control_info .pest_control_intro .content p{
        width: 100%;
        font-size: 12px;
    }
    .pest_control_info .pest_control_intro .img{
        width: 100%;
    }
    .pest_control_info .pest_control_intro .img img{
        width: 100%;
        gap: 10;
        border-top: 1px solid var(--white-color);
    }
    .pest_control_info .pest_control_objectives{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_objectives h3{
        width: 100%;
        font-size: 18px;
    }
    .pest_control_info .pest_control_objectives .pest_control_objective_list{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_objectives .pest_control_objective_list li{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .pest_control_info{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro .content{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_intro .content h3{
        width: 100%;
        font-size: 20px;
    }
    .pest_control_info .pest_control_intro .content p{
        width: 100%;
        font-size: 14px;
    }
    .pest_control_info .pest_control_intro .img{
        width: 100%;
    }
    .pest_control_info .pest_control_intro .img img{
        width: 100%;
        gap: 10;
        border-top: 1px solid var(--white-color);
    }
    .pest_control_info .pest_control_objectives{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_objectives h3{
        width: 100%;
        font-size: 20px;
    }
    .pest_control_info .pest_control_objectives .pest_control_objective_list{
        width: 100%;
        display: block;
    }
    .pest_control_info .pest_control_objectives .pest_control_objective_list li{
        width: 100%;
        font-size: 14px;
    }
}
/* ============Media Queries for Pest Coontrol Services Section============ */



.pest_control_protocol{
    width: 100%;
    /* display: flex; */
    display: block;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.pest_control_protocol h3{
    font-weight: 500;
    padding-bottom: 10px;
    font-style: italic;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pest_control_protocol .pest_control_protocol_info{
    display: flex;
    width: 100%;
    gap: 25px;
}

.pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list{
    width: 55%;
    list-style: none;
}

.pest_control_protocol_list li{
    display: flex;
    gap: 15px;
    padding: 5px 0;
}

.pest_control_protocol_list li i{
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 1.1rem;
    padding: 0.5%;
    size: 1.1rem;
}

.pest_control_protocol_list li span{
    text-align: justify;
    font-size: 1.1rem;
}

.pest_control_protocol_info .img{
    width: 130%;
    height: 470px;
}

.pest_control_protocol .pest_control_protocol_sub_info h4{
    font-style: italic;
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}

.pest_control_protocol .pest_control_protocol_sub_info h5{
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}
/* ============Media Queries for Pest Coontrol Protocol Section============ */
@media (min-width:320px) and (max-width:480px){
    .pest_control_protocol{
        width: 100%;
        display: block;
    }
    .pest_control_protocol h3{
        width: 100%;
        font-size: 18px;
    }
    .pest_control_protocol .pest_control_protocol_info{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list{
        width: 100%;
        display: block;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list li{
        width: 100%;
        font-size: 12px;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list li i{
        font-size: 12px;
    }
    .pest_control_protocol .pest_control_protocol_info .img{
        width: 100%;
        margin-top: 10px;
    }
    .pest_control_protocol .pest_control_protocol_info .img img{
        width: 100%;
    }
    .pest_control_protocol .pest_control_protocol_sub_info{
        width: 100%;
    }
    .pest_control_protocol .pest_control_protocol_sub_info h4{
        width: 100%;
        font-size: 16px;
    }
    .pest_control_protocol .pest_control_protocol_sub_info h5{
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .pest_control_protocol{
        width: 100%;
        display: block;
    }
    .pest_control_protocol h3{
        width: 100%;
        font-size: 20px;
    }
    .pest_control_protocol .pest_control_protocol_info{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list{
        width: 100%;
        display: block;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list li{
        width: 100%;
        font-size: 14px;
    }
    .pest_control_protocol .pest_control_protocol_info .pest_control_protocol_list li i{
        font-size: 14px;
    }
    .pest_control_protocol .pest_control_protocol_info .img{
        width: 100%;
        margin-top: 10px;
    }
    .pest_control_protocol .pest_control_protocol_info .img img{
        width: 100%;
    }
    .pest_control_protocol .pest_control_protocol_sub_info{
        width: 100%;
    }
    .pest_control_protocol .pest_control_protocol_sub_info h4{
        width: 100%;
        font-size: 18px;
    }
    .pest_control_protocol .pest_control_protocol_sub_info h5{
        width: 100%;
        font-size: 16px;
    }
}
/* ============Media Queries for Pest Control Protocol Section============ */



/* Service cards */
.pest_control_services{
    display: block;
    width: 100%;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.pest_control_services  h2{
    font-weight: 500;
    font-style: italic;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}

.pest_control_services .pest_control_service_info{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; /* Centers items */
    gap: 20px; /* Adds spacing between cards */
}

.pest_control_service_card {
    display: flex;
    flex-direction: column;
    width: 30%; /* Adjust width to fit layout */
    min-width: 250px; /* Prevents too small cards */
    text-align: center;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.pest_control_services .pest_control_service_card:nth-child(4):after{
    display: none;
}

.pest_control_service_card:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 2px;
    background-color: var(--background-color);
    align-content: center;
}

.pest_control_service_img{
    width: 150px;
    height: 150px;
    background-color: var(--background-color);
    padding: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    transition: var(--transition2);
}

.pest_control_service_img img{
    width: 90%;
    height: 90%;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.pest_control_service_card:hover .pest_control_service_img{
    transform: rotateY(360deg);
}

.pest_control_service_card h3{
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    color: var(--text-color);
}

.pest_control_explore{
    width: 78%;
    height: 50px;
    border: none;
    border-radius: 50px;
    background-color: var(--primary-color2);
    font-size: 1rem;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.pest_control_explore a{
    color: var(--white-color);
}

.pest_control_explore i{
    font-size: 1.1rem;
}

/* ============Media Queries for Pest Control Services============ */
@media (min-width:320px) and (max-width:480px){
    .pest_control_services{
        width: 100%;
        display: block;
    }
    .pest_control_services h2{
        width: 100%;
        font-size: 20px;
    }
    .pest_control_services .pest_control_service_info{
        width: 100%;
        display: block;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_service_img{
        width: 60%;
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_service_img img{
        width: 60%;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card h3{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_explore{
        width: 100%;
    }
}
@media (min-width:481px) and (max-width:768px){
    .pest_control_services{
        width: 100%;
        display: block;
    }
    .pest_control_services h2{
        width: 100%;
        font-size: 22px;
    }
    .pest_control_services .pest_control_service_info{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* flex-direction: column; */
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card{
        width: 100%;
        display: block;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_service_img{
        width: 80%;
        display: block;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_service_img img{
        width: 80%;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card h3{
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .pest_control_services .pest_control_service_info .pest_control_service_card .pest_control_explore{
        width: 100%;
    }
}
/* ============Media Queries for Pest Control Services============ */



/* General Pest Control Services  */
.general_pest_control_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/HHSD/hhsd_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.general_pest_control_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for General Pest Control Services Banner============ */
@media (min-width:320px) and (max-width:480px){
    .general_pest_control_header{
        width: 100%;
        background-size: cover;
        height: 50vh;
    }
    .general_pest_control_header h1{
        width: 50%;
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .general_pest_control_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .general_pest_control_header h1{
        width: 50%;
        line-height: 2rem;
        font-size: 26px;
        font-weight: 900;
    }
}
/* ============Media Queries for General Pest Control Services Banner============ */


.general_pest_control{
    width: 100%;
    display: block;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.general_pest_control h2{
    font-weight: 500;
    text-align: center;
    font-style: italic;
}

.general_pest_control p{
    font-size: 1.1rem;
    margin-top: 20px;
}

.general_pest_control .general_pest_control_info{
    display: block;
    gap: 15px;
}

.general_pest_control .general_pest_control_info .general_pest_control_left{
    width: 40%;
}

.general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list{
    width: 100%;
    list-style: none;
}

.general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list li{
    display: flex;
    gap: 15px;
    padding: 5px 10px;
}

.general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list li i{
    list-style: none;
    /* display: none; */
}

.general_pest_control .general_pest_control_info .general_pest_control_right{
    width: 100%;
    /* display: grid; */
}

.general_pest_control .general_pest_control_info .general_pest_control_right .images{
    width: 100%;
    /* width: 200px; */
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;

}

.general_pest_control .general_pest_control_info .general_pest_control_right .images img{
    height: 200px;
    width: 350px;
    border-radius: 10px;
    object-fit: cover;
}
/* ============Media Queries for General Pest Control Services ============ */
@media (min-width:320px) and (max-width:480px){
    .general_pest_control{
        width: 100%;
        display: block;
    }
    .general_pest_control h2{
        width: 100%;
        font-size: 20px;
    }
    .general_pest_control p{
        width: 100%;
        font-size: 12px;
    }
    .general_pest_control .general_pest_control_info{
        width: 100%;
        display: block;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left{
        width: 100%;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list{
        width: 100%;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list li{
        width: 100%;
        font-size: 12px;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right{
        width: 100%;
        display: block;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right .images{
        width: 100%;
        display: block;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right .images img{
        width: 100%;
        height: 40vh;
    }
}
@media (min-width:481px) and (max-width:768px){
    .general_pest_control{
        width: 100%;
        display: block;
    }
    .general_pest_control h2{
        width: 100%;
        font-size: 22px;
    }
    .general_pest_control p{
        width: 100%;
        font-size: 14px;
    }
    .general_pest_control .general_pest_control_info{
        width: 100%;
        display: block;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left{
        width: 100%;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list{
        width: 100%;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_left .general_pest_control_list li{
        width: 100%;
        font-size: 14px;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right{
        width: 100%;
        display: block;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right .images{
        width: 100%;
        display: block;
        height: 50vh;
    }
    .general_pest_control .general_pest_control_info .general_pest_control_right .images img{
        width: 100%;
        height: 50vh;
    }
}
/* ============Media Queries for General Pest Control Services ============ */


/* Termite Control Services  */
.termite_control_services_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/HHSD/hhsd_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.termite_control_services_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for Termite Control Services Banner============ */
@media (min-width:320px) and (max-width:480px){
    .termite_control_services_header{
        width: 100%;
        background-size: cover;
        height: 50vh;
    }
    .termite_control_services_header h1{
        width: 50%;
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .termite_control_services_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .termite_control_services_header h1{
        width: 50%;
        line-height: 2rem;
        font-size: 26px;
        font-weight: 900;
    }
}
/* ============Media Queries for Termite Control Services BAnner ============ */


.termite_control_services{
    width: 100%;
    display: block;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.termite_control_services h2{
    font-weight: 500;
    text-align: center;
    font-style: italic;
}

.termite_control_services .termite_control_service_info{
    width: 100%;
    display: block;
}

.termite_control_services .termite_control_service_info .content{
    width: 100%;
    margin-top: 20px;
}

.termite_control_services .termite_control_service_info .content p{
    font-size: 1.1rem;
    padding: 0% 2%;
    text-align: justify;
    padding-bottom: 5px;
}

.termite_control_services .termite_control_service_info .img{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    padding: 0% 5%;
}

.termite_control_services .termite_control_service_info .img img{
    width: 600px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.termite_control_services .termite_control_service_types{
    width: 100%;
}

.termite_control_services .termite_control_service_types h4{
    font-weight: 400;
    margin-top: 40px;
}

.termite_control_services .termite_control_service_types .termite_control_service_types_list{
    padding: 1% 3%;
}

.termite_control_services .termite_control_service_types .termite_control_service_types_list li{
    font-size: 1.1rem;
    padding-bottom: 5px;
}

.termite_control_services h5{
    font-weight: 500;
    text-align: center;
    font-style: italic;
    padding-top: 5px;
}
/* ============Media Queries for Termite Control Services ============ */
@media (min-width:320px) and (max-width:480px){
    .termite_control_services{
        width: 100%;
        display: block;
    }
    .termite_control_services h2{
        width: 100%;
        display: block;
        font-size: 20px;
    }
    .termite_control_services .termite_control_service_info{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .content{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .content p{
        width: 100%;
        font-size: 12px;
    }
    .termite_control_services .termite_control_service_info .img{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .img img{
        width: 100%;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types{
        width: 100%;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types h4{
        width: 100%;
        font-size: 16px;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types .termite_control_service_types_list{
        width: 100%;
        font-size: 12px;
    }
    .termite_control_services .termite_control_service_info h5{
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .termite_control_services{
        width: 100%;
        display: block;
    }
    .termite_control_services h2{
        width: 100%;
        display: block;
        font-size: 22px;
    }
    .termite_control_services .termite_control_service_info{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .content{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .content p{
        width: 100%;
        font-size: 14px;
    }
    .termite_control_services .termite_control_service_info .img{
        width: 100%;
        display: block;
    }
    .termite_control_services .termite_control_service_info .img img{
        width: 100%;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types{
        width: 100%;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types h4{
        width: 100%;
        font-size: 18px;
    }
    .termite_control_services .termite_control_service_info .termite_control_service_types .termite_control_service_types_list{
        width: 100%;
        font-size: 14px;
    }
    .termite_control_services .termite_control_service_info h5{
        width: 100%;
        font-size: 16px;
    }
}
/* ============Media Queries for Termite Control Services ============ */



/* Water Tank Cleaning */
.water_tank_cleaning_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/HHSD/hhsd_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.water_tank_cleaning_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for Water Tank Cleaning Banner ============ */
@media (min-width:320px) and (max-width:480px){
    .water_tank_cleaning_header{
        width: 100%;
        background-size: cover;
        height: 50vh;
    }
    .water_tank_cleaning_header h1{
        width: 50%;
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .water_tank_cleaning_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .water_tank_cleaning_header h1{
        width: 50%;
        line-height: 2rem;
        font-size: 26px;
        font-weight: 900;
    }
}
/* ============Media Queries for Water Tank Cleaning Banner ============ */


.water_tank_cleaning{
    width: 100%;
    display: block;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.water_tank_cleaning h2{
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}

.water_tank_cleaning .water_tank_cleaning_info1{
    display: flex;
    width: 100%;
    gap: 20px;
}

.water_tank_cleaning .water_tank_cleaning_info1 .content1{
    width: 45%;
    display: block;
    gap: 15px;
}

.water_tank_cleaning .water_tank_cleaning_info1 .content1 p{
    width: 100%;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 30px;
    align-items: center;
}

.water_tank_cleaning .water_tank_cleaning_info1 .img1{
    width: 55%;
    height: 250px;
    margin-top: 30px;
    object-fit: fill;
}

.water_tank_cleaning .water_tank_cleaning_info1 .img1 img{
    border-radius: 20px;
}

.water_tank_cleaning .water_tank_cleaning_info2{
    display: flex;
    width: 100%;
    gap: 20px;
}

.water_tank_cleaning .water_tank_cleaning_info2 .content2{
    width: 55%;
    display: block;
    gap: 15px;
}

.water_tank_cleaning .water_tank_cleaning_info2 .content2 p{
    width: 100%;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 30px;
    align-items: center;
}

.water_tank_cleaning .water_tank_cleaning_info2 .img2{
    width: 45%;
    height: 300px;
    margin-top: 30px;
    object-fit: cover;
}

.water_tank_cleaning .water_tank_cleaning_info2 .img2 img{
    border-radius: 20px;
}
/* ============Media Queries for Water Tank Cleaning  ============ */
@media (min-width:320px) and (max-width:480px){
    .water_tank_cleaning{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning h2{
        width: 100%;
        font-size: 20px;
    }
    .water_tank_cleaning .water_tank_cleaning_info1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .content1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .content1 p{
        width: 100%;
        font-size: 12px;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .img1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .img1 img{
        width: 100%;
    }
    .water_tank_cleaning .water_tank_cleaning_info2{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .img2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .img2 img{
        width: 100%;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .content2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .content2 p{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .water_tank_cleaning{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning h2{
        width: 100%;
        font-size: 22px;
    }
    .water_tank_cleaning .water_tank_cleaning_info1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .content1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .content1 p{
        width: 100%;
        font-size: 14px;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .img1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info1 .img1 img{
        width: 100%;
    }
    .water_tank_cleaning .water_tank_cleaning_info2{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .img2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .img2 img{
        width: 100%;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .content2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning .water_tank_cleaning_info2 .content2 p{
        width: 100%;
        font-size: 14px;
    }
}
/* ============Media Queries for Water Tank Cleaning  ============ */


.water_tank_cleaning_services{
    width: 100%;
    display: block;
    padding: 0 10%;
    margin-top: 40px;
    z-index: 99;
}

.water_tank_cleaning_services h4{
    font-weight: 500;
    margin-bottom: 10px;
}

.water_tank_cleaning_services p{
    font-size: 1.1rem;
}

.water_tank_cleaning_services .images1{
    display: flex;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 12px;
}

.water_tank_cleaning_services .images1 img{
    border-radius: 20px;
}

.water_tank_cleaning_services .images2{
    display: flex;
    width: 550px;
    height: 350px;
    object-fit: cover;
    margin-top: 12px;
    gap: 20px;
    border-radius: 20px;
}

.water_tank_cleaning_services .images2 img{
    border-radius: 20px;
}
/* ============Media Queries for Water Tank Cleaning Services ============ */
@media (min-width:320px) and (max-width:480px){
    .water_tank_cleaning_services{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services h4{
        width: 100%;
        font-size: 16px;
    }
    .water_tank_cleaning_services p{
        width: 100%;
        font-size: 12px;
    }
    .water_tank_cleaning_services .images1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services .images1 img{
        width: 100%;
    }
    .water_tank_cleaning_services .images2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services .images2 img{
        width: 100%;
    }
}
@media (min-width:481px) and (max-width:768px){
    .water_tank_cleaning_services{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services h4{
        width: 100%;
        font-size: 16px;
    }
    .water_tank_cleaning_services p{
        width: 100%;
        font-size: 12px;
    }
    .water_tank_cleaning_services .images1{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services .images1 img{
        width: 100%;
    }
    .water_tank_cleaning_services .images2{
        width: 100%;
        display: block;
    }
    .water_tank_cleaning_services .images2 img{
        width: 100%;
    }
}
/* ============Media Queries for Water Tank Cleaning Services ============ */
