/* Site polish — keeps the existing blue/amber brand, tightens sizing, humanizes footer & hero */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,560;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --wt-ink: #071a36;
  --wt-navy: #0a2f5c;
  --wt-primary: #073b86;
  --wt-accent: #1e88e5;
  --wt-accent-strong: #0d6ce0;
  --wt-mist: #e8eef5;
  --wt-muted: #6b7c93;
  --wt-footer-bg: #123c6b;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: #1c2a3a;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4,
.home-banner .img-landscape-03 .text h1,
.home-banner .img-landscape-03 .text h2 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.02em;
}

/* ——— Fixed header: clear over hero, solid after hero ——— */
.mainhead {
  display: none !important;
}

.navigation-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.navigation-bar .navbar {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.navigation-bar .navbar-brand {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.navigation-bar .navbar-logo {
  height: 58px !important;
  width: auto;
  display: block;
  transition: opacity 0.25s ease;
}

.navigation-bar .navbar-logo--light {
  display: block;
}

.navigation-bar .navbar-logo--dark {
  display: none;
}

.navigation-bar.scrolled .navbar-logo--light {
  display: none;
}

.navigation-bar.scrolled .navbar-logo--dark {
  display: block;
}

.navigation-bar .nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.navigation-bar .nav-link:hover,
.navigation-bar .nav-link:focus {
  color: #fff !important;
}

.navigation-bar .dropdown-toggle::after {
  filter: brightness(10);
}

.navigation-bar .btn {
  font-size: 0.9rem;
  padding: 0.55rem 1.15rem !important;
  border-radius: 6px !important;
  background-color: var(--wt-accent) !important;
  border-color: var(--wt-accent) !important;
  color: #fff !important;
}

.navigation-bar .btn:hover {
  background-color: var(--wt-accent-strong) !important;
  border-color: var(--wt-accent-strong) !important;
  color: #fff !important;
}

.navigation-bar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.55);
}

.navigation-bar .navbar-toggler-icon {
  filter: invert(1) brightness(1.4);
}

/* Solid state after hero */
.navigation-bar.scrolled {
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 26, 54, 0.08);
}

.navigation-bar.scrolled .nav-link {
  color: var(--wt-ink) !important;
  text-shadow: none;
}

.navigation-bar.scrolled .nav-link:hover,
.navigation-bar.scrolled .nav-link:focus {
  color: var(--wt-primary) !important;
}

.navigation-bar.scrolled .dropdown-toggle::after {
  filter: none;
}

.navigation-bar.scrolled .navbar-toggler {
  border-color: rgba(7, 26, 54, 0.25);
}

.navigation-bar.scrolled .navbar-toggler-icon {
  filter: none;
}

.navigation-bar .nav-item:hover .dropdown-menu {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .navigation-bar .navbar-collapse {
    margin-top: 0.65rem;
    padding: 0.85rem 1rem 1rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7, 26, 54, 0.12);
  }

  .navigation-bar .navbar-collapse .nav-link {
    color: var(--wt-ink) !important;
    text-shadow: none;
  }

  .navigation-bar .navbar-collapse .nav-link:hover {
    color: var(--wt-primary) !important;
  }

  .navigation-bar .dropdown-toggle::after {
    filter: none;
  }
}

/* ——— Home slider: readable gradient overlay ——— */
.home-banner .img-landscape-03 {
  position: relative;
  overflow: hidden;
}

.home-banner .img-landscape-03::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(6, 21, 39, 0.82) 0%,
      rgba(6, 21, 39, 0.62) 32%,
      rgba(6, 21, 39, 0.28) 58%,
      rgba(6, 21, 39, 0.08) 78%,
      rgba(6, 21, 39, 0.02) 100%
    ),
    linear-gradient(
      to top,
      rgba(6, 21, 39, 0.45) 0%,
      transparent 42%
    );
}

.home-banner .img-landscape-03 .text {
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 560px;
  padding-right: 1rem;
}

.home-banner .img-landscape-03 .text h1,
.home-banner .img-landscape-03 .text .h1,
.home-banner .img-landscape-03 .text h2,
.home-banner .img-landscape-03 .text .h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  margin-top: 0 !important;
}

