
html{
    scroll-behavior:smooth;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#ffffff;
overflow-x:hidden;
}

/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 8%;
background:white;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 15px rgba(0,0,0,0.05);
}

.logo img{
height:100px;
}

.header-buttons{
display:flex;
gap:10px;
}

.btn-demo,
.btn-admission{
text-decoration:none;
padding:12px 20px;
border-radius:8px;
font-weight:600;
color:white;
}

.btn-demo{
background:#0A5BFF;
}

.btn-admission{
background:#6D3CFF;
}

nav{
display:flex;
gap:25px;
}

nav a{
text-decoration:none;
color:#071B52;
font-weight:600;
font-size:15px;
}

/* HERO SECTION */

.hero{
min-height:90vh;
display:flex;
justify-content:space-between;
align-items:center;
padding:80px 8%;
background:linear-gradient(
135deg,
#0A5BFF,
#6D3CFF
);
}

.hero-content{
width:55%;
}

.hero-content h1{
font-size:65px;
line-height:1.1;
font-weight:800;
color:white;
margin-bottom:20px;
}

.hero-content p{
font-size:22px;
color:white;
line-height:1.6;
}

.hero-buttons{
margin-top:30px;
}

.apply-btn,
.brochure-btn{
display:inline-block;
padding:15px 30px;
border-radius:8px;
text-decoration:none;
font-weight:600;
margin-right:10px;
}

.apply-btn{
background:white;
color:#0A5BFF;
}

.brochure-btn{
background:#071B52;
color:white;
}

.hero-features{
margin-top:30px;
display:flex;
flex-wrap:wrap;
gap:20px;
color:white;
font-weight:500;
}

.hero-image img{
width:550px;
max-width:100%;
}

/* STATS */

.stats{
display:flex;
justify-content:space-around;
padding:70px 8%;
background:#F8FAFF;
}

.stat-box{
text-align:center;
}

.stat-box h2{
font-size:42px;
color:#0A5BFF;
}

.stat-box p{
margin-top:10px;
font-size:18px;
}

/* WHY GENZE */

.why-genze{
padding:80px 8%;
}

.why-genze h2{
text-align:center;
font-size:42px;
color:#071B52;
margin-bottom:50px;
}

.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.feature-card{
padding:30px;
border-radius:20px;
background:white;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.feature-card h3{
color:#0A5BFF;
margin-bottom:15px;
}

.feature-card p{
line-height:1.6;
}

/* MOBILE */

@media(max-width:768px){

header{
flex-direction:column;
gap:15px;
}

nav{
flex-wrap:wrap;
justify-content:center;
}

.hero{
flex-direction:column;
text-align:center;
}

.hero-content{
width:100%;
}

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:18px;
}

.hero-image{
margin-top:40px;
}

.stats{
flex-direction:column;
gap:30px;
}

.features{
grid-template-columns:1fr;
}

}


.courses{
padding:80px 8%;
background:white;
text-align:center;
}

.courses h2{
font-size:48px;
color:#071B52;
margin-bottom:50px;
}

