*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    color:#1d1d1f;
    background:linear-gradient(180deg,#ffffff 0%,#f8f9fa 50%,#eef2f7 100%);
    overflow-x:hidden;
    line-height:1.7;
    font-size:16px;
    -webkit-font-smoothing:antialiased;
}
.hero{
	padding-top: 80px;
	
	
}
.hero .hero-phone {
    max-width: 70%;
    height: auto;
}
.service-card{
background:#fff;
padding:35px 20px;
text-align:center;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.3s;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card i{
font-size:42px;
margin-bottom:20px;
display:block;
color:#000;
}

.service-card h5{
font-size:16px;
font-weight:600;
}

.why-section{
    background:#27292b;
}

.feature-box{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    transition:.3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.feature-box i{
    font-size:48px;
    color:#0d6efd;
    margin-bottom:15px;
}

.feature-box h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.feature-box p{
    margin:0;
    color:#6c757d;
    font-size:15px;
    line-height:1.6;
}

/* Tablet */
@media (max-width:991px){

    .feature-box{
        padding:25px 18px;
    }

    .feature-box i{
        font-size:40px;
    }

    .feature-box h5{
        font-size:18px;
    }

}

/* Mobile */
@media (max-width:576px){

    .why-section{
        padding:60px 0;
    }

    .feature-box{
        padding:20px 12px;
    }

    .feature-box i{
        font-size:34px;
        margin-bottom:10px;
    }

    .feature-box h5{
        font-size:16px;
        margin-bottom:8px;
    }

    .feature-box p{
        font-size:13px;
        line-height:1.5;
    }

}

.model-card{
background:#fff;
padding:25px;
border-radius:20px;
text-align:center;
transition:.3s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.model-card:hover{
transform:translateY(-8px);
}

.model-card img{
height:180px;
object-fit:contain;
margin-bottom:20px;
}

.model-card h6{
font-weight:600;
}
/* Repair Process */

.process-section{
background:#fff;
}

.process-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
height:100%;
}

.process-card:hover{
transform:translateY(-10px);
}

.process-icon{
width:80px;
height:80px;
margin:auto;
margin-bottom:20px;
border-radius:50%;
background:#000;
display:flex;
align-items:center;
justify-content:center;
}

.process-icon i{
color:#fff;
font-size:34px;
}

/* Testimonials */

.testimonial-card{
max-width:700px;
margin:auto;
background:#fff;
padding:50px;
border-radius:25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.testimonial-card img{
object-fit:cover;
}

/* FAQ */

.accordion-item{
border:none;
margin-bottom:15px;
border-radius:15px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.accordion-button{
font-weight:600;
padding:20px;
}

.accordion-button:not(.collapsed){
background:#000;
color:#fff;
}

.accordion-button:focus{
box-shadow:none;
}
.contact-section{

background:#fff;

}

.contact-info p{

font-size:17px;

margin-bottom:18px;

}

.contact-info i{

color:#0d6efd;

margin-right:12px;

}

.contact-form{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.form-control{

padding:15px;

border-radius:12px;

}

.footer{

background:#111;

color:#fff;

padding:60px 0;

}

.footer a{

color:#ddd;

text-decoration:none;

display:block;

margin-bottom:10px;

}

.footer a:hover{

color:#fff;

}

.footer ul{

padding:0;

list-style:none;

}

.footer i{

font-size:22px;

margin-right:15px;

}

.whatsapp{

position:fixed;

bottom:25px;

right:25px;

width:60px;

height:60px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:32px;

text-decoration:none;

z-index:9999;

box-shadow:0 10px 25px rgba(0,0,0,.25);

}

#topBtn{

position:fixed;

right:25px;

bottom:100px;

width:50px;

height:50px;

border:none;

background:#000;

color:#fff;

border-radius:50%;

display:none;

font-size:22px;

z-index:9999;

cursor:pointer;

}
section h2{
    color:#111827;
    font-weight:700;
}

.card{
    transition:.3s ease;
}

.card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 35px rgba(0,0,0,.12)!important;
}

.badge{
    font-size:.9rem;
    letter-spacing:.5px;
}

@media (max-width:768px){

    section h2{
        font-size:1.8rem;
    }

    section p{
        font-size:15px;
        line-height:1.8;
    }

}

@media (max-width:576px){

    section{
        padding:60px 0;
    }

    section h2{
        font-size:1.5rem;
    }

    .card-body{
        padding:25px 20px!important;
    }

}
.faq-section .accordion-button{
    font-weight:600;
    padding:18px 20px;
    font-size:16px;
}

.faq-section .accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
    box-shadow:none;
}

.faq-section .accordion-button:focus{
    box-shadow:none;
    border-color:transparent;
}

.faq-section .accordion-item{
    overflow:hidden;
    border-radius:12px;
}

.faq-section .accordion-body{
    font-size:15px;
    line-height:1.8;
    color:#6c757d;
}

@media (max-width:768px){
    .faq-section .accordion-button{
        font-size:15px;
        padding:15px;
    }

    .faq-section .accordion-body{
        font-size:14px;
    }
}
.footer{
    background:#111827;
}

.footer h4,
.footer h5{
    color:#fff;
}

.footer p{
    line-height:1.8;
}

.footer-links{
    padding:0;
    margin:0;
}

.footer-links li{
    list-style:none;
    margin-bottom:10px;
}

.footer-links a{
    color:#d1d5db;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#0d6efd;
    padding-left:5px;
}

.footer .d-flex a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    transition:.3s;
    text-decoration:none;
}

.footer .d-flex a:hover{
    background:#0d6efd;
    transform:translateY(-3px);
}

.footer hr{
    opacity:.15;
}

@media (max-width:768px){

    .footer{
        text-align:center;
    }

    .footer .d-flex{
        justify-content:center;
    }

}
.seo-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
}

