*{

margin:0;

padding:0;

font-family:'Poppins',sans-serif;

}
html{
    scroll-behavior:smooth;
}

header{

height:100vh;

background:

linear-gradient(

rgba(8,20,60,.55),

rgba(8,20,60,.65)

),

url("images/school-building.jpeg");

background-size:cover;

background-position:center;


display:flex;

justify-content:center;

align-items:center;

text-align:center;

color:white;

overflow:hidden;

}



.hero{

animation:

fade 1s;

}

@keyframes fade{

from{

opacity:0;

transform:

translateY(
60px
);

}

to{

opacity:1;

}



}

.hero h1{

font-size: 70px;

font-weight:900;

letter-spacing:-3px;

line-height:1;

text-shadow:

0 15px 40px

rgba(0,0,0,.35);

}


.hero p{

margin-top:20px;

font-size:24px;

}

.btn{

padding:20px 55px;

border-radius:100px;

background:

linear-gradient(

135deg,

#0A53E4,

#5B8CFF

);

color:white;

font-weight:700;

font-size:20px;

text-decoration:none;

box-shadow:

0 20px 50px

rgba(
0,
80,
255,
0.3
);

transition:.4s;

}

.btn:hover{

transform:

translateY(-8px);

}


.title{

text-align:center;

margin-bottom:40px;

color:#163c89;

}

.counter{

display:grid;

grid-template-columns:
repeat(
auto-fit,
minmax(
200px,
1fr
)
);

gap:20px;

}

.card{

background:white;

padding:40px;

border-radius:20px;

text-align:center;

}

.count{

font-size:55px;

color:#163c89;

}

.form{

max-width:650px;

margin:auto;

display:grid;

gap:20px;

}

input,
select,
textarea,
button{

padding:18px;

border:none;

border-radius:10px;

}

button{

background:#163c89;

color:white;

}

.testimonials{

display:grid;

grid-template-columns:

repeat(
auto-fit,
minmax(
300px,
1fr
)

);

gap:20px;

}

.review{

background:white;

padding:30px;

border-radius:20px;

}

.review img{

width:80px;

border-radius:50%;

}

.whatsapp{

position:fixed;

right:20px;

bottom:20px;

width:70px;

height:70px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:35px;

text-decoration:none;

}

.popup{

position:fixed;

inset:0;

background:

rgba(
0,
0,
0,
.6
);

display:flex;

justify-content:center;

align-items:center;

}

.popup-box{

background:white;

padding:40px;

border-radius:20px;

text-align:center;

}

.hide{

display:none;

}

footer{

padding:30px;

text-align:center;

background:#163c89;

color:white;

}

.footer-content{
text-align:center;
line-height:1.8;
}

footer h2{
margin-bottom:10px;
}

/* CHAIRMAN */

.chairman{

text-align: center;

align-items:center;

justify-content:center;

gap:60px;

padding:40px 10%;

flex-wrap:wrap;

background:white;

}

.chairman-img img{

width:320px;

height:420px;

object-fit:cover;

border-radius:20px;

box-shadow:

0 15px 40px

rgba(

0,
0,
0,
0.15

);

}

.chairman-text{

max-width:1100px;
margin: auto;
text-align: center;
}

.chairman-text h2{

font-size:40px;

color:#163c89;

margin-bottom:20px;

text-align: center;
}

.chairman-text p{

line-height:1.9;

font-size:18px;

text-align: center;

color:#555;

}

.chairman-text h3{

margin-top:30px;

color:#163c89;

}
.thankyou{

position:fixed;

inset:0;

background:

rgba(
0,
0,
0,
.6
);

display:none;

justify-content:center;

align-items:center;

z-index:999;

}

.thank-box{

background:white;

padding:50px;

border-radius:20px;

text-align:center;

}

.show{

display:flex;

}

.gallery{

display:grid;

grid-template-columns:
repeat(4,minmax(0,1fr));

gap:15px;

max-width:1200px;

margin:auto;

}

.gallery img{

width:100%;

height:180px;

object-fit:cover;

display:block;

border-radius:15px;

box-shadow:

0 6px 15px
rgba(0,0,0,.15);

}




