/* html,
body{
    overflow-x:hidden;
} */

html{
    scroll-behavior:smooth;
}

body{
	overflow-x:hidden;
    font-family:'Poppins',sans-serif;
	padding-bottom:65px;
}

.navbar-toggler{
    border:none;
    padding:4px 8px;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none;
}

footer{
    margin-top:0 !important;
}

.hero{
	padding:70px 0;
	background:#f8f9fa;
}

.hero-badges p{
    margin-bottom:10px;
    font-weight:500;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.whatsapp-btn:hover{
    background:#20ba5a;
    color:#fff;
}

.mobile-cta{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    display:flex;
    z-index:9999;
    background:#fff;
    border-top:1px solid #e9ecef;
	box-shadow:0 -2px 10px rgba(0,0,0,.08);
}

.mobile-cta a{
    flex:1;
    text-align:center;
    padding:10px 5px;
    text-decoration:none;
    font-size:14px;
    line-height:1.3;
    font-weight:500;
}

.mobile-cta i{
    font-size:21px;
    display:block;
    margin-bottom:3px;
}

.cta-call{
    color:#0d6efd;
}

.cta-whatsapp{
    color:#25D366;
}

.cta-book{
    color:#fd7e14;
}

.service-card{
	border:0;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
	transition:.3s;
}

.service-card:hover{
	transform:translateY(-5px);
	box-shadow:0 8px 20px rgba(0,0,0,.12);
}

/* ===================================
   Why Choose Us Section
=================================== */

.why-box{
    padding:15px;
    height:100%;
    transition:.3s;
}

.why-box:hover{
    transform:translateY(-3px);
}

.why-box i{
    margin-bottom:20px;
}

.why-box h5{
    margin-bottom:10px;
}

.why-box p{
    color:#666;
    font-size:14px;
}

/* ===================================
   Brands We Repair Section
=================================== */

.brand-box{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:8px;
    padding:20px;
    font-size:18px;
    font-weight:500;
    transition:.3s;
}

.brand-box:hover{
    border-color:#0d6efd;
    transform:translateY(-2px);
}

/* ===================================
   Customer Reviews Section
=================================== */

.review-box{
    background:#fff;
    padding:25px;
    border-radius:10px;
    height:100%;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.review-box p{
    margin-bottom:20px;
    color:#555;
    font-style:italic;
}

.review-box h6{
    margin-bottom:0;
    font-weight:500;
}

/* ===================================
   SEO Content Section
=================================== */

#seo-content-section{
    background:#fff;
}

#seo-content-section h2{
    margin-bottom:20px;
}

#seo-content-section p{
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

#seo-content-section img{
    border-radius:12px;
	max-width:100%;
    height:auto;
}

#booking{
    scroll-margin-top:90px;
}

/* ===================================
   FAQ Section
=================================== */

#faq-section .accordion-item{

    border:1px solid #e9ecef;
    border-radius:8px;
    margin-bottom:15px;
    overflow:hidden;

}

#faq-section .accordion-button{

    font-weight:500;
    background:#fff;

}

#faq-section .accordion-button:not(.collapsed){

    background:#0d6efd;
    color:#fff;
	line-height: 1.4;

}

#faq-section .accordion-button:focus{

    box-shadow:none;

}

#faq-section .accordion-body{

    color:#555;
    line-height:1.4;

}

/* ===================================
   Feature Grid Section
=================================== */

.feature-card{

    display:flex;

    align-items:center;

    gap:20px;

    background:#fff;

    border:1px solid #e9ecef;

    border-radius:12px;

    padding:20px;

    height:100%;

    transition:.3s ease;

}

.feature-card:hover{

    transform:translateY(-5px);

    border-color:#0d6efd;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.feature-card img{

    width:110px;

    height:110px;

    object-fit:cover;

    border-radius:10px;

    flex-shrink:0;

}

.feature-content{

    flex:1;

}

.feature-content h3{

    font-size:21px;

    font-weight:500;

    line-height:1.2;

    margin-bottom:4px;

}

.feature-content p{

    margin:0;

    color:#6c757d;

    line-height:1.6;

    font-size:16px;

}

@media (max-width:767px){

.feature-card{

    gap:15px;

    padding:15px;

}

.feature-card img{

    width:90px;

    height:90px;

}

.feature-content h3{

    font-size:20px;

}

.feature-content p{

    font-size:15px;

}

}	
/*===================================
Hero Service
===================================*/

/* .hero{

    padding:70px 0;

    background:#f8f9fa;

}

.hero h1{

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:20px;

} */

.hero-intro{

    font-size:18px;
    color:#555;
    margin-bottom:28px;

}

.hero-trust{

    margin-bottom:28px;

}

.trust-card{

    background:#fff;

    border:1px solid #e9ecef;

    border-radius:8px;

    padding:10px;

    display:flex;

    align-items:center;

    gap:8px;

    height:100%;

    transition:.3s;

}

