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

html{
scroll-behavior:smooth;
scroll-padding-top:100px;
}

body{
font-family:'Montserrat',sans-serif;
background:#090909;
color:#ffffff;
line-height:1.6;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

a{
text-decoration:none;
}

img{
max-width:100%;
display:block;
}

section{
padding:100px 0;
}

h1,h2,h3{
font-weight:700;
}

h2{
font-size:42px;
text-align:center;
margin-bottom:50px;
color:#ffffff;
}

.hero{
min-height:100vh;
padding-top:40px;
background:
linear-gradient(
rgba(0,0,0,.65),
rgba(0,0,0,.75)
),
url("images/hero.jpg");
background-size:cover;
background-position:center 10%;
position:relative;
}

.navbar{
position:fixed;
top:40px;
left:0;
width:100%;
padding:20px 3%;
display:flex;
justify-content:space-between;
align-items:center;
z-index:9999;
background:rgba(0,0,0,.55);
backdrop-filter:none;
}

.logo-container img{
height:110px;
margin-top:5px;
}

.nav-links{
display:flex;
gap:35px;
margin-right:0;
}

.nav-links a{
color:#ffffff;
font-weight:700;
font-size:17px;
transition:.3s;
}

.nav-links a:hover{
color:#e10600;
}

.hero-overlay{
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding-top:220px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}

.hero-content{
max-width:1000px;
margin-top:0px;
}

.hero-content h1{
font-size:48px;
line-height:1.1;
margin-bottom:15px;
text-transform:uppercase;
font-weight:800;
}

.hero-subtitle{
font-size:26px;
font-weight:700;
margin-top:100px;
margin-bottom:40px;
color:#fff;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:40px;
}

.btn-primary{
background:#e10600;
color:white;
padding:16px 34px;
border-radius:8px;
font-weight:700;
transition:.3s;
}

.btn-primary:hover{
transform:translateY(-3px);
}

.btn-secondary{
border:2px solid #e10600;
color:white;
padding:16px 34px;
border-radius:8px;
font-weight:700;
transition:.3s;
}

.btn-secondary:hover{
background:#e10600;
}

.hero-contact{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
font-size:15px;
color:#d0d0d0;
}

.whatsapp-button{
position:fixed;
right:25px;
bottom:25px;
z-index:999;
}

.whatsapp-button a{
background:#25D366;
color:white;
padding:14px 18px;
border-radius:50px;
font-weight:700;
box-shadow:0 5px 15px rgba(0,0,0,.4);
}

.why-us{
background:#111111;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.why-card{
background:#171717;
padding:35px;
border-radius:15px;
border:1px solid #222;
transition:.3s;
}

.why-card:hover{
transform:translateY(-8px);
border-color:#e10600;
}

.why-card h3{
margin-bottom:15px;
color:#e10600;
}
.services{
background:#0c0c0c;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
background:#151515;
border-radius:18px;
overflow:hidden;
border:1px solid #222;
transition:.3s;
}

.service-card:hover{
transform:translateY(-10px);
border-color:#e10600;
}

.service-card img{
width:100%;
height:260px;
object-fit:cover;
}

.service-content{
padding:25px;
}

.service-content h3{
margin-bottom:15px;
font-size:24px;
color:#ffffff;
}

.service-content p{
color:#cfcfcf;
margin-bottom:20px;
}

.service-btn{
display:inline-block;
background:#e10600;
color:white;
padding:12px 22px;
border-radius:8px;
font-weight:700;
}

.pricing{
background:#151515;
}

.pricing-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:50px;
}

.price-card{
background:#171717;
padding:30px;
border-radius:15px;
border:1px solid #262626;
}

.price-card h3{
margin-bottom:20px;
color:#e10600;
}

.price-card ul{
list-style:none;
}

.price-card li{
padding:10px 0;
border-bottom:1px solid #2b2b2b;
}

.detailing-section{
background:#171717;
padding:30px;
border-radius:15px;
margin-bottom:25px;
border:1px solid #262626;
}

.detailing-section h3{
margin-bottom:20px;
color:#e10600;
}

.detailing-section ul{
list-style:none;
}

.detailing-section li{
padding:10px 0;
border-bottom:1px solid #2a2a2a;
}

.price-note{
margin-top:15px;
font-style:italic;
color:#cccccc;
}

.gallery-section{
background:#101010;
}

