/* Ekiti Experience overrides */

.image.pool-party-photo {
  object-position: 50% 75%;
}

.lines_dynamic .flex_dyn {
  gap: 16px;
}
.lines_dynamic .title_line {
  min-width: 0;
}
.lines_dynamic .timing_txt {
  flex-shrink: 0;
  white-space: nowrap;
}

.conference-footer-art {
  display: flex;
  justify-content: center;
  padding: 32px 24px 48px;
}
.conference-footer-art img {
  width: clamp(112px, 14vw, 192px);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.ekiti-closing {
  background: #171826;
  padding: 24px 0 0;
}
.ekiti-closing-card {
  margin: 0 24px 24px;
  padding: clamp(24px, 4vw, 56px);
  background: #dfe3f9;
  color: #171826;
  border-radius: 6px;
}
.ekiti-closing-card h2 {
  font: inherit;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.04;
  margin: 0 0 32px;
}
.ekiti-closing-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.event-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 18px 28px;
  min-height: 52px;
  background: #171826;
  color: #dfe3f9;
  text-decoration: none;
  border-radius: 6px;
  font-size: 20px;
}
.event-button:hover {
  background: #293aa0;
  color: white;
}
.event-button:focus-visible {
  outline: 3px solid #be2ebb;
  outline-offset: 4px;
}
.ekiti-poster-crop {
  position: relative;
  width: 100%;
  aspect-ratio: 1400 / 1200;
  overflow: hidden;
}
.ekiti-poster-crop > img {
  display: block;
  position: absolute;
  width: 100%;
  max-width: none;
  height: auto;
  top: 0;
  left: 0;
  transform: translateY(-14.6%);
}
.apart_image {
  background: #dfe3f9;
}
.apart_image:has(> .overlay_tags):not(:has(> img)) {
  background: #203c9a url("/source-assets/brand/texture-adire-blue.jpg") center /
    cover;
}
.apartments .tag_available {
  gap: 0;
}
.apartments .tag_info {
  white-space: normal;
}
.apartments .tags_info {
  gap: 8px;
}
.apartments .content_apart {
  min-height: 230px;
}
.apartments .desc_home {
  min-height: 72px;
}
.footer .wrapper_footer {
  padding-bottom: 24px;
}
.footer .back_socials {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .ekiti-closing {
    padding-top: 16px;
  }
  .ekiti-closing-card {
    margin: 0 16px 16px;
  }
  .ekiti-closing-action img {
    width: 48px;
    height: 48px;
  }
  .event-button {
    padding: 14px 20px;
    gap: 24px;
  }
}
.faqs .item_content-wrapper {
  display: none;
}
.faqs .accordion-item.is-open .item_content-wrapper {
  display: block;
  height: auto;
}
.faqs .accordion_head-wrapper {
  cursor: pointer;
}
.faqs .accordion_head-wrapper:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.faqs .icon_wrapper::after {
  content: "+";
  font-size: 24px;
}
.faqs .is-open .icon_wrapper::after {
  content: "−";
}

.overlay_hero {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32),
    rgba(0, 0, 0, 0.58) 55%,
    rgba(0, 0, 0, 0.82)
  );
}

.hero .heading_box,
.header .logo {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.hero .heading_h1 {
  padding: 0;
  border-radius: 0;
  background: none;
}

.hero .h1 {
  color: #fff !important;
}

.hero .p_box {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.78);
}

/* Center gallery panel uses a still image (no video loop). */
.photo--center img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
