/* swiper */
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Media image swiper */
.media-swiper-container {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.media-swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  box-shadow: 0 15px 50px #1f1d1d33;
  filter: blur(4px);
  background: #d8d8d8;
}
.media-swiper-container .swiper-slide-active {
  background: #fff;
  filter: blur(0px);
  border-radius: 20px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.media-swiper-container .media-img {
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
}
.media-swiper-container .media-img img {
  width: 100%;
  height: 300px;
  padding: 10px;
  object-fit: cover;
  border-radius: 20px;
}
.award-card {
  padding: 2rem 10px;
}
.award-card h3 {
  font-weight: bold;
  color: goldenrod;
}
.award-card p {
  color: #5c5b5b;
}

/* Guest swiper style */
.guestSwiper {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}

.guestSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  margin: 1rem;
  width: 800px;
  filter: blur(4px);
}

.guestSwiper .swiper-slide-active {
  filter: blur(0px);
  border-radius: 20px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.guest-box {
  position: relative;
  margin: 0 auto;
  padding: 4rem;
  border-radius: 15px;
  user-select: none;
  box-shadow: 0 15px 40px gray;
  background-color: white;
}

.quot-style {
  font-size: 10rem;
  color: #02c32f;
  position: absolute;
}

.quot-left {
  top: -35px;
  left: -25px;
}

.quot-right {
  bottom: -90px;
  right: -20px;
}

.guest-content {
  padding-left: 3rem;
  padding-right: 2rem;
}

.guest-content > p {
  font-size: 1.3rem;
  color: #4d6551;
}

.guest-card {
  margin-top: 3rem;
}

.guest-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.guest-info {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}

.guest-info .h2 {
  margin-bottom: 5px;
  color: rgb(213, 153, 0);
  font-size: 1.6rem;
}

.guest-info .h6 {
  color: rgb(98, 98, 98);
  font-size: 1rem;
}

.guest-swiper-button-next:after,
.guest-swiper-button-prev:after {
  color: #709b7a;
  font-size: 1.5rem;
  font-weight: bold;
}

/* News section Styling */
.media-head {
  font-size: 3rem;
  font-weight: 900;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  color: #01791d;
  border-bottom: 1px solid #b8b7b7;
  padding: 1rem;
}
.media-container {
  background: #f1fbf1;
  padding: 2rem;
  margin: 4rem 0;
}
.newsSwiper {
  padding: 3.5rem 0;
}
.newsSwiper .swiper-slide {
  font-size: 18px;
  /* height: calc((100% - 30px) / 2) !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsSwiper .swiper-slide img {
  height: 250px;
  width: 300px;
  border-radius: 8px;
  border: 1px solid #e8eae8;
}
.news-desc {
  padding-top: 1.5rem;
}
.news-title {
  font-size: 1.2rem;
  color: #3b8e1d;
  font-weight: bold;
}
.news-date {
  font-size: 0.9rem;
}
.news-date span {
  font-size: 1rem;
  font-weight: bold;
  color: #79ab15;
}
.newsSwiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #02d61b;
}
.newsSwiper-pagination .swiper-pagination-bullet-active {
  background-color: #017d0b;
}
/* News modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(6, 6, 6, 0.806);
}

.modal-content {
  background-color: #e8e8e8;
  margin: 2rem auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.modal-image {
  margin: 0 auto;
}
.modal-image img {
  width: auto;
  height: auto;
}
.modal-desc {
  text-align: center;
  margin-top: 1.5rem;
  margin-left: 1rem;
}
#close {
  display: flex;
  justify-content: end;
  margin-right: 5px;
  color: #8a8888;
  font-size: 3rem;
  font-weight: bold;
}

#close:hover,
#close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

/* video style */
.vdo-inner {
  width: 70%;
  margin: 0 auto;
}
.vdo-head {
  color: #01791d;
  font-weight: 900;
  margin: 2rem 0;
}

.vdo-container .row {
  justify-content: center;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 300px;
  margin: 1rem auto;
  border: 1px solid #d1d0d0;
  outline: 1.5px solid #9e9f9e;
}

/* Adding media queries to handle responsiveness */
@media (max-width: 1200px) {
  .vdo-inner {
    width: 90%;
  }
}
@media (max-width: 868px) {
  .guestSwiper .swiper-slide {
    width: 80%;
  }
  .guest-box {
    padding: 3rem;
  }

  .guest-img {
    width: 80px;
    height: 80px;
  }

  .guest-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quot-style {
    font-size: 8rem;
  }
  .newsSwiper .swiper-slide img {
    height: 250px;
    width: 250px;
  }
  .modal-content {
    margin: 3rem auto;
  }
  .modal-content {
    width: 90%;
    margin: 1rem auto;
  }
  .vdo-container .col-12 {
    width: 80%;
  }
}

@media (max-width: 568px) {
  .guest-content > p {
    font-size: 1rem;
    color: #4d6551;
  }
  .guest-info .h2 {
    font-size: 1.2rem;
  }
  .guest-info .h6 {
    font-size: 1rem;
  }

  .guest-info {
    margin-left: 10px;
  }

  .guest-box {
    margin: 1rem;
    padding: 1.5rem;
    margin: 0 auto;
  }
  .vdo-container .col-12 {
    width: 100%;
  }
      .modal-content {
        width: 100%;
        margin: 3rem auto;
    }
}
