/* Custom Fonts (optional: for a look closer to Marathi govt sites) */
 @import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Marathi:wght@400;700&display=swap'); 


 /* Apply the font to headings, text, and common elements */
h1, h2, h3, h4, h5,
p,
div,
span {
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Optional: improve readability */
body {
    font-family: 'Noto Sans Devanagari', sans-serif;
    line-height: 1.55;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

/* --- General Styles --- */
/* body {
font-family: 'Hind', sans-serif;
    color: #333;
    font-family: 'Poppins', sans-serif ;


} */

.smart-header {
  font-family: 'Noto Sans Devanagari', sans-serif;
  position: relative;
  z-index: 1000;
}

/* 🔹 Topbar */
.topbar {
  background: linear-gradient(90deg, #36aa4c, #36aa4c, #36aa4c);
  color: #fff;
  font-size: 0.72rem;
  animation: gradientMove 8s infinite alternate ease-in-out;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.gp-title {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.contact-item i {
  color: #36aa4c;
  margin-right: 6px;
}
.contact-item {
  color: #f8f9fa;
  font-weight: 500;
}

/* 🔹 Social Icons */
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.7rem;
  margin-left: 6px;
  transition: all 0.3s ease;
}
.social-links a.facebook { background-color: #3b5998; }
.social-links a.twitter { background-color: #1da1f2; }
.social-links a.linkedin { background-color: #0077b5; }
.social-links a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 50%, #d6249f 75%, #285AEB 100%);
}
.social-links a:hover {
  transform: scale(1.15);
  filter: brightness(1.1);
}

/* 🔹 Navbar */
.main-navbar {
  background: #fff;
  /*border-top: 3px solid #004aad;*/
  transition: all 0.3s ease;
}
.main-navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 1001;
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.main-navbar .nav-link {
  color: #333;
  font-weight: 600;
  padding: 0.9rem 1.3rem;
  transition: all 0.3s ease;
  position: relative;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: #36aa4c;
}
.main-navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #36aa4c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after {
  width: 60%;
}

/* 🔹 Mobile Menu */
.navbar-toggler {
  border: none;
  color: #004aad;
  font-size: 1.4rem;
}
.offcanvas {
  background-color: #f8f9fa;
}
.offcanvas-title {
  color: #004aad;
  font-weight: 700;
}
.offcanvas-body .nav-link {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}
.offcanvas-body .nav-link:hover {
  background: #004aad;
  color: #fff;
}

/* 🔹 Responsive */
@media (max-width: 991px) {
  .topbar { display: none; }
  .navbar-brand { font-size: 1.1rem; }
}





/* ========================================================================== */



.hero-slide {
  height: 70vh;
  min-height: 450px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 40px;
  border-radius: 12px;
}

.hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.hero-subheading {
  font-size: 1.2rem;
  color: #f5f5f5;
}




/* SECTION BACKGROUND */
.members-section {
  background: linear-gradient(135deg, #e8f5e9, #e3f2fd);
  padding: 60px 0;
}

/* Heading */
.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1b4b72;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #2e7d32;
  margin-top: 5px;
}

/* Glassmorphism Card */
.member-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
  padding-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Hover Elevation */
.member-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Image Styling */
.member-img-wrapper {
  overflow: hidden;
  height: 270px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Image Zoom */
.member-card:hover .member-image {
  transform: scale(1.15);
}

/* Name */
.member-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 18px;
  color: #0d3c61;
}

/* Position */
.member-position {
  font-size: 1.1rem;
  color: #1b5e20;
  margin-top: 5px;
  font-weight: 500;
}


 

 
/* --- Gram Panchayat Info Section Styles --- */
/* Section Background */
.grampanchayat-info {
  background: linear-gradient(180deg, #fbfffb 0%, #effff2  100%);
  position: relative;
  overflow: hidden;
}

/* Text Section */
.info-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease;
}

.subtitle {
  font-size: 1rem;
  color: #36aa4c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #2e2e2e;
  margin-bottom: 25px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #36aa4c;
  border-radius: 2px;
  margin-top: 8px;
}

.description-text {
  color: #444;
  line-height: 1.8;
  font-size: 1.1rem;
  text-align: justify;
  margin-bottom: 30px;
}

/* Button */
.btn-info-more {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #ffca28, #36aa4c);
  color: #222;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.3);
  transition: all 0.3s ease;
}

.btn-info-more:hover {
  background: linear-gradient(135deg, #ffc107, #ffa000);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

/* Image Stack (Floating Design) */
.image-stack {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-bg {
  position: absolute;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 202, 40, 0.15), transparent);
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}

.floating-card {
  position: absolute;
  width: 65%;
  transition: transform 0.6s ease, box-shadow 0.4s ease;
}

.floating-card img {
  width: 100%;
  border-radius: 20px;
}

.card-1 {
  top: 0;
  left: 10%;
  transform: rotate(-0deg);
}

.card-2 {
  bottom: 0;
  right: 10%;
  transform: rotate(6deg);
}

.floating-card:hover {
  transform: scale(1.05) rotate(0deg);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .grampanchayat-info {
    padding: 3rem 1rem;
  }
  .image-stack {
    height: auto;
    flex-direction: column;
  }
  .floating-card {
    position: relative;
    width: 90%;
    transform: none;
    margin-bottom: 20px;
  }
  .floating-bg {
    display: none;
  }
  .section-title {
    font-size: 2rem;
  }
}

/* Fade-in Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}







































/* --- Footer Section Styles --- */

/* ======= FOOTER BASE ======= */
.gp-footer {
  background: #111827;
  color: #e9ecef;
  font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.footer-top {
  padding: 60px 0 40px;
  background: radial-gradient(circle at top left, rgba(255,193,7,0.08), rgba(255,193,7,0.02) 50%);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

/* ======= TITLES ======= */
.footer-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 193, 7, 0.2);
}

/* ======= ABOUT BLOCK ======= */
.footer-text {
  color: #adb5bd;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ======= SOCIAL ICONS ======= */
.social-row {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 193, 7, 0.1);
  color: #ffffff;
  transition: 0.3s ease;
}

.social-btn:hover {
  background: #ffffff;
  color: #111;
  transform: translateY(-2px);
}

/* ======= LINKS ======= */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #adb5bd;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* ======= CONTACT ======= */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 10px;
  color: #ced4da;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.contact-icon {
  color: #ffffff;
  margin-right: 10px;
}

/* ======= BOTTOM STRIP ======= */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 15px 0;
  background: #0d1117;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: #adb5bd;
}

.footer-bottom .developer span {
  color: #ffffff;
  font-weight: 600;
}

/* ======= RESPONSIVE ======= */
@media (max-width: 767px) {
  .footer-top {
    padding: 40px 0 20px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 6px;
  }
}
 






















/*about us css */
/* --- Gram Panchayat Members Section Styles --- */
/* Section background gradient */
.grampanchayat-members {
  background: linear-gradient(180deg, #ceffd7 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

/* Title Styling */
.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffc107, #ff7b00);
  margin: 10px auto 0;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-top: 10px;
}

/* Member Card */
.member-card {
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 25px 20px 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.member-card:hover {
  transform: translateY(-8px);
  border: 2px solid #70c27f;
  box-shadow: 0 10px 25px rgb(221 255 227);
}

/* Image Styling */
.member-image-container {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  border: 6px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
  transition: transform 0.4s ease;
}

.member-card:hover .member-image-container {
  transform: scale(1.08);
}

.member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info Section */
.member-info {
  margin-top: 10px;
}

.member-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.member-designation {
  font-size: 0.95rem;
  color: #666;
  background: #e7feeb;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 20px;
  margin-top: 5px;
}

/* Floating Decorative Circle Backgrounds */
.grampanchayat-members::before,
.grampanchayat-members::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.grampanchayat-members::before {
  width: 250px;
  height: 250px;
  background: #36aa4c;
  top: -80px;
  right: -100px;
}

.grampanchayat-members::after {
  width: 300px;
  height: 300px;
  background: #36aa4c;
  bottom: -120px;
  left: -120px;
}

/* Mobile Responsiveness */
@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.6rem;
  }

  .member-card {
    padding: 20px;
  }

  .member-image-container {
    width: 110px;
    height: 110px;
  }

  .member-name {
    font-size: 1rem;
  }

  .member-designation {
    font-size: 0.85rem;
    padding: 5px 10px;
  }
}













:root {
  --color-main-blue: #000000;
  --color-accent-gold: #ffc107;
  --color-bg-light: #f4f7f9;
  --color-text-header: #333333;
  --color-text-body: #666666;
  --shadow-deep: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 15px rgba(0, 0, 0, 0.08);
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--color-text-body);
}

.leader-section { 
  padding: 100px 0;
  position: relative;
    background: linear-gradient(rgb(255, 247, 230) 0%, rgb(255, 255, 255) 100%);
    overflow: hidden;

}

/* Heading */
.section-heading { margin-bottom: 70px !important; }
.leader-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--color-main-blue);
  text-transform: uppercase;
}
.leader-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 3px solid var(--color-accent-gold);
  display: inline-block;
}

