@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  /*color variable*/
  --color-primary: rgba(29, 108, 55, 1);
  --color-white: #fff;
  

  /*font variable*/
  --font-poppins:"Poppins", serif;
}
body {
  font-family: var(--font-poppins);
  font-size: 14px;
  width:100%;
  overflow-x: hidden;
  background-color: #F7F7FD;
  line-height: 26px;
}
.img-fluid {
  width: 100%;
}

/*header*/
header.header {
  z-index: 1;
  position: relative;
  background-color: var(--color-primary);
}
header.header h2{
  font-size: 30px;
  font-weight: 700;
  color:#fff;
}
header.header h4{
  font-size: 18px;
  font-weight: 500;
}
/*home banner*/
.homebanner {
  position: relative;
  background-color: var(--color-primary);
}
.homecontent{
  background-color:rgba(255, 255, 255, 0.2);
  padding: 24px;
  border-radius: 10px;
}
 .homebanner .profile-card,.neta .profile-card {
      border: none;
      border-radius: 5px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
      border:1px solid #fff;
    }
    .homebanner .profile-img,.neta .profile-img{
      width: 180px;
      height: 180px;
      object-fit: cover;
    }
    .homebanner .profile-body,.neta .profile-body {
      padding: 20px;
    }
    .homebanner .profile-body h5 {
      color: #2e7d32; /* Green color for name */
      font-weight: 700;
      font-size: 22px;
    }
    .homebanner .profile-body h6 {
      font-weight: 500;
      color: #000;
      font-size: 20px;
    }
    .homebanner .profile-body p {
      font-weight: 300;
      color: #000;
      font-size: 16px;
    }
    #memberslide .owl-item .item .profile-img{
      width: 130px !important;
      height: 150px;
      border-radius: 5px;
    }
   #netaslide .owl-item .item .profile-img{
      width: 150px !important;
      height: 170px;
      border-radius: 5px;
    }
    #memberslide .owl-item .item .profile-body h5 {
      font-size: 16px;
    }
    #memberslide .owl-item .item .profile-body h6 {
      font-size: 14px;
    }
    #memberslide .owl-item .item .profile-body p {
      font-size: 12px;
    }
      .homebanner .owl-carousel .owl-dots {
        margin: 0px auto 0px auto;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 3%;
        z-index: 1;
        position: relative;
    }
    .homebanner .owl-carousel .owl-dot {
    width: 20px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    margin: 2px;
    border-radius: 6px;
    }

    .homebanner .owl-carousel .owl-dot.active {
        width: 40px;
        border: 4px solid rgb(255, 255, 255);
    }
    /* about sec*/
    .badge-head{
      margin-top: -10px;
    }
    .about{
      background-color: #f4f8f5;
      padding: 60px 0px;
    } 
    .panchayat-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      background: #fff;
      border:1px solid #fff;
      height: 100%;
    }
    .panchayat-card .about-img{
      height: 357px;
    }
    .panchayat-img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      height: 100%;
    }
    #netaslide .owl-item .item .profile-body h5 {
      font-size: 16px;
      line-height: 26px;
    }
    #netaslide .owl-item .item .profile-body p {
      font-size: 12px;
    }
    #netaslide .owl-item .item .profile-body h6 {
      font-size: 14px;
      line-height: 26px;
    }
    .section-heading {
      background: #2e7d32;
      color: white;
      padding: 8px 20px;
      display: inline-block;
      border-radius: 20px;
      font-weight: bold;
      margin-top: -25px;
      position: relative;
    }
    .info-row {
      padding: 20px 6px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .info-row div {
      flex: 1 1 46%;
      margin: 10px 12px;
      border-right: 1px solid #ddd;
    }
    .info-row div:nth-child(2){
      border-right: none;
    }
    .info-row div:last-child{
      border-right: none;
    }
    .info-row div p{
      font-size: 14px;
      /* font-weight: 500; */
    }
    .info-row div h6{
      font-size: 16px;
      font-weight: 600;
      color:var(--color-primary);
    }
    .notice-board {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      margin-bottom: 20px;
      
    }
   
    .notice-board h5 {
      color: #2e7d32;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
    }
/*achivement*/
.sec-title{
  font-size: 30px;
  font-weight: 700;
  color:var(--color-primary);
}
.achivement{
  background-color:  rgba(225, 244, 232, 1);
  padding: 50px 0px 100px;
}
.achivement .mytext{
  margin-top: -12px;
  margin-bottom: 12px;
}
.achivement .mytext h2{
  font-size: 15px;
}
.achivement .mytext p{
  margin-bottom: 10px;
}
.achivement .owl-item {
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    transition: all .25s ease-in-out; 
     margin: 70px auto 70px auto;
}
.achivement .owl-carousel .owl-stage{
  align-items: center;
  display: flex;
}
.achivement .owl-carousel .owl-item .item .mytext{
  display: none;
}
.achivement .owl-carousel .owl-item.center .item .mytext{
  display: block;
}
.achivement .owl-carousel .owl-item{
  position: relative;
}
.achivement .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 330px !important;
  }
