body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif,'Times New Roman', Times, serif;
}

header{
width: 100%;
position:fixed; 
top:0;
left:0;
z-index:1000;
background:#16161659;
display:flex;
align-items:center;
justify-content:space-between;
padding:10px 20px;
box-sizing:border-box;
}


.logo{
display:flex;
align-items:center;
gap:10px;
color:rgb(231, 253, 29);
font-size:22px;
font-weight:600;
font-weight:bold;
}

.logo img{
height:50px;
width:auto;
background:rgba(255, 255, 255, 0);
padding:5px;
border-radius:6px;
display:block;
}

.logo span{
color:white;
font-weight:bold;
font-size:18px;
}

nav{
display:flex;
align-items:center;
gap:20px;
}

nav a{
color:white;
text-decoration:none;
margin:0 15px;
font-size:16px;
font-weight:500;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

nav a:hover{
color:rgb(240, 13, 13);
}

.donate-btn{
background:#0026ff;
padding:10px 18px;
border-radius:5px;
color:white;
text-decoration:none;
font-weight:bold;
}

.hero{
width:100%;
height:635px;   /* height kam kar di */
background-size:cover;
background-position:center;
background-repeat:no-repeat;
display:flex;
align-items:center;
justify-content:center;
color:rgb(255, 255, 255);
font-size:40px;
font-weight:bold;
}   

.container{
width:100%;
margin:auto;
padding:5px 0;
font-family:arial,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size:15px;
}

.gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gallery img{
width:100%;
border-radius:10px;
}



.activities{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}

.activity-box{
background:#cecfcfef;
padding:15px;
border-radius:10px;
text-align:center;
}

.activity-box img{
width:100%;
height:180px;
object-fit:cover;
border-radius:10px;
margin-bottom:10px;
}

.donate-section{
background:#3b4d49e1;
color:white;
text-align:center;
padding:40px;
}

.gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.activity-box{
background:#cecfcfef;
padding:15px;
border-radius:10px;
text-align:center;
}

.gallery img{
width:100%;
height:200px;
object-fit:cover;
border-radius:10px;
}

.contact-form{
max-width:500px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:10px;
border:1px solid #ccc;
border-radius:5px;
font-size:16px;
}

.contact-form button{
background:#ff6600;
color:white;
border:none;
padding:12px 20px;
font-size:16px;
border-radius:5px;
cursor:pointer;
transition:0.3s;
}

.contact-form button:hover{
background:#e65c00;
}

.contact-section{
display:flex;
gap:40px;
padding:60px 10%;
margin-top:40px;
flex-wrap:wrap;
background:rgba(8, 8, 8, 0.233);   /* transparent background */
border-radius:15px;

backdrop-filter:blur(10px);   /* glass blur effect */
-webkit-backdrop-filter:blur(10px);

border:1px solid rgb(5, 5, 5);

box-shadow:0 8px 32px rgba(0,0,0,0.15);
}

.contact-left{
flex:1;
font-size:18px;
color:#000000;   /* text color */
font-weight:bold;
font-size:25px;
min-width:300px;
font-family:'Times New Roman'
}

.contact-left h2{
color:#2600ff;
margin-bottom:20px;
font-weight:bold;
font-size:34px;
position:relative;
display:inline-block;
}

.contact-left p{
margin:10px 0;
font-size:16px;
color:#444;
}

.contact-left h2::after{
content:"";
position:absolute;
left:0;
bottom:-5px;
width:60px;
height:3px;
background:#ff6600;
transition:0.4s;
}

.contact-left h2:hover::after{
width:100%;
}

.contact-right{
flex:1;
min-width:300px;
background:#999898;   /* halka background color */
padding:30px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
color:#c91313;   /* text color */
font-weight:bold;
font-size:32px;
font-family:'Times New Roman'
}

.contact-right h2{
margin-bottom:20px;
color:#222;
}

.contact-form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border-radius:5px;
border:1px solid #ccc;
background:rgba(255,255,255,0.8);
font-size:15px;
}

.contact-form input:focus,
.contact-form textarea:focus{
border-color:#ff6600;
outline:none;
}

