:root {
  --brand: #0f6b5f;
  --brand-dark: #073c35;
  --brand-soft: #e8f3ef;
  --accent: #d39a2b;
  --ink: #17211f;
  --muted: #63706c;
  --line: #dfe7e4;
  --cream: #fbfaf6;
  --white: #ffffff;
}

.fa,
.fa-solid,
.fa-brands,
.fas,
.fab {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
}

.fa::before,
.fa-solid::before,
.fa-brands::before,
.fas::before,
.fab::before {
  display: inline-block;
  min-width: 1em;
}

.fa-phone::before,
.fa-phone-volume::before {
  content: "\260E" !important;
}

.fa-envelope::before {
  content: "\2709" !important;
}

.fa-language::before {
  content: "EN" !important;
  font-size: 0.72em;
}

.fa-whatsapp::before {
  content: "W" !important;
}

.fa-route::before,
.fa-road::before,
.fa-map-location-dot::before {
  content: "\27A4" !important;
}

.fa-calendar-check::before {
  content: "\2713" !important;
}

.fa-headset::before {
  content: "\260E" !important;
}

.fa-paper-plane::before,
.fa-arrow-right::before {
  content: "\2192" !important;
}

.fa-taxi::before {
  content: "T" !important;
}

.fa-plane-arrival::before {
  content: "\2708" !important;
}

.fa-user-tie::before {
  content: "\25CF" !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  background: var(--brand-dark);
  color: var(--white);
  padding: 9px 0;
  font-size: 14px;
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.top-links a,
.site-footer a {
  transition: color 0.2s ease;
}

.top-links a:hover,
.site-footer a:hover {
  color: var(--accent);
}

.owner-text {
  color: #f3d99e;
  font-weight: 600;
}

.main-nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(7, 60, 53, 0.1);
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--brand);
  color: var(--white);
  border: 3px solid var(--accent);
  border-radius: 50%;
  font-weight: 800;
}

.brand-lockup strong,
.footer-brand strong {
  display: block;
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1;
}

.brand-lockup small,
.footer-brand small {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-weight: 600;
  padding: 12px 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brand);
}

.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--brand-dark);
  background: var(--white);
  font-weight: 700;
}

.language-control i {
  color: var(--brand);
}

.language-control select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--brand-dark);
  font-weight: 700;
  cursor: pointer;
}

