
:root{
    --primary:#003b7a;
    --secondary:#f6c400;
    --dark:#071526;
    --card:#10233f;
    --white:#ffffff;
--blue:#003b7a;
--gold:#f6c400
}
*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}
body{background:#071526;color:#fff}
nav{position:fixed;top:0;width:100%;padding:18px 8%;display:flex;justify-content:space-between;background:rgba(255,255,255,.08);backdrop-filter:blur(20px)}
nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:60px;
    z-index:9999;
}
section{
    padding:100px 8%;
    scroll-margin-top:100px;
}
.hero{
    min-height:100vh;
    padding:120px 8% 80px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;

    background:
    linear-gradient(
        135deg,
        rgba(0,32,80,.92),
        rgba(0,10,30,.85)
    ),
    url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80');

    background-size:cover;
    background-position:center;
}
.hero-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    text-decoration:none;

    padding:15px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;
}

.btn-call{
    background:var(--gold);
    color:#000;
}

.btn-call:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(246,196,0,.35);
}

.btn-whatsapp{
    background:#25D366;
    color:white;
}

.btn-whatsapp:hover{
    transform:translateY(-3px);
}
.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.why-card{
    background:rgba(255,255,255,.06);
    padding:30px;
    border-radius:20px;
    text-align:center;

    transition:.4s;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card i{
    font-size:40px;
    color:var(--gold);
    margin-bottom:15px;
}
.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.plan-card{
    padding:30px;
    border-radius:24px;
    color:#fff;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.plan-card h3{
    margin-bottom:15px;
    font-size:24px;
}

.plan-card p{
    margin-bottom:15px;
    line-height:1.6;
}

.plan-card ul{
    list-style:none;
}
.umang{
    background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
}

.labh{
    background:linear-gradient(135deg,#1d4350,#a43931);
}

.anand{
    background:linear-gradient(135deg,#3a1c71,#d76d77,#ffaf7b);
}

.endowment{
    background:linear-gradient(135deg,#134e5e,#71b280);
}

.tech{
    background:linear-gradient(135deg,#141e30,#243b55);
}

.azad{
    background:linear-gradient(135deg,#4b134f,#c94b4b);
}

.siip{
    background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);
}

.pension{
    background:linear-gradient(135deg,#42275a,#734b6d);
}

.nivesh{
    background:linear-gradient(135deg,#11998e,#38ef7d);
}

.shanti{
    background:linear-gradient(135deg,#232526,#414345);
}
.plan-card:hover{
    transform:translateY(-10px);
    box-shadow:
        0 10px 20px rgba(0,0,0,.3),
        0 0 25px rgba(255,255,255,.15);
}

.plan-card ul li{
    margin-bottom:10px;
}

.plan-card:hover{
    transform:translateY(-12px) scale(1.03);

    box-shadow:
        0 20px 40px rgba(0,0,0,.4),
        0 0 35px rgba(246,196,0,.5);
}
.contact-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.contact-box{
    background:rgba(255,255,255,.06);
    border-radius:20px;
    padding:30px;
    text-align:center;
}

.contact-box i{
    font-size:35px;
    color:var(--gold);
    margin-bottom:15px;
}
section h2{
    text-align:center;
    font-size:42px;
    color:var(--gold);
    margin-bottom:50px;
    position:relative;
}

section h2::after{
    content:'';
    width:80px;
    height:4px;
    background:var(--gold);
    position:absolute;
    left:50%;
    bottom:-15px;
    transform:translateX(-50%);
    border-radius:10px;
}
.about{
    text-align:center;
}

.about p{
    max-width:900px;
    margin:20px auto;
    line-height:1.8;
}
.content{max-width:650px}.badge{background:rgba(255,255,255,.12);padding:10px 18px;border-radius:50px}
h1{font-size:4.5rem;margin:20px 0}.gold{background:var(--gold)}
.profile{
    position:relative;
}

.profile img{
    width:420px;
    height:420px;
    object-fit:cover;
    border-radius:50%;

    border:8px solid #f6c400;

    box-shadow:
    0 0 30px rgba(246,196,0,.4),
    0 0 60px rgba(246,196,0,.25);
}
.btn{padding:15px 25px;border:2px solid #fff;color:#fff;text-decoration:none;border-radius:40px;margin-right:10px}

section{padding:60px 8%}
.card{background:rgba(255,255,255,.08);backdrop-filter:blur(16px);border-radius:24px;padding:30px;margin:20px 8%}
.stats,.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-top:20px}
.grid .card,.stats div{background:rgba(255,255,255,.06);padding:20px;border-radius:18px}
.wa{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:28px}
@media(max-width:900px){.hero{flex-direction:column;text-align:center}h1{font-size:2.6rem}.profile img{width:250px;height:250px;margin-top:30px}}

.about{
    background:linear-gradient(135deg,#0B1F3A,#163D6B);
}

.plans{
    background:linear-gradient(135deg,#071526,#0E2A4D);
}

.why-choose{
    background:linear-gradient(135deg,#102A43,#204B76);
}
.gallery{
    background:linear-gradient(135deg,#0A1D36,#143B68);
    padding:100px 8%;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.gallery-item{
    overflow:hidden;
    border-radius:25px;
    position:relative;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 10px 30px rgba(0,0,0,.25);

    transition:.4s;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;

    transition:.5s;
}

.gallery-item:hover{
    transform:translateY(-10px);
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.contact-info{
    background:linear-gradient(135deg,#081A30,#1A4A7C);
}

footer{
    background:#020B16;
}
