:root {
  --bs-primary: #1f4b3b;
  --base-color: #1f4b3b;
  --second-color: #d2a246;
  --third-color: #5e7a60;
  --very-light-base-color: #faf7f2;
  --bs-primary-rgb: 31, 75, 59;
  --bs-secondary-rgb: 200, 161, 90;
  --primary-font: "Poppins", sans-serif;
  --alt-font: "Libertinus Serif", serif;
  --ink: #2f2a24;
  --text-light: #6f6a63;
  --gold: #d2a246;
  --gold-light: #ddbe7a;
  --gold-deep: #8b6b2f;
  --white: #ffffff;
  --cream: #faf7f2;
  --light-green: #edf3ee;
  --border-color: #e6ded0;
  --hero-overlay: rgba(15, 35, 25, 0.55);
  --section-overlay: rgba(31, 75, 59, 0.08);
  --river-line: rgba(200, 161, 90, 0.35);
  --shadow-sm: 0 5px 15px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.35s ease;
}
body,
html {
  height: auto;
}
.bg-hitam {
  background-color: #000000;
}
.text-hitam {
  color: #000000;
}
.primary-font {
  font-family: var(--primary-font) !important;
}

.alt-font {
  font-family: var(--alt-font) !important;
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-very-light-base-color {
  background-color: var(--very-light-base-color);
}

.bg-second-color {
  background-color: var(--second-color);
}
.swiper-pagination-bullet-active {
  background: var(--second-color) !important;
}
.text-base-color {
  color: var(--base-color);
}

.text-black {
  color: #000000;
}

.text-second-color {
  color: var(--second-color);
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0; /* sama dengan top:0; left:0; right:0; bottom:0 */
  background-color: rgba(0, 0, 0, 0.8); /* hitam transparan 50% */
  z-index: -1;
}
/*==========================================================================
* GENERAL
==========================================================================*/
.rounded-5 {
  border-radius: 1.5rem;
}

.bg-soft-primary {
  background-color: #f7f9fd !important;
}

/*==========================================================================
* BUTTON CSS
==========================================================================*/
.btn-base-color {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-outline-base-color {
  --bs-btn-color: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--base-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-outline-base-color span {
  --bs-btn-color: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--base-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-second-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--second-color);
  --bs-btn-border-color: var(--second-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--second-color);
  --bs-btn-hover-border-color: var(--second-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--second-color);
  --bs-btn-active-border-color: var(--second-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--second-color);
  --bs-btn-disabled-border-color: var(--second-color);
}

.swiper-hero {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.swiper-hero,
.swiper-hero .swiper-slide {
  /* height: auto !important; */
  height: 100vh !important;
}
.gloader,
.page-loader:before,
.swiper-hero:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  background: 0 0;
  border: 4px solid var(--bs-primary);
  box-shadow: none;
  border-radius: 50%;
  animation: loader-scale 1s ease-out infinite;
}
.overlay-adventure-left {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.25) 35%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.15) 55%,
      rgba(0, 0, 0, 0) 100%
    );
}
@media (max-width: 991.98px) {
    .overlay-adventure-left {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.55) 25%,
            rgba(0, 0, 0, 0.2) 55%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}
.swiper-slide .content {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  /* max-width: 800px; */
  width: 100%;
  padding: 0 15px;
  flex-direction: column;
  justify-content: left;
}
.swiper-slide-active .content div {
  opacity: 1;
  /* transform: translateY(0) scale(1); */
  transition-delay: 0.6s;
}
.swiper-slide-active .content span {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.2s;
}
.brand-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.swiper-slide-active .content h1 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.4s;
}
.swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateX(0);
}
.content {
  position: relative;
  height: 100vh;
  z-index: 3;
}
.hero-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  /* max-width: 980px; */
}
.animated-zoom {
  transform: scale(1);
  transition: transform 12s linear;
}

.swiper-slide-active .animated-zoom {
  transform: scale(1.18);
}

.content div {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  /* max-width: 1000px; */
}

