
.home-v2-hero {
  position: relative;
  max-height: 535px;
  /* min-height: 52dvh; */
  overflow: hidden;
}

#home-hero-slideshow {
  width: 100%;
  /* max-height: 72dvh; */
  /* min-height: 52dvh; */
}

.home-v2-page .fa-lg {
  line-height: 1.7rem;
}

/* .home-v2-hero {
  height: 200px;
  color: var(--fw-black-000);
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
} */

.home-v2-herosec-1 {
  position: relative;
  --hero-overlay-color: 0, 0, 0;
  --hero-overlay-opacity: 0.30;
  /* background: linear-gradient(90deg, #5d121285, color-mix(in srgb, var(--fw-white-000) 30%, transparent)); */
}

.home-v2-herosec-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--hero-overlay-color), var(--hero-overlay-opacity));
  z-index: 1;
  pointer-events: none;
}

.home-v2-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  animation: home-v2-video-fade-in 1.6s ease-out forwards;
}


.home-v2-hero-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  /* width: 100%; */
  /* height: 100%; */
  inset: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 1;
  pointer-events: none;
}

.home-v2-hero-overlay .hero-content {
  pointer-events: auto;
  color: #fff;
  max-width: 900px;
  padding: 1.2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 760px;
  margin-inline: auto;
}

.home-v2-hero-overlay .btn {
  pointer-events: auto;
}



.service-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.services-row {
  justify-content: center;
}

.services-row > [class*="col-"] {
  display: flex;
  justify-content: center;
}

.services-row .service-card {
  width: 100%;
  max-width: 360px;
}



.mission-section {
  position: relative;
}

.mission-text {
  max-width: 980px;
  margin-inline: auto;
  line-height: 1.8;
  color: #2d3440;
}

.video-section {
  padding: 40px 0px;
}

.video-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #000;
}

.video-frame iframe,
.video-frame .video-js,
.video-frame .video-js .vjs-tech,
.video-frame .video-js video {
  width: 100%;
  height: 100%;
}

.video-frame .video-js {
  display: block;
  background-color: #000;
}

.video-frame .video-js .vjs-poster {
  background-size: cover;
  background-position: center;
}

.video-frame .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-frame .video-js .vjs-control-bar {
  margin: 0;
}

.map-section {
  padding: 1.5rem 0 2rem;
}

.map-intro {
  max-width: 900px;
  margin-inline: auto;
  color: #364153;
}

.map-shell {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.main-event-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

.thumbnail-container {
  padding-bottom: 8px;
}

.thumbnail-image {
  width: 220px;
  height: 220px;
  max-width: 220px;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 auto;
}

.testimonial-logo {
  max-width: 300px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial-card {
  max-width: 840px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.testimonial-quote {
  font-size: 1.03rem;
  line-height: 1.75;
  color: #2b2b2b;
  margin: 0;
  text-align: left;
}

.testimonial-author {
  font-size: 0.95rem;
  color: #555;
}

#modalImage {
  width: 100%;
  max-height: 78dvh;
  object-fit: contain;
}

.image-grid .ratio > div {
  border-radius: 10px;
  overflow: hidden;
}

@keyframes home-v2-video-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home-v2-herosec-2 {
  /* background: linear-gradient(90deg, #10334d34, color-mix(in srgb, var(--fw-black-000) 26%, transparent)), url(/assets/img/bg-3.png); */
  background-size: cover;
  background-position: center;
}

.home-v2-hero-inner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex: 1 1 auto;
  color: var(--fw-white-000);
  padding: 24px;
  border-radius: 0;
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* background: radial-gradient(color-mix(in srgb, var(--fw-black-000) 37%, transparent), color-mix(in srgb, var(--fw-black-000) 0%, transparent)); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.home-v2-hero-inner h1 {
  font-weight: 700;
  padding: 12px 0;
  color: var(--fw-black-000);

}

.home-v2-hero-inner h5 {
  color: var(--fw-black-000);
}

@media (max-width: 767px) {
  .home-v2-hero {
    /* height: calc(100dvh - 130px); */
  }

  .home-v2-hero-inner h1 {
    font-size: 1.8rem;
  }
}
