
/* ------------- */

main .services-container .card {
  box-shadow: 0px 4px 20px 0px #eeeeee80;
  border-radius: 14px;
}

main .services-container .services-cards-container .service-card {
  border-radius: 16px;
  text-align: center;
  padding: 1rem;
}
main .services-container .services-cards-container .service-card .card-body {
  padding: 0;
}
main .services-container .services-cards-container .service-card img {
  height: 8rem;
  margin-bottom: 15px;
}

main
  .services-container
  .services-cards-container
  .swiper-slide:nth-child(1)
  .service-card {
  background-color: #dbe9f2;
}

main
  .services-container
  .services-cards-container
  .swiper-slide:nth-child(2)
  .service-card {
  background-color: #dcfce7;
}

main
  .services-container
  .services-cards-container
  .swiper-slide:nth-child(3)
  .service-card {
  background-color: #fff4de;
}

main
  .services-container
  .services-cards-container
  .swiper-slide:nth-child(4)
  .service-card {
  background-color: #ffe2e5;
}

main
  .services-container
  .services-cards-container
  .swiper-slide:nth-child(5)
  .service-card {
  background-color: #e39cfe42;
}

main .featured-content-container .featured-content-card {
  border-bottom: 1px solid #e8ebee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main .featured-content-container .featured-content-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

main .featured-content-container .featured-content-card img {
  border-radius: 5px;
  height: 90px;
  width: 100%;
  object-fit: cover;
}

main .advocate-content-container .advocate-content-card {
  border-bottom: 1px solid #e8ebee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main .advocate-content-container .advocate-content-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
main .advocate-content-container .advocate-content-card button {
  width: 5rem;
  border-radius: 12px;
}
main .halls-container .card-body {
  max-height: 400px;
  overflow-y: auto;
}
main .halls-container .halls-card .hall-date {
  font-size: 1rem;
}
main .halls-container .halls-card .hall-status button {
  border-radius: 12px;
}
main .halls-container .halls-card {
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
main .halls-container .halls-card.active {
  background-color: #e7f1f6;
}

main .halls-container .halls-card.not-active {
  background-color: #fff1e5;
}

main .halls-container .halls-card:last-child {
  margin-bottom: 0 !important;
}
main .halls-container .halls-card.not-active button {
  background-color: #f2994a !important;
  color: #fff !important;
  border: 1px solid #f2994a !important;
}
main .halls-container .halls-card .hall-card-details {
  border-bottom: 2px solid #dce0e6;
}

main .halls-container .halls-card .hall-card-stats {
  padding: 10px 0;
}

main .advocate-activities-container .advocate-activities-card {
  border-radius: 8px;
  border-bottom: 1px solid #e8ebee;
  margin-bottom: 10px;
}
main .advocate-activities-container .advocate-activities-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
main .advocate-activities-container .advocate-activities-card img {
  border-radius: 8px;
  height: 150px;
  width: 150px;
  object-fit: cover;
}

main .advocate-activities-container .card-body {
  max-height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  main .services-container .services-cards-container .service-card img {
    height: 6rem;
  }
  main .featured-content-container .featured-content-card img {
    height: 170px;
  }

  main .advocate-content-container .advocate-content-card button {
    width: 5rem;
  }
  main .advocate-activities-container .advocate-activities-card {
    flex-wrap: wrap;
  }
  main .advocate-activities-container .advocate-activities-card img {
    height: 220px;
    width: 100%;
  }
}


header .nav_link{
  /* color: #000 !important; */
  font-size: 1.1rem;
  margin: 0 1rem;
}
.l-navbar i{
  color: var(--primary-color);
  font-size:1.2rem;

}