@media only screen and (max-width: 600px) {
  .swiper-slide {
    background-size: cover;
    width: 100%;
  }

  .swiper-hero,
  .swiper-hero .swiper-slide {
    /* height: 150px !important; */
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-container .swiper img {
    height: 100vh;
    position: relative;
    object-fit: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-box {
    left: 30px;
    position: relative;
  }
}
.hero-title {
  /* color: #ffffff; */
  font-weight: 800;
  font-size: 35px;
  line-height: 1.1;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .swiper-slide .content {
    top: 75%;
    left: 40%;
  }
  .hero-desc {
    font-size: 14px;
  }
  .hero-title {
    font-size: 30px;
  }
}
.content-box {
  text-align: left;
  /* max-width: 700px; */
}

.hero-title {
  line-height: 1.1;
}

.hero-desc {
  /* max-width: 600px; */
}

@media (max-width: 991.98px) {
  .content-box {
    text-align: center;
    margin: 0 auto;
  }

  .hero-desc {
    max-width: 100%;
  }

  .content-box .d-flex {
    justify-content: center !important;
  }
}
/*==========================================================================
* Navbar
==========================================================================*/
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--second-color);
}

.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: var(--second-color);
}

@media (max-width: 576px) {
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--base-color);
  }
}

.nav-link:focus,
.nav-link:hover {
  color: var(--second-color);
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--base-color);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*==========================================================================
* START WA/ APPO BTN / SCROLL TOP
==========================================================================*/
.showhide {
  visibility: hidden;
  opacity: 0;
}

.showhide.show {
  opacity: 1;
  visibility: visible;
}

.flt-btn {
  border-radius: 30px;
  display: flex;
  height: 45px;
  min-width: 45px;
  position: fixed;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.appo-btn {
  position: fixed;
  left: 20px;
  bottom: 100px;
  line-height: 40px;
  color: #fff;
  background: var(--base-color);
  border: 2px solid #fff;
}

.appo-btn a {
  color: #fff !important;

  display: block;
}

.wa-btn {
  position: fixed;
  left: 20px;
  bottom: 40px;
  line-height: 48px;
  color: #fff;
  background: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.wa-btn a {
  color: #fff !important;
  height: 100%;
}

.flt-btn span {
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 45px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.flt-btn:hover {
  color: #fff;
  padding: 0 20px;
}

.flt-btn:hover span {
  opacity: 1;
  letter-spacing: 0;
  padding-left: 5px;
}

.wa-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 30px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.appo-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.7s ease-out infinite;
  opacity: 1;
  background: var(--base-color);
  border-radius: 30px;
  -webkit-animation: ripple 1.7s ease-out infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

button.scroll-top:focus {
  outline: none;
}

.scroll-top.open {
  bottom: 40px;
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 105%;
  right: 25px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--base-color);
  transition: 1s ease;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scroll-top span {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  animation: ripple 1.7s ease-out infinite;
  -webkit-animation: ripple 1.7s ease-out infinite;
}

.wa-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 50%;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
/* END WA/ APPO BTN / SCROLL TOP */
.welcome-section {
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 15% 20%, var(--light-green) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, var(--light-green) 0%, transparent 45%);
  position: relative;
  overflow: hidden;
}

/* Decorative background pattern */
.welcome-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}

/* Eyebrow */
.welcome-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding: 5px 14px;
  border: 1px solid var(--gold-light);
  border-radius: 50px;
  background: var(--white);
}

.welcome-eyebrow-icon {
  color: var(--gold);
  flex-shrink: 0;
}

/* Title */
.welcome-title {
  font-family: var(--alt-font);
  font-weight: 800;
  font-style: italic;
  color: var(--second-color);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.welcome-title-accent {
  color: var(--base-color);
  font-style: normal;
  font-weight: 700;
}

/* Divider */
.welcome-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 1rem;
  max-width: 220px;
}

.welcome-divider-line {
  flex: 1;
  height: 1px;
  background: var(--river-line);
}

.welcome-divider-icon {
  flex-shrink: 0;
}

/* Description */
.welcome-desc {
  font-family: var(--primary-font);
  color: var(--text-light);
  font-size: 0.7rem;
  line-height: 1.85;
  width: 100%;
}

@media (min-width: 992px) {
  .welcome-divider-start {
    justify-content: flex-start;
    margin-left: 0;
  }

  .welcome-desc-start {
    margin-left: 0;
    margin-right: 0;
  }

  .welcome-desc {
    width: 90%;
  }
}