.achivement .owl-carousel .owl-item.center {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin: 70px auto 70px auto;
    background-color: #fff;
}

 .achivement .owl-carousel .owl-nav{
  position: absolute;
  top:0;
  width: 100%;
  margin-top: 18%;
 }
.achivement .owl-carousel .owl-prev {
    float:left;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid green;
    border-radius: 50%;
    padding: 6px 9px;
    color: #000;
    margin-left: 5%;
}
.achivement .owl-carousel .owl-next{
  float:right;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border:1px solid green;
  border-radius: 50%;
  padding: 6px 9px;
  color: #000;
  margin-right: 5%;
}
.owl-carousel .owl-dots {
        margin: 0px auto 0px auto;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 3%;
        z-index: 1;
        position: relative;
    }
    .owl-carousel .owl-dot {
    width: 20px;
    border: 4px solid rgba(29, 108, 55, 0.2);
;
    margin: 2px;
    border-radius: 6px;
    }

    .owl-carousel .owl-dot.active {
        width: 40px;
        border: 4px solid rgba(29, 108, 55, 0.7);

    }
.check-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.check-list li{
  background-color: var(--color-primary);
  padding: 5px 20px 5px 5px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.check-list li:last-child{
  margin-right: 0px;
}
.check-list li span{
  font-size: 17px;
  color:#fff;
}
.check-list li svg{
  font-size: 30px;
  color:#fff;
  margin-right: 10px;
}
/*sheme*/
.scheme-section .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.text-primary{
  color:var(--color-primary) !important;
}
.culture .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.activity-card {
  transition: all 0.3s ease;
  height: 100%;
  margin: auto auto 20px;
}

.activity-card:hover {
  transform: translateY(-5px);
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
 
}
.activity-card h6{
  color:var(--color-primary);
}
.date-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f9a825;
}
.activity-card p{
  height: 52px;
}
    .scheme-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 20px;
      transition: all 0.3s ease;
      height: 100%;
      margin: auto auto 20px;
    }

    .scheme-card:hover {
      transform: translateY(-5px);
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    }
    .scheme-card p{
      height: 52px;
    }
    .scheme-section {
      background-color: #e9f5ec;
      padding: 50px 0;
    }

    .scheme-icon {
      font-size: 2rem;
      color: #0a5722;
      margin-bottom: 10px;
    }

    .btn-outline-success {
      border-color: #0a5722;
      color: #0a5722;
    }

    .btn-outline-success:hover {
      background-color: #0a5722;
      color: #fff;
    }
    .scheme-card h6{
      margin-bottom: 10px;
      line-height: 26px;
      height: 52px;
    }

footer {
      background-color: #0a5722;
      color: #fff;
      padding-top: 50px;
      padding-bottom: 20px;
    }

    .social-icons a {
      display: inline-block;
      background: #ffffff1a;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      margin: 5px;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s;
    }

    .social-icons a:hover {
      background-color: #fff;
      color: #0a5722;
    }

    .footer-links {
      padding: 15px 0;
      margin-top: 0px;
      display: flex;
      justify-content: center;
      gap: 30px;
      font-weight: 500;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 10px;
    }
    .footer-contact{
       border-top: 1px solid #ffffff33;
      border-bottom: 1px solid #ffffff33;
      padding: 15px 0px;
    }
    .footer-contact svg {
      color: #fff;
      margin-right: 8px;
    }
    .footer-contact a{
      color:#fff;
      text-decoration: none;
    }
    .footer-bottom {
      margin-top: 20px;
      padding-top: 15px;
      font-size: 0.9rem;
    }
