/* =========================
  1. FONT IMPORTS & ROOT VARIABLES
  ========================= */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Poppins:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

:root {
  --primary-color: #245401;
  --secondary-color: #f6ac0f;
  --text-dark: #357d01;
  --text-light: #76797d;
  --text-lighter: #adb0b4;
  --extra-light: #f8fafc;
  --white: #ffffff;
  --max-width: 1200px;
  --header-font: "Raleway", sans-serif;
}

/* Fullscreen shader loader */
#shader-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden;
  display: flex;
}

#shader-canvas {
  width: 100%;
  height: 100%;
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

/* Scroll Animation Utilities */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional Stagger Delays */
.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}


/* =========================
  2. GLOBAL RESETS & BASICS
  ========================= */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

img,
video {
  width: 100%;
  display: flex;
}

/* =========================
  3. SECTION CONTAINERS & LAYOUTS
  ========================= */
.section__container-lead {
  max-width: var(--max-width);
  margin: auto;
  padding-top: 25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding-block: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* =========================
  4. NAVIGATION BAR
  ========================= */
/* Base styles */
nav {
  position: fixed;
  isolation: isolate;
  width: 100%;
  z-index: 9;
}

.nav__bar {
  position: relative;
  isolation: isolate;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav__header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--extra-light);
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--text-dark);
  cursor: pointer;
}

.logo {
  cursor: pointer;
}

