.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .14);
}



.gov-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: var(--font-size);

  line-height: 1.2;
  color: #ffffff !important;
}

.gov-brand img {
  width: 60px;
  height: 45px;
  object-fit: contain;
}

/* .wordmark-title {
  color: #ffffff !important;
   font-size: var(--font-size);: 11px !important;
  font-weight: 700 !important;
} */



.header-utility-right,
.utility {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000 !important;
  font-size: var(--font-size);
  white-space: nowrap;
}



.header-enquiry iconify-icon {
  color: #f1ab00 !important;
}



.lang-toggle-wrap a.active-lang,
.utility a.active-lang {
  color: #f1ab00 !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #f1ab00 !important;
}

.utility i {
  width: 1px;
  height: 18px;
  background: #d4d4ce;
}

.utility button {
  min-width: 27px;
  height: 20px;
  padding: 0 6px;
  background: #fff;
  border: 1px solid #d5d5cf;
  border-radius: 2px;
  font-size: var(--font-size);
  cursor: pointer;
}

.utility .contrast {
  width: 20px;
  min-width: 20px;
  height: 20px;
  padding: 0;
  color: #fff;
  background: #171b16;
  border: 0;
  border-radius: 50%;
}

.nav-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 30px;
}

.main-logo {
  flex: 0 0 265px;
}

.main-logo img {
  width: 165px;
}

.main-menu {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  flex: 1;
}

.main-menu>a,
.nav-dropdown>button {
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font-size: var(--font-size);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.nav-dropdown>button iconify-icon {
  margin-left: 4px;
  font-size: var(--font-size);
}

.main-menu>a:hover,
.nav-dropdown>button:hover,
.main-menu .active {
  color: var(--green);
}

.main-menu .active::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  background: var(--green);
}

.nav-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown-panel {
  min-width: 185px;
  display: none;
  position: absolute;
  top: calc(100% - 14px);
  left: -14px;
  padding: 7px;
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

.nav-dropdown.open .dropdown-panel {
  display: block;
}

.dropdown-panel a {
  height: auto;
  display: block;
  padding: 10px 11px;
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 600;
}

.dropdown-panel a:hover {
  color: var(--green);
  background: #eef5ed;
}

.search-btn {
  width: 36px;
  border: 0;
  background: none;
  color: #111;
  font-size: var(--font-size);
  cursor: pointer;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: #2e6d2e;
  border: 0;
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(20, 70, 27, .22);
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.book-btn:hover,
.book-btn:focus-visible {
  background: var(--deep);
  box-shadow: 0 7px 16px rgba(20, 70, 27, .3);
  outline: none;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 665px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.hero-carousel,
.hero-slide,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  z-index: 0;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .7s ease, transform 5.5s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

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

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 20, 10, .62) 0%, rgba(0, 20, 10, .38) 36%, rgba(0, 20, 10, .08) 74%),
    linear-gradient(0deg, rgba(2, 18, 9, .34), rgba(2, 18, 9, .04) 45%);
}

.hero-carousel-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  z-index: 4;
  color: #fff;
  background: rgba(3, 20, 11, .42);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-size: var(--font-size);
  backdrop-filter: blur(3px);
  transform: translateY(-50%);
  cursor: pointer;
}

.hero-carousel-btn:hover,
.hero-carousel-btn:focus-visible {
  background: rgba(46, 116, 53, .82);
}

.hero-carousel-btn.prev {
  left: 18px;
}

.hero-carousel-btn.next {
  right: 18px;
}

.hero-inner {
  min-height: 526px;
  position: relative;
  z-index: 3;
  padding: 85px 56px 0;
}

.hero-copy {
  max-width: 780px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: var(--font-size);
  font-weight: 700;
}

.hero h1 {
  margin: 0 0 13px;
  font-size: var(--heading-h1);
  line-height: 1.05;
  letter-spacing: .5px;
}

.hero-copy>p:last-of-type {
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 3px;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.btn.green {
  background: #2e7435;
  color: #fff;
  border-radius: 8px;
}

.btn.green:hover,
.btn.green:focus-visible {
  background: var(--deep);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  outline: none;
  transform: translateY(-2px);
}

.btn.outline {
  border: 1px solid rgba(255, 255, 255, .65);
  background: rgba(3, 28, 13, .25);
  backdrop-filter: blur(3px);
  color: #fff;
  padding: 12px 7px;
}

.btn.outline:hover,
.btn.outline:focus-visible {
  color: #173e21;
  background: var(--gold);
  border-color: var(--gold);
  outline: none;
  transform: translateY(-2px);
}

.destination-rail {
  width: 216px;
  position: absolute;
  top: 220px;
  right: 34px;
  bottom: 63px;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 7px;
}

.destination-rail article {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 8px 4px 4px;
  background: rgba(3, 20, 11, .58);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
}

.destination-rail img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 4px;
}

.destination-rail b,
.destination-rail small {
  display: block;
}

.destination-rail b {
  font-size: var(--font-size);
}

.destination-rail small {
  margin-top: 4px;
  font-size: var(--font-size);
}

.hero-dots {
  position: absolute;
  bottom: 11px;
  left: 50%;
  display: flex;
  gap: 17px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.hero-dots button.active {
  background: #2d7334;
}

.logo-ticker {
  width: min(720px, calc(100% - 110px));
  position: absolute;
  bottom: 25px;
  left: 55px;
  overflow: hidden;
  padding: 10px 0;
}

.logo-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: logoTicker 26s linear infinite;
}

.logo-track img {
  width: 120px;
  height: 70px;
  object-fit: contain;
  padding: 8px 14px;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(10px);
  border-radius: 5px;
}

.logo-ticker:hover .logo-track {
  animation-play-state: paused;
}

@keyframes logoTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-ticker {
    overflow-x: auto;
  }

  .logo-track {
    animation: none;
  }

  .logo-track img[aria-hidden="true"] {
    display: none;
  }
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.section-title>span {
  width: 68px;
  height: 1px;
  background: #2b7340;
}

.quick {
  padding-top: 4px;
  padding-bottom: 24px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 17px;
}

.quick-grid a {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 8px;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2db;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.quick-grid strong {
  height: 44px;
  color: var(--green);
  font-size: var(--font-size);
  line-height: 1;
}

.quick-grid b {
  margin: 8px 0;
  font-size: var(--font-size);
}

.quick-grid small {
  color: #272d28;
  font-size: var(--font-size);
  line-height: 1.5;
}

.quick-grid em {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-top: 14px;
  border: 1px solid #cbd7ca;
  border-radius: 50%;
  font-size: var(--font-size);
  font-style: normal;
}

.notice-bar {
  min-height: 70px;
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1.15fr 165px;
  align-items: center;
  margin-top: 14px;
  padding: 0 22px;
  background: #fbf6e9;
  border: 1px solid #eee2c6;
  border-radius: 10px;
}

.notice-bar h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-right: 25px;
  border-right: 1px solid #dbcda9;
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.notice-bar h2 iconify-icon {
  flex: 0 0 auto;
  color: var(--green);
}

.notice-bar>div {
  display: flex;
  gap: 10px;
  padding: 0 18px;
  border-right: 1px solid #dbcda9;
  font-size: var(--font-size);
  : 9px;
}

.notice-bar>div b {
  height: 14px;
  padding: 2px 4px;
  color: #46340a;
  background: #f1c51f;
  font-size: var(--font-size);
  : 7px;
}

.notice-bar>div span,
.notice-bar small {
  display: block;
}

.notice-bar small {
  margin-top: 8px;
  color: #666;
}

.notice-bar>a {
  justify-self: end;
  padding: 11px 18px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: var(--font-size);
  : 10px;
  font-weight: 700;
}

.about-melghat {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 24px 28px 30px;
  background:
    radial-gradient(circle at 4% 8%, rgba(102, 139, 74, .12), transparent 22%),
    radial-gradient(circle at 96% 12%, rgba(102, 139, 74, .1), transparent 24%),
    #fdfcf6;
  border: 1px solid #ebe9dc;
  border-radius: 10px;
}

.about-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  text-align: center;
}

.about-heading>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--green);
}

.about-heading>div span {
  width: 34px;
  height: 1px;
  background: #5f8a62;
}

.about-heading>div b {
  font-size: var(--font-size);
  letter-spacing: .08em;
}

.about-heading>iconify-icon {
  width: 12px;
  display: block;
  height: 12px;
  margin: 0 auto;
  color: var(--green);
  font-size: var(--font-size);
}

.about-heading h2 {
  margin: 3px 0 4px;
  color: #000;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.about-heading p {
  margin: 0;
  color: #5f625c;
  font-size: var(--font-size);
}

.about-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 34px;
}

.about-image {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 9px;
  box-shadow: 0 9px 24px rgba(19, 55, 31, .15);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 33, 18, .64));
}

.about-image>img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.about-video {
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 18px;
  padding: 9px 14px 9px 9px;
  color: #fff;
  background: rgba(8, 55, 30, .88);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 7px;
  backdrop-filter: blur(5px);
}

.about-video strong {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  font-size: var(--font-size);
}

.about-video span {
  font-size: var(--font-size);
  font-weight: 700;
}

.about-video small {
  display: block;
  margin-top: 3px;
  font-size: var(--font-size);
  font-weight: 400;
}

.about-copy {
  align-self: center;
  padding: 8px 4px;
}

.about-eyebrow {
  margin: 0 !important;
  color: #b48435 !important;
  font-family: var(--font-body);
  font-size: var(--font-size);

}

.about-copy h3 {
  margin: 2px 0 14px;
  color: #244d2c;
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.about-copy>p {
  margin: 0 0 13px;
  color: #4e554f;
  font-size: var(--font-size);
  line-height: 1.75;
}

.about-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 22px;
  margin: 18px 0;

}

.about-facts>div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #294630;
  font-size: var(--font-size);
  font-weight: 700;
}

.about-facts b {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: #4e772e;
  background: #edf2e4;
  border-radius: 50%;
  font-size: var(--font-size);
}

.about-facts iconify-icon {
  font-size: var(--font-size);
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 700;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-link:hover,
.about-link:focus-visible {
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(23, 77, 32, .22);
  outline: none;
  transform: translateY(-2px);
  color: white;
}

.about-link iconify-icon {
  font-size: var(--font-size);
}


.explore-intro {
  width: min(266px, calc(100% - 52px));
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  padding: 5px;
  background: rgba(255, 255, 250, .93);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(21, 61, 34, .18);
  backdrop-filter: blur(8px);
}

.map-eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  color: #557348;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.map-eyebrow iconify-icon {
  color: #ba822d;
  font-size: var(--font-size);
}

.explore-intro h2 {
  margin: 0 0 12px;
  color: #153d22;
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.explore-intro h2 iconify-icon {
  color: var(--green);
  font-size: var(--heading-h3);
}

.explore-intro p {
  color: #4d5a50;
  font-size: var(--font-size);
  line-height: 1.8;
}

.small-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 20px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 700;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.small-btn:hover,
.small-btn:focus-visible {
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(23, 77, 32, .22);
  outline: none;
  transform: translateY(-2px);
}

.map-visual {
  width: 100%;
  height: clamp(416px, 46vw, 720px);
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(270px, 3fr);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #e8ecd4;
  box-shadow: 0 8px 22px rgba(28, 63, 33, .16);
}

.map-stage {
  min-width: 0;
  position: relative;
  grid-column: 1;
}

.map-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 38, 20, .15), transparent 36%, rgba(5, 38, 20, .1)),
    linear-gradient(0deg, rgba(10, 54, 28, .08), transparent 32%);
  pointer-events: none;
}

.map-stage>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.map-hotspot {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(23, 62, 33, .92);
  background: rgba(241, 198, 66, .92);
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .28);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: color .2s ease, transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.map-hotspot::after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  animation: map-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes map-pulse {
  0% {
    opacity: .7;
    transform: scale(.65)
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.35)
  }
}

.map-hotspot iconify-icon {
  font-size: var(--font-size);
}

.map-hotspot:hover,
.map-hotspot:focus-visible,
.map-hotspot.active {
  color: #fff;
  background: var(--green);
  border-color: var(--gold);
  box-shadow: 0 0 0 5px rgba(241, 198, 66, .28), 0 6px 16px rgba(0, 0, 0, .3);
  transform: translate(-50%, -50%) scale(1.12);
}

.hotspot-chikhaldara {
  top: 60%;
  left: 40.8%;
}

.hotspot-chobita {
  top: 16%;
  left: 77.2%;
}

.hotspot-jarida {
  top: 23%;
  left: 66.7%;
}

.hotspot-ghogal {
  top: 34%;
  left: 69.1%;
}

.hotspot-kukaru {
  top: 46%;
  left: 71%;
}

.hotspot-semadoh {
  top: 39%;
  left: 55.5%;
}

.hotspot-kolkas {
  top: 50%;
  left: 36.8%;
}

.hotspot-harisal {
  top: 37%;
  left: 41.1%;
}

.hotspot-hatru {
  top: 21%;
  left: 56.3%
}

.hotspot-chipoli {
  top: 29%;
  left: 32.4%
}

.hotspot-dhakna {
  top: 57%;
  left: 21.3%
}

.hotspot-koktu {
  top: 68%;
  left: 20%;
}

.hotspot-dhargad {
  top: 78%;
  left: 21%;
}

.destination-card {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 4;
  grid-column: 2;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: 0;
  border-left: 1px solid rgba(23, 77, 32, .16);
  border-radius: 0 12px 12px 0;
  box-shadow: -12px 0 30px rgba(10, 48, 27, .14);
}

.destination-card::before {
  content: "SELECTED DESTINATION";
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  padding: 6px 9px;
  color: #173e21;
  background: #f1c642;
  border-radius: 3px;
  font-size: var(--font-size);
  font-weight: 800;
  letter-spacing: .08em;
}

.destination-card img {
  object-fit: cover;
  border-radius: 0;
}

.destination-card::after {
  display: none;
}

.destination-card>div {
  padding: 26px 24px;
  color: #294630;
}

.destination-card h3 {
  margin: 0 0 3px;
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.destination-card b,
.destination-card p,
.destination-card a {
  font-size: var(--font-size);
}

.destination-card p {
  margin: 14px 0 18px;
  color: #5c675e;
  line-height: 1.65;
}

.destination-card .selected-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 5px 0 13px;
  padding: 0;
  color: #7a837b;
  background: transparent;
  border-radius: 0;
  font-size: var(--font-size);
  text-decoration: none;
}

.destination-card .selected-location:hover {
  /* color: #2c6538; */
  text-decoration: underline;
}

.destination-card .selected-location iconify-icon {
  flex: 0 0 auto;
  color: #ba822d;
  font-size: var(--font-size);
}

.destination-card .selected-description {
  margin: 12px 0 18px;
}

.destination-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 13px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.destination-card a:hover,
.destination-card a:focus-visible {
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(23, 77, 32, .22);
  outline: none;
  transform: translateY(-2px);
}

.all-destinations {
  padding-top: 36px;
}

.destinations-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  padding: 0 2px;
}

.destinations-heading span {
  display: block;
  margin-bottom: 7px;
  color: #ba822d;
  font-size: var(--font-size);
  font-weight: 800;
  letter-spacing: .16em;
}

.destinations-heading h2 {
  margin: 0;
  color: #153d22;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.destinations-heading>p {
  max-width: 460px;
  margin: 0;
  color: #647066;
  font-size: var(--font-size);
  line-height: 1.7;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.place-card {
  min-height: 248px;
  position: relative;
  overflow: hidden;
  padding: 24px 20px 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(241, 198, 66, .14), transparent 36%),
    #fff;
  border: 1px solid rgba(23, 77, 32, .12);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(27, 61, 33, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.place-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 77, 32, .3);
  box-shadow: 0 12px 28px rgba(27, 61, 33, .14);
}

.place-card.featured {
  border-top: 3px solid #d6a632;
}

.place-number {
  position: absolute;
  top: 16px;
  right: 17px;
  color: rgba(23, 77, 32, .24);
  font-family: var(--font-heading);
  font-size: var(--font-size);
  : 22px;
  font-weight: 700;
}

.place-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #f1c642;
  background: #174d20;
  border-radius: 50%;
}

.place-icon iconify-icon {
  font-size: var(--font-size);
  : 20px;
}

.place-card h3 {
  margin: 0 0 5px;
  color: #173e21;
  font-family: var(--font-heading);
  font-size: var(--font-size);
  : 20px;
}

.place-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 15px;
  color: #6b756c;
  font-size: var(--font-size);
}

.place-location iconify-icon {
  flex: 0 0 auto;
  color: #ba822d;
  font-size: var(--font-size);
}

.place-card>b {
  display: block;
  margin-bottom: 7px;
  color: #2c6538;
  font-size: var(--font-size);
}

.place-info {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #647066;
  font-size: var(--font-size);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.planner {
  min-height: 100px;
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr .9fr 175px;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  color: #fff;
  background: linear-gradient(90deg, #103a22, #082f20), url("../images/melghat-hero-v2.png");
  border-radius: 9px;
}

.planner h2 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.planner p {
  margin: 0;
  font-size: var(--font-size);
}

.planner label span {
  display: block;
  margin-bottom: 7px;
  font-size: var(--font-size);
}

.planner select,
.planner input {
  width: 100%;
  height: 45px;
  padding: 0 14px;
  color: #fff;
  background: rgba(0, 0, 0, .15);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 5px;
  font-size: var(--font-size);
  color-scheme: dark;
}

.planner option {
  color: #111;
  background: #fff;
}

.planner button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1b291d;
  background: var(--gold);
  border: 0;
  border-radius: 5px;
  font-size: var(--font-size);
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.planner button:hover,
.planner button:focus-visible {
  background: #ffd866;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  outline: none;
  transform: translateY(-2px);
}

.resorts {
  padding-block: 44px 34px;
}

.resorts-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.resorts-heading>div {
  min-width: 0;
}

.resorts-eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: #b17b27;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.resorts-eyebrow iconify-icon {
  font-size: var(--font-size);
}

.resorts-heading h2 {
  margin: 0;
  color: var(--ink, #153d22);
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.resorts-heading>p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.resort-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: stretch;
  gap: 18px;
}

.resort-carousel {
  min-width: 0;
  position: relative;
}

.resort-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.resort-grid::-webkit-scrollbar {
  display: none;
}

.resort-card {
  flex: 0 0 calc((100% - 28px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 77, 32, .13);
  border-radius: 10px;
  box-shadow: 0 7px 22px rgba(20, 57, 29, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.resort-carousel-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  color: var(--deep);
  background: #fff;
  border: 1px solid rgba(23, 77, 32, .16);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(20, 57, 29, .18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}

.resort-carousel-btn:hover,
.resort-carousel-btn:focus-visible {
  color: #fff;
  background: var(--green);
  transform: translateY(-50%) scale(1.05);
}

.resort-carousel-btn:disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.resort-carousel-btn.prev {
  left: -15px;
}

.resort-carousel-btn.next {
  right: -15px;
}

.resort-carousel-btn iconify-icon {
  font-size: var(--font-size);
 
}

.resort-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.resort-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #c8d5c2;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.resort-carousel-dots button.active {
  width: 24px;
  background: var(--green);
  border-radius: 999px;
}

.resort-card:hover {
  box-shadow: 0 14px 30px rgba(20, 57, 29, .16);
  transform: translateY(-5px);
}

.resort-image {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: #dce5d7;
}

.resort-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.resort-card:hover .resort-image img {
  transform: scale(1.06);
}

.resort-image>span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  color: #173e21;
  background: var(--gold);
  border-radius: 3px;
  font-weight: 800;
}

.resort-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.resort-content>p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 5px;
  color: #68736a;
}

.resort-content>p iconify-icon {
  color: #b17b27;
  font-size: var(--font-size);
}

.resort-content h3 {
  min-height: 22px;
  margin: 0 0 9px;
  overflow: hidden;
  color: var(--deep);
  font-family: var(--font-heading);
  font-size: var(--font-size);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resort-content>small {
  min-height: 39px;
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.resort-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0;
}

.resort-features span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 7px;
  color: #315f39;
  background: #f0f5ed;
  border-radius: 4px;
}

.resort-features iconify-icon {
  font-size: var(--font-size);

}

.resort-content>button,
.resort-search>button {
  width: 100%;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.resort-content>button {
  margin-top: auto;
}

.resort-content>button:hover,
.resort-content>button:focus-visible,
.resort-search>button:hover,
.resort-search>button:focus-visible {
  background: var(--deep);
  transform: translateY(-2px);
}

.resort-search {
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(10, 56, 39, .97), rgba(5, 39, 26, .98)),
    url("../images/melghat-hero-v2.png") center/cover;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(8, 47, 32, .2);
}

.resort-search-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
}

.resort-search-title>iconify-icon {
  padding: 9px;
  color: #183c20;
  background: var(--gold);
  border-radius: 50%;
  font-size: var(--font-size);
}

.resort-search-title h3,
.resort-search-title p {
  margin: 0;
}

.resort-search-title h3 {
  font-family: var(--font-heading);
  font-size: var(--font-size);
}

.resort-search-title p {
  margin-top: 3px;
  color: rgba(255, 255, 255, .72);
}

.resort-search label {
  display: block;
  margin-bottom: 13px;
}

.resort-search label>span {
  display: block;
  margin-bottom: 6px;
}

.resort-search select,
.resort-search input {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 5px;
  color-scheme: dark;
}

.resort-search option {
  color: #111;
  background: #fff;
}

.resort-date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.resort-search>button {
  margin-top: 2px;
  color: #1d2d1e;
  background: var(--gold);
}

.resort-search>button:hover,
.resort-search>button:focus-visible {
  color: #173e21;
  background: #ffd866;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

.resort-search>small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 11px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
}

@media (max-width: 1100px) {
  .resort-layout {
    grid-template-columns: 1fr;
  }

  .resort-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .resort-search {
    display: grid;
    grid-template-columns: 1.2fr 2fr .8fr;
    align-items: end;
    gap: 12px;
  }

  .resort-search-title,
  .resort-search>button,
  .resort-search>small {
    grid-column: 1 / -1;
  }

  .resort-search label {
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .resorts-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .resorts-heading h2 {
    max-width: 100%;
    font-size: var(--font-size);
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .resorts-heading>p {
    max-width: 100%;
  }

  .resort-grid {
    grid-template-columns: 1fr;
  }

  .resort-card {
    flex-basis: 100%;
  }

  .resort-carousel-btn.prev {
    left: 8px;
  }

  .resort-carousel-btn.next {
    right: 8px;
  }

  .resort-search {
    display: block;
  }

  .resort-search label {
    margin-bottom: 13px;
  }
}

.wild {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px 230px;
  gap: 20px;
  padding-block: 18px;
}

.wildlife-heading {
  position: relative;
  margin-bottom: 18px;
}

.wildlife .section-title {
  margin: 0;
  font-size: var(--font-size);
}

.wildlife .section-title>span {
  width: 55px;
}

.wildlife-more {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.wildlife-more:hover,
.wildlife-more:focus-visible {
  background: var(--deep);
  transform: translateY(-50%) translateY(-2px);
}

.wildlife-more iconify-icon {
  font-size: var(--font-size);
}

.animal-carousel {
  position: relative;
  padding-block: 2px 8px;
}

.animal-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.animal-grid::-webkit-scrollbar {
  display: none;
}

.animal-grid article {
  flex: 0 0 calc((100% - 30px) / 4);
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  scroll-snap-align: start;
}

.animal-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, .9));
}

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

.animal-grid article:first-child img,
.animal-grid article:nth-child(7) img {
  object-position: 64% center;
}

.animal-grid b {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: 9px;
  right: 9px;
  color: #fff;
  font-size: var(--font-size);
  line-height: 1.25;
}

.animal-carousel-btn {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  color: var(--deep);
  background: #fff;
  border: 1px solid rgba(23, 77, 32, .16);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(20, 57, 29, .18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}

.animal-carousel-btn:hover,
.animal-carousel-btn:focus-visible {
  color: #fff;
  background: var(--green);
  transform: translateY(-50%) scale(1.05);
}

.animal-carousel-btn:disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.animal-carousel-btn.prev {
  left: -12px;
}

.animal-carousel-btn.next {
  right: -12px;
}

.animal-carousel-btn iconify-icon {
  font-size: var(--font-size);
}

.animal-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.animal-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #c8d5c2;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.animal-carousel-dots button.active {
  width: 24px;
  background: var(--green);
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .animal-grid article {
    flex-basis: calc((100% - 20px) / 3);
  }
}

@media (max-width: 760px) {
  .animal-grid article {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media (max-width: 520px) {
  .animal-grid article {
    flex-basis: 100%;
  }

  .animal-carousel-btn.prev {
    left: 8px;
  }

  .animal-carousel-btn.next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animal-grid {
    scroll-behavior: auto;
  }

  .animal-grid article[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 640px) {
  .wildlife-heading .section-title {
    justify-content: flex-start;
    gap: 8px;
    padding-right: 105px;
  }

  .wildlife-heading .section-title>span {
    display: none;
  }

  .moments .section-title {
    justify-content: flex-start;
    /* padding-right: 115px; */
  }

  .moments .section-title>span {
    display: none;
  }

  .activities h2 {
    padding-right: 110px;
  }
}

.info-card,
.weather-card {
  align-self: end;
  min-height: 245px;
  padding: 18px;
  border: 1px solid #dfdfd8;
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.info-card h2,
.weather-card h2 {
  margin: 0 0 13px;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.info-card h2 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.info-card a,
.info-card button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px;
  color: var(--ink, #153d22);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-family: inherit;
  font-size: var(--font-size);
  text-align: left;
  cursor: pointer;
}

.info-card button:hover,
.info-card button:focus-visible {
  color: var(--green, #174d20);
  background: rgba(36, 105, 47, .06);
}

.info-card button:focus-visible {
  outline: 2px solid rgba(36, 105, 47, .35);
  outline-offset: 2px;
}

.info-card button iconify-icon {
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.info-card button:hover iconify-icon {
  transform: translateX(3px);
}

.weather-card {
  color: #fff;
  background: linear-gradient(160deg, #1f5c22, #0d3b1b);
  border: 0;
}

.weather-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.weather-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
  text-align: center;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.weather-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  color: #eaffd9;
  background: rgba(255, 255, 255, .12);
  border-radius: 20px;
  font-size: var(--font-size);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weather-live i {
  width: 6px;
  height: 6px;
  background: #87ed63;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(135, 237, 99, .15);
  animation: weather-live-pulse 1.8s ease-in-out infinite;
}

.weather-live.offline i {
  background: #d9a936;
  box-shadow: 0 0 0 3px rgba(217, 169, 54, .16);
  animation: none;
}

@keyframes weather-live-pulse {
  50% {
    opacity: .45;
    transform: scale(.8)
  }
}

.weather-refresh {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  cursor: pointer;
}

.weather-refresh:hover,
.weather-refresh:focus-visible {
  background: rgba(255, 255, 255, .22);
}

.weather-refresh.loading iconify-icon {
  animation: weather-spin .8s linear infinite;
}

@keyframes weather-spin {
  to {
    transform: rotate(360deg)
  }
}

.weather-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.weather-main iconify-icon {
  font-size: var(--font-size);
}

.weather-main b {
  font-size: var(--font-size);
}

.weather-card>p {
  min-height: 15px;
  margin: -5px 0 10px;
  text-align: center;
  font-size: var(--font-size);
}

.weather-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-block: 10px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  font-size: var(--font-size);
  line-height: 1.8;
}

.weather-meta>span {
  min-width: 0;
  flex: 1;
}

.weather-meta>span:last-child {
  text-align: right;
}

.weather-meta small,
.weather-meta em {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: var(--font-size);
  font-style: normal;
}

.weather-meta b {
  display: block;
  color: #f4c94c;
  font-size: var(--font-size);
}

.weather-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .72);
  font-size: var(--font-size);
  : 7px;
}

.weather-status a {
  color: #f4c94c;
  text-decoration: underline;
}

.activities {
  padding-block: 2px 22px;
}

.activities h2 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 7px;
  margin: 5px 0 13px;
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
}

.activities h2>a {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: var(--heading-h3);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.activities h2>a:hover,
.activities h2>a:focus-visible {
  background: var(--deep);
  transform: translateY(-50%) translateY(-2px);
}

.activities h2>a iconify-icon {
  font-size: var(--font-size);
}

.activities>div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 9px;
}

.activities>div>a {
  min-height: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 9px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
  font-size: var(--font-size);
  transition: color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.activities>div>a::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(5, 31, 16, .18), rgba(5, 31, 16, .8)),
    var(--activity-image);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity .35s ease, transform .55s ease;
}

.activities>div>a::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 50% 25%, rgba(255, 255, 255, .18), transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
}

.activities>div>a:hover,
.activities>div>a:focus-visible {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(8, 47, 32, .24);
  outline: none;
  transform: translateY(-4px);
}

.activities>div>a:hover::before,
.activities>div>a:focus-visible::before,
.activities>div>a:hover::after,
.activities>div>a:focus-visible::after {
  opacity: 1;
}

.activities>div>a:hover::before,
.activities>div>a:focus-visible::before {
  transform: scale(1);
}

.activities>div>a:focus-visible {
  box-shadow: 0 0 0 3px rgba(239, 189, 67, .45), 0 10px 24px rgba(8, 47, 32, .24);
}

.activities>div>a b {
  position: relative;
  z-index: 1;
  color: var(--green);
  font-size: var(--font-size);
  transition: color .3s ease, transform .3s ease;
}

.activities>div>a b iconify-icon {
  font-size: var(--font-size);
}

.activities>div>a span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  transition: color .3s ease;
}

.activities>div>a:hover b,
.activities>div>a:focus-visible b {
  color: var(--gold);
  transform: scale(1.08);
}

.activities>div>a:hover span,
.activities>div>a:focus-visible span {
  color: #fff;
}

.activities>div>a b iconify-icon {
  display: block;
}

.moments {
  padding-bottom: 25px;
}

.moments .section-title {
  position: relative;
  margin: 0 0 16px;
  font-size: var(--heading-h3);
}

.moments .section-title a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 8px 12px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.moments .section-title a:hover,
.moments .section-title a:focus-visible {
  background: var(--deep);
  transform: translateY(-50%) translateY(-2px);
}

.moments .section-title a iconify-icon {
  font-size: var(--font-size);
}

.moments-ticker {
  overflow: hidden;
  padding-block: 3px 9px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.gallery-strip {
  width: max-content;
  display: flex;
  gap: 7px;
  animation: moments-ticker 34s linear infinite;
  will-change: transform;
}

.moments-ticker:hover .gallery-strip,
.moments-ticker:focus-within .gallery-strip {
  animation-play-state: paused;
}

@keyframes moments-ticker {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(calc(-50% - 3.5px))
  }
}

.gallery-strip img {
  width: 210px;
  flex: 0 0 210px;
  height: 140px;
  object-fit: cover;
  border-radius: 7px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.gallery-strip img:hover,
.gallery-strip img:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(239, 189, 67, .65);
  outline-offset: -3px;
  box-shadow: 0 8px 22px rgba(8, 47, 32, .24);
  transform: scale(1.025);
}

@media (prefers-reduced-motion: reduce) {
  .moments-ticker {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .gallery-strip {
    animation: none;
  }

  .gallery-strip img[aria-hidden="true"] {
    display: none;
  }
}

footer,
#contact {
  background: linear-gradient(90deg, rgb(23, 59, 42) 0%, rgb(36, 84, 58) 35%, rgb(53, 107, 69) 70%, rgb(74, 122, 80) 100%) !important;
  color: #e2e8f0 !important;
  border-top: 3px solid #f1ab00 !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding-block: 40px;
}

.footer-grid>div {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-grid>div:last-child {
  border: 0;
}

.footer-grid h3,
.footer-brand h3 {
  margin: 0 0 16px;
  color: #f1ab00 !important;
  font-family: var(--font-heading);
  font-size: var(--font-size);
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.footer-grid a,
.footer-grid p,
.footer-grid small {
  display: block;
  margin: 0 0 8px;
  color: #e2e8f0 !important;
  font-size: var(--font-size);
  line-height: 1.6 !important;
  opacity: 0.95 !important;
  text-decoration: none !important;
}

.footer-grid a:hover {
  color: #f1ab00 !important;
}

.footer-brand img {
  float: left;
  /* margin: 0 12px 8px 0; */
      background-color: white;
    border-radius: 12px;
    padding: 3px;
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-social a {
  color: #ffffff !important;
  font-size: var(--font-size);
  opacity: 0.9;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  color: #f1ab00 !important;
  transform: translateY(-2px);
}

.footer-newsletter label {
  display: block;
  color: #f1ab00 !important;
  font-size: var(--font-size);
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.footer-newsletter input[type="email"],
.footer-newsletter input {
  width: 100%;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-size: var(--font-size);
  box-sizing: border-box !important;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer-newsletter button {
  margin-top: 8px !important;
  width: 100% !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #f1ab00 !important;
  color: #082f20 !important;
  font-weight: 700 !important;
  font-size: var(--font-size);
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}

.footer-newsletter button:hover {
  background: #f1ab00 !important;
}

.footer-bottom {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #94a3b8 !important;
  font-size: var(--font-size);
  padding: 14px 28px !important;
}

.footer-bottom span {
  color: #e5e5e5 !important;
  font-size: var(--font-size);
}

.footer-grid {
  background: transparent !important;
}

.footer-brand h3,
.footer-col h3 {
  color: #f1ab00 !important;
  font-family: var(--font-heading);
  font-size: var(--font-size);
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

.footer-brand p,
.footer-brand small,
.footer-col a,
.footer-col p {
  color: #e2e8f0 !important;
  font-size: var(--font-size);
  line-height: 1.6 !important;
  opacity: 0.95 !important;
  text-decoration: none !important;
}

.footer-col a:hover {
  color: #f1ab00 !important;
}

.footer-social a {
  color: #ffffff !important;
  font-size: var(--font-size);
  opacity: 0.9 !important;
}

.footer-social a:hover {
  color: #f1ab00 !important;
}

.footer-newsletter label {
  color: #f1ab00 !important;
  font-size: var(--font-size);
  font-weight: 600 !important;
}

.footer-newsletter input {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}

.footer-newsletter button {
  background: #f1ab00 !important;
  color: #082f20 !important;
  font-weight: 700 !important;
}

.footer-bottom {
  color: #f3f3f3 !important;
  font-size: var(--font-size);
}



.site-dialog {
  width: min(92vw, 590px);
  padding: 28px;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
}

.site-dialog::backdrop {
  background: rgba(4, 25, 14, .72);
  backdrop-filter: blur(3px);
}

.site-dialog h2 {
  margin: 0 36px 10px 0;
  font-family: var(--heading-h3);
  color: var(--deep);
}

.site-dialog p {
  color: var(--muted);
}

.information-dialog-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  color: #f1c642;
  background: var(--deep);
  border-radius: 50%;
}

.information-dialog-icon iconify-icon {
  font-size: var(--font-size);
}

.information-dialog [data-info-intro] {
  margin: 0 0 15px;
  line-height: 1.7;
}

.information-dialog [data-info-list] {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.information-dialog [data-info-list] li {
  position: relative;
  padding: 10px 12px 10px 34px;
  color: #4f5d52;
  background: #f5f7f1;
  border-radius: 6px;
  font-size: var(--font-size);
  line-height: 1.55;
}

.information-dialog [data-info-list] li::before {
  content: "✓";
  position: absolute;
  top: 10px;
  left: 12px;
  color: var(--green);
  font-weight: 800;
}

.information-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  color: #fff;
  background: var(--green);
  border-radius: 5px;
  font-size: var(--font-size);
  font-weight: 700;
  text-decoration: none;
}

.dialog-close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  right: 14px;
  color: #333;
  background: #f1f2ee;
  border: 0;
  border-radius: 50%;
  font-size: var(--font-size);
  cursor: pointer;
}

.dialog-close iconify-icon {
  display: block;
  margin: auto;
}

.contact iconify-icon {
  vertical-align: -2px;
}

.site-search label {
  display: block;
  margin: 20px 0 8px;
  font-weight: 600;
}

.site-search>div {
  display: flex;
  gap: 8px;
}

.site-search input {
  min-width: 0;
  flex: 1;
  height: 47px;
  padding: 0 14px;
  border: 1px solid #bfc8bf;
  border-radius: 5px;
}

.site-search button,
.booking-actions a,
.booking-actions button {
  min-height: 45px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-search button:hover,
.site-search button:focus-visible,
.booking-actions a:hover,
.booking-actions a:focus-visible,
.booking-actions button:hover,
.booking-actions button:focus-visible {
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(23, 77, 32, .22);
  outline: none;
  transform: translateY(-2px);
}

.search-results {
  margin-top: 18px;
}

.search-results a {
  display: block;
  padding: 12px;
  border-top: 1px solid var(--line);
  font-weight: 600;
}

.search-results a:hover {
  color: var(--green);
  background: #f3f7f2;
}



.booking-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.booking-actions button {
  color: #ffffff;
  background: #000000;
}

.login-form {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.login-form>label {
  margin-top: 4px;
  font-size: var(--font-size);
  : 11px;
  font-weight: 700;
}

.login-form>input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #bdc8bd;
  border-radius: 5px;
  outline: none;
}

.login-form>input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 77, 32, .12);
}

.login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 5px 0;
  font-size: var(--font-size);
  : 10px;
}

.login-row label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-row a {
  color: var(--green);
  font-weight: 700;
}

.login-form>button {
  height: 46px;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.login-form>button:hover,
.login-form>button:focus-visible {
  background: var(--deep);
  box-shadow: 0 8px 18px rgba(23, 77, 32, .22);
  outline: none;
  transform: translateY(-2px);
}

.login-status {
  min-height: 18px;
  margin: 3px 0 0;
  color: var(--green);
  font-size: var(--font-size);
  : 11px;
  text-align: center;
}

.toast {
  max-width: min(90vw, 430px);
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  padding: 14px 18px;
  color: #fff;
  background: var(--deep);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: .25s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.image-dialog {
  width: min(92vw, 900px);
  padding: 10px;
  background: #071d12;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .5);
}

.image-dialog::backdrop {
  background: rgba(0, 0, 0, .82);
}

.image-dialog img {
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 6px;
}

.image-dialog p {
  margin: 10px 4px 2px;
  color: #fff;
  text-align: center;
}

.image-dialog button {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 50%;
  font-size: var(--font-size);
  cursor: pointer;
}

.gallery-strip img[role="button"] {
  cursor: zoom-in;
}

body.font-small {
  font-size: var(--font-size);
}

body.font-large {
  font-size: var(--font-size);
}

body.high-contrast {
  filter: contrast(1.25);
}

@media (max-width: 1250px) {

  .nav-row {
    gap: 12px;
    padding-inline: 18px;
  }

  .main-logo {
    flex-basis: 210px
  }

  .main-logo img {
    width: 195px
  }

  .main-menu {
    gap: 12px
  }

  .main-menu a {
    font-size: var(--font-size);
  
  }

  .book-btn {
    min-width: 105px
  }

  .explore-intro {
    width: 260px;
    top: 18px;
    left: 18px
  }

}

@media (max-width: 991px) {

  .gov-strip {
    padding-inline: 15px
  }


  .nav-row {
    min-height: 72px;
    flex-wrap: wrap
  }

  .main-logo {
    flex: 1
  }

  .main-logo img {
    width: 190px
  }

  .menu-toggle {
    display: block;
    order: 3;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px
  }

  .main-menu {
    display: none;
    order: 4;
    flex-basis: 100%;
    height: auto;
    align-items: stretch;
    /* flex-direction: column; */
    gap: 0;
    padding: 10px 0
  }

  .main-menu.open {
    display: flex
  }

  .main-menu>a>button {
    width: 100%;
    min-height: 42px;
    height: auto;
    font-size: var(--font-size);
    : 12px
  }

  .main-menu .active::after {
    display: none
  }



  .book-btn {
    order: 2
  }

  .hero-inner {
    padding: 55px 30px 0
  }

  .about-layout {
    gap: 24px
  }

  .about-image {
    min-height: 340px
  }

  .map-visual {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible
  }

  .map-stage {
    order: 2;
    min-height: 430px;
    overflow: hidden;
    border-radius: 12px
  }

  .explore-intro {
    order: 1;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 14px;
    padding: 18px;
    box-shadow: none
  }

  .destination-card {
    order: 3;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
    grid-column: 1;
    border-left: 0;
    border-top: 1px solid rgba(23, 77, 32, .16);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 -8px 22px rgba(10, 48, 27, .1)
  }

  .destination-card img {
    height: 100%;
    min-height: 240px
  }

  .destination-card>div {
    padding: 24px
  }


  .wild {
    grid-template-columns: 1fr 1fr
  }

  .wildlife {
    grid-column: 1/-1
  }

  .gallery-strip {
    grid-template-columns: repeat(4, 1fr)
  }

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

@media (max-width: 640px) {

  .section-shell {
    width: min(100% - 24px, 1440px)
  }

  .gov-strip {
    min-height: 38px
  }

  .gov-brand {
    font-size: var(--font-size);
  
  }

  .gov-brand img {
    height: 27px
  }



  .nav-row {
    padding-inline: 12px
  }

  .book-btn {
    min-width: 42px;
    width: 42px
  }

  .book-btn span {
    display: none
  }

  .hero,
  .hero-inner {
    min-height: 530px
  }

  .hero {
    background-position: 64% center
  }


  .hero-inner {
    padding: 38px 20px 0
  }


 

  .btn {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding-inline: 8px;
    font-size: var(--font-size);

  }





  .section-title {
    font-size: var(--font-size);
  
  }

  .section-title>span {
    width: 30px
  }




  .about-melghat {
    padding: 22px 16px
  }

  .about-layout {
    grid-template-columns: 1fr
  }

  .about-image {
    min-height: 330px
  }

  .about-copy {
    padding: 0
  }

  .about-heading h2,
  .about-copy h3 {
    max-width: 100%;
    font-size: var(--heading-h3);
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .about-copy>p {
    overflow-wrap: anywhere;
  }

  .about-facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .map-visual {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 0 12px 12px;
    background: #f6f5eb
  }

  .map-stage {
    order: 2;
    width: 100%;
    aspect-ratio: 3 / 2;
    min-height: 0;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 10px
  }

  .explore-intro {
    order: 1;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 12px;
    padding: 18px;
    box-shadow: none
  }

  .destination-card {
    order: 3;
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    transform: none;
    border: 0;
    border-radius: 10px;
    box-shadow: none
  }

  .destination-card img {
    width: 100%;
    height: 150px;
    min-height: 0;
    object-fit: cover
  }

  .destination-card>div {
    width: 100%;
    padding: 18px
  }

  .destination-card h3 {
    font-size: var(--font-size);
   
  }

  .map-hotspot {
    width: 32px;
    height: 32px
  }

  .map-hotspot iconify-icon {
    font-size: var(--font-size);
    
  }


  .wild {
    display: block
  }





  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .gallery-strip img {
    height: 130px
  }

  .moments .section-title a {
    display: none
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 15px
  }
}

@media (max-width: 420px) {



  .about-heading h2,
  .about-copy h3 {
    font-size: var(--font-size);
  }
}

/* =========================================
   SCROLL REVEAL ANIMATION
========================================= */

.reveal {
  opacity: 0;
  /* transform: translateY(45px); */
  transition:
    opacity .8s ease,
    transform .8s ease;
  will-change: opacity, transform;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}




/* Accessibility */

@media (prefers-reduced-motion: reduce) {

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}

.reveal:nth-child(1) {
  transition-delay: .1s;
}

.reveal:nth-child(2) {
  transition-delay: .2s;
}

.reveal:nth-child(3) {
  transition-delay: .3s;
}

/* =========================================================
   MELGHAT — DO YOU KNOW
========================================================= */

.mel-trivia-section {
  position: relative;
  padding: 40px 50px;
  background: #f3f0ea;
  overflow: hidden;
}

.mel-trivia-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}

.mel-trivia-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: var(--heading-h6);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #817b87;
}

.mel-trivia-header h2 {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #153d22;
}

.mel-trivia-header p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #6f6a70;
  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   CARD
========================================================= */

.mel-trivia-carousel {
  position: relative;
}

.mel-trivia-card {
  display: none;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 300px;
  background: #ffffff;
  border: 1px solid rgba(36, 33, 38, 0.08);
  box-shadow: 0 25px 70px rgba(36, 33, 38, 0.08);
}

.mel-trivia-card.active {
  display: grid;
  animation: melTriviaFade 0.55s ease;
}

@keyframes melTriviaFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================================================
   IMAGE
========================================================= */

.mel-trivia-image {
  position: relative;
  /* min-height: 500px; */
  overflow: hidden;
  background: #dedbd6;
}

.mel-trivia-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(20, 18, 22, 0.05),
      rgba(20, 18, 22, 0.28));
  pointer-events: none;
}

.mel-trivia-image img {
  width: 100%;
  /* height: 100%; */
  display: block;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.mel-trivia-card.active .mel-trivia-image img {
  transform: scale(1.02);
}


/* NUMBER */

.mel-trivia-number {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  color: #ffffff;
  font-size: var(--font-size);
  
  font-weight: 700;
  letter-spacing: 0.16em;
}


/* SHARE */

.mel-trivia-share {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;

  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);

  color: #ffffff;
  cursor: pointer;

  transition: all 0.25s ease;
}

.mel-trivia-share:hover {
  background: #ffffff;
  color: #153d22;
  transform: translateY(-2px);
}


/* =========================================================
   CONTENT
========================================================= */

.mel-trivia-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 14px 20px;
}

.mel-trivia-category {
  margin-bottom: 18px;

  font-size: var(--font-size);
 
  font-weight: 700;
  letter-spacing: 0.22em;

  color: #817b87;
}

.mel-trivia-content h3 {
  margin: 0 0 22px;

  font-family: var(--font-heading);
  font-size: var(--font-size);

  line-height: 1.15;
  font-weight: 400;

  color: #153d22;
}

.mel-trivia-content p {
  max-width: 500px;
  margin: 0;

  color: #666168;
  font-size: var(--font-size);

  line-height: 1.9;
}


/* FACT */

.mel-trivia-fact {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-top: 40px;
  padding-top: 24px;

  border-top: 1px solid #e5e1dc;
}

.mel-trivia-fact span {
  flex-shrink: 0;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #153d22;
  color: #ffffff;

  font-size: var(--font-size);

  font-weight: 700;
}

.mel-trivia-fact strong {
  max-width: 330px;

  font-size: var(--font-size);

  line-height: 1.6;
  font-weight: 600;

  color: #373239;
}


/* =========================================================
   CONTROLS
========================================================= */

.mel-trivia-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 25px;
}

.mel-trivia-progress {
  position: relative;

  width: 180px;
  height: 2px;

  background: #d7d2cc;
  overflow: hidden;
}

.mel-trivia-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;

  width: 25%;

  background: #817b87;

  transition: width 0.35s ease;
}

.mel-trivia-arrows {
  display: flex;
  gap: 10px;
}

.mel-trivia-prev,
.mel-trivia-next {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d8d3ce;
  border-radius: 50%;

  background: transparent;
  color: #153d22;

  cursor: pointer;

  transition: all 0.25s ease;
}

.mel-trivia-prev:hover,
.mel-trivia-next:hover {
  background: #153d22;
  border-color: #153d22;
  color: #ffffff;
}


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

@media (max-width: 991px) {

  .mel-trivia-section {
    padding: 80px 0;
  }

  .mel-trivia-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .mel-trivia-card {
    grid-template-columns: 1fr;
  }

  .mel-trivia-image {
    min-height: 420px;
  }

  .mel-trivia-content {
    padding: 50px;
  }
}


@media (max-width: 575px) {

  .mel-trivia-section {
    padding: 65px 0;
  }

  .mel-trivia-header h2 {
    font-size: var(--font-size);
  }

  .mel-trivia-header p {
    font-size: var(--font-size);
  }

  .mel-trivia-image {
    min-height: 320px;
  }

  .mel-trivia-content {
    padding: 38px 25px;
  }

  .mel-trivia-content h3 {
    font-size: var(--font-size);
  
  }

  .mel-trivia-content p {
    font-size: var(--font-size);

  }

  .mel-trivia-controls {
    margin-top: 20px;
  }

  .mel-trivia-progress {
    width: 110px;
  }

  .mel-trivia-prev,
  .mel-trivia-next {
    width: 42px;
    height: 42px;
  }
}

/* =========================================================
   MELGHAT — FLOATING CHATBOT
========================================================= */

.mel-chatbot {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;

  font-family: var(--font-body);
}


/* =========================================================
   CHAT PANEL
========================================================= */

.mel-chat-panel {
  position: absolute;
  right: 0;
  bottom: 0px;

  width: 360px;

  background: #ffffff;
  border: 1px solid rgba(36, 33, 38, 0.08);
  border-radius: 20px;

  overflow: hidden;

  box-shadow:
    0 25px 70px rgba(36, 33, 38, 0.16),
    0 5px 20px rgba(36, 33, 38, 0.06);

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.97);
  transform-origin: bottom right;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.mel-chatbot.is-open .mel-chat-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}


