/* body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  background-color: var(--soft-yellow-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  color: var(--dark-text);
} */

/* --- Our Team --- */

.our-team {
  display: flex;
  flex-direction: column;
  padding: 5vh 15vw 10vh 15vw;
  background-color: var(--soft-off-white);
  gap: 1em;
}

.our-team .headings {
  text-align: center;
}

.our-team .headings h2 {
  font-size: 4rem; /* font-weight: 800; letter-spacing: -0.03em; line-height: 1em; */
  position: relative;
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 1em;
}

.our-team .headings span {
  font-size: 4rem;
  position: relative;
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--my-orange);
}

.our-team .headings h2::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  background-color: #000;
  right: 110%;
  top: 50%;
}

.our-team .headings p {
  background-color: var(--my-orange);
  color: var(--soft-off-white);
  padding: 0.5em;
  width: 15em;
  margin: 0 auto 1em auto;
}

.our-team .people {
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding: 1em;
}
.our-team .people .person-card {
  width: 33%;
  height: 20em;
  background-color: var(--soft-yellow-bg);
  border-radius: 1em;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
  gap: 0.2em;
  position: relative;
  /* border: 1px solid black; */
  cursor: pointer;
}
.our-team .people .person-card:hover {
  scale: 1.02;
  transition: all 0.5s ease-in-out;
}
.our-team .people .person-card.active {
  border: 3px solid black;
}
.our-team .people .person-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1em;
  background: linear-gradient(
    to top,
    var(--my-orange),
    var(--my-orange),
    rgba(255, 255, 255, 0)
  );
  z-index: 2;
}

.our-team .people .person-card .detail {
  display: flex;
  flex-direction: row;
  z-index: 3;
  gap: 0.5em;
  align-items: center;
  /* min-height: 10em; */
}

.our-team .people .person-card .number {
  padding: 1em;
  background-color: black;
  color: white;
  border-radius: 0.25em;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.our-team .people .person-card .name {
  font-size: 1rem;

  line-height: 1em;
  font-weight: 600;
  z-index: 3;
}

.our-team .people .person-card .appoint {
  z-index: 3;
  color: var(--my-yellow);
  margin-bottom: 0.25em;
  font-size: 0.75rem;
}

.our-team .people .person-card a {
  z-index: 3;
  width: 100%;
}

.our-team .people .person-card a button {
  padding: 0.5em;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.25em;
  background-color: #000;
  color: white;
  border: none;

  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}

.our-team .people .person-card a button .icon {
  height: 1cap;
}

/* --- Our Team exapanded --- */

.team-expanded {
  display: flex;
  flex-direction: column;
  padding: 5vh 15vw;
  background-color: white;
}

.team-expanded .headings {
  text-align: center;
}

.team-expanded .headings h2 {
  font-size: 4rem; /* font-weight: 800; letter-spacing: -0.03em; line-height: 1em; */
  position: relative;
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 0.9em;
}

.team-expanded .headings span {
  font-size: 4rem;
  position: relative;
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--my-orange);
}

/* .team-expanded .headings h2::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: #000;
  left: -1em;
  top: 50%;
} */

/* .team-expanded .headings h2::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: #000;
  right: -1em;
  top: 50%;
} */

.team-expanded .headings p {
  background-color: var(--my-orange);
  color: var(--soft-off-white);
  padding: 0.5em;
  width: 15em;
  margin: 0 auto 1em auto;
}

.team-expanded .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1em;
  gap: 1em;
}

.team-expanded .cards .team-card {
  width: 100%;
  padding: 1em 3em;
  background-color: black;
  position: relative;
  border-radius: 1em;
  margin-top: 7em;
  padding-bottom: 3em;
}

.team-expanded .cards .team-card h2 {
  color: var(--my-yellow);
  text-align: center;
  margin-top: 5em;
  margin-bottom: 0.25em;
}

.team-expanded .cards .team-card .title {
  color: gray;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}

.team-expanded .cards .team-card .title::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--soft-off-white);
  z-index: 4;
}

.team-expanded .cards .team-card p {
  color: gray;
  text-align: center;
}

.team-expanded .cards .team-card .info-yy {
  text-align: left;
}