/* Images */
.welcome-img-wrap {
  position: relative;
  /* margin: 0 auto; */
}

.welcome-img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}

.welcome-img-ring {
  position: absolute;
  inset: 0;
  border: 1.5px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: 1;
}

.welcome-img-right .welcome-img-ring {
  top: 16px;
  right: 16px;
}

/* Dot-grid ornament sitting behind the image */
.welcome-img-dots {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(var(--gold) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.5;
  z-index: 0;
}

/* Thin corner brackets framing the photo */
.welcome-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
  z-index: 3;
}

.welcome-corner-tl {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0 0;
}

.welcome-corner-br {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 6px 0;
}

/* Little floating "Since 1998" badge on the image */
.welcome-img-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  z-index: 4;
  background: var(--base-color);
  color: var(--white);
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--cream);
  text-align: center;
}

.welcome-img-badge-label {
  font-family: var(--primary-font);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.welcome-img-badge-value {
  font-family: var(--alt-font);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  .welcome-img-badge {
    left: 8px;
  }

  .welcome-img-dots {
    width: 60px;
    height: 60px;
  }
}
.advantage-section {
  position: relative;
  overflow: hidden;
  background-color: var(--base-color);
}

/* Decorative glows */
.advantage-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.advantage-glow-1 {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -80px;
  background: rgba(210, 162, 70, 0.18);
}

.advantage-glow-2 {
  width: 260px;
  height: 260px;
  bottom: -100px;
  left: -60px;
  background: rgba(94, 122, 96, 0.35);
}

/* Dot-grid ornament */
.advantage-dots {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    rgba(210, 162, 70, 0.4) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

/* Wavy line ornament */
.advantage-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  z-index: 0;
}

/* Eyebrow */
.advantage-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0.75rem;
  padding: 5px 14px;
  border: 1px solid rgba(210, 162, 70, 0.4);
  border-radius: 50px;
}

/* Title */
.advantage-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.advantage-title-accent {
  color: var(--gold);
  font-style: italic;
}

/* Description */
.advantage-desc {
  font-family: var(--primary-font);
  color: rgba(250, 247, 242, 0.75);
  line-height: 1.85;
  margin: 0 0 0 auto;
}

@media (max-width: 991.98px) {
  .advantage-desc {
    margin: 0 auto;
    /* text-align: center; */
  }

  .advantage-item {
    text-align: left !important;
  }

  .advantage-icon {
    margin: 1rem 0 !important;
  }
}

/* ============ Items (border-divided list, no card) ============ */
.advantage-item {
  position: relative;
  height: 100%;
  text-align: center;
  /* padding-bottom: 1.5rem; */
  border-bottom: 1px dashed rgba(250, 247, 242, 0.2);
  z-index: 1;
}

/* remove trailing divider on the very last item */
.advantage-list > div:last-child .advantage-item {
  border-bottom: 0;
  padding-bottom: 0;
}

.advantage-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(250, 247, 242, 0.08);
  border: 1px solid rgba(210, 162, 70, 0.35);
  color: var(--gold-light);
  transition: var(--transition);
}

.advantage-icon img {
  transition: var(--transition);
}

.advantage-item:hover .advantage-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: translateY(-3px);
}

.advantage-item:hover .advantage-icon img {
  filter: brightness(0) invert(1);
}

.advantage-item-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 0.6rem !important;
}

.advantage-item-desc {
  font-family: var(--primary-font);
  color: rgba(250, 247, 242, 0.65);
  font-size: 0.7rem;
  line-height: 1.7;
  margin-bottom: 0;
  /* max-width: 220px; */
  margin-left: auto;
  margin-right: auto;
}

/* From lg up: single row of 4 — switch divider to a vertical right border */
@media (min-width: 992px) {
  .advantage-item {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-right: 1px dashed rgba(250, 247, 242, 0.2);
  }

  .advantage-list > div:first-child .advantage-item {
    padding-left: 0;
  }

  .advantage-list > div:last-child .advantage-item {
    border-right: 0;
    padding-right: 0;
  }
}
.menu-section {
  position: relative;
  /* overflow: hidden; */
  background-color: var(--cream);
}

/* Ornaments */
.menu-dots {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    rgba(31, 75, 59, 0.25) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.menu-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  pointer-events: none;
  z-index: 0;
}

