.subhero-p{
    font-size: 3rem;
    color: #fff;
    opacity: 1;
    text-align: center !important;
    font-weight: 600;
}

.subhero-p-link{
    text-align: center !important;
    font-size: 1.2rem;
}

.subhero-p-link a{
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.subhero-p-link a:hover{
    color: #fff;
    letter-spacing: 2px;
}

.standard-section{
    background-color: #d5dee5;
    padding-top: 60px;
    margin-bottom: 60px;
 
}

.standard-section .why-choose-container-in{
    background-color: var(--bg);
    padding: 10px;
}
.services-container-in{
    margin-top: 30px;
}


.services-container-in a{
    color: var(--dark-blue);
}


.services-container-in a:hover{
    color: var(--dark-blue);
}

.service-pic-wrapper{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;

}

.service-pic-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    filter: saturate(0);
}

.why-choose-container-in:hover .service-pic-wrapper img{
    transform: scale(1.1);
    filter: saturate(1);
   
}
.why-choose-container-in{
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin: 10px;
    height: fit-content !important;
    cursor: pointer;
}

.quoted{
    text-align: center !important;
    font-size: 1.2rem;
    line-height: 30px;
    font-style: italic;
}




.contact-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 35px;
    width: 50px;
    border-radius: 100%;
    background-color: var(--blue);
    font-size: 1.4rem;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.6s;
}

.branch-wrapper{
    width: 100%;
    color: var(--dark-blue);
    cursor: pointer;
}

.branch-wrapper:hover{
    color: var(--orange);
}

.branch-info{
    width: 100%;
}

.branch-info h6{
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0;
}

.branch-info p{
    margin-bottom: 0;
}

.branch-icon{
    background-color: var(--blue);
    padding: 10px 12px;
    border-radius: 100%;
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branch-wrapper:hover .branch-icon{
    background-color: var(--orange);
}


.contact-link{
    color: var(--dark-blue);
    transition: all 0.6s;
}

.contact-link:hover{
    color: var(--orange);
}

.contact-link:hover .contact-icon-wrapper{
    background-color: var(--orange);
}

.contact-form{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.contact-form input, .contact-form textarea{
    border-bottom: 1px solid #011a2882 !important;
    border-top: none !important;
    border-left: none;
    border-right: none !important;
    border-radius: 0px  !important;
    padding: 10px;
    font-size: 1.1rem;
    background-color: none;
    margin-bottom: 10px;
    
}
.form-control:focus{
box-shadow: none !important;
}
.contact-form textarea{
    height: 100px !important;
}

.contact-form h3{
    color: var(--dark-blue);
    margin: 20px 0;
    font-weight: 600 !important;
}

.contact-form button{
    margin-top: 20px;
}
.contact-form button i{
    transition: all 0.3s ease;
}

.contact-form button:hover i{
    transform: translateX(5px);
}


.table{
    max-width: 1000px !important;
    width: 100% !important;
    margin: 0 auto;
    margin-top: 40px;
}

.dryness-value-wrapper{
    max-width: 400px;
    width: 100%;
}


.underline{
    width: 100px;
    height: 5px;
    border-radius: 30px;
    background-color: var(--blue);
    
    margin-bottom: 20px;
}

@media screen and (max-width: 991px){
    .subhero-p{
        font-size: 2.5rem;
        width: 90%;
    }
    .table{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .subhero-p{
        font-size: 2rem;
        line-height: 30px;
        width: 90%;
    }
}

@media (max-width: 576px){
    .subhero-p{
        font-size: 1.6rem;
        line-height: 30px;
        width: 90%;
    }
}