.team-expanded .cards .team-card .dp {
  position: absolute;
  width: 14em;
  aspect-ratio: 1;
  top: -7em;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--my-orange);
  border: 5px solid var(--soft-off-white);
  border-radius: 50%;
}

/* --- Main Contact Section Container --- */
.contact-section {
  background-color: var(
    --soft-off-white
  ); /* Soft off-white for the whole component */
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 3.5rem;
  max-width: 80vw;
  margin: auto;
}

/* --- Left Column: Info --- */
.contact-info {
  padding-right: 2rem;
}

.contact-info .subtitle {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--medium-text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.5rem;
}

.contact-info h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black); /* Orange headline */
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.contact-info .description {
  font-size: 1rem;
  color: var(--medium-text);
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-item .icon-wrapper {
  background-color: var(
    --light-orange-accent
  ); /* Light orange icon background */
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--my-orange); /* Orange icon color */
}

.contact-item .icon-wrapper svg {
  width: 24px;
  height: 24px;
}

.contact-item .text-content span {
  display: block;
  font-size: 0.9rem;
  color: var(--medium-text);
}

.contact-item .text-content strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-text);
}

/* --- Right Column: Form --- */
.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.contact-form .form-group {
  margin-bottom: 1.25rem;
}

.contact-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--dark-text);
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--my-orange);
  background-color: var(
    --light-input-bg
  ); /* Light yellow for input background */
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--dark-text);
}