/* =========================================================
   HEADER
========================================================= */

.mel-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 20px;

  background: #133f1c;
  color: #ffffff;
}

.mel-chat-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mel-chat-avatar {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);
}

.mel-chat-avatar iconify-icon {
  font-size: var(--font-size);
  
}

.mel-chat-brand span {
  display: block;

  font-size: var(--font-size);

  font-weight: 600;
  letter-spacing: 0.01em;
}

.mel-chat-brand small {
  display: flex;
  align-items: center;
  gap: 5px;

  margin-top: 3px;

  color: rgba(255, 255, 255, 0.62);
  font-size: var(--font-size);

}

.mel-chat-brand small i {
  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: #9bb88b;
}

.mel-chat-close {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  background: transparent;

  color: rgba(255, 255, 255, 0.75);

  cursor: pointer;
}

.mel-chat-close:hover {
  color: #ffffff;
}

.mel-chat-close iconify-icon {
  font-size: var(--font-size);
 
}


/* =========================================================
   WELCOME
========================================================= */

.mel-chat-welcome {
  padding: 25px 22px 17px;
}

.mel-chat-eyebrow {
  display: block;

  margin-bottom: 8px;

  color: #817b87;

  font-size: var(--font-size);

  font-weight: 700;
  letter-spacing: 0.2em;
}

.mel-chat-welcome h3 {
  margin: 0 0 8px;

  font-family: var(--font-heading);

  color: #153d22;

  font-size: var(--font-size);

  font-weight: 400;
}

.mel-chat-welcome p {
  margin: 0;

  color: #777177;

  font-size: var(--font-size);
 
  line-height: 1.7;
}


/* =========================================================
   QUESTIONS
========================================================= */

.mel-chat-questions {
  display: flex;
  flex-direction: column;

  padding: 5px 14px 15px;
}

.mel-chat-question {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 9px;

  border: 0;
  border-bottom: 1px solid #eeeae5;

  background: transparent;

  text-align: left;

  cursor: pointer;

  transition: background 0.2s ease;
}

.mel-chat-question:last-child {
  border-bottom: 0;
}

.mel-chat-question:hover {
  background: #f7f5f1;
}


.mel-question-icon {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;

  background: #f2efeb;
  color: #817b87;
}

.mel-question-icon iconify-icon {
  font-size: var(--font-size);
 
}


.mel-chat-question>span:nth-child(2) {
  flex: 1;
}

.mel-chat-question strong {
  display: block;

  color: #302c32;

  font-size: var(--font-size);

  font-weight: 600;
}

.mel-chat-question small {
  display: block;

  margin-top: 3px;

  color: #969097;

  font-size: var(--font-size);
 
}

.mel-question-arrow {
  flex-shrink: 0;

  color: #aaa4ab;

  font-size: var(--font-size);
 

  transition: transform 0.2s ease;
}

.mel-chat-question:hover .mel-question-arrow {
  transform: translateX(3px);
  color: #153d22;
}


/* =========================================================
   FOOTER
========================================================= */

.mel-chat-footer {
  padding: 12px 20px;

  border-top: 1px solid #eeeae5;

  background: #faf9f7;
}

.mel-chat-footer span {
  display: flex;
  align-items: center;
  gap: 6px;

  color: #9a949a;

  font-size: var(--font-size);

}

.mel-chat-footer iconify-icon {
  font-size: var(--font-size);
 
}


/* =========================================================
   FLOATING BUTTON
========================================================= */

.mel-chat-trigger {
  position: relative;

  padding: 13px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: #153d22;
  color: #ffffff;

  box-shadow:
    0 12px 30px rgba(36, 33, 38, 0.25);

  cursor: pointer;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.mel-chat-trigger:hover {
  transform: translateY(-3px);
  background: #302c32;
}

.mel-chat-trigger iconify-icon {
  font-size: var(--font-size);
}

.mel-chat-trigger-close {
  display: none;
}

.mel-chatbot.is-open .mel-chat-trigger-icon {
  display: none;
}

.mel-chatbot.is-open .mel-chat-trigger-close {
  display: flex;
}


/* =========================================================
   PULSE
========================================================= */

.mel-chat-pulse {
  position: absolute;
  top: 2px;
  right: 2px;

  width: 10px;
  height: 10px;

  border: 2px solid #ffffff;
  border-radius: 50%;

  background: #9bb88b;
}

.mel-chatbot.is-open .mel-chat-pulse {
  display: none;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .mel-chatbot {
    right: 16px;
    bottom: 18px;
  }

  .mel-chat-panel {
    right: 0;
    bottom: 70px;

    width: min(360px, calc(100vw - 32px));

    border-radius: 18px;
  }

  .mel-chat-trigger {
    width: 54px;
    height: 54px;
  }
}

/* ============================================================
   UNIVERSAL MEGA-NAV DROPDOWN DISPLAY FIX (DESKTOP & MOBILE)
   ============================================================ */

/* DESKTOP (992px and above) */
@media (min-width: 992px) {
  .nav-row {
    position: relative !important;
  }

  .nav-item.has-dropdown {
    position: relative !important;
  }

  .nav-item.has-dropdown .mega-panel {
    display: none;
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    min-width: 240px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 8px 0 !important;
    z-index: 9999 !important;
  }

  /* SHOW DROPDOWN ON HOVER, OPEN CLASS, OR FOCUS */
  .nav-item.has-dropdown:hover>.mega-panel,
  .nav-item.has-dropdown.open>.mega-panel,
  .nav-item.has-dropdown:focus-within>.mega-panel {
    display: block !important;
  }

  /* Chevron rotation */
  .nav-item.has-dropdown:hover .nav-chevron,
  .nav-item.has-dropdown.open .nav-chevron {
    transform: rotate(180deg) !important;
  }

  /* Mega-Panel Links */
  .mega-panel a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 18px !important;
    color: #1b382b !important;
    font-size: var(--font-size);
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.15s ease, color 0.15s ease !important;
  }

  .mega-panel a:hover {
    background: #eef6ed !important;
    color: var(--green) !important;
  }

  .mega-panel a iconify-icon {
    font-size: var(--font-size);
    color: var(--green) !important;
  }
}

/* MOBILE (1199px and below) */
@media (max-width: 1199px) {
  .nav-item.has-dropdown .mega-panel {
    display: none !important;
    position: static !important;
    width: 100% !important;
    background: #f7f5f0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 4px 12px !important;
  }

  .nav-item.has-dropdown.open>.mega-panel {
    display: block !important;
  }

  .nav-item.has-dropdown.open > button .nav-chevron,
  .nav-item.has-dropdown.open .nav-chevron {
    transform: rotate(180deg) !important;
  }
}


/* =============================================================
   MELGHAT TIGER RESERVE — NEW SECTIONS  (melghat-sections.css)
   Phase 1 additions: mega-nav, stats, booking cards, trivia,
   testimonials, donate CTA, blog teaser, footer enhancements
   ============================================================= */

/* ─── SECTION 1: VIDEO-ONLY HERO ───────────────────────── */

.hero--video-only {
  position: relative;
  /* height: 100vh; */
  min-height: 450px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.hero--video-only .hero-inner {
  position: relative;
  z-index: 2;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

/* Always-visible copy (no fade animation needed for video hero) */
.hc-copy--visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Animated scroll-down hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  z-index: 10;
  animation: scrollBounce 1.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-scroll-hint iconify-icon {
  font-size: var(--font-size);
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: .55;
  }

  50% {
    transform: translateX(-50%) translateY(8px);
    opacity: 1;
  }
}

/* ─── SECTION 2: DESTINATION IMAGE SLIDER ───────────────── */

.dest-slider {
  position: sticky;
  /* pin to top while wrapper scrolls */
  top: 0;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #030f07;
}


/* ── Video background — plays naturally, no zoom ─────────── */
.hc-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

/* ── Gradient overlay ────────────────────────────────────── */
.hc-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: linear-gradient(90deg, rgb(8 47 32 / 45%) 0%, rgb(8 47 32 / 11%) 48%, rgba(12, 61, 37, 0.40) 80%, rgb(8 47 32 / 0%) 100%), linear-gradient(0deg, rgb(8 47 32 / 0%) 0%, transparent 60%); */
}

/* ── Slide content ───────────────────────────────────────── */
.hero-inner {
  position: relative;
  z-index: 2;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.hc-copy {
  max-width: 580px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s 0.4s ease, transform 0.7s 0.4s ease;
}

.hc-copy {
  opacity: 1;
  transform: none;
}

.hc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

.hc-title {
  font-size: var(--heading-h2);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
}

.hc-title span {
  font-size: var(--font-size);
  font-weight: 400;
  display: block;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .82);
  margin-top: 4px;
}

.hc-desc {

  line-height: 1.65;
  color: rgba(255, 255, 255, .82);
  margin: 0 0 28px;
  max-width: 480px;
}

.hc-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}



/* ─── TOP UTILITY BAR & HEADER LAYOUT ──────────────────── */

.site-header {
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.gov-strip {
  width: 100%;
  margin-inline: auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 24px;
  /* background: #174d20; */
  border-bottom: 2px solid #ebe1e1 !important;
  color: #fff;
  box-sizing: border-box;
}

.gov-brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gov-crest-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}


.wordmark-title {
  font-size: var(--font-size);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.header-tagline {
  font-size: var(--font-size);
  color: var(--gold);

  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.header-utility-right {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: var(--font-size);
}

.header-enquiry {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.header-enquiry iconify-icon {
  color: var(--gold);
  font-size: var(--font-size);
}

.lang-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .7);
}

.lang-toggle-wrap a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
  /* Reserve bold width so hover never shifts layout */
  position: relative;
}


@media (max-width: 900px) {

  .header-tagline,
  .header-enquiry {
    display: none;
  }
}

/* ─── MEGA-NAV OVERRIDES ─────────────────────────────────── */

.nav-row {
  width: 100%;
  margin-inline: auto;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  box-sizing: border-box;
}

.main-logo {
  flex: 0 0 auto;
}

.main-logo img {
  width: 130px;
  height: auto;
  display: block;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  flex: 1;
  justify-content: center;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}


  .nav-item>a, .nav-item>button {
    height: 100%;
    display: inline-flex;
    align-items: center;
    /* gap: 2px; */
    padding: 0 4px;
    color: var(--ink);
    background: none;
    border: 0;
    font-size: var(--font-size);
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
}


@media (max-width: 1280px) {

  .nav-item>a,
  .nav-item>button {
    padding: 0 3px;
    font-size: var(--font-size);
  }
}

.nav-item>a:hover,
.nav-item>button:hover,
.nav-item.active>a,
.nav-item.active>button {
  color: var(--green);
}



.nav-item>button .nav-chevron {
  font-size: var(--font-size);
  transition: transform 0.2s;
}

.nav-item.open>button .nav-chevron {
  transform: rotate(180deg);
}

/* Mega-panel */
.mega-panel {
  min-width: 220px;
  display: none;
  position: absolute;
  top: calc(100% - 14px);
  left: -14px;
  padding: 10px;
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
  z-index: 200;
}

.nav-item.open .mega-panel {
  display: block;
}

/* Multi-column mega panel */
.mega-panel--wide {
  min-width: 460px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.nav-item.open .mega-panel--wide {
  display: grid;
}

.mega-col {
  padding: 6px;
  border-right: 1px solid #f0f0eb;
}

.mega-col:last-child {
  border-right: 0;
}

.mega-col-head {
  padding: 7px 10px 4px;
  color: var(--muted);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mega-panel a,
.mega-panel .mega-col a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  border-radius: 5px;
  color: var(--ink);
  font-size: var(--font-size);
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}

.mega-panel a iconify-icon,
.mega-panel .mega-col a iconify-icon {
  font-size: var(--font-size);
  color: var(--green);
  flex-shrink: 0;
}

.mega-panel a:hover,
.mega-panel .mega-col a:hover {
  background: #eef6ed;
  color: var(--green);
}

/* Book Now button in nav */
.nav-book-btn {
  padding: 0 12px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--green);
  color: #fff !important;
  border: 0;
  border-radius: 5px;
  font-size: var(--font-size);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
  text-decoration: none;
}

.nav-book-btn:hover {
  background: var(--deep);
  transform: translateY(-1px);
}

/* Search button in nav */
.search-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: var(--font-size);
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}

.search-btn:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* Login button in nav */
.book-btn.login-btn {
  padding: 0 8px;
  height: 30px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 1.5px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font-size: var(--font-size);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
}

.book-btn.login-btn:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* ─── LIVE STATS STRIP ───────────────────────────────────── */

/* .stats-strip {
  background: linear-gradient(90deg, #0c3d25 0%, #174d20 60%, #1e5c2a 100%);
  overflow: hidden;
} */
/* .stats-strip {
    background: linear-gradient(
        90deg,
        #123D2A 0%,
        #1B5135 45%,
        #2B6844 75%,
        #3A7650 100%
    );
    overflow: hidden;
} */
.stats-strip {
  background: linear-gradient(90deg,
      #173B2A 0%,
      #24543A 35%,
      #356B45 70%,
      #4A7A50 100%);
  overflow: hidden;
}

.stats-strip-inner {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  transition: background .2s;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item:hover {
  background: rgba(255, 255, 255, .06);
}

.stat-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: var(--gold);
  font-size: var(--font-size);
  flex-shrink: 0;
}

.stat-text {
  color: #fff;
}

.stat-number {
  display: block;
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
  font-family: var(--font-body);
}

.stat-label {
  display: block;
  font-size: var(--font-size);
  font-weight: 500;
  color: rgba(255, 255, 255, .72);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .stats-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .stat-item:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .stat-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-right: 0;
  }
}

@media (max-width: 500px) {
  .stats-strip-inner {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .stat-item:first-child {
    border-top: 0;
  }
}

/* ─── DIRECTOR WELCOME (appended to about section) ───────── */

.director-welcome {
  margin-top: 44px;
  padding: 32px 36px;
  background: linear-gradient(135deg, #f4f9f4 0%, #eaf4ea 100%);
  border-left: 4px solid var(--green);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.director-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--green);
  flex-shrink: 0;
}

.director-photo-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-2) 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: var(--font-size);
  flex-shrink: 0;
  border: 3px solid var(--gold);
}

.director-quote {
  flex: 1;
}

.director-quote blockquote {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1.7;
  color: var(--ink);

}

.director-sig {
  font-size: var(--font-size);
  font-weight: 700;
  color: var(--green);
}

.director-sig small {
  display: block;
  font-weight: 500;
  color: var(--muted);
  margin-top: 2px;
}

@media (max-width: 600px) {
  .director-welcome {
    flex-direction: column;
    gap: 16px;
  }
}

/* ─── PLAN & BOOK — VIDEO CARDS SECTION ─────────────────── */

.plan-book-section {
  padding: 0;
  overflow: hidden;
}

.plan-book-header {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
  padding: 52px 0 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.plan-book-header h2 {
  font-size: var(--heading-h3);
  font-family: var(--font-heading);
  color: #000;
  margin: 0;
}

.plan-book-header h2 span {
  color: #153d22;
}

.plan-book-header p {
  color: var(--muted);
  font-size: var(--font-size);
  margin: 8px 0 0;
}

.plan-book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 560px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem;
  overflow: hidden;
  cursor: pointer;
}

.plan-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 700ms ease;
  z-index: 0;
}

.plan-card:hover .plan-card__video {
  transform: scale(1.05);
}

.plan-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, .08) 0%, rgba(8, 47, 32, .55) 100%);
  transition: background 500ms ease;
  z-index: 1;
}

.plan-card:hover .plan-card__overlay {
  background: linear-gradient(160deg, rgba(0, 0, 0, .18) 0%, rgba(8, 47, 32, .72) 100%);
}

.plan-card__badge {
  position: relative;
  z-index: 2;
  padding: 4px 10px;
  background: rgba(239, 189, 67, .9);
  border-radius: 20px;
  color: #1a1000;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.plan-card__name {
  position: relative;
  z-index: 2;
  font-size: var(--font-size);
  font-weight: 500;
  color: #fff;
  font-family: var(--font-body);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 1;
  letter-spacing: -0.01em;
  transition: transform 500ms ease;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .35);
}

.plan-card:hover .plan-card__name {
  transform: rotate(180deg) translateY(8px);
}

.plan-card__btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 12px 28px;
  background: #fff;
  color: var(--green);
  border: none;
  border-radius: 50px;
  font-size: var(--font-size);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.plan-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  background: var(--gold);
  color: var(--ink);
}

@media (max-width: 900px) {
  .plan-book-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

 

  .plan-card__name {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: var(--font-size);
  }

  .plan-card:hover .plan-card__name {
    transform: translateY(-4px);
  }
}

/* ─── DO YOU KNOW — TRIVIA CAROUSEL ─────────────────────── */

.trivia-section {
  
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.trivia-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.trivia-inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.trivia-header {
  text-align: center;
  margin-bottom: 44px;
}

.trivia-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}


.trivia-header p {
  color: rgba(255, 255, 255, .6);
  font-size: var(--font-size);
}

.trivia-track-wrapper {
  overflow: hidden;
  position: relative;
}

.trivia-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
}

.trivia-card {
  min-width: calc(33.333% - 14px);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(4px);
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}

.trivia-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-4px);
}

.trivia-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(239, 189, 67, .18);
  display: grid;
  place-items: center;
  font-size: var(--font-size);
}

.trivia-card-title {
  font-size: var(--font-size);
  font-weight: 700;
  color: var(--gold);
  font-family: var(--font-heading);
  margin: 0;
}

.trivia-card-fact {
  font-size: var(--font-size);
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
  flex: 1;
}

.trivia-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  background: rgba(239, 189, 67, .15);
  border-radius: 20px;
  color: var(--gold);
  font-size: var(--font-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  width: fit-content;
}

.trivia-card-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.trivia-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  color: rgba(255, 255, 255, .7);
  font-size: var(--font-size);
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.trivia-share-btn:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.trivia-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.trivia-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: var(--font-size);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s;
}

.trivia-nav-btn:hover {
  background: rgba(255, 255, 255, .18);
}

.trivia-dots {
  display: flex;
  gap: 6px;
}

.trivia-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}

.trivia-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}

@media (max-width: 900px) {
  .trivia-card {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 580px) {
  .trivia-card {
    min-width: calc(100% - 0px);
  }
}

/* ─── VISITOR TESTIMONIALS ───────────────────────────────── */

.testimonials-section {
  padding: 60px 0;
  background: var(--cream);
}

.testimonials-inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

@media (min-width: 1440px) {
  .testimonials-inner {
    width: min(100% - 64px, 1400px);
  }
}

.testimonials-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.testimonials-header h2 {
  font-size: var(--heading-h3);
  font-family: var(--font-heading);
  color: var(--ink);
  margin: 0 0 8px;
}

.testimonials-header p {
  color: var(--muted);
  font-size: var(--font-size);
  margin: 0;
}

.testimonials-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.testi-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d5d5ce;
  background: #fff;
  color: var(--ink);
  font-size: var(--font-size);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}

.testi-nav-btn:hover {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  transform: scale(1.05);
}

.testimonials-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-card {
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(23, 77, 32, .12);
}

.testi-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
  font-size: var(--font-size);
}

.testi-text {
  font-size: var(--font-size);
  color: var(--ink);
  line-height: 1.7;
  flex: 1;

}

.testi-text::before {
  content: '\201C';
}

.testi-text::after {
  content: '\201D';
}

.testi-meta {
  /* display: flex; */
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-2) 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: var(--font-size);
  font-weight: 700;
  flex-shrink: 0;
  font-family: var(--font-body);
}

.testi-name {
  font-size: var(--font-size);
  font-weight: 700;
  color: var(--ink);
}

.testi-location {
  font-size: var(--font-size);
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
}

.testi-badge {
  margin-left: auto;
  padding: 4px 10px;
  background: #eef6ed;
  border-radius: 12px;
  color: var(--green);
  font-size: var(--font-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .testimonials-track {
    gap: 20px;
  }

  .testi-card {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 640px) {
  .testimonials-track {
    gap: 16px;
  }

  .testi-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ─── CONSERVATION & DONATE CTA ──────────────────────────── */

.donate-cta {
  position: relative;
  padding: 72px 0;
  background: linear-gradient(120deg, #051f0f 0%, #082f20 50%, #0c3d25 100%);
  overflow: hidden;
}

.donate-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(239, 189, 67, .08) 0%, transparent 60%);
  pointer-events: none;
}

.donate-cta-inner {
  width: min(100% - 48px, 1100px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.donate-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.donate-cta h2 {
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.donate-cta p {
  color: rgba(255, 255, 255, .7);
  font-size: var(--font-size);
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}

.donate-impact {
  display: flex;
  gap: 28px;
  margin-top: 24px;
}

.donate-impact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .75);
  font-size: var(--font-size);
}

.donate-impact-item iconify-icon {
  color: var(--gold);
  font-size: var(--font-size);
}

.donate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--gold);
  color: #1a1000;
  border: 0;
  border-radius: 50px;
  font-size: var(--font-size);
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
  text-decoration: none;
}

.donate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(239, 189, 67, .4);
}

.foundation-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .65);
  font-size: var(--font-size);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.foundation-link:hover {
  color: var(--gold);
}

@media (max-width: 780px) {
  .donate-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .donate-eyebrow {
    justify-content: center;
  }

  .donate-impact {
    justify-content: center;
    flex-wrap: wrap;
  }

  .donate-actions {
    flex-direction: row;
  }
}

/* ─── BLOG & NEWS TEASER ─────────────────────────────────── */

.blog-section {
  padding: 60px 0;
  background: #fff;
}

.blog-inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}

.blog-header h2 {
  font-size: var(--heading-h3);
  font-family: var(--font-heading);
  color: var(--ink);
  margin: 0 0 6px;
}

.blog-header p {
  color: var(--muted);
  font-size: var(--font-size);
  margin: 0;
}

.blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-size: var(--font-size);
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-all-link:hover {
  text-decoration: underline;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(23, 77, 32, .13);
}

