.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: 150px;
    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;
    }
}






/* 
 *  Serviced Location Detail — Premium conversion (sd-*)
 */
.servloc-detail--page {
    padding-bottom: 88px;
}
.servloc-detail--page.sd-has-sticky {
    padding-bottom: 120px;
}

.sd-section {
    width: 100%;
    padding: 72px 24px;
}
.sd-section--alt {
    background: #fff;
}
.sd-section--tint {
    background: rgba(240, 90, 40, 0.06);
}
.sd-section--final {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 80px 24px;
    text-align: center;
}
.sd-section--final .sd-section-title,
.sd-section--final .sd-section-lead {
    color: #fff;
}
.sd-section--final .sd-cta-secondary {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}
.sd-section--final .sd-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.sd-section--final .sd-final-reassurance {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin-top: 20px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.sd-container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.sd-container--narrow {
    max-width: 820px;
}
.sd-container--center {
    text-align: center;
}

.sd-eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F05A28;
    margin: 0 0 10px;
}
.sd-section-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #111;
}
.sd-section-lead {
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    color: #444;
    max-width: 720px;
    margin: 0 auto 24px;
}
.sd-section-lead--left {
    margin-left: 0;
    margin-right: 0;
}

.sd-cta-wrap {
    margin-top: 28px;
}
.sd-cta-wrap--align-center {
    text-align: center;
}
.sd-cta-wrap--align-center .sd-cta-group {
    justify-content: center;
}
.sd-cta-wrap--align-center .sd-trust-row {
    justify-content: center;
}
.sd-cta-band-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #111;
}
.sd-cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.sd-cta-primary,
.sd-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 55px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.sd-cta-primary {
    background: #111;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.sd-cta-primary:hover {
    background: #F05A28;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(240, 90, 40, 0.35);
}
.sd-cta-secondary {
    background: transparent;
    color: #111;
    border: 2px solid #111;
}
.sd-cta-secondary:hover {
    background: #111;
    color: #fff;
}
.sd-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}
.sd-trust-pill {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    padding: 6px 12px;
    line-height: 1.3;
}
.sd-trust-strip {
    padding: 20px 24px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.sd-trust-strip .sd-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}
.sd-trust-strip-label {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.sd-trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin-top: 24px;
}
.sd-trust-badge {
    font-size: 13px;
    font-weight: 600;
    color: #F05A28;
    background: rgba(240, 90, 40, 0.1);
    padding: 8px 16px;
    border-radius: 8px;
}

.sd-section-hero {
    padding-top: 48px;
    padding-bottom: 56px;
}
.sd-section-hero .sd-hero-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.sd-section-hero .sd-hero-copy {
    flex: 1;
    min-width: 0;
}
.sd-section-hero .sd-hero-copy .pret_sd {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #F05A28;
}
.sd-section-hero .sd-hero-copy h1 {
    font-size: clamp(32px, 4.5vw, 44px);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 16px;
}
.sd-section-hero .sd-hero-copy p {
    font-size: 17px;
    line-height: 1.65;
    color: #444;
    max-width: 520px;
}
.sd-section-hero .sd-hero-local {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-top: 16px;
}
.sd-section-hero .sd-hero-media {
    flex: 0 0 42%;
    max-width: 420px;
    position: relative;
}
.sd-section-hero .sd-hero-media .sdvec-2 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
.sd-section-hero .sd-hero-media .sdvec-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
}

.sd-section-about .sd-about-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}
.sd-section-about .sd-about-media {
    flex: 0 0 38%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sd-section-about .sd-about-media img {
    /* max-height: 260px; */
    width: auto;
}
.sd-section-about .sd-about-copy {
    flex: 1;
}
.sd-section-about .sd-about-copy h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 600;
    margin-bottom: 16px;
}
.sd-section-about .sd-about-body {
    font-size: 17px;
    line-height: 1.65;
    color: #444;
}
.sd-section-about .sd-about-body p {
    margin-bottom: 12px;
}

