/* styles.css - Gram Panchayat Kashid */
:root{
  --accent:#91a5a0;
  --muted:#666;
  --bg:#f6f8f7
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0
}

html,body{height:100%
}

body {
  margin:0;
  font-family:'Times New Roman', Times, serif;
}

/* टॉप बार */
.top-bar {
  background-color: #0a1448;
  color: #fff;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.top-bar .right-text i {
  margin-right: 5px;
  color: #ffcc00;
}

.top-bar select {
  background: white;
  border: none;
  border-radius: 4px;
  padding: 3px 5px;
  margin-left: 10px;
}

/* मुख्य हेडर */
.main-header {
 
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  position: relative;
  /*background: #ECFCCA;*/
  background: url('assets/back.jpg') no-repeat center center/cover;
  height: auto;
  
  text-align: center;
  padding: 60px 20px;
}

.header-content {
  
 
  justify-content: space-between;
  align-items: center;
}

.gov-logo {
  width: 90px;
  justify-content: left;

}

.title-text {
  text-align: center;

}
@import url('https://fonts.googleapis.com/css2?family=Samarkan&display=swap');
@import url("https://fonts.googleapis.com/css?family=Tiro+Devanagari+Marathi");
.title-text h1 {
 /*
  color: #1b7500;
  font-size: 4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  */
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 48px;
  color: #1b59ce; /* पिवळा रंग */
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.title-text p {
  color: #1e31d9;
  font-weight: bold;
  margin: 0;
}

.digital-logo {
  width: 100px;
}

/* नेव्हिगेशन मेनू */
.navbar {
  background-color: #08113d;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar li {
  margin: 0 10px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  padding: 12px 15px;
  display: block;
  font-size: 15px;
  transition: background 0.3s;
}

.navbar a:hover {
  background-color: #004fa3;
  border-radius: 5px;
}

/* सूचना पट्टी */
.notice-bar {
  background-color: #fff4d4;
  color: #4a3b00;
  padding: 10px 20px;
  border-top: 1px solid #e0c26b;
  font-size: 15px;
}

.notice-bar i {
  color: #d68c00;
  margin-right: 5px;
}

.container{
  max-width:1100px;
  margin:0 auto;
  padding:10px
}

header{
  background:linear-gradient(90deg,var(--accent),#2b8f7a);
  color:#fff;
  padding:14px 12px
}

header .top{
  display:flex;
  align-items:center;
  justify-content:space-between
}

.logo{
  font-weight:800;
  font-size:20px
}

nav ul{
  list-style:none;
  display:flex;
  gap:10px;
  align-items:center
}

nav a{
  color:#fff;
  text-decoration:none;
  padding:8px 12px;
  border-radius:6px;
  font-weight:600
}

nav a:hover{
  background:rgba(255,255,255,0.08)
}

.hero{
  padding:30px 0;
  background:linear-gradient(180deg,rgba(0,0,0,0.03),transparent)
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px
}

.card{
  background:#fff;
  padding:16px;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,0.05)
}

.btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  border:none
}

.footer{
  background:#1b1b1b;
  color:#ddd;
  padding:18px;
  text-align:center;
  margin-top:30px;
  font-size:14px
}

.contact-list{
  list-style:none;
  padding:0;
  margin:0
}

.contact-list li{
  margin:8px 0;
  color:#333
}

.table{
  width:100%;
  border-collapse:collapse
}

.table th,.table td{
  padding:8px;
  border:1px solid #e6e6e6;
  text-align:left
}

.form-row{
  margin-bottom:10px
}

.input, .textarea, .select{
  width:100%;
  padding:8px;
  border:1px solid #ddd;
  border-radius:6px
}

.textarea{
  min-height:100px
}

.muted{
  color:var(--muted)
}

/* Responsive */
@media(max-width:800px){
  nav ul{display:none}
  header .top{flex-direction:column;gap:10px;align-items:flex-start}
}
@media(max-width:500px){
  .grid{grid-template-columns:1fr}
}



.officers-section {
  text-align: center;
  padding: 40px 20px;
  background-color:#b5ca7c8e;
}

.section-title {
  color: #0078ff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.officer-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.officer-card {
  background-color: #cde3f6;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 280px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.officer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.officer-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #79b2f2;
  margin-bottom: 16px;
}

.officer-name {
  color: #002b5c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.officer-role {
  color: #0b407a;
  font-size: 15px;
  margin-bottom: 8px;
}

.officer-contact {
  color: #1b1b1b;
  font-size: 14px;
  background-color: #e7f1fb;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .officer-container {
    flex-direction: column;
    align-items: center;
  }

  .officer-card {
    width: 90%;
  }
}




