body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f7fb;
}

.edh-header{
    background:#071a3d;
    padding:20px;
}

.edh-header a{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

.hero{
    background:#071a3d;
    color:white;
    padding:100px 50px;
}

.hero h1{
    font-size:60px;
}

.hero p{
    font-size:24px;
    color:#ffc107;
}

.btn{
    background:#ffc107;
    padding:12px 20px;
    text-decoration:none;
    color:black;
    border-radius:5px;
}

.edh-footer{
    background:#071a3d;
    color:white;
    padding:20px;
    text-align:center;
}
.container{
width:90%;
margin:auto;
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo a{
font-size:32px;
font-weight:700;
color:white;
text-decoration:none;
}

.main-nav ul{
display:flex;
gap:25px;
list-style:none;
margin:0;
padding:0;
}

.main-nav a{
color:white;
text-decoration:none;
font-size:18px;
}
.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.hero img{
max-width:100%;
border-radius:20px;
}
.main-nav ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap:30px;
}

.main-nav li{
    list-style:none;
}

.main-nav a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.main-nav a:hover{
    color:#ffc107;
}
.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    font-size:32px;
    font-weight:700;
}
.school-page{
padding:100px 0;
}

.about-section{
padding:80px 0;
background:#ffffff;
}

.about-section h2{
text-align:center;
margin-bottom:20px;
}

.about-section p{
text-align:center;
max-width:900px;
margin:auto;
font-size:18px;
}

.services-section{
padding:80px 0;
background:#f5f7fb;
}

.services-section h2{
text-align:center;
margin-bottom:40px;
}

.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.service-box{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
text-align:center;
}
.offer-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.1);
transition:.3s;
}

.offer-card:hover{
transform:translateY(-5px);
}

.offer-image img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.offer-content{
padding:20px;
}

.offer-badge{
display:inline-block;
background:#ff5722;
color:#fff;
padding:6px 12px;
border-radius:30px;
font-size:13px;
font-weight:600;
margin-bottom:10px;
}

.offer-content h3{
margin:10px 0;
font-size:24px;
}

.offer-description{
margin-bottom:20px;
}

.offer-btn{
display:inline-block;
background:#001b52;
color:#fff;
padding:12px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
/* ==========================
   MOBILE RESPONSIVE FIX
========================== */

.menu-toggle{
display:none;
font-size:30px;
color:#fff;
cursor:pointer;
}

@media only screen and (max-width:768px){

.container{
width:95%;
}

/* Header */

.header-inner{
flex-direction:column;
align-items:center;
gap:15px;
}

.logo a{
font-size:26px;
}

.menu-toggle{
display:block;
}

.main-nav{
width:100%;
}

.main-nav ul{
display:flex !important;
flex-direction:column !important;
align-items:center;
gap:12px !important;
}

/* Hero */

.hero-grid{
display:flex !important;
flex-direction:column !important;
gap:25px;
}

.hero-content,
.hero-left,
.hero-image,
.hero-right{
width:100% !important;
}

.hero-image img,
.hero-right img,
.hero img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block;
margin:auto;
}

/* Text */

.hero-content h1,
.hero-left h1{
font-size:38px !important;
line-height:1.2;
text-align:center;
}

.hero-content p,
.hero-left p{
font-size:18px !important;
text-align:center;
}

/* Features */

.feature-row{
display:flex !important;
flex-direction:column !important;
gap:15px;
}

.feature-item{
width:100% !important;
box-sizing:border-box;
}

/* Buttons */

.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
}

.hero-buttons a,
.btn,
.premium-btn,
.whatsapp-btn{
width:100%;
display:block;
text-align:center;
box-sizing:border-box;
}

/* Services */

.service-grid{
grid-template-columns:1fr !important;
}

.service-box,
.offer-card{
width:100%;
box-sizing:border-box;
}

.about-section h2,
.services-section h2{
font-size:30px;
}

}
/* SCHOOL MANAGEMENT PREMIUM */

.trusted-badge{
display:inline-block;
background:#fff;
padding:12px 25px;
border-radius:50px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
font-weight:700;
margin-bottom:30px;
}

.hero-content h1{
font-size:60px;
margin-bottom:15px;
}

.hero-content p{
font-size:20px;
line-height:1.7;
margin-bottom:30px;
}

.feature-row{
display:flex;
gap:15px;
margin:30px 0;
}

.feature-item{
flex:1;
background:#fff;
padding:18px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:25px;
}

.premium-btn{
background:#001b52;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.whatsapp-btn{
background:#25D366;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.hero-image img{
width:100%;
max-width:550px;
height:auto;
border-radius:20px;
display:block;
margin:auto;
}

/* MOBILE */

@media(max-width:768px){

.hero-grid{
display:block !important;
}

.hero-content{
width:100%;
}

.hero-image{
margin-top:25px;
text-align:center;
}

.hero-image img{
max-width:100%;
width:100%;
}

.feature-row{
flex-direction:column;
}

.hero-buttons{
flex-direction:column;
}

.hero-content h1{
font-size:42px;
text-align:center;
}

.hero-content p{
text-align:center;
}

.trusted-badge{
width:auto;
text-align:center;
}

}
/* MOBILE FIX */

@media screen and (max-width:768px){

.header-inner{
flex-direction:column;
text-align:center;
}

.logo a{
font-size:26px !important;
}

.main-nav ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
padding:10px 0;
}

.main-nav a{
font-size:15px !important;
}

.hero-grid{
grid-template-columns:1fr !important;
}

.hero-content,
.hero-left{
width:100%;
}

.hero-image,
.hero-right{
width:100%;
text-align:center;
}

.hero-image img,
.hero-right img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block;
margin:auto;
}

.school-page{
padding:40px 0 !important;
}

.feature-row{
display:flex;
flex-direction:column;
gap:15px;
}

.service-grid{
grid-template-columns:1fr !important;
}

.service-box,
.offer-card{
width:100%;
box-sizing:border-box;
}

h1{
font-size:36px !important;
line-height:1.2;
}

p{
font-size:16px !important;
}

.container{
width:95%;
}

}
@media screen and (max-width:768px){

.hero-grid{
display:flex !important;
flex-direction:column !important;
}

.hero-image{
display:block !important;
width:100% !important;
margin-top:20px;
}

.hero-image img{
width:100% !important;
max-width:350px !important;
height:auto !important;
display:block;
margin:auto;
border-radius:15px;
}

}
/* MOBILE MENU */

.menu-toggle{
display:none;
cursor:pointer;
font-size:40px;
color:#fff;
}

@media (max-width:768px){

.menu-toggle{
display:block;
margin-top:15px;
}

.main-nav{
display:none;
width:100%;
}

.main-nav.active{
display:block;
}

.main-nav ul{
display:flex;
flex-direction:column;
text-align:center;
gap:20px;
padding:20px 0;
}

}