.contact-form textarea {
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa; /* Still a neutral grey for placeholder text */
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  /* SVG icon for dropdown arrow, color adjusted for new palette */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%235f5f5f" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  cursor: pointer;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form .submit-btn {
  background-color: var(--my-orange); /* Orange button */
  color: var(--white);
  border: none;
  border-radius: 50px; /* Pill shape */
  padding: 10px 10px 10px 12px; /* Extra space on left for icon */
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.contact-form .submit-btn:hover {
  background-color: #e46e00; /* Slightly darker orange for hover */
}

.contact-form .submit-btn .icon-circle {
  background-color: var(--white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .submit-btn .icon-circle svg {
  width: 20px;
  height: 20px;
  stroke: var(--my-orange); /* Orange arrow */
  stroke-width: 2;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1em;
}

/* --- Facebook Embed Section --- */
.facebook-embed {
  background-color: var(--soft-off-white);
  padding: 5vh 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.facebook-embed .section-heading {
  text-align: center;
}

.facebook-embed .section-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.5rem;
}

.facebook-embed .section-heading h2 span {
  color: var(--my-orange);
}

.facebook-embed .brief {
  font-size: 1rem;
  color: var(--medium-text);
  line-height: 1.6;
  max-width: 600px;
  text-align: center;
}

.facebook-embed .fb-page {
  width: 100%;
  max-width: 1200px;
}

/* --- Responsive Design --- */
@media (max-width: 900px) {
  .facebook-embed {
    padding: 5vh 5vw;
  }

  .facebook-embed .section-heading h2 {
    font-size: 2rem;
  }

  .facebook-embed .fb-page {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-container {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  .contact-info {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .contact-info h2 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  body {
    padding: 1rem;
  }
  .contact-container {
    padding: 1.5rem;
  }
  .contact-form-wrapper {
    padding: 1.5rem;
  }
}

/* WHY CHOOSE US */

.why-choose-us {
  background-color: black;
  padding: 5vh 10vw;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.why-choose-us .brief {
  color: gray;
  margin-top: 0.5em;
}

.why-choose-us .card-wrapper {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  gap: 1em;
  margin: auto;
  align-items: center;
  margin-left: 2em;
}

.why-choose-us .wrapper {
  width: 100%;
  display: flex;
  gap: 1em;
}

.why-choose-us .wrapper .ind-card {
  width: 100%;
  min-height: 10em;
  /* background-color: var(--soft-yellow-bg); */
  padding: 1em;
  border-radius: 0.5em;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  cursor: pointer;
  position: relative;
}

.why-choose-us .wrapper .ind-card.middle {
  padding: 1em 3em 1em 1em;
}

/* .why-choose-us .wrapper .ind-card::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2em;
  background-color: var(--my-yellow);
  right: 100%;
  bottom: 95%;
} */

.why-choose-us .wrapper .ind-card .num {
  position: absolute;
  right: 100%;
  bottom: 80%;
  font-size: 1.5em;
  font-weight: 800;
  background-color: var(--my-yellow);
  padding: 0.25em;
  border-bottom: 2px solid black;
}

.why-choose-us .wrapper .ind-card p:nth-of-type(2) {
  color: gray;
}

/* .why-choose-us .card-wrapper .service-card.centre {
  margin-top: 3em;
} */

.why-choose-us .card-wrapper .ind-card h3 {
  position: relative;
  font-size: 1.2em;
  /* font-weight: 800; */
  font-family: var(--stylish-font);
  color: var(--soft-yellow-bg);
}

/* CAROUSEL SECTION */

/* Carousel colors rely on your :root palette */
.stack-carousel {
  background: var(--soft-off-white);
  padding: 36px 0;
  display: flex;
  justify-content: center;
}

.stack-carousel__wrap {
  width: 94%;
  max-width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* Buttons */
.stack-btn {
  background: var(--my-orange);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.18s ease,
    background 0.18s ease;
  z-index: 40;
}
.stack-btn:hover {
  transform: scale(1.05);
  background: var(--my-yellow);
  color: var(--black);
}
.stack-btn:active {
  transform: scale(0.98);
}

/* Viewport keeps overflow hidden and centers things */
.stack-viewport {
  flex: 1 1 auto;
  overflow: visible; /* we allow side cards to show */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

/* Track holds the cards but we will position each card absolutely inside the track for stacking */
.stack-track {
  position: relative;
  width: 100%;
  height: 30em; /* base height for desktop, responsive below */
  max-height: 60vh;
  margin: 0 auto;
  pointer-events: none; /* click handled per-card only when active; JS toggles pointer-events */
}

.stack-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  will-change: transform, opacity;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 40px rgba(12, 12, 12, 0.25);
  transition:
    transform 600ms cubic-bezier(0.22, 0.9, 0.35, 1),
    opacity 400ms ease,
    filter 400ms ease;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.85);
}

/* default invisible (off-screen) */
.stack-card {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
  filter: grayscale(0.2) contrast(0.95);
}

/* center card (active) */
.stack-card.is-center {
  width: min(720px, 72%);
  height: calc(min(720px, 72%) * 0.62); /* 16:10-ish */
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 30;
  pointer-events: auto;
  filter: none;
}

/* first left/right neighbors */
.stack-card.is-left-1,
.stack-card.is-right-1 {
  width: min(520px, 46%);
  height: calc(min(520px, 46%) * 0.62);
  opacity: 0.95;
  z-index: 20;
  pointer-events: none;
}

.stack-card.is-left-1 {
  transform: translate(calc(-50% - 36%), -50%) rotate(-6deg) scale(0.92);
  filter: brightness(0.98) saturate(0.98);
}
.stack-card.is-right-1 {
  transform: translate(calc(-50% + 36%), -50%) rotate(6deg) scale(0.92);
  filter: brightness(0.98) saturate(0.98);
}

/* second left/right neighbors (further back) */
.stack-card.is-left-2,
.stack-card.is-right-2 {
  width: min(380px, 34%);
  height: calc(min(380px, 34%) * 0.62);
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.stack-card.is-left-2 {
  transform: translate(calc(-50% - 66%), -50%) rotate(-12deg) scale(0.82);
  filter: brightness(0.92) saturate(0.95) blur(0.2px);
}
.stack-card.is-right-2 {
  transform: translate(calc(-50% + 66%), -50%) rotate(12deg) scale(0.82);
  filter: brightness(0.92) saturate(0.95) blur(0.2px);
}

/* fallback small visible on the far sides (optional) */
.stack-card.is-edge {
  width: min(240px, 24%);
  height: calc(min(240px, 24%) * 0.62);
  opacity: 0.6;
  z-index: 5;
  transform: translate(calc(-50% + 120%), -50%) rotate(18deg) scale(0.7);
}

/* captions overlay (optional) */
.stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}

/* Mobile adjustments */
@media (max-width: 900px) {
  .stack-track {
    height: 320px;
  }
  .stack-card.is-center {
    width: min(600px, 86%);
    height: calc(min(600px, 86%) * 0.62);
  }
  .stack-card.is-left-1,
  .stack-card.is-right-1 {
    width: 46%;
    height: calc(46% * 0.62);
    transform: translate(calc(-50% - 28%), -50%) rotate(-6deg) scale(0.92);
  }
  .stack-card.is-left-2,
  .stack-card.is-right-2 {
    display: none;
  } /* hide deeper layers on small screens */
}

@media (max-width: 520px) {
  .stack-track {
    height: 260px;
  }
  .stack-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .stack-card.is-center {
    width: 92%;
    height: calc(92% * 0.62);
    border-radius: 10px;
  }
  .stack-card.is-left-1,
  .stack-card.is-right-1 {
    width: 38%;
    transform: translate(calc(-50% - 22%), -50%) rotate(-6deg) scale(0.88);
  }
  .stack-btn.stack-btn--prev {
    margin-left: 6px;
  }
  .stack-btn.stack-btn--next {
    margin-right: 6px;
  }
}

/* GALLERY IMGS */

.gallery-imgs {
  display: flex;
  flex-direction: column;
}

.gallery-imgs .img-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  max-width: 90vw;
  margin: 1em auto;
}

.gallery-imgs .img-side .img-card {
  width: 20em;
  height: 20em;
  border-radius: 0.75em;
  cursor: pointer;
  position: relative;
}

.gallery-imgs .img-side .img-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    var(--my-orange),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  bottom: 0;
  border-radius: 0.75em;
}

.gallery-imgs .img-side .img-card button {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 8em;
  padding: 0.5em;
  font-size: 1em;
  background-color: white;
  border-radius: 2em;
  border: none;
  z-index: 2;
  display: none;
}

.gallery-imgs .img-side .img-card:hover {
  scale: 1.03;
  transition: all 0.2s ease-in-out;
}

/* SERVICES SECTION */

.svcs {
  background-color: var(--soft-yellow-bg);
  padding: 5vh 15vw;
  display: flex;
  flex-direction: column;
}

.svcs .card-wrapper {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  padding: 1em 0 2em 0;
  gap: 1em;
}

.svcs .wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.svcs .wrapper.centre .service-card:first-of-type {
  margin-top: 5em;
}

.svcs .wrapper .service-card {
  width: 100%;
  min-height: 10em;
  background-color: var(--soft-yellow-bg);
  padding: 1em;
  border-radius: 0.5em;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75em;
  cursor: pointer;
}

.svcs .service-card .icon {
  width: 30%;
  justify-self: center;
}

.svcs .card-wrapper .service-card:hover {
  scale: 1.02;
  transition: scale 0.5s ease-in-out;
  border: 1px solid var(--my-yellow);
}

/* .svcs .card-wrapper .service-card.centre {
  margin-top: 3em;
} */

.svcs .card-wrapper .service-card h3 {
  position: relative;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 1em;
  text-align: center;
}

.svcs .card-wrapper .service-card h3::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  border-radius: 2em;
  bottom: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--my-orange);
}

.svcs .card-wrapper .service-card .img {
  width: 100%;
  height: 10em;
  border-radius: 0.3em;
}

.our-services {
  display: flex;
  margin: auto;
  padding: 3em 12vw;
  gap: 2em;
  position: relative;
}

.our-services.camps {
  background-color: rgba(255, 255, 255, 0.5);
}

.our-services.camps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/gallery/pic-8.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1; /* transparency only affects the background layer */
  z-index: -1;
}

.our-services.even {
  flex-direction: row-reverse;
  background-color: var(--my-orange);
}

.our-services .img-side,
.our-services .txt-side {
  width: 50%;
}

.our-services .img-side {
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  background-color: #000;
  height: 20em;
}

.our-services .img-side .img {
  width: 20em;
  height: 20em;
  border-radius: 0.5em;
  border: 1px solid var(--my-yellow);
}

.our-services .txt-side {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.our-services .txt-side h3 {
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
}

.our-services .txt-side .info {
  color: var(--my-orange);
}

.our-services.even .txt-side .info {
  color: var(--soft-yellow-bg);
}

.our-services .txt-side h3 {
  font-size: 2em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1em;
}

.our-services .txt-side h3 .icon {
  height: 3cap;
}

.our-services .txt-side .point {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.our-services .txt-side .point .icon {
  height: 2cap;
}

.our-services .txt-side button {
  background-color: black;
  padding: 0.75em;
  color: var(--soft-yellow-bg);
  border: none;
  width: 15em;
}

/* MAIN SERVICE PAGES */

.main-svc {
  background-color: var(--soft-yellow-bg);
  padding: 20vh 15vw 5vh 15vw;
  display: flex;
  flex-direction: column;
}

.main-svc .section-heading h2 {
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
  color: black;
  margin-bottom: 0.2em;
}

.main-svc .card-wrapper {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  gap: 1em;
  margin: 3em 0;
  align-items: center;
}

.main-svc .wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.main-svc .wrapper.centre .img {
  height: 13em;
}

.main-svc .wrapper .img {
  width: 100%;
  height: 10em;
  background-color: var(--my-yellow);
  border-radius: 0.5em;
  cursor: pointer;
}

.main-svc .wrapper .img:hover {
  scale: 1.02;
  transition: all 0.2s ease-in-out;
}

.main-svc .service-card .icon {
  width: 30%;
  justify-self: center;
}

.main-svc .card-wrapper .service-card:hover {
  scale: 1.02;
  transition: scale 0.5s ease-in-out;
  border: 1px solid var(--my-yellow);
}

/* .main-svc .card-wrapper .service-card.centre {
  margin-top: 3em;
} */

.main-svc .card-wrapper .service-card h3 {
  position: relative;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 1em;
  text-align: center;
}

.main-svc .card-wrapper .service-card h3::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  border-radius: 2em;
  bottom: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--my-orange);
}

.main-svc .card-wrapper .service-card .img {
  width: 100%;
  height: 10em;
  border-radius: 0.3em;
}

/* EVENTS PAGE */
.events {
  display: flex;
  margin: auto;
  padding: 3em 12vw;
  gap: 2em;
  position: relative;
}

.events.camps {
  background-color: rgba(255, 255, 255, 0.5);
}

.events.camps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/gallery/pic-8.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.1; /* transparency only affects the background layer */
  z-index: -1;
}

.events.even {
  flex-direction: row-reverse;
  background-color: var(--my-orange);
}

.events .img-side,
.events .txt-side {
  width: 50%;
}

.events .img-side {
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  background-color: #000;
  height: 0;
  padding-bottom: 50%;
  transition: all 0.3s ease-in-out; /* Smooth animation */

  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.events .img-side:hover {
  /* Lift up */
  transform: translateY(-10px);

  /* Shadow grows and gets softer */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.events .img-side .img {
  width: 20em;
  height: 20em;
  border-radius: 0.5em;
  border: 1px solid var(--my-yellow);
}

.events .txt-side {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.events .txt-side .places {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}

.events .txt-side .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}

.events .txt-side .heading {
  border: 1px solid black;
  border-radius: 3em;
  background-color: bisque;
  padding: 0.25em 1em;
  font-weight: 700;
}

.events .txt-side .heading.light {
  background-color: var(--my-yellow);
}

.events .txt-side .places.light .singlePlace {
  color: black;
}

.events .txt-side h3 {
  font-weight: 500;
  font-family: "Caesar Dressing", system-ui;
  font-weight: 400;
  font-style: normal;
}

.events .txt-side .info {
  color: var(--my-orange);
}

.events.even .txt-side .info {
  color: var(--soft-yellow-bg);
}

.events .txt-side h3 {
  font-size: 2em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1em;
}

.events .txt-side h3 .icon {
  height: 3cap;
}

.events .txt-side .point {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.events .txt-side .point .icon {
  height: 2cap;
}

.events .txt-side button {
  background-color: black;
  padding: 0.75em;
  color: var(--soft-yellow-bg);
  border: none;
  width: 15em;
}

/* --- NEW TRIPS GRID STYLES --- */

.trips-section {
  padding: 5vh 10vw;
  background-color: var(--soft-off-white);
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.trips-section h2 {
  color: #e46e00;
}

.trips-section h2 span {
  color: #000;
}

.trips-section .brief {
  color: #000;
  margin-top: 1em;
}

/* Grid Container for Events */
.trips-grid {
  display: grid;
  /* Auto-fit creates responsive columns automatically */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2em;
  width: 100%;
}

/* Individual Trip Card */
.trip-card {
  background-color: var(--white);
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.trip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--my-yellow);
}

/* Card Image Area */
.trip-card .card-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.trip-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.trip-card:hover .card-image img {
  transform: scale(1.05);
}

/* Date Badge Overlay */
.trip-card .date-badge {
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: var(--my-orange);
  color: var(--white);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Card Content Area */
.trip-card .card-details {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  flex-grow: 1; /* Ensures buttons align at bottom if text varies */
}

.trip-card .card-details h3 {
  font-family: var(--stylish-font);
  font-size: 1.8rem;
  color: var(--black);
  margin-bottom: 0.25em;
  text-align: center;
}

.trip-card .card-details .meta-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--medium-text);
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.75em;
}

.trip-card .card-details .meta-info .price {
  color: var(--my-orange);
}

.trip-card .card-details p {
  font-size: 0.95rem;
  color: var(--dark-text);
  line-height: 1.5em;
  margin-bottom: 1em;
  flex-grow: 1;
}

/* Button Styling */
.trip-card .card-details button {
  width: 100%;
  padding: 0.75em;
  background-color: var(--black);
  color: var(--my-yellow);
  border: none;
  border-radius: 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.trip-card .card-details button:hover {
  background-color: var(--my-orange);
  color: var(--white);
}

/* --- Styles for Package Includes List --- */
.trip-card .card-details .includes {
  font-size: 0.9rem;
  color: var(--medium-text);
  margin-bottom: 1em;
  background-color: var(--soft-yellow-bg); /* Subtle background highlight */
  padding: 0.75em;
  border-radius: 0.5em;
}

.trip-card .card-details .includes strong {
  display: block;
  margin-bottom: 0.25em;
  color: var(--black);
}

.trip-card .card-details .includes ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.trip-card .card-details .includes ul li {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.85rem;
}

/* Adds a bullet/dot between items */
.trip-card .card-details .includes ul li:not(:last-child)::after {
  content: "•";
  margin-left: 0.5em;
  color: var(--my-orange);
}

/* --- Mobile Adjustments --- */
@media (max-width: 768px) {
  .trips-section {
    padding: 3em 1em;
  }

  .trips-grid {
    grid-template-columns: 1fr; /* Stack cards on mobile */
  }
}

/* --- REUSABLE TEAM BUILDING CTA BANNER --- */

.team-cta-banner {
  position: relative;
  width: 100%;
  padding: 8vh 10vw;
  /* Replace with a generic team/adventure image URL */
  background-image: url("/assets/images/team-hero.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Creates a cool parallax effect */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.team-cta-banner .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Darkens the image by 60% */
  z-index: 1;
}

.team-cta-banner .cta-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-cta-banner .cta-pre-header {
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--my-yellow);
  margin-bottom: 1em;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em 1em;
  border-radius: 2em;
}

.team-cta-banner h2 {
  font-family: var(--stylish-font); /* Caesar Dressing */
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  color: var(--white);
}

.team-cta-banner h2 span {
  color: var(--my-yellow);
}

.team-cta-banner p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2em;
  color: #f0f0f0;
  text-align: center;
  width: 100%;
}

.team-cta-banner button {
  padding: 1em 2.5em;
  background-color: #000;
  color: var(--my-yellow);
  border: none;
  border-radius: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.team-cta-banner button:hover {
  background-color: var(--my-orange);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .team-cta-banner {
    padding: 4em 1em;
    background-attachment: scroll; /* Parallax doesn't work well on some mobiles */
  }

  .team-cta-banner h2 {
    font-size: 2.5rem;
  }

  .team-cta-banner p {
    font-size: 1rem;
  }
}

/* --- VERTICAL IMMERSIVE SECTIONS --- */

.vertical-showcase {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
}

/* Individual Trip Row */
.showcase-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 10%;
  gap: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Alternate Direction for Even Rows */
.showcase-row:nth-child(even) {
  flex-direction: row-reverse;
  background-color: var(--soft-off-white);
}

/* --- TEXT SIDE --- */
.showcase-text {
  flex: 1;
  max-width: 600px;
}

.showcase-text .mini-tag {
  display: inline-block;
  background: var(--light-orange-accent);
  color: var(--my-orange);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.showcase-text h3 {
  font-family: var(--stylish-font);
  font-size: 2.5rem;
  color: var(--black);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.showcase-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--dark-text);
  margin-bottom: 2rem;
}

.showcase-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.showcase-text ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  color: var(--medium-text);
  font-weight: 500;
}

.showcase-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--my-yellow);
  font-weight: 900;
}

/* --- IMAGE SIDE (TRI-PHOTO CLUSTER) --- */
.showcase-visual {
  flex: 1;
  position: relative;
  height: 500px; /* Space for the cluster */
}

/* The 3 Images styling */
.photo-cluster {
  position: relative;
  width: 100%;
  height: 100%;
}

.photo-cluster img {
  position: absolute;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--white);
  transition:
    transform 0.5s ease,
    z-index 0.5s;
}