/* Header */
.menu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding: 5px 14px;
  border: 1px solid var(--gold-light);
  border-radius: 50px;
  background: var(--white);
}

.menu-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--second-color);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.menu-title-accent {
  color: var(--base-color);
  font-style: italic;
}

.menu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 1rem;
  max-width: 250px;
}

.menu-divider-line {
  flex: 1;
  height: 1px;
  background: var(--river-line);
}

.menu-desc {
  font-family: var(--primary-font);
  color: var(--text-light);
  /* max-width: 520px; */
  margin: 0 auto;
  line-height: 1.8;
}

/* Swiper wrap */
.menu-swiper-wrap {
  position: relative;
  /* max-width: 480px; */
  margin: 0 auto;
}

.menu-swiper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.menu-swiper-img {
  width: 100%;
  /* aspect-ratio: 4 / 5; */
  object-fit: cover;
  display: block;
}

.menu-swiper-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: linear-gradient(to top, rgba(15, 35, 25, 0.85), transparent);
  color: var(--white);
}

.menu-swiper-caption-name {
  font-family: var(--alt-font);
  font-weight: 700;
  font-size: 1.1rem;
}

.menu-swiper-caption-price {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gold-light);
}

/* Corner brackets */
.menu-corner {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid var(--gold);
  z-index: 3;
}

.menu-corner-tl {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0 0;
}

.menu-corner-br {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 6px 0;
}

/* Swiper nav buttons */
.menu-swiper-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 1rem;
}

.menu-swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: var(--white);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.menu-swiper-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: var(--white);
}

.menu-swiper .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.7;
}

.menu-swiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
}

/* Menu list */
.menu-list-item {
  padding: 1rem 0;
  border-bottom: 1px dashed var(--border-color);
}

.menu-list-item:first-child {
  padding-top: 0;
}

.menu-list-top {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0.4rem;
}

.menu-list-name {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.menu-list-leader {
  flex: 1;
  border-bottom: 1.5px dotted var(--border-color);
  transform: translateY(-4px);
}

.menu-list-price {
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--gold-deep);
  font-size: 0.8rem;
  white-space: nowrap;
}

.menu-list-desc {
  font-family: var(--primary-font);
  color: var(--text-light);
  font-size: 0.7rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.gallery-section {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
}
/* Ornaments */
.gallery-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  top: -140px;
  left: -100px;
  border-radius: 50%;
  background: var(--light-green);
  filter: blur(70px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.gallery-dots {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    rgba(210, 162, 70, 0.4) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.gallery-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  z-index: 0;
}

/* Header */
.gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding: 5px 14px;
  border: 1px solid var(--gold-light);
  border-radius: 50px;
  background: var(--cream);
}

.gallery-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--second-color);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.gallery-title-accent {
  color: var(--base-color);
  font-style: italic;
}

.gallery-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 1rem;
  max-width: 250px;
}

.gallery-divider-line {
  flex: 1;
  height: 1px;
  background: var(--river-line);
}

.gallery-desc {
  font-family: var(--primary-font);
  color: var(--text-light);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Gallery items — feature and grid squares share the exact same
       aspect ratio (1:1), so the right-hand 2x2 grid always lines up
       evenly with the left feature photo, at every screen size. */
.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}

.gallery-item-feature,
.gallery-item-square {
  aspect-ratio: 1 / 1;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(
    to top,
    rgba(15, 35, 25, 0.75) 0%,
    rgba(15, 35, 25, 0) 55%
  );
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-zoom {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  transform: translateY(8px);
  transition: var(--transition);
}

.gallery-item:hover .gallery-zoom {
  transform: translateY(0);
}

.gallery-caption {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--white);
  font-size: 0.95rem;
  transform: translateY(8px);
  transition: var(--transition);
  transition-delay: 0.05s;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

/* One consistent tag pill style for every photo */
.gallery-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-family: var(--primary-font);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(15, 35, 25, 0.55);
  backdrop-filter: blur(2px);
  padding: 4px 10px;
  border-radius: 50px;
}

/* accent variant for the feature photo's "Best Seller" tag */
.gallery-tag-accent {
  color: var(--base-color);
  background: var(--gold-light);
}

/* thin ring on the feature photo for emphasis */
.gallery-item-feature::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

