/* HERO SECTION */

body, h1, h2, h3, h4, h5, h6, p, div, span, a{
font-family: "Times New Roman", Times, serif;
}
/* ================= */
/* HERO SECTION */
/* ================= */
.hero{

background-image:url("/Images/olympiad/background.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:70vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;
padding:20px 20px 60px 20px;

margin-top:-60px;

position:relative;
}
/* overlay */

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.88);
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
}



.hero-badge{
display:inline-block;
background:#1e3a66;
color:white;
padding:8px 22px;
border-radius:30px;
font-size:14px;
margin-bottom:20px;
}



.hero h1{
font-size:44px;
margin-bottom:10px;
color:#1c2a39;
white-space:nowrap;   /* prevents line break */
}



.hero-sub{
font-size:18px;
color:#555;
margin-bottom:35px;
}



.hero-features{
display:flex;
flex-wrap:nowrap;
justify-content:center;   /* center the whole row */
gap:25px;                 /* space between boxes */
margin-bottom:35px;
}

.feature{
background:white;
padding:14px 22px;
border-radius:8px;
box-shadow:0 5px 18px rgba(0,0,0,0.08);
font-size:15px;
font-weight:700;
white-space:nowrap;
text-align:center;
}

/* BUTTONS */

.hero-buttons a{
display:inline-block;
margin:8px;
padding:12px 26px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.btn-primary{
background:#2c4a7a;
color:white;
}

.btn-outline{
border:2px solid #2c4a7a;
color:#2c4a7a;
}



/* ================= */
/* MOBILE */
/* ================= */

@media(max-width:768px){

.hero h1{
font-size:28px;
}

.hero-sub{
font-size:15px;
}

.feature{
font-size:13px;
padding:8px 12px;
}

.trust-box{
font-size:12px;
padding:6px 10px;
}

}
/* TRUST SECTION */

/* SECTION 3 — ABOUT OLYMPIAD */
/* SECTION 3 */
/* SECTION 3 */

.olympiad-about{

padding:120px 20px;
background:#f7f8fb;

}

/* CENTER WRAPPER */

.about-wrapper{

max-width:1200px;
margin:auto;
position:relative;

}

/* BLUE FLOATING BOX */

.about-card{

background:#0b2a4a;

display:flex;
align-items:center;

padding:60px;

border-radius:14px;

box-shadow:0 20px 45px rgba(0,0,0,0.25);

color:white;

gap:40px;

}

/* IMAGE */

.about-image img{

width:320px;   /* smaller image */
max-width:100%;

}

/* TEXT */

.about-text h2{

font-family:"Times New Roman", serif;
font-size:36px;
margin-bottom:20px;

}

.about-text p{

font-size:18px;
line-height:1.7;
margin-bottom:15px;

opacity:0.95;

}

/* SECTION 4 */

.olympiad-benefits{

padding:110px 20px;
background:#ffffff;
text-align:center;

}

.benefits-container{

max-width:1200px;
margin:auto;

}

/* TITLE */

.benefits-title{

font-family:"Times New Roman",serif;
font-size:40px;
color:#0b2a4a;
margin-bottom:15px;

}

/* TEXT */

.benefits-text{

font-size:18px;
max-width:700px;
margin:auto;
line-height:1.7;
margin-bottom:40px;

}

/* TRUST LOGOS */

.trust-logos{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-bottom:60px;

}

.trust-box{

background:#f4f6fb;
padding:18px;
border-radius:8px;
font-weight:600;
color:#0b2a4a;

box-shadow:0 5px 15px rgba(0,0,0,0.08);

}

/* BENEFITS GRID */

.benefits-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

}

/* BENEFIT CARD */

.benefit-card{

background:#0b2a4a;
color:white;

padding:35px 20px;

border-radius:10px;

box-shadow:0 15px 30px rgba(0,0,0,0.15);

transition:all .3s ease;

}

.benefit-card:hover{

transform:translateY(-6px);

}

.benefit-card h3{

margin-top:12px;
font-size:18px;

}

/* SECTION 5 */

.olympiad-eligibility{

padding:110px 20px;
background:#f5f7fb;
text-align:center;

}

.eligibility-container{

max-width:1100px;
margin:auto;

}

/* TITLE */

