.servloc--page{
    /* max-width: 920px;
    margin: 0 auto; */
    width: 100%;
    /* height: 100vh; */

    background-color: #F5F5F5;
}

.servloc--page h1{
    padding: 0;
    margin: 0;
    font-weight: 300;
    /* text-transform: uppercase; */
}
.servloc--page h1 span{
    color: #F05A28;
}
.servloc--page h2{
    padding: 0;
    margin: 0;
    font-weight: 300;
    /* text-transform: uppercase; */
}
.servloc--page h2 span{
    color: #F05A28;
}
.servloc--page p{
    font-weight: 300;
    margin: 0;
    padding: 0;
}



/* 
 *  Hero Section Start
*/
.servloc--page .section-hero{
    width: 100%;
    /* height: 300px; */
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: antiquewhite; */
    padding: 60px 25px;
    padding-bottom: 25px;
    /* background-image: url(../images/hero-banner.png);
    background-position: center;
    background-size: cover; */
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.servloc--page .section-hero h1{
    text-align: center;
    margin-bottom: 5px;
    color: 000;
}
.servloc--page .section-hero p{
    max-width: 500px;
    text-align: center;
    line-height: 140%;
}
.servloc--page .section-hero .servloc-input-bar{
    position: relative;
    margin-top: 20px;
    z-index: 3;
}
.servloc--page .section-hero .servloc-input-bar .main-box-links{
    position: absolute;
    width: 500px;
    height: auto;
    top: 21px;
    left: 0;
    right: 0;
    padding-top: 35px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 10px;
    overflow: hidden;
}
.servloc--page .section-hero .servloc-input-bar .main-box-links ul{


    max-height: 200px;
    /* bottom: -300px; */

    padding: 0;
    margin: 0;
    /* padding-bottom: 15px; */

    overflow: hidden;
    overflow-y: auto;
}
.servloc--page .section-hero .servloc-input-bar .main-box-links ul li{
    list-style: none;
    margin: 0;
}
.servloc--page .section-hero .servloc-input-bar .main-box-links ul li a{
    width: 500px;
    display: block;
    padding: 10px 15px;
    /* background-color: #777; */
    font-size: 14px;
    color: #000;
    transition: 200ms !important;
    margin-bottom: 2px;
}
.servloc--page .section-hero .servloc-input-bar .main-box-links ul li a:hover{
    background-color: #e5e5e5;
}
.none-lnks{
    width: 100%;
    height: 30px;
    color: #a5a5a5;
    font-size: 14px;
    text-align: center;
    /* background-color: #8c8a8a; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.servloc--page .section-hero .servloc-input-bar input{
    width: 500px;
    height: 48px;
    background-color: #fff;
    border-radius: 55px;
    border: none;
    outline: none;
    color: #000;
    padding: 5px 20px;
    padding-right: 105px;
    position: relative;
    z-index: 2;
}
.servloc--page .section-hero .servloc-input-bar input::placeholder{
    color: #7a7a7a;
}
.servloc--page .section-hero .servloc-input-bar button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    /* width: 41px; */
    height: 39px;
    padding: 3px 28px;
    background-color: #F05A28;
    color: #fff;
    font-size: 15px;
    border-radius: 55px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 200 !important;
    z-index: 2;
}  
.servloc--page .section-hero .hero-car-serv-img{
    height: 180px;
    margin-top: 55px;
    position: relative;
    z-index: 2;
}
.hero-car-serv-vec{
    position: absolute;
    left: 4rem;
    top: -2rem;
    z-index: 1;
    opacity: .6;
}
@media (max-width: 560px) {
    .servloc--page .section-hero .servloc-input-bar input{
        width: 350px;
        padding-right: 120px;
    }
    .servloc--page .section-hero .servloc-input-bar .main-box-links ul li a,
    .servloc--page .section-hero .servloc-input-bar .main-box-links{
        width: 350px;
    }
    .servloc--page .section-hero .hero-car-serv-img{
        display: none;
    }
    .servloc--page .section-hero{
        padding-bottom: 80px;

    }
}
@media (max-width: 382px) {
    .servloc--page .section-hero .servloc-input-bar input{
        width: 100%;
    }
    .servloc--page .section-hero .servloc-input-bar .main-box-links ul li a,
    .servloc--page .section-hero .servloc-input-bar .main-box-links{
        width: 100%;
    }
    .hero-car-serv-vec{
        position: absolute;
        top: -15rem;
        height: 800px ;
    }
}
/* 
 *   Hero Section End
*/


/* 
 *   ByState Section End
*/
.servloc--page .section-by-state{
    position: relative;
    /* height: 450px; */
    width: 100%;
    background-color: #fff;
}
.servloc--page .section-by-state .line{
    width: 100%;
    height: 110px; /* adjust as needed */
    background-image: url("../../images/bg-orange-tire.gif");
    background-repeat: repeat-x; /* repeat horizontally */
    background-position: left top;
    background-size: auto 100%; /* keeps full height */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.servloc--page .section-by-state-main{
    max-width: 910px;
    margin: 0 auto;


    padding-inline: 25px;
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 2;
}
.servloc--page .section-by-state-main .bys-image{
    align-self: flex-end;
    padding-top: 142px;
    width: 50%;
    padding-bottom: 50px;
}
.servloc--page .section-by-state-main .bys-image img{
    width: 90%;
}
.servloc--page .section-by-state-main .bys-details{
    width: 50%;
    padding-block: 80px;
    padding-bottom: 150px;
}
.servloc--page .bys-details__pa{
    font-size: 15px;
    margin-bottom: 10px;
}
.servloc--page .section-by-state-main .bys-details .bys-details__p{
    display: flex;
    align-items: center;
    gap: 5px;
}
.servloc--page .section-by-state-main .bys-details .state-con {
    margin-top: 1rem;
    columns: 2;
    column-gap: 40px; /* spacing between columns */
}
.servloc--page .section-by-state-main .bys-details .state-con p {
    break-inside: avoid;
    margin-bottom: 10px;
    font-size: 15px;
}
@media (max-width: 560px) {
    .servloc--page .section-by-state-main .bys-image{
        display: none;
    }
    .servloc--page .section-by-state-main .bys-details{
        width: 100%;
    }
}
/* 
 *   ByState Section End
*/


/* 
 *   ByCity Section Start
*/
.section-by-city{
    max-width: 870px;
    margin: 0 auto;
    padding: 80px 25px;

}
.section-by-city .section-by-city-p{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}
.section-by-city .section-by-city-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    /* justify-items: center; */
    gap: 30px; /* spacing between columns */
}
.section-by-city .section-by-city-box-list{
    display: flex;
    flex-direction: column;
    row-gap: 8px;

}   
.section-by-city .section-by-city-box-list a{
    color: #000;
    width: fit-content;
    font-weight: 300;
    font-size: 16px;
}
.section-by-city .section-by-city-box-list a:hover{
    text-decoration: underline;
}
@media (max-width: 560px) {
    .section-by-city .section-by-city-box{
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        /* justify-items: center; */
        gap: 30px; /* spacing between columns */
    }
}
/* 
 *   ByCity Section End
*/


/* 
 *   Testimonial Section Start
*/
.servloc--page .section-by-testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px 25px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.servloc--page .section-by-testimonial-p{
    font-size: 15px;
    line-height: 1.2;
    color: #444;
    margin-bottom: 8px;
    font-weight: 300;
}
.servloc--page .section-by-testimonial-h2{
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
    margin-bottom: 60px;
}
.servloc--page .section-by-testimonial-con{
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    overflow: hidden;
}
.servloc--page .testimonial-slider-wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.servloc--page .testimonial-track{
    display: flex;
    gap: 22px;
    transition: transform 0.8s ease;
    will-change: transform;
}
.servloc--page .testimonial-card{
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: calc((100% - 44px) / 3);
}
.servloc--page .testimonial-bubble{
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    padding: 20px 18px 24px;
    min-height: 160px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    box-sizing: border-box;
}
.servloc--page .testimonial-bubble::after{
    content: "";
    position: absolute;
    left: 30px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    transform: rotate(-45deg);
}
.servloc--page .testimonial-user{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding-left: 10px;
}
.servloc--page .testimonial-user-img{
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servloc--page .testimonial-user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.servloc--page .testimonial-user-info{
    text-align: left;
}
.servloc--page .testimonial-user-info h4{
    margin: 0;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
}
.servloc--page .testimonial-user-info span{
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #999;
    line-height: 1.2;
}
@media (max-width: 991px){
    .servloc--page .testimonial-card{
        flex: 0 0 calc((100% - 22px) / 2);
        min-width: calc((100% - 22px) / 2);
    }

    .servloc--page .section-by-testimonial-h2{
        font-size: 36px;
    }
}
@media (max-width: 767px){
    .servloc--page .testimonial-card{
        flex: 0 0 100%;
        min-width: 100%;
    }

    .servloc--page .section-by-testimonial{
        padding: 60px 20px;
    }

    .servloc--page .section-by-testimonial-p{
        font-size: 22px;
    }

    .servloc--page .section-by-testimonial-h2{
        font-size: 30px;
    }

    .servloc--page .testimonial-bubble{
        min-height: auto;
    }
}

/* 
 *   Testimonial Section End
*/




/* 
 *   FAQ Section Start
*/
.servloc--page .section-faqs{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 25px;
    background: #fff;
}
.servloc--page .section-faqs h2{
    line-height: 1.2;
    font-weight: 300;
    color: #2d2d2d;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}
.servloc--page .section-faqs-con{
    display: flex;
    gap: 30px;
    max-width: 910px;
    width: 100%;
    margin: 60px auto 0;
    align-items: stretch;
}
.servloc--page .section-faqs-con-list{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.servloc--page .section-faqs-con-image{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servloc--page .section-faqs-con-image img{
    max-width: 80%;
    height: auto;
    display: block;
}
.servloc--page .faq-item{
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    margin-bottom: 10px;
}
.servloc--page .faq-item.active{
    background: #F58D6B;
    border-color: #F58D6B;
}
.servloc--page .faq-question{
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 15px;
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}
.servloc--page .faq-question-text{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #555;
    flex: 1;
    
}
.servloc--page .faq-item.active .faq-question-text{
    color: #fff;
}
.servloc--page .faq-icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #8c8c8c;
    transition: all 0.3s ease;
}
.servloc--page .faq-item.active .faq-icon{
    color: #777;
}
.servloc--page .faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 15px;
}
.servloc--page .faq-answer p{
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.95);
    padding-bottom: 18px;
}
.servloc--page .faq-item:not(.active) .faq-answer p{
    color: #777;
}
@media (max-width: 991px){
    .servloc--page .section-faqs-con{
        flex-direction: column;
    }

    .servloc--page .section-faqs-con-list,
    .servloc--page .section-faqs-con-image{
        width: 100%;
    }
    .servloc--page .section-faqs-con-image{
        display: none;
    }
    .servloc--page .section-faqs h2{
        font-size: 34px;
    }
}
@media (max-width: 767px){
    .servloc--page .section-faqs{
        padding: 60px 20px;
    }

    .servloc--page .section-faqs h2{
        font-size: 28px;
    }

    .servloc--page .faq-question{
        padding: 16px;
    }

    .servloc--page .faq-answer{
        padding: 0 16px;
    }
}
/* 
 *   FAQ Section End
*/







/* 
 *
 *  Service Location Detail Styles Start
 *  
*/
.servloc-detail--page{
    /* max-width: 920px;
    margin: 0 auto; */
    width: 100%;
    /* height: 100vh; */
    background-color: #F5F5F5;
}
.servloc-detail--page h1{
    padding: 0;
    margin: 0;
    font-weight: 300;
    /* text-transform: uppercase; */
}
.servloc-detail--page h1 span{
    color: #F05A28;
}
.servloc-detail--page h2{
    padding: 0;
    margin: 0;
    font-weight: 300;
    /* text-transform: uppercase; */
}
.servloc-detail--page h2 span{
    color: #F05A28;
}
.servloc-detail--page p{
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.btn_ssd-primary{
    background-color: #111;
    color: #fff;
    padding: 9px 14px;
    font-weight: 400;
    border-radius: 55px;
}
.btn_ssd-sec{
    background-color: transparent;
    color: #111;
    padding: 9px 14px;
    font-weight: 400;
    border: 1px solid #111;
    border-radius: 55px;
}
/* 
 *   Hero Section Start
*/
.servloc-detail--page .section-hero{
    max-width: 910px;
    margin: 0 auto;
    padding: 80px 25px;
    display: flex;
    gap: 25px;

}
.servloc-detail--page .section-hero_sd_detail{
    width: 50%;
}
.servloc-detail--page .section-hero_sd_detail .pret_sd{
    margin-bottom: 5px;
    font-size: 15px;
}
.servloc-detail--page .section-hero_sd_detail h1{
    margin-bottom: 8px;
}
.servloc-detail--page .section-hero_sd_detail p{
    max-width: 450px;
}
.servloc-detail--page .section-hero_sd_image{
    width: 50%;
    position: relative;

}
.servloc-detail--page .section-hero_sd_image .sdvec-2{
    position: relative;
    z-index: 2;
}
.servloc-detail--page .section-hero_sd_image .sdvec-1{
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 692px) {
    .servloc-detail--page .section-hero{
        flex-direction: column;

    }
    .servloc-detail--page .section-hero_sd_image{
        width: 100%;
        position: relative;

    }
    .servloc-detail--page .section-hero_sd_detail{
        width: 100%;
    }
    .servloc-detail--page .section-hero_sd_detail p{
        max-width: 650px;
    }
}
/* 
 *   Hero Section End
*/



/* 
 *   About Section Start
*/
.section-about{
    max-width: 910px;
    margin: 0 auto;
    padding: 0px 25px;
    display: flex;
    gap: 25px;
}
.section-about-sd-abt-detail{
    width: 60%;
    padding-block: 80px;
}
.section-about-sd-abt-img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-about-sd-abt-img img{
    height: 220px;
}

.section-about .testi-sd{
    margin-top: 45px;
    padding: 15px;
    display: flex;
    gap: 15px;
    background-color: #FFF;
    position: relative;
    border-radius: 8px;
    padding-top: 20px;
}
.section-about .testi-sd svg{
    position: absolute;
    top: -35px;
    left: 20px;
}
.section-about .testi-sd div{
    display: flex;
    flex-direction: column;
    row-gap: 10px;

}
.section-about .testi-sd div p{
    font-size: 14px;
}
.section-about .testi-sd img{
    width: 45px;
    height: 45px;
    border-radius: 60px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 692px) {
    .section-about{
        flex-direction: column;

    }
    .section-about-sd-abt-img{
        display: none;
    }
    .section-about-sd-abt-detail{
        width: 100%;
    }

}
/* 
 *   About Section End
*/


/* 
 *   How Section Start
*/
.section-how-it-works{
    padding: 80px 25px;
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    position: relative;
    z-index: 2;
}
.section-how-it-works svg{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-how-it-works__pret{
    font-size: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-how-it-works h2{
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-how-it-works__pr{
    max-width: 830px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-how-it-works__test{
    max-width: 400px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 3rem;
    position: relative;
    padding-top: 35px;
    position: relative;
    z-index: 2;
    row-gap: 15px;
    border-radius: 10px;
}
.section-how-it-works__test p{
    font-size: 14px;

}
.section-how-it-works__test .author-sdts{
    align-self: flex-end;
}
.section-how-it-works__test img{
    width: 55px;
    height: 55px;
    border-radius: 60px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -30px;
    left: 50%;
    border: 5px solid #fff;
    transform: translateX(-50%);
}











.section-showcase {
    max-width: 2103px;
    margin: 0 auto;
    padding: 90px 40px;
    background-color: #F4DCD4;
    overflow: hidden;
    padding-bottom: 10px;
}
.section-showcase .sec-s-main {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section-showcase .sec-s-main h2 {
    margin: 0 0 10px;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    color: #111827;
}

.section-showcase .showcase-count {
    margin: 0 0 36px;
    font-size: 18px;
    color: #b08d80;
    letter-spacing: 1px;
}

.section-showcase .cars-sd-m {
    position: relative;
    width: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-showcase .car-bg-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: 220px;
    font-weight: 700;
    line-height: 1;
    color: rgba(92, 67, 58, 0.08);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.section-showcase .showcase-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.section-showcase .showcase-slider:active {
    cursor: grabbing;
}

.section-showcase .showcase-track {
    display: flex;
    align-items: center;
    transition: transform 0.55s ease;
    will-change: transform;
}

.section-showcase .showcase-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.38;
    transform: scale(0.72);
    transition: transform 0.55s ease, opacity 0.55s ease;
    padding: 0 8px;
    box-sizing: border-box;
}

.section-showcase .showcase-slide img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.16));
}

.section-showcase .showcase-slide.is-active {
    opacity: 1;
    transform: scale(1.08);
}

.section-showcase .showcase-slide.is-prev,
.section-showcase .showcase-slide.is-next {
    opacity: 0.55;
    transform: scale(0.82);
}

@media (max-width: 1199px) {
    .section-showcase .sec-s-main h2 {
        font-size: 42px;
    }

    .section-showcase .car-bg-text {
        font-size: 160px;
    }

    .section-showcase .cars-sd-m {
        min-height: 380px;
    }
}

@media (max-width: 991px) {
    .section-showcase {
        padding: 70px 24px;
    }

    .section-showcase .sec-s-main h2 {
        font-size: 34px;
    }

    .section-showcase .showcase-count {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .section-showcase .car-bg-text {
        font-size: 110px;
    }

    .section-showcase .cars-sd-m {
        min-height: 310px;
    }

    .section-showcase .showcase-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .section-showcase {
        padding: 56px 16px;
    }

    .section-showcase .sec-s-main h2 {
        font-size: 28px;
    }

    .section-showcase .showcase-count {
        font-size: 14px;
    }

    .section-showcase .car-bg-text {
        font-size: 64px;
        max-width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-showcase .cars-sd-m {
        min-height: 230px;
    }

    .section-showcase .showcase-slide {
        flex: 0 0 100%;
        max-width: 100%;
        opacity: 1;
    }

    .section-showcase .showcase-slide,
    .section-showcase .showcase-slide.is-prev,
    .section-showcase .showcase-slide.is-next,
    .section-showcase .showcase-slide.is-active {
        transform: scale(1);
    }

    .section-showcase .showcase-slide img {
        max-width: 340px;
    }
}








.servloc-detail--page .section-by-testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px 25px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.servloc-detail--page .section-by-testimonial-p{
    font-size: 15px;
    line-height: 1.2;
    color: #444;
    margin-bottom: 8px;
    font-weight: 300;
}
.servloc-detail--page .section-by-testimonial-h2{
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
    margin-bottom: 60px;
}
.servloc-detail--page .section-by-testimonial-con{
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    overflow: hidden;
}
.servloc-detail--page .testimonial-slider-wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.servloc-detail--page .testimonial-track{
    display: flex;
    gap: 22px;
    transition: transform 0.8s ease;
    will-change: transform;
}
.servloc-detail--page .testimonial-card{
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: calc((100% - 44px) / 3);
}
.servloc-detail--page .testimonial-bubble{
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    padding: 20px 18px 24px;
    min-height: 160px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    box-sizing: border-box;
}
.servloc-detail--page .testimonial-bubble::after{
    content: "";
    position: absolute;
    left: 30px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    transform: rotate(-45deg);
}
.servloc-detail--page .testimonial-user{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding-left: 10px;
}
.servloc-detail--page .testimonial-user-img{
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servloc-detail--page .testimonial-user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.servloc-detail--page .testimonial-user-info{
    text-align: left;
}
.servloc-detail--page .testimonial-user-info h4{
    margin: 0;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
}
.servloc-detail--page .testimonial-user-info span{
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #999;
    line-height: 1.2;
}
@media (max-width: 991px){
    .servloc-detail--page .testimonial-card{
        flex: 0 0 calc((100% - 22px) / 2);
        min-width: calc((100% - 22px) / 2);
    }

    .servloc-detail--page .section-by-testimonial-h2{
        font-size: 36px;
    }
}
@media (max-width: 767px){
    .servloc-detail--page .testimonial-card{
        flex: 0 0 100%;
        min-width: 100%;
    }

    .servloc-detail--page .section-by-testimonial{
        padding: 60px 20px;
    }

    .servloc-detail--page .section-by-testimonial-p{
        font-size: 22px;
    }

    .servloc-detail--page .section-by-testimonial-h2{
        font-size: 30px;
    }

    .servloc-detail--page .testimonial-bubble{
        min-height: auto;
    }
}




.servloc-detail--page .section-faqs{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 25px;
    background: #fff;
}
.servloc-detail--page .section-faqs h2{
    line-height: 1.2;
    font-weight: 300;
    color: #2d2d2d;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}
.servloc-detail--page .section-faqs-con{
    display: flex;
    gap: 30px;
    max-width: 910px;
    width: 100%;
    margin: 60px auto 0;
    align-items: stretch;
}
.servloc-detail--page .section-faqs-con-list{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.servloc-detail--page .section-faqs-con-image{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servloc-detail--page .section-faqs-con-image img{
    max-width: 80%;
    height: auto;
    display: block;
}
.servloc-detail--page .faq-item{
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    margin-bottom: 10px;
}
.servloc-detail--page .faq-item.active{
    background: #F58D6B;
    border-color: #F58D6B;
}
.servloc-detail--page .faq-question{
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 15px;
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}
.servloc-detail--page .faq-question-text{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #555;
    flex: 1;
    
}
.servloc-detail--page .faq-item.active .faq-question-text{
    color: #fff;
}
.servloc-detail--page .faq-icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #8c8c8c;
    transition: all 0.3s ease;
}
.servloc-detail--page .faq-item.active .faq-icon{
    color: #777;
}
.servloc-detail--page .faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 15px;
}
.servloc-detail--page .faq-answer p{
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.95);
    padding-bottom: 18px;
}
.servloc-detail--page .faq-item:not(.active) .faq-answer p{
    color: #777;
}
@media (max-width: 991px){
    .servloc-detail--page .section-faqs-con{
        flex-direction: column;
    }

    .servloc-detail--page .section-faqs-con-list,
    .servloc-detail--page .section-faqs-con-image{
        width: 100%;
    }
    .servloc-detail--page .section-faqs-con-image{
        display: none;
    }
    .servloc-detail--page .section-faqs h2{
        font-size: 34px;
    }
}
@media (max-width: 767px){
    .servloc-detail--page .section-faqs{
        padding: 60px 20px;
    }

    .servloc-detail--page .section-faqs h2{
        font-size: 28px;
    }

    .servloc-detail--page .faq-question{
        padding: 16px;
    }

    .servloc-detail--page .faq-answer{
        padding: 0 16px;
    }
}






/* 
 *
 *  Service Location Detail Styles End
 *  
*/