.home-banner .img-landscape-03 .text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  max-width: 34rem;
  margin-bottom: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.home-banner .img-landscape-03 .text .btn {
  margin-top: 1.25rem !important;
  background-color: var(--wt-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7rem 1.35rem;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.home-banner .img-landscape-03 .text .btn:hover {
  background-color: var(--wt-accent-strong);
  color: #fff;
}

@media (max-width: 780px) {
  .home-banner .img-landscape-03 .text {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 12%;
    transform: none;
    max-width: none;
  }

  .home-banner .img-landscape-03::before {
    background:
      linear-gradient(
        to top,
        rgba(6, 21, 39, 0.88) 0%,
        rgba(6, 21, 39, 0.55) 45%,
        rgba(6, 21, 39, 0.2) 100%
      );
  }
}

/* ——— Section rhythm ——— */
.home-popular,
.home-destination,
.home-packages,
.home-activities {
  margin-top: 3.5rem !important;
}

.home-popular h4,
.home-destination h4,
.home-packages h4,
.section-title h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  letter-spacing: -0.01em;
}

.home-popular .start p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--wt-muted) !important;
}

/* ——— Footer ——— */
.site-footer {
  margin-top: 3rem;
  background:
    radial-gradient(ellipse 85% 65% at 12% 0%, rgba(120, 180, 235, 0.22), transparent 58%),
    radial-gradient(ellipse 55% 45% at 90% 100%, rgba(30, 136, 229, 0.18), transparent 55%),
    linear-gradient(180deg, #1a4d84 0%, var(--wt-footer-bg) 100%);
  color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid var(--wt-accent);
}

.site-footer .footer-inner {
  padding: 3.25rem 0 2.25rem;
}

.site-footer .footer-brand img {
  height: 64px;
  width: auto;
  margin-bottom: 0.85rem;
}

.site-footer .footer-brand p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 18rem;
  margin-bottom: 1.15rem;
}

.site-footer .footer-heading {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-links a:hover {
  color: #b6dcff;
  transform: translateX(3px);
}

.site-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.site-footer .footer-contact-item i {
  margin-top: 0.2rem;
  color: #b6dcff;
  font-size: 0.95rem;
  width: 1rem;
  text-align: center;
}

.site-footer .footer-contact-item a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer .footer-contact-item a:hover {
  color: #fff;
}

.site-footer .footer-social {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-social a i {
  font-size: 0.95rem;
}

.site-footer .footer-social a:hover {
  background: var(--wt-accent);
  border-color: var(--wt-accent);
  color: #fff;
  transform: translateY(-2px);
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.95rem 0;
}

/* Map section above footer */
.site-map {
  padding: 3.25rem 0 2.75rem;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border-top: 1px solid #d7e0ea;
}

.site-map__header {
  max-width: 40rem;
  margin-bottom: 1.35rem;
}

.site-map__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  color: var(--wt-ink);
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}

.site-map__copy {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--wt-muted);
}

.site-map__frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #d0dae6;
  box-shadow: 0 14px 36px rgba(7, 26, 54, 0.1);
  background: #dbe4ef;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  max-height: 340px;
}

.site-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-map__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wt-primary);
  text-decoration: none;
}

.site-map__link:hover {
  color: var(--wt-ink);
}

.site-map__link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.site-map__link:hover::after {
  transform: translateX(3px);
}

/* Brand card beside the map */
.site-brand {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6rem 1.5rem;
  border-radius: 16px;
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(30, 136, 229, 0.16), transparent 60%),
    #fff;
  border: 1px solid #d7e0ea;
  box-shadow: 0 14px 36px rgba(7, 26, 54, 0.08);
}

.site-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #f4f8fd;
  border: 1px solid #e2eaf4;
  animation: wtBreathe 6s ease-in-out 0.8s infinite;
  will-change: transform;
}

.site-brand__logo img {
  display: block;
  height: 76px;
  width: auto;
}

@keyframes wtBreathe {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.035) translateY(-3px);
  }
}

.site-brand__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  color: var(--wt-ink);
  margin-bottom: 0.2rem;
  letter-spacing: -0.01em;
}

.site-brand__tag {
  font-size: 0.88rem;
  color: var(--wt-muted);
  margin-bottom: 1.1rem;
}

.site-brand__meta {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  width: 100%;
}

