*,
*::before,
*::after{
    box-sizing:border-box;
}
html,body{
overflow-x:hidden;
max-width:100%;
}
body{margin:0;font-family:Poppins;background:#fff}

/* HEADER */
.main-header{
position:fixed;
top:0;
left:0;
right:0;   /* ⭐ magic line */
height:80px;
background:#000;
z-index:9999;
}

.nav-wrapper{
margin:auto;
height:80px;
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
padding:0 45px;
}

.logo{width:150px}
.logo-box{
flex-shrink:0;
}

/* DESKTOP LINKS */
.nav-links{
display:flex;
gap:28px;
list-style:none;
align-items:center;
}

.nav-links a{
color:#fff;
text-decoration:none;
font-size:16px;
}

.nav-links a:hover{color:#ffb400}

/* PHONE */
.nav-call{
color:#fff;
border-left:1px solid #444;
padding-left:20px;
}
/* desktop navbar call */
.nav-call{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,0.25);
    transition:.25s ease;
}

/* hover animation */
.nav-call:hover{
    color:#ffb400;
}

.nav-call:hover i{
    transform:rotate(-15deg) scale(1.15);
}

/* icon animation smooth */
.nav-call i{
    transition:.25s ease;
}

.mobile-call{
    display:block;
    margin-top:25px;
    color:#ffb400;
    text-decoration:none;
    font-size:18px;
    font-weight:500;
    padding:12px 14px;
    border-radius:8px;
    transition:.15s;
}

/* finger press effect */
.mobile-call:active{
    background:#ffb400;
    color:#000;
    transform:scale(.97);
}
/* HAMBURGER */
.menu-btn{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}
.menu-btn{
margin-left:auto;
flex-shrink:0;
}
.menu-btn span{
width:26px;
height:3px;
background:#fff;
}

/* ===== DESKTOP MEGA MENU ===== */
.services-parent{position:relative}

.mega-menu{
position:absolute;
top:65px;
left:50%;
transform:translateX(-50%);
background:#000;
padding:30px;
border-radius:14px;
width:900px;
display:none;
box-shadow:0 20px 40px rgba(0,0,0,.7);
}

.mega-menu.active{display:block}

.mega-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:30px 20px;
text-align:center;
}

.service-item{
color:#fff;
text-decoration:none;
display:flex;
flex-direction:column;
align-items:center;
gap:10px;
}

.service-item i{font-size:30px}
.service-item:hover{color:#ffb400}

/* ================= MOBILE PANEL ================= */

.mobile-menu{
position:fixed;
top:0;
right:-100%;
width:300px;
height:100vh;
background:#000;
padding:100px 25px 30px;
transition:.4s;
overflow-y:auto;
z-index:9998;
}

.mobile-menu.active{right:0}

.mobile-menu a{
display:block;
color:#fff;
margin:18px 0;
text-decoration:none;
font-size:18px;
}

/* mobile services */
.mobile-services{display:none}
.mobile-services.active{display:block}

.mobile-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
text-align:center;
margin-top:10px;
}

.mobile-grid .service-item i{font-size:24px}
.mobile-call{color:#ffb400;margin-top:25px}

/* RESPONSIVE */
@media(max-width:991px){
.nav-links,.nav-call{display:none}
.menu-btn{display:flex}
.logo{width:120px}
}










/* =====================================
   FIX: HERO START BELOW FIXED NAVBAR
   ===================================== */

body{
    padding-top:80px;
}

@media(max-width:991px){
    body{
        padding-top:70px;
    }
}


/* HERO SECTION */
.hero{
    position:relative;
    min-height:calc(100vh - 80px);
    overflow:hidden;
    display:block;
    min-height:650px;             /* desktop safety */
    padding-top:100px;
    align-items:center;
      /* ⭐ real height */
    padding-bottom:120px; 
}



/* soft dark shade (NOT BLACK) */
.hero::after{
    content:"";
    position:absolute;
    inset:0;
        background:linear-gradient(
        to right,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.35) 35%,
        rgba(0,0,0,0.10) 60%,
        rgba(0,0,0,0.0) 100%
    );

    z-index:2;
}

/* text container */
.hero-content{
    position:relative;
    z-index:3;
    padding-left:80px;
    max-width:900px;
    margin-top:80px;
    transform:translateY(-80px);
}