.nav__links {
  list-style: none;
  position: absolute;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: rgba(66, 66, 66, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(-100%);
  transition: 0.5s;
  z-index: -1;
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.nav__links a:hover {
  color: var(--secondary-color);
}

/* This makes the active/current page link stay colored */
.nav__links a.active {
  color: var(--secondary-color);
}

.section__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section__nav span {
  padding: 10px 15px;
  font-size: 1.25rem;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.section__nav span:hover {
  background-color: var(--secondary-color);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 2px;
}

.logo div {
  padding-inline: 12px;
  font-size: 2rem;
}

/* =========================
  5. HEADER SECTIONS
  ========================= */
.header {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("assets/SNFOLDER1/snest-4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-about {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("assets/SNFOLDER3/exp-6.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-parents {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("assets/SNFOLDER1/snest-84.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-room-details {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("assets/SNFOLDER3/wall-13.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.header-schools {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("assets/SNFOLDER1/snest-113.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-contact-us {
  min-height: 100vh;
  padding-block: 5rem;
  background-image: linear-gradient(rgba(15, 26, 44, 0.5),
      rgba(15, 26, 44, 0.5)),
    url("https://i.pinimg.com/1200x/ae/1e/e6/ae1ee67bf0a20979ec90dea2886e78e8.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header__container .section__subheader {
  color: var(--white);
}

.header__container h1 {
  margin-bottom: 1rem;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 4rem;
  font-family: var(--header-font);
  color: var(--white);
  position: relative;
  cursor: default;
  -webkit-mask-image: radial-gradient(circle 80px at var(--mouse-x) var(--mouse-y), transparent 0%, rgba(0, 0, 0, 0.392) 100%);
  mask-image: radial-gradient(circle 100px at var(--mouse-x) var(--mouse-y), transparent 0%, rgb(0, 0, 0) 100%);
}

.header__container h1.translucent {
  color: rgba(255, 255, 255, 0.3);
}

.header__container .h1 ::after {
  margin-bottom: 2rem;
  font-size: 12rem;
  font-weight: 800;
  line-height: 7rem;
  font-family: var(--header-font);
  color: var(--white);
}

/* =========================
  6. SECTION HEADERS & BUTTONS
  ========================= */
.section__subheader {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-light);
}

.section__subheader::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 1px;
  width: 100%;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.section__header {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--header-font);
  color: var(--text-dark);
}

.section__description {
  margin-top: 1rem;
  color: var(--text-light);
}

.btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--secondary-color);
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.about-panel {
  background: #000000;
  border-radius: 1px;
  margin: 0px auto 0px auto;
  color: #eee;
  width: 100%;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about-label {
  color: #eee;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}

.about-label::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #be8500;
  border-radius: 1%;
  margin-right: 5px;
}

.about-summary {
  font-size: 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

.about-stats {
  display: flex;
  flex-direction: column;
  /* stack on phones */
  align-items: center;
  gap: 15px;
  justify-content: center;
}

@media (width > 600px) {
  .about-stats {
    flex-direction: row;
    /* side-by-side on tablets and up */
    flex-wrap: wrap;
    /* allow wrapping if items overflow */
    gap: 20px;
  }

  .about-num {
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
  }

  .about-labelstat {
    font-size: 0.75rem;
    color: #bababa;
    margin-top: 1px;
  }
}

@media (width > 1100px) {
  .about-stats {
    gap: 60px;
    /* restore larger spacing on desktops */
  }
}

.stat-group {
  text-align: center;
}

.about-num {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
}

.about-labelstat {
  font-size: 0.95rem;
  color: #bababa;
  margin-top: 1px;
}

/* Mission / Vision */
.about-missionvision {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url("https://i.pinimg.com/1200x/30/83/26/308326850f43cabe36c25f954fc9aab2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-mv__container {
  display: flex;
  position: relative;
  gap: 0.2rem;
  align-items: center;
}

/* Left side: position h2 as translucent large background */
.about-mv__left {
  position: relative;
  flex: 1;
}

.about-mv__left h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(4.5rem, 8vw, 6rem);
  /* responsive sizing: min 2.5rem, preferred 8vw, max 8rem */
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  /* translucent */
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  transform: translateY(-20%);
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0;
}

/* Right side: content above h2 */
.about-mv__right {
  flex: 1;
  position: relative;
  z-index: 1;
}

.about-mv__right p {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text-light);
  line-height: 1.5;
}

/* Vision / Mission */
.about-mv__container2 {
  display: flex;
  position: relative;
  gap: 0.2rem;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 4px solid var(--secondary-color);
  /* I'll maybe change in a few */
}

/* Left side: paragraph content */
.about-mv__left2 {
  flex: 1;
  position: relative;
  z-index: 1;
  /* ensure paragraph above h2 */
}

/* Right side: translucent large h2 */
.about-mv__right2 {
  position: relative;
  flex: 1;
  z-index: 1;
  /* ensure paragraph above h2 */
}

.about-mv__right2 h2 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(4.5rem, 8vw, 6rem);
  /* responsive size */
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  /* translucent */
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  transform: translateY(-20%);
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0;
}

/* Paragraph styling */
.about-mv__left2 p {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text-light);
  line-height: 1.5;
}

/* ============ PHONE AND TABLET MODES FOR THE MISSION AND VISION =============*/
/* Tablet layout with subtle h2 offset */
@media (max-width: 1024px) {

  .about-mv__container,
  .about-mv__container2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .about-mv__left h2,
  .about-mv__right2 h2 {
    position: relative;
    z-index: 0;
    font-size: clamp(3rem, 6vw, 4.5rem);
    transform: translate(10px, 5px);
    /* subtle offset */
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    color: rgba(255, 255, 255, 0.25);
    /* slightly more subtle */
    margin-bottom: 0.5rem;
  }

  .about-mv__right p,
  .about-mv__left2 p {
    font-size: 1.1rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
}

/* Phone layout with subtle h2 offset */
@media (max-width: 600px) {

  .about-mv__container,
  .about-mv__container2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .about-mv__left h2,
  .about-mv__right2 h2 {
    position: relative;
    z-index: 0;
    font-size: clamp(2rem, 8vw, 3rem);
    transform: translate(5px, 3px);
    /* even subtler on phones */
    white-space: normal;
    margin-bottom: 0.3rem;
    color: rgba(255, 255, 255, 0.25);
  }

  .about-mv__right p,
  .about-mv__left2 p {
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    z-index: 1;
  }
}




/* Core Values */
.about-values__container {
  background-color: #ffffff;
  width: 100%;
}

.about-values__container>h2 {
  color: var(--primary-color);
  font-family: var(--header-font);
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.about-values__items {
  display: flex;
  gap: 2.1rem;
  flex-wrap: wrap;
}

.about-value__item {
  flex: 1;
  min-width: 180px;
  margin-bottom: 0.7rem;
}

.about-value__item h3 {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.about-value__item p {
  color: var(--text-light);
  font-size: 1rem;
  margin: 0;
}


/* Team */
.about-team__container>h2 {
  color: var(--primary-color);
  font-family: var(--header-font);
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.about-team__members {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.about-team__member {
  flex: 1;
  min-width: 150px;
  background: var(--extra-light);
  border-radius: 8px;
  padding: 1.2rem;
  box-shadow: 0 1.5px 10px rgba(246, 172, 15, 0.04);
  text-align: center;
}

.about-team__member img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.7rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.about-team__member h3 {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.about-team__member p {
  color: var(--text-light);
  font-size: 0.97rem;
  margin: 0;
}



/* =========================
  7. ANIMATIONS & COLOR CYCLES
  ========================= */
@keyframes warmSwirlColors {
  0% {
    color: #ffffff;
  }

  10% {
    color: #fffef0;
  }

  20% {
    color: #ffef9f;
  }

  30% {
    color: #ffda5e;
  }

  40% {
    color: #ffcf3f;
  }

  50% {
    color: #ffc82b;
  }

  60% {
    color: #f6ac0f;
  }

  70% {
    color: #ffc82b;
  }

  80% {
    color: #ffcf3f;
  }

  90% {
    color: #ffda5e;
  }

  100% {
    color: #ffffff;
  }
}

.color-cycle {
  animation: warmSwirlColors 10s ease-in-out infinite;
  font-weight: 700;
  transition: color 2s ease-in-out;
}

/* =========================
  8. BG PHOTO SECTION & CONTACT PAIRS
  ========================= */
.bg-photo-section {
  width: 100%;
  min-height: fit-content;
  background: black center center / contain;
  background-size: contain;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}

.contact-pair {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bg-photo-section h2 {
  font-family: var(--header-font);
  color: var(--secondary-color);
  font-size: 2rem;
  margin: 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.bg-photo-section h2.visible {
  opacity: 1;
  transform: translateX(0);
}

.bg-photo-section p {
  font-family: var(--header-font);
  color: #bababa;
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.bg-photo-section p.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Tablet layout */
@media (max-width: 1024px) {
  .bg-photo-section h2 {
    font-size: 1.5rem;
    /* smaller heading */
  }

  .bg-photo-section p {
    font-size: 2rem;
    /* smaller paragraph */
  }
}

/* Phone layout */
@media (max-width: 600px) {
  .bg-photo-section h2 {
    font-size: 1.2rem;
    /* even smaller for phones */
  }

  .bg-photo-section p {
    font-size: 1.5rem;
    /* scaled down paragraph */
  }
}


/* =========================
  10. ABOUT SECTION
  ========================= */
.about {
  position: relative;
  isolation: isolate;
  background-color: #1d1d1d;
}

.about::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://i.pinimg.com/736x/d7/59/7d/d7597d755d9525d2ecba964517add45b.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
}

.about__container {
  display: grid;
  gap: 4rem 2rem;
}

.about__grid {
  display: grid;
  gap: 1rem;
}

.about__card {
  height: 100%;
  padding: 2rem;
  display: grid;
  place-content: center;
  text-align: center;
}

.about__card span {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: var(--secondary-color);
}

.about__card h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--text-dark);
}

.about__card p {
  color: var(--text-light);
}

.about__card:nth-child(4) {
  background-color: var(--primary-color);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.about__card:nth-child(4) :is(h4, p) {
  color: var(--white);
}

.about__image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.about__content .section__description {
  margin-bottom: 2rem;
}

/* =========================
  11. ROOM SECTION
  ========================= */
.room__container {
  padding-block: 5rem;
}

.room__container :is(.section__subheader, .section__header) {
  padding-inline: 1rem;
  text-align: center;
}

.room__grid {
  max-width: 1500px;
  margin-inline: auto;
  margin-top: 4rem;
  display: grid;
  gap: 0 1rem;
}

.room__card img {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.room__card__details {
  margin-inline: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: var(--white);
  transform: translateY(-50%);
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.room__card__details h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--text-dark);
}

.room__card__details p {
  color: var(--text-light);
}

.room__card__details h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
}

.room__card__details h3 span {
  font-size: 0.8rem;
}


/* =========================
 12. INTRO SECTION
 ========================= */

.intro {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 600px;
  overflow: hidden;
  background: var(--bg-light);

}

.intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px);
  transition: filter 0.7s ease;

}

.intro.video-active video {
  filter: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255 255 255 / 0.3);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5vw;
  color: var(--text-dark);
  opacity: 0;
  transform: translateX(-25%);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;

}

.intro.show .overlay {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;

}

.overlay h2 {
  font-family: var(--header-font);
  font-size: 7.7rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.overlay p {
  font-size: 1rem;
  line-height: 1.0;
  max-width: 1000px;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}

.overlay button {
  font-size: 0.9rem;
  font-weight: 200;
  padding: 12px 30px;
  border-radius: 1px;
  border: none;
  background-color: var(--text-light);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.overlay button:hover {
  background-color: #e69500;
}

/* =========================
  13. FEATURE SECTION & CAROUSEL
  ========================= */
.feature__container :is(.section__subheader, .section__header) {
  text-align: center;
}

.feature__grid {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

.feature__card span {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  color: var(--secondary-color);
}

.feature__card h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: var(--header-font);
  counter-reset: var(--text-dark);
}

.feature__card p {
  color: var(--text-light);
}

/* Carousel specific styles */
.feature__carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin: 0 5px;
  /* top/bottom = 0, left/right = 5px */
  overflow: hidden;
  border-radius: 1px;
}

.feature__slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
  height: 100%;
}

.feature__slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.feature__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top left,
      rgba(0, 0, 0, 0.7) 40%,
      rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 0.5rem;
  border-top-left-radius: 1px;
  max-width: 80%;
  text-align: right;
}

.feature__caption h4 {
  margin: 0;
  font-size: 1.2rem;
}

.feature__caption p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
}

/* Navigation dots */
.feature__dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.feature__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.feature__dot.active {
  background: var(--secondary-color);
}

/* =========================
  14. PARTNERS SECTION
  ========================= */
.menu {
  background-color: var(--extra-light);
}

.menu__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.partners__list {
  list-style: none;
  margin-block: 4rem;
  display: grid;
  gap: 1rem 4rem;
}

.partners__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: 0s;
}

.partners__list li:hover {
  border-bottom: var(--secondary-color) 2px solid;
  border-left: var(--secondary-color) 2px solid;
  transition: 0.3s;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
}

.partners__list img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 2px;
}

.partners__list h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--header-font);
  color: var(--text-dark);
  transition: 0s;
}

.partners__list p {
  max-width: 400px;
  color: var(--text-light);
  transition: 0s;
  font-size: 0.9rem;
}

.partners__list li:hover :is(p) {
  color: var(--text-light);
}

.partners__list li:hover :is(h4) {
  color: var(--secondary-color);
}

/* =========================
  15. MENU SECTION
  ========================= */
.menu__images {
  margin-bottom: 4rem;
  display: grid;
  gap: 1rem;
}

.menu__images img {
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.menu__banner {
  list-style: none;
  padding: 4rem 2rem;
  display: grid;
  gap: 2rem;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 5px;
}

.menu__banner span {
  font-size: 3.5rem;
  color: var(--secondary-color);
}

.menu__banner h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
}

.menu__banner p {
  color: var(--text-light);
}

/* =========================
  16. NEWS SECTION
  ========================= */
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.news__grid {
  display: grid;
  grid-template-columns: 1fr;
  /* default: one per row */
  gap: 2rem 1.2rem;
  margin-top: 1rem;
}

.news__card {
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.007);
  padding: 0.1rem 0.05rem 1.5rem 0.05rem;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  transition: box-shadow 0.25s ease;
}

.news__card:hover {
  background: #efeeee;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid var(--secondary-color);
}

.news__card img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  margin-bottom: 1.2rem;
  border-radius: 0.3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.news__card__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
  font-family: var(--header-font);
  color: var(--text-lighter);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1;
}

