
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}


.fraud-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    }
    
    .popup-card{
    background:#fff;
    width:90%;
    max-width:420px;
    padding:30px;
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
    text-align:center;
    position:relative;
    animation:fadeIn 0.3s ease;
    }
    
    .popup-card h3{
    margin-bottom:15px;
    color:#e30613;
    }
    
    .popup-card p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:20px;
    color:#333;
    }
    
    .popup-call-btn{
    display:inline-block;
    background:#e30613;
    color:#fff;
    padding:12px 25px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    }
    
    .close-popup{
    position:absolute;
    top:12px;
    right:15px;
    cursor:pointer;
    font-size:16px;
    color:#555;
    }
    
    @keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
    }

.offer-section{
    padding:50px 20px;
    background:#062b4d;
color:#fff;
text-align:center;
}

.offer-container{
max-width:1000px;
margin:auto;
}

.offer-section h2{
    font-size:26px;
margin-bottom:10px;
}

.offer-section p{
font-size:18px;
margin-bottom:40px;
}

.countdown{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:40px;
}

.time-box{
background:#e30613;
padding:15px 20px;
border-radius:10px;
min-width:75px;
}

.time-box span{
    font-size:28px;
font-weight:bold;
display:block;
}

.time-box small{
font-size:14px;
}

.claim-btn{
display:inline-block;
background:#fff;
color:#001f3f;
padding:14px 30px;
border-radius:8px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.claim-btn:hover{
background:#f2f2f2;
}


/* FORCE FIX HEADER ALIGNMENT */

.clean-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 18px;
background:#ffffff;
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
box-shadow:0 2px 8px rgba(0,0,0,0.06);
}

/* Desktop Hover Effect */
@media(min-width:769px){

#mobileNav a{
position:relative;
transition:0.3s;
}

#mobileNav a:hover{
color:#e30613;
}

/* Animated underline */
#mobileNav a::after{
content:"";
position:absolute;
width:0%;
height:2px;
left:0;
bottom:-5px;
background:#e30613;
transition:0.3s;
}

#mobileNav a:hover::after{
width:100%;
}

}
.hero{
margin-top:70px;   /* Header height ke equal */
padding:120px 20px 100px 20px;
}

.clean-header{
background:rgba(255,255,255,0.95);
backdrop-filter:blur(6px);
}

.logo-img{
height:38px;
object-fit:contain;
}

.menu-icon{
font-size:26px;
cursor:pointer;
}

.clean-header{
display:flex !important;
justify-content:space-between !important;
align-items:center !important;
flex-direction:row !important;
text-align:left !important;
}

.logo-img{
display:block !important;
margin:0 !important;
}

.menu-icon{
margin:0 !important;
}

/* header{
flex-direction:column;
} */
.mini-map{
margin-top:15px;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.2);
}


/* .map-section{
padding:80px 8%;
text-align:center;
background:#111111;
color:#ffffff;
} */

.map-box{
margin-top:40px;
border-radius:15px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,0.3);
}