/* heading */
.hero-text{
    font-size:54px;
    font-weight:1000;
    color:#fff;
    line-height:1.1;
    margin:0;
}

/* yellow text */
.outline-text{
    color:#ffb400;
}

/* subheading */
.hero-textt{
    font-size:42px;
    font-weight:900;
    color:#fff;
    margin-top:20px;
}
.hero-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

@media (max-width:768px){

    .hero{
        min-height:calc(100vh - 70px);
        padding-top:90px;
        background-size: 150%;
        background-position: 80% bottom;
    }
    .hero-bg{
        object-fit:contain;      /* ⭐⭐ MAGIC LINE */
        background:black;        /* empty space clean dikhe */
    }

    .hero-content{
        padding:0 20px;
        transform:translateY(-45px);
    }

    .hero-text{
        font-size:34px;
    }

    .hero-textt{
        font-size:18px;
        line-height:1.4;
    }
}














/* HERO (FREEZE IMAGE) */
/* HERO FREEZE BANNER */
.hero{
    position:fixed;
    top:80px;                 /* navbar height ke just niche */
    left:0;
    width:100%;
    height:400px;             /* 👈 yahi se height control hogi */
    overflow:hidden;
    z-index:1;
}

/* hero background image */
.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("car-servicing.jpg") center/cover no-repeat;
    z-index:-1;
}





/* CAR IMAGE */
.car{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    left:0;
    bottom:0;
}









/* ================ After hero imag all contant====================== */
/* ===== CAR SERVICE SECTION ===== */
.car-service-section{
    width:100%;
    display:block;
}

/* Real container */
.service-wrapper{
    width:100%;
    max-width:1200px;
    padding:60px 25px;
    box-sizing:border-box;
    margin:auto;
}

/* TEXT — full width article */
.service-text{
    width:100%;
}

/* HEADING */
.service-text h2{
    font-size:38px;
    line-height:1.2;
    margin-top:10px;
    margin-bottom:22px;
}

/* PARAGRAPH */
.service-text p{
    font-size:16.5px;
    line-height:1.9;
    margin-bottom:18px;
    color:#444;
    text-align:justify;
}

/* RIGHT IMAGE (ARTICLE STYLE WRAP) */
.service-video{
    float:right;
    width:520px;
    margin-left:40px;
    margin-bottom:20px;
    margin-top:10px;
}

/* Thumbnail */
.video-box img{
    width:100%;
    border-radius:10px;
    border:#000 solid 2px;
}

.service-text::after{
    content:"";
    display:block;
    clear:both;
}



/* ================= RESPONSIVE FIX (MOBILE) ================= */

@media (max-width: 768px){

    /* image ko article wrap se free kar rahe */
    .service-video{
        float:none;
        width:100%;
        margin:20px 0 25px 0;
    }

    /* image crop band */
    .video-box img{
        width:100%;
        height:auto;
        object-fit:contain;
    }

    /* heading thoda mobile friendly */
    .service-text h2{
        font-size:28px;
        text-align:left;
    }

    /* text readability */
    .service-text p{
        font-size:15.5px;
        line-height:1.8;
        text-align:left;
    }

}
@media (max-width: 480px){
    .service-wrapper{
        padding:40px 18px;
    }
}










/* ================= GLOBAL ================= */
.car-info{
    background:white;
    color:black;
    padding:70px 20px;
    font-family:'Poppins',sans-serif;
}

.section-heading{
    text-align:center;
    font-size:36px;
    margin-bottom:40px;
}

/* ===== INFO TEXT ===== */
.info-container{
    max-width:1000px;
    margin:auto;
    text-align:center;
    margin-bottom:80px;
    background-color: rgb(0, 0, 0);
    border: #fec84a solid 2px;
    border-radius: 10px;
    color: #fdfdfc;
}

.info-title{
    font-size:38px;
    margin-bottom:25px;
    color: #fdfdfc;
}

.info-text{
    color:rgb(52, 52, 52);
    line-height:1.8;
    font-size:18px;
    color: #fdfdfc;
}


/* ===== BENEFITS ===== */
.benefits-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    max-width:1200px;
    margin:auto;
}

