
body{
background:#f8f9fa;
color:#333;
}

.topbar{
background:#0d6efd;
color:white;
padding:10px;
text-align:center;
font-weight:600;
}

header{
background:white;
padding:15px 5%;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,.1);
position:sticky;
top:0;
z-index:999;
}

.logo{
display:flex;
align-items:center;
gap:10px;
}

.logo-circle{
width:60px;
height:60px;
border-radius:50%;
background:#0d6efd;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
}

.logo-text h2{
color:#0d6efd;
font-size:24px;
}

.logo-text p{
font-size:13px;
}

nav ul{
display:flex;
list-style:none;
gap:25px;
}

nav a{
text-decoration:none;
color:#333;
font-weight:600;
}

.call-btn{
background:#dc3545;
color:white;
padding:12px 25px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}

.hero{
height:85vh;
background:url('https://images.unsplash.com/photo-1593359677879-a4bb92f829d1?q=80&w=1920') center/cover;
position:relative;
display:flex;
align-items:center;
}

.hero::before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.hero-content{
position:relative;
color:white;
max-width:700px;
padding-left:8%;
}

.hero h1{
font-size:55px;
margin-bottom:15px;
}

.hero p{
font-size:20px;
margin-bottom:25px;
}

.btn{
background:#0d6efd;
padding:15px 35px;
color:white;
text-decoration:none;
border-radius:5px;
display:inline-block;
}

.section{
padding:80px 5%;
}

.title{
text-align:center;
margin-bottom:50px;
}