.site-brand__meta li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0;
  border-top: 1px solid #e7eef6;
  font-size: 0.9rem;
  color: #3d5168;
}

.site-brand__meta li:last-child {
  border-bottom: 1px solid #e7eef6;
}

.site-brand__meta i {
  width: 1rem;
  text-align: center;
  color: var(--wt-accent);
  font-size: 0.9rem;
}

.site-brand__meta a {
  color: #3d5168;
  text-decoration: none;
  word-break: break-word;
}

.site-brand__meta a:hover {
  color: var(--wt-primary);
}

.site-brand__btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
  background: var(--wt-primary) !important;
  color: #fff !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  padding: 0.7rem 1.1rem !important;
  border-radius: 8px !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-brand__btn:hover {
  background: var(--wt-accent-strong) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .site-brand__logo {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .site-brand {
    align-items: center;
    text-align: center;
  }

  .site-brand__meta li {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .site-map {
    padding: 2.5rem 0 2rem;
  }

  .site-map__frame {
    aspect-ratio: 16 / 11;
    min-height: 220px;
    max-height: 280px;
  }

  .site-brand__logo img {
    height: 64px;
  }
}

.site-footer .footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.site-footer .footer-bottom span {
  color: rgba(255, 255, 255, 0.78);
}

/* Keep old .footer rules from interfering if any leftover markup */
.footer {
  padding: 0 !important;
  border-top: none !important;
  background-image: none !important;
}

.footer .footer-box {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.copy {
  background: transparent !important;
}

/* WhatsApp chip — quieter */
.whatsapp-chat {
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.chat-label {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

/* ——— About page ——— */
.about-banner .text h1,
.about-banner .text .h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin-bottom: 0.35rem;
}

.about-banner--polished .img-wide-02 {
  position: relative;
  min-height: 280px;
  max-height: 420px;
  overflow: hidden;
}

.about-banner--polished .img-wide-02 img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
}

.about-banner--polished .img-wide-02::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(6, 21, 39, 0.72) 0%, rgba(6, 21, 39, 0.35) 55%, rgba(6, 21, 39, 0.2) 100%);
}

.about-kicker {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}

.about-kicker--dark {
  color: var(--wt-primary);
}

.about-heading {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.2;
  color: var(--wt-ink);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.about-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #2a3b4f;
  margin-bottom: 0.85rem;
}

.about-copy {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--wt-muted);
  margin-bottom: 1.5rem;
}

.about-story {
  padding: 4rem 0 2.5rem;
}

.about-story__media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 26, 54, 0.12);
}

.about-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.about-points div {
  padding: 0.85rem 0.95rem;
  border-left: 3px solid var(--wt-accent);
  background: #f4f7fb;
}

.about-points strong {
  display: block;
  font-size: 0.92rem;
  color: var(--wt-ink);
  margin-bottom: 0.15rem;
}

.about-points span {
  font-size: 0.84rem;
  color: var(--wt-muted);
}

.about-why {
  padding: 2.5rem 0 3.5rem;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.about-why__intro {
  max-width: 36rem;
  margin-bottom: 2rem;
}

.about-reason {
  height: 100%;
  padding: 1.35rem 0.15rem 0.5rem;
  border-top: 1px solid #d9e2ec;
}

.about-reason__num {
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wt-accent);
  margin-bottom: 0.55rem;
}

.about-reason h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  color: var(--wt-ink);
  margin-bottom: 0.45rem;
}

.about-reason p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--wt-muted);
  margin: 0;
}

.about-promise {
  padding: 0 0 3rem;
}

.about-promise__panel {
  height: 100%;
  padding: 1.75rem 1.6rem;
  background: var(--wt-ink);
  color: rgba(255, 255, 255, 0.86);
  border-radius: 12px;
}

.about-promise__panel--accent {
  background: var(--wt-primary);
}

.about-promise__panel h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.65rem;
}

.about-promise__panel p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
}

.about-cta {
  padding: 0 0 4rem;
}

.about-cta__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 1.6rem;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(232, 163, 23, 0.08), transparent 45%),
    #fff;
}

.about-cta__box h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: var(--wt-ink);
  margin-bottom: 0.35rem;
}

