.rhero,
.dyn-swiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
}

.widget-item .mail:before {
  all: unset;
}

.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.overlay h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.overlay p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  max-width: 771px;
}

.promo-icon {
  background: #ffffff59;
  padding: 20px;
  border-radius: 50%;
}

.event-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.gallery-item {
  overflow: hidden;
  box-shadow: 3px 3px 10px rgb(50 50 50);
  border: 5px solid white;
  border-radius: 10px;
}

.gallery-item img {
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.testimonial-section {
  background:
    linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 75%)),
    url(https://img.freepik.com/premium-photo/deers-resting_1048944-8180363.jpg?ga=GA1.1.1711095188.1769064415&semt=ais_hybrid&w=740&q=80);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-content .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 7px;
}

.footer-section {
  padding-top: 180px;
}

.js-contact-container {
  max-width: 1200px;
  margin: auto;
}

.js-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.js-contact-left {
  flex: 1;
}

.js-contact-right {
  flex: 1;
  color: #ffffff;
}

.js-contact-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #eafff5;
}

.js-contact-heading {
  margin-top: 14px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.js-contact-social {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.js-contact-social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #399f6e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s ease;
}

.js-contact-social-icon:hover {
  background: #1f6d4b;
  color: #ffffff;
}

.js-contact-text {
  font-size: 18px;
  margin-bottom: 28px;
}

.js-contact-info span {
  font-weight: 600;
  font-size: 16px;
}

.js-contact-info p {
  margin-top: 6px;
  font-size: 17px;
  opacity: 0.95;
}

.js-contact-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 22px 0;
}

/* Responsive */
@media (max-width: 991px) {
  .js-contact-row {
    flex-direction: column;
    text-align: center;
  }

  .js-contact-social {
    justify-content: center;
  }

  .js-contact-heading {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .overlay {
    padding: 1.5rem;
  }
}
