/* Isange Paradise — home page sections */

/* Full-bleed sections inside #spa-content (avoid 100vw — causes mobile side gutters) */
body.home-one #spa-content.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow-x: clip;
  max-width: 100%;
}

.page-wrapper {
  overflow-x: clip;
}

.isange-hero--full {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  background: var(--eco-green, #106b38);
}

.isange-hero-carousel {
  width: 100%;
  min-height: min(85vh, 720px);
}

.isange-hero-carousel .carousel-inner,
.isange-hero-carousel .carousel-item {
  min-height: min(85vh, 720px);
}

.isange-hero-slide {
  position: relative;
  min-height: min(85vh, 720px);
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.isange-hero-slide__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.isange-hero-carousel__control {
  z-index: 5;
  width: auto;
  opacity: 1;
}

.isange-hero-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 1rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25rem;
  transition: background 0.2s ease;
}

.isange-hero-carousel__control:hover .isange-hero-carousel__arrow {
  background: rgba(0, 0, 0, 0.55);
}

.isange-hero-slide--fallback {
  min-height: min(70vh, 560px);
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #106b38 0%, #0d5a30 100%);
}

.isange-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(16, 107, 56, 0.32) 0%,
    rgba(16, 107, 56, 0.1) 28%,
    transparent 62%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.isange-hero__content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 4rem;
}

.isange-hero__content {
  max-width: 52rem;
}

