/* ============================================================
   ACTIVITIES LISTING PAGE — activities.css
   ============================================================ */

/* ── 1. HERO ─────────────────────────────────────────────── */

/* ── 2. ENDLESS EXPERIENCES — image+slider left, text right ── */

.activities-experiences {
  position: relative;
  overflow: hidden;
  background: #fbf5e5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.activities-experiences > .container {
  position: relative;
  z-index: 2;
}

/* Kill global .unique::after pattern asset for this page */
.activities-experiences::after {
  background: none !important;
}

/*
 * Decorative PNG — on the section (not .unique_main) so it spans the full height including
 * .unique’s padding-bottom; slider/copy stay opaque via their own z-index.
 */
.activities-experiences::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  /* Extend below section edge so nudge isn’t clipped by overflow:hidden */
  bottom: -48px;
  width: 50%;
  background-image: url("../image/section-2-image-right-side.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  pointer-events: none;
}

.activities-experiences .container {
  padding: 0 60px;
}

.activities-experiences .activities-img-wrap {
  margin-left: 0;
}

.activities-experiences .unique_main{
  align-items: center;
}
.activities-experiences .unique_main .activities-img-wrap {
  position: relative;
  width: 52%;
}

.activities-experiences .unique_information {
  margin-top: 0px;
}
.unique_main h2 {
    max-width: 100%;
}
.activities-img-wrap .activities-experiences-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.activities-experiences .unique_information {
  position: relative;
}

.activities-experiences .slick-dots{
  bottom: 36px;
}
/* 1st paragraph: 20px below; 2nd: 40px before CTA (matches style.css .unique_main p) */
.unique_information p {
  margin-bottom: 20px;
}

.activities-experiences .unique_information .endless-experiences-description {
  color: #121212;

/* Paragraph */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600 !important;
line-height: 28px; /* 155.556% */
}
.activities-experiences .unique_information .endless-experiences-description-2 {

  /* Paragraph */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600 !important;
line-height: 28px; /* 155.556% */
  margin-bottom: 40px;
}
/* ── 3. ACTIVITY GRID ─────────────────────────────────────── */

.activity-listing-section {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 100px; */
  padding: 100px 150px;
  box-sizing: border-box;
}

.activity-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.activity-listing-grid .activity-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.activity-listing-grid .activity-card h3 {
  font-weight: 500;
}

/* CTA below grid */
.activity-listing-cta {
  text-align: center;
  margin-top: 60px;
}

.activity-listing-cta .btn {
  padding: 18px 40px;
  font-size: 18px;
}

/* ── 4. NEWSLETTER ────────────────────────────────────────── */

.newsletter {
  background: #f0ebdf;
  padding: 120px 0;
}

.newsletter-inner {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  align-items: center;
  gap: 80px;
}

.newsletter-visual {
  flex: 0 0 398px;
}

.newsletter-visual img {
  width: 398px;
  height: 240px;
  object-fit: cover;
  display: block;
}

.newsletter-content {
  flex: 1;
}

.newsletter-eyebrow {
  color: #6f7945;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.newsletter-title {
  color: #a05b3f;
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 20px;
}

.newsletter-text {
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 83%;
  margin: 0 0 40px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsletter-form input {
  flex: 1;
  border: 1px solid #bd956f;
  padding: 16px 20px;
  background: #f3f3f3;
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: 400px;
  outline: none;
}

.newsletter-form button {
  border: 0;
  padding: 16px 20px;
  background: #a76042;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.newsletter-form button:hover {
  background: #08415c;
}

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

/* ── 1600px ── */
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1599px) {
  .act-hero-title {
    font-size: 66px;
  }

  .activity-listing-section {
    padding: 100px 80px;
  }

  .newsletter-inner {
    padding: 0 80px;
    gap: 64px;
  }

  .newsletter-title {
    font-size: 52px;
  }
}

/* ── 1440px ── */
@media only screen and (max-width: 1439px) {
  .newsletter {
    padding: 90px 0;
  }

  .newsletter-inner {
    gap: 48px;
  }

  .newsletter-title {
    font-size: 46px;
  }
}

/* ── 1366px ── */
@media only screen and (max-width: 1365px) {
  .activity-listing-section {
    padding: 100px 40px;
  }

  .newsletter-inner {
    padding: 0 40px;
    gap: 36px;
  }

  .newsletter-visual {
    flex-basis: 300px;
  }

  .newsletter-visual img {
    width: 300px;
    height: auto;
  }

  .newsletter-title {
    font-size: 40px;
  }
}

/* ── 1280px ── */
@media only screen and (max-width: 1279px) {
  .act-hero-title {
    font-size: 58px;
  }

  .act-hero-eyebrow {
    font-size: 17px;
  }

  .act-hero-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .newsletter-inner {
    gap: 28px;
  }

  .newsletter-visual {
    flex-basis: 260px;
  }

  .newsletter-visual img {
    width: 260px;
  }

  .newsletter-title {
    font-size: 34px;
  }

  .newsletter-text {
    font-size: 16px;
    line-height: 1.5;
  }
   .activity-card h3{
      font-size: 24px;
          padding: 30px;
  }
  .activities-experiences .unique_information .endless-experiences-description-2,.activities-experiences .unique_information .endless-experiences-description {
    font-size: 16px;
}
}

