
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
body{background:#f4f4f4;color:#222;line-height:1.7}
.container{width:90%;max-width:1200px;margin:auto}
.header{background:#048b91;padding:18px 0;position:sticky;top:0;z-index:999}
.nav{display:flex;justify-content:space-between;align-items:center}
.logo h2{color:#ffb400}
.logo p{color:#fff;font-size:12px}
nav a{color:#fff;text-decoration:none;margin:0 10px;font-weight:bold}
.hero,.banner{height:70vh;background:url('https://images.unsplash.com/photo-1509395176047-4a66953fd231?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,.65)}
.hero-content,.banner-content{position:relative;color:#fff;z-index:2;padding:20px}
.hero-content h1,.banner-content h1{font-size:56px;margin-bottom:15px}
.hero-content h2,.banner-content p{font-size:28px;margin-bottom:15px}
.btn{display:inline-block;background:#ffb400;color:#111;padding:14px 28px;text-decoration:none;border-radius:6px;font-weight:bold}
.services,.products,.page-section{padding:80px 0}
.services h2,.products h2,.page-section h2{text-align:center;font-size:38px;margin-bottom:40px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.08);text-align:center}
.card a{text-decoration:none;color:#07162d;font-weight:bold}
.page-image{width:100%;max-width:800px;display:block;margin:0 auto 30px;border-radius:14px}
.features{margin:20px 0 30px 25px}
.footer{background:#020b18;color:#fff;text-align:center;padding:35px 20px}
@media(max-width:768px){
.nav{flex-direction:column}
nav{margin-top:10px}
.hero-content h1,.banner-content h1{font-size:34px}
.hero-content h2,.banner-content p{font-size:20px}
}



/* =========================
LATEST PREMIUM CSS
========================= */

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

body{
background:#048b91;
color:#fff;
line-height:1.7;
}

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

.header{
position:fixed;
top:0;
width:100%;
background:rgba(24 109 113));
backdrop-filter:blur(10px);
z-index:999;
padding:10px 0;
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
}

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

.logo-box{
width:55px;
height:55px;
background:#f59e0b;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
font-weight:bold;
color:#111;
}

.logo h2{
font-size:32px;
}

.logo p{
font-size:13px;
color:#ccc;
}

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

nav ul li{
position:relative;
}

nav ul li a{
color:#fff;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

nav ul li a:hover{
color:#f59e0b;
}

.dropdown-menu{
display:none;
position:absolute;
top:35px;
background:#111827;
width:280px;
border-radius:10px;
overflow:hidden;
}

.dropdown-menu a{
display:block;
padding:14px;
}

.dropdown:hover .dropdown-menu{
display:block;
}

.hero-video{
position:relative;
height:100vh;
overflow:hidden;
}

.hero-video video{
width:100%;
height:100%;
object-fit:cover;
}

.video-overlay{
position:absolute;
background:rgba(0,0,0,0.65);
}

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
z-index:2;
width:90%;
}

.hero-content h1{
font-size:70px;
margin-bottom:25px;
line-height:1.1;
}

.hero-content p{
font-size:24px;
margin-bottom:30px;
}

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

.btn{
background:#f59e0b;
padding:15px 35px;
border-radius:8px;
text-decoration:none;
color:#111;
font-weight:bold;
display:inline-block;
transition:0.3s;
}

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

.btn-outline{
background:transparent;
border:2px solid #fff;
color:#fff;
}

.about,
.services,
.products,
.why-us{
padding:100px 0;
}

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

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

.about-content h2{
font-size:45px;
margin-bottom:20px;
}

.about-content h3{
font-size:28px;
margin-bottom:20px;
color:#f59e0b;
}

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

.section-title h2{
font-size:50px;
margin-bottom:15px;
}

.service-grid,
.product-slider,
.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.service-card,
.product-card,
.why-box{
background:#111827;
border-radius:20px;
overflow:hidden;
transition:0.4s;
}

.service-card:hover,
.product-card:hover,
.why-box:hover{
transform:translateY(-10px);
}

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

.service-card h3,
.product-card h3{
padding:20px;
font-size:26px;
}

.service-card p,
.product-card p{
padding:0 20px 20px;
}

.service-card a,
.product-card a{
display:inline-block;
margin:0 20px 25px;
color:#f59e0b;
font-weight:bold;
text-decoration:none;
}

.why-box{
padding:50px 20px;
text-align:center;
}

.why-box i{
font-size:55px;
color:#f59e0b;
margin-bottom:20px;
}

.cta{
background:linear-gradient(135deg,#f59e0b,#ea580c);
padding:100px 20px;
text-align:center;
color:#111;
}

.cta h2{
font-size:55px;
margin-bottom:20px;
}

.footer{
background:#020617;
padding-top:80px;
}

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

.footer h3{
margin-bottom:20px;
}

.footer ul{
list-style:none;
}

.footer ul li{
margin-bottom:12px;
}

.footer a{
color:#fff;
text-decoration:none;
}

.footer-bottom{
text-align:center;
padding:30px;
margin-top:50px;
border-top:1px solid rgba(255,255,255,0.1);
}

.whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#fff;
z-index:999;
text-decoration:none;
}

.menu-toggle{
display:none;
font-size:30px;
cursor:pointer;
}

@media(max-width:768px){

.hero-content h1{
font-size:38px;
}

.hero-content p{
font-size:18px;
}

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

nav{
display:none;
}

.menu-toggle{
display:block;
}

.hero-buttons{
flex-direction:column;
}

}





/* =========================
MOBILE RESPONSIVE VIDEO BANNER
========================= */

.hero-video{
position:relative;
width:100%;
height:100vh;
overflow:hidden;
}

.hero-video video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
}

.video-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
z-index:1;
}

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
text-align:center;
width:90%;
padding:20px;
}

.hero-content h1{
font-size:70px;
line-height:1.1;
margin-bottom:20px;
font-weight:800;
color:#fff;
}

.hero-content p{
font-size:24px;
color:#ddd;
margin-bottom:30px;
}

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

.btn{
display:inline-block;
padding:15px 35px;
background:#f59e0b;
color:#111;
font-weight:bold;
border-radius:8px;
text-decoration:none;
transition:0.3s;
}

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

/* =========================
TABLET RESPONSIVE
========================= */

@media(max-width:992px){

.hero-content h1{
font-size:48px;
}

.hero-content p{
font-size:20px;
}

.hero-video{
height:85vh;
}

}

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

@media(max-width:768px){

.hero-video{
height:100vh;
}

.hero-video video{
object-position:center;
}

.hero-content{
width:95%;
padding:10px;
}

.hero-content h1{
font-size:34px;
line-height:1.3;
margin-bottom:15px;
}

.hero-content p{
font-size:16px;
line-height:1.6;
margin-bottom:20px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
gap:15px;
}

.btn{
width:220px;
text-align:center;
padding:14px 20px;
font-size:15px;
}

}

/* =========================
SMALL MOBILE DEVICES
========================= */

@media(max-width:480px){

.hero-content h1{
font-size:28px;
}

.hero-content p{
font-size:14px;
}

.btn{
width:200px;
font-size:14px;
}

}