.trust-card:hover{

    border-color:#0d6efd;

    transform:translateY(-3px);

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.trust-card i{

    font-size:18px;

    color:#0d6efd;

    min-width:20px;

}

.trust-card span{

    font-size:15px;

    line-height:1.2;

}

.hero-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

@media(max-width:991px){

.hero{

    padding:50px 0;

    text-align:center;

}

/* .hero h1{

    font-size:32px;

} */

.hero-intro{

    font-size:16px;
	margin-bottom:16px;

}

.trust-card{

    text-align:left;

}

.trust-card{

    background:none;

    border:none;

    border-radius:0;

    padding:0 5px;

    display:flex;

    align-items:center;

    gap:8px;

    height:100%;

    transition:.3s;

}

.hero-buttons{

    justify-content:center;

}

}

/* ===================================
   Problem Grid
=================================== */

.problem-item{

    height:100%;
}

.problem-content h3{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:22px;

    font-weight:500;

    margin-bottom:0px;

    line-height:1.4;
}

.problem-icon{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#eaf3ff;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;
}

.problem-icon i{

    color:#0d6efd;

    font-size:18px;
}

.problem-content p{

    margin-left:54px;

    color:#6c757d;

    line-height:1.7;

    font-size:16px;
}

@media (max-width:767px){

.problem-content h3{

    font-size:20px;
}

.problem-content p{

    margin-left:54px;

    font-size:15px;
}

}

/* ===================================
   Brand Grid Section
=================================== */

.brand-item{

    text-align:center;

    height:100%;

}

.brand-logo{

    width:160px;

    height:80px;

    margin:0 auto 15px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.brand-logo img{

    max-width:120px;

    max-height:60px;

    width:auto;

    height:auto;

    object-fit:contain;

    transition:transform .3s ease;

}

.brand-item:hover .brand-logo img{

    transform:scale(1.08);

}

.brand-item h3{

    font-size:17px;

    font-weight:500;

    margin:0;

    line-height:1.4;

}

/* ===================================
   Mobile
=================================== */

@media (max-width:767px){

.brand-logo{

    width:140px;

    height:70px;

    margin-bottom:5px;

}

.brand-logo img{

    max-width:110px;

    max-height:50px;

}

.brand-item h3{

    font-size:16px;

}

}

/* ===================================
   Why Choose Us
=================================== */

.why-item{

    text-align:center;

    height:100%;

}

.why-icon{

    width:64px;

    height:64px;

    margin:0 auto 18px;

    border-radius:50%;

    background:#eaf3ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.why-icon i{

    color:#0d6efd;

    font-size:28px;

}

.why-item h3{

    font-size:20px;

    font-weight:500;

    margin-bottom:10px;

}

.why-item p{

    margin:0;

    color:#6c757d;

    line-height:1.7;

}

@media(max-width:767px){

.why-item{

    margin-bottom:10px;

}

.why-item h3{

    font-size:18px;

}

.why-item p{

    font-size:15px;

}

}

/* ===================================
   Repair Process
=================================== */

.process-wrapper{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:30px;

    position:relative;

}

.process-wrapper::before{

    content:"";

    position:absolute;

    top:42px;

    left:10%;

    right:10%;

    height:2px;

    background:#dbe8ff;

    z-index:0;

}

.process-step{

    position:relative;

    text-align:center;

    z-index:1;

}

.process-circle{

    width:72px;

    height:72px;

    margin:0 auto 20px;

    background:#edf4ff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

}

.process-circle i{

    font-size:30px;

    color:#0d6efd;

}

.process-number{

    position:absolute;

    top:-8px;

    right:-8px;

    width:30px;

    height:30px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    font-size:15px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    border:3px solid #fff;

}

.process-step h3{

    font-size:21px;

    font-weight:500;

    margin-bottom:10px;

}

.process-step p{

    color:#6c757d;

    line-height:1.7;

    margin:0;

}

/* ===================================
   Tablet
=================================== */

@media(max-width:991px){

.process-wrapper{

    grid-template-columns:repeat(2,1fr);

}

.process-wrapper::before{

    display:none;

}

}

/* ===================================
   Mobile
=================================== */

@media(max-width:767px){

.process-wrapper{

    grid-template-columns:1fr;

    gap:35px;

}

.process-step{

    display:flex;

    align-items:flex-start;

    text-align:left;

    gap:18px;

}

.process-circle{

    margin:0;

    width:64px;

    height:64px;

    flex-shrink:0;

}

.process-circle i{

    font-size:26px;

}

.process-step h3{

    font-size:20px;

    margin-bottom:5px;

}

.process-step p{

    font-size:15px;

}

}

/* ===================================
   Service Areas
=================================== */

.serviceAreaSwiper .swiper-slide{
	
	height:auto;

    display:flex;

     padding:0 35px 20px;

}

.area-card{

    width:100%;
    height:100%;

    background:#fff;
    border:1px solid #e9ecef;
    border-radius:12px;
    padding:25px;

    display:flex;
    flex-direction:column;

}

.area-card:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.area-card h3{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:20px;

    margin-bottom:12px;

}

.area-card h3 i{

    color:#0d6efd;

}

.area-list{

    list-style:none;

    margin:0;

    padding:0;

}

.area-list li{

    position:relative;

    padding-left:18px;

    margin-bottom:10px;

}

.area-list li::before{

    content:"•";

    position:absolute;

    left:0;

    color:#0d6efd;

}

.area-note{

    max-width:800px;

    margin:auto;

}

.serviceAreaSwiper .swiper-button-next,
.serviceAreaSwiper .swiper-button-prev{

    color:#0d6efd;
	
	width:42px;

    height:42px;
	
	background:#fff;

    border-radius:50%;

    box-shadow:0 4px 12px rgba(0,0,0,.12);

}

.serviceAreaSwiper .swiper-button-next::after,
.serviceAreaSwiper .swiper-button-prev::after{

    font-size:24px;

    font-weight:700;

}

.serviceAreaSwiper .swiper-pagination-bullet-active{

    background:#0d6efd;

}

/* ===================================
   SEO Content Section
=================================== */

.seo-image{

    width:100%;
    height:auto;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.seo-heading{

    margin-bottom:16px;

    padding-bottom:10px;

    border-bottom:1px solid #e9ecef;

}

.seo-heading h3{

    margin:0;

}

.seo-block{

    position:relative;

    padding-left:24px;

    margin-bottom:30px;

}

.seo-block::before{

    content:"";

    position:absolute;

    left:0;

    top:4px;

    width:4px;

    height:42px;

    background:#0d6efd;

    border-radius:10px;

}

.seo-block:last-child{

    margin-bottom:0;

}

.seo-block h3{

    font-size:26px;

    font-weight:500;

    margin-bottom:12px;

    color:#212529;

    line-height:1.2;

}

.seo-block p{

    margin:0;

    color:#555;

    line-height:1.7;

}

@media(max-width:991px){

.seo-image{

    margin-bottom:30px;

}

/* .seo-block{

    margin-bottom:30px;

} */

}

@media(max-width:767px){

.seo-block{

    padding-left:18px;

}

.seo-block h3{

    font-size:22px;

}

.seo-block p{

    font-size:16px;

    line-height:1.8;

}

}

/* ===================================
   Final CTA
=================================== */

#final-cta{

    background:#f8f9fa;

}

.cta-box{

    background:#fff;

    border-radius:16px;

    padding:50px 35px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cta-box h2{

    margin-bottom:10px;

}

.cta-description{

    max-width:700px;

    margin:0 auto 16px;

}

.cta-features{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

    margin-bottom:22px;

}

.cta-features span{

    display:flex;

    align-items:center;

    gap:8px;

    font-weight:500;

}

.cta-features i{

    color:#198754;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:26px;

}

.cta-buttons .btn{

    min-width:180px;

}

.other-services h3{

    font-size:22px;

    margin-bottom:18px;

}

.cta-image {
    margin: 20px auto 25px;
    max-width: 1000px;
    overflow: hidden;
    border-radius: 12px;
}

.cta-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===================================
   Final CTA Service Links
=================================== */

.service-links{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:12px;

    margin-top:18px;

}

.service-link{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border:1px solid #dee2e6;

    border-radius:50px;

    background:#fff;

    color:#212529;

    text-decoration:none;

    font-size:15px;

    transition:.3s;

}

.service-link i{

    color:#0d6efd;

    font-size:14px;

}

.service-link:hover{

    background:#0d6efd;

    border-color:#0d6efd;

    color:#fff;

}

.service-link:hover i{

    color:#fff;

}

@media(max-width:767px){

.cta-box{

    padding:35px 20px;

}

.cta-features{

    flex-direction:column;

    gap:12px;

}

.cta-buttons{

    flex-direction:column;

}

.cta-buttons .btn{

    width:100%;

}

.service-links{

    justify-content:center;

}

.service-link{

    width:100%;

    justify-content:center;

}

}

/* ===================================
   Breadcrumb
=================================== */

#breadcrumb-section{

    background:#f8f9fa;

    border-bottom:1px solid #e9ecef;

    padding:12px 0;

}

#breadcrumb-section .breadcrumb{

    margin:0;

    font-size:15px;

}

#breadcrumb-section .breadcrumb-item a{

    color:#0d6efd;

    text-decoration:none;

}

#breadcrumb-section .breadcrumb-item a:hover{

    text-decoration:underline;

}

#breadcrumb-section .breadcrumb-item.active{

    color:#6c757d;

}

#breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{

    content:">";

    color:#adb5bd;

}

