:root{
  --bg:#ffffff;
  --text:#0d0d0d;
  --muted:#555555;
  --brand:#ff6600;
  --accent:#ff944d;
  --ring: 255,102,0;
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  margin:0;
  font-family:"Poppins","Noto Sans Devanagari", sans-serif;
  color:var(--text);
  line-height:1.6;
  padding-top: 80px;
  scroll-behavior:smooth;
}
p{text-align: justify !important;}
/* Header */
.header {
  position: fixed; top:0; left:0; right:0;
  height:80px; z-index:1000;
  backdrop-filter: saturate(1.5) blur(10px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom:2px solid var(--brand);
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
.container{max-width:1200px; margin:0 auto; padding:0 20px}
.nav{display:flex; align-items:center; justify-content:space-between; height:80px;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--text)}
.brand img{height:50px; border-radius:12px;}
.menu{display:flex; gap:18px}
.menu a{color:var(--text); text-decoration:none; font-weight:600; font-size:.95rem; opacity:.9}
.menu a:hover{opacity:1; color:var(--brand); text-decoration:underline; text-underline-offset:4px}
.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text);}
@media(max-width:640px){
  .menu-toggle{
    display:block;
    position: relative;
    z-index: 1001; /* बटन ऊपर रहे */
  }
  .menu{
    display:none; 
    position:absolute;
    top:80px;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    border-top:1px solid var(--brand);
    padding:10px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999; /* मेनू कंटेंट के ऊपर दिखे */
  }
  .menu.show{
    display:flex !important; /* Force display when class is added */
  }
}
/* Hero */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

@media(max-width:640px){
.hero-text {
  position: absolute;
  bottom: 2%;        /* अब text image के नीचे से ऊपर आएगा */
  left: 48%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.btn{border:0; cursor:pointer; padding:4px 6px; border-radius:14px; font-weight:700;
  background:linear-gradient(90deg,var(--brand),var(--accent)); color:#fff;}
}

@media(min-width:640px){
.hero-text {
  position: absolute;
  bottom: 10%;        /* अब text image के नीचे से ऊपर आएगा */
  left: 48%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.btn{border:0; cursor:pointer; padding:7px 10px; border-radius:14px; font-weight:800;
  background:linear-gradient(90deg,var(--brand),var(--accent)); color:#fff;}
}

.btn.secondary{background:transparent; color:#161515; border:2px solid #fff;}
/* Sections */
section{padding:40px 20px;}
.section-head{margin-bottom:20px;}
.section-title{font-weight:800; font-size:clamp(22px,2.6vw,36px)}
.section-desc{color:var(--muted); max-width:800px;}
/* Alternating background */
#about{background:rgba(255,102,0,0.05);}
#vision{background:rgba(255,102,0,0.10);}
#mission{background:rgba(255,102,0,0.15);}
#network{background:rgba(255,102,0,0.20);}
#contact{background:rgba(255,102,0,0.25);}
#partners{background:rgba(255,102,0,0.30);}
/* About */
.about{display:grid; grid-template-columns:0.9fr 1.1fr; gap:28px; align-items:stretch;}
.prose{background:#fff; border:2px solid var(--brand); padding:24px; border-radius:18px;}
.grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.card{background:#fff; border:2px solid var(--brand); border-radius:18px; padding:18px; text-align:center; transition:.3s;}
.card:hover{transform:translateY(-6px); box-shadow:0 6px 16px rgba(0,0,0,0.15);}
.card img{height:70px; object-fit:contain;}
/* Mission */
.mission{display:grid; grid-template-columns:repeat(5,1fr); gap:18px;}
.mission li{list-style:none; background:#fff; border:2px solid var(--brand); border-radius:16px; padding:16px; text-align:center; transition:.3s;}
.mission li:hover{transform:scale(1.05);}
.mission img{width:100%; border-radius:20%; margin-bottom:5px;}
/* Partners */
.vision{background:#fff; border:2px solid var(--brand); padding:28px; border-radius:22px;}
.vision q{font-size:clamp(18px,2vw,24px); font-weight:700}




/* Jan Rojgar Network buttons fix */

/* Network Section */
#network {
  background: url('banner.png') center/cover no-repeat; /* अपनी image का नाम दे */
  color: #fff;
  position: relative;
  overflow: hidden;
}

#network::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55); /* हल्का dark overlay */
  z-index: 0;
}

#network .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

#network .section-title {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.5);
  letter-spacing: 1px;
}

#network .section-desc {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #f1f1f1;
}

#network h3 {
  font-size: 1.6rem;
  color: #ffddbb;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

#network .subtitle {
  font-size: 1rem;
  color: #f5f5f5;
}

#network .cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media(max-width:640px){
  #network .cta {
    flex-direction: column;   /* niche niche aa jayenge */
    align-items: center;      /* center me align */
  }
  #network .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

@media(max-width:1024px){
  .about,.cta-band{grid-template-columns:1fr}
  .mission{grid-template-columns:repeat(2,1fr)}
  .grid{grid-template-columns:repeat(2,1fr)}
  .partners-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .mission{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .partners-grid{grid-template-columns:1fr;}
}


form.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(30%,1fr));
  gap: 20px;
}


form.grid .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Other CSS for your form */

@media (max-width: 768px) {
  form.grid {
    /* This will make each grid item take up 100% of the width, stacking them vertically */
    grid-template-columns: 1fr;
    gap: 15px; /* You can also adjust the gap for mobile view */
  }
}

form input,
form textarea {
  padding: 12px 14px;
  border: 1.8px solid var(--brand);
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
}

form input:focus,
form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--ring),0.2);
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 2px 0;
}
footer .footer-left, 
footer .footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}




#scrollTopBtn {
    position: fixed;
    bottom: 90px; /* Thoda upar, WhatsApp button ke neeche */
    right: 20px;
    z-index: 1000;
    font-size: 24px;
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background 0.3s;
}
#scrollTopBtn:hover {
    background-color: #e65c00;
}

/* WhatsApp Button */
#whatsappBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background 0.3s;
}
#whatsappBtn:hover {
    background-color: #1ebe57;
}

.message-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.msg-left, .msg-right {
    flex: 1 1 45%;
    min-width: 280px;
}

.chairman-img {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

@media(max-width:768px){
    .message-box {
        flex-direction: column;
        text-align: center;
    }
    .msg-right {
        margin-top: 20px;
    }
}

/* =========================
   WHITE FOOTER DESIGN
========================= */
footer {
    background: #ffffff;
    padding: 10px 10px;
    border-top: 3px solid var(--brand); /* top highlight */
    box-shadow: 0 -5px 15px rgba(0,0,0,0.08); /* upar shadow */
}

/* Container */
footer .container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */
footer h4 {
    color: var(--brand);
    font-weight: 700;
}

/* Address text */
.footer-address {
    color: #444;
    line-height: 1.7;
}

/* Social icons */
.footer-right a {
    width: 40px;
    height: 40px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: 0.3s;
}

.footer-right a:hover {
    background: var(--brand);
    color: #fff;
    transform: scale(1.1);
}

/* Bottom line */
footer div:last-child {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 15px;
    color: #777;
}