.title h2{
font-size:40px;
color:#0d6efd;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

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

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

.card i{
font-size:50px;
color:#0d6efd;
margin-bottom:15px;
}

.about{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about img{
width:100%;
border-radius:10px;
}

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

.brand-box{
background:white;
padding:25px;
text-align:center;
font-weight:bold;
border-radius:8px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.contact{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

form input,
form textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:5px;
}

form button{
background:#0d6efd;
color:white;
border:none;
padding:15px;
width:100%;
cursor:pointer;
}

footer{
background:#111;
color:white;
text-align:center;
padding:30px;
}

@media(max-width:768px){

.hero h1{
font-size:35px;
}

.about,
.contact{
grid-template-columns:1fr;
}

nav{
display:none;
}

}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f8f9fa;
color:#333;
}

.topbar{
background:#0d6efd;
color:white;
padding:10px;
text-align:center;
font-weight:600;
}

header{
background:white;
padding:15px 5%;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,.1);
position:sticky;
top:0;
z-index:999;
}

.logo{
display:flex;
align-items:center;
gap:10px;
}

.logo-circle{
width:60px;
height:60px;
border-radius:50%;
background:#0d6efd;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
}

.logo-text h2{
color:#0d6efd;
font-size:24px;
}

.logo-text p{
font-size:13px;
}

nav ul{
display:flex;
list-style:none;
gap:25px;
}

nav a{
text-decoration:none;
color:#333;
font-weight:600;
}

.call-btn{
background:#dc3545;
color:white;
padding:12px 25px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}

.hero{
height:85vh;
background:url('https://images.unsplash.com/photo-1593359677879-a4bb92f829d1?q=80&w=1920') center/cover;
position:relative;
display:flex;
align-items:center;
}

.hero::before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.hero-content{
position:relative;
color:white;
max-width:700px;
padding-left:8%;
}

.hero h1{
font-size:55px;
margin-bottom:15px;
}

.hero p{
font-size:20px;
margin-bottom:25px;
}

.btn{
background:#0d6efd;
padding:15px 35px;
color:white;
text-decoration:none;
border-radius:5px;
display:inline-block;
}

.section{
padding:80px 5%;
}

.title{
text-align:center;
margin-bottom:50px;
}

.title h2{
font-size:40px;
color:#0d6efd;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

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

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

.card i{
font-size:50px;
color:#0d6efd;
margin-bottom:15px;
}

.about{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about img{
width:100%;
border-radius:10px;
}

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

.brand-box{
background:white;
padding:25px;
text-align:center;
font-weight:bold;
border-radius:8px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.contact{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

form input,
form textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:5px;
}

form button{
background:#0d6efd;
color:white;
border:none;
padding:15px;
width:100%;
cursor:pointer;
}

footer{
background:#111;
color:white;
text-align:center;
padding:30px;
}

@media(max-width:768px){

.hero h1{
font-size:35px;
}

.about,
.contact{
grid-template-columns:1fr;
}

nav{
display:none;
}

}

.services{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-top:40px;
}

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

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

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

.card h3{
    margin-bottom:10px;
    font-size:22px;
}

.card p{
    color:#666;
    line-height:1.7;
}

.title{
    text-align:center;
}

.title h2{
    color:#0d6efd;
    font-size:38px;
    margin-bottom:10px;
}

.title p{
    color:#666;
}
.service-list{
    display:flex;
    gap:50px;
    margin-top:20px;
    flex-wrap:wrap;
}

.service-list ul{
    flex:1;
    min-width:280px;
    line-height:2;
    padding-left:20px;
}

.service-list li{
    color:#555;
    margin-bottom:8px;
}
.brands{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin-top:40px;
}

.brand-box{
    background:#fff;
    padding:20px;
    text-align:center;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    color:#333;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    border:2px solid transparent;
}

.brand-box:hover{
    transform:translateY(-5px);
    border-color:#0d6efd;
    color:#0d6efd;
}

.title{
    text-align:center;
}

.title h2{
    color:#0d6efd;
    font-size:38px;
    margin-bottom:10px;
}

.title p{
    color:#666;
    font-size:16px;
}
.location-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin-top:40px;
}

.location-card{
    background:#fff;
    padding:25px 15px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:all .3s ease;
    border-bottom:4px solid #0d6efd;
}

.location-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.location-card i{
    font-size:35px;
    color:#0d6efd;
    margin-bottom:12px;
}

.location-card h4{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#333;
}

.title{
    text-align:center;
}

.title h2{
    font-size:38px;
    color:#0d6efd;
    margin-bottom:10px;
}

.title p{
    color:#666;
    font-size:16px;
}
nav ul{
display:flex;
list-style:none;
gap:25px;
margin:0;
padding:0;
}

nav ul li a{
text-decoration:none;
color:#333;
font-weight:600;
transition:.3s;
}

nav ul li a:hover{
color:#0d6efd;
}

/* ===== FLOATING BUTTONS ===== */

.floating-buttons{
position:fixed;
right:20px;
top:50%;
transform:translateY(-50%);
z-index:9999;
display:flex;
flex-direction:column;
gap:12px;
}

.float-btn{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
text-decoration:none;
box-shadow:0 4px 15px rgba(0,0,0,.25);
transition:.3s;
}

.float-btn:hover{
transform:scale(1.1);
}

.call-float{
background:#dc3545;
}

.whatsapp-float{
background:#25D366;
}
/* ===== SERVICE LIST ===== */

.service-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:20px;
}

.service-list ul{
padding-left:20px;
line-height:2;
}

.service-list li{
font-size:15px;
}

/* ===== LOCATION GRID ===== */

.location-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

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

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

.location-card i{
font-size:28px;
color:#0d6efd;
margin-bottom:10px;
}

.location-card h4{
margin:0;
font-size:18px;
}

@media(max-width:768px){

.service-list{
grid-template-columns:1fr;
}

.floating-buttons{
left:10px;
bottom:20px;
}

.float-btn{
width:55px;
height:55px;
font-size:24px;
}

}
@media(max-width:992px){
#process .services{
grid-template-columns:repeat(2,1fr) !important;
}
}

@media(max-width:768px){
#process .services{
grid-template-columns:1fr !important;
}
}
@media (max-width:768px){

  #why-us{
    padding:50px 20px !important;
  }

  #why-us .title h2{
    font-size:28px;
    line-height:1.4;
  }

  #why-us .title p{
    font-size:15px;
    line-height:1.8;
  }

  #why-us .card{
    padding:20px;
  }

  #why-us .card i{
    font-size:40px;
  }

  #why-us .card h3{
    font-size:18px;
    margin-top:10px;
  }

  #why-us .card p{
    font-size:14px;
    line-height:1.7;
  }

  #why-us h3{
    font-size:24px !important;
  }

  #why-us h2{
    font-size:28px;
  }

  #why-us a{
    width:100%;
    display:block !important;
  }

}


.enquiry-wrapper{
position:fixed;
left:20px;
top:50%;
transform:translateY(-50%);
z-index:9999;
}

.enquiry-btn{
width:60px;
height:60px;
border:none;
border-radius:50%;
background:#0d6efd;
color:#fff;
font-size:24px;
cursor:pointer;
box-shadow:0 4px 15px rgba(0,0,0,.25);
}

.enquiry-box{
position:absolute;
left:75px;
top:0;
width:320px;
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 5px 25px rgba(0,0,0,.2);
display:none;
}

.enquiry-box h3{
text-align:center;
margin-bottom:15px;
color:#0d6efd;
}

.enquiry-box input,
.enquiry-box textarea{
width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:6px;
outline:none;
}

.enquiry-box button[type="submit"]{
width:100%;
padding:12px;
border:none;
background:#0d6efd;
color:#fff;
border-radius:6px;
font-weight:600;
cursor:pointer;
}

#successMsg{
display:none;
margin-top:10px;
padding:10px;
background:#d4edda;
color:#155724;
border-radius:6px;
text-align:center;
font-weight:600;
}

@media(max-width:768px){

.enquiry-wrapper{
left:10px;
}

.enquiry-box{
width:280px;
left:65px;
}

}