.blog-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 3px 10px;
  background: var(--green);
  color: #fff;
  border-radius: 20px;
  font-size: var(--font-size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.blog-card-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.blog-card-date {
  font-size: var(--font-size);
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.blog-card-title {
  font-size: var(--font-size);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  font-family: var(--font-heading);
  margin: 0;
}

.blog-card-excerpt {
  font-size: var(--font-size);
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-size: var(--font-size);
  font-weight: 700;
  margin-top: 4px;
}

.blog-card-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ─── ENHANCED FOOTER ────────────────────────────────────── */

footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding: 52px 25px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-brand h3 {
  font-size: var(--font-size);
  font-weight: 800;
  letter-spacing: .08em;
  margin: 12px 0 5px;
  color: #000;
}

.footer-brand p {
  font-size: var(--font-size);
  color: #fff;
  line-height: 1.5;
  margin: 0 0 8px;
}

.footer-brand small {
  font-size: var(--font-size);
  color: #fff;
  line-height: 1.5;
}

footer .footer-col h3 {
  font-size: var(--font-size);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

footer .footer-col a {
  /* display: block; */
  font-size: var(--font-size);
  color: #fff;
  /* padding: 4px 0; */
  transition: color .15s;
}

footer .footer-col a:hover {
  color: #fbff00;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.75);
  font-size: var(--font-size);
  transition: background .2s, color .2s;
}

.footer-social a:hover {
  background: var(--green);
  color: #fff;
}

.footer-newsletter {
  margin-top: 4px;
}

.footer-newsletter label {
  display: block;
  font-size: var(--font-size);
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-newsletter-form {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  flex-direction: column;
}

.footer-newsletter-form input {
  flex: 1;
  padding: 9px 12px;
  background: rgba(255, 255, 255, .07);
  border: 0;
  color: #000;
  font-size: var(--font-size);
  min-width: 0;
}

.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.footer-newsletter-form input:focus {
  outline: none;
  background: rgba(255, 255, 255, .12);
}

.footer-newsletter-form button {
  padding: 0 14px;
  background: var(--gold);
  border: 0;
  color: #1a1000;
  font-size: var(--font-size);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.footer-newsletter-form button:hover {
  background: #f5cc5a;
}

.footer-app-badges {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.footer-app-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  color: rgba(255, 255, 255, .75);
  font-size: var(--font-size);
  font-weight: 600;
  transition: background .2s;
}

.footer-app-badge:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.footer-app-badge iconify-icon {
  font-size: var(--font-size);
}

@media (max-width: 1100px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 600px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ─── SCROLL REVEAL UTILITY ──────────────────────────────── */

.sr-init {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.sr-init.sr-visible {
  opacity: 1;
  transform: none;
}

.sr-init[data-sr-delay="1"] {
  transition-delay: 0.1s;
}

.sr-init[data-sr-delay="2"] {
  transition-delay: 0.2s;
}

.sr-init[data-sr-delay="3"] {
  transition-delay: 0.3s;
}

.sr-init[data-sr-delay="4"] {
  transition-delay: 0.4s;
}




/* ========================================= NATURAL LIGHT OVERLAY ========================================= */
.story-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 47 32 / 45%) 0%, rgb(8 47 32 / 11%) 48%, rgba(12, 61, 37, 0.40) 80%, rgb(8 47 32 / 0%) 100%), linear-gradient(0deg, rgb(8 47 32 / 0%) 0%, transparent 60%);
  z-index: 1;
}

/* ========================================= CONTENT ========================================= */
.story-hero .container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

.story-hero-content {
  max-width: 820px;
  /* padding-top: 50px; */
}

/* ========================================= BREADCRUMB ========================================= */
.story-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

/* .story-hero-breadcrumb i {
    width: 28px;
    height: 1px;
    background: #f1ab00;
} */

.story-hero-breadcrumb strong {
  font-weight: 600;
  color: #f1ab00;
}

/* ========================================= KICKER ========================================= */


.story-hero h1 {
  /* font-family: var(--heading-h1) !important; */
  margin: 22px 0 30px;
  font-size: clamp(48px, 3vw, 76px);
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* .story-hero h1 span,
.story-hero h1 em {
    display: block;
    color: #f1ab00;
    
    font-weight: 300;
} */

/* ========================================= DESCRIPTION ========================================= */
.story-hero-content>p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.85;
}

/* ========================================= META / TIMELINE ========================================= */
.story-hero-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  max-width: 820px;
}

.hero-meta-item strong {
  display: block;
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
}

.hero-meta-item span {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f1ab00;
}

.hero-meta-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* ========================================= SCROLL ========================================= */
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.hero-scroll span {
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-scroll i {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: #f1ab00;
  background: rgba(8, 47, 32, 0.6);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

/* ========================================= DESKTOP CONTENT ANIMATION ========================================= */
.story-hero-breadcrumb {
  opacity: 0;
  animation: storyHeroReveal .8s ease .2s forwards;
}

.story-hero-kicker {
  opacity: 0;
  animation: storyHeroReveal .8s ease .4s forwards;
}


.story-hero-content>p {
  opacity: 0;
  animation: storyHeroReveal .9s ease .8s forwards;
}

.story-hero-meta {
  opacity: 0;
  animation: storyHeroReveal .9s ease 1s forwards;
}

@keyframes storyHeroReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&family=Playfair+Display:wght@500;700;800&display=swap");

/* ========================================= GLOBAL ========================================= */
.melghat-story {
  --forest: #174d20;
  --forest-dark: #082f20;
  --earth: #174d20;
  --gold: #f1ab00;
  --cream: #faf8f1;
  --paper: #ffffff;
  --text: #153d22;
  --muted: #5c655e;
  color: var(--text);
  background: var(--paper);
  overflow: hidden;
}

.container,
.melghat-story .container,
.project-tiger .container,
.story-hero .container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  box-sizing: border-box;
}

@media (min-width: 1440px) {

  .container,
  .melghat-story .container,
  .project-tiger .container,
  .story-hero .container {
    width: min(100% - 64px, 1400px);
  }
}

@media (min-width: 1680px) {

  .container,
  .melghat-story .container,
  .project-tiger .container,
  .story-hero .container {
    width: min(100% - 80px, 1560px);
  }
}

@media (min-width: 2100px) {

  .container,
  .melghat-story .container,
  .project-tiger .container,
  .story-hero .container {
    width: min(100% - 96px, 1760px);
  }
}

.story-kicker {
  display: inline-block;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--earth);
}

/* ========================================= INTRO ========================================= */
.story-intro {
  padding: 28px;
  background: linear-gradient(170deg, #082f20 0%, #0c3d25 100%);
  color: white;
}

.story-intro-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 60px;
}

.story-intro-label {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding-top: 15px;
}

.story-intro-label span {
  display: block;
  font-size: var(--font-size);
  color: var(--gold);
  margin-bottom: 10px;
}

.story-intro-label small {
  font-size: var(--font-size);
  letter-spacing: 2px;
  opacity: .6;
}

.story-intro-content {
  max-width: 850px;
}

.story-intro-content h1 {
  margin: 18px 0 25px;
  font-size: var(--font-size);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -4px;
  display: flex;
  gap: 12px;
}

.story-intro-content h1 span {
  display: block;
  color: var(--gold);

}

.story-intro-content p {
  max-width: 650px;
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.8;
  color: rgba(255, 255, 255, .7);
}

/* ========================================= LEGEND ========================================= */
.story-legend {
  padding: 60px 0;
}

.legend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.legend-image {
  position: relative;
}

.legend-image img {
  width: 100%;
  /* height: 610px; */
  object-fit: cover;
  display: block;
  filter: saturate(.8);
  border-radius: 7%;
}

.legend-image-caption {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: rgba(15, 25, 20, .9);
  color: white;
  padding: 18px 22px;
  min-width: 230px;
}

.legend-image-caption span {
  display: block;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 6px;
}

.legend-image-caption strong {
  font-size: var(--font-size);
  font-weight: 500;
}

.section-number {
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: var(--earth);
  font-weight: 700;
}

.legend-content h2 {
  margin: 22px 0;
  line-height: 1.05;
  letter-spacing: -2px;
  font-weight: 500;
}

.legend-content h2 em {
  color: var(--earth);
}

.legend-content p {
  color: var(--muted);
  line-height: 1.9;
  font-size: var(--font-size);
}

.legend-highlight {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd7ca;
  margin-top: 35px;
  padding-top: 25px;
  gap: 15px;
}

.legend-highlight strong,
.legend-highlight span {
  display: block;
}

.legend-highlight strong {
  font-size: var(--font-size);
  margin-bottom: 5px;
}

.legend-highlight span {
  font-size: var(--font-size);
  color: var(--muted);
}


.story-timeline {
  padding: 60px 0;
}

.timeline-heading {
  max-width: 750px;
  margin-bottom: 20px;
}

.timeline-heading h2 {
  font-size: var(--heading-h2);
  line-height: 1;
  font-weight: 500;
  margin: 18px 0;
  letter-spacing: -2px;
}

.timeline-heading h2 span {
  color: var(--earth);

}

.timeline-heading p {
  color: var(--muted);
  line-height: 1.8;
}

.timeline {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 135px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d8d2c6;
}


.timeline-year {
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--forest);
  padding-top: 10px;
  text-align: right;
  padding-right: 25px;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: var(--paper);
  border: 2px solid var(--earth);
  border-radius: 50%;
  margin: 13px auto;
  position: relative;
  z-index: 2;
}

.timeline-card {
  margin-left: 25px;
  padding: 5px 0 60px;
}

.timeline-card>span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: var(--earth);
  font-weight: 700;
}

/* .timeline-card h3 {
    margin: 12px 0;
    font-size: var(--font-size);
    font-weight: 500;
} */

.timeline-card p {
  max-width: 550px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.timeline-featured .timeline-dot {
  background: var(--earth);
  border-color: var(--earth);
  box-shadow: 0 0 0 8px rgba(155, 113, 72, .12);
}

.timeline-featured .timeline-card {
  background: var(--forest);
  padding: 35px;
  margin-left: 0;
  color: white;
}

.timeline-featured .timeline-card h3 {
  font-size: var(--font-size);
}

.timeline-featured .timeline-card p {
  color: rgba(255, 255, 255, .65);
}

.timeline-badge {
  display: inline-block;
  margin-top: 25px;
  padding: 8px 12px;
  border: 1px solid rgba(198, 165, 106, .5);
  color: var(--gold);
  font-size: var(--font-size);
  letter-spacing: 2px;
}

/* ========================================= PROJECT TIGER ========================================= */
.project-tiger {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(11, 20, 15, .96), rgba(11, 20, 15, .75), rgba(11, 20, 15, .3)), url("../images/banner/banner1.jpg") center/cover no-repeat;
  color: white;
}

/* .project-tiger-content {
    max-width: 720px;
} */

/* .project-tiger-content h2 {
    font-size: var(--font-size);
    line-height: 1;
    font-weight: 500;
    margin: 20px 0 25px;
    letter-spacing: -3px;
} */



.project-tiger-content p {
  max-width: 600px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.9;
}

.project-tiger-stats {
  display: flex;
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 25px;
  gap: 70px;
}

.project-tiger-stats strong,
.project-tiger-stats span {
  display: block;
}

.project-tiger-stats strong {
  font-size: var(--font-size);
  color: var(--gold);
}

.project-tiger-stats span {
  margin-top: 5px;
  font-size: var(--font-size);
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .55);
}


/* ========================================= RESPONSIVE ========================================= */
@media (max-width: 991px) {
  .story-intro {
    padding: 90px 0;
  }

  .story-intro-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .legend-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .legend-image img {
    height: 500px;
  }

  .name-card {
    grid-template-columns: 70px 1fr;
  }

  .name-visual {
    display: none;
  }

  .timeline::before {
    left: 105px;
  }

  .timeline-item {
    grid-template-columns: 80px 50px 1fr;
  }

  .timeline-year {
    font-size: var(--font-size);
  }

  .project-tiger {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .melghat-story .container {
    width: min(100% - 30px, 1180px);
  }

  .story-intro-content h1 {
    font-size: var(--font-size);
    letter-spacing: -2px;
  }

  .story-intro-content p {
    font-size: var(--font-size);
  }

  .story-legend,
  .story-timeline {
    padding: 80px 0;
  }

  .legend-image img {
    height: 400px;
  }

  .legend-content h2 {
    font-size: var(--font-size);
  }

  .legend-highlight {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .story-name {
    padding: 60px 0;
  }

  .name-card {
    display: block;
  }


  .name-content {
    padding: 35px 25px 45px;
  }

  .name-content h2 {
    font-size: var(--font-size);
  }

  .timeline-heading {
    margin-bottom: 60px;
  }

  .timeline::before {
    left: 17px;
  }

  .timeline-item {
    grid-template-columns: 35px 1fr;
    display: grid;
    margin-bottom: 20px;
  }

  .timeline-year {
    grid-column: 1 / -1;
    text-align: left;
    padding: 0 0 10px 45px;
  }

  .timeline-dot {
    grid-column: 1;
    grid-row: 2;
    margin: 8px auto;
  }

  .timeline-card {
    grid-column: 2;
    grid-row: 2;
    margin-left: 15px;
    padding-bottom: 40px;
  }

  .timeline-featured .timeline-card {
    padding: 25px;
  }

  .timeline-featured .timeline-card h3 {
    font-size: var(--font-size);
  }

  .project-tiger {
    min-height: 650px;
    background: linear-gradient(0deg, rgba(11, 20, 15, .97), rgba(11, 20, 15, .65)), url("../images/banner/banner1.jpg") center/cover no-repeat;
  }

  .project-tiger-content h2 {
    font-size: var(--font-size);
  }

  .project-tiger-stats {
    gap: 25px;
    justify-content: space-between;
  }

  .project-tiger-stats strong {
    font-size: var(--font-size);
  }

}

/*=========================================TIMELINE SECTION=========================================*/
.story-timeline {
  padding: 60px 0;
  background: #faf8f3;
}

/* ========================================= TWO COLUMN LAYOUT ========================================= */
.timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: 80px;
  align-items: start;
}

/* ========================================= LEFT SIDE ========================================= */
.timeline-left {
  min-width: 0;
}

.timeline-heading {
  max-width: 700px;
  /* margin-bottom: 85px; */
}

/* .timeline-heading h2 {
    font-size: var(--font-size);
    line-height: 1;
    font-weight: 500;
    margin: 18px 0;
    letter-spacing: -2px;
} */

.timeline-heading h2 span {
  display: block;
  color: #174d20;

}

.timeline-heading p {
  max-width: 600px;
  color: #5c655e;
  line-height: 1.8;
}

/* ========================================= TIMELINE ========================================= */
.timeline {
  position: relative;
  max-width: 850px;
}

/* Vertical line */
.timeline::before {
  content: "";
  position: absolute;
  left: 125px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dfdfd7;
}

/* Timeline item */
.timeline-item {
  display: grid;
  grid-template-columns: 100px 50px 1fr;
  /* min-height: 215px; */
  position: relative;
}

/* Year */
.timeline-year {
  font-size: var(--font-size);
  font-weight: 600;
  color: #153d22;
  padding-top: 8px;
  text-align: right;
  padding-right: 25px;
}

/* Dot */
.timeline-dot {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #174d20;
  border-radius: 50%;
  margin: 12px auto;
  position: relative;
  z-index: 2;
}

/* Card */
.timeline-card {
  margin-left: 25px;
  padding: 5px 0 55px;
}

.timeline-card>span {
  display: block;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #174d20;
  font-weight: 700;
  margin-bottom: 10px;
}

.timeline-card h3 {
  margin: 0 0 12px;
  font-size: var(--heading-h3);
  line-height: 1.2;
  font-weight: 500;
  color: #153d22;
}

.timeline-card p {
  max-width: 500px;
  color: #5c655e;
  line-height: 1.8;
  margin: 0;
}

/* ========================================= FEATURED 1974 ========================================= */
.timeline-featured .timeline-dot {
  background: #174d20;
  border-color: #174d20;
  box-shadow: 0 0 0 8px rgba(23, 77, 32, .15);
}

.timeline-featured .timeline-card {
  background: linear-gradient(90deg, rgb(23, 59, 42) 0%, rgb(36, 84, 58) 35%, rgb(53, 107, 69) 70%, rgb(74, 122, 80) 100%) !important;
  padding: 15px;
  margin-left: 0;
  color: white;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.timeline-featured .timeline-card::after {
  content: "1974";
  position: absolute;
  right: 0px;
  bottom: -23px;
  font-size: 70px;
  font-weight: 700;
  color: rgba(255, 255, 255, .035);
}

.timeline-featured .timeline-card h3 {
  color: white;
  font-size: var(--heading-h3);
}

.timeline-featured .timeline-card p {
  color: rgba(255, 255, 255, .65);
  position: relative;
  z-index: 1;
}

/* Badge */
.timeline-badge {
  display: inline-block;
  margin-top: 25px;
  padding: 8px 12px;
  border: 1px solid rgba(239, 189, 67, .5);
  color: #f1ab00;
  font-size: var(--font-size);
  letter-spacing: 2px;
}

/* ========================================= RIGHT IMAGE ========================================= */
.timeline-visual {
  position: sticky;
  top: 110px;
  align-self: start;
}

/* Image */
.timeline-image {
  height: 680px;
  position: relative;
  overflow: hidden;
  background: #082f20;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.timeline-image:hover img {
  transform: scale(1.04);
}

/* Dark overlay */
.timeline-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 20, 14, .92) 0%, rgba(10, 20, 14, .35) 45%, rgba(10, 20, 14, .05) 100%);
}

/* Image content */
.timeline-image-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 40px;
  color: white;
}

.timeline-image-content>span {
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;
  font-weight: 700;
}

.timeline-image-content h3 {
  margin: 14px 0 18px;
  font-size: var(--font-size);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
}

.timeline-image-content p {
  max-width: 350px;
  color: rgba(255, 255, 255, .68);
  font-size: var(--font-size);
  line-height: 1.7;
  margin: 0;
}

.image-line {
  width: 45px;
  height: 1px;
  background: #f1ab00;
  margin-bottom: 18px;
}

/* Image caption */
.timeline-image-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2px;
  border-bottom: 1px solid #dfdfd7;
}

.timeline-image-caption span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #174d20;
}

.timeline-image-caption strong {
  font-size: var(--font-size);
  font-weight: 600;
  color: #153d22;
}

/* ========================================= TABLET ========================================= */
@media (max-width: 1100px) {
  .timeline-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    gap: 50px;
  }

  .timeline-image {
    height: 600px;
  }

  .timeline-image-content h3 {
    font-size: var(--font-size);
  }
}

/* ========================================= MOBILE ========================================= */
@media (max-width: 767px) {
  .story-timeline {
    padding: 0px 0;
  }

  .timeline-layout {
    display: block;
  }

  /* Image comes first on mobile */
  .timeline-visual {
    position: relative;
    top: auto;
    margin-bottom: 70px;
  }

  .timeline-image {
    height: 480px;
  }

  .timeline-image-content {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }

  .timeline-image-content h3 {
    font-size: var(--font-size);
  }

  .timeline-heading {
    margin-bottom: 60px;
  }

  /* Timeline line */
  .timeline::before {
    left: 17px;
    top: 0;
    bottom: 0;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 35px 1fr;
    margin-bottom: 20px;
    min-height: auto;
  }

  /* Year moves above content */
  .timeline-year {
    grid-column: 1 / -1;
    text-align: left;
    padding: 0 0 10px 45px;
  }

  /* Dot */
  .timeline-dot {
    grid-column: 1;
    grid-row: 2;
    margin: 8px auto;
  }

  /* Content */
  .timeline-card {
    grid-column: 2;
    grid-row: 2;
    margin-left: 15px;
    padding-bottom: 40px;
  }

  .timeline-card h3 {
    font-size: var(--font-size);
  }

  /* Featured card */
  .timeline-featured .timeline-card {
    padding: 25px;
  }

  .timeline-featured .timeline-card h3 {
    font-size: var(--font-size);
  }

  .timeline-image-caption {
    display: block;
  }

  .timeline-image-caption strong {
    display: block;
    margin-top: 6px;
  }
}

/* ========================================= PROJECT TIGER ========================================= */
.project-tiger {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  /* padding: 110px 0; */
  background: linear-gradient(90deg, rgba(10, 20, 14, .98) 0%, rgba(10, 20, 14, .94) 45%, rgba(10, 20, 14, .70) 100%);
  color: white;
  overflow: hidden;
}

/* ========================================= BACKGROUND ========================================= */
.project-tiger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/banner/banner1.jpg") center / cover no-repeat;
  opacity: .28;
  z-index: 0;
}

.project-tiger-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ========================================= TWO COLUMN ========================================= */
.project-tiger .container {
  position: relative;
  z-index: 3;
}

.project-tiger-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
  gap: 90px;
  align-items: center;
}

/* ========================================= LEFT CONTENT ========================================= */
.project-tiger-content {
  max-width: 700px;
}

.project-tiger-content h2 {
  font-size: var(--heading-h2);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 20px 0 28px;
  color: antiquewhite;
}

.project-tiger-content h2 span {
  color: #f1ab00;

}

.project-tiger-content p {
  max-width: 620px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.9;
  font-size: var(--font-size);
}

/* ========================================= STATS ========================================= */
.project-tiger-stats {
  display: flex;
  gap: 60px;
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.project-tiger-stats strong {
  display: block;
  font-size: var(--font-size);
  font-weight: 500;
  color: #f1ab00;
}

.project-tiger-stats span {
  display: block;
  margin-top: 5px;
  font-size: var(--font-size);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

/* ========================================= RIGHT TIGER VISUAL ========================================= */
.project-tiger-visual {
  position: relative;
}

.tiger-image {
  position: relative;
  height: 560px;
  overflow: hidden;
  background: #082f20;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

/* Image */
.tiger-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s ease;
}

.tiger-image:hover img {
  transform: scale(1.05);
}

/* ========================================= IMAGE GRADIENT ========================================= */
.tiger-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 15, 11, .9) 0%, rgba(8, 15, 11, .25) 45%, transparent 75%);
}

/* ========================================= PROJECT TIGER BADGE ========================================= */
.tiger-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 1px solid rgba(239, 189, 67, .65);
  background: rgba(12, 25, 17, .75);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.tiger-badge::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(239, 189, 67, .25);
  border-radius: 50%;
}

.tiger-badge span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #f1ab00;
}

.tiger-badge strong {
  font-size: var(--font-size);
  letter-spacing: 2px;
  font-weight: 500;
  margin: 2px 0;
}

.tiger-badge small {
  font-size: var(--font-size);
  color: rgba(255, 255, 255, .55);
}

/* ========================================= IMAGE CAPTION ========================================= */
.tiger-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
}

.tiger-caption span {
  display: block;
  font-size: var(--font-size);
  letter-spacing: 2.5px;
  color: #f1ab00;
  margin-bottom: 7px;
}

.tiger-caption strong {
  font-size: var(--font-size);
  font-weight: 400;
  color: white;
}

/* ========================================= DECORATIVE LINE ========================================= */
.project-tiger-visual::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-top: 1px solid rgba(198, 165, 106, .4);
  border-right: 1px solid rgba(198, 165, 106, .4);
  top: -15px;
  right: -15px;
  z-index: 4;
}

.project-tiger-visual::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(198, 165, 106, .4);
  border-left: 1px solid rgba(198, 165, 106, .4);
  bottom: -15px;
  left: -15px;
  z-index: 4;
}

/* ========================================= RESPONSIVE ========================================= */
@media (max-width: 991px) {
  .project-tiger-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .project-tiger-content {
    max-width: 800px;
  }

  .project-tiger-visual {
    max-width: 600px;
  }

  .tiger-image {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .project-tiger {
    padding: 80px 0;
  }

  .project-tiger-content h2 {
    font-size: var(--font-size);
    letter-spacing: -2px;
  }

  .project-tiger-stats {
    gap: 25px;
    justify-content: space-between;
  }

  .project-tiger-stats strong {
    font-size: var(--font-size);
  }

  .tiger-image {
    height: 460px;
  }

  .tiger-badge {
    width: 90px;
    height: 90px;
    top: 20px;
    right: 20px;
  }

  .tiger-caption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}

.story-hero {
  position: relative;
  min-height: 450px;
  height: min(70vh, 850px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #faf8f5;
  color: #1b382b;
}

/* ========================================= BACKGROUND IMAGE ========================================= */
.story-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.story-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  animation: storyHeroZoom 18s ease-out forwards;
}

@keyframes storyHeroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

/* ========================================= NATURAL LIGHT OVERLAY ========================================= */
.story-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 47 32 / 45%) 0%, rgb(8 47 32 / 11%) 48%, rgba(12, 61, 37, 0.40) 80%, rgb(8 47 32 / 0%) 100%), linear-gradient(0deg, rgb(8 47 32 / 0%) 0%, transparent 60%);
  z-index: 1;
}

/* ========================================= CONTENT ========================================= */
.story-hero .container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

.story-hero-content {
  max-width: 820px;
  /* padding-top: 50px; */
}

/* ========================================= BREADCRUMB ========================================= */
.story-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: var(--font-size);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.story-hero-breadcrumb i {
  width: 28px;
  height: 1px;
  background: #f1ab00;
}

.story-hero-breadcrumb strong {
  font-weight: 600;
  color: #f1ab00;
}

/* ========================================= KICKER ========================================= */
.story-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--body-size);
  font-weight: 700;
  letter-spacing: 4px;
  color: #f1ab00;

}

/* .story-hero-kicker::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #f1ab00;
} */

/* .story-hero h1 {
    font-family: var(--heading-h3);
    margin: 22px 0 30px;
    font-size: var(--font-size);
    line-height: 1.08;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
} */

/* .story-hero h1 span,
.story-hero h1 em {
    display: block;
    color: #f1ab00;
    
    font-weight: 300;
} */

/* ========================================= DESCRIPTION ========================================= */
.story-hero-content>p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size);
  line-height: 1.85;
}

/* ========================================= META / TIMELINE ========================================= */
.story-hero-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  max-width: 820px;
}

.hero-meta-item strong {
  display: block;
  font-size: var(--font-size);
  font-weight: 400;
  color: #ffffff;
}

.hero-meta-item span {
  display: block;
  margin-top: 4px;
  font-size: var(--font-size);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f1ab00;
}

.hero-meta-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* ========================================= SCROLL ========================================= */
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.hero-scroll span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-scroll i {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: #f1ab00;
  background: rgba(8, 47, 32, 0.6);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

/* ========================================= DESKTOP CONTENT ANIMATION ========================================= */
.story-hero-breadcrumb {
  opacity: 0;
  animation: storyHeroReveal .8s ease .2s forwards;
}

.story-hero-kicker {
  opacity: 0;
  animation: storyHeroReveal .8s ease .4s forwards;
}

.story-hero h1 {
  opacity: 0;
  animation: storyHeroReveal 1s ease .55s forwards;
}

.story-hero-content>p {
  opacity: 0;
  animation: storyHeroReveal .9s ease .8s forwards;
}

.story-hero-meta {
  opacity: 0;
  animation: storyHeroReveal .9s ease 1s forwards;
}

@keyframes storyHeroReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================= TABLET ========================================= */
@media (max-width: 991px) {
  .story-hero {
    min-height: 680px;
    height: 80vh;
  }

  .story-hero h1 {
    font-size: var(--font-size);
  }
}

/* ========================================= MOBILE ========================================= */
@media (max-width: 767px) {
  .story-hero {
    min-height: 700px;
    height: auto;
    padding: 110px 0 80px;
    align-items: center;
  }

  .story-hero-bg img {
    object-position: 62% center;
  }

  .story-hero-overlay {
    background: linear-gradient(90deg, rgb(8 47 32 / 45%) 0%, rgb(8 47 32 / 11%) 48%, rgba(12, 61, 37, 0.40) 80%, rgb(8 47 32 / 0%) 100%), linear-gradient(0deg, rgb(8 47 32 / 0%) 0%, transparent 60%);
  }

  .story-hero-content {
    padding-top: 20px;
  }

  .story-hero-breadcrumb {
    margin-bottom: 35px;
    font-size: var(--font-size);
  }

  .story-hero h1 {
    font-size: var(--font-size);
    line-height: .95;
    letter-spacing: -3px;
    margin: 18px 0 25px;
  }

  .story-hero-content>p {
    font-size: var(--font-size);
    line-height: 1.8;
  }

  .story-hero-meta {
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .hero-meta-item strong {
    font-size: var(--font-size);
  }

  .hero-scroll {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    justify-content: space-between;
  }

}

/* ========================================= REDUCED MOTION ========================================= */
@media (prefers-reduced-motion: reduce) {

  .story-hero-bg img,
  .hero-scroll i,
  .story-hero-breadcrumb,
  .story-hero-kicker,
  .story-hero h1,
  .story-hero-content>p,
  .story-hero-meta {
    animation: none !important;
    opacity: 1;
  }
}


@keyframes geographyHeroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}



@keyframes terrainMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25px);
  }
}

@keyframes contourFloat {
  from {
    transform: rotate(-18deg) translate(0, 0);
  }

  to {
    transform: rotate(-12deg) translate(-20px, 20px);
  }
}



@keyframes geographyScroll {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

@keyframes geographyReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* =========================================
   GEOGRAPHY SECTION
========================================= */

.geography-section {
  position: relative;
  padding: 30px 0;
  background: #f4f2e9;
  overflow: hidden;
}


/* =========================================
   HEADING
========================================= */

.geography-heading {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 65px;
  padding: 12px 45px;
}

/* .geography-number {
    padding-top: 10px;
    border-top: 1px solid #cfd4c8;
} */

.geography-number span {
  display: block;
  font-size: var(--font-size);
  font-weight: 600;
  color: #f1ab00;
}

.geography-number small {
  display: block;
  margin-top: 8px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #8b9187;
}

.geography-kicker {
  display: inline-block;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 3px;
  color: #f1ab00;
}

.geography-heading h2 {
  margin: 18px 0 0;
  line-height: .95;
  letter-spacing: -4px;
  font-weight: 400;
  color: #29332a;
}

.geography-heading h2 span {
  color: #f1ab00;

}


/* =========================================
   MAIN FEATURE
========================================= */

.geography-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 620px;
}


/* =========================================
   LANDSCAPE IMAGE
========================================= */

.geography-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.geography-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform 1.2s ease;
}

.geography-image:hover img {
  transform: scale(1.04);
}

.geography-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(180deg,
      transparent 45%,
      rgba(20, 31, 22, .78) 100%);
}


/* =========================================
   IMAGE LABEL
========================================= */

.landscape-label {
  position: absolute;
  left: 35px;
  bottom: 35px;
  color: white;
}

.landscape-label span {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-size);
  letter-spacing: 2.5px;
  color: #d2b77e;
}

.landscape-label strong {
  font-size: var(--font-size);
  font-weight: 400;
}


/* =========================================
   CONTENT
========================================= */

.geography-content {
  position: relative;
  padding: 25px 20px;
  background: #e8ece1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.geography-location {
  display: flex;
  align-items: center;
  gap: 9px;

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2px;

  color: #f1ab00;
}

.geography-location i {
  font-size: var(--font-size);
  color: #f1ab00;
}

.geography-content h3 {
  margin: 25px 0 25px;

  font-size: var(--heading-h3);
  line-height: 1.02;
  letter-spacing: -2px;

  font-weight: 400;
  color: #29332a;
}

.geography-content h3 em {
  display: block;

  color: #f1ab00;


  font-weight: 400;
}

.geography-content p {
  max-width: 570px;

  margin-bottom: 16px;

  font-size: var(--font-size);
  line-height: 1.9;

  color: #161a15;
}


/* =========================================
   FACTS
========================================= */

.landscape-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  margin-top: 35px;

  border-top: 1px solid #cdd3c7;
}

.landscape-fact {
  padding: 18px 15px 18px 0;

  border-bottom: 1px solid #cdd3c7;
}

.landscape-fact:nth-child(odd) {
  border-right: 1px solid #cdd3c7;
}

.landscape-fact:nth-child(even) {
  padding-left: 18px;
}

.landscape-fact strong {
  display: block;

  margin-bottom: 5px;

  font-size: var(--font-size);

  color: #a17b4c;
}

.landscape-fact span {
  font-size: var(--font-size);
  color: #4f5b50;
}


/* =========================================
   TOPOGRAPHIC DECORATION
========================================= */

.geography-section::after {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -280px;
  top: 30px;

  border: 1px solid rgba(87, 105, 77, .09);

  border-radius: 50%;

  box-shadow:
    0 0 0 35px rgba(87, 105, 77, .025),
    0 0 0 75px rgba(87, 105, 77, .018);

  pointer-events: none;
}


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

@media (max-width: 991px) {

  .geography-heading {
    grid-template-columns: 120px 1fr;
    gap: 30px;
  }

  .geography-feature {
    grid-template-columns: 1fr;
  }

  .geography-image {
    min-height: 500px;
  }

  .geography-content {
    padding: 55px 45px;
  }
}


@media (max-width: 767px) {

  .geography-section {
    padding: 80px 0;
  }

  .geography-heading {
    display: block;
    margin-bottom: 45px;
  }

  .geography-number {
    width: 100px;
    margin-bottom: 30px;
  }

  .geography-heading h2 {
    font-size: var(--font-size);
    letter-spacing: -2px;
  }

  .geography-image {
    min-height: 400px;
  }

  .geography-content {
    padding: 45px 25px;
  }

  .geography-content h3 {
    font-size: var(--font-size);
  }

  .landscape-facts {
    margin-top: 25px;
  }

}

/* =========================================
   CLICKABLE LANDSCAPE FACTS
========================================= */

.landscape-facts {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  margin-top: 35px;

  border-top: 1px solid #cdd3c7;
}


/* Button reset */

.landscape-fact {
  position: relative;

  width: 100%;

  border: 0;

  border-bottom: 1px solid #cdd3c7;

  background: transparent;

  padding: 18px 15px 18px 0;

  text-align: left;

  cursor: pointer;

  transition:
    background .3s ease,
    padding-left .3s ease;
}


.landscape-fact:nth-child(odd) {
  border-right: 1px solid #cdd3c7;
}


.landscape-fact:nth-child(even) {
  padding-left: 18px;
}


/* Number */

.landscape-fact strong {
  display: block;

  margin-bottom: 5px;

  font-size: var(--font-size);

  font-weight: 600;

  color: #a17b4c;

  transition: color .3s ease;
}


/* Title */

.landscape-fact span {
  display: block;

  font-size: var(--font-size);

  color: #4f5b50;

  transition: color .3s ease;
}


/* =========================================
   HOVER
========================================= */

.landscape-fact:hover {
  background: rgba(255, 255, 255, .35);
}


/* =========================================
   ACTIVE
========================================= */

.landscape-fact.active {
  background: rgba(113, 128, 100, .10);

  padding-left: 12px;
}


.landscape-fact:nth-child(even).active {
  padding-left: 28px;
}


.landscape-fact.active strong {
  color: #f1ab00;
}


.landscape-fact.active span {
  color: #29332a;

  font-weight: 600;
}


/* Active indicator */

.landscape-fact.active::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 3px;

  height: 100%;

  background: #a17b4c;

}


/* =========================================
   IMAGE TRANSITION
========================================= */

.geography-image img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .4s ease,
    transform .8s ease;
}

.geography-image.image-changing img {
  opacity: 0;
  transform: scale(1.04);
}

.landscape-fact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landscape-fact-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.landscape-fact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.landscape-fact:hover .landscape-fact-thumb img {
  transform: scale(1.12);
}

.landscape-fact-text {
  flex: 1;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .landscape-facts {
    grid-template-columns: 1fr 1fr;
  }

  .landscape-fact {
    padding: 16px 10px 16px 0;
  }

  .landscape-fact:nth-child(even) {
    padding-left: 12px;
  }

  .landscape-fact.active {
    padding-left: 10px;
  }

  .landscape-fact:nth-child(even).active {
    padding-left: 20px;
  }

}

/* =========================================
   GEOGRAPHY ZONES GRID
========================================= */

.geo-zones-section {
  padding: 30px 0;
  background: #f7f8f4;
  position: relative;
}

.geo-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}

.geo-section-header .geography-kicker {
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.geo-section-header h2 {
  font-size: var(--heading-h2);
  color: #1a291f;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-weight: 400;
}

.geo-section-header h2 span {
  color: #f1ab00;

}

.geo-section-header p {
  font-size: var(--font-size);
  color: #556255;
  line-height: 1.8;
}

.geo-zones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.geo-zone-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
}

.geo-zone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(12, 61, 37, 0.12);
}

.geo-zone-media {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.geo-zone-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.geo-zone-card:hover .geo-zone-media img {
  transform: scale(1.08);
}

.geo-zone-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(12, 61, 37, 0.88);
  backdrop-filter: blur(8px);
  color: #f1ab00;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.geo-zone-elevation {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.geo-zone-elevation i {
  color: #f1ab00;
}

.geo-zone-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.geo-zone-body h4 {
  font-size: var(--font-size);
  color: #1a291f;
  margin-bottom: 8px;
  font-weight: 600;
}

.geo-zone-body p {
  font-size: var(--font-size);
  color: #556255;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}

.geo-zone-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid #eef0ea;
}

.geo-zone-features span {
  font-size: var(--font-size);
  background: #eef3e9;
  color: #1a4228;
  padding: 3px 9px;
  border-radius: 4px;
  font-weight: 600;
}

/* =========================================
   MAJOR RIVER SYSTEMS
========================================= */

.geo-rivers-section {
  padding: 30px 0;
  background: #082f20;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.geo-rivers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(23, 59, 42) 0%, rgb(36, 84, 58) 35%, rgb(53, 107, 69) 70%, rgb(74, 122, 80) 100%) !important;
  pointer-events: none;
}

.geo-rivers-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.geo-rivers-header .geography-kicker {
  color: #f1ab00;
}

.geo-rivers-header h2 {
  font-size: var(--heading-h2);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-weight: 400;
}

.geo-rivers-header h2 span {
  color: #f1ab00;

}

.geo-rivers-header p {
  font-size: var(--font-size);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.geo-rivers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.geo-river-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.geo-river-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 171, 0, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.geo-river-media {
  position: relative;
  overflow: hidden;
}

.geo-river-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.geo-river-card:hover .geo-river-media img {
  transform: scale(1.08);
}

.geo-river-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.geo-river-role {
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2px;
  color: #f1ab00;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.geo-river-content h4 {
  font-size: var(--font-size);
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
}

.geo-river-content p {
  font-size: var(--font-size);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 12px;
}

.geo-river-meta {
  display: flex;
  gap: 16px;
  font-size: var(--font-size);
  color: rgba(255, 255, 255, 0.55);
}

.geo-river-meta span strong {
  color: #f1ab00;
  font-weight: 600;
}

/* =========================================
   TOPOGRAPHIC MAP SHOWCASE
========================================= */

.geo-map-section {
  padding: 30px 0;
  background: #ffffff;
}

.geo-map-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.geo-map-visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid #dbe3d6;
  background: #f0f3eb;
}

.geo-map-visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

.geo-map-visual:hover img {
  transform: scale(1.03);
}

.geo-map-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #082f20;
  color: #f1ab00;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.geo-map-details h3 {
  font-size: var(--heading-h3);
  color: #1a291f;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.geo-map-details h3 span {
  color: #f1ab00;

}

.geo-map-details>p {
  font-size: var(--font-size);
  color: #4a574a;
  line-height: 1.8;
  margin-bottom: 24px;
}

.geo-map-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.geo-map-highlight-item {
  background: #f6f8f4;
  padding: 16px;
  border-radius: 8px;
  border-left: 3px solid #f1ab00;
}

.geo-map-highlight-item strong {
  display: block;
  font-size: var(--font-size);
  color: #1a291f;
  margin-bottom: 4px;
}

.geo-map-highlight-item span {
  font-size: var(--font-size);
  color: #617061;
}

.geo-map-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.geo-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #082f20;
  color: #fff;
  padding: 13px 26px;
  border-radius: 6px;
  font-size: var(--font-size);
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease, transform .2s ease;
}

.geo-btn-primary:hover {
  background: #0c432d;
  color: #f1ab00;
  transform: translateY(-2px);
}

.geo-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1a291f;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1.5px solid #cdd3c7;
  font-size: var(--font-size);
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
}

.geo-btn-secondary:hover {
  border-color: #082f20;
  background: #f0f3eb;
  color: #082f20;
}