.news__card__title p:first-child {
  color: var(--text-light);
  margin-bottom: 0.3rem;
}

.news__card__title p:last-child {
  color: var(--secondary-color);
}

.news__card h4 {
  font-family: var(--header-font);
  color: var(--text-dark);
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.news__card p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  flex-grow: 1;
}

/* =========================
  17. FOOTER SECTION
  ========================= */
.footer {
  background: linear-gradient(to bottom,
      var(--primary-color) 0%,
      var(--primary-color) 80%,
      /* keep white until 80% of the screen */
      rgb(0, 0, 0) 100%);
}

.footer__container {
  display: grid;
  gap: 4rem 2rem;
}

.footer__logo {
  margin-bottom: 2rem;
  color: var(--white);
}

.footer__logo div {
  background-color: var(--secondary-color);
}

.footer__socials {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__socials a {
  padding: 6px 10px;
  font-size: 1.25rem;
  color: var(--text-light);
  background-color: var(--white);
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.footer__socials a:hover {
  color: var(--white);
  background-color: var(--secondary-color);
}

.footer__col h4 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--white);
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__links a {
  color: var(--text-lighter);
  transition: 0.3s;
}

.footer__links a:hover {
  color: var(--secondary-color);
}

.footer__col:last-child .footer__links li {
  margin-bottom: 2rem;
}

.footer__links span {
  font-size: 2rem;
  color: var(--secondary-color);
}

.footer__links h5 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--white);
}

