
/* Condition We Treat Style Start */

.treat-icon {
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    border-radius: 20px;
}
.treat-box h3{
    color: var(--theme-color2);
    font-size: 18.552px;
    font-weight: 700;
    line-height: 18.552px;
    letter-spacing: 1.855px;
    text-transform: uppercase;
    text-align: center;
    margin-top:24px;
    margin-bottom:0;
}
@media only screen and (max-width:1399px) {

    .treat-icon {
        min-height: 166px;
    }

}
@media only screen and (max-width:1199px) {

    .treat-icon {
        min-height:136px;
    }

}
.slick-arrow {
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 16px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
} 
.treat-arrow-container,
.article-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top:20px;
}
@media only screen and (max-width:767px) {

    .treat-icon {
        min-height:200px;
    }

}

/* Condition We Treat Style End */

/* Testimonial Style Start */


.testimonial-box {
    padding: 32px;
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    margin-top: 25px;
}
.testimonial-box h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    margin-top: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.load-more-btn .site-btn.disabled {
    background-color: #bdc3c7;
    border-color:#bdc3c7;
    color: #7f8c8d;
    cursor: not-allowed;
    pointer-events: none; /* Prevents any interaction */
}

/* Testimonial Style End */


/* Testimonial Carousel Style Start */

.testimonial-carousel-box{
    border:1px solid var(--theme-color);
    border-radius:16px;
    padding:24px;
}
.testimonial-carousel-box p{
    font-family:var(--fontcormorant);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.36px;
}
.testimonial-carousel-box h3{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-top:30px;
}
.testimonial-carousel{
    padding:0 120px;
}
.testimonial-carousel-wrapper .slick-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
}
.testimonial-carousel-wrapper .slick-next{
    left:auto;
    right:0;
}
.custom-slick-slider-dots{
    margin-top:40px;
}
.testimonial-carousel-wrapper{
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    padding-top: 70px;
    padding-bottom:30px;
    position:relative;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #dcdfe5;
    margin-left: 2px;
    margin-right: 2px;
    cursor:pointer;
}
.slick-dots button {
    text-indent: -99999px;
    width: 100%;
    height: 100%;
    border-radius: unset;
    background: transparent;
    border: none;
    padding: 0;
}
.slick-dots li.slick-active {
    background: var(--theme-color);
}
@media only screen and (max-width:991px) {

    .testimonial-carousel-wrapper .slick-arrow {
        position: unset;
        transform: unset;
    }
    .custom-slick-slider-arrows-carousel {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap:20px;
    }
    .testimonial-carousel {
        padding: 0;
    }
    .testimonial-carousel-wrapper{
        padding-bottom:70px;
    }
}
@media only screen and (max-width:767px) {

    .testimonial-carousel-wrapper{
        padding:50px 0;
    }
    .testimonial-carousel-box p {
        font-weight: 400;
        font-size:20px;
        line-height:34px;
        font-family:var(--fontraleway);
    }

}


/* Testimonial Carousel Style End */


/* Faq Style Start */

.faq-box{
    margin-top:30px;
    border-bottom:1px solid var(--theme-color2);
    padding-bottom:30px;
}
.faq-box:last-of-type{
    border-bottom:none;
    padding-bottom:0;
}
.faq-title {
    position: relative;
    color:var(--default-color);
    font-family:var(--fontcormorant);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.36px;
    cursor: pointer;
    padding-right:50px;
}
.faq-title::after{
    position:absolute;
    content:"\2b";
    font-family:"Font Awesome 6 Pro";
    width:30px;
    height:30px;
    text-align:right;
    line-height:30px;
    top:50%;
    transform:translateY(-50%);
    right:0;
    font-size:20px;
}
.faq-title.active::after{
    content:"\f068";
}
.faq-content{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-top:15px;
    display:none;
}
@media only screen and (max-width:767px) {



}

/* Faq Style End */

/* Post Box Style Start */


.post-box {
    display: block;
    margin-top: 30px;
    margin-bottom:30px;
    color:var(--default-color);
}
.post-thumb {
    height: 438px;
    border-radius: 16px;
}
.post-box h3 {
    font-family:var(--fontcormorant);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.36px;
    margin-top:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height:132px;
    display: block;
}
.post-box .post-meta{
    color:var(--theme-color3);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-top:10px;
}
.site-btn.primary-btn.more-article-btn {
    background:#E2844E;
    border-color:#E2844E;
    color:#ffffff;
}
.site-btn.primary-btn.more-article-btn:hover{
    background:transparent;
    color:#E2844E;
}
@media only screen and (max-width:767px) {

    .post-box h3 {
        display:block;
        -webkit-box-orient: unset;
        -webkit-line-clamp:unset;
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
        min-height:unset;

    }
    .site-btn.primary-btn.more-article-btn {
        display: block;
    }


}


/* Post Box Style End */