/* container layout css */
@media only screen and (max-width:767px) {

    .container-new-layout-width-class .e-con-inner {
     max-width: 93% !important;
    }

}

@media only screen and (min-width:768px) and (max-width:820px) {

    .container-new-layout-width-class .e-con-inner {
       max-width: 95% !important;
    }

}

@media only screen and (min-width:821px) and (max-width:1279px) {

    .container-new-layout-width-class .e-con-inner {
     max-width: 96% !important;
    }

}

@media only screen and (min-width:1280px) and (max-width:1366px) {

    .container-new-layout-width-class .e-con-inner {
    max-width: 1220px !important;
    }

}

@media only screen and (min-width:1367px) and (max-width:1440px) {

    .container-new-layout-width-class .e-con-inner {
    max-width: 1366px !important;
    }

}


@media only screen and (min-width:1441px) and (max-width:1500px) {

    .container-new-layout-width-class .e-con-inner {
    max-width: 1366px !important;
    }

}

@media only screen and (min-width:1501px) and (max-width:1680px) {

 .container-new-layout-width-class .e-con-inner {
   max-width: 1492px !important;
  }

}

@media only screen and (min-width:1681px) and (max-width:1980px) {

 .container-new-layout-width-class .e-con-inner {
   max-width: 1650px !important;
  }

}
@media only screen and (min-width:1981px) {

 .container-new-layout-width-class .e-con-inner {
   /* max-width: 1492px !important; */
    max-width: 1650px !important;
  }

}
/* container layout css end */


/* faq sction css */
.rf-faq-section-class .htmove-accordion-head-text {
    padding-left: 40px !important; 
}

.rf-faq-section-class .htmove-accordion-head:before {
    content: "";
    position: absolute;
    width: 28px;
    margin-right: 20px !important;
    height: 28px;
    background-image: url('/wp-content/uploads/2025/12/faq-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;

}
/* faq sction css end */


/* new testimonial slider styles */
.rf-testimonial-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Left side wrapper (for scroll effect) */
.rf-testimonial-list-container {
    width: 40%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 15px;
}

.rf-testimonial-list {
    transition: transform 0.35s ease-in-out;
}

.rf-testimonial-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    height: 95px;
}

.rf-testimonial-item.active {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1) !important;
    background: #ffffff;
    transform: scale(1.02);
}

.rf-thumb {
    width: 52px;
    height: 52px !important;
    border-radius: 50% !important;
}

.rf-name {

    color: #3B404B;
    font-family: "Be Vietnam", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.3em;
}

.rf-role {
    font-size: 14px;
    color:#8C8CA1;
    margin: 0;
}

/* Right content */

.rf-testimonial-content {
    padding: 40px 0px 40px 0px;
    background-repeat: no-repeat !important;
    background: url(https://fluxwp.zehntech.net/wp-content/uploads/2025/12/quotation-mark.png);
}

.rf-testimonial-content {
    width: 60%;
    position: relative;
}

.rf-testimonial-text {
    display: none;
}

.rf-testimonial-text.active {
    display: block;
}

.rf-main-text p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 1.5em; */
    /* letter-spacing: 0px; */
    color: #8C8CA1;
}

.rf-heading {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Be Vietnam';
    margin-bottom: 20px;
}

/* Vertical arrow navigation */
.rf-nav {
    position: absolute;
    right: 5px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rf-nav span {
    cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
    .rf-testimonial-wrapper {
        flex-direction: column;
    }
    .rf-testimonial-list-container,
    .rf-testimonial-content {
        width: 100%;
    }
    .rf-nav {
        right: 0;
    }
}

@media (max-width: 767px) {
    .rf-name {
        font-size: 16px;
    }
    .rf-main-text {
        font-size: 14px;
    }
}
/* new testimonial slider styles end */


/* all banner gradient class */
.all-banner-gradient-class{
background: linear-gradient(101.48deg, #E8F4FF -0.35%, #cdf2dd99 24.24%, #c2f1cf75 48.38%, #c8f1d79e 73.95%, #E8F4FF 99.16%);
}

