:root{
--primary:#0A1F44;
--secondary:#061530;
--card:#102A5C;

--gold:#C5A046;
--gold-light:#E3D07F;
--gold-dark:#886B1D;

--white:#FFFFFF;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}

body{
font-family:'Poppins',sans-serif;
background:var(--primary);
color:white;
line-height:1.8;
font-size:16px;
}

/* NAVBAR */
.navbar{
position:fixed;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 25px;
background:rgba(6,21,48,0.7); /* Reduced alpha for enhanced blur effect */
z-index:1000;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
}

.logo img{
height:95px;
width:auto;
}
.nav-links{
display:flex;
align-items:center;
gap:20px;
}
.nav-links a{
color:white;
text-decoration:none;
transition:0.3s;
position:relative;
}

/* DROPDOWN */
.dropdown{
position:relative;
}

.dropdown-content{
display:none;
position:absolute;
background:#061530;
min-width:260px;
border-radius:10px;
padding:10px;
top:30px;
box-shadow:0 0 20px rgba(0,0,0,0.3);
z-index:999;
}

.dropdown-content a{
display:block;
padding:12px;
border-radius:8px;
transition:0.3s;
}

.dropdown-content a:hover{
background:rgba(197,160,70,.12);
color:var(--gold);
}

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

.nav-links a::after{
content:"";
position:absolute;
left:0;
bottom:-5px;
width:0;
height:2px;
background:var(--accent);
transition:0.3s;
}

.nav-links a:hover::after{
width:100%;
}

.nav-links a:hover{
color:var(--gold);
}

/* HAMBURGER */
.menu-toggle{
display:none;
font-size:28px;
cursor:pointer;
}

/* MOBILE */
@media(max-width:768px){
.navbar{
padding:15px;
}

.logo img{
height:42px;
}

.menu-toggle{
display:block;
color:white;
z-index:1001;
}

.nav-links{
display:none;
flex-direction:column;
position:absolute;
top:80px;
right:10px;
background:#061530;
width:90%;
padding:20px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.5);
gap:15px;
}

.nav-links.active{
display:flex;
}

.dropdown{
width:100%;
}

.dropdown-content{
position:relative;
display:none;
top:10px;
width:100%;
box-shadow:none;
background:#0f2a5a;
margin-top:10px;
}

/* Script will toggle this class on mobile tap */
.dropdown.open-mobile .dropdown-content {
display:block;
}

.dropdown-content a{
padding:10px;
}

.hero{
min-height:72vh;
position:relative;
overflow:hidden;
}

.hero h1{
font-size:28px;
line-height:1.25;
padding:0 15px;
}

.hero-content{
padding:20px;
position:relative;
z-index:2;
}

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

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:1;
}
  
.btn{
width:auto;
min-width:220px;
text-align:center;
}

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

.container{
padding:55px 18px;
}

.footer p{
line-height:2;
}
}

/* HERO */
.hero{
min-height:65vh;
position:relative;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
}

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

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
top:0;
left:0;
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
padding-top:90px;
animation:fadeUp 1s ease;
}

.hero h1{
font-size:46px;
font-weight:700;
line-height:1.3;
color:white;
max-width:900px;
margin:auto;
padding:0 20px;
}

.btn{
display:inline-block;
margin-top:20px;

background:linear-gradient(
135deg,
#E3D07F,
#C5A046
);

color:#061530;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
font-weight:700;

transition:0.3s ease;

box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.btn:hover{
background:linear-gradient(
135deg,
#C5A046,
#886B1D
);

transform:translateY(-2px);
}
box-shadow:0 6px 15px rgba(0,0,0,0.15);
opacity:0.95;
box-shadow:0 10px 25px rgba(201,162,39,0.35);
transition:all 0.3s eae;  
}

/* SECTION */
.container{
max-width:1100px;
margin:auto;
padding:100px 24px;
}

/* GRID */
.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

/* CARD */
.card{
background:var(--card);
padding:25px;
border-radius:12px;
text-align:center;
text-decoration:none;
color:white;
display:block;
border:1px solid rgba(197,160,70,.25);
position:relative;
overflow:hidden;
transition:transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
opacity:1;
transform:none;
}

/* JavaScript Reveal Base Class (Safe Degradation) */

.card i{
font-size:28px;
color:#C5AA4D;
margin-bottom:18px;
display:block;
}
.card h3{
font-size:22px;
margin-bottom:12px;
font-weight:600;
}

.card p{
font-size:15px;
opacity:0.9;
}

.card img{
width:100%;
height:210px;
object-fit:cover;
border-radius:10px;
margin-bottom:16px;
display:block;
transition:transform 0.4s ease;
}

/* HOVER */
.card:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
border-color:var(--accent);
background:#12346d;  
}

.card:hover img{
transform:scale(1.03);
}



/* WHY US */
.why{
background:#061530;
padding:60px 20px;
text-align:center;
}

/* FOOTER */
.footer{
background:#061530;
padding:40px;
text-align:center;
border-top:1px solid rgba(255,255,255,0.06);
}

.footer a{
color:white;
margin:0 8px;
text-decoration:none;
transition:0.3s;
}

.footer a:hover{
color:var(--gold);
}
.footer-social{
margin-top:15px;
text-align:center;
}

.footer-social a{
margin:0 10px;
color:white;
font-size:18px;
display:inline-flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
border-radius:50%;
border:1px solid rgba(255,255,255,0.08);
opacity:0.85;
transition:0.3s ease;
}

.footer-social a:hover{
color:var(--accent);
opacity:1;
transform:translateY(-2px);
border-color:var(--accent);
}
  
#contact p{
margin-bottom:12px;
}

h1{color:white;}

h2{
color:var(--accent);
text-align:center;
margin-bottom:20px;
}

.section-title{
font-size:34px;
margin-bottom:18px;
text-align:center;
font-weight:700;
color:#C5A046;
}

.section-subtitle{
text-align:center;
max-width:700px;
margin:auto;
margin-bottom:60px;
opacity:0.85;
}
  
.trust-signals{
margin-top:22px;
line-height:1.8;
padding:0 20px;
font-size:14px;
opacity:0.8;
letter-spacing:0.5px;
}  

.section-divider{
width:80px;
height:2px;
background:var(--accent);
margin:40px auto;
opacity:0.6;
border-radius:2px;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.float-social{
position:fixed;
bottom:20px;
right:20px;
z-index:9999;
display:flex;
flex-direction:column;
gap:12px;
}

.float-social a{
width:52px;
height:52px;
border-radius:50%;
background:#061530;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
text-decoration:none;
box-shadow:0 6px 15px rgba(0,0,0,0.2);
transition:0.3s;
border:1px solid rgba(255,255,255,0.08);
}

.float-social a:hover{
transform:translateY(-4px) scale(1.05);
color:#c9a227;
border-color:#c9a227;
}