/* Profile Box */
.profile-row {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: var(--shadow-deep);
  transition: 0.4s;
}
.profile-row:hover { transform: translateY(-5px); }

.leader-img-wrapper {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  border: 5px solid var(--color-accent-gold);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.leader-info-box { padding-left: 30px; }
.leader-name { font-size: 2.2rem; font-weight: 700; color: var(--color-text-header); }
.leader-position { font-size: 1.4rem; font-style: italic; color: var(--color-main-blue); }
.leader-description {
  font-size: 1.1rem;
  line-height: 1.8;
  border-left: 4px solid var(--color-accent-gold);
  padding-left: 15px;
}

/* Service Cards */
.service-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  padding: 40px 30px;
  padding-top: 60px;

  border-radius: 18px;
  position: relative;
  height: 100%;
  z-index: 1;

  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

  transition: all 0.35s ease;
  overflow: hidden;
}

/* ✨ GRADIENT BORDER GLOW ON HOVER */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #0d6efd, #5a9df9, #0bcf79);
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.4s ease;
}

.service-card:hover::before {
  opacity: 1;
}

/* ✨ FLOAT LIFT + GLOW SHADOW */
.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

/* ✨ SUBTLE INNER LIGHT EFFECT */
.service-card::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%);
  opacity: 0.3;
  transition: 0.4s ease;
  z-index: -1;
}