/* "+N More" overlay — always visible (not just on hover) on the
       last tile, so people immediately know there's more to see. */
.gallery-more-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: rgba(15, 35, 25, 0.72);
  backdrop-filter: blur(1px);
  transition: var(--transition);
}

.gallery-item:hover .gallery-more-overlay {
  background: rgba(15, 35, 25, 0.85);
}

.gallery-more-count {
  font-family: var(--alt-font);
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  color: var(--gold-light);
  line-height: 1;
}

.gallery-more-label {
  font-family: var(--primary-font);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}

@media (min-width: 991.98px) {
  .gallery-divider {
    margin: 1rem 0;
  }
  .testi-divider {
    margin: 1rem 0 !important;
  }
}
.testi-section {
  position: relative;
  overflow: hidden;
  background-color: var(--cream);
}

.testi-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  top: -120px;
  right: -100px;
  border-radius: 50%;
  background: var(--light-green);
  filter: blur(70px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.testi-dots {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    rgba(210, 162, 70, 0.4) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.testi-quote-bg {
  position: absolute;
  top: 20px;
  right: 8%;
  width: 130px;
  height: 130px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.testi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 12px;
  padding: 5px 14px;
  border: 1px solid var(--gold-light);
  border-radius: 50px;
  background: var(--white);
}

.testi-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--second-color);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.testi-title-accent {
  color: var(--base-color);
  font-style: italic;
}

.testi-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 1.25rem;
  max-width: 250px;
}

.testi-divider-line {
  flex: 1;
  height: 1px;
  background: var(--river-line);
}

.testi-desc {
  font-family: var(--primary-font);
  color: var(--text-light);
  line-height: 1.85;
}

/* Rating summary */
.testi-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.75rem;
}

.testi-rating-score {
  font-family: var(--alt-font);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--ink);
  line-height: 1;
}

.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}

.testi-rating-count {
  font-family: var(--primary-font);
  font-size: 0.75rem;
  color: var(--text-light);
  display: block;
}
.contact-section {
  background-color: var(--white);
}

.contact-cta {
  background-color: var(--base-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* Ornaments */
.contact-dots {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    rgba(210, 162, 70, 0.4) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.contact-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  bottom: -120px;
  right: -60px;
  border-radius: 50%;
  background: rgba(210, 162, 70, 0.18);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.contact-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  pointer-events: none;
  z-index: 0;
}

/* Info side */
.contact-info {
  position: relative;
  z-index: 1;
  padding: 3rem 2.5rem;
  height: 100%;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 12px;
  padding: 5px 14px;
  border: 1px solid rgba(210, 162, 70, 0.4);
  border-radius: 50px;
}

.contact-title {
  font-family: var(--alt-font);
  font-weight: 700;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 0.9rem;
}

.contact-title-accent {
  color: var(--gold);
  font-style: italic;
}

.contact-desc {
  font-family: var(--primary-font);
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Contact list */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.contact-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(250, 247, 242, 0.08);
  border: 1px solid rgba(210, 162, 70, 0.35);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-list-label {
  display: block;
  font-family: var(--primary-font);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-list-value {
  display: block;
  font-family: var(--primary-font);
  color: var(--white);
  font-size: 14px;
  line-height: 1.6;
}

.contact-list-value-link {
  text-decoration: none;
  transition: var(--transition);
}

.contact-list-value-link:hover {
  color: var(--gold-light);
}

/* small inline hint next to the WhatsApp number */
.contact-wa-hint {
  font-size: 0.7rem;
  color: rgba(250, 247, 242, 0.55);
  font-weight: 400;
  margin-left: 4px;
}

.contact-list-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-family: var(--primary-font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 162, 70, 0.5);
  padding-bottom: 1px;
}

.contact-list-link:hover {
  color: var(--gold);
}

/* Buttons */
.contact-btn-group {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 12px;
}

.contact-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--white);
  background: #25d366;
  border: 1px solid #25d366;
  transition: var(--transition);
  text-decoration: none;
}

.contact-btn-wa:hover {
  background: #1ebe5a;
  border-color: #1ebe5a;
  color: var(--white);
  transform: translateY(-2px);
}

/* Map side */
.contact-map {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 340px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  filter: grayscale(15%) contrast(1.05);
}

@media (max-width: 991.98px) {
  .contact-info {
    padding: 2.5rem 1.75rem 0.5rem;
    text-align: center;
  }

  .contact-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-list-item {
    text-align: left;
  }

  .contact-btn-group {
    justify-content: center;
  }

  .contact-map {
    margin-top: 1rem;
  }
}
.footer-section {
  background-color: var(--base-color);
  color: rgba(250, 247, 242, 0.75);
  position: relative;
}

/* ---------- decorative ornaments ---------- */
.footer-adv-icon {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.footer-adv-compass {
  width: 140px;
  height: 140px;
  top: -30px;
  right: 6%;
}

.footer-adv-mountain {
  width: 220px;
  height: 130px;
  bottom: -10px;
  left: -40px;
}

.footer-adv-canoe {
  width: 200px;
  height: 120px;
  bottom: 30px;
  right: -50px;
  opacity: 0.06;
}

.footer-adv-trail {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0.12;
}

.footer-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- About column ---------- */
.footer-logo-img {
  max-height: 100px;
  width: auto;
}

.footer-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(250, 247, 242, 0.7);
  width: 90%;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(210, 162, 70, 0.35);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition);
  text-decoration: none;
}