/*------------------------------------------ services -------------------------------------------*/

/* ====== सेवांचे कार्ड्स (photo like) ====== */
.services-section {
  padding: 26px 18px;
  background: transparent;
}

.services-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 6px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

/* कार्ड*/
.service-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#ffffff;
  border-radius:12px;
  padding:22px 12px;
  box-shadow: 0 6px 18px rgba(15,15,15,0.06);
  transition: transform .18s ease, box-shadow .18s ease;
  color:#2b2b2b;
  min-height:110px;
  border: 1px solid rgba(0,0,0,0.03);
}

/* hover */
.service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(15,15,15,0.12);
}

/* आयकॉन */
.service-card .icon{
  font-size:30px;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  color:#f36c00; /* संतरी/नारंगी */
  margin-bottom:10px;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  box-shadow: 0 6px 12px rgba(243,108,0,0.06);
}

/* लेबल */
.service-card .label{
  font-family: 'Noto Sans Devanagari', TiroDevanagari, sans-serif;
  font-size:15px;
  font-weight:600;
  text-align:center;
  line-height:1.2;
  color:#222;
}

/* Responsive */
@media (max-width: 1000px){
  .services-grid { grid-template-columns: repeat(3,1fr); gap:14px; }
}
@media (max-width: 720px){
  .services-grid { grid-template-columns: repeat(2,1fr); gap:12px; }
  .service-card { padding:18px 8px; min-height:100px; }
}
@media (max-width: 420px){
  .services-grid { grid-template-columns: 1fr; gap:12px; }
  .service-card .icon { width:48px; height:48px; font-size:24px; }
  .service-card .label { font-size:15px; }
}


/*------------------------------------------wether-----------------------------------------------*/