.service-card:hover::after {
  opacity: 0.6;
  transform: scale(1.1);
}

/* OPTIONAL TEXT REFINEMENTS */
.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a2b4c;
  margin-bottom: 10px;
}

.service-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.service-icon-wrapper {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 64px;
  height: 64px;
  background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07); 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.service-number {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text-header);
  border-bottom: 2px solid #eee;
  display: inline-block;
  margin-bottom: 10px;
}

.service-text {
  font-size: 1rem;
  line-height: 1.7;
}

/* Unique colors */
.service-card-2 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-3 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07); ; }
.service-card-4 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-5 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-6 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-7 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-8 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }
.service-card-9 .service-icon-wrapper { background: linear-gradient(90deg, #ff7c00, #ffa104, #ffbe07);  }

/* Mobile */
@media (max-width: 767px) {
  .leader-info-box { padding-left: 0; text-align: center; }
  .leader-description {
    border-left: none;
    border-top: 2px solid var(--color-accent-gold);
    padding-top: 10px;
  }
}













/* ---------------------------------------
   MAIN SECTION STYLING
------------------------------------------ */
.events-section {
    padding: 80px 25px;
    background: linear-gradient(135deg, #e9f2ff, #f7fbff);
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.section-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 45px;
    font-weight: 700;
    color: #1d3557;
}


/* ---------------------------------------
   GRID LAYOUT (2 Cards Per Row)
------------------------------------------ */
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

@media (max-width: 576px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------------------------------------
   EVENT CARD (Glass + Border Glow)
------------------------------------------ */
.event-card {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    transition: 0.4s ease;
    border: 1px solid rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
}

/* Hover effects */
.event-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.event-card:hover::before {
    opacity: 1;
}


/* ---------------------------------------
   IMAGE
------------------------------------------ */
.event-image {
    position: relative;
}

.event-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.event-card:hover img {
    transform: scale(1.08);
    filter: brightness(1.1);
}


/* ---------------------------------------
   DATE BADGE
------------------------------------------ */
.event-date-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(13,110,253,0.9);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}


/* ---------------------------------------
   CONTENT AREA
------------------------------------------ */
.event-content {
    padding: 20px 25px;
}

.event-title {
    font-size: 22px;
    font-weight: 700;
    color: #112a54;
    margin-bottom: 10px;
}

.event-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
}















/* --- Testimonial Section Styles --- */
/* Background section */
.testimonial-section {
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("asset/img/bg-domain.png") center/cover fixed;
  position: relative;
  padding: 80px 0;
}

/* Section title */
.section-title {
  font-size: 2.2rem;
  color: #222;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #36aa4c, #6fff8a);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Testimonial card */
.testimonial-card {
  max-width: 850px;
  padding: 50px 40px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(253, 126, 20, 0.2);
  position: relative;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(253, 126, 20, 0.3);
}

/* Quote icon */
.quote-icon {
  font-size: 3.5rem;
  color: #fb8500;
  position: absolute;
  top: 25px;
  left: 25px;
  opacity: 0.2;
}

/* Testimonial text */
.testimonial-text {
  font-size: 1.15rem;
  color: #333;
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* Author section */
.testimonial-author {
  margin-top: 15px;
}

.author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fb8500;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover .author-img {
  transform: scale(1.05);
}

.author-name {
  font-weight: 700;
  color: #222;
  font-size: 1.1rem;
}

.author-title {
  color: #6c757d;
  font-size: 0.9rem;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #36aa4c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 30px 20px;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  .quote-icon {
    font-size: 2.8rem;
  }
}













.gallery-section {
    padding: 80px 20px;  
}

 
/* GRID (3 per row desktop, 2 tablet, 1 mobile) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* GALLERY CARD */
.gallery-card {
    background: #ffffffcc;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transition: 0.35s ease;
    border: 1px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

/* Hover effect */
.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.22);
}

/* Image styling */
.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.10);
    filter: brightness(1.1);
}

/* Loading text */
.loading {
    text-align: center;
    font-size: 18px;
    color: #555;
} 

















.gov-schemes-section { 
       position: relative;
    padding: 100px 0px;
    /* background: linear-gradient(rgb(255, 247, 230) 0%, rgb(255, 255, 255) 100%); */
    background: linear-gradient(180deg, #fbfffb 0%, #effff2  100%);
    overflow: hidden;
}

 
.scheme-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 1px solid #e2e2e2;
    transition: 0.35s ease;
    height: 100%;
}

.scheme-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.scheme-card .icon-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8f0fe;
    color: #0a3d62;
    font-size: 22px;
    margin-bottom: 15px;
}

.scheme-card h4 {
    font-weight: 600;
    color: #0a3d62;
    margin-bottom: 10px;
    font-size: 20px;
}

.scheme-card p {
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}










.gov-card {
        background: #fff;
        border-left: 6px solid #36aa4c;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    .gov-title {
        font-size: 1.4rem;
        font-weight: 600;
        color: #36aa4c;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .gov-icon-box {
        width: 45px;
        height: 45px;
        border-radius: 8px;
        background: #e3efff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        color: #36aa4c;
    }




    .text-warning{
        color: #36aa4c !important;
    }