.sd-quote-card {
    margin-top: 32px;
    padding: 24px 20px 20px;
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    position: relative;
}
.sd-quote-card--compact {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}
.sd-quote-card svg {
    flex-shrink: 0;
}
.sd-quote-card div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.sd-quote-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.sd-quote-card .sd-quote-author {
    font-weight: 600;
    color: #111;
    align-self: flex-end;
    font-size: 14px;
}
.sd-quote-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.sd-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.sd-benefit-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 22px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sd-benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.sd-benefit-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    color: #F05A28;
}
.sd-benefit-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.sd-section-how .sd-steps-wrap {
    width: 100%;
    max-width: 900px;
    margin: 32px auto 0;
}
.sd-section-how .sd-steps ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    counter-reset: sd-step;
}
.sd-section-how .sd-steps ol li {
    counter-increment: sd-step;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px 20px 56px;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    text-align: left;
}
.sd-section-how .sd-steps ol li::before {
    content: counter(sd-step);
    position: absolute;
    left: 16px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #F05A28;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sd-section-how .sd-steps ol li strong {
    display: block;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.sd-vehicle-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    list-style: none;
    padding: 32px 0 0;
    margin: 0;
}
.sd-vehicle-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(240, 90, 40, 0.25);
    border-radius: 100px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.sd-vehicle-pill svg {
    flex-shrink: 0;
    color: #F05A28;
}

.sd-cta-band-block {
    margin-top: 48px;
    padding: 32px;
    background: rgba(240, 90, 40, 0.08);
    border-radius: 12px;
    text-align: center;
}

.servloc-detail--page .section-by-testimonial {
    background: #fff;
    padding: 72px 24px;
}
.servloc-detail--page .section-by-testimonial-p {
    font-weight: 600;
}
.servloc-detail--page .section-by-testimonial-h2 {
    font-weight: 600;
}
.servloc-detail--page .testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.servloc-detail--page .testimonial-bubble {
    border-radius: 12px 12px 12px 4px;
}
.servloc-detail--page .sd-testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
    color: #F05A28;
}
.servloc-detail--page .sd-testimonial-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #F05A28;
    margin-bottom: 8px;
}

.servloc-detail--page .section-faqs {
    background: transparent;
}
.servloc-detail--page .section-faqs .sd-faq-lead {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 32px;
    font-size: 17px;
    color: #555;
}
.servloc-detail--page .sd-faq-support {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}
.servloc-detail--page .sd-faq-support--outro {
    margin-top: 32px;
    margin-bottom: 0;
}
.servloc-detail--page .sd-faq-support a {
    color: #F05A28;
    font-weight: 600;
}
.servloc-detail--page .sd-faq-actions {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.servloc-detail--page .sd-faq-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #F05A28;
    text-decoration: underline;
}
.servloc-detail--page .faq-answer ul,
.servloc-detail--page .faq-answer ol {
    margin: 12px 0;
    padding-left: 24px;
    text-align: left;
}
.servloc-detail--page .faq-answer li {
    margin-bottom: 8px;
    line-height: 1.55;
}
.servloc-detail--page .faq-answer p {
    margin-bottom: 10px;
    line-height: 1.55;
    text-align: left;
}
.servloc-detail--page .faq-answer a {
    color: #F05A28;
    font-weight: 600;
}
.servloc-detail--page .faq-item {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sd-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
}
.sd-sticky-cta.is-visible {
    display: block;
}
.sd-sticky-cta .sd-cta-primary {
    width: 100%;
    min-height: 52px;
}