.benefits-text ul{
    list-style:disc;
    padding-left:120px;
    font-size:18px;
    line-height:2.2;
}

.benefits-img img{
    width:420px;
    border-radius:6px;
    border: #ffb400 solid 2px;
}
/* ================= BENEFITS RESPONSIVE FIX ================= */

@media (max-width: 768px){

    .benefits-wrapper{
        flex-direction:column;   /* ⭐ main fix */
        align-items:flex-start;
    }

    /* image niche aa jayegi */
    .benefits-img{
        width:100%;
        text-align:center;
        margin-top:15px;
    }

    .benefits-img img{
        width:100%;
        max-width:420px;
        height:auto;
    }

    /* text spacing fix */
    .benefits-text ul{
        padding-left:22px;
        font-size:16px;
        line-height:1.9;
    }

    /* heading center mobile me better */
    .section-heading{
        text-align:center;
    }
}








/* ===== WHY CHOOSE ===== */
.why-container{
    max-width:1100px;
    margin:100px auto;
    text-align:center;
    color:black;
    line-height:1.8;
    font-size:18px;
    background-color: #bdbdbd;
    border: #000 solid 2px;
    border-radius: 10px;
}


/* ===== FAQ ===== */
.faq-container{
    max-width:900px;
    margin:80px auto;
}

.faq-item{
    border-bottom:1px solid #333;
}

.faq-question{
    padding:18px;
    cursor:pointer;
    font-size:18px;
    position:relative;
}

.faq-question::after{
    content:'+';
    position:absolute;
    right:20px;
    font-size:22px;
}

.faq-item.active .faq-question::after{
    content:'-';
}

.faq-answer{
    display:none;
    padding:0 18px 18px;
    color:rgb(57, 57, 57);
    line-height:1.7;
    background-color: #bdbdbd;
}

.faq-item.active .faq-answer{
    display:block;
}








/* for footer area */
/* ===== FOOTER MAIN ===== */
.footer{
    background:#000;
    color:#fff;
    padding-top:60px;
    font-family: 'Poppins', sans-serif;
}

.footer-container{
    width:90%;
    margin:auto;
    display:grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap:40px;
}

/* LOGO */
.footer-logo{
    width:180px;
    margin-bottom:15px;
}

/* TEXT */
.about-company p{
    color:#bdbdbd;
    line-height:1.7;
    font-size:14px;
}

/* SOCIAL ICONS */
.social-icons{
    margin-top:20px;
}

.social-icons a{
    display:inline-block;
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    background:#1c1c1c;
    margin-right:8px;
    border-radius:6px;
    color:white;
    transition:0.3s;
}

.social-icons a:hover{
    background:#ffb400;
}

/* HEADINGS */
.footer-col h3{
    margin-bottom:20px;
    font-size:20px;
    font-weight:600;
}

/* LIST */
.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col ul li{
    padding:8px 0;
    border-bottom:1px solid #222;
    color:#bdbdbd;
    transition:0.3s;
    cursor:pointer;
}

.footer-col ul li:hover{
    color:#ffb400;
    padding-left:6px;
}

.visit{
    color: #bdbdbd;
}









.footer-services li a {
  text-decoration: none;
  color: #ccc;
  font-size: 15px;
  transition: 0.3s;
}

.footer-services li a:hover {
  color: #ffb400;   /* hover pe orange/red */
  padding-left: 6px;
}
.footer-links li a{
  text-decoration: none;
  color: #ccc;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links li a:hover{
  color: #ffb400;
  padding-left: 6px;
}
/* COPYRIGHT */
.copyright{
    margin-top:50px;
    background:#2f343a;
    padding:18px 5%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    font-size:14px;
}
@media(max-width:900px){
    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .qr-box{
        margin:auto;
    }
}




/* all contant after hero image is inside main-content section */
.main-content{
    background:#fff;
    position:relative;
    z-index:5;

    margin-top:480px;     /* 80 navbar + 460 hero */
    border-radius:30px 30px 0 0;
    box-shadow:0 -20px 60px rgba(0,0,0,0.25);
}

.main-content::before{
    content:"";
    position:absolute;
    top:-25px;
    left:0;
    width:100%;
    height:40px;
    background:linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
    border-radius:40px 40px 0 0;
}