/* Modal Form Styles */
    .modal-content {
      border-radius: 10px;
      padding: 20px;
    }

    .star-rating svg {
      color: gold;
      font-size: 24px;
      cursor: pointer;
    }

    .star-rating svg:hover,
    .star-rating svg.active {
      color: orange;
    }

    .btn-submit {
      background-color: var(--color-primary);
      color: #fff;
      border: 1px solid var(--color-primary);
      font-weight: 600;
      padding: 10px;
    }

    .btn-submit:hover {
      background-color: transparent;
      color: var(--color-primary);
      border: 1px solid var(--color-primary);
    }
/* Media Query*/
@media screen and (min-width: 1600px){
  .achivement .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 13%;
}
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .info-row div{
    margin:10px 15px 10px 10px;
    flex: 1 1 45%;
  }
 
  .info-row div p{
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .info-row{
    display: block;
  }
  .info-row div{
    border:none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .info-row div:last-child{
    border-bottom: 0px;
  }
  
  .achivement .owl-carousel .owl-nav{
    margin-top: 22%;
  }
  .check-list li span{
    font-size: 15px;
  }
  .check-list li svg{
    font-size: 25px;
  }
  .homebanner .profile-img{
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homebanner .profile-img{
    width: 130px;
    height: auto;
  }
  .homebanner .profile-body h5{
    font-size: 20px;
  }
  .homebanner .profile-body h6{
    font-size: 18px;
  }
  .homebanner .profile-body p{
    font-size: 15px;
  }
  .homebanner .profile-body {
    padding: 10px;
  }
  .homecontent{
    padding: 10px;
  }
   .info-row{
    display: block;
  }
  .info-row div{
    border:none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .info-row div:last-child{
    border-bottom: 0px;
  }
  .notice-board h5{
    font-size: 17px;
  }
  .achivement .owl-carousel .owl-nav{
    margin-top: 25%;
  }
  .achivement .owl-carousel .owl-prev{
    margin-left: 5%;
  }
    .achivement .owl-carousel .owl-next{
    margin-right: 5%;
  }
  .check-list li span {
    font-size: 14px;
  }
  .check-list li{
    width: 48.5%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .check-list li:first-child{
    margin-right: 20px;
  }
  .check-list li:last-child{
    width: 100%;
  }
  .neta .profile-card{
    flex-wrap: wrap !important;
  }
  .neta .profile-card img{
    display: block;
  }
  .neta .profile-card .profile-body{
    display: block;
    text-align: center;
  }
  #netaslide .owl-item .item .profile-img{
    width: 100% !important;
    height: 245px;
    object-fit: cover;
    background-position: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .profile-card{
    text-align: center;
  }
  .profile-card img{
    text-align: center;
    margin: 0 auto;
  }
  .info-row{
    display: block;
  }
  .info-row div{
    border:none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .info-row div:last-child{
    border-bottom: 0px;
  }
  .achivement .owl-carousel .owl-nav{
    margin-top: 36%;
  }
  .achivement .owl-carousel .owl-prev{
    margin-left: 0px;
  }
  .achivement .owl-carousel .owl-next{
    margin-right: 0px;
  }
  .achivement .owl-carousel .owl-item.center {
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    margin: 0px auto 0px auto;
  }
  .about{
    padding: 30px 0px;
  }
  .achivement {
    padding: 30px 0px 5px;
  }
  .achivement .owl-carousel .owl-stage {
    align-items: center;
    display: block;
  }
  .owl-carousel .owl-dots{
    margin-top: -20%;
  }
  .check-list li {
    float: initial;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .check-list li span {
    font-size: 14px;
  }
  .check-list li svg{
    font-size: 20px;
    margin-right: 6px;
  }
  .footer-links{
    display: block;
  }
  .footer-links span{
    display: block;
  }
  .footer-bottom {
    justify-content: space-around !important;
  }
  .profile-card.d-flex{
    display: block !important;
    padding: 10px;
  }
  .order-lg-2.order-3.order-md-2.mt-3.mt-lg-0.mt-md-0 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .panchayat-card .about-img {
    height: auto;
  }
  .panchayat-img {
    width: 100%;
    border-radius: 12px;
    object-fit: fill;
    height: auto;
  }
  .neta .owl-carousel .owl-dots {
    margin-top: 5%;
  }
  .dailyfeed  .owl-carousel .owl-dots, .scheme-section .owl-carousel .owl-dots,.culture .owl-carousel .owl-dots{
    margin-top: 5%;
  }
  
}
/*  */