.btn {
  border-radius: 6px;
  font-weight: 700;
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: var(--white);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.btn-ghost:hover {
  background: var(--white);
  color: var(--brand-dark);
}

.hero-slider,
.hero-slider .carousel-item {
  min-height: 650px;
}

.hero-slider .carousel-item img {
  height: 650px;
  object-fit: cover;
  filter: brightness(0.54);
}

.hero-caption {
  right: auto;
  left: 8%;
  bottom: 17%;
  max-width: 760px;
  text-align: left;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

.hero-caption h1,
.hero-caption h2 {
  font-size: clamp(38px, 7vw, 74px);
  line-height: 1;
  font-weight: 800;
  margin: 0 0 18px;
  color: var(--white);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

.hero-caption p {
  font-size: clamp(17px, 2.2vw, 23px);
  margin-bottom: 28px;
  color: #f7f7f3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.booking-band {
  background: var(--cream);
  padding: 0 0 36px;
}

.booking-panel {
  transform: translateY(-38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  box-shadow: 0 18px 40px rgba(7, 60, 53, 0.14);
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.booking-panel h2,
.section-title h2,
.about-section h2,
.faq-section h2,
.contact-info h2 {
  color: var(--brand-dark);
  font-weight: 800;
}

.booking-panel p,
.section-title p,
.tour-body p,
.service-box p,
.why-box p,
.about-section p,
.contact-info p {
  color: var(--muted);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 320px;
  justify-content: flex-end;
}

.btn-dark-cta {
  background: var(--brand-dark);
  color: var(--white);
}

.btn-light-cta {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.section-wrap,
.service-section,
.why-section,
.contact-section {
  padding: 80px 0;
}

.section-title {
  max-width: 780px;
  margin: 0 auto 42px;
}

.tour-card {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 33, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(23, 33, 31, 0.13);
}

.tour-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.tour-body {
  padding: 22px;
}

.tour-body span {
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
}

.tour-body h3,
.service-box h3,
.why-box h3 {
  font-size: 20px;
  color: var(--brand-dark);
  font-weight: 800;
  margin: 8px 0 10px;
}

.tour-body a {
  color: var(--brand);
  font-weight: 800;
}

.service-section,
.faq-section {
  background: var(--cream);
}

.service-box {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 22px;
  box-shadow: 0 8px 22px rgba(23, 33, 31, 0.06);
}

.service-box i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: 8px;
  font-size: 24px;
}

.about-img,
.faq-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 60, 53, 0.16);
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.about-points div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--brand-soft);
}

.about-points strong {
  display: block;
  color: var(--brand);
  font-size: 26px;
  line-height: 1;
}

.about-points span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

.why-section {
  background: linear-gradient(135deg, var(--brand-dark), #102824);
  color: var(--white);
}

.why-section .section-title h2,
.why-section .section-title p {
  color: var(--white);
}

.why-box {
  height: 100%;
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px;
}

.why-box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.why-box h3 {
  color: var(--white);
}

.why-box p {
  color: #d7e4df;
  margin: 0;
}

.accordion-item {
  border: 1px solid var(--line);
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 800;
  color: var(--brand-dark);
}

.accordion-button:not(.collapsed) {
  background: var(--brand-soft);
  color: var(--brand-dark);
  box-shadow: none;
}

.contact-section {
  background: var(--brand-soft);
}

.contact-info,
.enquiry-form {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(7, 60, 53, 0.1);
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.contact-info li {
  margin-bottom: 12px;
  font-weight: 700;
}

.contact-info i {
  color: var(--brand);
  margin-right: 9px;
}

.form-control {
  min-height: 48px;
  border: 1px solid #cfdad6;
  border-radius: 6px;
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.18rem rgba(15, 107, 95, 0.18);
}

.site-footer {
  background: #111a18;
  color: #e8eeec;
  padding: 58px 0 22px;
}

.site-footer .brand-mark {
  width: 48px;
  height: 48px;
}

.site-footer .footer-brand strong {
  color: var(--white);
}

.site-footer h3 {
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.site-footer p,
.site-footer a {
  display: block;
  color: #c9d3cf;
  margin-bottom: 8px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 32px;
  padding-top: 20px;
  color: #aebbb6;
  font-size: 14px;
}

.whatsapp-fixed {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1fa855;
  color: var(--white);
  padding: 9px 14px;
  border-radius: 32px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  font-weight: 800;
}

.whatsapp-fixed img {
  width: 26px;
  height: 26px;
}

.whatsapp-fixed:hover {
  color: var(--white);
  background: #14823f;
}

@media (max-width: 991px) {
  .hero-slider,
  .hero-slider .carousel-item {
    min-height: 560px;
  }

  .hero-slider .carousel-item img {
    height: 560px;
  }

  .hero-caption {
    left: 6%;
    right: 6%;
    bottom: 13%;
  }

  .language-control {
    margin-top: 10px;
    width: 100%;
    justify-content: flex-start;
  }

  .booking-panel,
  .booking-actions {
    display: block;
    min-width: 0;
  }

  .booking-actions .btn {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .top-links {
    justify-content: center;
    gap: 8px 14px;
    font-size: 13px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-lockup strong {
    font-size: 18px;
  }

  .hero-slider,
  .hero-slider .carousel-item {
    min-height: 520px;
  }

  .hero-slider .carousel-item img {
    height: 520px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-wrap,
  .service-section,
  .why-section,
  .contact-section {
    padding: 56px 0;
  }

  .booking-panel {
    transform: translateY(-22px);
    padding: 20px;
  }

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

  .contact-info,
  .enquiry-form {
    padding: 24px;
  }

  .whatsapp-fixed span {
    display: none;
  }
}