@media(max-width:600px){

.gallery{

grid-template-columns:
1fr;

}

}

.gallery img:hover{

transform:

scale(
1.05
);

}
.map{

width:100%;

height:450px;

border:none;

border-radius:20px;

}
.call{

position:fixed;

left:20px;

bottom:20px;

width:70px;

height:70px;

background:#163c89;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

font-size:32px;

box-shadow:

0 10px 30px

rgba(
0,
0,
0,
0.2
);

}
html{

scroll-behavior:smooth;

}

nav{

position:fixed;

top:0;

left:0;

width:100%;

transform:none;

padding:10px 30px;

background:

rgba(
255,
255,
255,
0.12
);

backdrop-filter:

blur(
30px
);

border:

1px solid

rgba(
255,
255,
255,
0.3
);

border-radius:0;

z-index:999;

box-shadow:

0 20px 60px

rgba(
0,
0,
0,
0.15
);

}

.logo{

display:flex;

align-items:center;

gap:10px;

}

.logo img{

width: 60px;

height:60px;

object-fit:contain;

border-radius:50%;

}

.logo span{

color:#163c89;

}

.logo h1{
font-size:24px;
margin:0;
}

.logo h2{
font-size:14px;
margin:0;
}

.logo p{
font-size:12px;
margin:0;
}

nav ul{

display:flex;

gap:35px;

list-style:none;

}

nav a{

text-decoration:none;

color:black;

font-weight:bold;

}

header{

padding-top:90px;

}

section{

padding:140px 10%;

}

.title{

font-size:60px;

font-weight:900;

margin-bottom:60px;

color:#163c89;

text-align:center;

}
*{

transition:

all .3s;

}
button:disabled{

opacity:.7;

cursor:not-allowed;

}
#gallery{

display:grid !important;

grid-template-columns:
repeat(4,1fr) !important;

gap:25px;

max-width:1400px;

margin:auto;

}

.gallery-card{

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:
0 5px 15px rgba(0,0,0,.1);

height:auto;

}

.gallery-card img{

width:100%;

height:250px;

object-fit:cover;

display:block;

border-radius: 15px;

}


.gallery-text{

padding:15px;

text-align:center;

font-weight:bold;

}

@media(max-width:900px){

#gallery{

grid-template-columns:
repeat(2,1fr);

}

}

@media(max-width:600px){

#gallery{

grid-template-columns:
1fr;

}

}
.image-popup{

position:fixed;

inset:0;

background:
rgba(
0,
0,
0,
0.9
);

display:none;

justify-content:center;

align-items:center;

z-index:9999;

}

.image-popup img{

max-width:90%;

max-height:90%;

border-radius:20px;

}

.image-popup span{

position:absolute;

top:30px;

right:40px;

color:white;

font-size:40px;

cursor:pointer;

}
.gallery-title{

text-align:center;

font-size:60px;

font-weight:900;

color:#163c89;

margin-bottom:30px;

}
#adminGallery{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:20px;

padding:40px;

}



.admin-card img{

width:100%;

height:200px;

object-fit:cover;

border-radius:20px;

}





.upload-row{

display:flex;

justify-content:center;

gap:20px;

margin-bottom:40px;

}

.upload-row input{

padding:12px;

}

.upload-row button{

background:#163c89;

color:white;

border:none;

padding:15px 30px;

border-radius:14px;

cursor:pointer;

font-size:18px;

font-weight:700;

}

.upload-row button:hover{

transform:
translateY(-3px);

}

/* ADMIN PAGE */


.admin-box h2{

text-align:center;

font-size:42px;

color:#163c89;

margin-bottom:40px;

}

.upload-row{

display:flex;

justify-content:center;

align-items:center;

gap:20px;

margin-bottom:50px;

flex-wrap:wrap;

}

.upload-row input{

padding:15px;

background:white;

border-radius:15px;

border:none;

box-shadow:
0 5px 15px
rgba(0,0,0,.08);

}

