@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;overflow-x:hidden;}
body{font-family:'Inter',sans-serif;background:#fff;}

/*============================
BACKGROUND
=============================*/
.bg-gradient{
position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-5;
background:
radial-gradient(circle at 15% 10%,rgba(0,56,255,.08),transparent 35%),
radial-gradient(circle at 85% 15%,rgba(139,92,246,.08),transparent 30%),
radial-gradient(circle at 50% 80%,rgba(59,130,246,.06),transparent 35%),
#ffffff;
}
.bg-blue{position:fixed;width:500px;height:500px;border-radius:50%;background:#0038FF;filter:blur(180px);opacity:.10;top:-120px;right:-120px;pointer-events:none;z-index:-4;}
.bg-purple{position:fixed;width:500px;height:500px;background:#8B5CF6;border-radius:50%;filter:blur(180px);opacity:.08;bottom:-150px;left:-100px;pointer-events:none;z-index:-4;}

body{background:#f8fbff;overflow-x:hidden;}

.bg-light1,.bg-light2,.bg-light3{
position:fixed;border-radius:50%;filter:blur(120px);opacity:.35;
animation:floatLight 12s ease-in-out infinite;z-index:-3;
}
.bg-light1{width:500px;height:500px;background:#4F7DFF;top:-150px;left:-120px;}
.bg-light2{width:420px;height:420px;background:#8B5CF6;top:40%;right:-120px;animation-delay:3s;}
.bg-light3{width:350px;height:350px;background:#00C2FF;bottom:-100px;left:40%;animation-delay:6s;}

@keyframes floatLight{
0%,100%{transform:translate(0,0) scale(1);}
50%{transform:translate(60px,-40px) scale(1.2);}
}

/* ==========================================
            PREMIUM NAVBAR
========================================== */
header{position:fixed;top:20px;left:0;width:100%;display:flex;justify-content:center;z-index:9999;}

.navbar{
width:min(1200px,92%);height:78px;padding:0 30px;
display:flex;align-items:center;justify-content:space-between;
background:rgba(255,255,255,.70);
backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.45);border-radius:22px;
transition:all .35s ease;
box-shadow:0 10px 35px rgba(15,23,42,.08);
}
.navbar.scrolled{
height:68px;padding:0 24px;background:rgba(255,255,255,.90);
backdrop-filter:blur(30px);box-shadow:0 20px 45px rgba(15,23,42,.12);
}

.logo{display:flex;align-items:center;}
.logo img{height:90px;width:auto;transition:.35s;}
.navbar.scrolled .logo img{height:48px;}

.nav-links{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0;}
.nav-links a{position:relative;text-decoration:none;color:#475569;font-size:15px;font-weight:600;transition:.3s;}
.nav-links a::after{
content:"";position:absolute;left:0;bottom:-8px;width:0;height:3px;
background:#0038FF;border-radius:50px;transition:width .3s ease;
}
.nav-links a:hover{color:#0038FF;}
.nav-links a:hover::after{width:100%;}

.nav-actions{display:flex;align-items:center;gap:16px;}

.nav-circle{
width:48px;height:48px;border-radius:50%;
display:flex;align-items:center;justify-content:center;
text-decoration:none;font-size:20px;transition:.3s;
}

.call-circle{background:#ffffff;color:#0038FF;border:1px solid rgba(0,56,255,.10);box-shadow:0 8px 24px rgba(0,56,255,.08);}
.call-circle:hover{background:#0038FF;color:#ffffff;transform:translateY(-3px);}

.whatsapp-circle{background:#25D366;color:#ffffff;box-shadow:0 10px 24px rgba(37,211,102,.30);}
.whatsapp-circle:hover{background:#1EBE5B;transform:translateY(-3px);}
.whatsapp-circle i{color:#ffffff;}

/* ==========================
HERO
========================== */
.hero{
width:min(1200px,92%);margin:auto;
display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;
min-height:100vh;padding:140px 0 80px;
}

.hero-left{width:100%;opacity:0;transform:translateX(-60px);animation:heroText 1s ease forwards;animation-delay:.2s;}

.tag{
display:inline-block;padding:12px 22px;background:rgba(255,255,255,.75);
backdrop-filter:blur(20px);border-radius:40px;font-size:14px;font-weight:600;
color:#0038FF;box-shadow:0 10px 25px rgba(0,0,0,.05);margin-bottom:25px;
}

.hero h1{font-size:82px;font-weight:800;line-height:1.02;letter-spacing:-3px;margin-bottom:28px;color:#1F2937;}
.hero h1 span{
background:linear-gradient(135deg,#0038FF,#4F46E5,#8B5CF6);
-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.hero p{font-size:20px;line-height:1.8;color:#64748B;max-width:560px;margin-bottom:40px;}

.hero-buttons{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:50px;}

.primary-btn{
padding:18px 34px;border-radius:16px;
background:linear-gradient(135deg,#0038FF,#5B5CF7,#8B5CF6);
color:#fff;font-weight:700;text-decoration:none;
box-shadow:0 15px 35px rgba(0,56,255,.25);transition:.4s;
}
.primary-btn:hover{transform:translateY(-5px);}

.secondary-btn{
padding:18px 34px;border-radius:16px;background:white;color:#1E293B;
font-weight:700;text-decoration:none;box-shadow:0 15px 35px rgba(0,0,0,.06);transition:.4s;
}
.secondary-btn:hover{transform:translateY(-5px);}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px;}
.stat-card{width:100%;min-height:150px;display:flex;flex-direction:column;justify-content:flex-start;padding:22px;}
.stat-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,56,255,.15);}
.stat-card h2{font-size:28px;font-weight:800;color:#0038FF;margin:0 0 8px;}
.stat-card p{font-size:14px;color:#64748B;line-height:1.4;margin:0;}
.stat-icon{font-size:28px;margin-bottom:12px;}

/*===========================
HERO RIGHT
===========================*/
.hero-right{position:relative;display:flex;justify-content:center;align-items:center;overflow:visible;}

.shield-glow{
position:absolute;width:760px;height:760px;
background:radial-gradient(circle,rgba(255,255,255,.96) 0%,rgba(219,234,254,.80) 35%,rgba(191,219,254,.55) 55%,rgba(221,214,254,.45) 75%,transparent 100%);
clip-path:polygon(50% 0%,88% 15%,88% 60%,50% 100%,12% 60%,12% 15%);
filter:blur(60px);opacity:1;animation:shieldPulse 8s infinite;
}

.hero-right img{
position:relative;z-index:5;width:900px;max-width:100%;
animation:heroFloat 6s ease-in-out infinite;transition:transform .5s ease;
}

.hero-right::before{
content:"";position:absolute;width:450px;height:450px;background:#0038FF;
border-radius:50%;filter:blur(180px);opacity:.10;top:90px;right:40px;z-index:-1;
}
.hero-right::after{
content:"";position:absolute;top:-20%;left:-140%;width:60%;height:140%;transform:skewX(-25deg);
background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
animation:lightSweep 5s infinite;pointer-events:none;
}

@keyframes lightSweep{0%{left:-140%;}100%{left:180%;}}
@keyframes shieldPulse{0%{transform:scale(1);}50%{transform:scale(1.04);}100%{transform:scale(1);}}
@keyframes heroFloat{
0%{transform:translateY(0px) rotate(-2deg);}
50%{transform:translateY(-18px) rotate(-1deg);}
100%{transform:translateY(0px) rotate(-2deg);}
}
@keyframes heroText{from{opacity:0;transform:translateX(-60px);}to{opacity:1;transform:translateX(0);}}

.stat{border:1px solid rgba(255,255,255,.6);transition:.4s;}
.stat:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,56,255,.15);}

/*=============================
HOTSPOTS
==============================*/
.hotspot{position:absolute;z-index:20;animation:hotspotFloat 4s ease-in-out infinite;}
.hs2{animation-delay:.6s;}
.hs3{animation-delay:1.2s;}
.hs4{animation-delay:1.8s;}
.hs5{animation-delay:2.4s;}
.hs6{animation-delay:3s;}

@keyframes hotspotFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}

.dot{
width:16px;height:16px;border-radius:50%;background:#0038FF;display:block;position:absolute;
box-shadow:0 0 0 rgba(0,56,255,.6);
animation:pulseDot 2s infinite,glowDot 2s infinite;
}
@keyframes pulseDot{
0%{box-shadow:0 0 0 0 rgba(0,56,255,.5);}
70%{box-shadow:0 0 0 18px rgba(0,56,255,0);}
100%{box-shadow:0 0 0 0 rgba(0,56,255,0);}
}
@keyframes glowDot{
0%,100%{filter:drop-shadow(0 0 5px #0038FF);}
50%{filter:drop-shadow(0 0 18px #0038FF);}
}

.hotspot::before{
content:"";position:absolute;left:50%;top:12px;width:2px;height:55px;
background:linear-gradient(#0038FF,transparent);transform:translateX(-50%);
}

.glass-card{
width:150px;padding:12px 15px;border-radius:18px;
background:rgba(255,255,255,.88);
backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(16px);
box-shadow:0 15px 40px rgba(0,0,0,.12);
}
.glass-card h4{font-size:16px;font-weight:700;margin-bottom:4px;color:#1E293B;}
.glass-card p{font-size:13px;color:#64748B;margin:0;}

.hs1{top:-18%;left:38%;}
.hs2{top:18%;right:-20%;}
.hs3{top:-14%;right:60%;}
.hs4{top:32%;left:-15%;}
.hs5{bottom:18%;right:12%;}
.hs6{bottom:5%;left:-6%;}

/* ===========================
   SERVICES
=========================== */
.services{width:min(1200px,92%);margin:120px auto;}
.section-header{text-align:center;margin-bottom:70px;}
.section-header span{color:#0038FF;font-weight:700;letter-spacing:2px;}
.section-header h2{font-size:48px;margin:20px 0;}
.section-header p{max-width:700px;margin:auto;color:#64748B;line-height:1.8;}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.service-card{
background:white;border-radius:24px;padding:35px;transition:.35s;
box-shadow:0 20px 40px rgba(15,23,42,.06);border:1px solid rgba(0,56,255,.08);
}
.service-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,56,255,.15);}
.service-card .icon{font-size:42px;margin-bottom:20px;}
.service-card h3{margin-bottom:12px;}
.service-card p{color:#64748B;line-height:1.7;}

/* ===========================
   PACKAGES
=========================== */
.packages{width:min(1200px,92%);margin:140px auto;}
.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;}
.package-card{
position:relative;background:white;border-radius:28px;padding:45px 35px;
box-shadow:0 20px 45px rgba(15,23,42,.06);transition:.35s;border:1px solid rgba(0,56,255,.08);
}
.package-card:hover{transform:translateY(-12px);box-shadow:0 30px 70px rgba(0,56,255,.18);}
.package-card h3{font-size:26px;font-weight:800;line-height:1.2;letter-spacing:-0.5px;margin-bottom:16px;color:#111827;}
.price{font-size:48px;font-weight:900;color:#0038FF;margin-bottom:28px;line-height:1;}
.package-card ul{list-style:none;margin-bottom:40px;}
.package-card li{padding:12px 0;color:#475569;border-bottom:1px solid #eef2ff;}
.package-btn{
display:block;text-align:center;padding:18px;border-radius:16px;
background:linear-gradient(135deg,#0038FF,#5B5CF7,#8B5CF6);color:white;text-decoration:none;font-weight:700;
}
.featured{transform:scale(1.05);border:2px solid #0038FF;}
.featured:hover{transform:scale(1.08);}
.popular{
position:absolute;top:-16px;left:50%;transform:translateX(-50%);
background:#0038FF;color:white;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:700;
}

/* ===========================
   WHY CHOOSE US
=========================== */
.why-us{width:min(1200px,92%);margin:140px auto;}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.why-card{
background:white;border-radius:24px;padding:40px;text-align:center;
border:1px solid rgba(0,56,255,.08);transition:.35s;box-shadow:0 20px 40px rgba(15,23,42,.05);
}
.why-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,56,255,.15);}
.why-icon{font-size:48px;margin-bottom:25px;}
.why-card h3{margin-bottom:15px;}
.why-card p{color:#64748B;line-height:1.8;}

/* ===========================
   TESTIMONIALS
=========================== */
.testimonials{width:min(1200px,92%);margin:140px auto;}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.testimonial-card{background:white;border-radius:24px;padding:35px;box-shadow:0 20px 45px rgba(15,23,42,.06);transition:.35s;}
.testimonial-card:hover{transform:translateY(-10px);}
.featured-review{border:2px solid #0038FF;}
.stars{font-size:24px;color:#FFC107;margin-bottom:20px;}
.testimonial-card p{color:#64748B;line-height:1.8;margin-bottom:30px;}
.customer{display:flex;align-items:center;gap:15px;}
.avatar{
width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#0038FF,#6C63FF);
display:flex;justify-content:center;align-items:center;color:white;font-weight:700;font-size:20px;
}
.customer h4{margin-bottom:4px;}
.customer span{color:#64748B;font-size:14px;}

/* ===========================
   PROCESS
=========================== */
.process{width:min(1200px,92%);margin:140px auto;}
.process-container{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-top:80px;}
.process-step{flex:1;text-align:center;position:relative;}
.step-number{
width:42px;height:42px;margin:auto;border-radius:50%;background:#0038FF;color:white;
display:flex;justify-content:center;align-items:center;font-weight:700;margin-bottom:20px;
}
.step-icon{
width:90px;height:90px;margin:auto;border-radius:50%;background:white;
display:flex;justify-content:center;align-items:center;font-size:42px;
box-shadow:0 20px 45px rgba(15,23,42,.08);margin-bottom:25px;transition:.35s;
}
.process-step:hover .step-icon{transform:translateY(-8px);}
.process-step h3{margin-bottom:15px;}
.process-step p{color:#64748B;line-height:1.7;font-size:15px;}
.process-line{width:70px;height:3px;background:linear-gradient(90deg,#0038FF,#8B5CF6);margin-top:65px;border-radius:20px;}

/* ===========================
   CONTACT
=========================== */
.contact{width:min(1200px,92%);margin:140px auto;display:grid;grid-template-columns:1fr 520px;gap:70px;align-items:center;}
.section-tag{color:#0038FF;font-weight:700;letter-spacing:2px;}
.contact-left h2{font-size:52px;margin:20px 0;}
.contact-left p{color:#64748B;line-height:1.9;margin-bottom:45px;}
.contact-info{display:flex;flex-direction:column;gap:22px;}
.info-card{
display:flex;gap:18px;align-items:center;background:white;padding:22px;
border-radius:18px;box-shadow:0 15px 40px rgba(15,23,42,.06);
}
.info-icon{
width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0038FF,#6C63FF);
display:flex;justify-content:center;align-items:center;color:white;font-size:26px;
}
.info-card a{color:#0038FF;text-decoration:none;font-weight:600;}

.contact-right form{background:white;padding:45px;border-radius:30px;box-shadow:0 25px 60px rgba(15,23,42,.08);}
.contact-right h3{font-size:32px;margin-bottom:30px;}
.contact-right input,.contact-right textarea{
width:100%;padding:18px;border:1px solid #dbe4ff;border-radius:14px;
margin-bottom:18px;font-size:15px;font-family:inherit;outline:none;
}
.contact-right input:focus,.contact-right textarea:focus{border-color:#0038FF;}
.contact-right button{
width:100%;padding:18px;border:none;border-radius:16px;
background:linear-gradient(135deg,#0038FF,#5B5CF7,#8B5CF6);color:white;font-size:17px;font-weight:700;
cursor:pointer;transition:.3s;
}
.contact-right button:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(0,56,255,.25);}

/* ==========================================
            PREMIUM FOOTER
========================================== */
.footer{
position:relative;margin-top:150px;overflow:hidden;
background:linear-gradient(135deg,#E8F1FF 0%,#E3EBFF 30%,#ECE8FF 70%,#F6F7FF 100%);
border-top:1px solid rgba(0,56,255,.08);
}
.footer-glow{position:absolute;width:650px;height:650px;background:radial-gradient(circle,#0038FF20,transparent 70%);top:-300px;right:-200px;}
.footer-container{
position:relative;z-index:2;width:min(1200px,92%);margin:auto;padding:90px 0 60px;
display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:70px;
}
.logo-box{display:inline-flex;padding:18px;background:white;border-radius:20px;box-shadow:0 20px 40px rgba(0,56,255,.08);margin-bottom:25px;}
.logo-box img{width:220px;}
.footer-brand p{color:#5B6475;line-height:1.9;max-width:380px;margin-bottom:30px;}
.social-icons{display:flex;gap:15px;}
.social-icons a{
width:46px;height:46px;border-radius:50%;display:flex;justify-content:center;align-items:center;
background:white;color:#0038FF;text-decoration:none;box-shadow:0 10px 25px rgba(0,56,255,.08);transition:.3s;
}
.social-icons a:hover{background:#0038FF;color:white;transform:translateY(-6px);}
.footer-column{display:flex;flex-direction:column;}
.footer-column h3{color:#111827;margin-bottom:28px;font-size:20px;}
.footer-column a{text-decoration:none;color:#667085;margin-bottom:16px;transition:.3s;}
.footer-column span{color:#667085;margin-bottom:16px;}
.footer-column a:hover{color:#0038FF;padding-left:8px;}
.footer-btn{
margin-top:18px;display:inline-flex;justify-content:center;align-items:center;
width:220px;height:52px;border-radius:50px;
background:linear-gradient(135deg,#0038FF,#6A5CFF);color:white !important;font-weight:600;
box-shadow:0 15px 35px rgba(0,56,255,.25);
}
.footer-btn:hover{transform:translateY(-4px);}
.footer-bottom{
border-top:1px solid rgba(0,56,255,.08);padding:28px 4%;
display:flex;justify-content:space-between;align-items:center;color:#6B7280;font-size:15px;
}

@media(max-width:900px){
.footer-container{grid-template-columns:1fr;gap:45px;text-align:center;}
.footer-brand p{margin:auto;}
.social-icons{justify-content:center;}
.footer-btn{margin:auto;}
.footer-bottom{flex-direction:column;gap:10px;text-align:center;}
}

/* =====================================
        NAV RIGHT ICONS
===================================== */
.nav-right{display:flex;align-items:center;gap:18px;}
.nav-icon{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;transition:.3s;}
.call-icon{background:#ffffff;color:#0038FF;border:1px solid rgba(0,56,255,.12);box-shadow:0 10px 25px rgba(0,56,255,.10);}
.call-icon:hover{background:#0038FF;color:#ffffff;transform:translateY(-3px);}
.whatsapp-icon{background:#25D366;color:#ffffff !important;border:1px solid #25D366;box-shadow:0 10px 25px rgba(37,211,102,.35);}
.whatsapp-icon i{color:#ffffff !important;font-size:26px;}
.whatsapp-icon:hover{background:#1EBE5D;border-color:#1EBE5D;transform:translateY(-3px);box-shadow:0 15px 35px rgba(37,211,102,.45);}

/* ==========================================
        SCROLL ANIMATION
========================================== */
.reveal{opacity:0;transform:translateY(60px);transition:all .8s ease;}
.reveal.active{opacity:1;transform:translateY(0);}

/* ==========================================
        FLOATING WHATSAPP
========================================== */
.floating-whatsapp{
position:fixed;right:40px;bottom:45px;display:flex;align-items:center;gap:12px;
padding:16px 22px;background:linear-gradient(135deg,#25D366,#20C65A);
color:#fff;text-decoration:none;border-radius:60px;font-weight:700;
box-shadow:0 20px 45px rgba(37,211,102,.35);z-index:999;transition:.35s;
}
.floating-whatsapp i{font-size:26px;}
.floating-whatsapp:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 25px 60px rgba(37,211,102,.45);}

/* ==========================
   FAQ
========================== */
.faq{width:min(1100px,92%);margin:140px auto;}
.faq-container{display:flex;flex-direction:column;gap:18px;margin-top:50px;}
.faq-item{
background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 35px rgba(15,23,42,.06);
border:1px solid rgba(0,56,255,.08);transition:.3s;
}
.faq-item:hover{transform:translateY(-4px);}
.faq-question{
width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;
border:none;background:none;cursor:pointer;font-size:18px;font-weight:700;color:#1E293B;
}
.faq-question i{color:#0038FF;transition:.3s;}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.faq-answer p{padding:0 28px 24px;color:#64748B;line-height:1.8;}
.faq-item.active .faq-answer{max-height:250px;}
.faq-item.active .faq-question i{transform:rotate(45deg);}

/* ==========================================
        PREMIUM LOADER
========================================== */
#loader{
position:fixed;inset:0;background:linear-gradient(135deg,#ffffff,#f5f9ff);
display:flex;justify-content:center;align-items:center;z-index:999999;
transition:opacity .7s ease, visibility .7s ease;
}
#loader.hide{opacity:0;visibility:hidden;}
.loader-content{text-align:center;}
.loader-logo{position:relative;width:110px;height:110px;margin:auto;}
.loader-logo img{width:100%;position:relative;z-index:2;}
.loader-logo::before{
content:"";position:absolute;inset:-18px;border:3px solid rgba(0,56,255,.15);
border-top:3px solid #0038FF;border-radius:50%;animation:spin 1.2s linear infinite;
}
.loader-content h2{margin-top:30px;font-size:34px;font-weight:800;color:#1f2937;}
.loader-content p{margin-top:10px;color:#64748B;font-size:15px;letter-spacing:1px;}
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}

/* ===========================
   Scroll Progress Bar
=========================== */
#scroll-progress{
position:fixed;top:0;left:0;width:0%;height:4px;
background:linear-gradient(90deg,#0038FF,#5B5CF7,#8B5CF6);
z-index:999999;box-shadow:0 0 20px rgba(0,56,255,.45);transition:width .08s linear;
}

/* =====================================
   Premium 3D Hover Cards
===================================== */
.service-card,.package-card,.why-card,.testimonial-card{
transform-style:preserve-3d;transition:transform .25s ease,box-shadow .25s ease;will-change:transform;
}
.service-card:hover,.package-card:hover,.why-card:hover,.testimonial-card:hover{box-shadow:0 30px 60px rgba(0,56,255,.18);}

/* ===========================
   BRANDS
=========================== */
.brands{width:min(1200px,92%);margin:120px auto;overflow:hidden;}
.brand-slider{margin-top:60px;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);}
.brand-track{display:flex;align-items:center;gap:70px;width:max-content;animation:brandScroll 35s linear infinite;}
.brand-track img{height:55px;width:auto;opacity:.65;transition:.35s;filter:grayscale(100%);}
.brand-track img:hover{opacity:1;filter:none;transform:scale(1.12);}
@keyframes brandScroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ==================================================
   MOBILE NAVIGATION — base state (toggle + overlay + glass dropdown)
   NOTE: these are defined BEFORE the media queries below on purpose.
   The old file had these at the very end, so the unconditional
   "display:none" was overriding the mobile "display:flex" no matter
   the screen size — that's why the hamburger never showed up.
================================================== */
.menu-toggle{
display:none;width:42px;height:42px;border:none;border-radius:12px;background:#fff;cursor:pointer;
justify-content:center;align-items:center;flex-direction:column;gap:5px;
box-shadow:0 10px 25px rgba(0,0,0,.08);transition:.3s;z-index:10002;
}
.menu-toggle:active{transform:scale(.9);}
.menu-toggle span{width:20px;height:2px;background:#0038FF;border-radius:10px;transition:.35s ease;}
.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.menu-overlay{
position:fixed;inset:0;background:rgba(15,23,42,.35);backdrop-filter:blur(2px);
opacity:0;visibility:hidden;transition:.35s;z-index:9998;
}
.menu-overlay.active{opacity:1;visibility:visible;}
body.menu-open{overflow:hidden;}

/* =====================================================================
   RESPONSIVE DESIGN
===================================================================== */

/* ---------- TABLET (<=1024px) ---------- */
@media (max-width:1024px){
  .hero{gap:60px;padding:140px 40px 80px;}
  .hero-left h1{font-size:58px;}
}

/* ---------- <=992px : hero stacks, packages/why/etc go responsive ---------- */
@media (max-width:992px){
  .hero{
    display:flex;flex-direction:column;align-items:center;text-align:center;
    padding:110px 30px 70px;gap:35px;min-height:auto;
  }
  .hero-left{order:1;max-width:700px;}
  .hero-right{order:2;width:100%;display:flex;justify-content:center;align-items:center;}
  .hero h1{font-size:54px;line-height:1.08;letter-spacing:-1.5px;}
  .hero p{max-width:650px;margin:22px auto 0;font-size:17px;line-height:1.7;}
  .hero-right img{max-width:620px;}
  .hero-buttons{display:flex;justify-content:center;gap:16px;margin-top:35px;flex-wrap:wrap;}
  .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:45px;}

  .package-grid{grid-template-columns:1fr;gap:25px;}
  .featured{transform:none;}
  .featured:hover{transform:translateY(-8px);}
  .package-card{padding:35px 25px;}
  .price{font-size:42px;}

  /* Process cards: wrap instead of squeezing 5 across */
  .process-container{flex-wrap:wrap;justify-content:center;row-gap:50px;}
  .process-step{flex:0 1 220px;}
  .process-line{display:none;}
}

/* ---------- MOBILE (<=768px) ---------- */
@media (max-width:768px){

  html,body{overflow-x:hidden;}

  /* Navbar */
  .navbar{width:94%;padding:12px 16px;border-radius:18px;}
  .logo img{height:30px;}
  .nav-actions{display:none;}
  .menu-toggle{display:flex;}

  /* Compact glass dropdown menu (not a full-height side drawer) */
  .nav-links{
    position:fixed;top:86px;right:4%;width:min(260px,80vw);
    display:flex;flex-direction:column;gap:2px;
    list-style:none;margin:0;padding:0 20px;

    max-height:0;opacity:0;visibility:hidden;overflow:hidden;
    background:rgba(255,255,255,.82);
    backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
    border:1px solid rgba(255,255,255,.55);
    border-radius:22px;
    box-shadow:0 25px 60px rgba(15,23,42,.18);
    transform:translateY(-14px) scale(.95);
    transform-origin:top right;
    transition:max-height .35s ease, opacity .25s ease, transform .3s ease, padding .35s ease, visibility 0s linear .35s;
    z-index:10001;
  }
  .nav-links.active{
    max-height:70vh;opacity:1;visibility:visible;
    padding:16px 20px;transform:translateY(0) scale(1);
    overflow-y:auto;
    transition:max-height .35s ease, opacity .25s ease, transform .3s ease, padding .35s ease;
  }
  .nav-links li{width:100%;list-style:none;}
  .nav-links a{
    display:block;width:100%;padding:13px 4px;
    color:#1E293B;text-decoration:none;font-size:15.5px;font-weight:600;
    border-bottom:1px solid rgba(0,56,255,.08);transition:.25s;
  }
  .nav-links li:last-child a{border-bottom:none;}
  .nav-links a:hover,.nav-links a:active{color:#0038FF;padding-left:8px;}

  /* Hero */
  .hero{padding:100px 20px 55px;gap:28px;}
  .tag{display:inline-flex;padding:8px 18px;font-size:12px;}
  .hero h1{font-size:40px;line-height:1.14;}
  .hero p{font-size:15.5px;line-height:1.65;}
  .hero-right img{max-width:400px;width:100%;}
  .hero-buttons{flex-direction:column;align-items:center;}
  .hero-buttons a{width:100%;max-width:320px;}
  .stats{grid-template-columns:repeat(2,1fr);gap:12px;}
  .stat-card{padding:16px;text-align:center;min-height:120px;border-radius:16px;}
  .stat-card h2{font-size:22px;}
  .stat-icon{font-size:22px;margin-bottom:8px;}

  /* Hotspots hidden on small screens (image is too small for the callouts) */
  .hotspot{display:none;}

  /* Section padding / headers — tighter rhythm, less dead whitespace */
  section{padding:55px 20px;}
  .services,.packages,.why-us,.testimonials,.process,.faq,.contact,.brands{margin:65px auto;}
  .section-header{margin-bottom:40px;}
  .section-header h2{font-size:28px;margin:14px 0;}
  .section-header p{font-size:14.5px;line-height:1.7;}

  /* Brands */
  .brand-track{gap:36px;}
  .brand-track img{height:32px;}

  /* Grids -> single column, tighter gap */
  .services-grid,.package-grid,.why-grid,.testimonial-grid{grid-template-columns:1fr;gap:18px;}

  /* Compact "premium" cards instead of full desktop-size blocks */
  .service-card{padding:22px;border-radius:18px;}
  .service-card .icon{font-size:32px;margin-bottom:12px;}
  .service-card h3{font-size:16.5px;margin-bottom:8px;}
  .service-card p{font-size:13.5px;line-height:1.6;}

  .why-card{padding:24px 20px;border-radius:18px;}
  .why-icon{font-size:34px;margin-bottom:14px;}
  .why-card h3{font-size:16px;margin-bottom:8px;}
  .why-card p{font-size:13.5px;line-height:1.6;}

  .testimonial-card{padding:22px;border-radius:18px;}
  .stars{font-size:18px;margin-bottom:12px;}
  .testimonial-card p{font-size:13.5px;line-height:1.65;margin-bottom:18px;}
  .avatar{width:42px;height:42px;font-size:16px;}
  .customer h4{font-size:14px;}
  .customer span{font-size:12px;}

  /* Process — now stacks vertically with a small connecting line */
  .process-container{flex-direction:column;align-items:center;row-gap:34px;margin-top:40px;}
  .process-step{max-width:300px;position:relative;flex:none;}
  .process-step:not(:last-child)::after{
    content:"";position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);
    width:2px;height:22px;background:linear-gradient(#0038FF,transparent);
  }
  .step-icon{width:64px;height:64px;font-size:28px;margin-bottom:16px;box-shadow:0 12px 28px rgba(15,23,42,.08);}
  .step-number{width:32px;height:32px;font-size:13px;margin-bottom:12px;}
  .process-step h3{font-size:16.5px;margin-bottom:8px;}
  .process-step p{font-size:13.5px;line-height:1.6;}

  /* Contact -> stacked, was previously stuck at 1fr 520px causing overflow */
  .contact{grid-template-columns:1fr;gap:26px;text-align:center;}
  .contact-left h2{font-size:30px;}
  .contact-right form{padding:26px;border-radius:22px;}
  .info-card{padding:16px;border-radius:16px;}

  /* Packages */
  .package-card{padding:26px 20px;border-radius:22px;}
  .package-card h3{font-size:22px;}
  .price{font-size:32px;margin-bottom:22px;}
  .package-card li{padding:9px 0;font-size:14px;}
  .package-btn{padding:15px;}

  /* Footer already handled at 900px breakpoint above */

  /* FAQ */
  .faq-question{padding:18px 20px;font-size:15.5px;}
  .faq-answer p{padding:0 20px 18px;font-size:13.5px;}
}

/* ---------- SMALL MOBILE (<=480px) ---------- */
@media (max-width:480px){
  .navbar{width:96%;}
  .logo img{height:28px;}
  .hero h1{font-size:33px;line-height:1.15;}
  .hero p{font-size:14.5px;}
  .hero-right img{max-width:300px;}
  .section-header h2{font-size:24px;}
  .brand-track{gap:26px;}
  .brand-track img{height:28px;}
  .stats{gap:10px;}
  .stat-card{padding:14px;min-height:105px;}
  .stat-card h2{font-size:19px;}
  .contact-right form{padding:20px;}
  .service-card,.why-card,.testimonial-card{padding:18px;}
  .package-card{padding:22px 16px;}
}

/* Floating WhatsApp button on small screens */
@media(max-width:768px){
  .floating-whatsapp{width:58px;height:58px;padding:0;justify-content:center;border-radius:50%;}
  .floating-whatsapp span{display:none;}
}

/* Tap feedback for cards on touch devices (hover never fires there) */
@media (hover:none){
  .service-card:active,.why-card:active,.testimonial-card:active,.package-card:active,.stat-card:active{
    transform:scale(.97);
    box-shadow:0 12px 28px rgba(0,56,255,.14);
    transition:transform .15s ease, box-shadow .15s ease;
  }
}