/* Default positions for the 3 images */
.photo-cluster img:nth-child(1) {
  /* Main large image */
  width: 70%;
  height: 70%;
  top: 10%;
  left: 0;
  z-index: 2;
}

.photo-cluster img:nth-child(2) {
  /* Secondary image (Top Right) */
  width: 50%;
  height: 45%;
  top: 0;
  right: 0;
  z-index: 1;
}

.photo-cluster img:nth-child(3) {
  /* Tertiary image (Bottom Right) */
  width: 55%;
  height: 50%;
  bottom: 0;
  right: 5%;
  z-index: 3;
}

/* Hover Effect: Explode the cluster slightly */
.showcase-row:hover .photo-cluster img:nth-child(1) {
  transform: scale(1.02) translateX(-10px);
}
.showcase-row:hover .photo-cluster img:nth-child(2) {
  transform: translateY(-10px);
}
.showcase-row:hover .photo-cluster img:nth-child(3) {
  transform: translateY(10px) translateX(10px);
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 900px) {
  .showcase-row,
  .showcase-row:nth-child(even) {
    flex-direction: column-reverse; /* Images on top for mobile */
    padding: 4rem 1.5rem;
    gap: 3rem;
  }

  .showcase-visual {
    width: 100%;
    height: 350px;
  }

  .showcase-text h3 {
    font-size: 2rem;
  }
}