@media (max-width: 991px) {
    .sd-sticky-cta {
        display: none;
    }
    .sd-sticky-cta.is-visible {
        display: block;
    }
    .servloc-detail--page.sd-has-sticky {
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .sd-section {
        padding: 56px 20px;
    }
    .sd-section-hero .sd-hero-inner {
        flex-direction: column;
        padding: 32px 24px;
    }
    .sd-section-hero .sd-hero-media {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .sd-about--editorial .sd-about-grid--creative {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sd-about--editorial .sd-about-visual {
        order: -1;
    }
    .sd-about--editorial .sd-about-visual img {
        max-height: 320px;
        object-fit: contain;
    }
    .sd-about-copy--editorial .sd-cta-wrap {
        margin-top: 20px;
        padding-top: 20px;
    }
    .sd-about--editorial .sd-about-quote {
        margin-top: 20px;
    }
    .sd-about--editorial .sd-about-quote__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .sd-cta-group {
        flex-direction: column;
        width: 100%;
    }
    .sd-cta-primary,
    .sd-cta-secondary {
        width: 100%;
    }
    .sd-benefit-grid {
        grid-template-columns: 1fr;
    }
    .sd-section-how .sd-steps ol {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .sd-sticky-cta {
        display: none !important;
    }
    .servloc-detail--page.sd-has-sticky {
        padding-bottom: 88px;
    }
}

/* Serviced Location Detail — Body v2 */
.servloc-detail--page.sd-v2 .sd-section {
    padding: 60px 24px;
}
.servloc-detail--page.sd-v2 .sd-section-title {
    font-weight: 700;
}
.servloc-detail--page.sd-v2 .sd-section-title--sm {
    font-size: clamp(24px, 3vw, 32px);
}
.servloc-detail--page.sd-v2 .sd-section-compact {
    padding: 48px 24px;
}
.servloc-detail--page.sd-v2 .sd-section-lead {
    font-size: 16px;
    line-height: 1.6;
}
.servloc-detail--page.sd-v2 .sd-section-lead--compact {
    max-width: 640px;
    margin-bottom: 0;
}

.servloc-detail--page.sd-v2 .sd-section-hero .sd-hero-copy h1 {
    font-size: clamp(34px, 5vw, 48px);
    font-weight: 700;
}
.servloc-detail--page.sd-v2 .sd-hero-lead {
    max-width: 520px;
}

.sd-cta-primary--lg,
.sd-cta-secondary--lg {
    min-height: 52px;
    padding: 14px 32px;
    font-size: 17px;
}
.sd-cta-primary--lg {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.servloc-detail--page.sd-v2 .sd-section--final .sd-section-title {
    font-size: clamp(30px, 4.5vw, 44px);
}
.servloc-detail--page.sd-v2 .sd-trust-row--final {
    justify-content: center;
    margin-top: 24px;
}
.servloc-detail--page.sd-v2 .sd-section--final .sd-trust-pill {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.9);
}

.sd-trust-bar-v2 {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 28px 24px;
}
.sd-trust-bar-v2__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 24px;
    align-items: start;
    text-align: center;
}
.sd-trust-bar-v2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sd-trust-bar-v2__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(240, 90, 40, 0.1);
    color: #F05A28;
}
.sd-trust-bar-v2__icon svg {
    width: 22px;
    height: 22px;
}
.sd-trust-bar-v2__label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #333;
}

.sd-about--editorial .sd-about-grid--creative {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.sd-about--editorial .sd-about-visual {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sd-about--editorial .sd-about-visual img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sd-about-copy--editorial {
    display: flex;
    flex-direction: column;
    max-width: 36rem;
}
.sd-about--editorial .sd-about-copy--editorial h2.sd-section-title {
    margin-bottom: 12px;
}
.sd-about-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px;
}
.sd-about--editorial .sd-about-body {
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}
.sd-about--editorial .sd-about-body p {
    margin-bottom: 14px;
}
.sd-about--editorial .sd-about-body p:last-child {
    margin-bottom: 0;
}
.sd-about-copy--editorial .sd-cta-wrap {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.sd-about-quote {
    margin: 28px 0 0;
    padding: 0 0 0 20px;
    border-left: 3px solid #F05A28;
}
.sd-about-quote__text {
    margin: 0;
}
.sd-about-quote__text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}
.sd-about-quote__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.sd-about-quote__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F05A28;
}
.sd-about-quote__author {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.sd-benefit-grid--landing {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 36px;
    text-align: left;
}
.sd-benefit-card--landing {
    min-height: 140px;
    grid-column: span 2;
}
.sd-benefit-card--landing:nth-child(4) {
    grid-column: 2 / span 2;
}
.sd-benefit-card--landing:nth-child(5) {
    grid-column: 4 / span 2;
}
.sd-benefit-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.25;
}
.sd-benefit-card__body {
    font-size: 15px;
    line-height: 1.55;
    color: #444;
    margin: 0;
}

.sd-how-intro {
    max-width: 720px;
    margin: 16px auto 0;
    text-align: center;
}
.sd-how-intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
.sd-how-intro.sd-steps {
    text-align: left;
}
.sd-section-how .sd-how-intro.sd-steps ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    counter-reset: sd-step;
}
.sd-section-how .sd-how-intro.sd-steps ol li {
    counter-increment: sd-step;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px 20px 56px;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    text-align: left;
}
.sd-section-how .sd-how-intro.sd-steps ol li::before {
    content: counter(sd-step);
    position: absolute;
    left: 16px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #F05A28;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sd-section-how .sd-how-intro.sd-steps ol li strong {
    display: block;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}