.isange-hero__title {
  color: #fff !important;
  font-size: clamp(1.85rem, 4.5vw, 3.25rem);
  line-height: 1.15;
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.isange-hero__caption {
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

.isange-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.isange-hero__actions .theme-btn.style-three {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.isange-hero__actions .theme-btn.style-three:hover {
  background: #fff !important;
  color: var(--eco-green, #106b38) !important;
  border-color: #fff !important;
}


.isange-about-excerpt p:last-child {
  margin-bottom: 0;
}

.isange-section {
  padding: 5rem 0;
}

.isange-section--cream {
  background: var(--eco-cream, #f8f6f1);
}

.isange-section--green {
  background: var(--eco-green, #106b38);
  color: #fff;
}

.isange-section--green h2,
.isange-section--green h3,
.isange-section--green .section-title h2 {
  color: #fff;
}

.isange-section__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color, #e85e26);
  margin-bottom: 0.5rem;
}

.isange-section--green .isange-section__eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.isange-impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.isange-impact-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--border-color);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.isange-impact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(16, 107, 56, 0.1);
}

.isange-impact-card i {
  font-size: 1.5rem;
  color: var(--primary-color, #e85e26);
  margin-bottom: 0.65rem;
}

.isange-impact-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.isange-why-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  height: 100%;
}

.isange-why-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-color, #e85e26);
}

.isange-experience-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.isange-experience-list li a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  color: var(--eco-green, #106b38);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.isange-experience-list li a:hover {
  background: var(--eco-green, #106b38);
  color: #fff;
}

.isange-experience-list li a i {
  color: var(--primary-color, #e85e26);
}

.isange-experience-list li a:hover i {
  color: #fff;
}

.isange-experience-list--cart .isange-experience-list__row {
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
}

.isange-experience-list--cart .isange-experience-list__row > a {
  flex: 1 1 auto;
  min-width: 0;
}

.isange-experience-list__add {
  flex: 0 0 42px;
  width: 42px;
  border: 1px solid var(--eco-green, #106b38);
  border-radius: 10px;
  background: #fff;
  color: var(--eco-green, #106b38);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.isange-experience-list__add:hover,
.isange-experience-list__add.is-added {
  background: var(--eco-green, #106b38);
  color: #fff;
}

.isange-cta-band {
  text-align: center;
  padding: 4.5rem 1.5rem;
  background: linear-gradient(135deg, var(--eco-green, #106b38) 0%, #0d5a30 100%);
  color: #fff;
  border-radius: 0;
}

.isange-cta-band h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.isange-cta-band p {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  opacity: 0.92;
}

.isange-purpose-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.isange-purpose-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  font-weight: 600;
}

.isange-purpose-list i {
  color: var(--primary-color, #e85e26);
  margin-top: 0.15rem;
}

.isange-amenities-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--base-color);
}

.isange-amenities-inline span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.isange-amenities-inline i {
  color: var(--eco-green, #106b38);
}

.isange-about-media img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.isange-events-capacity {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: var(--primary-soft);
  color: var(--eco-green, #106b38);
  font-weight: 700;
  border-radius: 999px;
  font-size: 0.9rem;
}

.page-banner-area--solid.bgc-black {
  background: var(--eco-green, #106b38) !important;
}

.page-banner-area .page-title {
  color: #fff !important;
}

.page-banner-area--fullbleed {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.page-banner-area--banner {
  padding: 7rem 0 5rem;
  min-height: min(52vh, 520px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat;
}

.page-banner-area--fullscreen {
  min-height: min(88vh, 820px);
  min-height: min(88dvh, 820px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 7rem 0 4.5rem;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat;
}

.page-banner-area--fullscreen .page-banner-area__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(16, 107, 56, 0.88) 0%,
    rgba(16, 107, 56, 0.35) 38%,
    rgba(0, 0, 0, 0.08) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.page-banner-area--banner .page-banner-area__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(16, 107, 56, 0.78) 0%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.page-banner-area--fullscreen .page-banner-area__content,
.page-banner-area--banner .page-banner-area__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-banner-area__subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.page-banner-area__highlight {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.page-banner-area__highlight--solid {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-banner-area__highlight-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.isange-youtube-widget {
  padding: 3.5rem 0;
  background: var(--eco-cream, #f8f6f1);
}

.isange-youtube-widget--cream {
  background: var(--eco-cream, #f8f6f1);
}

.isange-youtube-widget--white {
  background: #fff;
}

.isange-youtube-widget__inner {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 32px rgba(16, 107, 56, 0.08);
  border: 1px solid rgba(16, 107, 56, 0.1);
}

.isange-youtube-widget__embed iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 12px;
}

.isange-purpose-list--compact li {
  margin-bottom: 0.65rem;
}

.isange-impact-card--clean {
  border: 1px solid rgba(16, 107, 56, 0.12);
  box-shadow: none;
}

/* Future 4 Kids — mission split layout */
.isange-f4k-mission__intro {
  margin-top: 0.35rem;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  border: 1px solid rgba(16, 107, 56, 0.1);
  box-shadow: 0 8px 28px rgba(16, 107, 56, 0.06);
}

.isange-f4k-mission__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 600;
  color: var(--base-color, #333);
}

.isange-f4k-mission__text {
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(51, 51, 51, 0.92);
}

.isange-f4k-mission__text strong {
  color: var(--eco-green, #106b38);
}

.isange-f4k-mission__bullets {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .isange-f4k-mission__bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 0.15rem;
  }
}

.isange-f4k-mission__bullets li {
  padding: 0.5rem 0.65rem;
  margin-bottom: 0.35rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  transition: background 0.2s ease;
}

.isange-f4k-mission__bullets li:hover {
  background: #fff;
}

.isange-f4k-mission__actions {
  margin-top: 2rem;
}

.isange-f4k-mission__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 6rem;
}

.isange-f4k-mission__impact {
  background: linear-gradient(155deg, #fff 0%, #f3faf6 100%);
  box-shadow: 0 14px 40px rgba(16, 107, 56, 0.1);
  border: 1px solid rgba(16, 107, 56, 0.14);
}

.isange-f4k-mission__impact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(232, 94, 38, 0.12);
  color: var(--primary-color, #e85e26);
  font-size: 1.25rem;
}

.isange-f4k-mission__impact h3 {
  font-size: 1.15rem;
  color: var(--eco-green, #106b38);
  margin-bottom: 0.65rem;
}

.isange-f4k-mission__headline {
  margin: 0;
  padding: 1.75rem 1.5rem 1.85rem;
  background: linear-gradient(145deg, #106b38 0%, #0d5a30 55%, #084a28 100%);
  border-radius: 16px;
  border: none;
  box-shadow: 0 18px 48px rgba(16, 107, 56, 0.22);
  position: relative;
  overflow: hidden;
}

.isange-f4k-mission__headline::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 55%;
  height: 120%;
  background: radial-gradient(circle, rgba(232, 94, 38, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.isange-f4k-mission__headline-text {
  position: relative;
  z-index: 1;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #fff;
}

.isange-why-card--minimal {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(16, 107, 56, 0.1);
  background: #fff;
}

/* Updates / blog */
.isange-update-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 107, 56, 0.12);
  box-shadow: 0 12px 36px rgba(16, 107, 56, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.isange-update-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(16, 107, 56, 0.14);
}

.isange-update-card__image-link {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.isange-update-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.isange-update-card:hover .isange-update-card__image {
  transform: scale(1.04);
}

.isange-update-card__body {
  padding: 1.25rem 1.35rem 1.4rem;
}

.isange-update-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.65);
  margin-bottom: 0.65rem;
}

.isange-update-card__meta i {
  color: var(--primary-color, #e85e26);
  margin-right: 0.25rem;
}

.isange-update-card__title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.isange-update-card__title a {
  color: var(--eco-green, #106b38);
  text-decoration: none;
}

.isange-update-card__title a:hover {
  color: var(--primary-color, #e85e26);
}

.isange-update-card__excerpt {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(51, 51, 51, 0.85);
  margin-bottom: 0.85rem;
}

.isange-update-card__more {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary-color, #e85e26);
  text-decoration: none;
}

.isange-update-card--compact .isange-update-card__image-link {
  aspect-ratio: 16 / 9;
}

.isange-update-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 1.25rem;
}

.isange-update-single__meta i {
  color: var(--primary-color, #e85e26);
  margin-right: 0.3rem;
}

.isange-update-single__hero img {
  max-height: 420px;
  object-fit: cover;
}

.isange-update-comments__title {
  font-size: 1.35rem;
  color: var(--eco-green, #106b38);
  margin-bottom: 1.25rem;
}

.isange-update-comments__item {
  padding: 1rem 1.15rem;
  margin-bottom: 0.75rem;
  background: var(--eco-cream, #f8f6f1);
  border-radius: 12px;
  border: 1px solid rgba(16, 107, 56, 0.1);
}

.isange-update-comments__author {
  font-weight: 700;
  color: var(--eco-green, #106b38);
}

.isange-update-comments__time {
  display: block;
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 0.55);
  margin-bottom: 0.5rem;
}

.isange-update-comments__body {
  line-height: 1.65;
  white-space: pre-wrap;
}

.isange-update-comments__form-wrap {
  padding: 1.5rem;
  background: var(--eco-cream, #f8f6f1);
  border-radius: 14px;
  border: 1px solid rgba(16, 107, 56, 0.12);
}

.isange-updates__pagination .pagination {
  gap: 0.35rem;
}

@media (max-width: 991px) {
  .isange-f4k-mission__aside {
    position: static;
  }

  .isange-f4k-mission__headline {
    margin-top: 0.25rem;
  }
}

.isange-about-actions .theme-btn {
  min-width: min(100%, 14rem);
}

/* Floating WhatsApp — uses contact phone from settings */
.ma-whatsapp-float {
  position: fixed;
  z-index: 1035;
  left: 1rem;
  bottom: calc(1.15rem + env(safe-area-inset-bottom, 0));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  font-size: 1.65rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ma-whatsapp-float:hover {
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
  .isange-section {
    padding: 3.25rem 0;
  }

  .isange-f4k-mission__bullets {
    display: block;
  }

  .isange-hero-carousel,
  .isange-hero-carousel .carousel-inner,
  .isange-hero-carousel .carousel-item,
  .isange-hero-slide {
    min-height: min(78vh, 640px);
  }

  .isange-hero-slide {
    align-items: flex-end;
  }

  .isange-hero__content-wrap {
    padding: 2rem 1rem 2.75rem;
  }

  .isange-hero__content {
    max-width: 100%;
  }

  .isange-hero__title {
    font-size: clamp(1.4rem, 7vw, 2rem);
    line-height: 1.2;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .isange-hero__caption {
    font-size: clamp(0.95rem, 3.8vw, 1.15rem);
    margin-bottom: 1.1rem;
  }

  .isange-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .isange-hero__actions .theme-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .isange-hero-carousel__control {
    width: 2.75rem;
    opacity: 1;
  }

  .isange-hero-carousel__arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.45);
  }

  .carousel-control-prev.isange-hero-carousel__control {
    left: 0.25rem;
  }

  .carousel-control-next.isange-hero-carousel__control {
    right: 0.25rem;
  }

  .who-we-are-area .row {
    flex-direction: column-reverse;
  }

  .isange-about-media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .isange-about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .isange-about-actions .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .ma-whatsapp-float {
    bottom: calc(5.25rem + env(safe-area-inset-bottom, 0));
    left: 0.85rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  .page-banner-area--fullscreen {
    min-height: min(70vh, 560px);
    padding: 5.5rem 1rem 2.5rem;
  }

  .page-banner-area--banner {
    min-height: min(42vh, 380px);
    padding: 5rem 1rem 2.5rem;
  }

  .page-banner-area .page-title {
    font-size: clamp(1.5rem, 7vw, 2.25rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
}