.footer-social-icon:hover {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--base-color);
  transform: translateY(-3px);
}

/* ---------- Shared heading ---------- */
.footer-heading {
  font-family: var(--alt-font);
  font-weight: 700;
  font-style: italic;
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--second-color);
  border-radius: 2px;
}

/* ---------- Contact column ---------- */
.footer-contact-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(250, 247, 242, 0.08);
  border: 1px solid rgba(210, 162, 70, 0.35);
  color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.footer-contact-item {
  font-family: var(--primary-font);
  font-size: 14px;
  color: rgba(250, 247, 242, 0.8);
  text-decoration: none;
  line-height: 1.6;
  transition: var(--transition);
}

a.footer-contact-item:hover {
  color: var(--second-color);
}

/* ---------- Gallery column: 3 cols x 2 rows = 6 photos, GLightbox ---------- */
.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.footer-gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(210, 162, 70, 0.25);
  cursor: zoom-in;
}

.footer-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
  filter: brightness(0.9);
}

.footer-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 35, 25, 0.35);
  opacity: 0;
  transition: var(--transition);
}

.footer-gallery-item:hover img {
  transform: scale(1.12);
  filter: brightness(1);
}

.footer-gallery-item:hover::after {
  opacity: 1;
}

/* zoom icon that appears in the center on hover */
.footer-gallery-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  backdrop-filter: blur(1px);
  transition: var(--transition);
}

.footer-gallery-item:hover .footer-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ---------- Bottom bar ---------- */
.footer-bottom {
  border-top: 1px solid rgba(250, 247, 242, 0.12);
  padding: 1.25rem 0;
}

.footer-copy {
  font-family: var(--primary-font);
  font-size: 0.6rem;
  color: rgba(250, 247, 242, 0.6);
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer-desc,
  .footer-heading {
    text-align: left;
  }

  .footer-heading::after {
    left: 0;
  }
}
.fwa-btn {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow:
    0 8px 24px rgba(37, 211, 102, 0.45),
    var(--shadow-md);
  transition: var(--transition);
}

.fwa-btn:hover {
  background: #1ebe5a;
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow:
    0 12px 28px rgba(37, 211, 102, 0.55),
    var(--shadow-lg);
}

.fwa-btn i {
  position: relative;
  z-index: 2;
}

/* pulsing rings behind the button */
.fwa-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.55);
  z-index: 0;
  animation: fwa-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.fwa-ring-delay {
  animation-delay: 1.1s;
}

@keyframes fwa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* tooltip on hover */
.fwa-tooltip {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  background: var(--ink);
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 2;
}

.fwa-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-color: var(--ink);
}

.fwa-btn:hover .fwa-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 575.98px) {
  .fwa-btn {
    left: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
  }

  /* tooltip gets in the way on small screens — hide it there */
  .fwa-tooltip {
    display: none;
  }
}
.glightbox-clean .gdesc-inner {
  padding: 0px 20px !important;
}
.glightbox-clean .gslide-description {
  background: transparent !important;
}