.section-subtitle{
text-align:center;
color:#bdbdbd;
margin-bottom:40px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery-grid img{
height:280px;
width:100%;
object-fit:cover;
border-radius:12px;
transition:.3s;
}

.gallery-grid img:hover{
transform:scale(1.03);
}

.before-after-section{
background:#181818;
}

.before-after-wrapper{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.video-box h3{
text-align:center;
margin-bottom:15px;
color:#e10600;
font-size:24px;
}

.before-after-wrapper video{
width:320px;
height:570px;
object-fit:cover;
border-radius:15px;
border:1px solid #262626;
box-shadow:0 0 25px rgba(0,0,0,.4);
}
.reviews{
background:#101010;
}

.reviews-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}

.review-card{
background:#171717;
padding:30px;
border-radius:15px;
border:1px solid #262626;
}

.review-card:hover{
border-color:#e10600;
}

.stars{
font-size:24px;
margin-bottom:15px;
color:#e10600;
}

.google-button-wrap{
text-align:center;
margin-top:40px;
}

.google-btn{
display:inline-block;
background:#e10600;
color:white;
padding:15px 30px;
border-radius:8px;
font-weight:700;
}

.contact-section{
background:#151515;
}

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

.contact-info{
background:#171717;
padding:35px;
border-radius:15px;
border:1px solid #262626;
}

.contact-info p{
margin-bottom:20px;
}

.map-container{
overflow:hidden;
border-radius:15px;
border:1px solid #262626;
}

footer{
background:#050505;
padding:35px 0;
text-align:center;
border-top:1px solid #1a1a1a;
}

footer p{
color:#999999;
}

@media(max-width:1200px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

.pricing-wrapper{
grid-template-columns:1fr;
}

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

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

}

@media(max-width:768px){

.navbar{
flex-direction:column;
gap:20px;
}

.nav-links{
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.hero-subtitle{
font-size:18px;
}

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

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

.before-after-wrapper{
grid-template-columns:1fr;
}

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

.hero-contact{
flex-direction:column;
gap:10px;
}

h2{
font-size:32px;
}

.logo-container img{
height:140px;
width:auto;
}

}

@media(max-width:480px){

.btn-primary,
.btn-secondary{
width:100%;
text-align:center;
}

section{
padding:70px 0;
}

}
.hidden{
opacity:0;
transform:translateY(40px);
transition:all .7s ease;
}

.show{
opacity:1;
transform:translateY(0);
}

.navbar-scrolled{
background:rgba(0,0,0,.95);
backdrop-filter:none;
}
section{
border-top:1px solid rgba(225,6,0,.15);
}
.extras-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-bottom:25px;
}

.polish-table{
width:100%;
border-collapse:collapse;
margin-top:20px;
}

.polish-table th,
.polish-table td{
padding:15px;
border:1px solid #333;
text-align:center;
}

.polish-table th{
background:#e10600;
color:white;
}

.polish-table tr:nth-child(even){
background:#1b1b1b;
}

@media(max-width:768px){

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

.polish-table{
font-size:13px;
}

}
.hero-features{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:35px;
}

.hero-feature{
background:rgba(255,255,255,.08);
border:1px solid rgba(225,6,0,.25);
padding:12px 18px;
border-radius:10px;
font-size:14px;
backdrop-filter:blur(5px);
}
.top-bar{
position:fixed;
top:0;
left:0;
width:100%;
height:40px;
background:#050505;
border-bottom:1px solid rgba(225,6,0,.4);
z-index:10000;
}

.top-bar-content{
height:100%;
display:flex;
justify-content:center;
align-items:center;
gap:50px;
font-size:16px;
font-weight:600;
color:#ffffff;
}

.top-bar a{
color:#ffffff;
text-decoration:none;
font-weight:600;
}

.top-bar a:hover{
color:#e10600;
}
.g1{
object-position:center 75%;
}

.g2{
object-position:center 65%;
}

.g3{
object-position:center 70%;
}
.g4{
object-position:center 80%;
}

.g5{
object-position:center 70%;
}

.g6{
object-position:center 70%;
}

.contact-info a{
color:#ffffff;
text-decoration:none;
}

.contact-info a:hover{
color:#e10600;
}

.review-card h3{
margin-bottom:12px;
color:#ffffff;
font-size:20px;
}

.section-subtitle{
text-align:center;
color:#bdbdbd;
margin-bottom:40px;
}

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

.review-card{
background:#111;
border:1px solid rgba(255,255,255,.08);
border-radius:15px;
padding:25px;
}

.review-card h3{
margin:15px 0 10px;
font-size:22px;
}

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

.stars{
font-size:24px;
color:#e10600;
margin-bottom:10px;
}

.reviews .btn-primary{
display:block;
width:fit-content;
margin:40px auto 0;
}
@media(max-width:768px){

.top-bar{
height:auto;
padding:8px 10px;
position:fixed;
}

.top-bar-content{
display:flex;
flex-direction:column;
gap:4px;
font-size:13px;
line-height:1.3;
text-align:center;
}

.navbar{
top:72px;
padding:10px 15px;
flex-direction:column;
gap:10px;
background:rgba(0,0,0,.92);
}

.logo-container img{
height:95px;
margin-top:0;
}

.nav-links{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:16px 22px;
}

.nav-links a{
font-size:16px;
}

.hero{
padding-top:210px;
background-position:center top;
}

.hero-overlay{
padding-top:40px;
}

.hero-content{
margin-top:0;
}

.hero-subtitle{
font-size:24px;
line-height:1.35;
margin-bottom:30px;
}

.hero-features{
gap:12px;
margin-bottom:25px;
}

.hero-feature{
width:90%;
font-size:16px;
}

.hero-buttons{
gap:14px;
}

.btn-primary,
.btn-secondary{
width:90%;
font-size:18px;
padding:18px 20px;
}

.whatsapp-button{
right:18px;
bottom:90px;
}

.whatsapp-button a{
font-size:18px;
padding:16px 24px;
}

}