.footer__links p {
  color: var(--text-lighter);
}

.footer__bar {
  padding: 1rem;
  font-size: 0.8rem;
  color: var(--text-light);
  text-align: center;
}

/* =========================
  18. CAROUSEL (GENERIC)
  ========================= */
.carousel {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  height: 75vh;
  align-items: center;
}

.carousel img {
  height: 100vh;
  width: auto;
  border-radius: 8px;
  scroll-snap-align: start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  flex-shrink: 0;
}

/* =========================
  19. MAP CONTAINER
  ========================= */
.map-container {
  margin: 2rem 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  height: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* =========================
  20. SKELETON LOADER
  ========================= */
@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }

  50% {
    background-color: #f0f0f0;
  }

  100% {
    background-color: #e0e0e0;
  }
}

.skeleton {
  border-radius: 6px;
  animation: pulse 1.5s infinite;
}

.skeleton-title {
  width: 40%;
  height: 2.5rem;
  margin-bottom: 1rem;
}

.skeleton-image {
  width: 300px;
  height: 200px;
  margin-right: 1rem;
  display: inline-block;
}

.skeleton-paragraph {
  width: 100%;
  height: 80px;
  margin-top: 1rem;
}

/* =========================
  21. RETURN BUTTON
  ========================= */
.return-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 2rem;
  transition: background-color 0.3s ease;
}