.sd-section-how .sd-cta-wrap {
    margin-top: 24px;
}
.sd-section-how .sd-cta-wrap--align-center .sd-cta-group {
    justify-content: center;
}
.sd-section-how .sd-trust-row--compact {
    justify-content: center;
}
.sd-section-how .sd-steps-row {
    margin-top: 40px;
}

.sd-steps-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sd-step-card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    padding: 28px 20px 24px;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.sd-step-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F05A28;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
}
.sd-step-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.3;
}
.sd-step-card__text {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0;
}
.sd-step-card__connector {
    flex: 0 0 32px;
    align-self: center;
    height: 2px;
    background: linear-gradient(90deg, rgba(240, 90, 40, 0.2), #F05A28, rgba(240, 90, 40, 0.2));
    position: relative;
}
.sd-step-card__connector::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #F05A28;
}

.sd-section-mid-cta {
    background: rgba(240, 90, 40, 0.12);
    padding: 56px 24px;
}
.sd-section-mid-cta .sd-cta-band-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    margin-bottom: 12px;
}
.sd-section-mid-cta .sd-cta-band-body {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 520px;
    margin: 0 auto 20px;
}
.sd-cta-wrap--mid .sd-cta-band-title {
    text-align: center;
}

.sd-section-mid-cta--split {
    padding: 56px 24px;
}
.sd-mid-cta-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.sd-mid-cta-visual {
    border-radius: 20px 20px 20px 6px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
    background: #fff;
}
.sd-mid-cta-photo {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    object-position: top center;
}
.sd-mid-cta-copy .sd-cta-band-body {
    margin-left: auto;
    margin-right: auto;
}
.sd-section-mid-cta--split .sd-cta-wrap--mid .sd-cta-band-title,
.sd-section-mid-cta--split .sd-mid-cta-copy .sd-cta-wrap--align-center .sd-cta-group {
    text-align: center;
}

.sd-mid-cta-testimonial {
    margin: 24px auto 0;
    max-width: 480px;
    padding: 20px 22px;
    text-align: center;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.sd-mid-cta-testimonial .sd-testimonial-stars {
    justify-content: center;
    margin-bottom: 8px;
}
.sd-mid-cta-testimonial .sd-testimonial-label {
    display: block;
    margin-bottom: 10px;
}
.sd-mid-cta-testimonial__quote {
    margin: 0;
}
.sd-mid-cta-testimonial__quote p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
}
.sd-mid-cta-testimonial__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.sd-mid-cta-testimonial__footer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.sd-mid-cta-testimonial__footer cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #111;
}
.sd-mid-cta-testimonial__footer span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.sd-vehicle-grid--compact {
    padding-top: 24px;
}

.servloc-detail--page.sd-v2 .sd-section-local-market .sd-section-lead--compact {
    margin-bottom: 0;
}
.servloc-detail--page.sd-v2 .sd-local-market__vehicles-title {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    color: #111;
    text-align: center;
}
.servloc-detail--page.sd-v2 .sd-section-local-market .sd-vehicle-grid--compact {
    padding-top: 20px;
}

.sd-confidence-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.sd-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sd-confidence--hub {
    padding-top: 56px;
    padding-bottom: 56px;
}
.sd-confidence-hub {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.sd-confidence-hub__copy {
    min-width: 0;
    text-align: left;
}
.sd-confidence--hub .sd-confidence-hub__panel {
    padding: 32px 28px;
    border-radius: 16px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.sd-confidence--hub .sd-confidence-hub__copy .sd-eyebrow {
    font-weight: 700;
}
.sd-confidence--hub .sd-confidence-hub__copy .sd-section-title {
    margin-bottom: 12px;
    color: #111;
    font-weight: 700;
}
.sd-confidence--hub .sd-confidence-hub__lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 14px;
}
.sd-confidence--hub .sd-confidence-hub__body {
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    margin: 0;
}
.sd-confidence--hub .sd-confidence-hub__copy .sd-cta-wrap {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ececec;
}
.sd-confidence--hub .sd-trust-pill {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: #f5f5f5;
    border: 1px solid rgba(240, 90, 40, 0.25);
    padding: 8px 14px;
}
.sd-confidence-hub__visual {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.sd-confidence-hub__visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.05));
}
.sd-confidence--hub .sd-confidence-testimonial {
    margin: 20px 0 0;
    padding: 18px 18px 18px 20px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
    border-left: 3px solid #F05A28;
}
.sd-confidence--hub .sd-confidence-testimonial__quote {
    margin: 0;
}
.sd-confidence--hub .sd-confidence-testimonial__quote p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #2d2d2d;
    font-style: normal;
}
.sd-confidence--hub .sd-confidence-testimonial__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}
.sd-confidence--hub .sd-confidence-testimonial__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F05A28;
}
.sd-confidence--hub .sd-confidence-testimonial__footer cite {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.sd-reassurance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.sd-reassurance-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.sd-reassurance-card__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(240, 90, 40, 0.12);
    color: #F05A28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.sd-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
    text-align: left;
}
.sd-testimonial-card-v2 {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid #eee;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}
.sd-testimonial-card-v2__quote {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 20px;
}
.sd-testimonial-card-v2__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sd-testimonial-card-v2__author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.sd-testimonial-card-v2__author strong {
    display: block;
    font-size: 14px;
    color: #111;
}
.sd-testimonial-card-v2__author span {
    font-size: 12px;
    color: #777;
}
.sd-testimonial-cta {
    margin-top: 40px;
    text-align: center;
}
.sd-testimonial-cta__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px;
}