.upload-row button{

background:

linear-gradient(
135deg,
#163c89,
#2d5cff
);

color:white;

border:none;

padding:16px 35px;

border-radius:18px;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.upload-row button:hover{

transform:
translateY(-6px);

}

/* ===== ADMIN DASHBOARD ===== */

body{
padding-top:  120px; 
background:
linear-gradient(
135deg,
#eef3ff,
#f7f9ff
);

}

/* Main */

.admin-box{

max-width:1500px;

margin:60px auto;

padding:50px;

background:
rgba(255,255,255,.7);

backdrop-filter:
blur(20px);

border-radius:40px;

box-shadow:
0 25px 80px
rgba(0,0,0,.08);

}

/* Heading */

.title{

font-size:85px;

text-align:center;

font-weight:900;

color:#163c89;

margin-bottom:15px;

}



/* Upload */

.upload-row{

display:flex;

justify-content:center;

gap:25px;

margin-bottom:60px;

flex-wrap:wrap;

}

.upload-row input{

padding:20px;

border:none;

background:white;

border-radius:20px;

box-shadow:
0 15px 30px
rgba(0,0,0,.08);

}

.upload-row button{

border:none;

padding:18px 35px;

border-radius:20px;

font-size:18px;

font-weight:800;

color:white;

cursor:pointer;

background:
linear-gradient(
135deg,
#163c89,
#3e7bff
);

box-shadow:
0 15px 35px
rgba(22,60,137,.4);

transition:.3s;

}

.upload-row button:hover{

transform:

translateY(-8px)
scale(1.05);

}

/* Gallery */

#adminGallery{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:35px;

}

/* Cards */

.admin-stat-card{

position:relative;

background:white;

border-radius: 20px;

overflow:hidden;

padding: 30px;

box-shadow:
0 20px 40px
rgba(0,0,0,.08);

transition:.4s;

}

.admin-card:hover{

transform:

translateY(-15px);

box-shadow:
0 40px 70px
rgba(0,0,0,.15);

}

/* Image */

.admin-card img{

width:100%;

height:260px;

object-fit:cover;

}

/* Overlay */

.admin-card::after{

content:

"Preview";

position:absolute;

inset:0;

background:
rgba(0,0,0,.35);

color:white;

font-size:26px;

font-weight:900;

display:flex;

align-items:center;

justify-content:center;

opacity:0;

transition:.4s;

}

.admin-card:hover::after{

opacity:1;

}

/* Delete */


/* Responsive */

@media(max-width:1200px){

#adminGallery{

grid-template-columns:
repeat(3,1fr);

}

}

@media(max-width:900px){

#adminGallery{

grid-template-columns:
repeat(2,1fr);

}

}

@media(max-width:600px){

#adminGallery{

grid-template-columns:
1fr;

}

.title{

font-size:50px;

}

}
.login-box{

max-width:450px;

margin:120px auto;

background:white;

padding:50px;

border-radius:30px;

text-align:center;

box-shadow:
0 20px 50px
rgba(0,0,0,.1);

}

.login-box input{

width:100%;

padding:18px;

margin:15px 0;

border-radius:15px;

}

.login-box button{

width:100%;

padding:18px;

}

.logout{
position:fixed;
top:20px;
right:20px;
z-index:1000;
}
.map{
  width: 90%;
  height: 400px;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:25px;
    flex-wrap:wrap;
}

.btn,
.btn2{
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:bold;
    font-size:18px;
}

.btn{
    background:#2563eb;
    color:white;
}

.btn:hover{
    transform:translateY(-3px);
}

.btn2{
    background:white;
    color:#2563eb;
    border:2px solid #2563eb;
}

.btn2:hover{
    transform:translateY(-3px);
}
.stats{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    padding:50px 20px;
}