@media (max-width: 991px) {
  .geo-zones-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .geo-rivers-grid {
    grid-template-columns: 1fr;
  }

  .geo-map-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .geo-zones-grid {
    grid-template-columns: 1fr;
  }

  .geo-river-card {
    grid-template-columns: 1fr;
  }

  .geo-river-media {
    height: 180px;
  }

  .geo-map-highlights {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   HISTORY EVOLUTION
========================================= */

.history-evolution {

  position: relative;

  padding: 30px 0;

  background: linear-gradient(170deg, #e4ede900 0%, #b3cfc1 100%);

  overflow: hidden;

  color: #fff;
}


/* subtle background texture */

.history-evolution::before {

  content: "";

  position: absolute;

  width: 500px;

  height: 500px;

  top: -250px;

  right: -180px;

  border: 1px solid rgba(201, 173, 117, .12);

  border-radius: 50%;
}


.history-evolution::after {

  content: "";

  position: absolute;

  width: 700px;

  height: 700px;

  bottom: -450px;

  left: -300px;

  border: 1px solid rgba(255, 255, 255, .05);

  border-radius: 50%;
}


/* =========================================
   GRID
========================================= */

.history-evolution-grid {

  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 100px;

  align-items: center;
}


/* =========================================
   CONTENT
========================================= */



.history-section-kicker {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 3px;

  color: #f1ab00;
}



.history-evolution-content h2 {

  /* margin: 22px 0 28px; */

  font-size: var(--heading-h2);

  line-height: .95;

  /* letter-spacing: -3px; */
  color: black;
  font-weight: 300;
}


.history-evolution-content h2 em {

  display: block;

  color: #f1ab00;



  font-weight: 300;
}


.history-evolution-content>p {

  max-width: 540px;

  margin-bottom: 18px;

  /* font-size: var(--font-size); */

  line-height: 1.9;

  color: rgb(0 0 0 / 62%);
}


/* =========================================
   POINTS
========================================= */

.history-evolution-points {


  border-top: 1px solid rgba(255, 255, 255, .13);
}


.history-evolution-point {

  display: flex;

  gap: 20px;

  padding: 10px 0;

  border-bottom: 1px solid rgba(255, 255, 255, .13);
}


.history-evolution-point>span {

  font-size: var(--font-size);

  letter-spacing: 1px;

  color: #020200;

  padding-top: 3px;
}


.history-evolution-point strong {

  display: block;

  font-size: var(--font-size);

  font-weight: 500;

  color: #000;
}


.history-evolution-point small {

  display: block;

  font-size: var(--font-size);

  line-height: 1.6;

  color: rgb(0 0 0 / 93%);
}


/* =========================================
   VISUAL
========================================= */

.history-evolution-visual {

  position: relative;

  min-height: 485px;
}


.history-evolution-image {

  position: absolute;

  inset: 20px 30px 20px 0;
  border-radius: 155px 155px 16px 16px;
  overflow: hidden;
}


.history-evolution-image::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(20, 28, 21, .05),
      rgba(20, 28, 21, .55));
}


.history-evolution-image img {

  width: 100%;

  /* height: 100%; */

  object-fit: cover;

  display: block;

  filter: saturate(.75);

  transition: transform 1s ease;
}


.history-evolution:hover .history-evolution-image img {

  transform: scale(1.04);
}


/* =========================================
   YEAR CARD
========================================= */

.history-evolution-year {

  position: absolute;

  right: 0;

  bottom: -7px;

  z-index: 3;

  padding: 5px 10px;

  background: #f1ab00;

  color: #082f20;

  font-weight: 700;

  min-width: 220px;
}


.history-evolution-year span {

  display: block;

  margin-bottom: 7px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 2px;
}


.history-evolution-year strong {

  font-size: var(--font-size);

  font-weight: 400;

  letter-spacing: -.5px;
}


/* =========================================
   VERTICAL LABEL
========================================= */

.history-evolution-vertical {

  position: absolute;

  right: -45px;

  top: 50%;

  transform: rotate(90deg);

  transform-origin: center;

  font-size: var(--font-size);

  letter-spacing: 3px;

  color: rgba(255, 255, 255, .28);

  white-space: nowrap;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .history-evolution {

    padding: 90px 0;
  }


  .history-evolution-grid {

    grid-template-columns: 1fr;

    gap: 60px;
  }


  .history-evolution-visual {

    min-height: 480px;
  }


  .history-evolution-image {
      min-height: 426px;
    inset: 0 20px 0 0;
  }
.history-evolution-image img{
  height:100%;
}
.mtr-landscape-points{
  display: block;
}

  .history-evolution-year {

    right: 0;

    bottom: 35px;
  }


  .history-evolution-vertical {

    display: none;
  }

}

/* =========================================
   MELGHAT CHRONOLOGY
========================================= */

.melghat-chronology {

  padding: 30px 0;

  background: #f4f1e8;

  color: #29332a;

  overflow: hidden;
}


/* =========================================
   HEADER
========================================= */

.chronology-header {

  display: grid;

  grid-template-columns: 180px 1fr;

  gap: 70px;

  max-width: 1100px;

  margin: 0 auto 30px;
}



.chronology-label span {

  display: block;

  margin-bottom: 8px;

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #f1ab00;
}


.chronology-label small {

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #777c73;
}



.chronology-kicker {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 3px;

  color: #f1ab00;
}


.chronology-heading h2 {

  margin: 10px 0 12px;

  /* font-size: var(--font-size); */
  color: black;
  line-height: .94;

  letter-spacing: -3px;
  white-space: nowrap;
  display: flex;
  gap: 14px;
  font-weight: 400;
}


.chronology-heading h2 em {

  display: block;

  color: #f1ab00;

  font-family: var(--font-body);

  font-weight: 400;
}


.chronology-heading p {

  max-width: 580px;

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.9;

  color: #6d746b;
}


/* =========================================
   TIMELINE
========================================= */

.chronology-timeline {

  position: relative;

  max-width: 1100px;

  margin: auto;
}


/* Main vertical line */

.chronology-timeline::before {

  content: "";

  position: absolute;

  left: 205px;

  top: 0;

  bottom: 0;

  width: 1px;

  background: #c8c9bd;
}


/* =========================================
   ITEM
========================================= */

.chronology-item {

  position: relative;

  display: grid;

  grid-template-columns: 170px 70px 1fr;

  min-height: 270px;
}


/* =========================================
   YEAR
========================================= */

.chronology-year {

  padding-top: 3px;

  padding-right: 35px;

  text-align: right;
}


.chronology-year span {

  display: block;

  margin-bottom: 8px;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #f1ab00;
}


.chronology-year strong {

  display: block;

  font-family: var(--font-body);

  font-size: var(--font-size);

  line-height: 1;

  font-weight: 400;

  color: #777c73;
}


/* =========================================
   LINE + DOT
========================================= */

.chronology-line {

  position: relative;

  display: flex;

  justify-content: center;

  z-index: 2;
}


.chronology-dot {

  width: 14px;

  height: 14px;

  margin-top: 5px;

  border-radius: 50%;

  background: #f4f1e8;

  border: 2px solid #f1ab00;

  box-shadow: 0 0 0 6px #f4f1e8;

  transition: all .3s ease;
}


/* =========================================
   CARD
========================================= */

.chronology-card {

  position: relative;

  margin-left: 25px;

  margin-bottom: 30px;

  padding: 15px 35px;

  background: rgba(255, 255, 255, .72);

  border: 1px solid #deded4;

  transition:

    transform .35s ease,

    box-shadow .35s ease,

    border-color .35s ease;
  border-radius: 20px;
}


.chronology-card:hover {

  transform: translateX(8px);

  border-color: #c5b99f;

  box-shadow: 0 18px 45px rgba(45, 50, 40, .08);
}


/* Small horizontal connector */

.chronology-card::before {

  content: "";

  position: absolute;

  left: -26px;

  top: 10px;

  width: 25px;

  height: 1px;

  background: #c8c9bd;
}


/* =========================================
   CARD CONTENT
========================================= */

.chronology-card-kicker {

  display: block;

  margin-bottom: 10px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 2px;

  color: #f1ab00;
}


.chronology-card h3 {

  line-height: 1.15;

  font-weight: 400;

  color: #29332a;
}


.chronology-card p {

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.8;

  color: #70766e;
}


/* =========================================
   CARD FOOTER
========================================= */

.chronology-card-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 25px;

  padding-top: 15px;

  border-top: 1px solid #e1e0d8;
}


.chronology-card-footer span {

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #f1ab00;
}


.chronology-card-footer strong {

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;

  color: #f1ab00;
}


/* =========================================
   FEATURED 1974
========================================= */

.chronology-featured .chronology-dot {

  width: 22px;

  height: 22px;

  margin-top: 1px;

  background: #f1ab00;

  border-color: #f1ab00;

  box-shadow:

    0 0 0 6px #f4f1e8,

    0 0 0 8px rgba(113, 128, 100, .18);
}


.chronology-featured .chronology-year strong {

  color: #f1ab00;
}


.chronology-featured .chronology-card {

  background: #29332a;

  border-color: #29332a;

  color: #fff;
}


.chronology-featured .chronology-card:hover {

  transform: translateX(8px);

  box-shadow: 0 20px 50px rgba(30, 35, 29, .18);
}


.chronology-featured .chronology-card h3 {

  color: #fff;
}


.chronology-featured .chronology-card p {

  color: rgba(255, 255, 255, .6);
}


.chronology-featured .chronology-card-footer {

  border-color: rgba(255, 255, 255, .13);
}


.chronology-featured .chronology-card-kicker {

  color: #f1ab00;
}


/* =========================================
   TODAY
========================================= */

.chronology-today {

  min-height: 200px;
}


.chronology-today .chronology-dot {

  background: #29332a;

  border-color: #29332a;
}


.chronology-today .chronology-year strong {

  font-size: var(--font-size);

  color: #f1ab00;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .melghat-chronology {

    padding: 90px 0;
  }


  .chronology-header {

    grid-template-columns: 1fr;

    gap: 30px;

    margin-bottom: 70px;
  }


  .chronology-label {

    max-width: 180px;
  }


  .chronology-heading h2 {

    font-size: var(--font-size);

    letter-spacing: -2px;
  }


  .chronology-timeline::before {

    left: 12px;
  }


  .chronology-item {

    grid-template-columns: 35px 1fr;

    min-height: auto;

    margin-bottom: 35px;
  }


  .chronology-year {

    grid-column: 2;

    grid-row: 1;

    padding: 0 0 12px;

    text-align: left;
  }


  .chronology-line {

    grid-column: 1;

    grid-row: 1 / span 2;

    justify-content: flex-start;
  }


  .chronology-dot {

    margin-left: 5px;
  }


  .chronology-card {

    grid-column: 2;

    grid-row: 2;

    margin-left: 0;

    margin-bottom: 25px;

    padding: 25px 22px;
  }


  .chronology-card::before {

    display: none;
  }


  .chronology-card h3 {

    font-size: var(--font-size);
  }

}




/* ===============================
   HEADING
================================ */

.bio-explorer-heading {

  max-width: 780px;
  padding: 20px;
  /* margin-bottom: 85px; */
}





.bio-explorer-heading h2 span {

  display: block;

  font-family: var(--font-body);

  color: #f1ab00;

}


.bio-explorer-heading p {

  max-width: 600px;

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.9;

  color: #737970;
}



.bio-category-item {

  position: relative;

  width: 100%;

  display: flex;

  align-items: center;

  gap: 18px;

  padding: 25px 0;

  background: transparent;

  border: 0;

  border-bottom: 1px solid #d1d0c6;

  text-align: left;

  cursor: pointer;

  color: #29332a;

}


.bio-category-item:first-child {

  border-top: 1px solid #d1d0c6;

}


.bio-category-number {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #f1ab00;

}


.bio-category-info {

  display: flex;

  flex-direction: column;

  flex: 1;

}


.bio-category-info strong {

  font-size: var(--font-size);

  font-weight: 500;

}


.bio-category-info small {

  margin-top: 4px;

  font-size: var(--font-size);

  letter-spacing: 1.5px;

  color: #888d84;

}


.bio-category-item i {

  font-size: var(--font-size);

  opacity: .4;

  transition: .3s ease;

}


.bio-category-item:hover i,
.bio-category-item.active i {

  opacity: 1;

  transform: translate(3px, -3px);

}


.bio-category-item.active {

  color: #f1ab00;

}


.bio-category-item.active .bio-category-number {

  color: #f1ab00;

}


/* ===============================
   SPOTLIGHT
================================ */

.bio-spotlight-heading {
  display: flex;
  padding: 40px 0 20px;
  align-items: flex-end;
  justify-content: space-between;
}

.bio-explorer-image img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .3s ease,
    transform .8s ease;
}

.bio-explorer-image img.bio-image-changing {
  opacity: 0;
  transform: scale(1.04);
}

.bio-spotlight-heading>span {

  font-size: var(--font-size);

  letter-spacing: 3px;

  font-weight: 700;

  color: #f1ab00;
}


.bio-spotlight-heading h3 {

  margin: 0;

  max-width: 500px;

  line-height: 1;

  font-weight: 300;

  letter-spacing: -2px;
}



/* ===============================
   SPECIES ROW
================================ */

.bio-species-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 60px;
  gap: 35px;
}


.bio-species-item {

  border-top: 1px solid #f1ab00;

  padding-top: 20px;
}


.bio-species-photo {

  position: relative;

  height: 274px;

  overflow: hidden;

  margin-bottom: 25px;

  border-radius: 12px;

  background: #eef2ea;
}


.bio-species-photo img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .7s ease;
}


.bio-species-item:hover .bio-species-photo img {

  transform: scale(1.05);
}


.bio-species-photo span {

  position: absolute;

  top: 15px;

  left: 15px;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(255, 255, 255, .6);

  border-radius: 50%;

  color: #fff;

  font-size: var(--font-size);
}


.bio-species-text small {



  letter-spacing: 2px;

  color: #000;
}


.bio-species-text h4 {

  margin: 10px 0;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;
}


.bio-species-text p {


  line-height: 1.8;

  color: #161616;
}


.bio-species-text a {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  text-decoration: none;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: #29332a;
}


.bio-species-text a i {

  transition: .3s ease;

}


.bio-species-text a:hover i {

  transform: translate(4px, -4px);

}


/* ===============================
   TABLET
================================ */

@media (max-width: 991px) {

  .bio-explorer-main {

    grid-template-columns: 1fr;

  }


  .bio-explorer-image {

    order: -1;

    min-height: 500px;

  }


  .bio-species-row {

    grid-template-columns: 1fr;

  }


  .bio-species-photo {

    height: 450px;

  }

}


/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {

  .bio-explorer {

    padding: 90px 0;

  }


  


  .bio-explorer-image {

    min-height: 420px;

  }


  .bio-spotlight-heading {

    display: block;

    /* margin: 90px 0 40px; */

  }


  .bio-spotlight-heading h3 {

    margin-top: 20px;

  }


  .bio-species-photo {

    height: 380px;

  }

}

/* ==========================================
   BIODIVERSITY SECTION
========================================== */

.bio-explorer {
  position: relative;
  padding: 30px 0;
  background: #fafcfb;
  overflow: hidden;
  color: #29332a;
}


/* ==========================================
   TWO COLUMN LAYOUT
========================================= */

.bio-explorer-layout {
  display: grid;
  background-color: transparent;
  grid-template-columns:
    minmax(350px, .85fr) minmax(500px, 1.15fr);
  gap: 90px;
  align-items: center;
}


/* ==========================================
   LEFT INTRO
========================================== */

.bio-explorer-heading {

  position: relative;

  max-width: 580px;
}


.bio-section-number {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 15px;
}


.bio-section-number span {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #f1ab00;
}


.bio-section-number small {

  padding-left: 15px;

  border-left: 1px solid #f1ab00;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #7d827a;
}


.bio-eyebrow {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 20px;


  font-weight: 700;

  letter-spacing: 3px;

  color: #f1ab00;
}


/* ==========================================
   MAIN TITLE
========================================== */

.bio-explorer-heading h2 {

  margin: 0;
  line-height: .92;

  letter-spacing: -4px;

  font-weight: 300;

  color: #29332a;
}


.bio-explorer-heading h2 span {

  display: block;

  margin-top: 10px;

  margin-left: 55px;

  font-family: var(--font-body);



  font-weight: 400;

  color: #f1ab00;
}


/* ==========================================
   DESCRIPTION
========================================== */

.bio-explorer-heading p {

  max-width: 460px;

  margin: 38px 0 0 55px;

  font-size: var(--font-size);

  line-height: 1.9;

  color: #747a71;
}


.bio-intro-line {

  width: 90px;

  height: 1px;

  margin: 35px 0 25px 55px;

  background: #f1ab00;
}


.bio-intro-note {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-left: 55px;
}


.bio-intro-note i {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  border: 1px solid #f1ab00;

  border-radius: 50%;

  color: #f1ab00;

  font-size: var(--font-size);
}


.bio-intro-note span {

  font-size: var(--font-size);

  line-height: 1.6;

  font-weight: 700;

  letter-spacing: 1.5px;

  color: #7d827a;
}


/* ==========================================
   RIGHT EXPLORER
========================================== */

.bio-explorer-main {

  position: relative;

  display: grid;

  grid-template-columns: 1.05fr .95fr;

  gap: 22px;

  padding-top: 45px;
}


.bio-explorer-label {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-bottom: 12px;

  /* border-bottom: 1px solid #f1ab00; */
}


.bio-explorer-label span {

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 2.5px;

  color: #f1ab00;
}


.bio-explorer-label small {

  font-size: var(--font-size);

  letter-spacing: 1.5px;

  color: #858a82;
}


/* ==========================================
   IMAGE
========================================== */

.bio-explorer-image {

  position: relative;

  height: 402px;

  overflow: hidden;
}


.bio-explorer-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .8s ease;
}


.bio-explorer-image:hover img {

  transform: scale(1.04);
}


.bio-image-shade {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(20, 27, 21, .82),
      rgba(20, 27, 21, 0) 50%);
}


.bio-image-content {

  position: absolute;

  left: 25px;

  right: 25px;

  bottom: 28px;

  color: #fff;
}


.bio-image-content span {

  display: block;

  margin-bottom: 10px;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #d4bd8f;
}


.bio-image-content strong {

  display: block;

  max-width: 270px;

  font-family: var(--font-body);

  font-size: var(--font-size);

  line-height: 1;

  font-weight: 400;
}


.bio-image-circle {

  position: absolute;

  top: 20px;

  right: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 42px;

  height: 42px;

  border: 1px solid rgba(255, 255, 255, .65);

  border-radius: 50%;

  color: #fff;

  font-size: var(--font-size);
}


/* ==========================================
   CATEGORY NAVIGATION
========================================== */

.bio-explorer-categories {

  /* display: flex; */

  flex-direction: column;

  justify-content: center;
}


.bio-category-item {

  position: relative;

  display: grid;

  grid-template-columns: 28px 46px 1fr 20px;

  align-items: center;

  gap: 12px;

  width: 100%;

  padding: 16px 5px;

  background: transparent;

  border: 0;

  border-bottom: 1px solid #cbc9be;

  text-align: left;

  cursor: pointer;

  color: #29332a;

  transition:
    padding .3s ease,
    color .3s ease;
}

.bio-category-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
  background: #e5ebe1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.bio-category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.bio-category-item:hover .bio-category-thumb img {
  transform: scale(1.1);
}


.bio-category-item:first-child {

  border-top: 1px solid #cbc9be;
}


.bio-category-number {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #000000;
}


.bio-category-info {

  display: flex;

  flex-direction: column;

  gap: 5px;
}


.bio-category-info strong {

  font-size: var(--font-size);

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: .5px;
}


.bio-category-info small {

  font-size: var(--font-size);

  letter-spacing: 1.5px;

  color: #f1ab00;
}


.bio-category-arrow {

  font-size: var(--font-size);

  color: #f1ab00;

  opacity: .3;

  transition: .3s ease;
}


/* HOVER */

.bio-category-item:hover {

  padding-left: 15px;

  color: #f1ab00;
}


.bio-category-item:hover .bio-category-arrow {

  opacity: 1;

  transform: translate(3px, -3px);
}


/* ACTIVE */

.bio-category-item.active {

  padding-left: 15px;

  color: #f1ab00;
}


.bio-category-item.active .bio-category-number {

  color: #f1ab00;
}


.bio-category-item.active .bio-category-arrow {

  opacity: 1;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

  .bio-explorer-layout {

    grid-template-columns: 1fr;

    gap: 80px;
  }


  .bio-explorer-heading {

    max-width: 750px;
  }


  .bio-explorer-main {

    max-width: 800px;

    width: 100%;

    margin: auto;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

  .bio-explorer {

    padding: 10px 0;
  }


  .bio-explorer-layout {

    gap: 55px;
  }


  .bio-explorer-heading h2 {

    letter-spacing: -3px;
  }


  .bio-explorer-heading h2 span {

    margin-left: 20px;
  }


  .bio-explorer-heading p {

    margin-left: 20px;
  }


  .bio-intro-line,
  .bio-intro-note {

    margin-left: 20px;
  }


  .bio-explorer-main {

    display: flex;

    flex-direction: column;

    padding-top: 45px;
  }


  .bio-explorer-image {

    height: 450px;

    order: 1;
  }


  .bio-explorer-categories {

    order: 2;

    margin-top: 15px;
  }


  .bio-category-item {

    padding: 18px 0;
  }

}

/* ==========================================
   PEOPLE BEHIND PROTECTION
========================================== */

.admin-field-force {

  padding: 60px 0;

  background: #eeece2;

  overflow: hidden;
}


.field-force-layout {

  display: grid;

  grid-template-columns: .95fr 1.05fr;

  gap: 90px;

  align-items: center;
}


/* ==========================================
   VISUAL
========================================== */

.field-force-visual {

  position: relative;

  padding-right: 35px;
}


.field-force-image {

  position: relative;

  height: 420px;
  left: 20px;
  overflow: hidden;
  border-radius: 20px;
}


.field-force-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .8s ease;
}


.field-force-image:hover img {

  transform: scale(1.04);
}


.field-force-image-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(18, 27, 20, .85),
      transparent 55%);
}


.field-force-caption {

  position: absolute;

  left: 35px;

  right: 35px;

  bottom: 35px;

  color: #fff;
}


.field-force-caption span {

  display: block;

  margin-bottom: 12px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 2.5px;

  color: #d0b77f;
}


.field-force-caption strong {

  display: block;

  max-width: 350px;

  font-family: var(--font-body);

  font-size: var(--font-size);

  line-height: 1;

  font-weight: 400;
}


/* ==========================================
   CONTENT
========================================== */

.field-force-content {

  max-width: 620px;
}


.admin-section-label {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 20px;

  font-size: var(--font-size);

  font-weight: 700;

  letter-spacing: 3px;

  color: #f1ab00;
}




.field-force-content h2 {

  margin: 0;
  line-height: .9;

  letter-spacing: -4px;

  font-weight: 300;

  color: #29332a;
}


.field-force-content h2 span {

  display: block;

  margin-left: 65px;

  font-family: var(--font-body);



  font-weight: 400;

  color: #f1ab00;
}


.field-force-intro {
  margin: 15px 0 30px 35px;
  line-height: 1.9;

  color: #747a71;
}


/* ==========================================
   LIST
========================================== */

.field-force-list {

  margin-left: 65px;

  border-top: 1px solid #c8c7bc;
}


.field-force-item {

  display: grid;

  grid-template-columns: 45px 1fr;

  gap: 20px;

  padding: 12px 0;

  border-bottom: 1px solid #c8c7bc;

  transition: padding .3s ease;
}


.field-force-item:hover {

  padding-left: 12px;
}


.field-force-number {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #a0875f;
}


.field-force-item strong {

  display: block;

  margin-bottom: 6px;

  font-size: var(--font-size);

  font-weight: 600;

  color: #29332a;
}


.field-force-item p {

  max-width: 440px;

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.7;

  color: #858980;
}


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

@media (max-width: 991px) {

  .field-force-layout {

    grid-template-columns: 1fr;

    gap: 70px;
  }

  .field-force-visual {

    max-width: 650px;

    margin: auto;

    width: 100%;
  }

  .field-force-content {

    max-width: 700px;

    margin: auto;
  }

}


@media (max-width: 767px) {

  .admin-field-force {

    padding: 90px 0;
  }

  .field-force-image {

    height: 480px;
  }

  .field-force-stamp {

    width: 90px;

    height: 90px;

    right: -5px;

    top: 40px;
  }

  .field-force-stamp strong {

    font-size: var(--font-size);
  }

  .field-force-content h2 {

    font-size: var(--font-size);

    letter-spacing: -3px;
  }

  .field-force-content h2 span {

    margin-left: 25px;
  }

  .field-force-intro,
  .field-force-list {

    margin-left: 25px;
  }

  .field-force-caption strong {

    font-size: var(--font-size);
  }

}

/* ==========================================
   RANGE CONTACT DIRECTORY
========================================== */

.range-contacts {

  padding: 30px 30px;

  background: #e5ebe5;

  color: #fff;

}


/* ==========================================
   HEADER
========================================== */

.range-contacts-header {

  display: grid;

  grid-template-columns: 1fr .7fr;

  gap: 100px;

  align-items: end;

  margin-bottom: 25px;

}


.range-contacts .admin-section-label {

  color: rgb(241, 171, 0);

}


.range-contacts .admin-section-label::before {

  background: #d0b77f;

}


.range-contacts-header h2 {

  margin: 0;
  line-height: .9;
  display: flex;
  letter-spacing: -4px;
  color: #101b16;
  font-weight: 300;

}


.range-contacts-header h2 span {

  display: block;

  margin-left: 25px;

  font-family: var(--font-body);



  color: #c59c3f;

}


.range-contacts-intro p {

  max-width: 420px;

  margin: 0 0 22px;

  font-size: var(--font-size);

  line-height: 1.9;

  color: #101b16;

}


.contact-note {

  display: flex;

  align-items: center;

  gap: 9px;

  font-size: var(--font-size);

  letter-spacing: 1.8px;

  color: #000000;

}


.contact-note i {

  color: #d0b77f;

}


/* ==========================================
   DIRECTORY
========================================== */

.range-contact-list {

  border-top: 1px solid rgba(255, 255, 255, .18);

}


.range-contact-row {

  display: grid;

  grid-template-columns: 70px 1.4fr 1fr 180px;

  gap: 30px;

  align-items: center;

  padding: 8px 15px;

  border-bottom: 1px solid rgb(234 20 20 / 14%);

  transition:
    background .3s ease,
    padding .3s ease;

}


.range-contact-row:hover {

  padding-left: 25px;

  background: rgba(255, 255, 255, .035);

}


/* ==========================================
   NUMBER
========================================== */

.range-contact-index {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #a88d61;

}


/* ==========================================
   OFFICE
========================================== */

.range-contact-office span,
.range-contact-person span {

  display: block;

  margin-bottom: 7px;
  letter-spacing: 2px;

  color: #3a3a3a;

}


.range-contact-office h3 {

  margin: 0 0 5px;
  font-weight: 500;

  color: #000000;

}


.range-contact-office p {

  margin: 0;

  font-size: var(--font-size);

  color: rgba(0, 0, 0, 0.48);

}


/* ==========================================
   CONTACT PERSON
========================================== */

.range-contact-person strong {

  font-size: var(--font-size);

  font-weight: 500;

  color: #000;

}


/* ==========================================
   ACTIONS
========================================== */

.range-contact-actions {

  display: flex;

  justify-content: flex-end;

  gap: 10px;

}


.contact-action {

  align-items: center;

  justify-content: center;

  gap: 8px;

  min-width: 72px;

  /* padding: 10px 13px; */
  border-radius: 5px;
  border: 1px solid black;

  color: #0000;

  text-decoration: none;

  font-size: var(--font-size);

  letter-spacing: 1px;

  transition: .3s ease;

}

.contact-action span {
  color: #000;
}

.contact-action i {

  color: #0000;

}


.contact-action:hover {

  border-color: #d0b77f;

  background: #d0b77f;
  padding: 4px 7px;
  color: #29332a;

}


.contact-action:hover i {

  color: #29332a;

}


/* ==========================================
   BOTTOM NOTE
========================================== */

.range-contact-bottom {

  display: flex;

  align-items: center;

  gap: 18px;

  max-width: 650px;

  margin-top: 35px;

}


.range-contact-symbol {

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 38px;

  height: 38px;

  border: 1px solid rgba(255, 255, 255, .2);

  border-radius: 50%;

  color: #d0b77f;

}


.range-contact-bottom p {

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.7;

  color: rgba(0, 0, 0, 0.48);

}


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

@media (max-width: 991px) {

  .range-contacts-header {

    grid-template-columns: 1fr;

    gap: 30px;

  }


  .range-contact-row {

    grid-template-columns: 50px 1fr 150px;

  }


  .range-contact-person {

    display: none;

  }

}


@media (max-width: 767px) {

  .range-contacts {

    padding: 90px 0;

  }


  .range-contacts-header h2 {

    font-size: var(--font-size);

    letter-spacing: -3px;

  }


  .range-contacts-header h2 span {

    margin-left: 25px;

  }


  .range-contact-row {

    grid-template-columns: 35px 1fr;

    gap: 15px;

    padding: 24px 5px;

  }


  .range-contact-actions {

    grid-column: 2;

    justify-content: flex-start;

  }


  .range-contact-bottom {

    align-items: flex-start;

  }

}


.management-explorer {

  /* padding: 60px 0; */

  background: #f4f1e8;

  color: #29332a;

}


/* HEADER */
.management-explorer-header {
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  text-align: center;
}


.management-explorer-header>span {

  grid-column: 1 / -1;

  margin-bottom: -35px;

  font-size: var(--font-size);

  letter-spacing: 3px;

  color: rgb(241, 171, 0);
  ;

}


.management-explorer-header h2 {
  margin: 0;
  color: black;
  line-height: 1;
  font-weight: 300;
 
}

.management-explorer-header h2 em {
  display: inline;
  margin-left: 10px;
  font-family: var(--font-body);

  color: #f1ab00;
}


.management-explorer-header p {
  color: #747970;

}


/* MAIN */

.management-explorer-main {

  display: grid;

  grid-template-columns: 1.25fr .75fr;

  gap: 35px;

  align-items: stretch;

}


/* IMAGE */

.management-featured {

  position: relative;
  /* 
    min-height: 580px; */

  overflow: hidden;

  background: #29332a;
}


.management-featured img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    opacity .3s ease,
    transform .7s ease;

}


.management-featured:hover img {

  transform: scale(1.03);

}


.management-featured-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(15, 25, 18, .9),
      rgba(15, 25, 18, .05) 70%);

}


.management-featured-content {

  position: absolute;

  left: 40px;

  right: 40px;

  bottom: 40px;

  color: #fff;

}


.management-featured-content span {

  display: block;

  margin-bottom: 12px;

  /* font-size: var(--font-size); */

  letter-spacing: 2px;

  color: #fff;

}


.management-featured-content h3 {

  margin: 0 0 12px;

  font-family: var(--font-body);

  font-size: var(--font-size);
  color: #fff;
  font-weight: 400;

}


.management-featured-content p {

  max-width: 500px;

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.8;

  color: rgba(255, 255, 255, .68);

}


/* NAVIGATION */

.management-nav {

  display: flex;

  flex-direction: column;

  border-top: 1px solid #c8c5ba;

}


/* ITEM */

.management-nav-item {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: 45px 1fr 35px;
  align-items: center;
  gap: 3px;

  padding: 10px 12px;
  /* reduce height */

  border: 0;
  border-bottom: 1px solid #c8c5ba;
  background: transparent;
  color: #29332a;
  text-align: left;
  cursor: pointer;
  transition: .3s ease;
}


.management-nav-item span {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #9b7545;

}


.management-nav-item strong {

  font-size: var(--font-size);

  font-weight: 400;

}


.management-nav-item i {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 32px;

  height: 32px;

  border: 1px solid #c3c0b5;

  border-radius: 50%;

  font-style: normal;

  transition: .3s ease;

}


/* ACTIVE / HOVER */

.management-nav-item:hover,
.management-nav-item.active {

  padding-left: 28px;

  background: #29332a;

  color: #fff;

}


.management-nav-item:hover i,
.management-nav-item.active i {

  border-color: #d0b77f;

  color: #d0b77f;

  transform: rotate(45deg);

}


/* RESPONSIVE */

@media (max-width: 991px) {

  .management-explorer-header {

    grid-template-columns: 1fr;

  }

  .management-explorer-header>span {

    grid-column: auto;

    margin-bottom: 0;

  }

  .management-explorer-header h2 em {

    margin-left: 40px;

  }

  .management-explorer-main {

    grid-template-columns: 1fr;

  }

  .management-featured {

    min-height: 500px;

  }

}


@media (max-width: 576px) {




  .management-explorer-header h2 em {

    margin-left: 25px;

  }

  .management-featured {

    min-height: 420px;

  }

  .management-featured-content {

    left: 25px;

    right: 25px;

    bottom: 25px;

  }

  .management-featured-content h3 {

    font-size: var(--font-size);

  }

}


.management-pillars {

  padding: 60px 0;

  background: #f5f2e9;

  color: #29332a;

}


/* ================================
   HEADING
================================ */
.management-pillars-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 12px 50px;
  text-align: center;
}

.management-pillars-heading>div {
  width: 100%;
  text-align: center;
}

.management-pillars-heading>div>span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 3px;
  color: #957345;
}

.management-pillars-heading h2 {
  margin: 0;
  line-height: .9;
  font-weight: 300;
  /* letter-spacing: -4px; */
}

.management-pillars-heading h2 em {

  font-family: var(--font-body);



  color: #f1ab00;

}


.management-pillars-heading p {

  margin: 0;
  line-height: 1.9;

  color: #747970;

}


/* ================================
   IMAGE
================================ */

.management-pillars-visual {

  position: relative;

  height: 350px;

  overflow: hidden;

}


.management-pillars-visual img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .7s ease;

}


.management-pillars-visual:hover img {

  transform: scale(1.03);

}


.management-pillars-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(25, 35, 27, .75),
      transparent 70%);
}


.management-pillars-caption {

  position: absolute;

  left: 45px;

  bottom: 35px;

  max-width: 400px;

  color: #fff;

}


.management-pillars-caption span {

  display: block;

  margin-bottom: 10px;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #d0b77f;

}


.management-pillars-caption strong {

  font-family: var(--font-body);

  font-size: var(--font-size);

  line-height: 1.1;

  font-weight: 400;

}


/* ================================
   PILLARS
================================ */

.management-pillars-list {

  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

  border-bottom: 1px solid #c9c6bb;

}


.management-pillar {

  position: relative;
  padding: 30px 22px;

  border-right: 1px solid #c9c6bb;

  transition:
    background .35s ease,
    color .35s ease;

  cursor: pointer;

}


.management-pillar:first-child {

  border-left: 1px solid #c9c6bb;

}


.management-pillar:hover {

  background: #29332a;

  color: #fff;

}


.pillar-number {

  display: block;

  margin-bottom: 45px;

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #9b7545;

}


.management-pillar small {

  display: block;

  margin-bottom: 9px;

  font-size: var(--font-size);

  letter-spacing: 1.8px;

  color: #8c9087;

}


.management-pillar:hover small {

  color: #d0b77f;

}


.management-pillar h3 {

  margin: 0 0 12px;

  font-size: 20px;

  line-height: 1.15;

  font-weight: 400;

}

.management-pillar h3:hover {
  color: #fff;
}

.management-pillar p {

  margin: 0;

  max-width: 170px;

  font-size: var(--font-size);

  line-height: 1.7;

  color: #7a7f76;

}


.management-pillar:hover p {

  color: rgba(255, 255, 255, .58);

}


.pillar-arrow {

  position: absolute;

  right: 20px;

  bottom: 25px;

  font-size: var(--font-size);

  color: #999d94;

  transition: .3s ease;

}


.management-pillar:hover .pillar-arrow {

  color: #d0b77f;

  transform: translate(3px, -3px);

}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

  .management-pillars-heading {

    grid-template-columns: 1fr;

    gap: 25px;

  }


  .management-pillars-list {

    grid-template-columns:
      repeat(2, 1fr);

  }


  .management-pillar {

    border-bottom: 1px solid #c9c6bb;

  }


  .management-pillar:first-child {

    border-left: 0;

  }


  .management-pillar:nth-child(odd) {

    border-left: 1px solid #c9c6bb;

  }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 576px) {


  .management-pillars-visual {

    height: 400px;

  }


  .management-pillars-caption {

    left: 25px;

    right: 25px;

    bottom: 25px;

  }


  .management-pillars-list {

    grid-template-columns: 1fr;

  }


  .management-pillar {

    min-height: 180px;

    border-left: 1px solid #c9c6bb !important;

  }


  .pillar-number {

    margin-bottom: 25px;

  }

}

.story-name {
  padding: 50px 0;
  background: #eee9dc;
}

.name-card {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  background: #14261f;
  overflow: hidden;
  /* min-height: 420px; */
  border-radius: 20px;
}

/* LEFT */

.name-content {
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-kicker {
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 4px;
  color: #f1ab00;
  margin-bottom: 25px;
}

.name-content h2 {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: var(--heading-h2);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.name-content h2 span {
  color: #f1ab00;

}

.name-content p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: var(--font-size);
  line-height: 1.8;
}

/* MEL + GHAT */

.name-word {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 35px;
}

.name-word strong {
  color: #fff;
  font-size: var(--font-size);
  letter-spacing: 6px;
}

.name-word i {
  color: #f1ab00;
  font-style: normal;
  font-size: var(--font-size);
}

.name-content small {
  margin-top: 10px;
  color: rgba(255, 255, 255, .4);
  font-size: var(--font-size);
}


/* RIGHT */

.name-visual {
  position: relative;
  /* min-height: 420px; */
  overflow: hidden;
}

.name-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.name-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(10, 25, 19, .9),
      rgba(10, 25, 19, .05));
}

.visual-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

.visual-text span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .65);
  font-size: var(--font-size);
  letter-spacing: 3px;
}

.visual-text strong {
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 500;
}


/* MOBILE */

@media (max-width: 768px) {

  .story-name {
    padding: 45px 0;
  }

  .name-card {
    grid-template-columns: 1fr;
  }

  .name-content {
    padding: 40px 25px;
  }

  .name-content h2 {
    font-size: var(--font-size);
  }

  .name-visual {
    min-height: 280px;
  }

  .visual-text {
    left: 25px;
    bottom: 25px;
  }

}

/* ============================================================
   LIGHT BACKGROUND THEME (LIGHT HERO & LIGHT SECTIONS)
   ============================================================ */
body {
  background-color: #ffffff !important;
}

.section-shell {
  background-color: transparent;
}

/* Light Story Hero Variant */
.story-hero.light-hero {
  background: #082f20;
  color: #ffffff;
}

.story-hero.light-hero .story-hero-overlay {
  background: linear-gradient(90deg, rgb(8 47 32 / 45%) 0%, rgb(8 47 32 / 11%) 48%, rgba(12, 61, 37, 0.40) 80%, rgb(8 47 32 / 0%) 100%), linear-gradient(0deg, rgb(8 47 32 / 0%) 0%, transparent 60%);
  z-index: 1;
}

.story-hero.light-hero h1 {
  font-family: var(--font-body);
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  color: #ffffff !important;
}

.story-hero.light-hero h1 span {
  font-family: var(--font-body);
  color: #f1ab00 !important;
}

.story-hero.light-hero .story-hero-kicker {
  font-family: var(--font-body);
  color: #f1ab00 !important;
}

.story-hero.light-hero .story-hero-breadcrumb {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.8) !important;
}

.story-hero.light-hero .story-hero-breadcrumb i {
  background: #f1ab00 !important;
}

.story-hero.light-hero .story-hero-breadcrumb strong {
  font-family: var(--font-body);
  color: #f1ab00 !important;
}

.story-hero.light-hero .story-hero-content>p {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.9) !important;
}

.story-hero.light-hero .story-hero-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.story-hero.light-hero .hero-meta-item strong {
  font-family: var(--font-body);
  color: #ffffff !important;
}

.story-hero.light-hero .hero-meta-item span {
  font-family: var(--font-body);
  color: #f1ab00 !important;
}

.story-hero.light-hero .hero-meta-line {
  background: rgba(255, 255, 255, 0.35) !important;
}

.story-hero.light-hero .hero-scroll {
  color: #ffffff !important;
}

.story-hero.light-hero .hero-scroll span {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600 !important;
}

.story-hero.light-hero .hero-scroll i {
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #f1ab00 !important;
  background: rgba(8, 47, 32, 0.6) !important;
}

/* Light Card Styling */
.plan-card,
.pub-card,
.research-card,
.press-item,
.sop-card,
.gallery-card,
.video-card,
.f-card,
.vol-card,
.sanc-card,
.t-card,
.blog-card,
.legal-content {
  background: #ffffff !important;
  border: 1px solid #e6e0d5 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03) !important;
}

.plan-card:hover,
.pub-card:hover,
.research-card:hover,
.gallery-card:hover,
.video-card:hover,
.f-card:hover,
.vol-card:hover,
.sanc-card:hover,
.t-card:hover,
.blog-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07) !important;
}

/* ============================================================
   STRICT DARK FOREST FOOTER & GOV-STRIP CONTRAST ENFORCEMENT
   ============================================================ */

.gov-brand,
.gov-brand * {
  color: #ffffff !important;
}

.wordmark-title {
  color: #ffffff !important;
  font-size: var(--font-size);
  font-weight: 700 !important;
}