.return-btn:hover {
  background-color: #d49607;
  cursor: pointer;
}

.overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  color: var(--extra-light);
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
  font-size: 1rem;
  font-family: var(--header-font);
}

.hostel-card.expanded .overlay {
  opacity: 1;
  transform: translateX(0);
}

.overlay h3 {
  margin: 0 0 10px 0;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.6rem;
}

/* =========================
  23. RESPONSIVE MEDIA QUERIES
  ========================= */
@media (width > 600px) {
  .about__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__image:nth-child(1) {
    grid-area: 1/2/2/3;
  }

  .about__image:nth-child(1),
  .about__card:nth-child(4) {
    transform: translateY(2rem);
  }

  .feature__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu__images {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu__banner {
    grid-template-columns: repeat(2, 1fr);
  }

  .news__grid {
    grid-template-columns: repeat(2, 1fr);
    /* tablets */
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__col:first-child {
    grid-column: 1/3;
  }
}

@media (width > 1100px) {
  nav {
    position: static;
    padding-inline: 1rem;
    background-color: #245401;
  }

  .nav__bar {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    border-radius: 5px;
    transform: translateY(50%);
  }

  .nav__header {
    padding: 0;
    background-color: transparent;
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    width: fit-content;
    padding: 0;
    position: static;
    flex-direction: row;
    transform: none;
    background-color: transparent;
  }

  .nav__links a {
    color: var(--text-light);
    transition: 0.3s ease-in-out;
  }


  .about::before {
    height: 75%;
    width: 75%;
  }

  .about__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .room__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .feature__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .partners__header {
    flex-direction: row;
  }

  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners__list img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 2px;
  }

  .partners__list h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--text-dark);
    transition: 0s;
  }

  .partners__list p {
    max-width: 400px;
    color: var(--text-light);
    transition: 0s;
  }

  .menu__images {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu__banner {
    grid-template-columns: repeat(4, 1fr);
  }

  .news__header {
    flex-direction: row;
  }

  .news__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__container {
    grid-template-columns: 2fr repeat(2, 1fr);
  }

  .footer__col:first-child {
    grid-column: unset;
  }

  /* =========================
   section container paddings
  ========================= */
  .section__container-lead {
    max-width: var(--max-width);
    margin: auto;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section__container {
    max-width: var(--max-width);
    margin: auto;
    padding: 2rem 1rem;
  }

  /* =========================
   normal desktop text styles
  ========================= */
  .header__container h1 {
    margin-bottom: 2rem;
    font-size: 7.7rem;
    font-weight: 700;
    line-height: 7rem;
    font-family: var(--header-font);
    color: var(--white);
    position: relative;
    cursor: default;
    -webkit-mask-image: radial-gradient(circle 80px at var(--mouse-x) var(--mouse-y), transparent 0%, rgba(0, 0, 0, 0.392) 100%);
    mask-image: radial-gradient(circle 100px at var(--mouse-x) var(--mouse-y), transparent 0%, rgb(0, 0, 0) 100%);
  }

  .header__container h1.translucent {
    color: rgba(255, 255, 255, 0.3);
  }

  .header__container .h1 ::after {
    margin-bottom: 2rem;
    font-size: 12rem;
    font-weight: 800;
    line-height: 7rem;
    font-family: var(--header-font);
    color: var(--white);
  }

  /* =========================
   normal desktop text styles
  ========================= */
  .section__subheader {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-light);
  }

  .section__subheader::after {
    content: "";
    display: block;
    margin-top: 0.5rem;
    height: 1px;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 2px;
  }

  .section__header {
    font-size: 3rem;
    font-weight: 800;
    font-family: var(--header-font);
    color: var(--text-dark);
  }

  .section__description {
    margin-top: 1rem;
    color: var(--text-light);
    font-size: 1.2rem;
  }
}

