.hero{padding:90px 0;background:linear-gradient(rgba(13,27,76,.88),rgba(13,27,76,.88)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72') center/cover;color:#fff}
.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.hero h2{font-size:56px;line-height:1.1;margin:16px 0}
.tag{display:inline-block;padding:8px 14px;border-radius:30px;background:rgba(255,255,255,.12)}



*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;color:#1a1a1a;background:#f5f7fb}a{text-decoration:none}img{max-width:100%}
.container{width:min(1180px,92%);margin:auto}
header{background:#0d1b4c;color:#fff;position:sticky;top:0;z-index:10;box-shadow:0 10px 20px rgba(0,0,0,.12)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{display:flex;gap:12px;align-items:center}.brand img{width:56px;height:56px;border-radius:50%;background:#fff;object-fit:cover}.brand h1{font-size:22px;line-height:1}.brand span{font-size:11px;opacity:.85}.menu{display:flex;gap:22px;align-items:center}.menu a{color:#fff;font-weight:600}.cta{padding:12px 18px;border-radius:30px;background:linear-gradient(135deg,#d4af37,#f3de91);color:#111;font-weight:800}
/* .hero{background:linear-gradient(rgba(13,27,76,.88),rgba(13,27,76,.88)),url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1400&q=80') center/cover;min-height:88vh;display:flex;align-items:center}.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center} */
.tag{display:inline-block;background:rgba(255,255,255,.12);padding:8px 14px;border-radius:30px;color:#fff;margin-bottom:18px}.hero h2{font-size:58px;color:#fff;line-height:1.08;margin-bottom:18px}.hero p{color:#e9eefc;font-size:18px;line-height:1.8;margin-bottom:28px}.btns{display:flex;gap:14px;flex-wrap:wrap}.btn{padding:15px 24px;border-radius:32px;font-weight:800}.btn.gold{background:linear-gradient(135deg,#d4af37,#f5e39e);color:#111}.btn.light{border:2px solid #fff;color:#fff}.card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.card h3{color:#0d1b4c;margin-bottom:14px}.field{width:100%;padding:13px 14px;margin:8px 0;border:1px solid #dde2ef;border-radius:12px}.submit{width:100%;padding:14px;border:none;border-radius:12px;background:#0d1b4c;color:#fff;font-weight:800;cursor:pointer}
.strip{
padding:55px 0;
background:#ffffff;
}.logos{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}
.logoBox{
background:#f8faff;
padding:28px 18px;
border-radius:22px;
text-align:center;
font-weight:800;
color:#0d1b4c;
box-shadow:0 12px 30px rgba(0,0,0,.05);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
min-height:240px;
transition:.3s;
}

.logoBox img{
height:120px;      /* LARGE LOGO */
width:auto;
max-width:100%;
object-fit:contain;
margin-bottom:18px;
}

.logoBox span{
font-size:24px;
line-height:1.4;
display:block;
}

.logoBox:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(13,27,76,.12);
}

/* MOBILE */
@media(max-width:768px){
.logoBox{
min-height:220px;
}

.logoBox img{
height:95px;
}

.logoBox span{
font-size:18px;
}
}
}.section{padding:78px 0}.title{text-align:center;margin-bottom:34px}.title h3{font-size:38px;color:#0d1b4c}.title p{color:#666;margin-top:8px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service{background:#fff;padding:26px;border-radius:20px;box-shadow:0 10px 24px rgba(0,0,0,.08)}.service h4{color:#0d1b4c;margin-bottom:10px}.why{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}.ticks div{background:#fff;padding:16px;border-radius:14px;margin-bottom:12px;box-shadow:0 8px 18px rgba(0,0,0,.06)}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 10px 22px rgba(0,0,0,.2);z-index:999}
footer{background:#0b102c;color:#fff;padding:34px 0;text-align:center}.small{opacity:.75;font-size:14px;margin-top:8px}
@media(max-width:980px){.hero-wrap,.why,.grid{grid-template-columns:1fr}.hero h2{font-size:42px}.logos{grid-template-columns:repeat(2,1fr)}.menu{display:none}}
/* VIDEO SECTION */
.video-service{
text-decoration:none;
color:#111;
transition:.35s;
overflow:hidden;
}

.video-service:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.video-thumb{
height:320px;
border-radius:18px;
background-size:cover;
background-position:center top;
margin-bottom:18px;
position:relative;
overflow:hidden;
}

.video-thumb::after{
content:'';
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.20),rgba(0,0,0,.02));
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:68px;
height:68px;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
color:#0d1b4c;
z-index:2;
}

/* FOOTER */
.footer-contact{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
max-width:900px;
margin:0 auto 28px;
text-align:left;
}

.contact-item{
background:rgba(255,255,255,.06);
padding:16px 18px;
border-radius:14px;
display:flex;
align-items:center;
gap:12px;
font-size:15px;
}

.contact-item i{
color:#d4af37;
font-size:18px;
min-width:22px;
}

.map-box{
border-radius:22px;
overflow:hidden;
box-shadow:0 14px 30px rgba(0,0,0,.22);
max-width:1000px;
margin:auto;
}

/* MOBILE */
@media(max-width:980px){

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

.video-thumb{
height:420px;
}

}

@media(max-width:480px){

.video-thumb{
height:360px;
}

}

/* =========================
MOBILE RESPONSIVE FIX
========================= */

@media (max-width: 980px){

.container{
width:94%;
}

header{
padding:10px 0;
}

.nav{
flex-direction:column;
gap:14px;
text-align:center;
}

.brand{
justify-content:center;
}

.brand img{
width:48px;
height:48px;
}

.brand h1{
font-size:20px;
}

.brand span{
font-size:10px;
}

.menu{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

.menu a{
font-size:14px;
margin:0;
}

.hero{
min-height:auto;
padding:70px 0;
}

.hero-wrap{
grid-template-columns:1fr;
gap:28px;
}

.hero h2{
font-size:34px;
line-height:1.25;
text-align:center;
}

.hero p{
font-size:16px;
text-align:center;
}

.tag{
display:block;
text-align:center;
font-size:13px;
}

.btns{
justify-content:center;
}

.btn{
padding:13px 20px;
font-size:14px;
}

.card{
padding:22px;
}

.title h3{
font-size:30px;
line-height:1.2;
}

.title p{
font-size:15px;
}

.grid{
grid-template-columns:1fr;
gap:18px;
}

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

.logos{
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.logoBox{
padding:16px;
font-size:14px;
}

.logoBox img{
height:42px !important;
}

.service{
padding:22px;
}

.service h4{
font-size:22px;
}

.video-thumb{
height:420px;
}

.video-service h4{
font-size:22px;
}

.video-service p{
font-size:15px;
}

input.field,
textarea.field{
font-size:15px;
}

.submit{
font-size:15px;
}

footer{
padding:28px 14px;
}

.small{
font-size:13px;
line-height:1.9;
}

.whatsapp{
width:56px;
height:56px;
font-size:28px;
right:14px;
bottom:14px;
}

}


/* EXTRA SMALL DEVICES */

@media (max-width: 480px){
.hero h2{
font-size:28px;}
.title h3{
font-size:26px;}
.video-thumb{
height:360px;}
.brand h1{
font-size:18px;}
.menu a{
font-size:13px;
}.cta{
padding:10px 16px;
font-size:13px;}}
/* ADD THIS CSS */

.wa-btn{
display:block;
margin-top:12px;
text-align:center;
padding:14px;
border-radius:12px;
background:#25D366;
color:#fff;
font-weight:800;
}

.submit i,
.wa-btn i{
margin-right:8px;
}

.submit.loading{
opacity:.8;
pointer-events:none;
}


/* ADD THIS CSS */

.wa-btn{
display:block;
margin-top:12px;
text-align:center;
padding:14px;
border-radius:12px;
background:#25D366;
color:#fff;
font-weight:800;
}

.popup-ann-a-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.55);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
padding:20px;
}

.popup-box{
background:#fff;
max-width:420px;
width:100%;
padding:35px 28px;
border-radius:24px;
text-align:center;
box-shadow:0 25px 55px rgba(0,0,0,.18);
animation:popup .35s ease;
}

@keyframes popup{
from{transform:scale(.8);opacity:0;}
to{transform:scale(1);opacity:1;}
}

.check-icon{
width:78px;
height:78px;
border-radius:50%;
background:#25D366;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin:0 auto 18px;
}

.popup-box h3{
font-size:30px;
color:#0d1b4c;
margin-bottom:10px;
}

.popup-box p{
line-height:1.8;
color:#555;
margin-bottom:20px;
}

.popup-btn{
background:linear-gradient(135deg,#d4af37,#f3de91);
border:none;
padding:14px 24px;
border-radius:30px;
font-weight:800;
cursor:pointer;
}
/* BOOKING CSS */

.booking-wrap{
display:grid;
grid-template-columns:1fr 1fr;
gap:28px;
margin-top:30px;
}

.slot-box{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}

.slot-box div{
background:#f7f9fd;
padding:14px;
border-radius:12px;
font-weight:700;
color:#0d1b4c;
}

label{
display:block;
font-weight:700;
margin:10px 0 8px;
color:#0d1b4c;
}

@media(max-width:980px){
.booking-wrap{
grid-template-columns:1fr;
}
}
/* NEXT LEVEL BOOKING */

.ultra-booking{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:28px;
margin-top:30px;
}

.calendar-card,
.slot-card{
background:#fff;
padding:30px;
border-radius:24px;
box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.calendar-head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:22px;
}

.calendar-head h2{
font-size:30px;
color:#0d1b4c;
}

.calendar-head button{
width:42px;
height:42px;
border:none;
border-radius:50%;
background:#eef2ff;
font-size:18px;
cursor:pointer;
font-weight:700;
}

.week-row,
.days-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:10px;
}

.week-row div{
text-align:center;
font-weight:700;
color:#666;
padding-bottom:10px;
}

.day{
height:54px;
display:flex;
align-items:center;
justify-content:center;
border-radius:14px;
cursor:pointer;
font-weight:700;
transition:.3s;
background:#f7f9fd;
}

.day:hover{
transform:translateY(-3px);
box-shadow:0 8px 16px rgba(0,0,0,.08);
}

.available{
background:#e8fff0;
color:#0b7a35;
}

.booked{
background:#f1f1f1;
color:#999;
text-decoration:line-through;
cursor:not-allowed;
}

.selected{
background:#0d1b4c;
color:#fff;
}

.today{
border:2px solid #d4af37;
}

.slot-card h3{
font-size:28px;
color:#0d1b4c;
margin-bottom:12px;
}

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

.slot{
padding:16px;
border-radius:14px;
text-align:center;
font-weight:700;
background:#eefaf2;
cursor:pointer;
transition:.3s;
}

.slot:hover{
transform:translateY(-2px);
background:#dff5e8;
}

.slot.booked{
background:#f1f1f1;
color:#999;
text-decoration:line-through;
cursor:not-allowed;
}

.slot.selected{
background:#0d1b4c;
color:#fff;
}

@media(max-width:980px){

.ultra-booking{
grid-template-columns:1fr;
}

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

.day{
height:48px;
font-size:14px;
}

}
@media(max-width:980px){

.team-grid,
.stats{
grid-template-columns:1fr;
}

.list{
columns:1;
}

}
.announce-bar{
background:linear-gradient(135deg,#d4af37,#f5e39e);
color:#111;
padding:14px 20px;
text-align:center;
font-weight:700;
font-size:15px;
letter-spacing:.2px;
box-shadow:0 6px 18px rgba(0,0,0,.08);
}

@media(max-width:768px){
.announce-bar{
font-size:13px;
padding:12px;
line-height:1.6;
}
}
 .popup--ann-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
display:flex;
justify-content:center;
align-items:center;
z-index:9999;
padding:15px;
} 


.popup-overlay{
display:none;   /* hidden initially */
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
z-index:9999;
justify-content:center;
align-items:center;
}

.popup-overlay.show{
display:flex;
}

.popup-box{
background:#fff;
padding:30px;
border-radius:20px;
max-width:500px;
width:90%;
text-align:center;
}




 .popup-ann-box{
background:#fff;
width:100%;
max-width:620px;
max-height:85vh;
overflow:auto;
padding:32px;
border-radius:24px;
position:relative;
animation:pop .35s ease;
} 

.popup-box h2{
color:#0d1b4c;
margin-bottom:18px;
text-align:center;
}

.popup-item{
padding:16px;
border:1px solid #eee;
border-radius:16px;
margin-bottom:14px;
background:#fafbff;
}

.popup-item h3{
margin:0 0 8px;
color:#0d1b4c;
font-size:18px;
}

.popup-item p{
margin:0;
color:#555;
line-height:1.7;
font-size:15px;
}

.popup-btn{
display:block;
text-align:center;
margin-top:18px;
padding:14px;
border-radius:30px;
background:#0d1b4c;
color:#fff;
font-weight:700;
text-decoration:none;
}

.close-btn{
position:absolute;
top:12px;
right:18px;
font-size:30px;
cursor:pointer;
font-weight:700;
}

@keyframes pop{
from{opacity:0;transform:scale(.9);}
to{opacity:1;transform:scale(1);}
}

