.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
  
  .imagefig{
    border: 2px solid white;
    padding: 5px;
    border-radius: 1rem;
  }

  .imgcrdbtn {
    position: relative;
    width: 130px;
    height: 40px;
    color: white;
    background-color: #258729;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    border-radius: 5px;
}

.slider-container {
  max-width: 100%;
}
.carousel-inner img {
  width: 100%;
  height: auto;
}
.lgnrgstbtn {
  color: green;
  position: relative;
  width: 180px;
  height: 50px;
  border: 3px solid green;
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
  padding-top: 8px;
  font-weight: 400;
}
.lgnrgstbtn:hover{
  color: rgb(255, 255, 255);
  position: relative;
  width: 190px;
  height: 60px;
  border: 3px solid green;
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: green;
  padding-top: auto;
  font-weight: 400;
}
.logtshpdiv {
  display: flex;
  flex-direction: row;
  gap: 28px;
}


.carousel-container {
  text-align: center; /* Center align the contents */
  position: relative; /* Establish a positioning context */
}

.owl-nav {
 text-align: center;
 margin: 10px  auto;
}

.owl-prev,
.owl-next {
  background-color: #ff0000; /* Set background color */
  border: 1px solid #ccc; /* Add border */
  padding: 5px 10px; /* Adjust padding */
  cursor: pointer; /* Add pointer cursor */
  margin: 0 10px; /* Add spacing between the buttons */
}


.card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.heading-4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blogcontent {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 4.5em; 
  min-height: 70px;
}

.date-content, .author-name {
  margin-top: 5px;
  font-size: 14px;
  }

img.villages_img{
  height:250px;
  border-radius:15rem;
  }