@media (width > 1100px) {
  .about__grid {
    gap: 2rem;
  }

  .room__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .menu__images {
    gap: 2rem;
  }

  .news__grid {
    gap: 2rem;
  }
}

.partnership__block,
.school__partners,
.agent__partners,
.sustainability__partners,
.community__partners {
  margin-top: 4rem;
}

.partnership__block {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.partnership__block img {
  border-radius: 10px;
}

.stats {
  list-style: none;
  margin: 1rem 0;
  color: var(--text-light);
}

.logo__grid,
.impact__grid,
.testimonial__grid {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

.logo__grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
}

.impact__grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.testimonial__grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.testimonial {
  background-color: var(--extra-light);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

blockquote {
  font-style: italic;
  color: var(--text-dark);
}

.community__stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
  color: var(--text-light);
}

.universal__cta {
  text-align: center;
  padding: 3rem 1rem;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
  margin-top: 5rem;
}

.universal__cta .btn {
  background-color: var(--secondary-color);
  color: var(--white);
}

.universal__cta .btn:hover {
  background-color: #d49607;
}

.card-container {
  display: flex;
  gap: 4px;
  padding: 40px;
  background: #ffffff;
}

.profile-card {
  position: relative;
  width: 220px;
  height: 320px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.profile-card img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s;
}

.card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 2;
  color: var(--text-light);
}

.card-name {
  font-weight: 600;
  font-size: 1.07rem;
}