.service-card{
transition:0.3s;
cursor:pointer;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.rating-section{
padding:50px 8%;
text-align:center;
background:#ffffff;
}

.rating-box{
display:inline-block;
background:linear-gradient(135deg,#ff0000,#cc0000);
color:#fff;
padding:30px 50px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.rating-box h2{
margin-bottom:10px;
}


.counter-section{
padding:80px 8%;
text-align:center;
background:#f4f6f9;
}

.counter-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
margin-top:40px;
}

.counter-box{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.counter-box h3{
font-size:40px;
color:#ff0000;
margin-bottom:10px;
}

/* .call-float{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#ff0000;
color:#fff;
text-align:center;
padding:15px;
font-weight:bold;
text-decoration:none;
display:none;
z-index:998;
} */

.call-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff0000;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    text-decoration: none;
    z-index: 1000;
}

@media(max-width:768px){
.call-float{
display:block;
}
}

/* .whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:#fff;
padding:14px 20px;
border-radius:50px;
text-decoration:none;
font-weight:600;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
z-index:999;
transition:0.3s;
} */

.whatsapp-float {
    position: fixed;
    bottom: 80px;   /* 🔥 Call ke upar shift */
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    z-index: 1500;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.whatsapp-float:hover{
background:#1ebe5d;
transform:scale(1.05);
}

.reviews{
background:#f4f6f9;
padding:80px 8%;
text-align:center;
overflow:hidden;
}

.map-section{
padding:80px 8%;
text-align:center;
background:#f4f6f9;
}

.map-box{
margin-top:40px;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.review-slider{
overflow:hidden;
margin-top:40px;
}

.review-track{
display:flex;
width:calc(320px * 12);
animation:scroll 25s linear infinite;
}

.review-card{
min-width:300px;
margin:0 15px;
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.review-card h4{
color:#ff0000;
margin-top:15px;
}

@keyframes scroll{
0%{transform:translateX(0);}
100%{transform:translateX(-50%);}
}

/* body{
background:#f4f6f9;
color:#333;
} */

body{
margin:0;
padding:0;
overflow-x:hidden;
background:#ffffff;
}

/* HEADER */
header{
background:#ffffff;
padding:15px 8%;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.logo img{
height:50px;
}

nav a{
color:#001f3f;
text-decoration:none;
margin-left:25px;
font-weight:600;
transition:0.3s;
}

nav a:hover{
color:#ff0000;
}


/* .hero{
background:linear-gradient(rgba(39, 41, 44, 0.85),rgba(0,31,63,0.85)),
url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d');
background-size:cover;
background-position:center;
color:#fff;
padding:130px 8%;
text-align:center; 
} */

/* .hero{
width:100%;
min-height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px 100px 20px;
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1920&q=80')
center center / cover no-repeat;
color:#ffffff;
margin-top:70px;
} */

.hero{
width:100%;
min-height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px 100px 20px;
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1920&q=80')
center/cover no-repeat;
color:#fff;
margin-top:70px;
}

.hero-content{
max-width:900px;
}

.badge{
display:inline-block;
background:#e30613;
padding:12px 25px;
border-radius:30px;
font-weight:600;
margin-bottom:25px;
}

.hero h1{
font-size:48px;
line-height:1.2;
margin-bottom:20px;
}

.hero p{
font-size:20px;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
padding:14px 30px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.btn-primary{
background:#e30613;
color:#fff;
}

.btn-primary:hover{
background:#c50010;
}

.btn-secondary{
background:#fff;
color:#001f3f;
}

.btn-secondary:hover{
background:#f2f2f2;
}



/* /* padding:120px 20px;
max-width:1200px;
margin-left:auto;
margin-right:auto;
} */





.badge{
background:#ff0000;
padding:8px 20px;
display:inline-block;
border-radius:30px;
font-weight:600;
margin-bottom:20px;
}

.hero h1{
font-size:42px;
margin-bottom:15px;
}

.hero p{
font-size:18px;
margin-bottom:25px;
}

.btn{
background:#ff0000;
color:#fff;
padding:14px 28px;
border-radius:6px;
text-decoration:none;
font-weight:600;
display:inline-block;
margin:8px;
transition:0.3s;
}

.btn:hover{
background:#cc0000;
}

/* SECTION */
section{
padding:80px 8%;
text-align:center;
}

/* SERVICES */
.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-8px);
}

/* PICKUP */
.pickup{
background:#001f3f;
color:#fff;
}

.pickup input{
padding:14px;
margin:10px;
width:260px;
border:none;
border-radius:8px;
}

.pickup button{
padding:14px 35px;
background:#ff0000;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;
font-weight:600;
}

/* REVIEWS */
.review-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
margin-top:40px;
}

.review-card{
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.review-card h4{
color:#ff0000;
margin-top:15px;
}

/* CONTACT */
.contact-box{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
display:inline-block;
}

/* FOOTER */
footer{
background:#001f3f;
color:#ccc;
padding:70px 8%;
margin-top:40px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
}

footer h3{
color:#fff;
margin-bottom:15px;
}

.bottom{
text-align:center;
margin-top:40px;
border-top:1px solid #333;
padding-top:20px;
font-size:14px;
}

/* MOBILE */
@media(max-width:768px){

header{
flex-direction:column;
text-align:center;
}

nav{
margin-top:15px;
}

nav a{
display:block;
margin:8px 0;
}

.hero h1{
font-size:26px;
}

.pickup input{
width:90%;
}

}

.main-header{
background:#ffffff;
padding:15px 8%;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.logo img{
height:50px;
}

nav{
display:flex;
gap:25px;
}

nav a{
text-decoration:none;
color:#001f3f;
font-weight:600;
}

/* Mobile Menu Icon */
.menu-toggle{
display:none;
font-size:28px;
cursor:pointer;
}

/* MOBILE DESIGN */
@media(max-width:768px){

.menu-toggle{
display:block;
}

nav{
position:fixed;
top:0;
right:-100%;
height:100vh;
width:70%;
background:#001f3f;
flex-direction:column;
padding-top:80px;
transition:0.4s;
}

nav a{
color:#fff;
padding:15px 30px;
}

}

/* .clean-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 20px;
background:#ffffff;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
} */

.clean-header{
height:75px;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 30px;
background:#ffffff;
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.logo-img{
height:45px;
}

/* Hide nav default
#mobileNav{
position:fixed;
top:0;
right:-100%;
width:70%;
height:100vh;
background:#001f3f;
display:flex;
flex-direction:column;
padding-top:80px;
transition:0.4s ease;
}

#mobileNav a{
color:#ffffff;
text-decoration:none;
padding:15px 25px;
border-bottom:1px solid rgba(255,255,255,0.1);
}

.menu-icon{
font-size:28px;
cursor:pointer;
} */

/* Desktop */
@media(min-width:769px){
.menu-icon{
display:none;
}
}

/* ===== Desktop Nav ===== */
#mobileNav {
    display: flex;
    gap: 30px;
}

#mobileNav a {
    text-decoration: none;
    color: #001f3f;
    font-weight: 600;
}

/* Hide menu icon on desktop */
.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* ===== Mobile Styles =====
@media (max-width: 768px) {

    .menu-icon {
        display: block;
    }

    #mobileNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #062b4d;
        flex-direction: column;
        padding-top: 80px;
        transition: 0.3s ease;
        z-index: 2000;
    }

    #mobileNav a {
        color: white;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #mobileNav.active { 
        right: 0;
    }
} */


/* ===== Mobile Styles ===== */
@media (max-width: 768px) {

    .menu-icon {
        display: block;
        font-size: 28px;
        cursor: pointer;
    }

    #mobileNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #062b4d;
        flex-direction: column;
        padding-top: 80px;
        transition: 0.3s ease;
        z-index: 2000;
        display: flex;
    }

    #mobileNav a {
        color: white;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #mobileNav.active {
        right: 0;
    }
}
    
.limited-text{
color:#ffcc00;
margin-top:15px;
font-weight:600;
animation:blink 1s infinite;
}

@keyframes blink{
0%{opacity:1;}
50%{opacity:0.5;}
100%{opacity:1;}
}