.header-tagline {
  color: #f1ab00 !important;
  font-size: var(--font-size);
  font-weight: 500 !important;

}

.header-utility-right,
.header-enquiry {
  color: #000000 !important;
  font-size: var(--font-size);
}

.header-enquiry iconify-icon {
  color: #f1ab00 !important;
}

.lang-toggle-wrap a {
  color: #000000 !important;
}

.lang-toggle-wrap a.active-lang {
  color: #f1ab00 !important;
  font-weight: 700 !important;
}

footer,
#contact {
  background: linear-gradient(90deg, rgb(23, 59, 42) 0%, rgb(36, 84, 58) 35%, rgb(53, 107, 69) 70%, rgb(74, 122, 80) 100%) !important;
  color: #e2e8f0 !important;
  border-top: 3px solid #f1ab00 !important;
}

.footer-grid {
  background: transparent !important;
}

.footer-brand h3,
.footer-col h3 {
  color: #f1ab00 !important;
  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

.footer-brand p,
.footer-brand small,
.footer-col a,
.footer-col p {
  color: #e2e8f0 !important;
  font-size: var(--font-size);
  line-height: 1.6 !important;
  opacity: 0.95 !important;
  text-decoration: none !important;
}

.footer-col a:hover {
  color: #f1ab00 !important;
}

.footer-social a {
  color: #ffffff !important;
  font-size: var(--font-size);
  opacity: 0.9 !important;
}

.footer-social a:hover {
  color: #f1ab00 !important;
}

.footer-newsletter label {
  color: #f1ab00 !important;
  font-size: var(--font-size);
  font-weight: 600 !important;
}

.footer-newsletter input {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}

.footer-newsletter button {
  background: #f1ab00 !important;
  color: #082f20 !important;
  font-weight: 700 !important;
}

.footer-bottom {
  color: #f3f3f3 !important;
  font-size: var(--font-size);
}

.footer-bottom span {
  color: #94a3b8 !important;
}

/* ============================================================
   UNIVERSAL MEGA-NAV DROPDOWN DISPLAY FIX (DESKTOP & MOBILE)
   ============================================================ */

/* DESKTOP (992px and above) */
@media (min-width: 992px) {
  .nav-row {
    position: relative !important;
  }

  .nav-item.has-dropdown {
    position: relative !important;
  }

  .nav-item.has-dropdown .mega-panel {
    display: none;
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    min-width: 240px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 8px 0 !important;
    z-index: 9999 !important;
  }

  /* SHOW DROPDOWN ON HOVER, OPEN CLASS, OR FOCUS */
  .nav-item.has-dropdown:hover>.mega-panel,
  .nav-item.has-dropdown.open>.mega-panel,
  .nav-item.has-dropdown:focus-within>.mega-panel {
    display: block !important;
  }

  /* Chevron rotation */
  .nav-item.has-dropdown:hover .nav-chevron,
  .nav-item.has-dropdown.open .nav-chevron {
    transform: rotate(180deg) !important;
  }

  /* Mega-Panel Links */
  .mega-panel a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 18px !important;
    color: #153d22 !important;
    font-size: var(--font-size);
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.15s ease, color 0.15s ease !important;
  }

  .mega-panel a:hover {
    background: #eef6ed !important;
    color: var(--green) !important;
  }

  .mega-panel a iconify-icon {
    font-size: var(--font-size);
    color: var(--green) !important;
  }
}

/* =========================================
   BIODIVERSITY EXTENSIONS
========================================= */

/* Mammals Grid Section */
.bio-mammals-section {
  padding: 30px 0;
  background: #b3cfc147;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bio-mammals-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgba(241, 171, 0, 0.07), transparent 60%);
  pointer-events: none;
}

.bio-section-header-center {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bio-section-header-center .geography-kicker {
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.bio-section-header-center h2 {
  /* font-size: var(--font-size); */
  color: #000;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-weight: 400;
}

.bio-section-header-center h2 span {
  color: #f1ab00;

}

.bio-section-header-center p {
  /* font-size: var(--font-size); */
  color: rgb(0 0 0 / 75%);
  /* line-height: 1.8; */
}

.bio-mammals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.bio-mammal-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.bio-mammal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 171, 0, 0.4);
  background: rgba(255, 255, 255, 0.09);
}

.bio-mammal-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.bio-mammal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.bio-mammal-card:hover .bio-mammal-media img {
  transform: scale(1.08);
}

.bio-mammal-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(8, 47, 32, 0.9);
  backdrop-filter: blur(8px);
  color: #f1ab00;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.bio-mammal-status {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: var(--font-size);
  font-weight: 600;
}

.bio-mammal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bio-mammal-body h4 {
  /* font-size: var(--font-size); */
  color: #000;
  margin-bottom: 4px;
  font-weight: 600;
}

.bio-mammal-sci {
  /* font-size: var(--font-size); */
  color: #000;

  margin-bottom: 10px;
  display: block;
}

.bio-mammal-body p {
  /* font-size: var(--font-size); */
  color: rgb(0 0 0 / 98%);
  line-height: 1.7;
  margin-bottom: 14px;
  flex: 1;
}

.bio-mammal-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--font-size);
  color: #000;
}

.bio-mammal-meta strong {
  color: #f1ab00;
}

/* Avian & Butterfly Paradise Section */
.bio-birds-section {
  padding: 30px 0;
  background: #f7f8f4;
  position: relative;
}

.bio-birds-section .bio-section-header-center h2 {
  color: #1a291f;
}

.bio-birds-section .bio-section-header-center p {
  color: #556255;
}

.bio-birds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bio-bird-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
}

.bio-bird-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(12, 61, 37, 0.12);
}

.bio-bird-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #eef2ea;
}

.bio-bird-media img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
  transition: transform .7s ease;
}

.bio-bird-card:hover .bio-bird-media img {
  transform: scale(1.08);
}

.bio-bird-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(12, 61, 37, 0.88);
  backdrop-filter: blur(8px);
  color: #f1ab00;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: var(--font-size);
  font-weight: 700;
}

.bio-bird-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bio-bird-body h4 {
  /* font-size: var(--font-size); */
  color: #1a291f;
  margin-bottom: 3px;
  font-weight: 600;
}

.bio-bird-sci {

  color: #000;
 margin-bottom: 8px;
  display: block;

}

.bio-bird-body p {
  font-size: var(--font-size);
  color: #556255;
  line-height: 1.65;
  margin-bottom: 12px;
  flex: 1;
}

/* Botanical Wealth Showcase Section */
.bio-flora-section {
  padding: 30px 0;
  background: #ffffff;
  border-top: 1px solid #e7ebe3;
}

.bio-flora-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.bio-flora-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid #dbe3d6;
}

.bio-flora-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

.bio-flora-media:hover img {
  transform: scale(1.03);
}

.bio-flora-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 47, 32, 0.95) 75%);
  color: #fff;
  padding: 30px 24px 20px;
}

.bio-flora-caption span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #f1ab00;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.bio-flora-caption strong {
  font-size: var(--font-size);
  font-weight: 500;
}

.bio-flora-details h3 {
  /* font-size: var(--font-size); */
  color: #1a291f;
  line-height: 1.1;
  /* margin-bottom: 18px; */
  letter-spacing: -1px;
}

.bio-flora-details h3 span {
  color: #f1ab00;

}

.bio-flora-details>p {
  font-size: var(--font-size);
  color: #4a574a;
  line-height: 1.8;
  margin-bottom: 22px;
}

.bio-flora-layers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.bio-flora-layer-item {
  background: #f7f8f4;
  padding: 14px 18px;
  border-radius: 8px;
  border-left: 3px solid #f1ab00;
}

.bio-flora-layer-item strong {
  font-size: var(--font-size);
  color: #1a291f;
  display: block;
  margin-bottom: 3px;
}

.bio-flora-layer-item span {
  font-size: var(--font-size);
  color: #556255;
  line-height: 1.5;
  display: block;
}

/* Responsive queries */
@media (max-width: 991px) {
  .bio-mammals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .bio-flora-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .bio-mammals-grid {
    grid-template-columns: 1fr;
  }

  .bio-birds-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   LARGE & ULTRA-WIDE SCREEN RESOLUTION ADAPTATIONS
   (1440px, 1680px, 1920px Full HD, 2K/4K)
============================================================ */

/* Screens 1400px and up (Large Desktops / MacBooks) */
@media (min-width: 1400px) {
  .story-hero {
    min-height: 410px;
  }

  .story-hero-content {
    max-width: 920px;
  }

  /* .story-hero h1 {
        font-size: var(--font-size);
    } */
  .story-hero-content>p {
    max-width: 720px;
    font-size: var(--font-size);
  }

  /* Biodiversity Explorer */
  .bio-explorer-layout {
    gap: 90px;
  }

  .bio-explorer-heading {
    max-width: 640px;
  }

  /* .bio-explorer-heading h2 {
        font-size: var(--font-size);
    } */
  .bio-explorer-image {
    height: 400px;
  }

  .bio-spotlight-heading h3 {
    /* font-size: var(--font-size); */
    max-width: 620px;
  }

  .bio-species-row {
    gap: 36px;
  }

  /* .bio-species-photo {
        height: 420px;
    } */

  /* Geography Feature */
  .geography-feature {
    min-height: 680px;
  }

  .geography-image {
    min-height: 680px;
  }

  .geography-content {
    padding: 70px 65px;
  }

 

  /* Cards & Grids */
  .bio-mammal-media,
  .geo-zone-media {
    height: 260px;
  }

  .bio-bird-media {
    height: 240px;
  }

  .geo-flora-container,
  .geo-map-container {
    gap: 65px;
  }
}

/* Screens 1680px and up (Wide 1080p, 1440p QHD Monitors) */
@media (min-width: 1680px) {
  .story-hero {
    min-height: 620px;
  }

  .story-hero-content {
    max-width: 1040px;
  }

  .story-hero h1 {
    font-size: var(--font-size);
  }

  .story-hero-content>p {
    max-width: 820px;
    font-size: var(--font-size);
  }

  /* Biodiversity Explorer */
  .bio-explorer {
    padding: 95px 0;
  }

  .bio-explorer-layout {
    gap: 110px;
  }

  .bio-explorer-heading {
    max-width: 720px;
  }

  .bio-explorer-heading h2 {
    font-size: var(--font-size);
  }

  .bio-explorer-image {
    height: 520px;
  }

  .bio-spotlight-heading h3 {
    font-size: var(--font-size);
    max-width: 700px;
  }

  .bio-species-row {
    gap: 44px;
  }

  .bio-species-photo {
    height: 460px;
  }

  /* Geography Feature */
  .geography-feature {
    min-height: 740px;
  }

  .geography-image {
    min-height: 740px;
  }

  .geography-content {
    padding: 85px 80px;
  }

  .geography-heading h2 {
    font-size: var(--font-size);
  }

  .geography-content h3 {
    font-size: var(--font-size);
  }

  /* Cards & Grids */
  .bio-mammals-grid,
  .geo-zones-grid {
    gap: 36px;
  }

  .bio-mammal-media,
  .geo-zone-media {
    height: 290px;
  }

  .bio-mammal-body h4,
  .geo-zone-body h4 {
    font-size: var(--font-size);
  }

  .bio-birds-grid {
    gap: 30px;
  }

  .bio-bird-media {
    height: 260px;
  }

  .geo-flora-container,
  .geo-map-container {
    gap: 80px;
  }
}

/* Screens 1920px and up (Full HD Ultrawide / 4K Displays) */
@media (min-width: 1920px) {
  .story-hero {
    min-height: 680px;
  }

  .story-hero h1 {
    font-size: var(--font-size);
  }

  .bio-explorer {
    padding: 110px 0;
  }

  .bio-explorer-layout {
    gap: 130px;
  }

  .bio-explorer-image {
    height: 560px;
  }

  .bio-species-row {
    gap: 48px;
  }

  .bio-species-photo {
    height: 490px;
  }

  .geography-feature {
    min-height: 800px;
  }

  .geography-image {
    min-height: 800px;
  }

  .geography-content {
    padding: 100px 90px;
  }

  .bio-mammal-media,
  .geo-zone-media {
    height: 320px;
  }

  .bio-birds-grid {
    gap: 36px;
  }

  .bio-bird-media {
    height: 280px;
  }
}

/* MOBILE (991px and below) */
@media (max-width: 991px) {
  .nav-item.has-dropdown .mega-panel {
    display: none !important;
    position: static !important;
    width: 100% !important;
    background: #faf8f1 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 4px 12px !important;
  }

  .nav-item.has-dropdown.open>.mega-panel {
    display: block !important;
  }

  .nav-item.has-dropdown.open .nav-chevron {
    transform: rotate(180deg) !important;
  }
}

css
/* =========================================
   EXPERIENCE MELGHAT — SAFARI EXPERIENCE
========================================= */

.safari-experience {
  padding: 40px 40px;
  background: #faf8f1;
  color: #17231b;
}

/* =========================================
   HEADING
========================================= */

.safari-experience-heading {
  /* max-width: 700px; */
  margin: 0 auto 15px;
  text-align: center;
}

.safari-experience-heading>span {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #f1ab00;
}

.safari-experience-heading h2 {
  margin: 0 0 20px;
  line-height: .95;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: -3px;
  gap: 12px;
  font-weight: 400;
  color: #17231b;
}

.safari-experience-heading h2 em {
  display: block;
  color: #174d20;
  font-family: var(--font-body);
  font-weight: 400;
}

.safari-experience-heading p {
  /* max-width: 600px; */
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size);
  line-height: 1.8;
  color: #667067;
}

/* =========================================
   CARD
========================================= */

.safari-experience-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(23, 35, 27, .10);
  overflow: hidden;
  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

.safari-experience-card\:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 55px rgba(23, 35, 27, .13);
}

/* =========================================
   IMAGE
========================================= */

.safari-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.safari-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.safari-experience-card\:hover .safari-card-image img {
  transform: scale(1.06);
}

/* dark image overlay */

.safari-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(8, 15, 10, .15),
      rgba(8, 15, 10, .65));
  pointer-events: none;
}

/* =========================================
   NUMBER
========================================= */

.safari-card-number {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .8);
}

/* =========================================
   TIME LABEL
========================================= */

.safari-card-time {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .8);
}

/* =========================================
   CONTENT
========================================= */

.safari-card-content {
  padding: 30px;
}

.safari-card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(155, 122, 61, .25);
  color: #174d20;
  font-size: var(--font-size);
}

.safari-card-content h3 {
  margin: 0 0 12px;
  font-size: var(--font-size);
  font-weight: 400;
  color: #17231b;
}

.safari-card-content p {
  /* min-height: 95px; */
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.8;
  color: #687168;
}

.safari-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.safari-card-content a {
  margin-top: auto;
}

/* =========================================
   META
========================================= */

.safari-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 35, 27, .10);
}

.safari-card-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: var(--font-size);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737b74;
}

.safari-card-meta i {
  color: #174d20;
  font-size: var(--font-size);
}

/* =========================================
   LINK
========================================= */

.safari-card-content a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #17231b;
  white-space: nowrap;
}

.safari-card-content a i {
  color: #174d20;
  font-size: var(--font-size);
  transition: transform .3s ease;
}

.safari-card-content a:hover i {
  transform: translate(4px, -4px);
}

/* =========================================
   FEATURED CARD
========================================= */

.safari-experience-card.featured {
  position: relative;
  transform: translateY(-12px);
  box-shadow:
    0 25px 60px rgba(23, 35, 27, .16);
}

.safari-experience-card {
  transform: translateY(-20px);
}

/* =========================================
   INFORMATION NOTE
========================================= */

.safari-experience-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 17px 20px;
  border-left: 3px solid #f1ab00;
  background: rgba(255, 255, 255, .65);
}

.safari-experience-note i {
  color: #174d20;
  font-size: var(--font-size);
}

.safari-experience-note p {
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.6;
  color: #687168;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .safari-experience {
    padding: 85px 0;
  }

  .safari-experience-card {
    transform: none;
  }

  .safari-experience-card {
    transform: translateY(-8px);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .safari-experience {
    padding: 70px 0;
  }

  .safari-experience-heading {
    margin-bottom: 35px;
  }

  .safari-experience-heading h2 {
    font-size: var(--font-size);
    letter-spacing: -2px;
  }

  .safari-card-image {
    height: 240px;
  }

  .safari-card-content {
    padding: 25px;
  }

  .safari-card-content h3 {
    font-size: var(--font-size);
  }

  .safari-card-content p {
    min-height: auto;
  }

  .safari-experience-note {
    align-items: flex-start;
    margin-top: 20px;
  }
}

/* =========================================
   SAFARI DETAILS
========================================= */

.safari-details-section {
  padding: 35px 0;
  background: #fff;
  color: #17231b;
}

/* =========================================
   HEADER
========================================= */
.details-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 3px;
  color: #174d20;
}

.details-title {
  margin: 0;
text-align: center;
  line-height: .95;
  letter-spacing: -3px;
  font-weight: 400;
  color: #17231b;
}

.details-title em {
  color: #174d20;
  font-family: var(--font-body);
  font-weight: 400;
}

.details-intro {
text-align: center;
  line-height: 1.8;
  color: #687168;
}

/* =========================================
   DETAIL ITEM
========================================= */

.safari-detail-item {
  position: relative;
  padding: 32px;
  background: #faf8f1;
  border: 1px solid rgba(23, 35, 27, .08);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.safari-detail-item\:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 40px rgba(23, 35, 27, .10);
}

/* =========================================
   ICON
========================================= */

.detail-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(155, 122, 61, .25);
  color: #174d20;
  font-size: var(--font-size);
}

/* =========================================
   CONTENT
========================================= */

.safari-detail-item h3 {
  margin: 0 0 12px;
  font-size: var(--font-size);
  font-weight: 400;
  color: #17231b;
}

.safari-detail-item p {
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.8;
  color: #687168;
}

/* =========================================
   BOTTOM LABEL
========================================= */

.detail-line {
  width: 35px;
  height: 1px;
  margin: 25px 0 12px;
  background: #f1ab00;
}

.safari-detail-item small {
  font-size: var(--font-size);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7b827b;
}

/* =========================================
   INFORMATION NOTE
========================================= */

.safari-details-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 24px;
  background: #17231b;
  color: #fff;
}

.safari-details-note>i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #f1ab00;
  font-size: var(--font-size);
}

.safari-details-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1ab00;
}

.safari-details-note p {
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.7;
  color: rgba(255, 255, 255, .65);
}


/* ────────────────────────────────────────────
   7. SAFARI GUIDE
──────────────────────────────────────────── */
.melghat-guide {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  width: clamp(80px, 10vw, 150px);
  margin-right: clamp(-20px, -2vw, -10px);
  margin-bottom: -4px;
  align-self: flex-end;

  /* Initial state — hidden below */
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.melghat-guide.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.melghat-guide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.7));
}


/* ────────────────────────────────────────────
   9. MAIN BILLBOARD
──────────────────────────────────────────── */
.melghat-board {
  flex: 1;
  max-width: 900px;
  min-width: 0;
  position: relative;
  z-index: 5;
  border-radius: var(--board-radius);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 80px var(--melghat-active-glow);
  transition: box-shadow 0.6s ease;

  /* Initial state */
  opacity: 0;
  transform: scale(0.92) translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease, box-shadow 0.6s ease;
}

.melghat-board.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}


.melghat-cards-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.6rem, 1.5vw, 1rem);
}

/* ────────────────────────────────────────────
   12. MELGHAT CARD
──────────────────────────────────────────── */
.melghat-card {
  perspective: 1200px;
  cursor: pointer;
  border-radius: var(--card-radius);
  height: clamp(220px, 28vw, 300px);
  outline: none;
  position: relative;

  /* Card entrance animation */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Staggered entrance delays */
.melghat-card:nth-child(1) {
  transition-delay: 0.1s;
}

.melghat-card:nth-child(2) {
  transition-delay: 0.22s;
}

.melghat-card:nth-child(3) {
  transition-delay: 0.34s;
}

.melghat-card:nth-child(4) {
  transition-delay: 0.46s;
}

.melghat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover lift */
.melghat-card:hover .melghat-card-inner,
.melghat-card:focus-visible .melghat-card-inner {
  transform: translateY(-6px) scale(1.015);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 0 30px var(--card-glow, rgba(143, 200, 143, 0.3));
}

/* Focus ring */
.melghat-card:focus-visible {
  outline: 2px solid var(--melghat-active-color);
  outline-offset: 3px;
}

/* Active card glow */
.melghat-card.is-active {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.65),
    0 0 40px var(--card-glow, rgba(143, 200, 143, 0.45)),
    0 0 0 2px var(--card-accent, var(--melghat-green));
}



/* Flipped state */
.melghat-card.is-flipped {
  transform: rotateY(180deg);
}



.melghat-card.is-active {
  background: var(--card-accent);
  border-color: transparent;
  transform: scale(1.1);
}

.melghat-card:hover {
  gap: 0.45rem;
}

/* ────────────────────────────────────────────
   14. SCROLL INDICATOR
──────────────────────────────────────────── */
.melghat-scroll-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  opacity: 0;
  animation: fadeInScrollIndicator 1.2s ease 2s forwards;
}

@keyframes fadeInScrollIndicator {
  to {
    opacity: 1;
  }
}

.scroll-indicator-mouse {
  width: 22px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
}

.scroll-indicator-wheel {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
  animation: scrollWheel 1.8s ease-in-out infinite;
}

@keyframes scrollWheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  60% {
    transform: translateY(10px);
    opacity: 0.3;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scroll-indicator-text {
  font-family: var(--font-body);
  font-size: var(--font-size);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}



/* =========================
   HEADER
========================= */

.visit-journey-top {
  display: flex;
  margin-bottom: 34px;
  padding: 12px 40px;
  flex-direction: column;
}


.visit-eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #174d20;

}


.visit-journey-top h2 {

  margin: 0;
    line-height: 1.2;
  line-height: .5;
  font-weight: 300;
  letter-spacing: -3px;
  white-space: nowrap;

}


.visit-journey-top h2 em {

  display: inline;
  margin-left: 15px;
  font-family: var(--font-body);

  color: #174d20;
  font-weight: 400;

}


.visit-journey-top>p {
  max-width: 390px;
  margin: 0;
  font-size: var(--font-size);
  line-height: 1.9;
  color: #72776f;
}


/* =========================
   JOURNEY TRACK
========================= */

.journey-track {

  position: relative;
  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  gap: 0;

}


/* connecting line */

.journey-track::before {

  content: "";
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: #c5c4b9;

}


/* stop */

.journey-stop {

  position: relative;
  padding: 0 35px;
  text-align: center;

}


.journey-marker {

  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #faf8f1;
  border: 1px solid #aeb0a5;
  color: #69745f;
  font-size: var(--font-size);
  transition: .35s ease;
}

.journey-marker i {
  font-size: var(--font-size);
}

.journey-stop:hover .journey-marker {
  background: #293329;
  border-color: #293329;
  color: #f1ab00;
  transform: scale(1.08);
}


.journey-number {
  display: block;
  margin-bottom: 13px;
  font-family: var(--font-body);
  font-size: var(--font-size);
  color: #174d20;
}


.journey-info small {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #174d20;
}


.journey-info h3 {
  margin: 0 0 12px;
  font-size: var(--font-size);
  font-weight: 400;
}


.journey-info p {

  max-width: 260px;
  min-height: 60px;
  margin: 0 auto 18px;
  font-size: var(--font-size);
  line-height: 1.7;
  color: #777b73;
}


.journey-info a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #293329;
  font-size: var(--font-size);
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #b9b8ae;
  padding-bottom: 5px;
}


.journey-info a span {
  font-size: var(--font-size);
  transition: .3s ease;
}


.journey-info a:hover span {

  transform: translate(3px, -3px);
}


/* =========================
   DESTINATIONS
========================= */

.journey-destinations {
  margin-top: 85px;
  padding-top: 25px;
  border-top: 1px solid #c7c5ba;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 12px;
}


.journey-destinations>span {
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #174d20;
}


.journey-destinations div {

  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}


.journey-destinations strong {

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 400;
}


.journey-destinations i {
  font-style: normal;
  color: #aaa99e;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  .visit-journey-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
.visit-journey-top h2{
  white-space:normal;
  letter-spacing: -1px;    line-height: 1.1;
}
  .journey-stop {
    padding: 0 15px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .visit-journey {
    padding: 35px 0;
  }


  .journey-track {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .journey-track::before {
    top: 32px;
    /* bottom: 32px; */
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
  }

  .journey-stop {
  }

  .journey-destinations {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

}

.route-air-section {
  padding: 60px 0;
}




.route-air-content {
  max-width: 570px;
}


.route-eyebrow {

  display: block;
  margin-bottom: 22px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #174d20;
}


.route-air-content h2 {
  margin: 0 0 35px;
  font-size: var(--font-size);
  line-height: .9;
  font-weight: 300;
  letter-spacing: -4px;
}


.route-air-content h2 em {

  display: inline;
  margin-left: 12px;
  font-family: var(--font-body);

  font-weight: 400;
  color: #174d20;
}


.route-air-intro {

  max-width: 510px;
  margin-bottom: 18px;
  font-size: var(--font-size);
  line-height: 1.6;
  color: #41483f;
}


.route-air-content>p:not(.route-air-intro) {

  max-width: 500px;
  margin-bottom: 40px;
  font-size: var(--font-size);
  line-height: 1.9;
  color: #777b73;

}


/* =========================
   ROUTE INFO
========================= */

.route-air-info {

  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  border-top: 1px solid #c8c6bb;
  border-bottom: 1px solid #c8c6bb;

}


.route-air-info-item {
  padding: 20px 15px;
  border-right: 1px solid #c8c6bb;
}





.route-air-info-item span {


  margin-bottom: 8px;
  font-size: var(--font-size);
  letter-spacing: 2px;
  color: #174d20;
}


.route-air-info-item strong {

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 400;

}


/* =========================
   LINK
========================= */

.route-air-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8d8f87;
  color: #293329;
  font-size: var(--font-size);
  letter-spacing: 1px;
  text-decoration: none;

}


.route-air-link i {
  transition: .3s ease;
}


.route-air-link:hover i {
  transform: translate(4px, -4px);
}


/* =========================
   IMAGE
========================= */

.route-air-visual {
  position: relative;
  /* height: 620px; */
  overflow: hidden;
}


.route-air-visual img {

  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.route-air-image-overlay {

  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(20, 28, 21, .65),
      transparent 55%);

}


/* =========================
   IMAGE LABEL
========================= */

.route-air-image-label {

  position: absolute;
  left: 35px;
  bottom: 35px;
  color: #fff;
}


.route-air-image-label span {

  display: block;
  margin-bottom: 6px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;
}


.route-air-image-label strong {

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 400;
}


/* =========================
   AIR ICON
========================= */

.route-air-compass {

  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  color: #fff;
  font-size: var(--font-size);
}


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

@media (max-width: 991px) {

  .route-air-grid {

    grid-template-columns: 1fr;
    gap: 50px;
  }

  .route-air-content {
    max-width: 100%;
  }

  .route-air-visual {
    height: 500px;
  }

}


@media (max-width: 576px) {

  .route-air-section {
    padding: 80px 0;
  }


  .route-air-info {
    grid-template-columns: 1fr;
  }

  .route-air-info-item {
    border-right: 0;
    border-bottom: 1px solid #c8c6bb;
  }

  .route-air-info-item:last-child {
    border-bottom: 0;
  }

  .route-air-visual {
    height: 420px;
  }

}

.route-rail-section {

  padding: 30px 0;

}


/* =========================
   GRID
========================= */

.route-rail-grid {

  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: center;
}


/* =========================
   IMAGE
========================= */

.route-rail-visual {
  position: relative;
  /* height: 600px; */
  overflow: hidden;

}


.route-rail-visual img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.route-rail-overlay {

  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(15, 22, 16, .8),
      transparent 60%);

}


/* =========================
   IMAGE LABEL
========================= */

.route-rail-location {

  position: absolute;
  left: 35px;
  bottom: 35px;

}


.route-rail-location span {

  display: block;
  margin-bottom: 7px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;

}


.route-rail-location strong {

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 400;
  color: white;

}


/* =========================
   ICON
========================= */

.route-rail-icon {

  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  font-size: var(--font-size);
  color: #f1ab00;

}


/* =========================
   CONTENT
========================= */

.route-rail-content {

  max-width: 560px;

}


.route-rail-eyebrow {

  display: block;
  margin-bottom: 22px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;

}


.route-rail-content h2 {

  margin: 0 0 35px;
  font-size: var(--font-size);
  line-height: .9;
  font-weight: 300;
  letter-spacing: -4px;

}


.route-rail-content h2 em {

  display: inline;
  margin-left: 12px;
  font-family: var(--font-body);

  color: #9aa88d;

}


.route-rail-intro {

  max-width: 500px;
  margin-bottom: 18px;
  font-size: var(--font-size);
  line-height: 1.6;
  color: #e1e3dc;

}


.route-rail-content>p:not(.route-rail-intro) {

  max-width: 500px;
  margin-bottom: 45px;
  font-size: var(--font-size);
  line-height: 1.9;
  color: rgba(255, 255, 255, .58);

}


/* =========================
   JOURNEY FLOW
========================= */

.rail-route-flow {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;

}


.rail-flow-item {

  flex: 1;

}


.rail-flow-item span {

  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: var(--font-size);
  color: #a18a61;

}


.rail-flow-item strong {

  display: block;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1.4;

}


.rail-flow-line {

  width: 35px;
  height: 1px;
  margin: 0 12px;
  background: rgba(255, 255, 255, .25);

}


/* =========================
   LINK
========================= */




.route-rail-link i {

  transition: .3s ease;

}


.route-rail-link:hover i {

  transform: translate(4px, -4px);

}


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

@media (max-width: 991px) {

  .route-rail-grid {

    grid-template-columns: 1fr;
    gap: 55px;
  }

  .route-rail-content {

    max-width: 100%;
  }

}


@media (max-width: 576px) {

  .route-rail-section {

    padding: 80px 0;

  }

  .route-rail-visual {

    height: 430px;

  }

  .rail-route-flow {

    flex-direction: column;
    align-items: flex-start;
    gap: 15px;

  }

  .rail-flow-line {

    width: 1px;
    height: 20px;
    margin: 0 0 0 5px;
  }

}

.road-journey-section {

  position: relative;
  /* min-height: 720px; */
  padding: 60px 0 70px;
  overflow: hidden;
  color: #fff;

}


/* Background */

.road-journey-bg {

  position: absolute;
  inset: 0;

}


.road-journey-bg img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}


.road-journey-overlay {

  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(22, 30, 23, .88) 0%,
      rgba(22, 30, 23, .55) 48%,
      rgba(22, 30, 23, .25) 100%);

}


/* Content */

.road-journey-content {

  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0px 40px 76px;
  ;
}


.road-eyebrow {

  display: block;
  margin-bottom: 25px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #f1ab00;
}


.road-journey-content h2 {

  margin: 0 0 30px;
  font-size: var(--font-size);
  line-height: .88;
  font-weight: 300;
  letter-spacing: -5px;
}


.road-journey-content h2 em {

  display: block;
  margin-left: 90px;
  font-family: var(--font-body);

  font-weight: 400;
  color: #a9b398;
}


.road-journey-content p {

  max-width: 500px;
  margin: 0 0 35px;
  font-size: var(--font-size);
  line-height: 1.9;
  color: rgba(255, 255, 255, .72);
}


/* Button */

.road-route-button {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-size: var(--font-size);
  letter-spacing: 1px;
  text-decoration: none;
}


.road-route-button i {

  transition: .3s ease;

}


.road-route-button:hover i {

  transform: translate(4px, -4px);

}


/* Destination strip */

.road-destinations {

  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 25px 30px;
  background: rgba(25, 33, 26, .9);
  border-top: 1px solid rgba(255, 255, 255, .15);
}


.road-destination {

  flex: 1;
  min-width: 120px;

}


.road-destination span {

  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: var(--font-size);
  color: #f1ab00;

}


.road-destination strong {

  display: block;
  font-size: var(--font-size);
  font-weight: 400;
}


.road-destination small {

  display: block;
  margin-top: 5px;
  font-size: var(--font-size);
  color: rgba(255, 255, 255, .45);
}


/* Connecting lines */

.road-line {

  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, .25);

}


/* Hover */

.road-destination {

  transition: .3s ease;

}


.road-destination:hover {

  transform: translateY(-4px);

}


/* Tablet */

@media (max-width: 991px) {

  .road-journey-section {
    min-height: auto;
    padding-bottom: 0;
  }

  .road-journey-content {

    padding-bottom: 120px;

  }

  .road-destinations {

    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 25px;
  }

  .road-line {
    display: none;
  }

}


/* Mobile */

@media (max-width: 576px) {

  .road-journey-section {

    padding: 85px 0 0;
  }

  .road-journey-content h2 {

    font-size: var(--font-size);
    letter-spacing: -3px;
  }

  .road-journey-content h2 em {

    margin-left: 30px;
  }

  .road-destinations {

    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 25px 20px;
  }

}

.season-explorer {
  padding: 60px 0;
  color: #293329;
}


/* HEADER */

.season-explorer-header {

  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 15px;
  padding: 12px 40px;
}


.season-explorer-eyebrow {

  display: block;
  margin-bottom: 20px;
  font-size: var(--font-size);
  letter-spacing: 3px;
  color: #174d20;

}




.season-explorer-header h2 em {
  font-family: var(--font-body);

  font-weight: 400;
  color: #174d20;



  .season-explorer-header p {

    margin: 0;
    max-width: 420px;
    font-size: var(--font-size);
    line-height: 1.9;
    color: #777b73;

  }


  /* MAIN */

  .season-explorer-layout {

    display: grid;
    grid-template-columns: 310px 1fr;
    min-height: 560px;
    border-top: 1px solid #c9c6bb;
    border-bottom: 1px solid #c9c6bb;
  }


  /* SELECTOR */

  .season-selector {

    border-right: 1px solid #c9c6bb;

  }


  .season-selector-item {

    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px 20px;
    border: 0;
    border-bottom: 1px solid #c9c6bb;
    background: transparent;
    text-align: left;
    color: #293329;
    cursor: pointer;
    transition: .3s ease;

  }


  .season-selector-item>span {

    font-family: var(--font-body);
    font-size: var(--font-size);
    color: #174d20;

  }


  .season-selector-item div {

    flex: 1;

  }


  .season-selector-item strong {

    display: block;
    font-family: var(--font-body);
    font-size: var(--font-size);
    font-weight: 400;

  }


  .season-selector-item small {

    display: block;
    margin-top: 5px;
    font-size: var(--font-size);
    color: #85877f;

  }


  .season-selector-item i {

    opacity: 0;
    transition: .3s ease;

  }


  .season-selector-item:hover,
  .season-selector-item.active {

    padding-left: 30px;
    background: #e9e6da;

  }


  .season-selector-item.active i,

  .season-selector-item:hover i {

    opacity: 1;

  }


  /* FEATURE */

  .season-feature {

    position: relative;
    min-height: 560px;
    overflow: hidden;

  }


  .season-feature img {

    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .8s ease;

  }


  .season-feature:hover img {

    transform: scale(1.04);

  }


  .season-feature-overlay {

    position: absolute;
    inset: 0;
    background:
      linear-gradient(to top,
        rgba(20, 28, 21, .85),
        rgba(20, 28, 21, .05) 70%);

  }


  .season-feature-content {

    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 40px;
    color: #fff;

  }


  .season-feature-content>span {

    font-size: var(--font-size);
    letter-spacing: 3px;
    color: #f1ab00;

  }




  .season-feature-content h3 em {

    font-family: var(--font-body);

    color: #b4c0a6;

  }


  .season-feature-content p {

    max-width: 500px;
    margin: 0 0 25px;
    font-size: var(--font-size);
    line-height: 1.8;
    color: rgba(255, 255, 255, .72);

  }


  .season-feature-bottom {

    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .25);

  }


  .season-feature-bottom strong {

    font-size: var(--font-size);
    letter-spacing: 2px;
    color: #f1ab00;

  }


  .season-feature-bottom span {

    font-family: var(--font-body);
    font-size: var(--font-size);
  }


  /* RESPONSIVE */

  @media (max-width: 991px) {

    .season-explorer-header {

      grid-template-columns: 1fr;
      gap: 25px;

    }

    .season-explorer-layout {

      grid-template-columns: 230px 1fr;

    }

  }


  @media (max-width: 767px) {

    .season-explorer {

      padding: 80px 0;

    }



    .season-explorer-layout {

      grid-template-columns: 1fr;

    }

    .season-selector {

      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-right: 0;

    }

    .season-selector-item {

      padding: 20px 12px;
      display: block;

    }

    .season-selector-item i {

      display: none;

    }

    .season-selector-item:hover,

    .season-selector-item.active {

      padding-left: 12px;

    }

    .season-selector-item strong {

      font-size: var(--font-size);

      margin-top: 8px;

    }

    .season-feature {

      min-height: 500px;

    }

  }

  .season-glance {

    padding: 30px 40px;

    background: #415241;

    color: #fff;

  }


  /* =========================
   HEADER
========================= */

  .season-glance-header {

    margin-bottom: 30px;

  }


  .season-glance-eyebrow {

    display: block;

    margin-bottom: 20px;

    font-size: var(--font-size);

    letter-spacing: 3px;

    color: #f1ab00;

  }





  font-family: var(--font-body);



  color: #aab59f;

  font-weight: 400;

}


/* =========================
   TABLE
========================= */

.season-glance-table {

  border-top: 1px solid rgb(0 0 0 / 20%);

}


/* Header */

.glance-head {

  display: grid;

  grid-template-columns: 1.1fr 1fr 1.5fr 1fr;

  padding: 18px 20px;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color:rgb(0 0 0);

}


/* Rows */

.glance-row {

  display: grid;

  grid-template-columns: 1.1fr 1fr 1.5fr 1fr;

  align-items: center;

  min-height: 70px;

  padding: 20px;

  border-top: 1px solid rgba(255, 255, 255, .15);

  transition: .3s ease;

}


.glance-row:hover,
.glance-row.active {

    background: rgb(0 0 0 / 63%);

}


/* Season */

.glance-season {

  display: flex;

  align-items: center;
color: #000;
  gap: 18px;

}


.glance-season span {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #f1ab00;

}


.glance-season strong {

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;

}