.card-position {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Hover details overlay */
.card-hover-details {
  position: absolute;
  inset: 0;
  background: rgba(130, 130, 130, 0.97);
  /* soft grey overlay */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 24px;
  text-align: center;
}

.profile-card:hover .card-hover-details {
  opacity: 1;
}

.profile-card:hover img {
  opacity: 0.15;
}

.profile-card:hover .card-info {
  opacity: 0;
  transition: opacity 0.24s;
}

.card-hover-name {
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.card-hover-position {
  font-size: 1rem;
  margin-bottom: 14px;
}

.card-hover-description {
  font-size: 0.98rem;
  line-height: 1.4;
  max-width: 180px;
  color: #e7e7e7;
}

/* Tablet layout */
@media (max-width: 950px) {
  .card-container {
    flex-wrap: wrap;
    /* allow wrapping */
    justify-content: center;
    /* center cards */
    gap: 16px;
    /* slightly smaller gap */
    padding: 32px;
  }

  .profile-card {
    width: calc(50% - 16px);
    /* two cards per row with gap */
    height: auto;
    /* allow height to scale naturally if needed */
  }

  .card-name {
    font-size: 1rem;
  }

  .card-position {
    font-size: 0.9rem;
  }

  .card-hover-name {
    font-size: 1.05rem;
  }

  .card-hover-position {
    font-size: 0.95rem;
  }

  .card-hover-description {
    font-size: 0.9rem;
  }
}

/* Phone layout */
@media (max-width: 600px) {
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
  }

  .profile-card {
    width: 100%;
    /* full width */
    max-width: 280px;
    /* optional to avoid too wide */
    height: auto;
  }

  .card-name {
    font-size: 0.95rem;
  }

  .card-position {
    font-size: 0.85rem;
  }

  .card-hover-name {
    font-size: 1rem;
  }

  .card-hover-position {
    font-size: 0.9rem;
  }

  .card-hover-description {
    font-size: 0.88rem;
  }
}

/* =========================
  NEW FOOTER STYLES (MVDVisuals Style)
  ========================= */
.new-footer {
  background-color: var(--white);
  color: var(--text-dark);
  padding: 4rem 2rem 1rem;
  font-family: var(--header-font);
  border-top: 1px solid #eee;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer__left {
  flex: 1;
  min-width: 300px;
}

.big-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.big-nav-links li {
  margin-bottom: 0.5rem;
}

.big-nav-links a {
  font-size: clamp(2rem, 4vw, 3.5rem);
  /* Responsive large font */
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s ease;
  line-height: 1.1;
}

.big-nav-links a:hover {
  color: var(--secondary-color);
}

.big-nav-links .arrow {
  font-size: 0.6em;
  /* Smaller arrow relative to text */
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.big-nav-links a:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.footer__right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 500px;
}

.newsletter-section {
  position: relative;
  z-index: 1;
}

.newsletter-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.newsletter-section p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
}

.newsletter-form input:focus {
  border-color: var(--secondary-color);
}

.newsletter-form button {
  background-color: var(--text-dark);
  color: var(--white);
  border: none;
  padding: 0 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: var(--secondary-color);
}

.contact-large {
  text-align: right;
}

.contact-large .email-link {
  display: block;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.contact-large .email-link:hover {
  color: var(--secondary-color);
}

.contact-large .phone-number {
  font-size: 1.5rem;
  color: var(--text-light);
  font-weight: 500;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__bottom .copyright {
  color: var(--text-lighter);
  font-size: 0.9rem;
}

.footer__bottom .footer__socials {
  margin: 0;
  /* Reset default margin */
}

.footer__bottom .footer__socials a {
  background-color: #f5f5f5;
  color: var(--text-dark);
}

.footer__bottom .footer__socials a:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    gap: 3rem;
  }

  .footer__right {
    width: 100%;
    max-width: 100%;
  }

  .contact-large {
    text-align: left;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
}

/* Artistic Enhancements */
.footer__left {
  position: relative;
}

.footer__left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-image: url('assets/NEST GREY LOGO.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.big-nav-links {
  position: relative;
  z-index: 1;
}

.footer__right {
  position: relative;
  overflow: hidden;
}

.footer__right::before {
  content: 'nest';
  position: absolute;
  top: 30%;
  right: 5%;
  font-size: 10rem;
  font-weight: 900;
  color: var(--text-dark);
  opacity: 0.1;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  transform: rotate(-0deg);
}

.contact-large {
  position: relative;
  z-index: 1;
}

/* =========================
  9. FAQ SECTION
  ========================= */
.faq-section {
  background-color: var(--primary-color);
  /* Dark green matching reference */
  color: #ffffff;
  padding: 5rem 2rem;
  font-family: var(--header-font);
}

.faq-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 900px) {
  .faq-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 6rem;
  }
}

/* Left Column */
.faq-left {
  flex: 1;
  max-width: 400px;
}

.faq-header {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  /* Ensure white text */
}

.faq-header span.italic-accent {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--secondary-color);
  /* Light lime/yellow accent */
}

.faq-subtext {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Right Column (Accordion) */
.faq-right {
  flex: 1.5;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.5rem 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--secondary-color);
}

.faq-icon {
  font-size: 2rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
  /* Turn + to x */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.faq-answer p {
  padding-bottom: 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.faq-answer.open {
  opacity: 1;
  /* Max-height will be set by JS */
}