/*
Theme Name: Edu Digital Hub
Theme URI: https://schoolms.in
Author: Sachin
Description: School Management + Digital Signature + Biometric Devices
Version: 1.0
Text Domain: edu-digital-hub
*/

body{
    margin:0;
    padding:0;
    font-family: Arial, sans-serif;
    background:#f8fafc;
}
.customer-dashboard{
padding:50px;
max-width:1200px;
margin:auto;
}

.dashboard-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.dash-card{
background:#001b52;
color:#fff;
padding:30px;
text-align:center;
font-size:22px;
text-decoration:none;
border-radius:12px;
}
.trusted-badge{
display:inline-block;
background:#fff4cc;
padding:10px 20px;
border-radius:30px;
font-weight:600;
margin-bottom:20px;
}

.hero-left h1{
font-size:65px;
line-height:1.1;
margin-bottom:20px;
color:#001b52;
}

.hero-left p{
font-size:22px;
color:#555;
line-height:1.7;
}

.feature-row{
display:flex;
gap:25px;
margin:30px 0;
flex-wrap:wrap;
}

.feature-item{
display:flex;
align-items:center;
gap:10px;
background:white;
padding:15px;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:20px;
}

.premium-btn{
background:#001b52;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
}

.whatsapp-btn{
background:white;
border:2px solid #001b52;
color:#001b52;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
}

.hero-right{
position:relative;
}

.hero-right img{
width:100%;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.trusted-circle{
position:absolute;
right:-20px;
top:50px;
background:white;
width:120px;
height:120px;
border-radius:50%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
font-weight:bold;
box-shadow:0 10px 30px rgba(0,0,0,.15);
text-align:center;
}
/* PREMIUM LOOK */

.school-page{
background:linear-gradient(135deg,#ffffff,#eef4ff);
padding:80px 0;
}

.hero-left h1{
font-size:70px;
font-weight:800;
line-height:1.1;
letter-spacing:-2px;
}

.hero-left p{
font-size:20px;
color:#666;
line-height:1.8;
}

.trusted-badge{
background:#fff;
padding:10px 18px;
border-radius:50px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
font-weight:600;
display:inline-block;
margin-bottom:25px;
}

.feature-item{
background:#fff;
border:1px solid #eaeaea;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.premium-btn{
background:#001b52;
padding:15px 30px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,27,82,.25);
}

.whatsapp-btn{
background:#fff;
border:2px solid #001b52;
padding:15px 30px;
border-radius:12px;
}

.hero-right img{
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.trusted-circle{
border:8px solid rgba(255,255,255,.8);
}

.offer-card{
border:none;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.offer-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.offer-content h3{
font-size:28px;
font-weight:700;
}

.offer-btn{
width:100%;
text-align:center;
padding:14px;
font-size:16px;
}

.service-box{
border:none;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.service-box:hover{
transform:translateY(-10px);
}

.services-section h2,
.about-section h2{
font-size:42px;
font-weight:800;
color:#001b52;
}

.edh-header{
position:sticky;
top:0;
z-index:999;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}
/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 768px){

.container{
    width:95%;
}

.header-inner{
    flex-direction:column;
    gap:15px;
}

.main-nav ul{
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.logo{
    font-size:28px;
}

.hero-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.hero-content h1,
.hero-left h1{
    font-size:36px !important;
    line-height:1.2;
}

.hero-content p,
.hero-left p{
    font-size:16px;
}

.hero-image img,
.hero-right img{
    width:100%;
    max-width:100%;
    height:auto;
}

.feature-row{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:20px;
}

.feature-item{
    width:100%;
}

.hero-buttons{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hero-buttons a,
.btn,
.premium-btn,
.whatsapp-btn{
    width:100%;
    box-sizing:border-box;
    text-align:center;
}

.service-grid{
    grid-template-columns:1fr;
}

.service-box{
    padding:20px;
}

.offer-card{
    width:100%;
}

.offer-image img{
    height:auto;
}

.offer-content h3{
    font-size:20px;
}

.trusted-circle{
    position:static !important;
    margin:15px auto;
}

.trusted-badge{
    text-align:center;
}

h1{
    font-size:36px !important;
}

h2{
    font-size:28px !important;
}
}

/* =========================
   MOBILE RESPONSIVE FIX
========================= */

.menu-toggle{
display:none;
font-size:30px;
cursor:pointer;
color:#fff;
}

@media (max-width:768px){

.container{
width:95%;
}

.menu-toggle{
display:block;
}

.header-inner{
flex-direction:column;
align-items:center;
gap:15px;
}

.main-nav{
display:none;
width:100%;
}

.main-nav.active{
display:block;
}

.main-nav ul{
flex-direction:column;
gap:15px;
text-align:center;
padding:20px 0;
}

.hero-grid{
grid-template-columns:1fr !important;
text-align:center;
}

.hero-content h1,
.hero-left h1{
font-size:34px !important;
line-height:1.2;
}

.hero-content p,
.hero-left p{
font-size:16px;
}

.hero-image img,
.hero-right img{
width:100%;
height:auto;
}

.hero-buttons{
flex-direction:column;
}

.premium-btn,
.whatsapp-btn,
.btn{
width:100%;
display:block;
text-align:center;
box-sizing:border-box;
}

.feature-row{
flex-direction:column;
}

.service-grid{
grid-template-columns:1fr !important;
}

.service-box,
.offer-card{
width:100%;
}

.trusted-circle{
position:static !important;
margin:15px auto;
}

h2{
font-size:28px !important;
}

}
/* MOBILE FIX FINAL */

@media screen and (max-width:768px){

/* Header */

.header-inner{
display:flex;
flex-direction:column;
align-items:center;
}

.logo{
font-size:22px !important;
margin-bottom:10px;
}

.main-nav{
width:100%;
}

.main-nav ul{
display:flex !important;
flex-direction:column !important;
align-items:center !important;
gap:12px !important;
padding:0 !important;
margin:0 !important;
}

.main-nav li{
width:100%;
text-align:center;
}

/* Hero */

.hero-grid{
display:flex !important;
flex-direction:column !important;
}

.hero-content,
.hero-left{
width:100% !important;
}

.hero-image,
.hero-right{
width:100% !important;
text-align:center;
}

.hero-image img,
.hero-right img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block;
margin:auto;
}

/* Text */

.hero-content h1,
.hero-left h1{
font-size:42px !important;
line-height:1.2;
}

.hero-content p,
.hero-left p{
font-size:18px !important;
}

/* 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%;
text-align:center;
}

/* Services */

.service-grid{
display:grid !important;
grid-template-columns:1fr !important;
gap:20px;
}

.service-box,
.offer-card{
width:100% !important;
}

/* Trusted Circle */

.trusted-circle{
display:none;
}

}