.contact-form button{
background:#ff6600;
color:white;
border:none;
padding:12px;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

.contact-form button:hover{
background:#e65c00;
}

.whatsapp-btn{
display:inline-block;
margin-top:15px;
background:#013815ea;
color:white;
padding:10px 15px;
border-radius:6px;
text-decoration:none;
font-size:16px;
}

.whatsapp-btn i{
margin-right:8px;
}

.map-section{
  width: 100vw;       /* viewport width ka 100% */
  height: 100vh;      /* viewport height ka 100% */
  margin: 0;          /* extra space remove karne ke liye */
  padding: 0;         /* extra padding remove karne ke liye */
  overflow: hidden;   /* scrollbars hide karne ke liye */
background:#f5f5f5;
text-align:center;
box-sizing:border-box;
}

.map-section iframe{
width:100%;
height:100%;
border:0;
border-radius:10px;
display:block;
}

h2{
text-align:center;
color:#ff6600;
font-weight:bold;
font-size:32px;
margin-bottom:20px;
}

h2::after{
content:"";
display:block;
width:60px;
height:3px;
background:#ff6600;
margin:8px auto;
transition:0.4s;
}

body{
margin:0;
padding:0;
overflow-x:hidden;
}

h2:hover::after{
width:120px;
}

.about-page{
background:url("../images/about-bg.jpg") center/cover no-repeat;
padding:80px 10%;
}

.about-page h1{
text-align:center;
color:rgb(247, 4, 4);
font-size:40px;
margin-bottom:60px;
}

.about-row{
display:flex;
align-items:center;
gap:40px;
margin-bottom:60px;
background:rgb(250, 248, 248);
padding:30px;
border-radius:10px;
animation:fadeUp 1s ease;
}

.about-row.reverse{
flex-direction:row-reverse;
}

.about-text{
flex:1;
font-size:17px;
line-height:1.8;
color:#333;
}

.about-text h2{
font-size:30px;
margin-bottom:15px;
color:#ff6600;
}

.about-image{
flex:1;
text-align:center;
}

.about-image img{
width:100%;
max-width:500px;
height:auto;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
transition:all 0.4s ease;
}

.about-image img:hover{
transform:scale(1.08);
box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.about-home-banner{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 10%;
background:#f4f6fb;
}

.about-home-text{
flex:1;
}

.about-home-text h1{
font-size:48px;
color:#3c3c6d;
margin-bottom:20px;
}

.about-home-text p{
font-size:18px;
color:#555;
max-width:500px;
line-height:1.6;
margin-bottom:20px;
}

.about-btn{
display:inline-block;
background:#3c5ccf;
color:white;
padding:12px 25px;
border-radius:25px;
text-decoration:none;
font-size:14px;
}

.about-home-image{
flex:1;
text-align:right;
}

.about-home-image img{
max-width:420px;
}

#typingText{
border-right:3px solid #ff6600;
padding-right:5px;
animation:blink 1s infinite;
}

@keyframes blink{
0%{border-color:transparent;}
50%{border-color:#ff6600;}
100%{border-color:transparent;}
}

.hero-slider{
position:relative;
width:100%;
height:80vh;
overflow:hidden;
}

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:1s;
}

.slide h1{
color:white;
font-size:40px;
background:rgba(0,0,0,0.4);
padding:20px 40px;
border-radius:10px;
}

.slide.active{
opacity:1;
}


/* Profile icon in header */
.profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/* Profile dropdown box */
.profile-box {
    position: absolute;
    top: 60px; /* header ke neeche */
    right: 10px;
    width: 250px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    display: none; /* hidden initially */
    z-index: 999;
}

.profile-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
}

.profile-box p {
    text-align: center;
    margin: 5px 0;
}

#logout-btn {
    display: block;
    width: 100%;
    padding: 8px 0;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    background: #2575fc;
    color: #fff;
    cursor: pointer;
}

.profile-menu{
position:relative;
margin-left:20px;
}

.profile-icon{
width:40px;
height:40px;
border-radius:50%;
cursor:pointer;
}

.dropdown-menu{
position:absolute;
right:0;
top:50px;
background:white;
width:200px;
padding:15px;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.2);
display:none;
}

.dropdown-menu a{
display:block;
margin:10px 0;
text-decoration:none;
color:#333;
}

/* HEADER FIX */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 8%;
background:#044068;
}

nav{
display:flex;
align-items:center;
gap:25px;
}

/* LOGO SIZE */

.logo img{
height:45px;
width:auto;
}

/* PROFILE ICON */

.profile-menu{
position:relative;
margin-left:20px;
}

.profile-icon{
width:35px;
height:35px;
border-radius:50%;
object-fit:cover;
cursor:pointer;
}

.dropdown-menu{
position:absolute;
right:0;
top:45px;
background:white;
width:200px;
padding:15px;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.2);
display:none;
}

