 .top-header {
  padding: 10px 0;
  background-color:var(--theme-color2); /* Purple background */
  font-size: 14px;
  color: #fff;
}

.top-header a,
.top-header i,
.top-header span {
  color: #fff;
  text-decoration: none;
}

.top-header .header-divider {
  margin: 0 8px;
  color: #ccc;
}

.top-header .col-right a {
  margin-left: 10px;
  color: #fff;
}

.top-header .col-right a:hover {
  color: #ffd700;
}

 header {
      background-color: #fff;
      padding: 5px 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, .2);
      border-bottom: 2px solid #fafafa;
      .logo {
        width: 60px;
        img {
          width: 100%;
          display: block;
          transform: scale(4); /* Increase value to enlarge */
  transform-origin: center;
        }
      }

      nav {
        ul {
          li {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.5px;
            padding: 0 20px;

            &:hover {
              a {
                color: var(--theme-color1);
              }
            }

            a {
              color: var(--theme-color2);
              &.active {
                color: var(--theme-color1);
              }
            }
          }
        }
      }

      .toggle {
        display: none;

        i {
          font-size: 24px;
          border: 2px solid var(--theme-color1);
          padding: 5px 10px;
          color: var(--theme-color2);
        }
      }
    }

    .mobile-nav {
      position: fixed;
      overflow: scroll;
      top: 0;
      right: -100%;
      width: 270px;
      height: 100%;
      background: linear-gradient(135deg, #fdfbfb, #ebedee);
      border-left: 5px solid #04744e;
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      padding: 60px 20px;
      transition: right 0.3s ease;
      z-index: 999;
    }

    .mobile-nav.active {
      right: 0;
    }

    .mobile-nav ul {
      flex-direction: column;
      gap: 15px;
    }

    .mobile-nav ul li {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative;
    }

    .mobile-nav a {
      font-size: 16px;
      color: #333;
      font-weight: 500;
      padding: 8px 0;
      display: inline-block;
    }

    .dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .submenu {
      max-height: 0;
      overflow: hidden;
      flex-direction: column;
      gap: 10px;
      padding-left: 15px;
      transition: max-height 0.3s ease;
    }

    .mobile-nav li.open>.submenu {
      max-height: 500px;
    }

    .dropdown-icon {
      font-size: 14px;
      color: #04744e;
      margin-left: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
      transform: rotate(0deg);
    }

    .mobile-nav li.open>.dropdown-toggle>.dropdown-icon {
      transform: rotate(180deg);
    }

    .submenu a:hover {
      background-color: #f0f9f6;
      border-radius: 4px;
      padding-left: 5px;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: #04744e;
    }

    @media (max-width: 1024px) {
      header nav {
        display: none;
      }

      header .toggle {
        display: block;
      }

      header .button {
        display: none;
      }
    }

/*---------- banner section css are start here -----------*/
.hero-section {
  background-image: url('../images/banner.jpg'); /* Replace with your preferred image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 120px 20px; */
  text-align: center;
  color: #fff;
  position: relative;
  height: 80vh;
}



.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.hero-buttons .btn {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}


/*------css for about us section -----------------*/
.about-section{
  .col-img{
    img{
      height: 400px;
      object-fit: cover;
      border-radius: 4px;
    }
  }
}
.section-title {
  font-size: 2.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: var(--theme-color2);
  margin-bottom: 20px;
}

.section-text {
  font-size: 1.125rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn-custom {
  font-size: 1rem;
  padding: 12px 28px;
  background-color: #28a745;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #218838;
}
/*---------------css for impact section with counter section ----------------*/
.impact-section {
  background-color: #f4fdf6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  .col-img{
    img{
      height: 400px;
      object-fit: cover;
      border-radius: 4px;
    }
  }
  .col-right{
    padding-left: 20px;
  }
}

.impact-icon {
  font-size: 2.5rem;
  color: var(--theme-color1);
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.impact-box:hover .impact-icon {
  transform: scale(1.2);
}

.counter {
  font-size: 2rem;
  font-weight: bold;
  color: var(--theme-color1);
  transition: color 0.3s ease;
}
.impact-box:hover .impact-icon {
  color: #7298ba;
}

.impact-box:hover .counter {
  color: #7298ba;
}

.impact-label {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
}



.section-text {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/*-----------code for get involved --------------*/
.get-involved-section {
  background-color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.section-text {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

.involved-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.involved-card {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s forwards;
}

.involved-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.involved-icon {
  font-size: 2.5rem;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.involved-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.involved-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.involved-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.involved-btn:hover {
  background-color: var(--theme-color2);
}

/* Animations */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation-delay: 0.2s;
}

.fade-in.delay-1 {
  animation-delay: 0.4s;
}

.fade-in.delay-2 {
  animation-delay: 0.6s;
}

/*------------------gallery -----------------*/
.gallery-preview-section {
  background-color: #f5fdf9;
  font-family: 'Segoe UI', sans-serif;
}



.section-text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.gallery-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.gallery-btn:hover {
  background-color: var(--theme-color2);
}

/* Responsive */
@media screen and (max-width: 992px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .gallery-item {
    flex: 1 1 100%;
  }

  .gallery-btn {
    text-align: center;
  }
}
/*-------------------footer------------------------*/
  .main-footer {
    background-color: #7f5130;
    color: #fff;
    padding: 60px 50px 30px;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    gap: 40px;
  }

  .footer-section {
    flex: 1 1 30%;
    min-width: 300px;
  }

  .footer-section h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .footer-section  p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
  }

  .dropcap {
    font-size: 38px;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 10px;
  }

  .head h4 {
    color: var(--theme-color1);
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
  }

  .head .position {
    font-size: 14px;
    color: #FFF;
  }

  .contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .contact .icon {
    color: var(--theme-color1);
    font-size: 20px;
    margin-top: 3px;
  }

  .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .photo-grid img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #bbb;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    p{
      color: #fff;
    }
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      gap: 50px;
    }
  }

  .more{
    text-align: center;
    padding: 30px 0;
  }

  /*--------------about section -----------*/
  .about{
    background-image: url('../images/about-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
  }

/*--------------counter on about page ------------------*/
.counter-section {
  padding: 60px 0;
  text-align: center;
}

.counter-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.counter-box {
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.counter-box h2 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}

.counter-box h2 span {
  font-size: 20px;
  vertical-align: super;
}

.counter-box p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

/*------------------- css for team -------------------- */
.team{
  background-color: #f4fdf6;
  .column{
    background-color: #fff;
    .col-image{
      width: 100%;
      display: block;
    }
    .col-content{
      padding: 20px;
      .position{
        color: var(--theme-color1);
      }
    }
  }
}
/*-----------css for our-work page --------------*/
.humanity-section { 
  padding: 80px 20px;
}

.humanity-section .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.humanity-text {
  flex: 1 1 50%;
  padding-right: 40px;
}

.humanity-text h2 {
  margin-bottom: 10px;
  line-height: 1.4;
}

.humanity-images {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-row {
  display: flex;
  gap: 20px;
}

.image-row img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  flex: 1;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media screen and (max-width: 992px) {
  .humanity-text,
  .humanity-images {
    flex: 1 1 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .image-row {
    flex-direction: column;
  }
}

/*----------css for our work process ---------------------*/
.focus-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
    }

    /* Card */
    .focus-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .focus-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    }

    /* Icon */
    .icon {
      font-size: 40px;
      margin-bottom: 15px;
    }

    /* Card Title */
    .focus-card h3 {
      font-size: 20px;
      color: #222;
      margin-bottom: 10px;
    }

    /* Card Text */
    .focus-card p {
      font-size: 16px;
      color: #555;
    }

    /* Responsive Enhancements */
    @media (max-width: 600px) {
      .section-title {
        font-size: 26px;
      }

      .section-subtitle {
        font-size: 16px;
      }
    }
/*----------------contact -us -----------------*/
.info-box {
  background:#fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.info-box p{
  color: #1a73e8;
}
.info-box a{
  color: #1a73e8;
}
.info-box img {
  width: 40px;
  margin-bottom: 15px;
  color: var(--theme-color1);
}

.info-box h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: var(--theme-color1);
}

/* Contact Section */
.contact-wrapper {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}

.contact-form {
  background-color: #333;
  padding: 40px;
}

.contact-form h3 {
  margin-bottom: 25px;
  color: var(--theme-color1);
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  font-family: sans-serif;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-image {
  min-height: 100%;
  background: url(../images/support.jpg) center/cover no-repeat;
}
/* Advanced Hindi Section Styles */
.hindi-hero-section {
  background: linear-gradient(to right, #fefcea, #f1da36);
  padding: 60px 20px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.hindi-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hindi-text-content {
  flex: 1 1 55%;
  animation: fadeInUp 1.2s ease-in-out;
}

.hindi-heading {
  font-size: 32px;
  color: #2e2e2e;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  border-left: 5px solid #e67e22;
  padding-left: 15px;
}

.hindi-paragraph {
  font-size: 18px;
  line-height: 2;
  color: #3a3a3a;
  text-align: justify;
  background: #fff8dc;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.hindi-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hindi-container {
    flex-direction: column;
  }

  .hindi-heading {
    font-size: 26px;
    text-align: center;
  }

  .hindi-paragraph {
    font-size: 16px;
  }
}


.govt-schemes-section {
  background: #f5f9ff;
  padding: 60px 20px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}


.govt-title {
  font-size: 30px;
  color: #2e3a59;
  margin-bottom: 10px;
  font-weight: 700;
}

.govt-subtitle {
  font-size: 20px;
  color: #555;
  margin-bottom: 40px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.govt-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  border-left: 6px solid #0057b8;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.govt-card h4 {
  font-size: 20px;
  color: #0057b8;
  margin-bottom: 10px;
  font-weight: 600;
}

.govt-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

/* Hover Effects */
.govt-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 87, 184, 0.2);
}

/* Animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Title Sizes */
@media (max-width: 600px) {
  .govt-title {
    font-size: 24px;
  }
  .govt-subtitle {
    font-size: 18px;
  }
}

  .agriculture-section {
    background: linear-gradient(120deg, #f0f4e3, #dcedc8);
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
  }

  .agri-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .agri-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  }

  .section-title2 {
    font-size: 28px;
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 20px;
    position: relative;
  }

  .section-title2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #81c784;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
  }

  .agri-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
  }

  @media (max-width: 768px) {
    .agri-card {
      padding: 20px;
    }

    .section-title {
      font-size: 24px;
    }

    .agri-content p {
      font-size: 16px;
    }
  }
@media (max-width: 992px) {
  .involved-card {
    flex: 1 1 calc(50% - 20px);
  }
  .main-footer {
    background-color: #7f5130;
    color: #fff;
    padding: 60px 15px 30px;
  }
   
}
@media(max-width:768px){
 .top-header{
    display: none;
  }
   .about-section {
    & .col-img {
        img {
            height: auto;
        }
    }
  }

   .govt-schemes-section {
    background: #f5f9ff;
    padding: 20px 0px;
  }

     .hero-section {
      height: 60vh;
  }

  .impact-section {
    & .col-img {
      margin-bottom: 20px;
        img {
            height: auto;
        }
    }
  }

   .section{
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .involved-card {
    flex: 1 1 100%;
  }
 
   .hero-section {
      height: 36vh;
  }

  .about{
    height: 36vh;
  }

  .section-text {
    margin-bottom: 20px;
}

}