.about-cta__box p {
  margin: 0;
  color: var(--wt-muted);
  font-size: 0.95rem;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.about-cta__btn {
  background: var(--wt-accent) !important;
  color: #fff !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  padding: 0.7rem 1.2rem !important;
  border-radius: 6px !important;
}

.about-cta__btn:hover {
  background: var(--wt-accent-strong) !important;
  color: #fff !important;
}

.about-cta__btn--ghost {
  background: transparent !important;
  color: var(--wt-primary) !important;
  border: 1px solid #b9c9db !important;
}

.about-cta__btn--ghost:hover {
  border-color: var(--wt-primary) !important;
  background: #f4f7fb !important;
}

@media (max-width: 767px) {
  .about-story {
    padding-top: 2.5rem;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-cta__box {
    padding: 1.35rem 1.15rem;
  }
}

/* ——— Services page ——— */
.services-page {
  padding: 3.5rem 0 4rem;
}

.service-card {
  height: 100%;
  padding: 1.45rem 1.3rem 1.35rem;
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  border-color: #b9c9db;
  box-shadow: 0 12px 28px rgba(7, 26, 54, 0.08);
}

.service-card__num {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wt-accent);
  margin-bottom: 0.55rem;
}

.service-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  color: var(--wt-ink);
  margin-bottom: 0.55rem;
}

.service-card p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--wt-muted);
  margin-bottom: 0.85rem;
}

.service-card ul {
  margin: 0 0 0.9rem;
  padding-left: 1.1rem;
  color: #3d5168;
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-card ul li {
  margin-bottom: 0.3rem;
}

.service-card__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--wt-primary);
  text-decoration: none;
}

.service-card__link:hover {
  color: var(--wt-ink);
}

.service-note {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 12px;
  background: #f4f7fb;
  border-top: 3px solid var(--wt-accent);
}

.service-note--dark {
  background: var(--wt-ink);
  border-top-color: var(--wt-accent);
  color: rgba(255, 255, 255, 0.82);
}

.service-note h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  color: var(--wt-ink);
  margin-bottom: 0.75rem;
}

.service-note--dark h3 {
  color: #fff;
}

.service-note ol,
.service-note ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.94rem;
  line-height: 1.55;
}

.service-note li {
  margin-bottom: 0.4rem;
}

.service-note--dark ol,
.service-note--dark ul {
  color: rgba(255, 255, 255, 0.78);
}

/* ——— Packages basic page ——— */
.packages-intro {
  padding: 3.5rem 0 4rem;
}

.packages-detail {
  height: 100%;
  padding: 1.4rem 1.25rem;
  border-top: 3px solid var(--wt-accent);
  background: #f4f7fb;
}

.packages-detail--soft {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-top: 3px solid var(--wt-primary);
}

.packages-detail h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  color: var(--wt-ink);
  margin-bottom: 0.55rem;
}

.packages-detail p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--wt-muted);
}

.packages-steps,
.packages-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--wt-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.packages-steps li,
.packages-list li {
  margin-bottom: 0.45rem;
}

.packages-steps li:last-child,
.packages-list li:last-child {
  margin-bottom: 0;
}

/* ——— FAQ accordion (homepage + FAQ page) ——— */
.home-faq {
  padding: 4rem 0 3.75rem;
  background:
    linear-gradient(180deg, rgba(4, 18, 38, 0.88) 0%, rgba(4, 18, 38, 0.82) 100%),
    url("../images/banner.jpg") center / cover no-repeat;
}

.home-faq .card-quote {
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(3, 14, 30, 0.3);
}

.home-faq .about-kicker--dark {
  color: #9ecbff;
}

.home-faq .faq-heading {
  color: #fff !important;
}

.home-faq .faq-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.home-faq .accordion,
.faq-page .accordion {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.home-faq .accordion-item,
.faq-page .accordion-item {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe4ef !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(7, 26, 54, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-faq .accordion-item {
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(3, 14, 30, 0.22);
}

.home-faq .accordion-item:hover,
.faq-page .accordion-item:hover {
  border-color: #b9d2ee !important;
  box-shadow: 0 10px 26px rgba(7, 26, 54, 0.08);
}

.home-faq .accordion-item:has(.accordion-button:not(.collapsed)),
.faq-page .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--wt-accent) !important;
  box-shadow: 0 12px 30px rgba(30, 136, 229, 0.14);
  animation: wtPop 0.45s ease;
}

@keyframes wtPop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.014);
  }
  100% {
    transform: scale(1);
  }
}