.eligibility-title{

font-family:"Times New Roman", serif;
font-size:40px;
color:#0b2a4a;
margin-bottom:15px;

}

/* TEXT */

.eligibility-text{

font-size:18px;
margin-bottom:50px;
line-height:1.7;

}

/* CARDS GRID */

.eligibility-cards{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

/* CARD */

.eligibility-card{

background:white;
padding:40px;

border-radius:10px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

border-top:5px solid #0b2a4a;

}

/* CARD TITLE */

.eligibility-card h3{

font-size:24px;
color:#0b2a4a;
margin-bottom:10px;

}

/* CARD TEXT */

.eligibility-card p{

font-size:18px;

}

/* SECTION 6 */

.exam-pattern{
padding:120px 20px;
background:#f7f9fc;
}

.exam-wrapper{
max-width:1200px;
margin:auto;

display:flex;
align-items:center;
gap:80px;
}

.exam-left{
flex:1;
}

.exam-title{
font-family:"Times New Roman",serif;
font-size:38px;
color:#0b2a4a;
margin-bottom:30px;
}

/* MAIN CARD */

.exam-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

/* TABLE */

.exam-table{
width:100%;
border-collapse:collapse;
margin-bottom:30px;
}

.exam-table td{
padding:14px 15px;
border-bottom:1px solid #eee;
font-size:18px;
}

.exam-table td:first-child{
font-weight:600;
color:#0b2a4a;
}

/* QUESTION TYPES */

.question-title{
font-size:22px;
color:#0b2a4a;
margin-bottom:15px;
}

.question-grid{
display:grid;
grid-template-columns:1fr;
gap:12px;
}

.q-card{
background:#f2f5fa;
padding:12px 15px;
border-radius:8px;
font-size:17px;
}

/* IMAGE */

.exam-right{
flex:1;
text-align:right;
}

.exam-right img{
width:420px;
border-radius:12px;
}

/* PRIZE SECTION */

.prize-section{

padding:120px 20px;
background:#f5f7fb;
display:flex;
justify-content:center;

}

/* FLOATING BLUE BOX */

.prize-card{

background:#0b2a4a;
color:white;

max-width:1100px;
width:100%;

padding:60px;

border-radius:14px;

box-shadow:0 25px 50px rgba(0,0,0,0.25);

text-align:center;

}

/* TITLE */

.prize-title{

font-family:"Times New Roman", serif;
font-size:38px;

margin-bottom:40px;

}

/* GRID */

.prize-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

/* CATEGORY */

.prize-category{

background:rgba(255,255,255,0.08);

padding:30px;

border-radius:10px;

}

/* CATEGORY TITLE */

.prize-category h3{

font-size:24px;
margin-bottom:15px;

}

/* LIST */

.prize-category ul{

list-style:none;
padding:0;

}

.prize-category li{

font-size:18px;
margin-bottom:8px;

}

/* CERTIFICATE */

.certificate-note{

margin-top:40px;
font-size:20px;
font-weight:600;

}
/* REGISTRATION FEE SECTION */

.registration-fee-section{
padding:120px 20px;
background:#f5f7fb;
display:flex;
justify-content:center;
}

/* FLOATING CARD */

.fee-card{

background:#0b2a4a;
color:white;

max-width:600px;
width:100%;

padding:60px;
text-align:center;

border-radius:14px;

box-shadow:0 25px 50px rgba(0,0,0,0.25);

}

/* TITLE */

.fee-title{
font-family:"Times New Roman",serif;
font-size:36px;
margin-bottom:25px;
}

/* PRICE */

.fee-price{
font-size:60px;
font-weight:bold;
margin-bottom:25px;
}

.fee-price span{
font-size:24px;
font-weight:normal;
margin-left:8px;
}

/* FEATURES */

.fee-features{
list-style:none;
padding:0;
margin-bottom:35px;
}

.fee-features li{
font-size:20px;
margin-bottom:10px;
}

/* BUTTON */

.fee-register-btn{

display:inline-block;

padding:16px 40px;

background:white;
color:#0b2a4a;

font-size:20px;
font-weight:600;

text-decoration:none;

border-radius:8px;

transition:0.3s;

}

.fee-register-btn:hover{
background:#e9edf4;
}