/* Normal text */

.glance-row>div:not(.glance-season):not(.glance-highlight) {

  max-width: 190px;

  font-size: var(--font-size);

  line-height: 1.7;

     color: rgb(0 0 0);

}


/* Highlight */

.glance-highlight {

  justify-self: start;

  padding: 9px 13px;

  border: 1px solid rgba(208, 183, 127, .45);

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #f1ab00;

}


/* =========================
   NOTE
========================= */
.season-glance {

  padding: 30px 40px;

  background: #d8e5d87d;

  color: #000;

}

.season-glance-header {

  margin-bottom: 30px;

}


.season-glance-eyebrow {

  display: block;

  margin-bottom: 20px;

  font-size: var(--font-size);

  letter-spacing: 3px;

  color: #f1ab00;

}




.season-glance-header {
  color: #000;

  .season-glance-note {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-top: 30px;

  }


  .season-glance-note i {

  color: #f1ab00;

  }


  .season-glance-note p {

  margin: 0;

  font-size: var(--font-size);

  color: rgba(255, 255, 255, .45);

  }


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

  @media (max-width: 767px) {

  .season-glance {

    padding: 80px 0;

  }

  .glance-head {

    display: none;

  }

  .glance-row {

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    padding: 25px 15px;

  }

  .glance-season {

    grid-column: 1 / -1;

  }

  .glance-row>div:not(.glance-season):not(.glance-highlight) {

    max-width: none;

  }

  }

  /* =========================
   SEASON CAROUSEL
========================= */

  .season-carousel {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
  }

  position: absolute;

  inset: 0;

}


.season-slide {

  position: absolute;

  inset: 0;

  opacity: 0;

  visibility: hidden;

  transform: scale(1.03);

  transition:
    opacity .7s ease,
    transform 1s ease,
    visibility .7s ease;

}


.season-slide.active {

  opacity: 1;

  visibility: visible;

  transform: scale(1);

}


.season-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}


  /* =========================
   CAROUSEL CONTROLS
========================= */

  .season-carousel-controls {

  position: absolute;

  z-index: 10;

  right: 35px;

  top: 35px;

  display: flex;

  align-items: center;

  gap: 15px;

  }


  .season-carousel-controls button {

  width: 42px;

  height: 42px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(255, 255, 255, .45);

  border-radius: 50%;

  background: rgba(20, 28, 21, .35);

  backdrop-filter: blur(5px);

  color: #fff;

  cursor: pointer;

  transition: .3s ease;

  }


  .season-carousel-controls button:hover {

  background: rgba(255, 255, 255, .15);

  transform: translateY(-2px);

  }


  .season-carousel-counter {

  display: flex;

  align-items: center;

  gap: 8px;

  color: #fff;

  font-size: var(--font-size);

  letter-spacing: 1px;

  }


  .season-carousel-counter i {

  width: 20px;

  height: 1px;

  background: rgba(255, 255, 255, .5);

  }


  /* =========================
   KEEP CONTENT ABOVE IMAGE
========================= */

  .season-slide .season-feature-overlay {

  z-index: 1;

  }


  .season-slide .season-feature-content {

  z-index: 2;

  }

  .gate-explorer {

  padding: 10px 0;


  color: #293329;

  }


  /* =========================
   HEADER
========================= */

 .gate-explorer-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 15px;
    padding: 12px 40px;
    text-align: center;
}

.gate-eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: var(--font-size);
    letter-spacing: 3px;
    color: #174d20;
}

.gate-explorer-heading p {
    margin: 0 auto;
    max-width: 650px;
    font-size: var(--font-size);
    line-height: 1.9;
    color: #777b73;
}

  /* =========================
   GATE LIST
========================= */

  .gate-list {

  border-top: 1px solid #c8c6bb;

  }


  .gate-item {

  display: grid;

  grid-template-columns: 70px 1fr 190px;

  align-items: center;

  gap: 35px;

  padding: 17px 20px;

  border-bottom: 1px solid #c8c6bb;

  color: inherit;

  text-decoration: none;

  transition: .35s ease;

  }


  .gate-item:hover {

  padding-left: 35px;

  }


  /* Number */

  .gate-number {

  font-family: var(--font-body);

  font-size: var(--font-size);

  color: #174d20;

  }


  /* Info */

.gate-info>span {

  display: block;

  margin-bottom: 7px;

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #174d20;

  }


  .gate-info h3 {

  margin: 0 0 7px;

  font-weight: 400;

  }


  .gate-info p {

  max-width: 500px;

  margin: 0;

  font-size: var(--font-size);

  line-height: 1.7;

  color: #7a7d75;

  }


  /* Booking */

  .gate-action {

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 3px;
  white-space: nowrap;
  background: none;
}


  .gate-action span {

  font-size: var(--font-size);

  letter-spacing: 2px;

  color: #174d20;

  }


  .gate-action i {

  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #aaa89e;

  border-radius: 50%;

  transition: .3s ease;

  }


  .gate-item:hover .gate-action i {

  background: #293329;

  color: #fff;

  border-color: #293329;

  transform: rotate(45deg);

  }


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

  @media (max-width: 767px) {

  .gate-explorer {

    padding: 80px 0;

  }

  .gate-explorer-heading {

    grid-template-columns: 1fr;

    gap: 25px;

  }


  .gate-item {

    grid-template-columns: 40px 1fr;

    gap: 15px;

    padding: 25px 10px;

  }

  .gate-action {

    grid-column: 2;

    justify-content: flex-start;

  }

  }

.safari-booking-section {
  padding: 40px 0;
}

.safari-booking-card {
  max-width: 1100px;
  margin: auto;
}


  /* HEADER */

.booking-header {
    margin-bottom: 45px;
    text-align: center;
}

.booking-header > span {
    display: block;
    margin-bottom: 12px;
    font-size: var(--font-size);
    letter-spacing: 3px;
    color: #174d20;
}

.booking-header p {
    max-width: 500px;
    margin: 15px auto 0;
    font-size: var(--font-size);
    line-height: 1.7;
    color: #777b73;
}

  /* STEPPER */

.booking-stepper {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.booking-step {
  display: flex;
  align-items: center;
  gap: 12px;

  opacity: .4;
}

.booking-step.active {
  opacity: 1;
}

.booking-step>span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border: 1px solid #174d20;

  font-family: var(--font-body);
  font-size: var(--font-size);

  color: #174d20;
}

.booking-step strong {
  display: block;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 400;

  color: #293329;
}

.booking-step small {
  font-size: var(--font-size);
  color: #888;
}

.step-line {
  width: 100px;
  height: 1px;

  margin: 0 20px;

  background: #d3d0c5;
}


  /* FORM */

.booking-step-content {
  display: none;
}

.booking-step-content.active {
  display: block;
}


.booking-step-content label {
  display: block;

  margin-bottom: 8px;

  font-size: var(--font-size);
  font-weight: 600;
  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: #60665e;
}


.booking-input {
  width: 100%;
  min-height: 48px;

  padding: 10px 14px;

  border: 1px solid #cbc8bd;
  border-radius: 0;

  background: #fffdf8;

  font-size: var(--font-size);
  color: #293329;

  outline: none;
}

.booking-input:focus {
  border-color: #174d20;

  box-shadow:
    0 0 0 3px rgba(113, 128, 100, .10);
}

textarea.booking-input {
  min-height: 90px;
  resize: vertical;
}


  /* ACTIONS */

.booking-actions {
  display: flex;
  justify-content: flex-end;

  margin-top: 35px;
}

.booking-next,
.booking-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  min-height: 50px;

  padding: 0 25px;

  border: none;

  background: #293329;
  color: #fff;

  font-size: var(--font-size);
  font-weight: 600;
  letter-spacing: 1.5px;

  transition: .3s ease;
}

.booking-next:hover,
.booking-submit:hover {
  background: #174d20;
}


  /* BACK */

.booking-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-right: 10px;

  padding: 0 18px;

  border: 1px solid #cbc8bd;
  background: transparent;

  color: #293329;

  font-size: var(--font-size);
  letter-spacing: 1px;
}


  /* TERMS */

.booking-check {
  display: flex !important;
  align-items: flex-start;

  gap: 10px;

  margin-top: 12px;
}

.booking-check input {
  width: 16px;
  height: 16px;

  margin-top: 1px;

  accent-color: #293329;
}

.booking-check span {
  font-size: var(--font-size);
  line-height: 1.6;

  color: #777b73;
}


  /* FINAL BUTTONS */

.final-actions {
  margin-top: 0;

  justify-content: flex-end;
}


  /* MOBILE */

  @media (max-width: 767px) {

  .safari-booking-section {
    padding: 50px 20px;
  }

  .booking-stepper {
    margin-bottom: 30px;
  }

  .step-line {
    width: 40px;
    margin: 0 10px;
  }

  .booking-step strong {
    font-size: var(--font-size);
  }

  .booking-step small {
    display: none;
  }

  .final-actions {
    justify-content: flex-start;
    margin-top: 20px;
  }

  }

  /* =========================================================
   BOOKING OPTIONS
========================================================= */

.booking-options {
  padding: 60px 0;
}


  /* =========================================================
   SECTION HEADING
========================================================= */

.booking-options .section-heading {
text-align: center;
  margin-bottom: 20px;
}

.booking-options .section-heading>span {
  display: block;
  margin-bottom: 14px;

  color: #a27e42;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
}


.booking-options .section-heading p {
text-align: center;

  margin: 0;

  color: #6d756f;

  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   PLAN CARD
========================================================= */

.booking-plan {
  position: relative;

  display: flex;
  flex-direction: column;

  /* min-height: 420px; */

  padding: 15px;

  background: #ffffff;

  border: 1px solid #e2ded4;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.booking-plan:hover {
  transform: translateY(-5px);

  border-color: #b69a62;

  box-shadow:
    0 18px 45px rgba(30, 42, 35, .10);
}


/* =========================================================
   TOP
========================================================= */

.booking-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 20px;

  border-bottom: 1px solid #e9e6de;
}

.booking-plan-number {
  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);
  line-height: 1;
}

.booking-plan-label {
  padding: 7px 12px;

  color: #5b6e5d;

  background: #eef1ec;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.5px;
}


/* =========================================================
   BODY
========================================================= */

.booking-plan-body {
  display: flex;

  gap: 22px;

  flex: 1;

  padding: 28px 0;
}


/* =========================================================
   ICON
========================================================= */

.booking-plan-icon {
  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #072611;

  color: #f2b113;

  font-size: var(--font-size);
}


/* =========================================================
   INFO
========================================================= */

.booking-plan-info {
  min-width: 0;
}

.booking-plan-info h3 {
  margin: 0 0 8px;

  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);
  font-weight: 500;

  line-height: 1.2;
}

.booking-plan-info>p {
  max-width: 430px;

  margin: 0 0 22px;

  color: #707771;

  font-size: var(--font-size);

  line-height: 1.7;
}


/* =========================================================
   FEATURES
========================================================= */

.booking-plan-features {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 11px 20px;
}

.booking-plan-features span {
  display: flex;
  align-items: flex-start;

  gap: 7px;

  color: #5f6862;

  font-size: var(--font-size);

  line-height: 1.5;
}

.booking-plan-features i {
  flex-shrink: 0;

  color: #638069;

  font-size: var(--font-size);
}


/* =========================================================
   BOTTOM
========================================================= */

.booking-plan-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-top: 20px;

  border-top: 1px solid #e9e6de;
}

.booking-plan-bottom>span {
  color: #8a918c;

  font-size: var(--font-size);
}

.booking-plan-bottom a {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 12px 17px;

  background: #072611;

  color: #ffffff;

  font-size: var(--font-size);
  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  transition: .25s ease;
}

.booking-plan-bottom a:hover {
  background: #536957;

  color: #ffffff;
}

.booking-plan-bottom a i {
  font-size: var(--font-size);
}


/* =========================================================
   TATKAL PLAN
========================================================= */

.tatkal-plan {
  background: #072611;

  border-color: #072611;
}

.tatkal-plan:hover {
  border-color: #c3a15d;
}


/* top */

.tatkal-plan .booking-plan-top {
  border-color: rgba(255, 255, 255, .12);
}

.tatkal-plan .booking-plan-number {
  color: #ffffff;
}

.tatkal-plan .booking-plan-label {
  background: rgba(202, 169, 99, .14);

  color: #d5b873;
}


/* icon */

.tatkal-plan .booking-plan-icon {
  background: #d0b16b;

  color: #072611;
}


/* content */

.tatkal-plan .booking-plan-info h3 {
  color: #ffffff;
}

.tatkal-plan .booking-plan-info>p {
  color: rgba(255, 255, 255, .65);
}


/* features */

.tatkal-plan .booking-plan-features span {
  color: rgba(255, 255, 255, .70);
}

.tatkal-plan .booking-plan-features i {
  color: #f2b113;
}


/* bottom */

.tatkal-plan .booking-plan-bottom {
  border-color: rgba(255, 255, 255, .12);
}

.tatkal-plan .booking-plan-bottom>span {
  color: rgba(255, 255, 255, .45);
}

.tatkal-plan .booking-plan-bottom a {
  background: #d0b16b;

  color: #072611;
}

.tatkal-plan .booking-plan-bottom a:hover {
  background: #ffffff;

  color: #072611;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .booking-options {
    padding: 80px 0;
  }

  .booking-plan {
    min-height: auto;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .booking-options {
    padding: 65px 0;
  }

  .booking-options .section-heading {
    margin-bottom: 35px;
  }

  .booking-plan {
    padding: 20px;
  }

  .booking-plan-body {
    gap: 15px;

    padding: 22px 0;
  }

  .booking-plan-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    font-size: var(--font-size);
  }

  .booking-plan-info h3 {
    font-size: var(--font-size);
  }

  .booking-plan-features {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .booking-plan-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-plan-bottom a {
    width: 100%;

    justify-content: center;
  }

}

.booking-options .booking-plans {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* =========================================================
   BOOKING PROCESS
========================================================= */

.booking-process {
  padding: 60px 0;
}


/* =========================================================
   HEADER
========================================================= */

.booking-process .process-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.booking-process .process-heading-left {
    width: 100%;
}

.booking-process .process-header p {
    max-width: 600px;
    margin: 0 auto;
}
.process-heading-left {
  max-width: 600px;
}

.process-label {
  display: block;

  margin-bottom: 16px;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
}




.process-intro {
  max-width: 400px;

  margin: 0;

  color: rgba(255, 255, 255, .62);

  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   PROCESS FLOW
========================================================= */

.process-flow {
  display: flex;
  align-items: stretch;

  width: 100%;
}


/* =========================================================
   PROCESS STEP
========================================================= */

.process-step {
  position: relative;

  flex: 1;

  min-width: 0;

  padding: 30px 28px;

  background: rgba(255, 255, 255, .045);

  border: 1px solid rgb(20 19 19 / 46%);

  transition:
    background .3s ease,
    transform .3s ease,
    border-color .3s ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, .08);

  border-color: rgba(209, 180, 109, .55);

  transform: translateY(-5px);
}


/* =========================================================
   TOP
========================================================= */

.process-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 30px;
}

.process-number {
  color: #000;

  font-family: var(--font-body);

  font-size: var(--font-size);
  line-height: 1;
}


/* =========================================================
   ICON
========================================================= */

.process-icon {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f2b113;

  color: #072611;

  font-size: var(--font-size);

  border-radius: 50%;
}


/* =========================================================
   CONTENT
========================================================= */

.process-small {
  display: block;

  margin-bottom: 9px;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.8px;
}

.process-step-content h3 {
  margin: 0 0 12px;

  font-family: var(--font-body);

  font-size: var(--font-size);
  font-weight: 500;
}

.process-step-content p {
  margin: 0;

  font-size: var(--font-size);

  line-height: 1.7;
}


/* =========================================================
   CONNECTOR
========================================================= */

.process-connector {
  flex: 0 0 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #f2b113;

  font-size: var(--font-size);
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.process-note {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 30px;
  padding: 15px 18px;

  background: rgba(255, 255, 255, .04);
  border: 1px solid rgb(0 0 0 / 37%);


  font-size: var(--font-size);
}

.process-note i {
  color: #f2b113;

  font-size: var(--font-size);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .booking-process {
    padding: 80px 0;
  }

  .booking-process .process-header {
    align-items: flex-start;
    flex-direction: column;

    gap: 25px;

    margin-bottom: 45px;
  }

  .process-intro {
    max-width: 600px;
  }

  .process-flow {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;
  }

  .process-connector {
    display: none;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .booking-process {
    padding: 65px 0;
  }

  .process-flow {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .process-step {
    padding: 24px;
  }

  .process-step-top {
    margin-bottom: 22px;
  }

  .process-icon {
    width: 48px;
    height: 48px;

    font-size: var(--font-size);
  }

  .process-number {
    font-size: var(--font-size);
  }

  .process-note {
    align-items: flex-start;
  }

}

/* ============================================================
   SAFARI FEE CHART
============================================================ */

.fee-chart-section {
  position: relative;
  padding: 60px 0;
  color: #072611;
  overflow: hidden;
}


/* ============================================================
   HEADER
============================================================ */

.fee-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;

  margin-bottom: 20px;
}

.fee-heading>div {
  flex: 1;
}

.fee-heading span {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  color: #68717d;
}

.fee-heading span::before {
  content: "";

  width: 34px;
  height: 1px;

  background: #072611;
}





.fee-heading h2 em {
  display: inline;


  font-weight: 500;

  color: #6f7770;
}


/* ============================================================
   TABLE WRAPPER
============================================================ */

.safari-fee-table {
  width: 100%;

  border: 1px solid #d8d6d0;
  background: #fff;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ============================================================
   TABLE
============================================================ */

.safari-fee-table table {
  width: 100%;
  min-width: 850px;

  margin: 0;

  border-collapse: collapse;

  font-family: var(--font-body);
}


/* ============================================================
   TABLE HEADER
============================================================ */

.safari-fee-table thead {
  background: #072611;
}

.safari-fee-table th {
  padding: 20px 24px;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;

  text-align: left;

  color: #fff;

  white-space: nowrap;
}

.safari-fee-table th:last-child {
  border-right: 0;
}


/* ============================================================
   TABLE BODY
============================================================ */

.safari-fee-table td {
  padding: 24px;

  border-right: 1px solid #e5e3de;
  border-bottom: 1px solid #e5e3de;

  font-size: var(--font-size);
  line-height: 1.5;

  color: #606976;

  vertical-align: middle;
}

.safari-fee-table td:last-child {
  border-right: 0;
}

.safari-fee-table tbody tr:last-child td {
  border-bottom: 0;
}


/* Safari name */

.safari-fee-table td strong {
  display: block;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 600;

  color: #072611;
}


/* ============================================================
   BOOKING TYPE
============================================================ */

.safari-fee-table td:nth-child(2) {
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  color: #6c756d;
}


/* ============================================================
   PRICE
============================================================ */

.safari-fee-table td:nth-child(3),
.safari-fee-table td:nth-child(4) {
  font-size: var(--font-size);
  font-weight: 700;

  color: #072611;

  white-space: nowrap;
}


/* ============================================================
   REMARKS
============================================================ */

.safari-fee-table td:last-child {
  font-size: var(--font-size);

  color: #7a8189;
}


/* ============================================================
   ROW HOVER
============================================================ */

.safari-fee-table tbody tr {
  transition: background 0.25s ease;
}

.safari-fee-table tbody tr:hover {
  background: #faf9f6;
}


/* ============================================================
   TATKAL ROW
============================================================ */


.safari-fee-table tbody tr.tatkal-row:hover {
  background: #f3ecdc;
}

.safari-fee-table tr.tatkal-row td:nth-child(2) {
  color: #9a6b24;
}

.safari-fee-table tr.tatkal-row td:nth-child(2)::before {
  content: "●";

  display: inline-block;

  margin-right: 7px;

  font-size: var(--font-size);
  vertical-align: middle;
}


/* ============================================================
   VERTICAL ALIGNMENT
============================================================ */

.safari-fee-table th:nth-child(3),
.safari-fee-table th:nth-child(4),
.safari-fee-table td:nth-child(3),
.safari-fee-table td:nth-child(4) {
  text-align: center;
}


/* ============================================================
   FEE NOTE
============================================================ */

.fee-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  margin-top: 22px;
  padding: 18px 22px;

  border-left: 3px solid #072611;

  background: #ebe9e3;
}

.fee-note i {
  flex: 0 0 auto;

  margin-top: 2px;

  font-size: var(--font-size);

  color: #072611;
}

.fee-note p {
  margin: 0;

  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1.7;

  color: #68717d;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

  .fee-chart-section {
    padding: 85px 0;
  }

  .fee-heading {
    align-items: flex-start;
    flex-direction: column;

    gap: 25px;

    margin-bottom: 45px;
  }

  .fee-heading>p {
    max-width: 600px;
  }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

  .fee-chart-section {
    padding: 70px 0;
  }

  .fee-heading {
    margin-bottom: 35px;
    gap: 20px;
  }

  .fee-heading span {
    font-size: var(--font-size);
    letter-spacing: 2px;
  }


  .fee-heading>p {
    font-size: var(--font-size);
    line-height: 1.7;
  }


  /* Horizontal scrolling table */

  .safari-fee-table {
    border-radius: 0;

    scrollbar-width: thin;
  }

  .safari-fee-table table {
    min-width: 820px;
  }

  .safari-fee-table th {
    padding: 17px 18px;

    font-size: var(--font-size);
    letter-spacing: 1.4px;
  }

  .safari-fee-table td {
    padding: 20px 18px;

    font-size: var(--font-size);
  }

  .safari-fee-table td strong {
    font-size: var(--font-size);
  }

  .safari-fee-table td:nth-child(3),
  .safari-fee-table td:nth-child(4) {
    font-size: var(--font-size);
  }


  /* Note */

  .fee-note {
    padding: 16px 17px;
    gap: 12px;
  }

  .fee-note p {
    font-size: var(--font-size);
  }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

  .fee-chart-section {
    padding: 60px 0;
  }

  .fee-heading h2 {
    font-size: var(--font-size);
  }

  .fee-heading span {
    margin-bottom: 14px;
  }

  .fee-note {
    align-items: flex-start;
  }

  .fee-note i {
    font-size: var(--font-size);
  }

}


/* ============================================================
   LAYOUT
============================================================ */

.rules-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}


/* ============================================================
   INTRO
============================================================ */

.rules-intro {
  position: sticky;
  top: 100px;
}

.rules-intro>span {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 20px;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  color: #69727d;
}

.rules-intro>span::before {
  content: "";

  width: 34px;
  height: 1px;

  background: #072611;
}


.rules-intro h2 {
  margin: 0 0 28px;
  display: flex;
  white-space: nowrap;
  gap: 12px;
  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -1.5px;

  color: #072611;
}

.rules-intro h2 em {
  display: block;


  font-weight: 500;

  color: #6d756e;
}


.rules-intro p {
  max-width: 410px;

  margin: 0;

  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1.85;

  color: #68717d;
}



/* Number */

.rule-item>span {
  display: flex;
  align-items: flex-start;

  padding-top: 3px;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1.5px;

  color: #8b918f;
}


/* Content */

.rule-item h3 {
  margin: 0 0 9px;

  font-family: var(--font-body);
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 1.25;

  color: #072611;
}


.rule-item p {
  max-width: 560px;

  margin: 0;

  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1.75;

  color: #707780;
}


/* ============================================================
   NUMBER DECORATION
============================================================ */

.rule-item>span::after {
  content: "";

  display: block;

  width: 5px;
  height: 5px;

  margin-top: 8px;
  margin-left: 8px;

  border-radius: 50%;

  background: #072611;

  opacity: 0.3;
}


/* ============================================================
   HOVER
============================================================ */

.rule-item:hover {
  padding-left: 18px;

  background: rgba(39, 49, 66, 0.035);
}


.rule-item:hover>span {
  color: #072611;
}


.rule-item:hover>span::after {
  opacity: 1;
}


.rule-item:hover h3 {
  color: #1f2937;
}


/* ============================================================
   FIRST / LAST ITEM
============================================================ */

.rule-item:first-child {
  padding-top: 35px;
}

.rule-item:last-child {
  padding-bottom: 35px;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

  .permit-rules-section {
    padding: 90px 0;
  }

  .rules-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .rules-intro {
    position: static;
  }

  .rules-intro p {
    max-width: 600px;
  }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

  .permit-rules-section {
    padding: 70px 0;
  }

  .rules-layout {
    gap: 40px;
  }


  /* Intro */

  .rules-intro>span {
    font-size: var(--font-size);
    letter-spacing: 2px;
  }

  .rules-intro h2 {
    margin-bottom: 20px;

    font-size: var(--font-size);
    line-height: 1.08;
  }

  .rules-intro p {
    font-size: var(--font-size);
    line-height: 1.7;
  }


  /* Rules */

  .rule-item {
    grid-template-columns: 42px 1fr;
    gap: 15px;

    padding: 25px 0;
  }

  .rule-item:first-child {
    padding-top: 28px;
  }

  .rule-item:last-child {
    padding-bottom: 28px;
  }


  .rule-item>span {
    font-size: var(--font-size);
    letter-spacing: 1px;
  }

  .rule-item>span::after {
    width: 4px;
    height: 4px;

    margin-left: 6px;
    margin-top: 7px;
  }


  .rule-item h3 {
    margin-bottom: 8px;

    font-size: var(--font-size);
    line-height: 1.3;
  }

  .rule-item p {
    font-size: var(--font-size);
    line-height: 1.7;
  }


  /* Disable large desktop hover movement */

  .rule-item:hover {
    padding-left: 0;
    background: transparent;
  }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

  .permit-rules-section {
    padding: 60px 0;
  }

  .rules-intro h2 {
    font-size: var(--font-size);
  }

  .rule-item {
    grid-template-columns: 35px 1fr;
    gap: 12px;
  }

  .rule-item h3 {
    font-size: var(--font-size);
  }

  .rule-item p {
    font-size: var(--font-size);
  }

}

/* =========================================================
   ID PROOF / DOCUMENTS REQUIRED
========================================================= */

.id-proof-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

/* Subtle background decoration */
.id-proof-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(39, 49, 66, 0.08);
  border-radius: 50%;
  top: -180px;
  right: -140px;
}

.id-proof-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(39, 49, 66, 0.06);
  border-radius: 50%;
  bottom: -140px;
  left: -100px;
}


/* =========================================================
   MAIN CARD
========================================================= */

.id-proof-card {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;

  max-width: 1100px;
  margin: 0 auto;

  padding: 65px 70px;

  background: #072611;
  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 25px 60px rgba(39, 49, 66, 0.18);

  overflow: hidden;
}


/* Decorative vertical line */
.id-proof-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;

  background: #b89b5e;
}


/* Decorative circle */
.id-proof-card::after {
  content: "";
  position: absolute;

  width: 300px;
  height: 300px;

  right: -140px;
  bottom: -180px;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}


/* =========================================================
   ICON
========================================================= */

.id-proof-icon {
  width: 130px;
  height: 130px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.18);

  background: rgba(255, 255, 255, 0.04);

  color: #d2b878;

  font-size: var(--font-size);

  position: relative;
}


/* Icon inner border */
.id-proof-icon::before {
  content: "";

  position: absolute;

  inset: 12px;

  border: 1px solid rgba(210, 184, 120, 0.25);
}


/* =========================================================
   CONTENT
========================================================= */

.id-proof-content {
  position: relative;
  z-index: 3;
}

.id-proof-content>span {
  display: block;

  margin-bottom: 15px;

  color: #d2b878;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
  text-transform: uppercase;
}


/* Heading */

.id-proof-content h2 {
  margin: 0 0 18px;

  color: #ffffff;

  font-family: var(--font-body);

  font-size: var(--font-size);
  line-height: 1.05;
  font-weight: 500;

  letter-spacing: -1px;
}

.id-proof-content h2 em {
  color: #d2b878;

}


/* Description */

.id-proof-content>p {
  max-width: 720px;

  margin: 0 0 32px;

  color: rgba(255, 255, 255, 0.68);

  font-size: var(--font-size);
  line-height: 1.8;
}


/* =========================================================
   DOCUMENT LIST
========================================================= */

.id-proof-list {
  display: grid;

  grid-template-columns: repeat(2, minmax(180px, 1fr));

  gap: 12px 30px;

  max-width: 650px;

  margin-bottom: 28px;
}


.id-proof-list>div {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 13px 0;

  color: rgba(255, 255, 255, 0.88);

  font-size: var(--font-size);
  font-weight: 500;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}


.id-proof-list>div:hover {
  color: #d2b878;
  padding-left: 6px;
}