.dropdown-menu a{
display:block;
margin:10px 0;
text-decoration:none;
color:#333;
}

.dropdown-menu button{
width:100%;
padding:8px;
border:none;
background:#2575fc;
color:white;
border-radius:6px;
cursor:pointer;
}


header{
position:fixed;
top:0;
z-index:1000;
}

.mobile-nav{
display:none;
}

@media (max-width:768px){

.mobile-nav{
display:flex;
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0a2239;
justify-content:space-around;
padding:10px 0;
}

.mobile-nav a{
color:white;
text-decoration:none;
font-size:14px;
}

}

/* ===== MOBILE FULL FIX ===== */

*{
box-sizing:border-box;
}

body{
margin:0;
padding:0;
overflow-x:hidden;
}

/* container fix */

.container{
width:100%;
padding:0 15px;
}

/* ===== HEADER FIX ===== */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 8%;
background:#0a2239;
flex-wrap:wrap;
}

/* logo */

.logo{
display:flex;
align-items:center;
gap:10px;
color:white;
font-weight:600;
}

.logo img{
height:55px;   /* size बढ़ाओ */
width:auto;
}

/* nav */

nav{
display:flex;
align-items:center;
gap:20px;
}

nav a{
color:white;
text-decoration:none;
font-size:15px;
}

/* ===== MOBILE FIX ===== */

@media (max-width:768px){

header{
flex-direction:row; /* IMPORTANT */
justify-content:space-between;
align-items:center;
}

.logo span{
font-size:14px;
}

/* menu hide by default */

nav{
display:none;
position:absolute;
top:70px;
left:0;
width:100%;
background:#0a2239;
flex-direction:column;
padding:15px;
}

/* show menu */

nav.active{
display:flex;
}

/* menu button */

.menu-toggle{
display:block;
font-size:22px;
color:white;
cursor:pointer;
}

}

/* ===== GLOBAL FIX ===== */
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html, body{
width:100%;
overflow-x:hidden; /* LEFT RIGHT SCROLL REMOVE */
}

/* ===== MOBILE & WIDTH FIX ===== */

/* Global Fix */
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html, body{
width:100%;
overflow-x:hidden;
}

/* Header Fix */
header{
width:100%;
max-width:100%;
overflow:hidden;
}

/* Sections Fix */
.container,
section,
.about-home-banner,
.contact-section{
width:100%;
max-width:100%;
overflow:hidden;
}

/* Image Fix */
img{
max-width:100%;
height:auto;
display:block;
}

/* Hero Fix */
.hero-slider{
width:100%;
overflow:hidden;
}

.slide{
width:100%;
background-size:cover;
background-position:center;
}

/* Mobile Fix */
@media (max-width:768px){

nav{
width:100%;
left:0;
right:0;
}

.mobile-nav{
width:100%;
left:0;
}

}

.menu-toggle{
display:none;
font-size:26px;
color:white;
cursor:pointer;
}


/* ===== HEADER DESIGN ===== */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 8%;
background:#0a2239;
color:white;
position:sticky;
top:0;
z-index:1000;
}

.logo{
display:flex;
align-items:center;
gap:10px;
}

.logo img{
height:45px;   /* size बढ़ाओ */
width:auto;
}

.logo span{
font-size:18px;
font-weight:600;
}

/* nav */

nav{
display:flex;
gap:20px;
align-items:center;
}

nav a{
color:white;
text-decoration:none;
font-size:15px;
transition:0.3s;
}

nav a:hover{
color:#fc0d0d;
}

/* login button */

.login-btn{
background:#2c14fd;
padding:6px 12px;
border-radius:5px;
}

/* menu icon */

.menu-toggle{
display:none;
font-size:22px;
cursor:pointer;
}

/* ===== MOBILE ===== */

@media (max-width:768px){

.menu-toggle{
display:block;
}

nav{
display:none;
flex-direction:column;
position:absolute;
top:60px;
left:0;
width:100%;
background:#0a2239;
padding:15px 0;
}

nav a{
padding:10px;
text-align:center;
width:100%;
}

nav.active{
display:flex;
}

}

/* ===== FULL PAGE HEIGHT FIX ===== */

body{
display:flex;
flex-direction:column;
min-height:100vh;
}

/* main content grow करेगा */

.container{
flex:1;
}



.gallery{
margin-bottom:40px;
}

/* ===== HEADER FIX (DESKTOP + MOBILE) ===== */