.live-updates {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: linear-gradient(to right, #e0f7fa, #fff);
  padding: 40px 20px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 1100px;
}

.weather-box, .news-box {
  flex: 1 1 45%;
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.weather-box h2, .news-box h2 {
  color: #004aad;
  text-align: center;
  margin-bottom: 15px;
}

#news-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #333;
  line-height: 1.6;
}

@media(max-width:768px){
  .live-updates {
    flex-direction: column;
    align-items: center;
  }
  .weather-box, .news-box {
    width: 90%;
    margin-bottom: 20px;
  }
}

.news-ticker {
  background: linear-gradient(to right, #004aad, #007bff);
  color: #fff;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  font-family: 'Noto Sans Devanagari', sans-serif;
  margin-bottom: 20px;
}

.news-ticker h2 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #ffeb3b;
}

.news-ticker marquee {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.news-ticker span {
  margin-right: 60px;
}

.news-ticker span::before {
  content: "🗞️ ";
}



/*-------------------------------------poulation------------------------------------------------*/

.population-section {
  text-align: center;
  padding: 40px 20px;
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.section-title {
  font-size: 28px;
  color: #0078ff;
  font-weight: 700;
  margin-bottom: 40px;
}

.population-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.pop-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 220px;
  padding: 25px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.pop-icon {
  font-size: 40px;
  color: #0078ff;
  margin-bottom: 10px;
}

.pop-number {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 5px 0;
}

.pop-label {
  font-size: 15px;
  color: #333;
}

/* Responsive design */
@media (max-width: 700px) {
  .population-cards {
    flex-direction: column;
    align-items: center;
  }

  .pop-card {
    width: 90%;
    max-width: 300px;
  }
}

/* गॅलरी कंटेनर */
.gallery-container {
  text-align: center;
  background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

/* इमेज गॅलरी */
.gallery {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* प्रत्येक इमेज */
.gallery img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* "See More" बटण */
.see-more {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.see-more:hover {
  background-color: #0056b3;
}

.footer {
  background: linear-gradient(135deg, #003b7a, #004fa3);
  color: white;
  padding: 50px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-section {
  flex: 1 1 300px;
  min-width: 250px;
}

.footer-section h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: center;
}

.underline {
  width: 70px;
  height: 3px;
  margin-bottom: 15px;
  text-align: left;
}

.green { background-color: #00c37a; }
.orange { background-color: #ff6f00; }

.footer-section p, .footer-section a, .footer-section li {
  font-size: 15px;
  line-height: 1.7;
  color: #e2e6ea;
  text-decoration: none;
  text-align: left;
}

.footer-section a:hover {
  color: #00e0ff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  color: white;
  margin-right: 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #00e0ff;
}

.contact-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items:center;
  gap: 10px;
}

.contact-box i {
  font-size: 18px;
  color: #00e0ff;
}



                                   /*   padadhikari page style */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@600;700&display=swap');

.bodyp {
  margin: 0;
  background: radial-gradient(circle at top, #3b3b3b, #1c1c1c);
  font-family: 'Noto Sans Devanagari', sans-serif;
} 

.section-heading {
  text-align: center;
  padding: 50px 20px 20px;
  color: white;
}

.section-heading h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-heading p {
  font-size: 16px;
  color: #ddd;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.officials-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.official-card {

  position: relative;
  width: 200px;
  background: linear-gradient(90deg, #ffcc33, #ff9900);
  border-radius: 20px;
  padding: 60px 10px 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  
}

.official-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}

.profile-image {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.official-card img {

   width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;

}

.official-card h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #2b2b2b;
}

.official-card p {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 10px;
}

.call-btn {
  display: inline-block;
  background-color: #06b6d4;
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.call-btn:hover {
  background-color: #0891b2;
}

                          /* staff */



.members-section {
  text-align: center;
  padding: 40px 20px;
}

.members-section h2 {
  color: white;
  font-size: 26px;
  margin-bottom: 30px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.member-card {
  position: relative;
  width: 200px;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 12px;
  padding: 60px 10px 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* फोटो */
.member-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

/* नाव */
.member-card h3 {
  margin-top: 40px;
  font-size: 17px;
  color: #0a2e5d;
  font-weight: 700;
}

/* पद */
.member-card p {
  margin: 5px 0;
  font-size: 14px;
  color: #444;
}

/* मोबाईल नंबर */
.member-card span {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #004aad;
}                          

/* ---------------------------gpstaff -----------------------------------------------------*/


.staff-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.staff-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  padding: 20px;
  border-radius: 10px;
}

.staff-card {
  position: relative;
  width: 200px;
  background-image: linear-gradient(to top, #ebc0fd 0%, #d9ded8 100%);
  border-radius: 12px;
  padding: 60px 10px 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.staff-card img {
 width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.staff-card h3 {
  font-size: 18px;
  color: #333;
  margin: 5px 0;
}

.staff-card p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.staff-card span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: #1c64f2;
}



/* -------------------------------------------- गाव माहिती ------------------------------------------------*/


.village-section {
  max-width: 950px;
  margin: 50px auto;
  background: #f9fbff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}

.village-section h2 {
  text-align: center;
  color: #0066cc;
  font-size: 28px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.village-section h2 img {
  width: 35px;
  height: 35px;
}

.history, .development {
  background: #fff;
  border-left: 5px solid #0066cc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.history h3 {
  color: #003366;
  margin-top: 0;
  font-size: 18px;
}

.village-section p {
  color: #333;
  line-height: 1.8;
  font-size: 15px;
  text-align: justify;
}

@media (max-width: 768px) {
  .village-section {
    padding: 20px;
  }

  .village-section h2 {
    font-size: 22px;
  }

  .village-section p {
    font-size: 14px;
  }
}


/* ------------------------------------- ग्रामपंचायत सर्वसाधारण माहिती -----------------------------------*/


.gp-info {
  max-width: 1100px;
  margin: 40px auto;
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gp-info h2 {
  color: #0056c9;
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}

/* Grid Layout */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

/* Individual Card */
.info-card {
  background: #e9f2ff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 22px;
  color: #007bff;
  display: inline-block;
  margin-right: 8px;
}

.info-card h4 {
  font-size: 16px;
  margin: 8px 0 4px;
  color: #003366;
}

.info-card p {
  font-size: 15px;
  color: #222;
  background: #f4f8ff;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
}

@media (max-width: 768px) {
  .gp-info h2 {
    text-align: center;
  }
}


/* --------------------------------------  भौगोलिक क्षेत्र ----------------------------------------------*/


/* Section Container */
.geo-section {
  max-width: 1100px;
  margin: 40px auto;
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  padding: 25px 30px;

  
}

/* Heading */
.geo-section h2 {
  color: #004aad;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
  
  
}

/* Table */
.geo-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 15px;
  background: #f8fbff;
  border-radius: 10px;
  overflow: hidden;
}

/* Header Row */
.geo-table thead tr {
  background-color: #e7f1ff;
  color: #004aad;
}

.geo-table th, .geo-table td {
  padding: 14px 10px;
  border: 1px solid #cddff7;
}

/* Row Hover Effect */
.geo-table tbody tr:hover {
  background-color: #eef5ff;
  transition: 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .geo-table thead {
    display: none;
  }

  .geo-table, .geo-table tbody, .geo-table tr, .geo-table td {
    display: block;
    width: 100%;
  }

  .geo-table tr {
    margin-bottom: 15px;
    border: 1px solid #cddff7;
    border-radius: 8px;
    background: #f8fbff;
    padding: 10px;
  }

  .geo-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .geo-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 10px;
    color: #004aad;
    font-weight: bold;
    text-align: left;
  }
}


/* --------------------------------------------   लोकसंख्या  -----------------------------------------*/

.population-section {
  max-width: 1100px;
  margin: 40px auto;
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

/* Heading */
.population-section h2 {
  color: #004aad;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

/* Table */
.population-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 15px;
  background: #f8fbff;
  border-radius: 10px;
  overflow: hidden;
}

/* Header Row */
.population-table thead tr {
  background-color: #e7f1ff;
  color: #004aad;
}

.population-table th, .population-table td {
  padding: 12px 10px;
  border: 1px solid #d4e2f8;
}

/* Different background colors for each header */
.population-table th:nth-child(1) {
  background-color: #e7f1ff;
}
.population-table th:nth-child(2) {
  background-color: #e0f0ff;
  color: #0072ff;
}
.population-table th:nth-child(3) {
  background-color: #fbe7f1;
  color: #e61e6e;
}
.population-table th:nth-child(4) {
  background-color: #e5f6e5;
  color: #007c2e;
}

/* Hover Effect */
.population-table tbody tr:hover {
  background-color: #eef5ff;
  transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .population-table thead {
    display: none;
  }

  .population-table, .population-table tbody, .population-table tr, .population-table td {
    display: block;
    width: 100%;
  }

  .population-table tr {
    margin-bottom: 12px;
    border: 1px solid #d4e2f8;
    border-radius: 8px;
    background: #f8fbff;
    padding: 10px;
  }

  .population-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .population-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 10px;
    color: #004aad;
    font-weight: bold;
  }
}


/* ----------घनकचरा व्यवस्थापन-----------------------------------सांडपाणी व्यवस्थापन (100 टक्के)-----------------------*/



/* Section layout */
.management-section {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Each card */
.management-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  flex: 1 1 48%;
  padding: 20px 25px;
  min-width: 300px;
}

/* Heading */
.management-card h2 {
  color: #004aad;
  font-size: 18px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* List */
.management-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.management-card li {
  border-bottom: 1px dashed #d5e2f9;
  padding: 8px 0;
  color: #222;
  font-size: 15px;
}

.management-card li:last-child {
  border-bottom: none;
}

.management-card strong {
  color: #004aad;
}

/* Responsive */
@media (max-width: 768px) {
  .management-section {
    flex-direction: column;
  }
}


/*-----------------------------------*********----------------------------------------*/




.progress-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0b132b;
  padding: 60px 0;
  border-radius: 10px;
  margin: 30px auto;
  width: 90%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.loader {
  position: relative;
  text-align: center;
}

svg {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
}

circle.bg {
  stroke: #23395d;
}

circle.progress {
  stroke: #00c6ff;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 1s ease;
}

.percent {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #00c6ff;
  text-shadow: 0 0 10px #00c6ff;
}

/* 🔹 Hover Glow Effect */
.glow-text {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #a0a0a0;
  transition: all 0.3s ease;
}

.glow-text:hover {
  color: #00c6ff;
  text-shadow: 0 0 15px #00c6ff, 0 0 25px #00c6ff;
  transform: scale(1.05);
}


/* --------------------------------------kar sankalan -------------------------------------------*/

 @import url('https://fonts.cdnfonts.com/css/ncl-kemgor');
 
                

.kar{
   margin: 0;
  font-family: 'Noto Sans Devanagari', sans-serif;
  background: var(--bg);
  color: #222;
  text-align: center;
}

/* शीर्षक */
.site-header {
  padding: 30px 12px 6px;
  
}
.site-header h1 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  color:#423fc4;
  font-size: 60px;
}
.subtitle {
  color: var(--green);
  font-weight: 500;
}

/* कार्ड विभाग */
.container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.icon {
  font-size: 40px;
  color: var(--green);
}
.card h2 {
  margin: 10px 0;
}
.card p {
  color: #444;
}
.btn {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
}
.btn:hover {
  background: var(--accent-dark);
}

/* नोट */
.note {
  color: red;
  margin-top: 25px;
  font-size: 14px;
}

/* Popup */
.popup-bg {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.popup {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: white;
  padding: 25px;
  border-radius: 10px;
  width: 350px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #555;
  cursor: pointer;
}
.field {
  margin-bottom: 12px;
}
.field input,
.field textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.field input.error {
  border-color: var(--danger);
}
.form-actions {
  text-align: center;
  margin-top: 10px;
}
.qr-box img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.qr-desc {
  text-align: center;
}
.wh-btn {
  background: #25D366;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
}
.wh-btn:hover {
  background: #1da955;
}
.fa-house{
  font-size: 100px;
  color: red;
}