.stat-card{
    background:white;
    padding:30px;
    width:250px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.stat-card h2{
    color:#2563eb;
    font-size:40px;
    margin-bottom:10px;
}

.stat-card p{
    font-size:18px;
    color:#555;
}
.contact-cards{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-top:30px;
}

.contact-card{
    background:white;
    width:280px;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-card h3{
    color:#2563eb;
    margin-bottom:15px;
}

.contact-card p{
    margin:8px 0;
    color:#555;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    max-width:1100px;
    margin:auto;
}
.contact{
    margin-bottom: 60px;
}
.reviews{
    padding:60px 20px;
    text-align:center;
}

.review-container{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.review-card{
    background:white;
    width:320px;
    padding:25px;
    border-radius:20px;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
    transition:0.3s;
}

.review-card:hover{
    transform:translateY(-8px);
}

.stars{
    font-size:24px;
    color:gold;
    margin-bottom:10px;
}

.review-card p{
    color:#555;
    line-height:1.6;
}

.review-card h4{
    margin-top:15px;
    color:#2563eb;
}

.nav-btn:hover{
    opacity:0.9;
}
.nav-btn{
    background:#2563eb;
    color:white !important;
    padding:10px 20px;
    border-radius:30px;
    text-decoration:none;
}

.card{
background:white;
padding:35px;
border-radius:25px;
text-align:center;

box-shadow:
0 15px 40px rgba(37,99,235,.15);

transition:.3s;
}

.card:hover{
transform:translateY(-8px);
}

.card h2{
font-size:55px;
font-weight:900;
color:#2563eb;
}




.card p{
    margin-top:10px;
    color:#666;
}

.search-box{
    width:100%;
    padding:12px;
    border:2px solid #2563eb;
    border-radius:10px;
    margin-bottom:15px;
    font-size:16px;
}

table{
    width:100%;
    border-collapse:collapse;
    background:white;
}

th{
    background:#2563eb;
    color:white;
    padding:12px;
}

td{
    padding:12px;
    text-align:center;
}

tr:nth-child(even){
    background:#f5f5f5;
}

.logout{
    background:#ef4444;
    color:white;
    border:none;
    padding:10px 20px;
    border-radius:10px;
    cursor:pointer;
}

@media(max-width:600px){

.gallery{

grid-template-columns:1fr;
display: flex;
flex-direction: column;
gap: 15px;
padding: 10px;
}

.gallery-card{
    width: 100%;
}
.gallery-card img{

height: 250px;

}
}

@media(max-width:600px){

#gallery{
display:flex !important;
flex-direction:column !important;
gap:20px !important;
padding:10px !important;
}

.gallery-card{
width:100% !important;
max-width:100% !important;
margin:auto !important;
}

.gallery-card img{
width:100% !important;
height:250px !important;
object-fit:cover !important;
display:block !important;
}

}

nav{
padding:8px 25px;
}
@media (max-width:768px){
    .navbar{
        padding: 8px 10px;
    }
    .nav-links{
        gap: 10px;
        }
    .nav-links a{
        font-size: 14px;
    }
    .logo-text{
        font-size: 22px;
    }
}
@media (max-width:768px){
    .section-title,
    h2{
        font-size: 42px;
        line-height: 1.1;
    }
}

@media (max-width:768px){
    .call-btn,
    .whatsapp-btn{
        width: 50px;
        height: 50px;
        bottom: 15px;
    }
    .call-btn{
        left: 15px;
    }
    .whatsapp-btn{
        right: 15px;
    }
}
.footer{
    padding-bottom: 80px;
    margin-top: 40px;
}
.footer h2{
    margin-bottom:10px;
}
.gallery-grid{
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

.leaders{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:120px;
  max-width:900px;
  margin:0 auto 40px auto;
}

.leader-card{
  flex:none;
  width:280px;
}

.leader-card img{
  width:180px;
  height:180px;
  border-radius:50%;
  object-fit:cover;
}

@media(max-width:768px){

  .leaders{
    flex-direction:column;
  }

}

.achievements-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}


@media (max-width:768px){
    .contact-grid{
        grid-template-columns: 1fr;
    }
}



@media(max-width:768px){

.contact-cards{
flex-direction:column;
align-items:center;
}

}

@media(max-width:768px){

.hero h1{
font-size:45px;
}

}

@media(max-width:768px){

.hero p{

font-size:18px;

}

}

.contact-card{
    min-height:220px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-card a{
    color:#2563eb;
    font-weight:600;
    text-decoration:none;
}

.contact-card a:hover{
    text-decoration:underline;
}

@media(max-width:768px){

.contact-grid{
    grid-template-columns:1fr;
}

}
#contact{
    margin-bottom:40px;
}

footer{
    margin-top:20px;
}

.stats-box{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin:40px auto;
max-width: 700px;
}

.card{
background:white;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.card h2{
font-size:50px;
color:#2563eb;
margin-bottom:10px;
}

.card p{
font-size:18px;
font-weight:600;
color:#666;
}

.upload-row{
display:flex;
justify-content:center;
align-items:center;
gap:20px;
margin:40px 0;
flex-wrap:wrap;
}

.upload-row input{
background:white;
padding:15px;
border-radius:15px;
}

.upload-row button{
padding:15px 35px;
font-size:18px;
border-radius:15px;
}

#adminGallery{
display:grid;
grid-template-columns:
repeat(4,1fr);
gap:25px;
}

.admin-card{
height:280px;
}

.admin-card img{
width:100%;
height:100%;
object-fit:cover;
}
.admin-card button{
width:45px;
height:45px;
font-size:18px;
}

.table-wrapper{
overflow-x:auto;
}

.admin-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:40px;
padding: 20px 40px;
background: white;
box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.admin-header h1{
    color: #163c89;
    font-size: 32px;
    text-align: center;
    margin: 0;
}
.admin-header p{
    color: #666;
    margin-top: 5px;
    text-align: center;

}

table{
width:100%;
border-collapse:collapse;
margin-top:20px;
border-radius:15px;
overflow:hidden;
}

th{
background:#163c89;
color:white;
padding:15px;
}

td{
padding:15px;
}

tr:hover{
background:#eef4ff;
}

@media(max-width:768px){

.admin-header{
flex-direction:column;
gap:15px;
text-align:center;
}

.stats-box{
grid-template-columns:1fr;
}

.admin-box{
padding:20px;
}

table{
font-size:13px;
}

.logout{
position:static;
}

}

.admin-card{
position:relative;
overflow:hidden;
border-radius:25px;
}

.admin-card button{
position:absolute;
top:10px;
right:10px;
width:45px;
height:45px;
z-index:100;
}

.admin-header{
background:
linear-gradient(
135deg,
#163c89,
#2563eb
);

color:white;

padding:30px 50px;

border-radius:0 0 30px 30px;
}

.admin-header h1{
color:white;
font-size:42px;
}

.admin-header p{
color:#e5e7eb;
}

.upload-box{
background:white;
padding:30px;
border-radius:25px;
max-width:600px;
margin:30px auto;
text-align:center;

box-shadow:
0 10px 30px rgba(0,0,0,.08);
}

.title{
font-size:60px;
margin-top:20px;
margin-bottom:30px;
}

.admin-card button{
position:absolute;
top:10px;
right:10px;

width:38px;
height:38px;

border:none;
border-radius:50%;

background:rgba(255,0,0,.9);
color:white;

font-size:16px;
font-weight:bold;

display:flex;
align-items:center;
justify-content:center;

cursor:pointer;
z-index:10;

box-shadow:
0 4px 12px rgba(0,0,0,.25);

transition:.3s;
}

.admin-card button:hover{
transform:scale(1.1);
background:#d80000;
}


/* ===========================
   PERFECT MOBILE RESPONSIVE
===========================*/

@media screen and (max-width:768px){

/* General */

body{
padding-top:90px;
overflow-x:hidden;
}

section{
padding:70px 20px;
}

.title{
font-size:34px;
margin-bottom:30px;
}

/* Header */

header{
height:80vh;
padding:0 20px;
}

.hero h1{
font-size:38px;
line-height:1.2;
letter-spacing:0;
}

.hero h2{
font-size:22px;
}

.hero p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.btn,
.btn2{
width:220px;
text-align:center;
}

/* Navigation */

nav{
padding:10px 15px;
flex-wrap:wrap;
}

.logo{
justify-content:center;
}

.logo img{
width:50px;
height:50px;
}

.logo h1{
font-size:18px;
}

.logo h2{
font-size:12px;
}

.logo p{
font-size:10px;
}

nav ul{
display:none;
}

/* Chairman */

.leaders{
flex-direction:column;
gap:35px;
}

.leader-card{
width:100%;
}

.chairman-text h2{
font-size:28px;
}

.chairman-text p{
font-size:16px;
}

/* Statistics */

.stats{
flex-direction:column;
align-items:center;
}

.stat-card{
width:100%;
}

/* Contact */

.contact-grid{
grid-template-columns:1fr;
}

.contact-card{
width:100%;
}

/* Form */

.form{
width:100%;
}

input,
select,
textarea{
width:100%;
box-sizing:border-box;
}

/* Gallery */

#gallery{
display:grid !important;
grid-template-columns:1fr !important;
gap:20px;
}

.gallery-card img{
height:240px;
}

/* Popup */

.popup-box,
.thank-box{
width:90%;
padding:25px;
}

/* Map */

.map{
height:300px;
}

/* Floating Buttons */

.call,
.whatsapp{
width:55px;
height:55px;
font-size:26px;
}

/* Login */

.login-box{
width:90%;
margin:60px auto;
padding:25px;
box-sizing:border-box;
}

.login-box input{
width:100%;
}

/* Admin Header */

.admin-header{
padding:20px;
text-align:center;
}

.admin-header h1{
font-size:28px;
}

.admin-header p{
font-size:14px;
}

/* Logout */

.logout{
position:static;
margin-top:15px;
}

/* Dashboard Cards */

.stats-box{
grid-template-columns:1fr;
gap:20px;
}

.admin-stat-card{
width:100%;
}

/* Search */

.search-box{
font-size:15px;
}

/* Table */

.table-wrapper{
overflow-x:auto;
}

table{
min-width:700px;
}

/* Upload */

.upload-box{
width:100%;
padding:20px;
box-sizing:border-box;
}

.upload-box input{
width:100%;
margin-bottom:15px;
}

.upload-box button{
width:100%;
}

/* Gallery */

#adminGallery{
grid-template-columns:1fr;
gap:20px;
padding:0;
}

.admin-card{
height:auto;
}

.admin-card img{
height:240px;
}

/* Delete Button */

.admin-card button{
width:34px;
height:34px;
font-size:14px;
top:8px;
right:8px;
}

}