header{
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
padding:10px 15px;
background:#0a2239;
box-sizing:border-box;
}

/* LOGO SECTION */
.logo{
display:flex;
align-items:center;
gap:8px;
}

.logo img{
height:40px;
}

.logo span{
color:#fff;
font-size:16px;
font-weight:600;
white-space:nowrap;
}

/* MENU ICON */
.menu-toggle{
color:#fff;
font-size:22px;
cursor:pointer;
}

/* ===== MOBILE VIEW ===== */
@media (max-width:768px){

header{
padding:10px;
}

/* text hide in mobile */
.logo span{
display:none;
}

/* logo size mobile */
.logo img{
height:35px;
}

}

/* ===== DESKTOP MENU (NORMAL) ===== */
@media (min-width:769px){

.side-menu{
position:static;
width:auto;
height:auto;
background:none;
display:flex;
flex-direction:row;
gap:20px;
padding:0;
}

.side-menu a{
color:#000;
border:none;
font-weight:500;
}
.side-menu a:hover{
color:#fc2525;   /* hover blue */
}

}


/* ===== HEADER MENU COLOR FIX ===== */

/* Desktop + Mobile दोनों के लिए default */
.side-menu a,
#navMenu a{
color:#fff !important;   /* white text */
font-weight:500;
}

/* Hover effect */
.side-menu a:hover,
#navMenu a:hover{
color:#ff0000 !important;
}

/* Login button अलग दिखे */
.login-btn{
background:#2575fc;
color:#fff !important;
padding:8px 15px;
border-radius:6px;
}

/* Overlay */
.menu-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
display:none;
z-index:9998;
}

.menu-overlay.active{
display:block;
}


/* ===== ABOUT PAGE FIX ===== */

.about-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
margin:40px 0;
}

/* reverse (desktop के लिए) */
.about-row.reverse{
flex-direction:row-reverse;
}

/* image */
.about-image img{
width:100%;
max-width:400px;
height:auto;
}

/* text */
.about-text{
flex:1;
}

/* ===== MOBILE FIX ===== */
@media (max-width:768px){

.about-row{
flex-direction:column !important;   /* सबसे important */
text-align:center;
}

.about-row.reverse{
flex-direction:column !important;   /* reverse भी disable */
}

.about-image img{
max-width:100%;
margin-top:15px;
}

}

/* ===== FINAL HEADER FIX ===== */
header{
position:fixed !important;
top:0 !important;
left:0 !important;
width:100% !important;
z-index:99999 !important;
background:linear-gradient(135deg,#07070721,#1a4d8f,#1a4d8f);
}

/* body space ताकि content छुपे नहीं */
body{
padding-top:60px !important;
}

/* ===== FINAL GAP REMOVE (MOBILE) ===== */

@media (max-width:768px){

/* body space exact set */
body{
padding-top:60px !important;
margin:0 !important;
}

/* header height fix */
header{
height:60px !important;
}

/* first section को ऊपर खींचो */
.hero-slider{
margin-top:-60px !important;
padding-top:60px !important;
}
}

.premium-footer{
background:linear-gradient(135deg,#131312c4,#011529);
color:#b7b8ee;
padding:50px 0 20px;
}

.footer-container{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
gap:30px;
padding:0 20px;
flex-wrap:wrap;
}

.footer-left,
.footer-center,
.footer-right{
flex:1;
min-width:250px;
}

.footer-left p,
.footer-center p{
color:oklch(93.08% 0.20072 108.528);
font-size:14px;
}

.footer-menu{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:10px;
}

.footer-menu a{
color:#ccc;
text-decoration:none;
}

.social-icons{
display:flex;
gap:10px;
margin-top:10px;
}

.social-icons a{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,0.1);
border-radius:50%;
color:#fff;
}

.footer-bottom{
text-align:center;
margin-top:20px;
color:#aaa;
}

@media (max-width:768px){
.footer-container{
flex-direction:column;
text-align:center;
}

.social-icons{
justify-content:center;
}
}

.footer-bottom{
width:100%;
background:#0a2239;   /* header jaisa color */
color:#fff;
text-align:center;
padding:15px 10px;
font-size:14px;
position:relative;
left:0;
bottom:0;
}

body{
margin:0;
padding:0;
}

.footer-bottom{
margin:0;
}

/* ===== SOCIAL ICON ORIGINAL COLORS ===== */

.fa-youtube{
color:#FF0000;
}

.fa-instagram{
color:#E1306C;
}

.fa-facebook{
color:#1877F2;
}

.fa-twitter{
color:#1DA1F2;
}

/* ===== CONTACT ICON COLORS ===== */

.fa-phone{
color:#25D366;   /* WhatsApp green type */
}

.fa-envelope{
color:#EA4335;   /* Gmail red */
}

/* ===== ICON HOVER EFFECT ===== */

.social-icons a:hover i{
transform:scale(1.2);
transition:0.3s;
}

/* ===== FOOTER MENU HOVER ===== */

.footer-menu a{
color:#f85058;
transition:0.3s;
font-family: 'Times New Roman', Times, serif;
}

.footer-menu a:hover{
color:#10066e;
background:#ff6600;
padding:5px 10px;
border-radius:4px;
}

/* ===== GLASS EFFECT SOCIAL ICONS ===== */

.social-icons a{
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;

/* GLASS EFFECT */
background:rgba(255,255,255,0.08);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,0.2);

transition:0.3s;
font-size:18px;
}