.id-proof-list i {
  color: #d2b878;

  font-size: var(--font-size);

  flex-shrink: 0;
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.id-proof-content small {
  display: block;

  max-width: 650px;

  padding-top: 20px;

  color: rgba(255, 255, 255, 0.48);

  font-size: var(--font-size);
  line-height: 1.7;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .id-proof-section {
    padding: 85px 0;
  }

  .id-proof-card {
    grid-template-columns: 120px 1fr;

    gap: 40px;

    padding: 50px 45px;
  }

  .id-proof-icon {
    width: 110px;
    height: 110px;

    font-size: var(--font-size);
  }

  .id-proof-content h2 {
    font-size: var(--font-size);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .id-proof-section {
    padding: 65px 0;
  }

  .id-proof-card {
    display: block;

    padding: 40px 28px;

    margin: 0 12px;
  }

  /* Icon */

  .id-proof-icon {
    width: 85px;
    height: 85px;

    margin-bottom: 30px;

    font-size: var(--font-size);
  }

  .id-proof-icon::before {
    inset: 8px;
  }

  /* Heading */

  .id-proof-content h2 {
    font-size: var(--font-size);

    letter-spacing: -0.5px;
  }

  .id-proof-content>p {
    font-size: var(--font-size);
    line-height: 1.75;
  }

  /* Documents */

  .id-proof-list {
    grid-template-columns: 1fr;

    gap: 0;

    margin-bottom: 25px;
  }

  .id-proof-list>div {
    padding: 14px 0;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .id-proof-section {
    padding: 50px 0;
  }

  .id-proof-card {
    padding: 35px 22px;
  }

  .id-proof-content>span {
    font-size: var(--font-size);
    letter-spacing: 2px;
  }

  .id-proof-content h2 {
    font-size: var(--font-size);
    line-height: 1.1;
  }

  .id-proof-content>p {
    font-size: var(--font-size);
  }

  .id-proof-list>div {
    font-size: var(--font-size);
  }

  .id-proof-content small {
    font-size: var(--font-size);
  }

}

/* =========================================================
   IMPORTANT BOOKING NOTICE
========================================================= */

.booking-notice {
  position: relative;
  padding: 75px 0;

  overflow: hidden;
}


/* =========================================================
   NOTICE BOX
========================================================= */

.notice-box {
  position: relative;

  display: grid;
  grid-template-columns: 80px 1fr;

  align-items: start;
  gap: 28px;

  max-width: 1050px;
  margin: 0 auto;

  padding: 25px 25px;

  border-left: 4px solid #174d20;

  box-shadow:
    0 18px 45px rgba(39, 49, 66, 0.12);

  overflow: hidden;
}


/* Decorative circle */

.notice-box::after {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  right: -120px;
  top: -150px;

  border: 1px solid rgba(255, 255, 255, 0.07);

  border-radius: 50%;
}


/* =========================================================
   NOTICE ICON
========================================================= */

.notice-icon {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #b69133;

  font-size: var(--font-size);

  border: 1px solid rgba(210, 184, 120, 0.35);

  background: rgba(210, 184, 120, 0.06);

  position: relative;
  z-index: 2;
}

.doc-para {
  color: #000000;
}

/* Inner icon border */

.notice-icon::before {
  content: "";

  position: absolute;

  inset: 7px;

  border: 1px solid rgba(210, 184, 120, 0.15);
}


/* =========================================================
   NOTICE CONTENT
========================================================= */

.notice-box>div:last-child {
  position: relative;
  z-index: 2;
}

.notice-box span {
  display: block;

  margin-bottom: 8px;

  color: #174d20;

  font-weight: 700;

  letter-spacing: 2.5px;
  text-transform: uppercase;
}


.notice-box h3 {
  margin: 0 0 20px;

  color: #000000;

  font-weight: 500;

  line-height: 1.2;
}


/* =========================================================
   NOTICE LIST
========================================================= */

.notice-box ul {
  list-style: none;

  padding: 0;
  margin: 0;

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 0 35px;
}


.notice-box li {
  position: relative;

  padding: 12px 0 12px 22px;

  color: rgba(255, 255, 255, 0.68);

  font-size: var(--font-size);
  line-height: 1.6;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}





/* =========================================================
   HOVER
========================================================= */

.notice-box li {
  color: #000000;

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.notice-box li:hover {
  color: rgba(12, 12, 12, 0.92);

  padding-left: 26px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .booking-notice {
    padding: 65px 0;
  }

  .notice-box {
    margin: 0 15px;

    padding: 35px;

    grid-template-columns: 70px 1fr;

    gap: 24px;
  }

  .notice-box ul {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .booking-notice {
    padding: 55px 0;
  }

  .notice-box {
    display: block;

    margin: 0 12px;

    padding: 32px 25px;

    border-left-width: 3px;
  }

  .notice-icon {
    width: 55px;
    height: 55px;

    margin-bottom: 24px;

    font-size: var(--font-size);
  }

  .notice-box h3 {
    font-size: var(--font-size);

    margin-bottom: 18px;
  }

  .notice-box li {
    font-size: var(--font-size);

    padding: 11px 0 11px 20px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .booking-notice {
    padding: 45px 0;
  }

  .notice-box {
    padding: 28px 20px;
  }

  .notice-box span {
    font-size: var(--font-size);
    letter-spacing: 2px;
  }

  .notice-box h3 {
    font-size: var(--font-size);
  }

  .notice-box li {
    font-size: var(--font-size);
  }

}

/* =========================================================
   FINAL SAFARI CTA
========================================================= */

.final-safari-cta {
  position: relative;

  padding: 120px 0;

 background: #072611;

  overflow: hidden;
}


/* Large decorative circle */

.final-safari-cta::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;

  border: 1px solid rgba(210, 184, 120, 0.12);

  border-radius: 50%;

  top: -360px;
  left: 50%;

  transform: translateX(-50%);
}


/* Second decorative circle */

.final-safari-cta::after {
  content: "";

  position: absolute;

  width: 400px;
  height: 400px;

  border: 1px solid rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  right: -220px;
  bottom: -250px;
}


/* =========================================================
   CTA INNER
========================================================= */

.cta-inner {
  position: relative;
  z-index: 2;

  max-width: 800px;

  margin: 0 auto;

  text-align: center;
}


/* =========================================================
   EYEBROW
========================================================= */

.cta-inner>span {
  display: inline-block;

  margin-bottom: 20px;

  color: #d2b878;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 3px;

  text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.cta-inner h2 {
  margin: 0;

  color: #ffffff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 500;

  line-height: 1.05;

  letter-spacing: -1.5px;
}


.cta-inner h2 em {
  display: block;

  color: #d2b878;



  font-weight: 500;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.cta-inner p {
  max-width: 600px;

  margin: 25px auto 35px;

  color: rgba(255, 255, 255, 0.62);

  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.cta-inner a {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  min-height: 54px;

  padding: 0 28px;

  color: #273142;

  background: #d2b878;

  border: 1px solid #d2b878;

  text-decoration: none;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.cta-inner a i {
  font-size: var(--font-size);

  transition: transform 0.3s ease;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

.cta-inner a:hover {
  color: #ffffff;

  background: transparent;

  transform: translateY(-3px);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18);
}


.cta-inner a:hover i {
  transform: translate(3px, -3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .final-safari-cta {
    padding: 95px 0;
  }

  .cta-inner {
    padding: 0 25px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .final-safari-cta {
    padding: 80px 0;
  }

  .cta-inner {
    padding: 0 20px;
  }

  .cta-inner>span {
    font-size: var(--font-size);

    letter-spacing: 2.2px;

    margin-bottom: 16px;
  }

  .cta-inner h2 {
    font-size: var(--font-size);

    letter-spacing: -0.8px;
  }

  .cta-inner p {
    margin-top: 20px;

    font-size: var(--font-size);

    line-height: 1.7;
  }

  .cta-inner a {
    width: 100%;

    max-width: 280px;

    min-height: 52px;

    padding: 0 20px;

    font-size: var(--font-size);
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .final-safari-cta {
    padding: 65px 0;
  }

  .cta-inner h2 {
    font-size: var(--font-size);
  }

  .cta-inner p {
    font-size: var(--font-size);
  }

}

/* =========================================================
   PERMIT RULES SECTION
========================================================= */

.permit-rules-section {
  /* padding: 60px 0; */
  background: #f4f2ec;
}


/* =========================================================
   MAIN SECTION HEADING
========================================================= */

.permit-section-heading {
  
  margin-bottom: 15px;
}

.permit-section-heading>span {
  display: block;

  margin-bottom: 15px;

  color: #000000;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
}

.permit-section-heading h2 {
  margin: 0 0 18px;

  color: #072611;

  font-weight: 500;
text-align: center;
  line-height: 1.05;
}

.permit-section-heading h2 em {
  color: #627562;


}

.permit-section-heading p {
  max-width: 580px;

  margin: 0;

  color: #70776f;

  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   IMAGE + RULES
========================================================= */

.rules-layout {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 55px;

  align-items: stretch;
}


/* =========================================================
   IMAGE
========================================================= */

.rules-visual {
  position: relative;

  min-height: 610px;

  overflow: hidden;

  background: #072611;
}

.rules-visual img {
  width: 100%;
  height: 100%;

  position: absolute;

  inset: 0;

  object-fit: cover;

  transition: transform .7s ease;
}

.rules-visual:hover img {
  transform: scale(1.04);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.rules-visual-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(22, 31, 27, .95),
      rgba(22, 31, 27, .25) 65%,
      rgba(22, 31, 27, .05));
}


/* =========================================================
   IMAGE CAPTION
========================================================= */

.rules-visual-caption {
  position: absolute;

  left: 35px;
  right: 35px;
  bottom: 35px;

  z-index: 2;
}

.rules-visual-caption>span {
  display: block;

  margin-bottom: 12px;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2px;
}

.rules-visual-caption h3 {
  margin: 0 0 12px;

  color: #fff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 500;
}

.rules-visual-caption h3 em {
  color: #f2b113;


}

.rules-visual-caption p {
  max-width: 400px;

  margin: 0;

  color: rgba(255, 255, 255, .65);

  font-size: var(--font-size);

  line-height: 1.7;
}


/* =========================================================
   RULE LIST
========================================================= */

.rules-list {
  display: flex;
  flex-direction: column;

  justify-content: center;

  border-top: 1px solid #d9d6cd;
}


/* =========================================================
   RULE
========================================================= */

.rule-item {
  display: grid;

  grid-template-columns: 45px 1fr 40px;

  align-items: center;

  gap: 18px;

  padding: 26px 0;

  border-bottom: 1px solid #d9d6cd;

  transition: .3s ease;
}

.rule-item:hover {
  padding-left: 15px;
  padding-right: 15px;

  background: #ebe9e1;
}


/* NUMBER */

.rule-item>span {
  color: #f1ab00;

  font-family: var(--font-body);

  font-size: var(--font-size);
}


/* TITLE */

.rule-item h3 {
  margin: 0 0 7px;

  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 500;
}


/* DESCRIPTION */

.rule-item p {
  max-width: 500px;

  margin: 0;

  color: #727870;

  font-size: var(--font-size);

  line-height: 1.65;
}


/* ICON */

.rule-icon {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #e4e8e0;

  color: #627562;

  border-radius: 50%;

  transition: .3s ease;
}

.rule-item:hover .rule-icon {
  background: #072611;

  color: #f2b113;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .permit-rules-section {
    padding: 80px 0;
  }

  .rules-layout {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .rules-visual {
    min-height: 500px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .permit-rules-section {
    padding: 65px 0;
  }

  .permit-section-heading {
    margin-bottom: 35px;
  }

  .permit-section-heading h2 {
    font-size: var(--font-size);
  }

  .rules-visual {
    min-height: 450px;
  }

  .rules-visual-caption {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .rules-visual-caption h3 {
    font-size: var(--font-size);
  }

  .rule-item {
    grid-template-columns: 35px 1fr;

    gap: 12px;

    padding: 22px 0;
  }

  .rule-icon {
    display: none;
  }

}

/* =========================================================
   WHERE TO STAY — DETAIL DIRECTORY
========================================================= */

.stay-directory {
  padding: 50px 45px;

  background: #f4f2ec;
}


/* =========================================================
   HEADING
========================================================= */

.stay-directory-heading {
  /* max-width: 760px; */
  margin-bottom: 25px;
}

.stay-directory-heading>span {
  display: block;
  margin-bottom: 14px;

  color: #000000;

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2.5px;
}

.stay-directory-heading h2 {
  margin: 0 0 18px;
text-align: center;
  color: #273142;

  font-weight: 500;
  line-height: 1.05;
}

.stay-directory-heading h2 em {
  color: #627562;

}

.stay-directory-heading p {
  /* max-width: 650px; */
text-align: center;
  margin: 0;

  color: #737970;

  font-size: var(--font-size);
  line-height: 1.8;
}


/* =========================================================
   FILTER
========================================================= */

.stay-directory-filter {
  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr 1fr;

  gap: 10px;

  margin-bottom: 18px;

  padding: 12px;

}

.stay-search-box {
  position: relative;
}

.stay-search-box i {
  position: absolute;

  top: 50%;
  left: 15px;

  transform: translateY(-50%);

  color: #c4a968;
}

.stay-search-box input,
.stay-directory-filter select {
  width: 100%;
  height: 48px;

  padding: 0 15px;

  background: #000000;

  border: 1px solid rgba(255, 255, 255, .1);

  border-radius: 0;

  outline: none;

  color: #fff;

  font-family: var(--font-body);
  font-size: var(--font-size);
}

.stay-search-box input {
  padding-left: 40px;
}

.stay-search-box input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.stay-directory-filter select {
  cursor: pointer;
}

.stay-directory-filter select option {
  background: #072611;
  color: #fff;
}


/* =========================================================
   RESULT HEADER
========================================================= */

.stay-result-header {
  display: flex;

  justify-content: space-between;

  padding: 18px 0;

  color: #858a83;

  font-size: var(--font-size);
}

.stay-result-header strong {
  color: #072611;
}


/* =========================================================
   DETAIL CARD
========================================================= */

.stay-detail-card {
  display: grid;

  grid-template-columns: 48% 52%;

  margin-bottom: 30px;

  background: #fff;

  border: 1px solid #dfdcd3;

  overflow: hidden;

  transition:
    box-shadow .3s ease,
    transform .3s ease;
}

.stay-detail-card:hover {
  box-shadow: 0 18px 45px rgba(39, 49, 66, .09);

  transform: translateY(-2px);
}


/* =========================================================
   GALLERY
========================================================= */

.stay-gallery {
  padding: 15px;

  background: #ebe9e2;
}

.stay-main-image {
  position: relative;

  height: 365px;

  overflow: hidden;
}

.stay-main-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform .6s ease;
}

.stay-detail-card:hover .stay-main-image img {
  transform: scale(1.03);
}


/* =========================================================
   IMAGE BADGE
========================================================= */

.stay-image-badge {
  position: absolute;

  left: 18px;
  bottom: 18px;

  padding: 8px 11px;

  background: #072611;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.5px;
}

.stay-image-badge.private {
  background: #627562;
  color: #fff;
}


/* =========================================================
   THUMBNAILS
========================================================= */

.stay-thumbnails {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr auto;

  gap: 7px;

  margin-top: 7px;
}

.stay-thumbnails img {
  width: 100%;
  height: 70px;

  object-fit: cover;

  opacity: .75;

  cursor: pointer;

  transition: opacity .25s ease;
}

.stay-thumbnails img:hover {
  opacity: 1;
}

.stay-thumbnails button {
  min-width: 105px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 6px;

  background: #072611;

  border: 0;

  color: #fff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  cursor: pointer;

  transition: background .25s ease;
}

.stay-thumbnails button:hover {
  background: #627562;
}

.stay-thumbnails button i {
  color: #f2b113;
}


/* =========================================================
   CONTENT
========================================================= */

.stay-detail-content {
  display: flex;

  flex-direction: column;

  padding: 35px 40px;
}


/* =========================================================
   TOP
========================================================= */

.stay-detail-top {
  display: flex;

  justify-content: space-between;

  gap: 20px;

  margin-bottom: 24px;
}

.stay-detail-type {
  display: block;

  margin-bottom: 8px;

  color: #000000;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.7px;
}

.stay-detail-top h3 {
  margin: 0;

  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 500;

  line-height: 1.2;
}

.stay-number {
  color: #c7c3b9;

  font-family: var(--font-body);

  font-size: var(--font-size);
}


/* =========================================================
   LOCATION
========================================================= */

.stay-detail-location {
  display: flex;

  gap: 12px;

  padding: 15px;

  margin-bottom: 20px;

}

.stay-detail-location>i {
  color: #000000;

  font-size: var(--font-size);
}

.stay-detail-location strong {
  display: block;

  margin-bottom: 3px;

  color: #072611;

  font-size: var(--font-size);
}

.stay-detail-location span {
  color: #81867f;

  font-size: var(--font-size);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.stay-detail-description {
  margin: 0 0 22px;

  color: #737970;

  font-size: var(--font-size);

  line-height: 1.75;
}


/* =========================================================
   INFORMATION
========================================================= */

.stay-information {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  padding: 17px 0;

  margin-bottom: 18px;

  border-top: 1px solid #dedbd3;
  border-bottom: 1px solid #dedbd3;
}

.stay-information>div {
  padding-left: 15px;

  border-left: 1px solid #dedbd3;
}

.stay-information>div:first-child {
  padding-left: 0;

  border-left: 0;
}

.stay-information span {
  display: block;

  margin-bottom: 5px;

  color: #969a93;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1px;
}

.stay-information strong {
  color: #072611;

  font-size: var(--font-size);
}


/* =========================================================
   FACILITIES
========================================================= */

.stay-facilities {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-bottom: auto;

  padding-bottom: 25px;
}

.stay-facilities span {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  padding: 7px 10px;

  background: #f2f0e9;

  color: #687068;

  font-size: var(--font-size);
}

.stay-facilities i {
  color: #000000;
}


/* =========================================================
   ACTIONS
========================================================= */

.stay-detail-actions {
  display: flex;

  gap: 10px;

  padding-top: 20px;

  border-top: 1px solid #dedbd3;
}

.stay-location-btn,
.stay-details-btn {
  min-height: 42px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 0 17px;

  font-size: var(--font-size);
  font-weight: 700;

  text-decoration: none;

  transition: .25s ease;
}

.stay-location-btn {
  border: 1px solid #d5d1c8;

  color: #072611;
}

.stay-location-btn i {
  color: #000000;
}

.stay-location-btn:hover {
  background: #f2f0e9;

  color: #072611;
}

.stay-details-btn {
  background: #000000;

  color: #fff;
}

.stay-details-btn i {
  color: #f2b113;
}

.stay-details-btn:hover {
  background: #072611;

  color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .stay-directory {
    padding: 80px 0;
  }

  .stay-directory-filter {
    grid-template-columns: 1fr 1fr;
  }

  .stay-detail-card {
    grid-template-columns: 1fr;
  }

  .stay-main-image {
    height: 420px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .stay-directory {
    padding: 65px 0;
  }

  .stay-directory-heading h2 {
    font-size: var(--font-size);
  }

  .stay-directory-filter {
    grid-template-columns: 1fr;

    padding: 9px;
  }

  .stay-result-header {
    flex-direction: column;

    gap: 6px;
  }

  .stay-gallery {
    padding: 9px;
  }

  .stay-main-image {
    height: 300px;
  }

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

  .stay-thumbnails button {
    grid-column: 1 / -1;

    height: 42px;
  }

  .stay-detail-content {
    padding: 25px 20px;
  }

  .stay-detail-top h3 {
    font-size: var(--font-size);
  }

  .stay-information {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stay-information>div,
  .stay-information>div:first-child {
    padding-left: 0;

    border-left: 0;
  }

  .stay-detail-actions {
    flex-direction: column;
  }

  .stay-location-btn,
  .stay-details-btn {
    width: 100%;
  }

}

/* =========================================================
   CHOOSE YOUR BASE
========================================================= */

.stay-nodes-section {
  padding: 80px 40px;
  background: #072611;
}


/* =========================================================
   HEADER
========================================================= */

.stay-nodes-header {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: end;
  gap: 60px;

  margin-bottom: 25px;
}

.stay-nodes-header>div>span {
  display: block;

  margin-bottom: 14px;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
}

.stay-nodes-header h2 {
  margin: 0;

  color: #ffffff;

  font-family: var(--font-body);

  font-size: var(--font-size);
  font-weight: 400;

  line-height: 1.05;
}

.stay-nodes-header h2 em {
  color: #f1ab00;


}

.stay-nodes-header p {
  margin: 0;

  color: rgba(255, 255, 255, .58);

  font-size: var(--font-size);

  line-height: 1.8;
}


/* =========================================================
   GRID
========================================================= */

.stay-nodes-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}


/* =========================================================
   CARD
========================================================= */

.stay-node-card {
  background: #ffffff;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, .08);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.stay-node-card:hover {
  transform: translateY(-7px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, .25);
}


/* =========================================================
   IMAGE
========================================================= */

.stay-node-image {
  position: relative;

  height: 300px;

  overflow: hidden;
}

.stay-node-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .55),
      transparent 50%);
}

.stay-node-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform .7s ease;
}

.stay-node-card:hover .stay-node-image img {
  transform: scale(1.06);
}


/* =========================================================
   NUMBER
========================================================= */

.stay-node-number {
  position: absolute;

  z-index: 2;

  top: 18px;
  right: 18px;

  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: rgba(39, 49, 66, .9);

  color: #f2b113;

  font-family: var(--font-body);

  font-size: var(--font-size);
}


/* =========================================================
   CONTENT
========================================================= */

.stay-node-content {
  padding: 28px 28px 30px;
}

.stay-node-label {
  display: block;

  margin-bottom: 9px;

  color: #000000;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.8px;
}

.stay-node-content h3 {
  margin: 0 0 12px;

  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);
  font-weight: 500;
}

.stay-node-content p {
  min-height: 70px;

  margin: 0 0 20px;

  color: #737970;

  font-size: var(--font-size);

  line-height: 1.75;
}


/* =========================================================
   TAGS
========================================================= */

.stay-node-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  padding-bottom: 22px;

  border-bottom: 1px solid #e2dfd7;
}

.stay-node-tags span {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  padding: 7px 10px;

  background: #f1efe8;

  color: #687068;

  font-size: var(--font-size);
}

.stay-node-tags i {
  color: #000000;
}


/* =========================================================
   LINK
========================================================= */

.stay-node-link {
  display: flex;

  align-items: center;
  justify-content: space-between;

  padding-top: 19px;

  color: #072611;

  font-size: var(--font-size);
  font-weight: 700;

  text-decoration: none;

  transition: color .25s ease;
}

.stay-node-link i {
  color: #000000;

  font-size: var(--font-size);

  transition: transform .25s ease;
}

.stay-node-link:hover {
  color: #627562;
}

.stay-node-link:hover i {
  transform: translate(3px, -3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .stay-nodes-section {
    padding: 80px 0;
  }

  .stay-nodes-header {
    grid-template-columns: 1fr;

    gap: 20px;
  }

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

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .stay-nodes-section {
    padding: 65px 0;
  }

  .stay-nodes-grid {
    grid-template-columns: 1fr;
  }

  .stay-node-image {
    height: 280px;
  }

  .stay-node-content {
    padding: 24px 22px 26px;
  }

  .stay-node-content p {
    min-height: auto;
  }

}


/* =========================================================
   RULES & REGULATIONS
========================================================= */

.rules-hero {
  position: relative;

  min-height: 650px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: #072611;
}

.rules-hero-bg,
.rules-hero-overlay {
  position: absolute;
  inset: 0;
}

.rules-hero-bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.rules-hero-overlay {
  background:
    linear-gradient(90deg,
      rgba(18, 25, 30, .94) 0%,
      rgba(18, 25, 30, .76) 45%,
      rgba(18, 25, 30, .35) 100%);
}

.rules-hero-content {
  position: relative;
  z-index: 2;

  max-width: 720px;

  padding: 100px 0;
}

.rules-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 35px;

  color: rgba(255, 255, 255, .55);

  font-size: var(--font-size);
  letter-spacing: 1.5px;
}

.rules-breadcrumb i {
  width: 28px;
  height: 1px;

  background: #f2b113;
}

.rules-breadcrumb strong {
  color: #f2b113;

  font-size: var(--font-size);
}

.rules-hero-kicker {
  display: block;

  margin-bottom: 15px;

  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 3px;
}

.rules-hero h1 {
  margin: 0 0 22px;

  color: #fff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;

  line-height: 1;
}

.rules-hero h1 span {
  display: block;

  color: #f1ab00;


}

.rules-hero-content>p {
  max-width: 590px;

  margin: 0;

  color: rgba(255, 255, 255, .72);

  font-size: var(--font-size);

  line-height: 1.9;
}

.rules-hero-meta {
  display: flex;
  align-items: center;

  gap: 30px;

  margin-top: 45px;
}

.rules-hero-meta div:not(.rules-meta-line) {
  display: flex;
  flex-direction: column;

  gap: 5px;
}

.rules-hero-meta strong {
  color: #fff;

  font-size: var(--font-size);
}

.rules-hero-meta span {
  color: rgba(255, 255, 255, .45);

  font-size: var(--font-size);
}

.rules-meta-line {
  width: 45px;
  height: 1px;

  background: rgba(255, 255, 255, .25);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.rules-introduction {
  padding: 30px 0px;
}

.rules-intro-grid {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}

.rules-intro-heading>span,
.dos-donts-heading>span,
.wildlife-act-side>span,
.penalty-header span,
.safari-conduct-content>span {
  display: block;

  margin-bottom: 14px;

  color: #000000;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2.5px;
}

.rules-intro-heading h2,
.dos-donts-heading h2,
.wildlife-act-side h2,
.penalty-header h2,
.safari-conduct-content h2 {
  margin: 0;

  color: #000;

  font-weight: 400;
text-align: center;
  line-height: 1.05;
}

.rules-intro-heading h2 em,
.dos-donts-heading h2 em,
.wildlife-act-side h2 em,
.penalty-header h2 em,
.safari-conduct-content h2 em {
  color: #627562;


}


.rules-intro-content {
  padding-top: 35px;
}

.rules-intro-content p {
  margin: 0 0 18px;

  color: #6f756e;

  font-size: var(--font-size);

  line-height: 1.9;
}

.visitor-rule-strip {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border: 1px solid #dedbd2;
}

.visitor-rule {
  display: flex;

  align-items: center;

  gap: 14px;

  padding: 22px;

  border-right: 1px solid #dedbd2;
}

.visitor-rule:last-child {
  border-right: 0;
}

.visitor-rule-icon {
  width: 42px;
  height: 42px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #274230;

  color: #dad8d5;

  font-size: var(--font-size);
}

.visitor-rule strong {
  display: block;

  margin-bottom: 4px;

  color: #072611;

  font-size: var(--font-size);
}

.visitor-rule span {
  color: #858a82;

  font-size: var(--font-size);
}


/* =========================================================
   DOS / DON'TS
========================================================= */

.dos-donts-section {
  padding: 105px 0;

  background: #072611;
}



.dos-donts-heading>span {
  color: #f2b113;
}

.dos-donts-heading h2 {
  color: #fff;
}

.dos-donts-heading p {
 

  margin: 20px 0 0;

  color: rgba(255, 255, 255, .55);
text-align: center;

  line-height: 1.8;
}

.dos-donts-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 20px;
}

.dos-card,
.dont-card {
  padding: 38px;

  background: #fff;
}

.dont-card {
  background: #303b4b;
}

.dos-card-header,
.dont-card-header {
  display: flex;

  gap: 20px;

  align-items: center;

  padding-bottom: 25px;

  border-bottom: 1px solid #e2dfd8;
}

.dont-card-header {
  border-color: rgba(255, 255, 255, .1);
}

.dos-card-header>span,
.dont-card-header>span {
  color: #c7c3b8;

  font-family: var(--font-body);

  font-size: var(--font-size);
}

.dos-card-header small {
  color: #75836c;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2px;
}

.dont-card-header small {
  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2px;
}

.dos-card h3,
.dont-card h3 {
  margin: 4px 0 0;

  color: #072611;

  font-family: var(--font-body);

  font-size: var(--font-size);
  font-weight: 400;
}

.dont-card h3 {
  color: #fff;
}

.dos-card ul,
.dont-card ul {
  display: flex;

  flex-direction: column;

  gap: 17px;

  margin: 28px 0 0;

  padding: 0;

  list-style: none;
}

.dos-card li,
.dont-card li {
  display: flex;

  gap: 12px;

  color: #687068;

  font-size: var(--font-size);

  line-height: 1.5;
}

.dont-card li {
  color: rgba(255, 255, 255, .62);
}

.dos-card li i {
  color: #627562;
}

.dont-card li i {
  color: #c87969;
}

/* =========================================
   WILDLIFE ACT - COMPACT UI
========================================= */

.wildlife-act-section {
  padding: 30px 40px;
  ;
}

.wildlife-act-header {

  gap: 30px;

}

.wildlife-act-header>div:first-child>span {
  display: block;
  margin-bottom: 10px;

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2px;
  color: #7b6a43;
}

.wildlife-act-header h2 {
  margin: 0;
  line-height: 1.05;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.wildlife-act-header h2 em {
  font-style: normal;
  color: #7b6a43;
}


/* YEAR */

.act-year {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.act-year strong {
  font-family: var(--font-body);
  font-size: var(--font-size);
  line-height: 1;
  color: #18211c;
}

.act-year small {
  max-width: 120px;

  font-size: var(--font-size);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}


/* CONTENT */

.wildlife-act-content {
  max-width: 1100px;
  margin: 0 auto;
}


/* INTRO */

.act-intro {

  margin: 28px 0 35px;
text-align: center;
  line-height: 1.8;
  color: #505852;
}


/* POINTS */

.act-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;

  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.act-point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;

  padding: 22px 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.act-point>span {
  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1px;
  color: #f1ab00;
}

.act-point h3 {
  margin: 0 0 6px;

  font-size: var(--font-size);
  font-weight: 700;
  color: #1d2822;
}

.act-point p {
  margin: 0;

  font-size: var(--font-size);
  line-height: 1.65;
  color: #68706b;
}


/* NOTE */

.act-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  margin-top: 25px;
  padding: 15px 18px;

  background: #ebe8dd;
  border-left: 3px solid #f1ab00;
}

.act-note i {
  margin-top: 2px;
  font-size: var(--font-size);
  color: #174d20;
}

.act-note span {
  font-size: var(--font-size);
  line-height: 1.6;
  color: #626861;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .wildlife-act-section {
    padding: 50px 0;
  }

  .wildlife-act-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .wildlife-act-header h2 {
    font-size: var(--font-size);
  }

  .act-year strong {
    font-size: var(--font-size);
  }

  .act-year small {
    max-width: none;
  }

  .act-intro {
    margin: 22px 0 28px;
    font-size: var(--font-size);
    line-height: 1.7;
  }

  .act-points {
    grid-template-columns: 1fr;
  }

  .act-point {
    padding: 18px 0;
  }

  .act-point h3 {
    font-size: var(--font-size);
  }

  .act-point p {
    font-size: var(--font-size);
  }

  .act-note {
    padding: 13px 15px;
  }

}


/* =========================================================
   PENALTIES
========================================================= */

.penalty-section {
  padding: 30px 0px;


}

.penalty-header {
  display: grid;

  gap: 60px;

  margin-bottom: 50px;
}

.penalty-header p {
  margin: 0;

  color: #757b73;

  font-size: var(--font-size);

  line-height: 1.8;
}

.penalty-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

.penalty-card {
  position: relative;
  min-height: 246px;
  padding: 30px;
  background: linear-gradient(90deg, rgb(23, 59, 42) 0%, rgb(36, 84, 58) 35%, rgb(53, 107, 69) 70%, rgb(74, 122, 80) 100%) !important;
  overflow: hidden;
  border-radius: 12px;
}

.penalty-card::after {
  content: "";

  position: absolute;

  width: 130px;
  height: 130px;

  right: -60px;
  bottom: -60px;

  border: 1px solid rgba(255, 255, 255, .08);

  border-radius: 50%;
}

.penalty-number {
  display: block;

  margin-bottom: 35px;

  color: rgba(255, 255, 255, .25);

  font-family: var(--font-body);

  font-size: var(--font-size);
}

.penalty-card>i {
  display: block;

  margin-bottom: 20px;

  color: #f2b113;

  font-size: var(--font-size);
}

.penalty-card h3 {
  margin: 0 0 12px;

  color: #fff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;

  line-height: 1.3;
}

.penalty-card p {
  margin: 0;

  color: rgba(255, 255, 255, .55);

  font-size: var(--font-size);

  line-height: 1.7;
      margin-bottom: 15px;
}

.penalty-level {
  position: absolute;

  left: 30px;
  bottom: 25px;

  color: #a9b59d;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 1.5px;
}


/* =========================================================
   SAFARI CONDUCT
========================================================= */

.safari-conduct-section {
  padding: 0px 0;

  ;
}

.safari-conduct-grid {
  display: grid;

  grid-template-columns: 45% 55%;

  align-items: stretch;
}

.safari-conduct-image {
  position: relative;

  /* min-height: 600px; */

  overflow: hidden;
}

.safari-conduct-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.conduct-image-caption {
  position: absolute;

  /* left: 25px; */
  right: 25px;
  bottom: 25px;

  display: flex;

  align-items: center;

  gap: 15px;

  padding: 15px;

  background: rgba(20, 27, 33, .88);
}

.conduct-image-caption>span {
  color: #f2b113;

  font-family: var(--font-body);

  font-size: var(--font-size);
}

.conduct-image-caption strong {
  display: block;

  color: #fff;

  font-size: var(--font-size);
}

.conduct-image-caption small {
  color: rgba(255, 255, 255, .45);

  font-size: var(--font-size);
}

.safari-conduct-content {
  padding: 55px 60px;

  background: #fff;
}

.safari-conduct-content>p {
  max-width: 520px;

  margin: 22px 0 35px;

  color: #737970;

  font-size: var(--font-size);

  line-height: 1.8;
}

.conduct-list {
  border-top: 1px solid #dedbd3;
}

.conduct-list>div {
  display: flex;

  gap: 20px;

  padding: 20px 0;

  border-bottom: 1px solid #dedbd3;
}

.conduct-list>div>span {
  color: #b3aea3;

  font-family: var(--font-body);

  font-size: var(--font-size);
}

.conduct-list strong {
  color: #072611;

  font-size: var(--font-size);
}

.conduct-list p {
  margin: 5px 0 0;

  color: #7b8179;

  font-size: var(--font-size);

  line-height: 1.6;
}


/* =========================================================
   IMPORTANT NOTICE
========================================================= */

.rules-important-section {
  padding: 90px 0;

  background: #ffff;
}

.rules-important-box {
  display: grid;

  grid-template-columns: 90px 1fr;

  gap: 30px;

  padding: 45px;

  border: 1px solid rgba(255, 255, 255, .12);

  background: #142F25;
}

.rules-important-icon {
  width: 65px;
  height: 65px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: rgba(209, 180, 109, .1);

  color: #f2b113;

  font-size: var(--font-size);
}

.rules-important-content>span {
  color: #f2b113;

  font-size: var(--font-size);
  font-weight: 700;

  letter-spacing: 2px;
}

.rules-important-content h2 {
  margin: 10px 0 14px;

  color: #fff;

  font-family: var(--font-body);

  font-size: var(--font-size);

  font-weight: 400;
}

.rules-important-content h2 em {
  color: #a9b59d;


}

.rules-important-content p {
  max-width: 720px;

  margin: 0;

  color: rgba(255, 255, 255, .55);

  font-size: var(--font-size);

  line-height: 1.8;
}

.rules-important-actions {
  display: flex;

  gap: 10px;

  margin-top: 25px;
}

.rules-important-actions a {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 12px 16px;

  background: #072611;

  color: #fff;

  font-size: var(--font-size);
  font-weight: 700;

  text-decoration: none;
}

.rules-important-actions a i {
  color: #f2b113;
}


/* =========================================
   WILDLIFE DO'S & DON'TS
========================================= */

.wildlife-dos-donts {
  padding: 20px 0px;

}

.dos-donts-heading {
  /* max-width: 700px; */
  margin-bottom: 35px;
}

.dos-donts-heading>span {
  display: block;

  margin-bottom: 10px;

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 2px;

  color: #000;
}

.dos-donts-heading h2 {
  margin: 0 0 14px;
  line-height: 1.1;

  color: #072611;
}

.dos-donts-heading h2 em {
  color: #174d20;

}

.dos-donts-heading p {
  margin: 0;

  font-size: var(--font-size);
  line-height: 1.7;

  color: #68706b;
}


/* GRID */

.dos-donts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}


/* BOX */

.guideline-box {
  padding: 30px;

  border: 1px solid rgba(39, 49, 66, 0.12);

  background: #ffffff;
}


/* TITLE */

.guideline-title {
  display: flex;
  align-items: center;
  gap: 15px;

  padding-bottom: 20px;

  border-bottom: 1px solid rgba(39, 49, 66, 0.1);
}

.guideline-title>i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  font-size: var(--font-size);
}

.dos-box .guideline-title>i {
  color: #47734d;
  background: #edf5ed;
}

.dont-box .guideline-title>i {
  color: #a1534d;
  background: #f8eeee;
}

.guideline-title span {
  display: block;

  margin-bottom: 3px;

  font-size: var(--font-size);
  font-weight: 700;
  letter-spacing: 1.5px;

  color: #8a8e89;
}

.guideline-title h3 {
  margin: 0;

  font-family: var(--font-body);

  font-size: var(--font-size);
  color: #072611;
}


/* LIST */

.guideline-list {
  margin-top: 5px;
}

.guideline-list>div {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  padding: 10px 0;

  border-bottom: 1px solid rgba(39, 49, 66, 0.08);
}

.guideline-list>div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.guideline-list i {
  flex-shrink: 0;

  margin-top: 2px;

  font-size: var(--font-size);
}

.dos-box .guideline-list i {
  color: #47734d;
}

.dont-box .guideline-list i {
  color: #a1534d;
}

.guideline-list span {
  font-size: var(--font-size);
  line-height: 1.6;

  color: #555e58;
}


/* MOBILE */

@media (max-width: 767px) {

  .wildlife-dos-donts {
    padding: 50px 0;
  }

  .dos-donts-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guideline-box {
    padding: 22px;
  }

  .guideline-title h3 {
    font-size: var(--font-size);
  }

}
/* merging time getting cnflicts , we wnet with janvi changes with this below complete code from himanshu this below code completely removed  */
/* penalty css */    

/* ============================================================
   TRAVEL TO MELGHAT — DESTINATIONS
============================================================ */

.melghat-destinations {
  padding: 40px 0px;
  background: #faf8f1;
  color: #26332a;
}

.melghat-destinations-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* ============================================================
   SECTION HEADING
============================================================ */

.melghat-destinations-heading {
  max-width: 780px;
  margin: 0 auto 2px;
  text-align: center;
}

.melghat-destinations-heading>span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d38d0a;
  letter-spacing: 2px;
  font-weight: 600;
}

.melghat-destinations-heading h2 {
  margin: 0 0 15px;
  color: #26382b;
  font-weight: 600;
  line-height: 1.25;
}

.melghat-destinations-heading p {

  margin: 0 auto;
  color: #6d766e;
  line-height: 1.8;
}


/* ============================================================
   INTRO
============================================================ */

.melghat-destinations-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.melghat-destinations-intro p {
  margin: 0;
  color: #59645b;
  line-height: 1.9;
}

.melghat-destinations-intro strong {
  color: #26382b;
}


/* ============================================================
   DESTINATION GRID
============================================================ */

.melghat-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}


/* ============================================================
   DESTINATION CARD
============================================================ */

.melghat-destination-card {
  position: relative;
  display: flex;
  gap: 22px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(38, 56, 43, 0.09);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(39, 54, 43, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.melghat-destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(39, 54, 43, 0.11);
}


/* ============================================================
   NUMBER
============================================================ */

.melghat-destination-number {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee6d4;
  color: #80642f;
  font-weight: 700;
}


/* ============================================================
   CONTENT
============================================================ */

.melghat-destination-content {
  flex: 1;
}

.melghat-destination-tag {
  display: inline-block;
  margin-bottom: 9px;
  color: #f39f00;
  letter-spacing: 1.4px;
  font-weight: 600;
}

.melghat-destination-content h3 {
  margin: 0 0 12px;
  color: #26382b;
  font-weight: 600;
}

.melghat-destination-content p {
  margin: 0 0 18px;
  color: #69736b;
  line-height: 1.8;
}

.melghat-destination-card {
    position: relative;
    padding-bottom: 60px;
}

.melghat-destination-link {
    position: absolute;
    left: 100px;
    bottom: 20px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #536b58;
    text-decoration: none;
    font-weight: 600;
}

.melghat-destination-link span {
  transition: transform 0.25s ease;
}

.melghat-destination-link:hover {
  color: #80642f;
}

.melghat-destination-link:hover span {
  transform: translateX(4px);
}


/* ============================================================
   TRAVEL ACCESS
============================================================ */

.melghat-travel-access {
  margin-top: 55px;
  padding: 38px;
  background: #26382b;
  border-radius: 20px;
  color: #ffffff;
}

.melghat-travel-access-heading {
  margin-bottom: 28px;
}

.melghat-travel-access-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d5b878;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.melghat-travel-access-heading h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}


/* ============================================================
   TRAVEL OPTIONS
============================================================ */

.melghat-travel-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.melghat-travel-option {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.melghat-travel-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(213, 184, 120, 0.15);
}

.melghat-travel-option h4 {
  margin: 0 0 6px;
  color: #ffffff;
  font-weight: 600;
}

.melghat-travel-option p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}


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

@media (max-width: 900px) {

  .melghat-destination-grid {
    grid-template-columns: 1fr;
  }

  .melghat-travel-options {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 600px) {

  .melghat-destinations {
    padding: 65px 20px;
  }

  .melghat-destination-card {
    padding: 25px;
    gap: 15px;
  }

  .melghat-destination-number {
    width: 40px;
    height: 40px;
  }

  .melghat-travel-access {
    padding: 25px;
  }
}

/* =========================================================
   WILD SEASON SECTION
========================================================= */

.wild-season-section {
  padding: 30px 0;
  background: #faf8f1;
  color: #17231b;
}


/* =========================================================
   HEADING
========================================================= */
.wild-season-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 50px;
    text-align: center;
}

.wild-season-label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7b827c;
}

.wild-season-heading h2 {
    margin: 0;
    font-family: var(--font-body);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.wild-season-heading h2 em {
    display: block;
    font-weight: 400;
    color: #7c817b;
}

.wild-season-heading p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
    color: #667067;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.wild-season-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 45px;
  align-items: stretch;
}


/* =========================================================
   SEASON MENU
========================================================= */

.wild-season-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dcded8;
}

.wild-season-option {
  width: 100%;
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 5px;
  border: 0;
  border-bottom: 1px solid #dcded8;
  background: transparent;
  color: #17231b;
  text-align: left;
  cursor: pointer;
  transition:
    background .35s ease,
    padding .35s ease,
    color .35s ease;
}

.wild-season-option>span {
  flex-shrink: 0;
  width: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #9a9e99;
}

.wild-season-option div {
  flex: 1;
}

.wild-season-option strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.wild-season-option small {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  color: #858b85;
}

.wild-season-option i {
  font-size: 17px;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition:
    opacity .3s ease,
    transform .3s ease;
}

.wild-season-option:hover {
  padding-left: 12px;
  background: rgba(23, 77, 32, .035);
}

.wild-season-option.active {
  padding-left: 12px;
  background: rgba(23, 77, 32, .06);
}

.wild-season-option.active>span {
  color: #174d20;
}

.wild-season-option.active strong {
  color: #174d20;
}

.wild-season-option.active i {
  opacity: 1;
  transform: translate(0, 0);
}


/* =========================================================
   IMAGE AREA
========================================================= */

.wild-season-visual {
  position: relative;
  min-width: 0;
}

.wild-season-images {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.wild-season-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition:
    opacity .7s ease,
    transform 1s ease,
    visibility .7s ease;
}

.wild-season-image.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.wild-season-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================================================
   CONTROLS
========================================================= */

.wild-season-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.wild-season-prev,
.wild-season-next {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d6d0;
  border-radius: 50%;
  background: transparent;
  color: #17231b;
  cursor: pointer;
  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.wild-season-prev:hover,
.wild-season-next:hover {
  background: #174d20;
  border-color: #174d20;
  color: #fff;
  transform: translateY(-2px);
}

.wild-season-count {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #8a908a;
}

.wild-season-current {
  color: #17231b;
}

.wild-season-count i {
  display: block;
  width: 45px;
  height: 1px;
  background: #c9ccc6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .wild-season-section {
    padding: 70px 0;
  }

  .wild-season-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .wild-season-heading h2 {
    font-size: 40px;
  }

  .wild-season-heading p {
    max-width: 650px;
  }

  .wild-season-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 30px;
  }

  .wild-season-images {
    height: 450px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .wild-season-section {
    padding: 55px 0;
  }

  .wild-season-heading {
    gap: 16px;
    margin-bottom: 30px;
  }

  .wild-season-label {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .wild-season-heading h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .wild-season-heading p {
    font-size: 14px;
    line-height: 1.7;
  }

  .wild-season-layout {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .wild-season-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #dcded8;
  }

  .wild-season-option {
    min-height: 90px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    padding: 12px 10px;
    border-right: 1px solid #dcded8;
  }

  .wild-season-option:last-child {
    border-right: 0;
  }

  .wild-season-option>span {
    width: auto;
    font-size: 10px;
  }

  .wild-season-option strong {
    font-size: 14px;
  }

  .wild-season-option small {
    font-size: 10px;
  }

  .wild-season-option i {
    display: none;
  }

  .wild-season-option:hover,
  .wild-season-option.active {
    padding-left: 10px;
  }

  .wild-season-images {
    height: 380px;
  }

  .wild-season-controls {
    padding-top: 15px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .wild-season-heading h2 {
    font-size: 28px;
  }

  .wild-season-menu {
    grid-template-columns: 1fr;
  }

  .wild-season-option {
    min-height: 70px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-right: 0;
  }

  .wild-season-option>span {
    width: 25px;
  }

  .wild-season-option div {
    flex: 1;
  }

  .wild-season-option small {
    display: inline-block;
  }

  .wild-season-images {
    height: 300px;
  }

  .wild-season-prev,
  .wild-season-next {
    width: 42px;
    height: 42px;
  }

}

.adventure-heading {
  padding: 12px;
  margin-bottom: 15px;
  text-align: center;
}

.adventure-heading span {
  color: #f1ab00;
}

.adventure-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(23, 35, 27, .10);
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.adventure-card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}

.adventure-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.activity-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #174d20;
}

.adventure-card-content h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
  color: #17231b;
}

.adventure-card-content>p {
  /* min-height: 75px; */
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #687168;
}

.activity-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 35, 27, .10);
}

.adventure-card-content a:hover {
  color: #174d20;
}

.adventure-card-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  color: #17231b;
  border-top: 1px solid rgba(23, 35, 27, .10);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .3s ease;
}

.adventure-activities {
  padding: 40px 0;
  background: #faf8f1;
  color: #17231b;
}

.homestay-section {

  padding: 40px 0;

  background: #e8e5d6;

  color: #17231b;
}


/* =========================================
   HEADING
========================================= */

.homestay-heading {

  text-align: center;

  margin-bottom: 40px;
}


.homestay-heading>span {

  display: inline-block;

  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 3px;

  color: #000;
}


.homestay-heading h2 {

  margin: 0 0 18px;
  line-height: .95;

  letter-spacing: -3px;

  font-weight: 400;

  color: #17231b;
}



.homestay-heading p {



  margin: 0;

  font-size: 14px;

  line-height: 1.8;

  color: #687168;
}


/* =========================================
   CARD
========================================= */