#error{

margin-top:15px;

color:#e11d48;

font-weight:600;

font-size:16px;

text-align:center;

}

/* ===========================
   MOBILE HAMBURGER MENU
=========================== */

nav{
display:flex;
align-items:center;
justify-content:space-between;
box-sizing:border-box;
}

.menu-toggle{
display:none;
background:transparent;
color:#163c89;
border:none;
padding:8px;
font-size:32px;
line-height:1;
cursor:pointer;
box-shadow:none;
}

@media screen and (max-width:768px){

nav{
padding:10px 15px;
flex-wrap:wrap;
background:rgba(255,255,255,.96);
}

.logo{
max-width:calc(100% - 65px);
justify-content:flex-start;
}

.logo span{
min-width:0;
}

.logo h1{
font-size:16px;
line-height:1.2;
}

.logo h2{
font-size:11px;
}

.logo p{
font-size:9px;
}

.menu-toggle{
display:flex;
align-items:center;
justify-content:center;
width:45px;
height:45px;
}

nav ul{
display:none;
width:100%;
flex-direction:column;
align-items:stretch;
gap:0;
padding:15px 0 5px;
margin:0;
}

nav ul.show-menu{
display:flex;
}

nav ul li{
width:100%;
text-align:center;
}

nav ul li a{
display:block;
width:100%;
padding:14px 10px;
box-sizing:border-box;
font-size:16px;
}

nav ul li a:hover{
background:#eef4ff;
color:#2563eb;
}

nav ul .nav-btn{
width:auto;
margin:10px 20px;
padding:12px 20px;
}

}