.home-faq .accordion-header,
.faq-page .accordion-header {
  margin: 0;
}

.home-faq .accordion-button,
.faq-page .accordion-button {
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wt-ink);
  background: #fff;
  box-shadow: none !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.home-faq .accordion-button:not(.collapsed),
.faq-page .accordion-button:not(.collapsed) {
  color: var(--wt-primary);
  background: linear-gradient(180deg, #f3f8fd 0%, #eaf2fb 100%);
}

/* Chevron pill instead of the invisible white plus icon */
.home-faq .accordion-button::after,
.faq-page .accordion-button::after {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: auto;
  border-radius: 50%;
  background-color: #eaf2fb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e88e5'%3E%3Cpath d='M1.6 4.2a1 1 0 0 1 1.4 0L8 9.2l5-5a1 1 0 1 1 1.4 1.4l-5.7 5.7a1 1 0 0 1-1.4 0L1.6 5.6a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  filter: none;
  transition: transform 0.28s ease, background-color 0.2s ease;
}

.home-faq .accordion-button:not(.collapsed)::after,
.faq-page .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-color: var(--wt-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M1.6 4.2a1 1 0 0 1 1.4 0L8 9.2l5-5a1 1 0 1 1 1.4 1.4l-5.7 5.7a1 1 0 0 1-1.4 0L1.6 5.6a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
}

.home-faq .accordion-body,
.faq-page .accordion-body {
  background: #fff;
  padding: 0.15rem 1.15rem 1.1rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--wt-muted);
}

.home-faq .accordion-body .small,
.faq-page .accordion-body .small {
  font-size: inherit;
}

.home-faq .accordion-body p,
.faq-page .accordion-body p {
  margin: 0;
}

.home-faq .faq-heading {
  margin-bottom: 0.35rem;
}

.home-faq .faq-subtitle {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--wt-muted);
  margin-bottom: 1.25rem;
}

.faq-more {
  margin-top: 1.35rem;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  padding: 0.6rem 1.4rem !important;
  border-radius: 999px !important;
  color: var(--wt-primary) !important;
  background: #fff !important;
  border: 1px solid #c7d8ec !important;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.faq-more:hover {
  border-color: var(--wt-accent) !important;
  color: var(--wt-accent) !important;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .home-faq .accordion-item,
  .faq-page .accordion-item {
    animation: none !important;
  }
}

/* ——— FAQ page ——— */
.faq-page {
  padding: 3.25rem 0 4rem;
}

.faq-page__intro {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--wt-muted);
  margin-bottom: 1.75rem;
}

.faq-page__cta {
  margin-top: 2rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid #d7e0ea;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.faq-page__cta p {
  margin: 0;
  color: var(--wt-ink);
  font-weight: 600;
}

/* ——— Replace leftover orange/yellow accents with blue ——— */
:root {
  --bs-primary100: #1e88e5;
  --bs-accent700: #1e88e5;
  --bs-yellow500: #1e88e5;
}

.home-banner .img-landscape-03 .text h5,
.home-banner .img-landscape-03 .text .h5,
.contact-form .social i:hover,
.blog-main .more:hover h6,
.blog-main .more:hover .h6,
.package-main .booking .book span,
.text-primary100,
.text-accent700,
.text-yellow500 {
  color: var(--wt-accent) !important;
}

.package-main .booking form .btn:hover,
.btn-ghost-primary:hover,
.btn-ghost-primary:focus-visible,
.btn-ghost-primary:active,
.bg-primary100,
.bg-accent700,
.bg-yellow500,
.text-bg-primary100,
.text-bg-accent700,
.text-bg-yellow500,
.btn-primary100,
.btn-accent700,
.btn-yellow500 {
  background-color: var(--wt-accent) !important;
  color: #fff !important;
}

.border-primary100,
.border-accent700,
.border-yellow500 {
  border-color: var(--wt-accent) !important;
}

.home-popular h3::after,
.home-popular .h3::after,
.home-faq h4::after,
.home-faq .h4::after,
.about-team h4::after,
.about-team .h4::after {
  background-color: var(--wt-accent) !important;
}