.homestay-card {

  height: 100%;

  display: flex;

  flex-direction: column;

  background: #fff;

  border: 1px solid rgba(23, 35, 27, .10);

  overflow: hidden;

  transition:
    transform .4s ease,
    box-shadow .4s ease;
}


.homestay-card:hover {

  transform: translateY(-7px);

  box-shadow:
    0 22px 50px rgba(23, 35, 27, .13);
}


/* =========================================
   IMAGE
========================================= */

.homestay-image {

  position: relative;

  height: 250px;

  flex-shrink: 0;

  overflow: hidden;
}


.homestay-image img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform .7s ease;
}


.homestay-card:hover .homestay-image img {

  transform: scale(1.06);
}


/* IMAGE OVERLAY */

.homestay-image::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(8, 15, 10, .05) 20%,
      rgba(8, 15, 10, .55) 100%);

  pointer-events: none;
}


/* =========================================
   NUMBER
========================================= */

.homestay-image>span {

  position: absolute;

  z-index: 2;

  top: 20px;

  left: 20px;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(255, 255, 255, .45);

  color: #fff;

  font-size: 10px;

  letter-spacing: 1px;

  background: rgba(10, 20, 13, .25);

  backdrop-filter: blur(4px);
}


/* =========================================
   CONTENT
========================================= */

.homestay-content {

  flex: 1;

  display: flex;

  flex-direction: column;

  padding: 15px;
}


.homestay-content>span {

  display: inline-block;

  margin-bottom: 12px;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #174d20;
}


.homestay-content h3 {

  margin: 0 0 15px;

  font-size: 28px;
  display: flex;
  gap: 12px;
  line-height: 1.05;

  font-weight: 400;

  color: #17231b;
}


.homestay-content h3 em {

  display: block;

  color: #174d20;


  font-weight: 400;
}


.homestay-content p {

  margin: 0;

  font-size: 13px;

  line-height: 1.8;

  color: #687168;
}


/* =========================================
   LINK
========================================= */

.homestay-content a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: auto;

  padding-top: 20px;

  margin-top: 5px;

  border-top: 1px solid rgba(23, 35, 27, .10);

  color: #17231b;
  font-weight: 700;

  letter-spacing: 1.2px;

  text-transform: uppercase;

  text-decoration: none;
}


.homestay-content a i {

  color: #174d20;



  transition: transform .3s ease;
}


.homestay-content a:hover i {

  transform: translate(4px, -4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .homestay-section {

    padding: 65px 0;
  }

  .homestay-image {

    height: 250px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .homestay-section {

    padding: 55px 0;
  }

  .homestay-heading {

    margin-bottom: 30px;
  }

  .homestay-heading h2 {

    font-size: 48px;

    letter-spacing: -2px;
  }

  .homestay-image {

    height: 230px;
  }

  .homestay-content {

    padding: 25px;
  }

  .homestay-content h3 {

    font-size: 25px;
  }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .homestay-image img {

    transition: none;
  }

}



.craft-demo-section {

  padding: 75px 0;

  background: #faf8f1;

  color: #17231b;
}


/* =========================================
   INTRO
========================================= */

.craft-demo-intro {

  max-width: 430px;
}


.craft-demo-label {

  display: inline-block;

  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 2.5px;

  color: #e7cf05;
}


.craft-demo-intro h2 {

  margin: 0 0 20px;
  line-height: .95;

  letter-spacing: -2px;

  font-weight: 400;

  color: #17231b;
}


.craft-demo-intro h2 em {

  display: block;

  color: #174d20;

  font-family: var(--font-body);

  font-weight: 400;
}


.craft-demo-intro>p {

  max-width: 410px;

  margin: 0;

  font-size: 14px;

  line-height: 1.8;

  color: #687168;
}


/* =========================================
   NOTE
========================================= */

.craft-demo-note {

  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-top: 28px;

  padding-top: 18px;

  border-top: 1px solid rgba(23, 35, 27, .12);
}


.craft-demo-note i {

  flex-shrink: 0;

  margin-top: 2px;

  color: #174d20;


}


.craft-demo-note span {

  line-height: 1.7;

  color: #747c75;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.craft-demo-content {

  border-top: 1px solid rgba(23, 35, 27, .12);
}


/* =========================================
   ITEM
========================================= */

.craft-demo-item {

  display: grid;

  grid-template-columns: 45px 48px 1fr;

  align-items: center;

  gap: 20px;

  padding: 24px 0;

  border-bottom: 1px solid rgba(23, 35, 27, .12);

  transition:
    padding-left .3s ease,
    background .3s ease;
}


.craft-demo-item:hover {

  padding-left: 12px;
}


/* =========================================
   NUMBER
========================================= */

.craft-demo-number {

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.5px;

  color: #a08b62;
}


/* =========================================
   ICON
========================================= */

.craft-demo-icon {

  width: 44px;

  height: 44px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(155, 122, 61, .30);

  color: #174d20;

  transition:
    background .3s ease,
    color .3s ease;
}


.craft-demo-item:hover .craft-demo-icon {

  background: #174d20;

  color: #fff;
}


/* =========================================
   TEXT
========================================= */

.craft-demo-text h3 {

  margin: 0 0 6px;

  font-size: 19px;

  font-weight: 500;

  color: #17231b;
}


.craft-demo-text p {

  max-width: 520px;

  margin: 0;

  font-size: 13px;

  line-height: 1.7;

  color: #687168;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .craft-demo-section {

    padding: 65px 0;
  }

  .craft-demo-intro {

    max-width: 600px;
  }

  .craft-demo-content {

    margin-top: 10px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .craft-demo-section {

    padding: 55px 0;
  }

  .craft-demo-intro h2 {

    font-size: 45px;

    letter-spacing: -2px;
  }

  .craft-demo-item {

    grid-template-columns: 32px 42px 1fr;

    gap: 12px;

    padding: 20px 0;
  }

  .craft-demo-number {

    font-size: 9px;
  }

  .craft-demo-icon {

    width: 40px;

    height: 40px;


  }

  .craft-demo-text h3 {

    font-size: 16px;
  }

  .craft-demo-text p {

    font-size: 12px;

    line-height: 1.65;
  }

  .craft-demo-item:hover {

    padding-left: 0;
  }

}

/* =========================================
   PLACES EXPLORER
========================================= */

.places-explorer {

  padding: 40px 0;

  background: #faf8f1;

  color: #17231b;
}


/* =========================================
   HEADER
========================================= */

.places-explorer-header {

  margin-bottom: 20px;
}


.places-explorer-header>span {

  display: block;

  margin-bottom: 15px;

  font-weight: 700;

  letter-spacing: 3px;

  color: #dfc90f;
}


.places-explorer-header h2 {

  margin: 0 0 20px;
  line-height: .95;
text-align: center;
  letter-spacing: -4px;

  font-weight: 400;
}


.places-explorer-header h2 em {

  color: #174d20;
  font-weight: 400;
}


.places-explorer-header p {

text-align: center;

  margin: 0;

  line-height: 1.8;

  color: #687168;
}


/* =========================================
   MAIN EXPLORER
========================================= */

.places-explorer-box {

  background: #fff;

  border: 1px solid rgba(23, 35, 27, .10);

  box-shadow:
    0 25px 70px rgba(23, 35, 27, .08);

  overflow: hidden;
}


/* =========================================
   LEFT NAV
========================================= */

.places-explorer-nav {

  height: 100%;

  padding: 30px;

  background: #ebe8dc;

  border-right: 1px solid rgba(23, 35, 27, .08);
}


.explorer-nav-heading {

  display: flex;

  justify-content: space-between;
  align-items: center;

  margin-bottom: 18px;

  padding-bottom: 15px;

  border-bottom: 1px solid rgba(23, 35, 27, .12);
}


.explorer-nav-heading span {

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #174d20;
}


.explorer-nav-heading small {

  font-size: 11px;

  letter-spacing: 1px;

  color: #000;
}

.places-explorer-box {

  background: #fff;

  border: 1px solid rgba(23, 35, 27, .10);

  box-shadow:
    0 25px 70px rgba(23, 35, 27, .08);

  overflow: hidden;
}


/* =========================================
   LEFT NAV
========================================= */

.places-explorer-nav {

  height: 100%;

  padding: 30px;

  background: #ebe8dc;

  border-right: 1px solid rgba(23, 35, 27, .08);
}


.explorer-nav-heading {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 18px;

  padding-bottom: 15px;

  border-bottom: 1px solid rgba(23, 35, 27, .12);
}

.explorer-nav-heading small {

  font-size: 8px;

  letter-spacing: 1px;

  color: #858b84;
}


/* =========================================
   DESTINATION BUTTON
========================================= */

.destination-btn {

  width: 100%;

  display: grid;

  grid-template-columns: 30px 1fr 25px;

  align-items: center;

  gap: 12px;

  padding: 17px 10px;

  border: 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(23, 35, 27, .10);

  background: transparent;

  text-align: left;

  cursor: pointer;

  transition:
    background .3s ease,
    padding .3s ease;
}


.destination-btn>span {

  font-size: 11px;

  color: #969c94;

  letter-spacing: 1px;
}


.destination-btn div strong {

  display: block;



  font-weight: 500;

  color: #263229;
}


.destination-btn div small {

  display: block;

  margin-top: 3px;

  font-size: 9px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #858b84;
}


.destination-btn>i {

  font-size: 14px;

  color: #174d20;

  opacity: 0;

  transform: translate(-5px, 5px);

  transition: .3s ease;
}


/* HOVER */

.destination-btn:hover {

  padding-left: 17px;

  background: rgba(255, 255, 255, .65);
}


.destination-btn:hover>i {

  opacity: 1;

  transform: translate(0, 0);
}


/* ACTIVE */

.destination-btn.active {

  padding-left: 17px;

  background: #fff;
}


.destination-btn.active>span {

  color: #174d20;
}


.destination-btn.active>i {

  opacity: 1;

  transform: translate(0, 0);
}


/* =========================================
   DESTINATION IMAGE
========================================= */

.destination-preview {

  position: relative;

  /* min-height: 620px; */

  height: 100%;

  overflow: hidden;

  background: #17231b;
}


.destination-preview img {

  width: 100%;

  height: 100%;

  position: absolute;

  inset: 0;

  object-fit: cover;

  display: block;

  transition:
    opacity .35s ease,
    transform .8s ease;
}


.destination-preview.change img {

  /* opacity: .35; */

  transform: scale(1.04);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.destination-overlay {

  position: absolute;

  inset: 0;

  background:

    linear-gradient(180deg,
      rgba(7, 15, 10, .12),
      rgba(7, 15, 10, .78));

  z-index: 1;
}


/* =========================================
   TOP
========================================= */

.destination-top {

  position: absolute;

  z-index: 3;

  top: 28px;

  left: 30px;

  right: 30px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}


.destination-top span:first-child {

  padding: 8px 12px;

  background: rgba(255, 255, 255, .12);

  border: 1px solid rgba(255, 255, 255, .25);

  backdrop-filter: blur(8px);

  font-size: 8px;

  letter-spacing: 2px;

  color: #fff;
}


#destinationNumber {

  font-size: 11px;

  letter-spacing: 2px;

  color: rgba(255, 255, 255, .65);
}


/* =========================================
   CONTENT
========================================= */

.destination-content {

  position: absolute;

  z-index: 3;

  left: 40px;

  right: 40px;

  bottom: 40px;

  max-width: 580px;
}


.destination-location {

  font-size: 9px;

  letter-spacing: 3px;

  color: #d1b57c;
}


.destination-content h3 {

  margin: 12px 0 15px;

  font-size: clamp(45px, 4vw, 70px);

  line-height: .95;

  letter-spacing: -3px;

  font-weight: 400;

  color: #fff;
}


.destination-content p {

  max-width: 520px;

  margin: 0 0 25px;

  font-size: 14px;

  line-height: 1.8;

  color: rgba(255, 255, 255, .72);
}


/* =========================================
   LINK
========================================= */

.destination-link {

  display: inline-flex;

  align-items: center;

  gap: 18px;

  color: #fff;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  text-decoration: none;
}


.destination-link i {

  color: #d1b57c;

  transition: transform .3s ease;
}


.destination-link:hover {

  color: #fff;
}


.destination-link:hover i {

  transform: translate(5px, -5px);
}


/* =========================================
   BOTTOM STRIP
========================================= */

.places-explorer-bottom {

  display: flex;

  align-items: center;

  gap: 35px;

  margin-top: 25px;

  padding: 20px 25px;

  background: #e8e5d9;

  border-left: 3px solid #f1ab00;
}


.places-explorer-bottom>span {

  white-space: nowrap;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #8b7443;
}


.places-explorer-bottom>div {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 16px;
}


.places-explorer-bottom a {

  color: #39443b;

  font-size: 12px;

  text-decoration: none;

  transition: color .3s ease;
}


.places-explorer-bottom a:hover {

  color: #174d20;
}


.places-explorer-bottom i {

  width: 4px;

  height: 4px;

  border-radius: 50%;

  background: #b5ad98;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .places-explorer {

    padding: 80px 0;
  }


  .places-explorer-nav {

    border-right: 0;

    border-bottom: 1px solid rgba(23, 35, 27, .10);
  }


  .destination-btn {

    display: inline-grid;

    width: 50%;

    vertical-align: top;

    border-right: 1px solid rgba(23, 35, 27, .08);
  }


  .destination-preview {

    min-height: 550px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .places-explorer {

    padding: 65px 0;
  }


  .places-explorer-header {

    margin-bottom: 35px;
  }


  .places-explorer-header h2 {

    font-size: 48px;

    letter-spacing: -2px;
  }


  .places-explorer-nav {

    padding: 20px;
  }


  .explorer-nav-heading {

    display: block;
  }


  .explorer-nav-heading small {

    display: block;

    margin-top: 6px;
  }


  .destination-btn {

    width: 100%;

    border-right: 0;

    padding: 15px 5px;
  }


  .destination-btn:hover,
  .destination-btn.active {

    padding-left: 12px;
  }


  .destination-preview {

    min-height: 500px;
  }


  .destination-content {

    left: 25px;

    right: 25px;

    bottom: 30px;
  }


  .destination-content h3 {

    font-size: 48px;
  }


  .destination-content p {

    font-size: 13px;
  }


  .places-explorer-bottom {

    display: block;

    padding: 18px;
  }


  .places-explorer-bottom>span {

    display: block;

    margin-bottom: 12px;
  }

}

/* =========================================
   PLACES TO SEE — GALLERY
========================================= */

.places-gallery {

  padding: 40px 0;

  background: #faf8f1;

  color: #17231b;
}


/* =========================================
   HEADING
========================================= */
.places-gallery-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.places-gallery-heading span {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #dfc913;
}

.places-gallery-heading h2 {
    margin: 0;
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.places-gallery-heading p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #687168;
}


/* =========================================
   GALLERY GRID
========================================= */

.places-gallery-grid {

  display: grid;

  grid-template-columns: 1.35fr .8fr .8fr;

  grid-template-rows: 250px 250px;

  gap: 14px;
}


/* =========================================
   GALLERY ITEM
========================================= */

.gallery-item {

  position: relative;

  display: block;

  overflow: hidden;

  text-decoration: none;

  background: #17231b;
}


.gallery-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform .8s ease,
    filter .5s ease;
}


.gallery-item:hover img {

  transform: scale(1.07);

  filter: brightness(.8);
}


/* =========================================
   GRID POSITIONS
========================================= */

.gallery-large {

  grid-column: 1;

  grid-row: 1 / 3;
}


.gallery-top {

  grid-column: 2;

  grid-row: 1;
}


.gallery-bottom {

  grid-column: 3;

  grid-row: 1;
}


.gallery-small:nth-of-type(4) {

  grid-column: 2;

  grid-row: 2;
}


.gallery-small:nth-of-type(5) {

  grid-column: 3;

  grid-row: 2;
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.gallery-item::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(8, 15, 10, .05) 35%,
      rgba(8, 15, 10, .82) 100%);

  pointer-events: none;
}


/* =========================================
   GALLERY CONTENT
========================================= */

.gallery-overlay {

  position: absolute;

  z-index: 2;

  left: 25px;

  right: 25px;

  bottom: 23px;

  color: #fff;
}


.gallery-overlay span {

  display: block;

  margin-bottom: 7px;

  font-size: 8px;

  letter-spacing: 2px;

  color: rgba(255, 255, 255, .65);
}


.gallery-overlay h3 {

  margin: 0;

  font-size: 24px;

  font-weight: 400;

  letter-spacing: -.5px;
}


.gallery-overlay i {

  position: absolute;

  right: 0;

  bottom: 0;

  width: 34px;

  height: 34px;

  border: 1px solid rgba(255, 255, 255, .4);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #d1b57c;

  transition:
    background .3s ease,
    transform .3s ease;
}


.gallery-item:hover .gallery-overlay i {

  background: rgba(255, 255, 255, .12);

  transform: translate(3px, -3px);
}


/* =========================================
   LARGE CARD TYPOGRAPHY
========================================= */

.gallery-large .gallery-overlay h3 {

  font-size: 38px;
}


.gallery-large .gallery-overlay {

  left: 32px;

  right: 32px;

  bottom: 30px;
}


/* =========================================
   FOOTER
========================================= */

.places-gallery-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 25px;

  padding-top: 20px;

  border-top: 1px solid rgba(23, 35, 27, .12);
}


.places-gallery-footer>span {

  font-size: 9px;

  letter-spacing: 2px;

  color: #777f78;
}


.places-gallery-footer a {

  display: flex;

  align-items: center;

  gap: 12px;

  color: #17231b;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  text-decoration: none;
}


.places-gallery-footer a i {

  color: #174d20;



  transition: transform .3s ease;
}


.places-gallery-footer a:hover i {

  transform: translate(4px, -4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .places-gallery {

    padding: 80px 0;
  }


  .places-gallery-heading {

    align-items: flex-start;

    flex-direction: column;

    gap: 25px;
  }


  .places-gallery-grid {

    grid-template-columns: 1fr 1fr;

    grid-template-rows:
      300px 220px 220px;
  }


  .gallery-large {

    grid-column: 1 / 3;

    grid-row: 1;
  }


  .gallery-top {

    grid-column: 1;

    grid-row: 2;
  }


  .gallery-bottom {

    grid-column: 2;

    grid-row: 2;
  }


  .gallery-small:nth-of-type(4) {

    grid-column: 1;

    grid-row: 3;
  }


  .gallery-small:nth-of-type(5) {

    grid-column: 2;

    grid-row: 3;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .places-gallery {

    padding: 65px 0;
  }


  .places-gallery-heading {

    margin-bottom: 30px;
  }


  .places-gallery-heading h2 {

    font-size: 48px;

    letter-spacing: -2px;
  }


  .places-gallery-grid {

    display: grid;

    grid-template-columns: 1fr;

    grid-template-rows: none;

    gap: 12px;
  }


  .gallery-large,
  .gallery-top,
  .gallery-bottom,
  .gallery-small:nth-of-type(4),
  .gallery-small:nth-of-type(5) {

    grid-column: auto;

    grid-row: auto;

    height: 260px;
  }


  .gallery-large {

    height: 340px;
  }


  .gallery-large .gallery-overlay h3 {

    font-size: 30px;
  }


  .gallery-overlay {

    left: 20px;

    right: 20px;

    bottom: 20px;
  }


  .places-gallery-footer {

    align-items: flex-start;

    flex-direction: column;

    gap: 18px;
  }

}
/* ========================================= 
   MELGHAT — UPCOMING EVENTS 
========================================= */ 
 
.upcoming-events { 
 
    padding: 40px 0; 
 
    background: #faf8f1; 
 
    color: #17231b; 
} 
 
 
/* ========================================= 
   SECTION HEADING 
========================================= */ 
 
.upcoming-events-heading { 
 
    margin-bottom: 45px; 
} 
 
 
 
.upcoming-events-heading > div > span { 
 
    display: inline-block; 
 
    margin-bottom: 14px; 
 
    font-weight: 700; 
 
    letter-spacing: 3px; 
 
    color: #174d20; 
} 
 
 
.upcoming-events-heading h2 { 
 
    margin: 0; 
 text-align: center;
    line-height: .95; 
 
    letter-spacing: -3px; 
 
    font-weight: 400; 
 
    color: #17231b; 
} 
 
 
.upcoming-events-heading h2 em { 
 
    display: block; 
 
    color: #174d20; 
 
    font-weight: 400; 
} 
 
 
.upcoming-events-heading > p { 
 
    max-width: 390px; 
 
    margin: 0; 
 
    line-height: 1.8; 
 
    color: #687168; 
} 
 
 
/* ========================================= 
   EVENT CARD 
========================================= */ 
 
.event-card { 
 
    position: relative; 
 
    height: 100%; 
 
    /* min-height: 365px; */ 
 
    display: flex; 
 
    flex-direction: column; 
 
    background: #fff; 
 
    border: 1px solid rgba(23,35,27,.10); 
 
    overflow: hidden; 
 
    transition: 
        transform .35s ease, 
        box-shadow .35s ease, 
        border-color .35s ease; 
} 
 
 
.event-card:hover { 
 
    transform: translateY(-7px); 
 
    border-color: rgba(155,122,61,.35); 
 
    box-shadow: 
        0 20px 45px rgba(23,35,27,.12); 
} 
 
 
/* ========================================= 
   DATE BLOCK 
========================================= */ 
 
.event-date { 
 
    position: absolute; 
 
    z-index: 2; 
 
    top: 0; 
 
    right: 0; 
 
    width: 82px; 
 
    height: 88px; 
 
    display: flex; 
 
    flex-direction: column; 
 
    align-items: center; 
 
    justify-content: center; 
 
    background: #17231b; 
 
    color: #fff; 
} 
 
 
.event-date strong { 
 
    line-height: 1; 
 
    font-weight: 400; 
 
    color: #d1b57c; 
} 
 
 
.event-date span { 
 
    margin-top: 4px; 
 
    font-weight: 700; 
 
    letter-spacing: 2px; 
} 
 
 
.event-date small { 
 
    margin-top: 2px; 
 
    letter-spacing: 1px; 
 
    color: rgba(255,255,255,.5); 
}
/* =========================================
   EVENT FILTERS
========================================= */

.event-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}

.event-filters button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid rgba(23, 35, 27, .14);
    border-radius: 0;
    background: transparent;
    color: #687168;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    transition:
        color .3s ease,
        background-color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.event-filters button:hover {
    color: #174d20;
    border-color: #174d20;
    background: rgba(23, 77, 32, .04);
}

.event-filters button.active {
    background: #174d20;
    border-color: #174d20;
    color: #fff;
}

.event-filters button:focus-visible {
    outline: 2px solid #d1b57c;
    outline-offset: 3px;
}


/* =========================================
   EVENT CARD
========================================= */

.event-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(23, 35, 27, .10);
    overflow: hidden;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.event-card:hover {
    transform: translateY(-7px);
    border-color: rgba(155, 122, 61, .35);
    box-shadow: 0 20px 45px rgba(23, 35, 27, .12);
}


/* =========================================
   FEATURED EVENT
========================================= */

.featured-event {
    border-color: rgba(155, 122, 61, .35);
}

.featured-event .event-card-content {
    border-top: 3px solid #d1b57c;
}


/* =========================================
   EVENT DATE
========================================= */

.event-date {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 82px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #17231b;
    color: #fff;
}

.event-date strong {
    line-height: 1;
    font-weight: 400;
    color: #d1b57c;
}

.event-date span {
    margin-top: 4px;
    font-weight: 700;
    letter-spacing: 2px;
}

.event-date small {
    margin-top: 2px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .5);
}


/* =========================================
   EVENT CARD CONTENT
========================================= */

.event-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 38px 32px 30px;
}

.event-category {
    display: inline-block;
    margin-bottom: 18px;
    color: #174d20;
    font-weight: 700;
    letter-spacing: 2px;
}

.event-card-content h3 {
    margin: 0 80px 18px 0;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 400;
    color: #17231b;
}

.event-card-content h3 em {
    display: inline;
    color: #174d20;
    font-weight: 400;
}

.event-card-content p {
    margin: 0 0 28px;
    line-height: 1.8;
    color: #687168;
}


/* =========================================
   EVENT META
========================================= */

.event-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(23, 35, 27, .10);
}

.event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #737b74;
    letter-spacing: .5px;
}

.event-meta i {
    color: #174d20;
}


/* =========================================
   EVENT LINK
========================================= */

.event-card-content > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 24px;
    color: #17231b;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
}

.event-card-content > a i {
    color: #174d20;
    transition: transform .3s ease;
}

.event-card-content > a:hover {
    color: #174d20;
}

.event-card-content > a:hover i {
    transform: translate(4px, -4px);
}


/* =========================================
   FILTER + CARD RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .event-filters {
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 35px;
    }

    .event-filters button {
        padding: 10px 16px;
    }

    .event-card-content {
        padding: 32px 24px 26px;
    }

    .event-date {
        width: 72px;
        height: 78px;
    }

    .event-card-content h3 {
        margin-right: 60px;
    }

    .event-meta {
        gap: 12px;
    }
}

/* =========================================
WILDLIFE FACTS SECTION
========================================= */

.wildlife-facts-section {
position: relative;
padding: 30px 0;
background: #f8f5f0;
overflow: hidden;
}

/* =========================================
SECTION HEADING
========================================= */

.wildlife-facts-heading {
max-width: 760px;
margin: 0 auto 65px;
text-align: center;
}

.wildlife-facts-heading span {
display: inline-block;
margin-bottom: 14px;
letter-spacing: 3px;
text-transform: uppercase;

}

.wildlife-facts-heading h2 {
margin: 0 0 18px;
color: #30352f;
line-height: 1.15;
font-weight: 600;
}

.wildlife-facts-heading h2 em {
color: #8f7894;

}

.wildlife-facts-heading p {
margin: 0 auto;
color: #6d716d;
line-height: 1.8;
}

/* =========================================
WILDLIFE GRID
========================================= */

.wildlife-facts-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
}

/* =========================================
FACT CARD
========================================= */

.wildlife-fact-card {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
background: #fffdf9;
border: 1px solid rgba(143, 120, 148, 0.16);
border-radius: 18px;
box-shadow: 0 12px 35px rgba(62, 55, 48, 0.07);
transition:
transform .4s ease,
box-shadow .4s ease,
border-color .4s ease;
}

.wildlife-fact-card:hover {
transform: translateY(-8px);
border-color: rgba(143, 120, 148, 0.35);
box-shadow: 0 22px 50px rgba(62, 55, 48, 0.13);
}

/* =========================================
IMAGE
========================================= */

.wildlife-fact-image {
position: relative;
height: 285px;
overflow: hidden;
background: #e9e2e5;
}

.wildlife-fact-image::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(35, 35, 32, 0.28),
transparent 45%
);
pointer-events: none;
}

.wildlife-fact-image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: transform .7s ease;
}

.wildlife-fact-card:hover .wildlife-fact-image img {
transform: scale(1.06);
}

/* =========================================
CONTENT
========================================= */

.wildlife-fact-content {
position: relative;
padding: 27px 28px 30px;
}

.wildlife-fact-content > span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
margin-bottom: 14px;
border-radius: 50%;
background: #eee5ee;
color: #806b84;
font-weight: 600;
}

.wildlife-fact-content h3 {
margin: 0 0 15px;
color: #343832;
font-weight: 600;
line-height: 1.25;
}

.wildlife-fact-content p {
margin: 0 0 13px;
color: #70746f;
line-height: 1.8;
}

.wildlife-fact-content p:last-child {
margin-bottom: 0;
}

/* =========================================
EMPTY IMAGE PLACEHOLDER
========================================= */

.wildlife-fact-image-empty {
display: flex;
align-items: center;
justify-content: center;
background:
linear-gradient(
135deg,
#eee7eb,
#e4ddd9
);
}

.wildlife-fact-placeholder {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(128, 107, 132, .25);
border-radius: 50%;
color: #806b84;
}

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

@media (max-width: 1100px) {

.wildlife-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


}

@media (max-width: 767px) {

.wildlife-facts-section {
    padding: 75px 0;
}

.wildlife-facts-heading {
    margin-bottom: 45px;
}

.wildlife-facts-grid {
    grid-template-columns: 1fr;
    gap: 22px;
}

.wildlife-fact-image {
    height: 250px;
}

.wildlife-fact-content {
    padding: 24px;
}

}

@media (max-width: 480px) {

.wildlife-fact-image {
    height: 220px;
}

.wildlife-fact-content {
    padding: 21px;
}

}
/* =========================================
   MELGHAT PUBLICATIONS
========================================= */

.melghat-publications {
    padding: 30px 0;
    background: #faf8f1;
}

.melghat-publications-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.melghat-publications-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d3901f;
}

.melghat-publications-heading h2 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #30352f;
}

.melghat-publications-heading p {
    margin: 0;
    color: #73786f;
    line-height: 1.8;
}


/* CARD */

.publication-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(48, 53, 47, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.publication-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(48, 53, 47, 0.12);
}


/* IMAGE */

.publication-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eeeae0;
}

.publication-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.publication-card:hover .publication-image img {
    transform: scale(1.05);
}


/* CONTENT */

.publication-content {
    position: relative;
    padding: 22px 22px 24px;
}

.publication-number {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #aa8d5b;
}

.publication-content h3 {
    min-height: 58px;
    margin: 0 0 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: 600;
    color: #30352f;
}


/* DOWNLOAD */

.publication-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aa8d5b;
    color: #30352f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.publication-download i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.publication-download:hover {
    color: #aa8d5b;
    gap: 11px;
}

.publication-download:hover i {
    transform: translate(2px, -2px);
}


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

@media (max-width: 991px) {

    .melghat-publications {
        padding: 70px 0;
    }

    .melghat-publications-heading h2 {
        font-size: 36px;
    }

}


@media (max-width: 767px) {

    .melghat-publications {
        padding: 60px 0;
    }

    .melghat-publications-heading {
        margin-bottom: 35px;
    }

    .melghat-publications-heading h2 {
        font-size: 30px;
    }

    .melghat-publications-heading p {
        line-height: 1.7;
    }

    .publication-content {
        padding: 18px 18px 20px;
    }

    .publication-content h3 {
        min-height: auto;
        font-size: 16px;
    }

}


@media (max-width: 575px) {

    .melghat-publications {
        padding: 50px 0;
    }

    .melghat-publications-heading h2 {
        font-size: 27px;
    }

    .publication-image {
        aspect-ratio: 5 / 6;
    }

}

/* =========================================
   RESEARCH PERMISSION SECTION
========================================= */

.research-permission-section {
    padding: 30px 0;
    background: #faf8f1;
}

.research-section-heading {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

.research-section-heading span {
    display: inline-block;
    color: #d1bd11;
    font-weight: 700;
    letter-spacing: 2px;
}

.research-section-heading h2 {
    margin: 0 0 15px;
    color: #29352d;
    font-weight: 700;
}

.research-section-heading p {
    margin: 0;
    color: #6d756e;
    line-height: 1.8;
}


/* =========================================
   TABLE WRAPPER
========================================= */

.research-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e4e2da;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(41, 53, 45, 0.07);
}


/* =========================================
   TABLE
========================================= */

.research-permission-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    color: #4c554e;
}

.research-permission-table thead {
    background: #263d31;
}

.research-permission-table th {
    padding: 18px 16px;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.research-permission-table th:first-child {
    width: 75px;
    text-align: center;
}

.research-permission-table th:nth-child(2) {
    width: 22%;
}

.research-permission-table th:nth-child(3) {
    width: 31%;
}

.research-permission-table th:nth-child(4) {
    width: 17%;
}

.research-permission-table th:nth-child(5) {
    width: 15%;
}

.research-permission-table th:last-child {
    width: 15%;
    border-right: 0;
}


/* =========================================
   TABLE BODY
========================================= */

.research-permission-table td {
    padding: 18px 16px;
    line-height: 1.65;
    vertical-align: top;
    border-bottom: 1px solid #e9e7df;
    border-right: 1px solid #eeece5;
}

.research-permission-table tbody tr:last-child td {
    border-bottom: 0;
}

.research-permission-table tbody tr:nth-child(even) {
    background: #fcfbf7;
}

.research-permission-table tbody tr {
    transition: background 0.25s ease;
}

.research-permission-table tbody tr:hover {
    background: #f2f5ef;
}

.research-permission-table td:first-child {
    text-align: center;
    color: #9a7a45;
    font-weight: 700;
}

.research-permission-table td:nth-child(4),
.research-permission-table td:nth-child(5),
.research-permission-table td:nth-child(6) {
    color: #59645c;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .research-permission-section {
        padding: 65px 0;
    }

    .research-table-wrapper {
        border-radius: 12px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .research-permission-section {
        padding: 55px 0;
    }

    .research-section-heading {
        margin-bottom: 30px;
    }

    .research-table-wrapper {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .research-permission-table,
    .research-permission-table tbody,
    .research-permission-table tr,
    .research-permission-table td {
        display: block;
        width: 100%;
    }

    .research-permission-table {
        min-width: 0;
    }

    .research-permission-table thead {
        display: none;
    }

    .research-permission-table tbody tr {
        margin-bottom: 18px;
        padding: 18px;
        background: #ffffff;
        border: 1px solid #e4e2da;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(41, 53, 45, 0.06);
    }

    .research-permission-table tbody tr:nth-child(even),
    .research-permission-table tbody tr:hover {
        background: #ffffff;
    }

    .research-permission-table td {
        display: grid;
        grid-template-columns: 42% 58%;
        gap: 10px;
        padding: 11px 0;
        border: 0;
        border-bottom: 1px solid #eeece5;
        text-align: left !important;
    }

    .research-permission-table td:last-child {
        border-bottom: 0;
    }

    .research-permission-table td::before {
        content: attr(data-label);
        color: #293d31;
        font-weight: 700;
    }

    .research-permission-table td:first-child {
        background: #f3f5ef;
        margin: -18px -18px 10px;
        padding: 12px 18px;
        border-radius: 14px 14px 0 0;
    }

    .research-permission-table td:first-child::before {
        content: "Research Entry";
    }

}

/* =========================
   MAGAZINE LIST
========================= */

.press-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.press-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f5;

    display: flex;
    flex-direction: column;

    transition: border-color 0.3s ease,
                box-shadow 0.3s ease,
                transform 0.3s ease;
}

.press-item:hover {
    border-color: #174d20;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    transform: translateY(-5px);
}


/* =========================
   MAGAZINE LINK
========================= */

.magazine-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.magazine-link img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.magazine-link:hover img {
    transform: scale(1.03);
}


/* =========================
   READ BUTTON
========================= */

.magazine-read {
    display: block;
    width: 100%;
    text-align: center;

    margin-top: auto;
    padding: 10px 12px;

    background: #000;
    color: #ffffff;

    border-radius: 7px;

    font-weight: 600;

    transition: background 0.3s ease;
}

.magazine-link:hover .magazine-read {
    background: #0c3d25;
}


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

@media (max-width: 992px) {
    .press-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .press-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* =========================================
   SOP DOCUMENT LIBRARY
========================================= */

.sop-library-section {
    padding: 30px 0px;
    background: #f7f8f4;
}

.sop-library-container {
    width: min(1200px, 100%);
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.sop-library-header {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.sop-library-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9be17;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}


.sop-library-header h2 {
    margin: 0 0 14px;
    color: #000;
    font-weight: 700;
}

.sop-library-header p {
    margin: 0 auto;
    max-width: 650px;
    color: #68736b;
    line-height: 1.8;
}


/* =========================================
   DOCUMENT LIST
========================================= */

.sop-library-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* =========================================
   DOCUMENT CARD
========================================= */

.sop-document-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 28px;

    background: #ffffff;
    border: 1px solid #e4e8e2;
    border-radius: 18px;
    padding: 18px;

    box-shadow: 0 8px 28px rgba(25, 55, 35, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.sop-document-card:hover {
    transform: translateY(-3px);
    border-color: #cfd9ce;
    box-shadow: 0 14px 35px rgba(25, 55, 35, 0.11);
}


/* =========================================
   IMAGE
========================================= */

.sop-document-image {
    min-height: 190px;
    overflow: hidden;
    border-radius: 12px;
    background: #f0f2ed;
}

.sop-document-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.4s ease;
}

.sop-document-card:hover .sop-document-image img {
    transform: scale(1.04);
}


/* =========================================
   CONTENT
========================================= */

.sop-document-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.sop-document-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    padding: 4px 10px;
    margin-bottom: 9px;

    border-radius: 20px;
    background: #edf3ed;
    color: #376243;

    font-weight: 700;
    letter-spacing: 0.5px;
}

.sop-document-type {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 9px;

    color: #9a7133;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sop-document-type iconify-icon {
    font-size: 18px;
}

.sop-document-content h3 {
    margin: 0 0 10px;
    color: #193b28;
    line-height: 1.45;
    font-weight: 700;
}

.sop-document-content p {
    margin: 0;
    color: #68716b;
    line-height: 1.7;
    max-width: 700px;
}


/* =========================================
   ACTION
========================================= */

.sop-document-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
}

.sop-pdf-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    width: 100%;
    padding: 13px 16px;

    border-radius: 10px;

    background: #000;
    color: #ffffff;

    text-decoration: none;
    font-weight: 700;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.sop-pdf-button:hover {
    background: #0e3917;
    color: #ffffff;
    transform: translateY(-2px);
}

.sop-pdf-button span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.sop-pdf-button iconify-icon {
    font-size: 19px;
}

.sop-pdf-button > iconify-icon {
    transition: transform 0.25s ease;
}

.sop-pdf-button:hover > iconify-icon {
    transform: translate(2px, -2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sop-document-card {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
    }

    .sop-document-image {
        min-height: 170px;
    }

    .sop-document-action {
        grid-column: 2;
        justify-content: flex-start;
        min-width: 0;
    }

    .sop-pdf-button {
        width: fit-content;
        min-width: 180px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sop-library-section {
        padding: 50px 15px;
    }

    .sop-library-header {
        margin-bottom: 30px;
    }

    .sop-document-card {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 15px;
    }

    .sop-document-image {
        height: 220px;
        min-height: 0;
    }

    .sop-document-action {
        width: 100%;
    }

    .sop-pdf-button {
        width: 100%;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sop-document-image {
        height: 190px;
    }

    .sop-document-card {
        border-radius: 14px;
    }
}