/* ===== DEFAULT ICON ===== */
.social-icons a i{
transition:0.3s;
}

/* ===== HOVER GLASS + GLOW ===== */
.social-icons a:hover{
transform:translateY(-5px) scale(1.1);
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

/* ===== ICON WISE COLORS ===== */

/* YouTube */
.social-icons a:hover .fa-youtube{
color:#FF0000;
text-shadow:0 0 10px #FF0000;
}

/* Instagram */
.social-icons a:hover .fa-instagram{
color:#E1306C;
text-shadow:0 0 10px #E1306C;
}

/* Facebook */
.social-icons a:hover .fa-facebook{
color:#1877F2;
text-shadow:0 0 10px #1877F2;
}

/* Twitter */
.social-icons a:hover .fa-twitter{
color:#1DA1F2;
text-shadow:0 0 10px #1DA1F2;
}

/* Phone */
.social-icons a:hover .fa-phone{
color:#25D366;
text-shadow:0 0 10px #25D366;
}

/* Email */
.social-icons a:hover .fa-envelope{
color:#EA4335;
text-shadow:0 0 10px #EA4335;
}


@media (max-width:768px){

.activities{
grid-template-columns:1fr;   /* 1 column */
gap:15px;
padding:0 10px;
}

.activity-box{
width:100%;
}

}

@media (max-width:768px){

.gallery{
grid-template-columns:1fr;
gap:10px;
padding:0 10px;
}

}


body{
overflow-x:hidden;
}

/* ===== SERVICE CARD ===== */

.activity-box{
background:#f1f1f1;
padding:20px;
border-radius:15px;
text-align:center;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* hover effect */
.activity-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* image */
.activity-box img{
width:100%;
height:180px;
object-fit:cover;
border-radius:12px;
margin-bottom:15px;
}

/* title */
.activity-box h3{
font-size:20px;
margin-bottom:10px;
}

/* description */
.service-desc{
font-size:14px;
color:#444;
margin-bottom:10px;
}

.service-list{
display:flex;
flex-direction:column;
gap:8px;
margin-top:10px;
}

.service-item{
display:flex;
align-items:center;
justify-content:flex-start;
gap:10px;
}

.service-item .icon{
width:24px;
text-align:center;
font-size:18px;
}

.service-item .text{
font-size:14px;
text-align:left;
}

/* ===== MOBILE FIX ===== */
@media (max-width:768px){

.activity-box{
padding:15px;
}

.activity-box img{
height:160px;
}

.activity-box h3{
font-size:18px;
}

.service-desc{
font-size:13px;
}

}

/* ===== MOBILE SIDE MENU FINAL ===== */

@media (max-width:768px){

/* menu button */
.menu-toggle{
display:block;
font-size:24px;
color:white;
cursor:pointer;
}

/* overlay */
.menu-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
display:none;
z-index:9998;
}

.menu-overlay.active{
display:block;
}

/* side menu */
#navMenu{
position:fixed;
top:9;
left:-200px;   /* hidden */
width:180px;   /* 👉 SIZE SMALL */
height:fit-content;
background:#0a2239;
display:flex;
flex-direction:column;
padding-top:70px;
transition:0;
z-index:9999;
border-radius:0 10px 10px 0; /* thoda stylish */
}

#navMenu.active{
left:0;
}

/* menu links */
#navMenu a{
padding:12px 15px;   /* chota spacing */
font-size:14px;
}

#navMenu a:hover{
background:#ff6600;
padding-left:20px;   /* slide effect */
transition:0.3s;
}

}