.course-container{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.course-card{
width:320px;
padding:35px;
background:white;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.course-card:hover{
transform:translateY(-10px);
}

.course-card h3{
color:#0A5BFF;
margin-bottom:15px;
}

.course-card p{
margin-bottom:15px;
line-height:1.6;
}

.course-card a{
display:inline-block;
padding:12px 20px;
background:linear-gradient(135deg,#0A5BFF,#6D3CFF);
color:white;
text-decoration:none;
border-radius:8px;
}

/* COURSES SECTION */

.courses{
padding:80px 8%;
background:white;
text-align:center;
}

.courses h2{
font-size:48px;
color:#071B52;
margin-bottom:50px;
}

.course-container{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.course-card{
width:320px;
padding:35px;
background:white;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.course-card:hover{
transform:translateY(-10px);
}

.course-card h3{
color:#0A5BFF;
margin-bottom:15px;
}

.course-card p{
margin-bottom:15px;
line-height:1.6;
}

.course-card a{
display:inline-block;
padding:12px 20px;
background:linear-gradient(135deg,#0A5BFF,#6D3CFF);
color:white;
text-decoration:none;
border-radius:8px;
}




.ai-tools{
    padding:80px 8%;
    background:#071B52;
    text-align:center;
}

.ai-tools h2{
    color:white;
    font-size:48px;
    margin-bottom:50px;
}

.tools-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.tool-card{
    background:white;
    padding:25px;
    width:180px;
    border-radius:15px;
    font-weight:600;
    font-size:18px;
    transition:0.3s;
}

.tool-card:hover{
    transform:translateY(-8px);
}

.tool-card{
    text-align:center;
}

.tool-card img{
    width:60px;
    height:60px;
    object-fit:contain;
    display:block;
    margin:0 auto 10px;
}

.tool-card p{
    margin:0;
    font-weight:600;
    font-size:18px;
}


.placement{
    padding:80px 8%;
    background:#f8faff;
    text-align:center;
}

.placement h2{
    font-size:48px;
    color:#071B52;
    margin-bottom:50px;
}

.placement-container{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.placement-card{
    width:280px;
    padding:25px;
    background:white;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.placement-card h3{
    color:#0A5BFF;
    margin-bottom:15px;
}

.placement-btn{
    display:inline-block;
    margin-top:40px;
    padding:15px 30px;
    background:linear-gradient(135deg,#0A5BFF,#6D3CFF);
    color:white;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
}

/* SUCCESS STORIES */

.success-stories{
padding:80px 8%;
background:#071B52;
text-align:center;
}

.success-stories h2{
font-size:48px;
color:white;
margin-bottom:50px;
}

.story-container{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
}

.story-card{
width:300px;
padding:30px;
background:white;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.story-card h3{
color:#FFD700;
margin-bottom:15px;
}

/* EXPERT TEAM */

.expert-team{
padding:80px 8%;
background:white;
text-align:center;
}

.expert-team h2{
font-size:48px;
color:#071B52;
margin-bottom:50px;
}

.team-container{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.team-card{
width:280px;
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.team-card:hover{
transform:translateY(-10px);
}

.team-card img{
    width:100%;
    height:380px;
    object-fit:cover;
}

.team-card h3{
margin-top:20px;
color:#0A5BFF;
}

.team-card p{
padding:15px;
}


.contact-section{
padding:80px 8%;
background:#071B52;
text-align:center;
}

.contact-section h2{
font-size:48px;
color:white;
margin-bottom:40px;
}

.contact-form{
max-width:600px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}

.contact-form input,
.contact-form textarea{
padding:15px;
border:none;
border-radius:10px;
font-size:16px;
font-family:Poppins,sans-serif;
}

.contact-form textarea{
height:120px;
resize:none;
}

.contact-form button{
padding:15px;
background:linear-gradient(135deg,#0A5BFF,#6D3CFF);
color:white;
border:none;
border-radius:10px;
font-size:18px;
font-weight:600;
cursor:pointer;
}


.footer{
background:#000c3d;
color:white;
padding:60px 8% 20px;
}

.footer-container{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:30px;
}

.footer-box{
width:220px;
}

.footer-box h3{
margin-bottom:20px;
color:#6D3CFF;
}

.footer-box p{
margin-bottom:10px;
}

.footer-bottom{
text-align:center;
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,0.2);
}

.stat-box img{
    width:100px;
    height:100px;
    object-fit:contain;
    margin-bottom:15px;
}

.whatsapp-btn{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:white;
    padding:15px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    z-index:999;
}

.about-section{
    padding:80px 8%;
    background:white;
    text-align:center;
}

.about-section h2{
    font-size:48px;
    color:#071B52;
    margin-bottom:30px;
}

.about-section p{
    max-width:900px;
    margin:20px auto;
    font-size:18px;
    line-height:1.8;
    color:#333;
}

.about-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.about-card{
    width:280px;
    background:white;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}

.about-card:hover{
    transform:translateY(-10px);
}

.about-card h3{
    color:#0A5BFF;
    margin-bottom:15px;
}

.about-card p{
    color:#555;
    line-height:1.6;
}

.about-card p{
    color:#555;
    line-height:1.6;
}

/* CONTACT SECTION */

.contact-section{
    padding:80px 8%;
    background:#f8faff;
    text-align:center;
}

.contact-section h2{
    font-size:48px;
    color:#071B52;
    margin-bottom:40px;
}

.contact-form{
    max-width:600px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-form input,
.contact-form textarea{
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
}

.contact-form textarea{
    height:150px;
}

.contact-form button{
    background:linear-gradient(90deg,#0A5BFF,#7A3FFF);
    color:white;
    border:none;
    padding:15px;
    border-radius:10px;
    font-size:18px;
    cursor:pointer;
}

.contact-subtitle{
    max-width:700px;
    margin:0 auto 40px;
    color:#666;
    font-size:18px;
    line-height:1.6;
}

.course-hero{
    background:linear-gradient(90deg,#1E5BFF,#6A3DFF);
    color:white;
    text-align:center;
    padding:100px 8%;
}

.course-hero h1{
    font-size:60px;
    margin-bottom:20px;
    color:white;
}

.course-hero p{
    font-size:22px;
    max-width:800px;
    margin:auto;
    color:white;
}


