body{
    background:#f8fafc;
    font-family:Arial,sans-serif;
}

/* Navbar */

.navbar{
    background:#fff !important;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    padding:10px 0;
}

.navbar-brand{
    font-size:28px;
    font-weight:700;
    color:#0d6efd !important;
}

.navbar .nav-link{
    font-weight:600;
    margin-left:12px;
    color:#222 !important;
}

.navbar .nav-link:hover{
    color:#0d6efd !important;
}

/* Hero */

.hero{
    background:
    linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
    <img src="assets/images/instant-maid.jpg" class="hero-img">

    background-size:cover;
    background-position:center;
    min-height:500px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#fff;
}

.hero h1{
    font-size:60px;
    font-weight:700;
}

.hero p{
    font-size:22px;
    margin-top:15px;
}

.hero .btn{
    margin-top:25px;
    padding:12px 35px;
}

/* Section */

.section-title{
    font-size:42px;
    font-weight:700;
    text-align:center;
    margin-bottom:15px;
    color:#0f172a;
}

/* Cards */

.service-card,
.feature-box,
.achievement-box,
.review-card,
.section-box,
.booking-box,
.counter-box{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.service-card{
background:#fff;
padding:15px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
overflow:hidden;
transition:.3s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.service-card h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#64748b;
}

.service-card .btn{
    width:100%;
}

/* Counter */

.counter-box{
    padding:25px;
    text-align:center;
}

.counter-box h1{
    color:#0d6efd;
    font-size:48px;
    font-weight:800;
}

/* Booking */

.booking-box{
    padding:35px;
}

.form-control{
    height:55px;
    border-radius:12px;
}

textarea.form-control{
    height:120px;
}

.btn-success{
    border-radius:12px;
    padding:12px 30px;
}

/* Feature */

.feature-box{
    padding:30px;
    text-align:center;
}

.achievement-box{
    padding:30px;
    text-align:center;
}

.achievement-box h1{
    color:#0d6efd;
    font-size:55px;
}

/* About */

.section-box{
    padding:50px;
}

/* Reviews */

.review-card{
    padding:30px;
}

/* Footer */

.footer-section{
    margin-top:40px;
    padding:40px 0;
    background:#0f172a;
    color:#fff;
}

.footer-section a{
    color:#fff;
    text-decoration:none;
}

/* WhatsApp */

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    right:30px;
    bottom:30px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:9999;
}

.navbar{
position:sticky;
top:0;
z-index:9999;
background:#fff!important;
}

.navbar-brand img{
height:55px;
width:auto;
}

.navbar .btn-primary{
padding:12px 25px;
border-radius:12px;
font-weight:600;
}

.hero{
display:none;
}

.hero-modern{
padding:80px 0;
background:#f8fafc;
}

.hero-badge{
display:inline-block;
padding:10px 18px;
background:#e0f2fe;
border-radius:50px;
font-size:14px;
font-weight:600;
margin-bottom:20px;
}

.hero-modern h1{
font-size:62px;
font-weight:800;
line-height:1.1;
color:#0f172a;
margin-bottom:20px;
}

.hero-modern p{
font-size:20px;
color:#64748b;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
gap:15px;
margin-bottom:40px;
}

.hero-image{
max-width:100%;
height:auto;
max-height:520px;
}

.hero-stats{
display:flex;
gap:50px;
}

.hero-stats h4{
font-size:32px;
font-weight:800;
color:#2563eb;
margin:0;
}

.hero-stats span{
color:#64748b;
}

.navbar-brand img{
height:80px;
width:auto;
}

@media(max-width:768px){

.hero-modern{
text-align:center;
}

.hero-modern h1{
font-size:42px;
}

.hero-buttons{
justify-content:center;
}

.hero-stats{
justify-content:center;
flex-wrap:wrap;
}

.hero-image{
margin-top:30px;
}

.service-img{
width:100%;
height:280px;
object-fit:cover;
object-position:center;
border-radius:15px;
display:block;
}

#services .col-lg-3{
margin-bottom:25px;
}

.service-card{
display:flex;
flex-direction:column;
justify-content:space-between;
}

@media(max-width:768px){

.hero-modern{
display:none;
}

.mobile-search-section{
padding:20px;
background:#fff;
}

.location-box{
font-weight:600;
margin-bottom:15px;
}

.search-input{
height:50px;
border-radius:15px;
}

.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin:25px 0;
}

