@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");


body{
    background-color:#fff;
    font-family: "Poppins", sans-serif!important;
    font-weight: 300;
}


.hover:hover{
    cursor: pointer;
    transform: scale(1.02)!important;
    transition: all .5s ease!important;
}

.text-hover:hover{
    color: red;
    cursor: pointer;
}

.loc-marker{
    color: goldenrod;
    margin-right: 10px;
}


.star-section{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.star-box{
    display: flex;
    gap: 2px;
}
.star-box .each-star{
    background-color: #58B77B!important;
    color: white!important;
    padding: 10px 15px;
    border-radius: 2px;
}


.small-star-section{
    display: flex;
    gap: 5px;
    align-items: center;
}
.small-star-box{
    display: flex;
    gap: 2px;

}
.small-star-box .small-each-star{
    background-color: #58B77B!important;
    color: white!important;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 10px!important;
}


.star-box .each-star:hover , .small-star-box .small-each-star:hover{
    background-color: goldenrod!important;
    transform: scale(1.02);
    transition: all .3s ease;
    cursor: pointer;
}


.colapsed-text {
    font-size: 13px;
    overflow: hidden;
    max-height: 120px; /* Limit the height for collapsed text */
    transition: max-height 0.3s ease;
}

.colapsed-text.expanded {
    max-height: 500px; /* Adjust to allow full text */
}

.read-more-btn {
    font-size: 12px;
    color: red!important;
    cursor: pointer;
    margin-top: 10px!important;
    display: inline-block;
}

.read-more-btn:hover {
    color: green!important;
}
/* HERO SSECTION */

/* Media query for screens smaller than Hero section */
@media (max-width: 693px) {

    .zs-divi-banner-flex h1 {
        font-size: 18px;
    }
}
/* Media query for screens smaller than Hero section */
/* HERO SSECTION ENDS */




/*+++++++++++++++++++ STYLES FOR TESTIMONIALS PAGE 2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.testimonial2-hero-container{
    margin-bottom: 40px;
    background: linear-gradient(135deg, #ECF2FE, #D0E9ED); 
    opacity: 0.7;
    min-height: 650px;
    display: grid;
    place-items: center;
}

.testimonial2-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial2-hero svg{
    width:600px;
    height:400px;
    display: grid;
    place-items: center;
}
.testimonial2-hero svg image{
    width:500px;
    height:400px;
    border-bottom: 1px solid black;
    transform: translateX(80px);
}
.testimonials2-left{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.testimonials2-left h1{
    font-weight: bold;
}
.star-section{
    display: flex;
    gap: 5px;
    align-items: center;
}
.star-box{
    display: flex;
    gap: 2px;
}
.star-box .each-star{
    background-color: #58B77B!important;
    color: white!important;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
}

.testimonials2-left .verified-loan-company{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 180px;
    padding: 6px 2px;
    border-radius: 5px;
    background-color: #B1F2D0!important;
}

.testimonials2-left .verified-loan-company span{
    font-weight: bold;
    font-size: 11px;
}
.testimonials2-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36%;
    max-height: 110px;
    border: 1px solid #58B77B;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.testimonials2-right:hover{
    background-color: #58B77B;
    color: white!important;
    transform: scale(1.03);
    transition: all .3s ease;
}




@media (max-width: 653px) {
    .testimonial2-hero-container{
        min-height: 600px;
    }
    .testimonial2-hero svg{
        width:350px;
        height:300px;
    }
    .testimonial2-hero svg image{
        width:300px;
        height:300px;
        transform: translateX(40px);
    }
}

@media (max-width: 354px) {
    .testimonial2-hero-container{
        min-height: 550px;
        padding-bottom: 40px;
    }
    .testimonial2-hero svg{
        width:300px;
        height:200px;
    }
    .testimonial2-hero svg image{
        width:250px;
        height:200px;
        transform: translateX(40px);
    }
}

@media (max-width: 312px) {
    .testimonial2-hero-container{
        min-height: 550px;
        padding-bottom: 40px;
    }
    .testimonial2-hero svg{
        width:200px;
        height:200px;
    }
    .testimonial2-hero svg image{
        width:150px;
        height:200px;
        transform: translateX(40px);
    }
}











.testimonial2-section-box{
    background-color: #FCFBF3!important;
    border-top: 1px solid lightgrey;
    padding: 20px 0;
}
.testimonial2-section{
    display: flex;
    justify-content: space-between;
}
.testimonial2-section .testimonial2-section-left{
    width: 60%;
}
.nice-box{
    border: 1px solid lightgrey;
    background-color: white!important;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
}
.write-a-review i{
    font-size: 20px;
}



.each-review{
    margin-top: 15px;

}

.each-review-top{
    display: flex;
    gap: 10px;
    align-items: center;
}
.each-review-top .each-review-profile{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #509DC4;
    padding: 1px 10px;
}
.each-review-profile h5{
    font-size: 15px!important;
    margin-top: 5px;
}
.each-review-top .each-review-name{
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.each-review-top .each-review-name span{
    font-weight: bold;
}
.each-review-top .each-review-location{
    display: flex;
    align-items: center;
    gap: 5px;
}

.each-review-body{

}
.each-review-body h5{
    font-size: 13px;
}


.testimonial2-section .testimonial2-section-right{
    width: 36%;
}
.each-icon-list{
    display: flex;
    align-items: center;
    gap: 10px;
}
.each-icon-list span{
    font-size: 12px;
}

.testimonial2-section-right-about-company span{
    font-size: 12px;
}

@media (max-width: 560px) {

    .testimonial2-section-box{

    }
    .testimonial2-hero{
        flex-wrap: wrap;
        gap: 10px;
    }
    .testimonials2-right{
        width: 60%;
    }
    .testimonial2-section{
        flex-wrap: wrap;
        gap: 20px;
    }
    .testimonial2-section-left{
        width: 100%!important;
    }
    .testimonial2-section-right{
        width: 100%!important;
    }
}

@media (max-width: 400px) {
    .testimonial2-hero h1{
        font-size: 20px;
    }
    .testimonials2-right{
        width: 80%;
    }
}



/*+++++++++++++++++++ STYLES FOR TESTIMONIALS PAGE 2 ends ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



