body{

margin:0;

font-family:Poppins,sans-serif;

background:#f8fafc;

color:#222;

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 8%;

background:white;

position:fixed;

width:100%;

top:0;

box-sizing:border-box;

box-shadow:0 2px 12px rgba(0,0,0,.08);

z-index:999;

}

.logo{

display:flex;

align-items:center;

font-size:24px;

font-weight:700;

color:#0F5DA8;

}

.logo img{

width:55px;

margin-right:12px;

}

.menu{

display:flex;

list-style:none;

gap:35px;

}

.menu a{

text-decoration:none;

color:#333;

font-weight:600;

}

.menu a:hover{

color:#FF7A00;

}

.register-btn{

background:#FF7A00;

padding:14px 28px;

border-radius:40px;

color:white;

text-decoration:none;

font-weight:600;

}

.hero{

height:90vh;

background:url("hero.jpg") center center/cover;

display:flex;

align-items:center;

justify-content:center;

margin-top:80px;

position:relative;

}

.hero-overlay{

background:rgba(0,0,0,.45);

padding:60px;

border-radius:18px;

text-align:center;

color:white;

max-width:700px;

}

.hero h1{

font-size:54px;

margin-bottom:20px;

}

.hero p{

font-size:22px;

line-height:1.7;

margin-bottom:35px;

}

.btn-orange{

background:#FF7A00;

padding:18px 35px;

border-radius:40px;

color:white;

text-decoration:none;

margin-right:15px;

}

.btn-white{

background:white;

padding:18px 35px;

border-radius:40px;

text-decoration:none;

color:#0F5DA8;

}

.about{

padding:90px 10%;

text-align:center;

}

.about h2{

color:#0F5DA8;

font-size:40px;

}

.about p{

font-size:20px;

line-height:1.8;

max-width:900px;

margin:auto;

}

.features{

padding:80px 10%;

background:white;

text-align:center;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:40px;

}

.feature-card{

padding:35px;

border-radius:15px;

background:#f7f7f7;

transition:.3s;

}

.feature-card:hover{

transform:translateY(-8px);

box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.icon{

font-size:50px;

}

.courses{

padding:80px 10%;

background:#f8fafc;

}

.course-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(340px,1fr));

gap:40px;

}

.course-card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 5px 20px rgba(0,0,0,.1);

}

.course-card img{

width:100%;

height:260px;

object-fit:cover;

}

.course-content{

padding:30px;

}

.course-button{

display:inline-block;

margin-top:20px;

padding:14px 30px;

background:#FF7A00;

color:white;

text-decoration:none;

border-radius:40px;

}
.gallery{

padding:80px 10%;

background:white;

text-align:center;

}

.section-text{

max-width:700px;

margin:auto;

font-size:18px;

margin-bottom:40px;

color:#666;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:20px;

}

.gallery-grid img{

width:100%;

height:250px;

object-fit:cover;

border-radius:18px;

transition:.3s;

cursor:pointer;

}

.gallery-grid img:hover{

transform:scale(1.03);

box-shadow:0 10px 30px rgba(0,0,0,.2);

}

.testimonials{

padding:80px 10%;

background:#f8fafc;

text-align:center;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:40px;

}

.testimonial{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

font-size:18px;

}

.faq{

padding:80px 10%;

background:white;

}

.faq h2{

text-align:center;

margin-bottom:40px;

}

.faq-item{

max-width:900px;

margin:20px auto;

padding:25px;

background:#f7f7f7;

border-radius:15px;

}

.contact{

padding:80px 10%;

text-align:center;

background:#0F5DA8;

color:white;

}

.contact-box{

font-size:20px;

line-height:2;

margin:40px 0;

}

footer{

background:#062f55;

color:white;

padding:30px;

text-align:center;

}

.footer-content p{

margin:8px 0;

}
.tryout{

background:#FF7A00;

color:white;

padding:80px 10%;

text-align:center;

}

.tryout p{

max-width:700px;

margin:25px auto;

font-size:20px;

line-height:1.8;

}

.events{

padding:80px 10%;

background:white;

}

.event-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

margin-top:40px;

}

.event-card{

background:#f8fafc;

padding:35px;

border-radius:18px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

}
.hero-tags{
    margin-top:25px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

.hero-tags span{
    background:#ffffff;
    color:#1e4d8f;
    padding:10px 18px;
    border-radius:30px;
    font-weight:600;
    font-size:15px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}