.service-item{
text-align:center;
}

.service-item img{
width:70px;
height:70px;
object-fit:cover;
border-radius:15px;
}

.service-item span{
display:block;
font-size:12px;
margin-top:8px;
}

.bottom-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
display:flex;
justify-content:space-around;
padding:10px 0;
box-shadow:0 -2px 15px rgba(0,0,0,.1);
z-index:9999;
}

.bottom-nav a{
text-decoration:none;
color:#111;
font-size:12px;
text-align:center;
}

.bottom-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
height:70px;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
box-shadow:0 -2px 20px rgba(0,0,0,.1);
z-index:99999;
}

.bottom-nav a{
text-decoration:none;
color:#222;
font-size:12px;
font-weight:600;
text-align:center;
line-height:18px;
}

body{
padding-bottom:80px;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.hero-modern{
padding:30px 15px;
}

.hero-modern h1{
font-size:38px;
line-height:1.2;
}

.hero-image{
max-width:280px;
margin-top:20px;
}

.section-title{
font-size:34px;
line-height:1.2;
}

.service-card{
margin-bottom:15px;
}

.service-img{
height:180px;
object-fit:cover;
}

.counter-box,
.feature-box,
.achievement-box,
.review-card{
margin-bottom:15px;
}

.booking-box{
padding:20px;
}

.footer-modern .row{
text-align:center;
}

.bottom-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
z-index:9999;
background:#fff;
border-top:1px solid #ddd;
}

body{
padding-bottom:70px;
}

.container{
padding-left:15px;
padding-right:15px;
}

@media(max-width:768px){

.service-card{
width:100%;
}

.row.g-4{
row-gap:15px;
}

}

@media(max-width:768px){

.hero-modern{
display:none;
}

}

/* MOBILE FOOTER FIX */

@media(max-width:768px){

.footer-section{
width:100% !important;
padding:30px 15px;
overflow:hidden;
}

.footer-section .container{
width:100% !important;
max-width:100% !important;
padding:0 15px;
}

.footer-section .row{
display:block;
}

.footer-section .col-md-4{
width:100%;
margin-bottom:25px;
text-align:center;
}

}

@media(max-width:768px){

.navbar-brand img{
height:40px;
}

.navbar-collapse{
background:#fff;
padding:15px;
margin-top:10px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.navbar .btn-primary{
width:100%;
margin-top:10px;
}

}

.bottom-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
height:70px;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
box-shadow:0 -2px 15px rgba(0,0,0,.1);
z-index:99999;
}

.bottom-nav a{
text-decoration:none;
color:#222;
font-size:12px;
font-weight:600;
text-align:center;
}

body{
padding-bottom:80px;
}

.mobile-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0d6efd;
display:flex;
z-index:9999;
}

.mobile-bar a{
flex:1;
color:#fff;
text-align:center;
padding:12px;
text-decoration:none;
font-weight:600;
}

@media(min-width:768px){
.mobile-bar{
display:none;
}

.service-hero{
position:relative;
border-radius:20px;
overflow:hidden;
}

.service-hero img{
width:100%;
height:320px;
object-fit:cover;
}

.service-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
display:flex;
align-items:center;
}

.service-content{
padding:25px;
color:#fff;
}

.service-content h1{
font-size:38px;
font-weight:800;
margin-bottom:15px;
}

.service-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin:20px 0;
}

.hero-img{
width:100%;
height:320px;
object-fit:cover;
display:block;
}

@media(max-width:768px){

.service-content h1{
font-size:30px;
}

.service-features{
grid-template-columns:1fr;
}

.plan-card{
background:#fff;
border-radius:20px;
padding:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
margin-bottom:20px;
text-align:center;
position:relative;
}

.plan-badge{
background:#0d6efd;
color:#fff;
padding:8px 15px;
border-radius:30px;
font-size:12px;
font-weight:700;
display:inline-block;
margin-bottom:15px;
}

.plan-price{
font-size:42px;
font-weight:800;
color:#0d6efd;
margin:10px 0;
}

.plan-features{
list-style:none;
padding:0;
margin:20px 0;
}

.plan-features li{
padding:8px 0;
}

}