/* ── 1024px ── */
@media only screen and (max-width: 1023px) {
  /* Section 2 — stack vertically */
  .activities-experiences .unique_main {
    padding: 0 16px;
    flex-direction: column;
  }

  .activities-experiences .unique_main .activities-img-wrap {
    width: 100%;
  }

  .activities-experiences .unique_information {
    width: 100%;
    height: auto;
    padding: 50px 40px;
  }

  .activities-experiences .unique_information .endless-experiences-description {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #121212;
    margin-bottom: 20px;
  }
  .activities-experiences .unique_information .endless-experiences-description-2 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
  }

  .activities-experiences::before {
    width: 100%;
  }

  /* Section 3 */
  .activity-listing-section {
    padding: 80px 30px;
    /* gap: 60px; */
  }

  .activity-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Newsletter */
  .newsletter-inner {
    padding: 0 30px;
    text-align: center;
    gap: 40px;
    flex-direction: column;
  }

  .newsletter-visual {
    flex-basis: auto;
  }

  .newsletter-visual img {
    width: 290px;
  }

  .newsletter-content {
    text-align: left;
    width: 100%;
  }

  .newsletter-title {
    font-size: 44px;
  }

  .newsletter-text {
    max-width: 100%;
  }
 
}

/* ── 801px ── */
@media only screen and (max-width: 801px) {
  /* Hero */
  .activities-hero.hero-section {
    height: 75dvh;
    max-height: 75dvh;
    background-size: 120%;
    background-position: 40% 60%;
  }

  .activities-hero .hero-content {
    padding-top: 40px;
  }

  .act-hero-title {
    font-size: 48px;
  }

  .act-hero-eyebrow {
    font-size: 15px;
  }

  .act-breadcrumb {
    font-size: 13px;
  }

  /* Section 2 */
  .activities-experiences {
    padding-top: 60px;
    padding-bottom: 119px !important;
  }

  .activities-experiences::before {
    top: 40px;
  }

  .activities-experiences .unique_information {
    padding: 40px 30px;
  }

  /* Section 3 */
  .activity-listing-section {
    padding: 60px 24px;
    /* gap: 50px; */
  }

  .activity-listing-grid {
    grid-template-columns: 1fr;
  }

  /* Newsletter */
  .newsletter {
    padding: 0 16px;
  }

  .newsletter-title {
    font-size: 40px;
  }
}

/* ── 767px ── */
@media only screen and (max-width: 767px) {
  /* Section 2 */
  .activities-experiences {
    padding-top: 60px;
    padding-bottom: 119px !important;
  }

  .newsletter {
    padding: 70px 0;
  }

  .newsletter-eyebrow {
    font-size: 14px;
  }

  .newsletter-title {
    font-size: 36px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form input {
    max-width: none;
    width: 100%;
  }

  .newsletter-content {
    text-align: center;
  }
}

/* ── 639px — mobile single column ── */
@media only screen and (max-width: 639px) {
  /* Hero — reset to clean centered mobile layout */
  .activities-hero.hero-section {
    height: 70dvh;
    max-height: 70dvh;
    background-size: auto 100%;
    background-position: center center;
  }

  .activities-hero .hero-content {
    padding: 0 24px;
    align-items: center;
    justify-content: center;
  }

  .act-breadcrumb {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .act-hero-eyebrow {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }

  .act-hero-title {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 20px;
  }

  .act-hero-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  /* Section 2 */
  .activities-experiences {
    padding-top: 60px;
    padding-bottom: 119px !important;
  }

  .activities-experiences::before {
    top: 0px;
    width: 100%;
    bottom: 0px;
    background-position: right bottom;
  }

  .activities-experiences .unique_information {
    padding: 32px 0 48px;
  }

  .activities-experiences .unique_main h2 {
    font-family: "EB Garamond", serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
  }

  .activities-experiences .unique_information .btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 18px;
    padding: 14px 20px;
  }

  /* Section 3 — single column */
  .activity-listing-section {
    padding: 60px 16px;
    /* gap: 40px; */
  }

  .activity-listing-grid {
    gap: 30px;
  }

  .activity-listing-grid {
    grid-template-columns: 1fr;
  }

  /* Newsletter */
  .newsletter-title {
    font-size: 32px;
  }

  .newsletter-form input,
  .newsletter-form button {
    padding: 14px 16px;
  }
}

/* ── 539px ── */
@media only screen and (max-width: 539px) {
  /* Hero */
  .activities-hero .hero-content {
    padding: 0 16px;
  }

  .act-hero-title {
    font-size: 40px;
  }

  /* Section 2 */
  .activities-experiences .unique_information {
    padding: 32px 16px 60px;
  }

  .activity-listing-grid {
    gap: 30px;
  }

  /* Section 3 */
  /* Newsletter */
  .newsletter {
    padding: 80px 16px;
  }

  .newsletter-visual img {
    width: 200px;
  }
  .activity-card h3 {
    padding: 20px 60px 56px 20px;
    font-size: 24px;
}
.activities-experiences {
    padding-bottom: 49px !important;
}
}

/* ── 413px ── */
@media only screen and (max-width: 413px) {
  .act-hero-title {
    font-size: 34px;
  }

  .activity-listing-grid {
    gap: 30px;
  }

  .newsletter-text {
    font-size: 14px;
  }

  .newsletter-form input {
    font-size: 14px;
  }

  .newsletter-form button {
    font-size: 15px;
  }
}