.seo-tags .badge{
    background:#ffffff;
    color:#0d6efd;
    border:1px solid #0d6efd;
    border-radius:30px;
    padding:10px 18px;
    font-size:14px;
    font-weight:500;
    transition:.3s;
    white-space:normal;
    text-align:center;
}

.seo-tags .badge:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-2px);
}

@media (max-width:768px){
    .seo-tags{
        gap:8px;
    }

    .seo-tags .badge{
        font-size:13px;
        padding:8px 14px;
    }
}
/* ==========================
   Service Areas
========================== */

.service-areas{
    background:#f8f9fa;
    padding:70px 20px;
}

.service-areas .section-inner{
    max-width:1200px;
    margin:auto;
}

.service-areas h2{
    text-align:center;
    font-size:2rem;
    font-weight:700;
    color:#111827;
    margin-bottom:40px;
}

.area-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
}

.area-grid a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:55px;
    background:#fff;
    color:#222;
    text-decoration:none;
    border:1px solid #e5e7eb;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.area-grid a:hover{
    background:#0071e3;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,113,227,.25);
}

/* Tablet */
@media (max-width:991px){

.service-areas{
    padding:60px 15px;
}

.service-areas h2{
    font-size:1.7rem;
}

.area-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/* Mobile */
@media (max-width:767px){

.service-areas{
    padding:50px 12px;
}

.service-areas h2{
    font-size:1.5rem;
    margin-bottom:25px;
}

.area-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.area-grid a{
    min-height:48px;
    font-size:14px;
    padding:8px;
}

}

/* Small Mobile */
@media (max-width:480px){

.area-grid{
    grid-template-columns:1fr;
}

.area-grid a{
    min-height:46px;
    font-size:15px;
}

}
   .service-box{
    background:#fff;
    border-radius:16px;
    padding:30px 25px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    border:1px solid #eee;
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.service-box i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:20px;
    display:block;
}

.service-box h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.service-box p{
    color:#666;
    margin-bottom:0;
    line-height:1.8;
}

@media (max-width:768px){

.service-box{
    padding:25px 20px;
}

.service-box h4{
    font-size:20px;
}

}
.choose-box{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:18px;
    border-radius:12px;
    border:1px solid #eee;
    transition:.3s;
    height:100%;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.choose-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.choose-box i{
    font-size:30px;
    color:#0d6efd;
}

.choose-box h6{
    margin:0;
    font-weight:600;
}

.model-box{
    background:#fff;
    text-align:center;
    padding:30px 20px;
    border-radius:15px;
    border:1px solid #eee;
    transition:.3s;
    height:100%;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.model-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}

.model-box i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:15px;
}

.model-box h5{
    font-size:20px;
    margin:0;
    font-weight:600;
}

@media(max-width:768px){

.model-box{
    padding:25px 15px;
}

.choose-box{
    padding:15px;
}

.model-box h5{
    font-size:18px;
}

}
.problem-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:18px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
}

.problem-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.problem-box i{
    display:block;
    font-size:36px;
    color:#0d6efd;
    margin-bottom:12px;
}

.problem-box span{
    font-weight:600;
    display:block;
    line-height:1.5;
}

.quality-box{
    background:#f8f9fa;
    border-radius:10px;
    padding:15px;
    font-weight:600;
    border:1px solid #e9ecef;
}

.quality-box i{
    color:#0d6efd;
    margin-right:8px;
}

@media(max-width:768px){

.problem-box{
    padding:15px;
}

.problem-box i{
    font-size:30px;
}

.problem-box span{
    font-size:15px;
}

.quality-box{
    font-size:14px;
}

}
.accordion-item{
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.accordion-button{
    font-weight:600;
    padding:20px;
}

.accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    color:#666;
    line-height:1.8;
    padding:20px;
}
.text-muted{
	
	text-align:justify;
}
.paragraph{
	text-align:justify;
}