body{
    font-family: Arial, sans-serif;
    margin:0;
    background:#f4f7fb;
}

/* HEADER */
.main-header{
    background: linear-gradient(90deg, #0b3d91, #1b5fd1);
    color:white;
    padding:10px 15px;
    box-shadow:0 3px 12px rgba(0,0,0,0.2);
}

.header-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:12px;
}

/* LOGO FIX (no white box) */
.logo-box{
    background:transparent;
    padding:0;
    box-shadow:none;
}

.logo{
    width:120px;
    height:auto;
    display:block;
}

/* HEADER TEXT */
.header-text h1{
    margin:0;
    font-size:30px;
    font-weight:800;
}

.tagline{
    margin:5px 0;
    font-size:20px;
    color:#ffd54f;
    font-weight:bold;
}

.sub-tagline{
    margin:0;
    font-size:15px;
    color:#e3f2fd;
}

/* NAVBAR */
nav{
    background:#062a63;
    text-align:center;
    padding:10px;
}

nav a{
    color:white;
    text-decoration:none;
    margin:5px 8px;
    padding:8px 12px;
    border-radius:6px;
    font-size:14px;
    font-weight:bold;
    transition:0.3s;
}

nav a:hover{
    background:#ffd54f;
    color:#062a63;
}

/* 🔥 BANNER SLIDER */
.banner-slider{
    width:100%;
    height:500px;
    overflow:hidden;
    position:relative;
}

.slide{
    width:100%;
    height:500px;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
    display:none;
}

.slide.active{
    display:block;
}

/* BADGE */
.badge-strip{
    display:flex;
    justify-content:center;
    gap:10px;
    padding:12px;
    background:#0b3d91;
    flex-wrap:wrap;
}

.badge{
    background:#ffd54f;
    color:#000;
    padding:8px 15px;
    border-radius:20px;
    font-size:13px;
    font-weight:bold;
}

/* CONTENT */
.container{
    width:90%;
    max-width:1100px;
    margin:20px auto;
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

h2{
    color:#0b3d91;
}

/* CARDS */
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
    margin-top:20px;
}

.card{
    background:#eef4ff;
    padding:15px;
    border-radius:10px;
    transition:0.3s;
}

.card:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.card h3{
    margin-top:0;
    color:#0b3d91;
}

/* FORM */
input, select, textarea{
    width:100%;
    padding:10px;
    margin:8px 0;
    border:1px solid #ccc;
    border-radius:6px;
    box-sizing:border-box;
}

button{
    background:#0b3d91;
    color:white;
    border:none;
    padding:10px 18px;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

button:hover{
    background:#062a63;
}

/* MESSAGE */
.success{
    color:green;
    font-weight:bold;
}

.error{
    color:red;
    font-weight:bold;
}

/* FOOTER */
footer{
    background:#0b3d91;
    color:white;
    text-align:center;
    padding:12px;
    margin-top:30px;
}

/* 📱 MOBILE RESPONSIVE */
@media(max-width:768px){

    .header-container{
        flex-direction:column;
        text-align:center;
    }

    .header-text h1{
        font-size:20px;
    }

    .logo{
        width:60px;
    }

    nav a{
        font-size:12px;
        margin:4px;
        padding:6px 8px;
    }

    .banner-slider{
        height:250px;
    }

    .slide{
        height:250px;
    }
}
.scroll-section{
    background:#fff;
    padding:20px;
    text-align:center;
}

.scroll-section h2{
    color:#082b8f;
    margin-bottom:15px;
}

.scroll-box{
    display:inline-block;
    width:150px;
    margin:10px;
    background:#f0f4ff;
    border-radius:10px;
    padding:10px;
}

.scroll-box img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
}

.scroll-box p{
    font-weight:bold;
    margin:5px 0;
}

.scroll-box small{
    color:#555;
}
.count-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    max-width:900px;
    margin:30px auto;
    padding:0 15px;
}

.count-box{
    background:#fff;
    text-align:center;
    padding:30px;
    border-radius:22px;
    box-shadow:0 8px 22px rgba(0,0,0,0.10);
    border-top:6px solid #0f46c7;
}

.count-box h2{
    font-size:45px;
    color:#082b8f;
    margin:0;
}

.count-box p{
    font-size:18px;
    font-weight:700;
    color:#444;
}

@media(max-width:700px){
    .count-section{
        grid-template-columns:1fr;
    }
	.premium-stats{
    position:relative;
    width:100%;
    padding:45px 15px;
    display:flex;
    justify-content:center;
    overflow:hidden;
}

.premium-stats::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,210,31,.18);
    border-radius:50%;
    top:-160px;
    left:10%;
}

.premium-stats::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(15,70,199,.18);
    border-radius:50%;
    bottom:-120px;
    right:12%;
}

.stats-card{
    position:relative;
    z-index:2;
    width:min(900px,95%);
    background:linear-gradient(135deg,rgba(8,43,143,.96),rgba(15,70,199,.96));
    border:2px solid rgba(255,255,255,.25);
    box-shadow:0 18px 45px rgba(0,0,0,.22);
    border-radius:30px;
    padding:38px 45px;
    display:flex;
    align-items:center;
    justify-content:space-around;
    gap:25px;
}

.stat-item{
    text-align:center;
    color:#fff;
    flex:1;
}

.stat-icon{
    width:76px;
    height:76px;
    margin:0 auto 12px;
    border-radius:50%;
    background:linear-gradient(135deg,#fff8c6,#ffd21f);
    display:grid;
    place-items:center;
    font-size:34px;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.stat-item h2{
    font-size:56px;
    line-height:1;
    color:#ffd21f;
    font-weight:900;
    margin:8px 0;
    text-shadow:0 4px 10px rgba(0,0,0,.25);
}

.stat-item h2::after{
    content:"+";
}

.stat-item p{
    font-size:19px;
    font-weight:700;
    letter-spacing:.3px;
}

.stat-line{
    width:2px;
    height:125px;
    background:linear-gradient(transparent,#ffd21f,transparent);
}

@media(max-width:700px){
    .stats-card{
        flex-direction:column;
        padding:30px 20px;
    }

    .stat-line{
        width:80%;
        height:2px;
        background:linear-gradient(90deg,transparent,#ffd21f,transparent);
    }

    .stat-item h2{
        font-size:46px;
    }
}
}