.sd-faq-split {
    display: grid;
    grid-template-columns: minmax(260px, 36%) 1fr;
    gap: 40px 48px;
    align-items: start;
}
.sd-faq-split__intro .sd-section-title {
    text-align: left;
    margin-bottom: 12px;
}
.sd-faq-split__intro .sd-faq-lead {
    text-align: left;
    margin: 0 0 20px;
    max-width: none;
    font-size: 16px;
    color: #555;
}
.servloc-detail--page.sd-v2 .sd-faq-split .sd-faq-support {
    text-align: left;
    margin: 0;
    max-width: none;
    font-size: 15px;
}
.sd-faq-footer {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}
.sd-faq-footer__title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #111;
}
.sd-faq-footer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
}

.servloc-detail--page.sd-v2 .sd-section-listings .sd-eyebrow {
    text-align: center;
    display: block;
}
.sd-listings-block {
    margin-bottom: 48px;
}
.sd-listings-block:last-child {
    margin-bottom: 0;
}
.sd-listings-block .sd-section-title--sm {
    text-align: center;
    margin-bottom: 24px;
}
.servloc-detail--page.sd-v2 .sd-listings-grid.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0;
    max-width: 100%;
}
.servloc-detail--page.sd-v2 .sd-listings-grid .lazychimp-card {
    width: 100%;
    max-width: 100%;
}
.sd-listings-view-all {
    display: inline-block;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 600;
    color: #F05A28;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}
.sd-listings-view-all:hover {
    color: #d94a1f;
}

@media (max-width: 991px) {
    .servloc-detail--page.sd-v2 .section-faqs-con-image,
    .servloc-detail--page .sd-faq-split .section-faqs-con-image {
        display: none;
    }
    .sd-trust-bar-v2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sd-faq-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sd-confidence-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sd-confidence-hub {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sd-confidence--hub .sd-confidence-hub__panel {
        padding: 24px 20px;
    }
    .sd-confidence-hub__visual {
        order: 2;
        max-width: 100%;
    }
    .sd-confidence-hub__visual img {
        max-height: 260px;
        object-fit: contain;
    }
    .sd-confidence--hub .sd-confidence-testimonial__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

@media (max-width: 768px) {
    .servloc-detail--page.sd-v2 .sd-section {
        padding: 48px 20px;
    }
    .sd-trust-bar-v2__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
    }
    .sd-benefit-grid--landing {
        grid-template-columns: 1fr;
    }
    .sd-benefit-card--landing,
    .sd-benefit-card--landing:nth-child(4),
    .sd-benefit-card--landing:nth-child(5) {
        grid-column: auto;
    }
    .sd-steps-row {
        flex-direction: column;
        gap: 16px;
    }
    .sd-step-card__connector {
        display: none;
    }
    .sd-testimonial-grid {
        grid-template-columns: 1fr;
    }
    .sd-reassurance-grid {
        grid-template-columns: 1fr;
    }
    .sd-cta-primary--lg,
    .sd-cta-secondary--lg {
        width: 100%;
    }
    .servloc-detail--page.sd-v2 .sd-listings-grid.cards-grid {
        grid-template-columns: 1fr;
    }
    .sd-mid-cta-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sd-mid-cta-visual {
        transform: none;
        max-width: 100%;
    }
    .sd-mid-cta-photo {
        max-height: 220px;
    }
}

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