/* --- ROBUST MOBILE FIX FOR PHOTO CLUSTER --- */

@media (max-width: 900px) {
  /* 1. Stack Content: Images on Top */
  .showcase-row,
  .showcase-row:nth-child(even) {
    flex-direction: column-reverse;
    padding: 3rem 1.5rem;
    gap: 2rem;
    text-align: center;
    /* Ensure the row itself allows content to be seen */
    overflow: visible !important;
  }

  /* 2. FORCE THE CONTAINER OPEN */
  .showcase-visual {
    width: 100%;
    /* This forces the box to be 400px tall no matter what */
    min-height: 400px !important;
    position: relative;
    display: block; /* Ensures it behaves like a box, not a flex item */
    margin-bottom: 2rem;
    z-index: 1;
  }

  .photo-cluster {
    width: 100%;
    height: 100%;
    position: absolute; /* Lock it to the container */
    top: 0;
    left: 0;
  }

  /* 3. RE-ARRANGE PHOTOS FOR MOBILE WIDTHS */
  .photo-cluster img {
    border: 3px solid var(--white);
    opacity: 1 !important; /* Force visibility */
    visibility: visible !important;
  }

  /* Main Image (Center) */
  .photo-cluster img:nth-child(1) {
    width: 80%;
    height: 65%;
    top: 10%;
    left: 10%; /* Center it */
    z-index: 2;
  }

  /* Top Right Decor */
  .photo-cluster img:nth-child(2) {
    width: 40%;
    height: 40%;
    top: 0;
    right: 0;
    z-index: 1;
  }

  /* Bottom Left Decor */
  .photo-cluster img:nth-child(3) {
    width: 45%;
    height: 45%;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
