.services-sctn{
    padding-bottom: clamp(32px, 6%, 100px);
}
.services-sctn .section-wrap {
    max-width: 1500px;
    justify-content: space-evenly;
}
.services-sctn .title-col .maintitle {
    margin-bottom:52px;
    text-align:center;
    color:var(--primary)
}
.service-col {
    display: flex;
    align-items: center;
    border-image: linear-gradient(to right, var(--secondary), var(--green)) 1 1;
    border-width: 3px;
    border-style: solid;
    margin-bottom: 52px;
    flex-direction: column;
    width: 30%;
    padding: 32px;
    text-align: center;
	margin-top: 10%
}
.service-col .img-col {
    margin-top:-40%;
    margin-bottom: 20px
}
.service-col .img-col img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.service-col .maintitle{
    margin-bottom: 16px;
    color: var(--gray);
}
.service-col p{
	margin-bottom:0
}
@media(max-width: 1024px){
    .services-sctn .title-col .maintitle{
        margin-bottom: 20px
    }
    .service-col{
        padding: 16px;
        margin-top: 15%;
        margin-bottom: 20px;
    }
    .service-col .img-col{
        margin-top: -50%;
    }
    .services-sctn .section-wrap{
        gap: 10px
    }
}
@media(max-width: 800px){
    .service-col{
        width: 46%
    }
    .service-col .img-col{
        margin-top: -30%;
    }
    .services-sctn .title-col .maintitle{
        margin-bottom: 0
    }
}
@media(max-width: 500px){
    .service-col{
        width: 100%;
        margin-top: 20%;
    }
    .service-col .img-col{
        max-width: 250px;
        margin-top: -20%;
    }
}
/***CTA CONTACT***/
.contact-banner {
    background: linear-gradient(90deg, #007ce4 0%, #00e09d 100%);
    color:var(--white);
    padding-top: 32px;
    padding-bottom: 32px
}
.contact-banner .section-wrap{
    align-items:center;
    gap: 20px;
    max-width: 1200px;
    justify-content: space-between;
}
.contact-banner .maintitle{
    margin:0
}
.contact-banner .title-col{
    width: 65%;
}
.contact-banner .btn-col{
    width: 28%;
}
.contact-banner .btn.btn-white{
    width: 100%;
    font-size: var(--font-size--h2)
}
@media(max-width: 1500px){
    .contact-banner .section-wrap{
        justify-content:center;
    }
}
@media(max-width: 849px){
    .contact-banner .title-col{
        width: 100%;
        text-align:center;
    }
    .contact-banner .btn-col{
        width: 100%;
    }
    .contact-banner .section-wrap{
        gap:8px
    }
}
/***BEST RATED***/
.bestrated-sctn {
    background-color: var(--primary);
    color:var(--white);
    padding-top: clamp(32px, 6%, 100px);
    padding-bottom:clamp(32px, 6%, 100px);
    text-align:center;
}
.bestrated-sctn .maintitle{
    margin-bottom: 8px;
}
.bestrated-sctn .span-maintitle{
    font-weight: 500;
    margin-bottom: 52px;
}
.bestrated-sctn .rated-cont{
    flex-direction: row;
    gap: 33px;
    align-items: stretch;
}
.bestrated-sctn .rated-col {
    background-color:var(--white);
    color:var(--black);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
	width: 30%;
}
.bestrated-sctn .rated-col .img-col{
    min-height: 107px;
    display:flex;
    justify-content:center;
    align-items:center
}
.bestrated-sctn .rated-col .subtitle{
    margin-bottom: 16px
}
@media(max-width: 1024px){
    .bestrated-sctn .span-maintitle{
        margin-bottom: 32px
    }
    .bestrated-sctn .rated-cont{
        flex-wrap:wrap;
    }
    .bestrated-sctn .rated-col{
        width: 46%
    }
}
@media(max-width: 500px){
    .bestrated-sctn .rated-col{
        width: 100%
    }
    .bestrated-sctn .rated-cont{
        gap: 12px
    }
}
/***REVIEW***/
.review-sctn {
    padding-top: clamp(32px, 4%, 72px);
    padding-bottom: clamp(32px, 4%, 72px)
}
.review-sctn .section-wrap{
    justify-content:space-between;
    max-width: 1075px
}
.review-sctn .title-col{
    width: 70%;
    padding-bottom: 32px;
}
.review-sctn .img-col{
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.review-sctn .img-col img{
    width: 100%;
	max-width: 216px;
}
.review-sctn .maintitle{
    margin-bottom: 8px;
    color:var(--primary)
}
.review-sctn .badge-col{
    display:flex;
    align-items:flex-end;
    gap: 5%;
    margin-bottom: 32px
}
.review-sctn .title-col p:not(.title){
    margin-bottom:0
}
.review-sctn .title-col p.title{
    color: #00aced
}
.review-sctn .review-name {
    background-color:var(--primary);
    color:var(--white);
    margin-right: -10%;
    margin-left: -10%;
    width: 120%;
    flex-direction: row;
    padding: 20px 52px;
    justify-content: space-around;
    gap: 8px;
}
.review-sctn .review-name p {
    margin: 0;
    line-height: 1;
    align-self: center;
    font-size: var(--font-size--h6);
}
.review-sctn .stars{
    color: #f9c817;
    font-size: clamp(20px, 2.4vw, 32px);
    line-height: 0;
}
.review-sctn .review-cont{
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
	align-items: stretch;
}
.review-sctn .review-col {
    background-color:var(--white);
    width: 45%;
    text-align:center;
    box-shadow: 0 0 20px 0 #00000059;
    padding: 32px;
}
.review-sctn .img-col picture{
    display:flex;
}
.review-sctn .review-col .name{
    color:#00aced;
    font-size: var(--font-size--h6);
    border-top: 2px solid #00aced;
    padding: 8px;
    max-width: fit-content;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:0;
}
@media(max-width: 1024px){
    .review-sctn .review-name{
        margin-right:-16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
    .review-sctn .review-cont{
        justify-content:space-evenly;
        align-items: stretch;
    }
    .review-sctn .review-col{
        padding: 20px
    }
}
@media(max-width: 718px){
    .review-sctn .title-col{
        width: 100%;
        text-align:center
    }
    .review-sctn .section-wrap{
        justify-content:center
    }
    .review-sctn .img-col{
        width: 100%;
    }
    .review-sctn .img-col img{
        max-width: 200px
    }
    .review-sctn .subtitle{
        margin-bottom: 16px;
    }
    .review-sctn .badge-col{
        justify-content:center;
        margin-bottom: 20px
    }
    .review-sctn .title-col p.title{
        margin-bottom: 8px
    }
    .review-sctn .review-name{
        flex-direction:column;
        text-align:center;
        gap: 16px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .review-sctn .review-col{
        width: 95%
    }
    .review-sctn .review-cont{
        flex-wrap:wrap;
    }
    .review-sctn .title-col p{
        text-wrap:balance;
    }
    .review-sctn  p.name{
        white-space:nowrap
    }
    .review-sctn .review-name p{
        text-wrap:balance;
    }
}
@media(max-width: 500px){
    .review-sctn .badge-col a{
        width: 22%
    }
}
/***CONTACT***/
@media(min-width: 501px){
    .contact-sctn {
        background-image:url(/wp-content/uploads/2024/04/contact-bg.jpg);
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover
    }
}
@media(max-width: 500px){
    .contact-sctn {
        background-color: #839dcf
    }
}
.contact-sctn {
    color:var(--white);
    padding-bottom:clamp(32px, 4%, 72px);
    padding-top: clamp(32px, 4%, 72px)
}
.contact-sctn .form-col>div {max-width: 100%;}

.contact-sctn .section-wrap{
    max-width: 1200px
}
.contact-sctn .maintitle{
    text-align:center;
}
.contact-sctn hr{
    background-color: var(--white);
    height: 6px;
    width: 45%;
    margin-top: 0;
}
.contact-sctn .form-col {
    background-color: #ffffffad;
    color:var(--black)
}