@font-face {
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

img {
    max-width: 100%;
    width: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
}
h1 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 900;
}
h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
h3 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 500;
}
h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 400;
}
h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 300;
    color: #000;
}
h6 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 100;
    color: #222;
}
p {
  font-family: 'Poppins', sans-serif;
  line-height: 1.9;
  color: #000;
  font-size: 18px;
}
ul {
  padding: 0;
}
ul li {
  padding: 0;
  font-size: 18px;
  color: #000;
}
.top-5{margin-top:5px}
.top-10{margin-top:10px}
.top-15{margin-top:15px}
.top-20{margin-top:20px}
.top-25{margin-top:25px}
.top-30{margin-top:30px}
.top-35{margin-top:35px}
.top-40{margin-top:40px}
.top-45{margin-top:45px}
.top-50{margin-top:50px}
.top-55{margin-top:55px}
.top-60{margin-top:60px}
.top-65{margin-top:65px}
.top-70{margin-top:70px}
.top-75{margin-top:75px}
.top-80{margin-top:80px}
.top-85{margin-top:85px}
.top-90{margin-top:90px}
.top-95{margin-top:95px}
.top-100{margin-top:100px}
.bottom-0{margin-bottom:0}
.bottom-5{margin-bottom:5px}
.bottom-10{margin-bottom:10px}
.bottom-15{margin-bottom:15px}
.bottom-20{margin-bottom:20px}
.bottom-25{margin-bottom:25px}
.bottom-30{margin-bottom:30px}
.bottom-35{margin-bottom:35px}
.bottom-40{margin-bottom:40px}
.bottom-45{margin-bottom:45px}
.bottom-50{margin-bottom:50px}
.bottom-55{margin-bottom:55px}
.bottom-60{margin-bottom:60px}
.bottom-65{margin-bottom:65px}
.bottom-70{margin-bottom:70px}
.bottom-75{margin-bottom:75px}
.bottom-80{margin-bottom:80px}
.bottom-85{margin-bottom:85px}
.bottom-90{margin-bottom:90px}
.bottom-95{margin-bottom:95px}

.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
/* ===================== HEADER ===================== */
:root { --header-h: 50px; } /* set at runtime by JS = down-menu height */

/* header-top scrolls away normally — no sticky */
.header-top {
  background: #2E343D;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.header-top #logo-container img {
  width: 150px;
  max-width: 100%;
}

/* down-menu (navbar) sticks at top */
.down-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1031;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.quick-contact {
  padding-top: 8px;
}
.quick-contact__label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
  display: inline-block;
}
.quick-contact a {
  color: #fff;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  text-decoration: none;
}
.quick-contact a:hover {
  color: rgb(255, 109, 21);
}
.quick-contact__email ul,
.quick-contact__phone-content ul {
  padding-left: 0;
  margin: 0;
}
.quick-contact__email ul li,
.quick-contact__phone-content ul li {
  list-style: none;
  margin-bottom: 3px;
}
/* ---- Mobile header ---- */
@media (max-width: 991.98px) {
  .header-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .header-top .row { align-items: center; }

  /* Logo smaller */
  .header-top #logo-container img { width: 100px; }

  /* Right col: stack content vertically, align right */
  .header-top .col-8 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 0;
  }

  /* Hide email block */
  .header-top .quick-contact__email { display: none !important; }

  /* Phone block layout */
  .contact-phone-div { padding-top: 0 !important; }
  .quick-contact__phone { display: block; }
  .quick-contact__phone-content { display: block; }

  /* "Talk to an Expert" label — show, small */
  .quick-contact__label { display: block !important; font-size: 0.72rem; margin-bottom: 3px; color: rgba(255,255,255,0.65); }
  .quick-contact__label-text { display: inline !important; }

  /* Icons: WA + Viber as small circles beside label */
  .quick-contact__social-icons {
    display: inline-flex !important;
    gap: 4px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .quick-contact__social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff !important;
    font-size: 0.72rem;
    text-decoration: none;
    transition: background 0.2s;
  }
  .quick-contact__social-icons a:hover { background: #FF6D15; }

  /* Both numbers stacked */
  .quick-contact__phone-content ul {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 0;
    padding: 0;
  }
  .quick-contact__phone-content ul li { list-style: none; }
  .quick-contact__phone-content ul li a {
    font-size: 0.82rem;
    font-weight: 600;
    color: #FF6D15 !important;
    white-space: nowrap;
    text-decoration: none;
  }
  .quick-contact__phone-content ul li.second-number a { color: rgba(255,255,255,0.8) !important; font-weight: 400; }
}

/*-------------------------header-navbar--------------------*/
.navbar.navbar-expand-lg {
  background: linear-gradient(90deg, #ffffff, #f8f9fa);
  border-top: 3px solid rgb(255, 109, 21);
  padding: 5px 0;
}

/* Nav items spacing — top level only */
.navbar-nav > .nav-item {
  padding-right: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
/* Dropdown sub-items: block, not flex */
.navbar-nav .dropdown-menu .nav-item {
  display: block;
  padding-right: 0;
  position: relative;
}

/* Nav links */
.navbar-nav .nav-link {
  color: rgb(51, 51, 51);
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
  flex: 1;
}
.navbar-nav .nav-link::after { content: none !important; }

.navbar-nav .nav-link:hover {
  color: rgb(255, 109, 21);
}

/* ---------------- Caret toggle button ---------------- */
.dropdown-caret-btn {
  background: none;
  border: none;
  padding: 4px 6px;
  color: #666;
  font-size: 11px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.dropdown-caret-btn:hover { color: #FF6D15; }
.dropdown.show > .dropdown-caret-btn { color: #FF6D15; }
.dropdown.show > .dropdown-caret-btn i { transform: rotate(180deg); }
.dropdown-caret-btn i { display: inline-block; transition: transform 0.2s; }

.dropdown-menu .menu-item-has-children > .nav-link::after {
  content: "\f054"; /* Font Awesome caret-right */
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-left: 8px;
  float: right;
  font-size: 11px;
  transition: transform 0.3s ease;
}

.dropdown-menu .menu-item-has-children:hover > .nav-link::after {
  transform: rotate(90deg);
}

/* ---------------- Dropdown Menu ---------------- */
.navbar .dropdown-menu {
  width: auto !important;
  min-width: 20rem !important;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: none;
}
/* Desktop: restore absolute positioning (Popper disabled via data-bs-display=static) */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1030;
  }
  /* Nested dropdown: fly out right */
  .navbar .dropdown-menu .dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
  }
}
.navbar-nav > .dropdown > .dropdown-menu {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* If dropdown has a nested submenu, disable scroll */
.navbar-nav > .dropdown > .dropdown-menu:has(.dropdown-menu) {
  max-height: none;
  overflow: visible;
}
/* Nested dropdowns: no scroll */
.navbar-nav .dropdown-menu .dropdown-menu {
  max-height: none;
  overflow: visible;
}
.navbar-toggler {
  border: none;
  font-size: 24px;
  color: rgb(255,109,21);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ---- Desktop navbar enhancements ---- */
@media (min-width: 992px) {

  .navbar.navbar-expand-lg {
    background: #fff;
    border-top: 3px solid #FF6D15;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  }

  /* Top-level items: stretch so link fills full navbar height */
  .navbar-nav > .nav-item {
    padding-right: 0;
    align-items: stretch;
  }

  /* Top-level nav link: taller, underline indicator on hover */
  .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 18px 12px !important;
    color: #2E343D;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    white-space: nowrap;
  }
  .navbar-nav > .nav-item:hover > .nav-link {
    color: #FF6D15;
    border-bottom-color: #FF6D15;
  }

  /* Top-level caret: sits beside link text, rotates on hover */
  .navbar-nav > .nav-item > .dropdown-caret-btn {
    align-self: center;
    padding: 0 10px 0 0;
    font-size: 10px;
    color: #aaa;
    pointer-events: none; /* hover on parent <li> opens dropdown */
    cursor: default;
  }
  .navbar-nav > .nav-item:hover > .dropdown-caret-btn {
    color: #FF6D15;
  }
  .navbar-nav > .nav-item:hover > .dropdown-caret-btn i {
    transform: rotate(180deg);
  }

  /* Show on hover */
  .navbar .dropdown:hover > .dropdown-menu,
  .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* First-level dropdown panel */
  .navbar .dropdown-menu {
    border: none;
    border-top: 3px solid #FF6D15;
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    min-width: 220px !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
    background: #fff;
  }

  /* Nested flyout panel */
  .dropdown-menu .dropdown-menu {
    min-width: 220px !important;
    border-top: 3px solid #FF6D15;
    border-radius: 0 8px 8px 8px;
    top: -8px !important;
    left: 100% !important;
  }

  /* Dropdown item links */
  .navbar-nav .dropdown-menu .nav-item .nav-link {
    text-transform: none;
    font-size: 13.5px;
    font-weight: 400;
    color: #2E343D;
    padding: 9px 18px 9px 16px !important;
    border-left: 3px solid transparent;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
  }
  .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
    background: #fff8f4;
    color: #FF6D15;
    border-left-color: #FF6D15;
  }

  /* Sub-level caret: right-arrow indicator, not interactive */
  .dropdown-menu .dropdown-caret-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 9px;
    color: #bbb;
    pointer-events: none;
    cursor: default;
    border: none;
  }
  .dropdown-menu .dropdown-caret-btn i {
    transform: rotate(-90deg) !important;
    transition: none;
  }
  .dropdown-menu .dropdown:hover > .dropdown-caret-btn { color: #FF6D15; }

  /* Items with sub-menu: leave room for right-arrow */
  .dropdown-menu .menu-item-has-children > .nav-link {
    padding-right: 32px !important;
  }
}

/* ---------------- Hamburger Toggle ---------------- */
.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,109,21)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ---- Mobile navbar ---- */
@media (max-width: 991.98px) {

  /* Toggler: right-aligned, clean pill button */
  .down-menu .navbar {
    padding: 6px 0;
  }
  .navbar-toggler {
    margin-left: auto;
    padding: 6px 12px;
    border: 2px solid #FF6D15 !important;
    border-radius: 6px;
    font-size: 18px;
    color: #FF6D15;
    background: transparent;
  }

  /* Collapsed menu: scrollable panel capped at 80vh */
  .navbar-collapse {
    background: #2E343D;
    margin-top: 6px;
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* Top-level nav items */
  .navbar-nav > .nav-item {
    padding-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-wrap: wrap;
  }
  .navbar-nav > .nav-item:last-child { border-bottom: none; }
  /* Dropdown sub-items */
  .navbar-nav .dropdown-menu .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .navbar-nav .dropdown-menu .nav-item:last-child { border-bottom: none; }

  .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.95rem;
    padding: 11px 18px !important;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    color: #FF6D15 !important;
    background: rgba(255,109,21,0.08);
  }

  /* Caret button on mobile — all levels */
  .dropdown-caret-btn {
    color: rgba(255,255,255,0.6);
    padding: 11px 14px;
    font-size: 13px;
    border-left: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
  }
  .dropdown-caret-btn:hover,
  .dropdown-caret-btn:focus { color: #FF6D15; background: rgba(255,109,21,0.08); }
  /* Sub-level caret: smaller indent */
  .dropdown-menu .dropdown-caret-btn {
    border-left: 1px solid rgba(255,255,255,0.07);
    padding: 9px 12px;
  }

  /* Dropdown menu: full-width block below link row */
  .navbar .dropdown-menu {
    background: #3a414c;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100% !important;
    min-width: 100% !important;
    position: static !important;
    float: none;
    max-height: none !important;
    overflow: visible !important;
    flex-basis: 100%;
  }

  .navbar-nav > .dropdown:not(.mega-menu) .dropdown-menu .nav-item .nav-link {
    color: rgba(255,255,255,0.75) !important;
    padding: 9px 28px !important;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .navbar-nav > .dropdown:not(.mega-menu) .dropdown-menu .nav-item .nav-link:hover {
    color: #FF6D15 !important;
    background: rgba(255,109,21,0.08);
  }

  /* Nested dropdown: indent more */
  .dropdown-menu .dropdown-menu {
    position: static !important;
    left: 0;
    top: 0;
    background: #444c57;
    min-width: 100% !important;
    width: 100% !important;
    box-shadow: none;
    border-radius: 0;
  }
  .dropdown-menu .dropdown-menu .nav-link {
    padding-left: 40px !important;
  }

  /* Show dropdown on tap — BS5 adds .show to both parent AND .dropdown-menu */
  .navbar .dropdown-menu.show,
  .navbar .dropdown.show > .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* =========================
   HERO CAROUSEL
========================= */

/* ===================== HERO CAROUSEL ===================== */
.hero-carousel {
  position: relative;
  overflow: hidden;
}

/* Slide height — fluid across breakpoints */
.hero-carousel .carousel-item {
  height: 88vh;
  min-height: 500px;
  max-height: 900px;
  position: relative;
}

/* Image fills slide */
.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Dark gradient overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.55) 60%,
    rgba(0,0,0,0.72) 100%
  );
  z-index: 1;
}

/* Caption block — centered */
.hero-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

/* Title */
.hero-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
  max-width: 900px;
}

/* Subtitle */
.hero-subtitle {
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 28px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* CTA buttons */
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.25s;
}
.hero-btn--primary {
  background: #FF6D15;
  color: #fff;
  border: 2px solid #FF6D15;
}
.hero-btn--primary:hover {
  background: #e05c0a;
  border-color: #e05c0a;
  color: #fff;
  transform: translateY(-2px);
}
.hero-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
}
.hero-btn--outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* Prev/Next controls */
.carousel-control-prev,
.carousel-control-next {
  width: 56px;
  z-index: 10;
  opacity: 1;
}
.hero-ctrl {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: background 0.2s, border-color 0.2s;
}
.carousel-control-prev:hover .hero-ctrl,
.carousel-control-next:hover .hero-ctrl {
  background: #FF6D15;
  border-color: #FF6D15;
}

/* Dot indicators */
.hero-carousel .carousel-indicators {
  bottom: 18px;
  gap: 6px;
  margin: 0;
}
.hero-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.hero-carousel .carousel-indicators button.active {
  background: #FF6D15;
  transform: scale(1.3);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-carousel .carousel-item { height: 70vh; min-height: 420px; }
}
@media (max-width: 767px) {
  .hero-carousel .carousel-item { height: 62vh; min-height: 360px; }
  .hero-btn { padding: 11px 24px; font-size: 0.88rem; }
  .hero-ctrl { width: 38px; height: 38px; font-size: 0.85rem; }
  .carousel-control-prev, .carousel-control-next { width: 44px; }
}
@media (max-width: 480px) {
  .hero-carousel .carousel-item { height: 56vh; min-height: 300px; }
  .hero-title { margin-bottom: 10px; }
  .hero-subtitle { margin-bottom: 18px; font-size: 0.88rem; }
  .hero-cta { gap: 10px; }
}
.padding-home-section {
    padding: 50px 0;
    background: rgb(250, 250, 250);
}
.about-us-content {
    min-height: 200px;
}
.about-us-content p {
    color: #000;
    text-align: center;
}
.about-us-content p strong {
  color: #FFF;
  background: rgba(0,0,0,.55);
  padding: .5rem .75rem;
  border-radius: .5rem;
  display: inline-block;
}
.join-btn {
    background-color: #F9461D;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.join-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.5);
}

.label-featured {
    background: #F9461D;
    padding: 3px 40px;
    right: -30px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.label-featured {
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}
.section-title {
    margin-bottom: 50px;
}
.line {
    background-color: #FF6D15;
    height: 3px;
    width: 80px;
    display: block;
}
.other-packs {
    height: 228px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.other-packs h3 {
    position: absolute;
    left: 0;
    bottom: -10px;
    color: #fff;
    font-weight: 800;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 100%;
}
.viewall {
  text-align: right;
}
.view-all-btn {
    padding: 10px 10px;
    font-size: 14px;
    color: #FF6D15;
    border: 2px solid #FF6D15;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
}
.view-all-btn:hover {
    background-color: #FF6D15;
    color: #fff;
}
.home-package {
  background: #ebebeb;
}
.tour-package-margin {
  margin-bottom: 20px;
}
.tour-package-margin .tour-package {
  overflow: hidden;
  position: relative;
}
.sticker.open {
  background: #FF6D15;
  position: absolute;
  width: 280px;
  text-align: center;
  padding: 12px;
  transform: rotate(-30deg);
  top: 20px;
  left: -75px;
  z-index: 2;
}
.sticker span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.package-info-home {
    background: #fff;
    color: #333;
}
.package-title-price {
    padding: 20px;
}
.entry-footer {
    padding-left: 30px;
    background: #f5f5f5;
}
.entry-footer span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 15px 0;
  font-size: 18px;
  line-height: 22px;
  color: #FF6D15;
  float: left;
}
.entry-footer span .fa {
    color: #4faff0;
}
.view-details {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 15px 15px 26px;
    float: right;
    background: #FF6D15;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.view-details:hover {
  color: #fff;
}
.view-details::before {
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-left: 16px solid #f5f5f5;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.entry-footer::after {
    display: block;
    clear: both;
    content: '';
}
.home-package-title {
    font-size: 20px;
    font-weight: 500;
    min-height: 55px;
    overflow: hidden;
    line-height: 1.2;
}
.home-package-title a {
    color: #0F0F0F;
    text-decoration: none;
}
.tour-package img:hover {
  opacity: .5;
}
.tour-price {
    font-size: 20px;
}

.about-us-home h1{
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #273556;
    text-align: center;
}
.comment {
    background-color: #143486;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.comment a {
    color: #fff;
}
.section-title h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    color: #273556;
}

/*home guide section*/
.expert-guide-section{
    padding:50px 0;
    background:#ebebeb;
    overflow:hidden;
}

.expert-guide-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.guide-wrapper{
    display:grid;
    grid-template-columns:480px 1fr;
    gap:70px;
    align-items:center;
}

.guide-image{
    position:relative;
}

.guide-image img{
    width:100%;
    height:620px;
    object-fit:cover;
    border-radius:24px;
    display:block;
}

.experience-badge{
    position:absolute;
    right:-25px;
    bottom:40px;
    background:#f4a301;
    color:#fff;
    padding:18px 24px;
    border-radius:18px;
    text-align:center;
    min-width:140px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-badge span{
    display:block;
    font-size:36px;
    font-weight:800;
    line-height:1;
    margin-bottom:5px;
}

.section-tag{
    display:inline-block;
    background:rgba(244,163,1,.12);
    color:#f4a301;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.guide-content h2{
    font-size:48px;
    line-height:1.2;
    color:#273556;
    margin-bottom:22px;
    font-weight:500;
}

.guide-desc{
    font-size:17px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:35px;
}

.guide-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.guide-feature-item{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    padding:16px 18px;
    border-radius:14px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.guide-feature-item i, .guide-feature-item .svg-inline--fa{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FF6D15;
    font-size:18px;
}

.guide-feature-item span{
    font-weight:600;
    color:#1f2937;
}

.guide-speciality{
    margin-bottom:35px;
}

.guide-speciality h4{
    font-size:22px;
    color:#1f2937;
    margin-bottom:15px;
}

.guide-speciality ul{
    list-style:none;
    padding:0;
    margin:0;
}

.guide-speciality li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#4b5563;
}

.guide-speciality li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#207642;
    font-weight:700;
}

.guide-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 30px;
    color: rgb(255, 109, 21);
    text-decoration:none;
    border-radius:60px;
    border: 2px solid rgb(255, 109, 21);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    transition:.3s;
}

.guide-btn:hover{
    background-color: rgb(255, 109, 21);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 109, 21);
    transform:translateY(-3px);
}

/* Responsive */
@media(max-width:991px){

    .guide-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .guide-image img{
        height:500px;
    }

    .guide-content h2{
        font-size:36px;
    }
}

@media(max-width:576px){

    .guide-features{
        grid-template-columns:1fr;
    }

    .guide-content h2{
        font-size:30px;
    }

    .guide-image img{
        height:420px;
    }

    .experience-badge{
        right:15px;
        bottom:15px;
    }
}
/* ---- Testimonials ---- */
.testimonials-section {
  background: url(../images/bg.jpg) center/cover no-repeat fixed;
}
.testimonial-bg {
  background: linear-gradient(135deg, rgba(20,25,32,0.88) 0%, rgba(46,52,61,0.82) 100%);
  padding: 70px 0 60px;
}

/* Header */
.testi-header {
  text-align: center;
  margin-bottom: 40px;
}
.testi-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF6D15;
  margin-bottom: 10px;
}
.testi-eyebrow i { margin-right: 5px; }
.testi-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Slider wrapper */
.testi-slider { position: relative; }
.testi-track-wrapper {
  overflow: hidden;
}
.testi-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.testi-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}
@media (max-width: 991px) {
  .testi-slide { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 575px) {
  .testi-slide { flex: 0 0 100%; }
  .testi-track { gap: 16px; }
}

/* Card — fixed height, scrollable body */
.testi-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 28px 26px;
  height: 440px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) { .testi-card { height: 400px; } }
.testi-card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

/* Quote icon */
.testi-quote i {
  font-size: 1.8rem;
  color: #FF6D15;
  opacity: 0.8;
}

/* Stars */
.testi-stars { display: flex; gap: 3px; }
.testi-stars i { font-size: 0.82rem; color: #f5a623; }

/* Trip title */
.testi-trip {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

/* Review body — scrollable if text overflows */
.testi-body {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,109,21,0.5) transparent;
  padding-right: 4px;
}
.testi-body::-webkit-scrollbar { width: 4px; }
.testi-body::-webkit-scrollbar-track { background: transparent; }
.testi-body::-webkit-scrollbar-thumb { background: rgba(255,109,21,0.5); border-radius: 4px; }
.testi-body p { margin: 0; color: inherit; font-size: inherit; }

/* Author */
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FF6D15;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
}
.testi-author strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.testi-author span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
}

/* Controls */
.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.testi-ctrl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.testi-ctrl:hover { background: #FF6D15; border-color: #FF6D15; }

/* Dots */
.testi-dots {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 200px;
}
.testi-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.testi-dots button.active {
  background: #FF6D15;
  transform: scale(1.3);
}


.travel-info-section {
    background-color: #dde1ec;
}
.info-group ul {
    padding-left: 0;
    margin-bottom: 0;
}
.info-group ul li {
    list-style: none;
    float: left;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 15px;
}
.info-group ul li:last-child {
    margin-right: 0;
}
.info-group ul li a {
    vertical-align: middle;
    width: 125px;
    height: 125px;
    text-align: center;
    display: table-cell;
    padding: 10px;
}
.info-group ul li img {
    margin-bottom: 10px;
}

/*--------------------------Footer-------------------------*/


footer {
  background-color: #2E343D;
  padding: 30px 0;
}
.footer-top {
  padding: 30px 0;
}
.footer-top h2 {
  text-transform: uppercase;
  color: #fff;
  clear: both;
  font-size: 20px;
  font-weight: 400;
}
.footer-top ul li a {
  padding: 0;
  font-size: .875rem;
}
.footer-top ul li {
  line-height: 24px;
  list-style: none;
}
.footer-infos li {
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.social-media {
  list-style: none;
  margin-top: 20px;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
.facebook-foot {
  background-color: #3B5999;
}
.twitter-foot {
  background-color: #6ACFF4;
}
.youtube-foot {
  background-color: #CF2200;
}
.linkedin-foot {
  background-color: #007BB6;
}
.instagram-foot {
  background-color: #11658A;
}
.copyright {
  text-align: right;
}
.copyright p{
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
.copyright a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer-top a, .footer-top p, .footer-top address {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #eee;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;

}
.footer-top a:hover, .copyright a:hover {
    color: #FF6D15;
}
.affiliated ul li {
  float: left;
  margin-right: 5px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  padding: 6px;
  list-style: none;
}
.affiliated span,
.accept-payment span {
  color: #fff;
}
.accept-payment ul li {
  float: left;
  margin-right: 5px;
  width: 20%;
  padding: 0 5px;
  list-style: none;
}
.footer-middle {
  text-align: center;
  padding: 30px 0;
  display: block;
}
.footer-middle a {
  border-top: 1px solid #ccc;
  display: block;
  color: #fff;
}
.footer-middle a span {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    background-color: #FF6D15;
    margin: 0 auto;
    margin-top: -25px;
}



.footer-logo {
  position: relative;
  margin-bottom: 39px;
}
.footer-logo::before {
  left: 33px;
}
.footer-logo::after {
  right: 33px;
}
.footer-logo::before, .footer-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  width: 10%;
  background-color: #b7b7b7;
}
.footer-logo::before, .footer-logo::after {
  width: 30%;
}
.footer-logo .logo-link {
  display: block;
  text-decoration: none;
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
}

/*--------------------------PACKAGE DETAILS------------------------------------*/
.key-wrapper {
  padding: 15px;
}
.key-wrapper .trip-fact {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  line-height: 1.4;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.key-wrapper ul {
  margin: 0 0;
}
.key-wrapper .trip-fact > .item.trip-duration::before {
  content: "\f073";
}

.key-wrapper .trip-fact > .item.difficulty::before {
  content: "\f201";

}
.key-wrapper .trip-fact > .item.activity::before {
  content: "\f6ec";
}
.key-wrapper .trip-fact > .item.altitude::before {
  content: "\f6fc";
}
.key-wrapper .trip-fact > .item.group-size::before {
  content: "\f500";
}
.key-wrapper .trip-fact > .item.best-time::before {
  content: "\f743";
}
.key-wrapper .trip-fact > .item.meal::before {
  content: "\f2e7";
}
.key-wrapper .trip-fact > .item.accomodation::before {
  content: "\f594";
}
.key-wrapper .trip-fact > .item.trasportation::before {
  content: "\e58f";
}
.key-wrapper .trip-fact > .item.distance::before {
  content: "\f554";
}

.key-wrapper .trip-fact > .item::before {
  left: 0;
  position: absolute;
  content: "";
  font-size: 1.4rem;
  top: 8px;
  color: #FF6D15;
  font-weight: 500;
  font-family: Fontawesome;
}
.key-wrapper .trip-fact > .item {
  position: relative;
  background-color: transparent;
  padding-left: 40px;
  font-size: .875rem;
  font-weight: 400;
  color: #FF6D15;
  line-height: 1.3;
  margin-bottom: .6rem;
  display: block;
}
.key-wrapper .trip-fact > .item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.key-wrapper .trip-fact > .item b {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-transform: none;
  line-height: 1.3;
}
.sticky-package-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-h, 50px) + var(--pkg-nav-h, 0px) + 16px);
  padding-top: 20px;
}

/* sticky requires the column itself to not clip overflow */
.single-package-detail-row-reverse > [class*="col-"] {
  overflow: visible;
}

/* ---- Package detail sidebar (psb) ---- */
.psb-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.09);
  margin-bottom: 14px;
  overflow: hidden;
}

/* Price header */
.psb-price-header {
  background: #2E343D;
  padding: 12px 16px;
}
.psb-price-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2px;
}
.psb-price-value {
  font-size: 1.45rem;
  font-weight: 800;
  color: #FF6D15;
  line-height: 1.2;
}
.psb-price-value span {
  font-size: 0.72rem;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  margin-left: 3px;
}

/* CTA buttons */
.psb-cta {
  padding: 16px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.psb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}
.psb-btn--primary {
  background: #FF6D15;
  color: #fff;
  border: 2px solid #FF6D15;
}
.psb-btn--primary:hover {
  background: #e05c0a;
  border-color: #e05c0a;
  color: #fff;
}
.psb-btn--outline {
  background: transparent;
  color: #2E343D;
  border: 2px solid #dee2e6;
}
.psb-btn--outline:hover {
  border-color: #FF6D15;
  color: #FF6D15;
}

/* Group prices */
.psb-group-prices {
  padding: 16px 16px 12px;
}
.psb-section-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.psb-section-label i { color: #FF6D15; }
.psb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.psb-table thead tr {
  background: #f8f9fa;
}
.psb-table th {
  padding: 7px 10px;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.psb-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #f0f0f0;
  color: #2E343D;
}
.psb-table tbody tr:last-child td { border-bottom: none; }
.psb-table tbody tr:hover { background: #fffbf8; }
.psb-table-price {
  font-weight: 700;
  color: #FF6D15;
  text-align: right;
}

/* Share */
.psb-share {
  padding: 14px 16px;
}
.psb-share-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.psb-print-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2E343D;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.psb-print-link:hover { color: #FF6D15; }
.psb-print-link i { color: #FF6D15; }
.psb-share-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.psb-share-label i { color: #FF6D15; }
.psb-share-icons {
  display: flex;
  gap: 8px;
}
.psb-si {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: opacity 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.psb-si:hover { opacity: 0.85; transform: translateY(-2px); color: #fff; }
.psb-si--fb { background: #1877f2; }
.psb-si--tw { background: #000; }
.psb-si--wa { background: #25d366; }
.psb-si--em { background: #ea4335; }

/* ---- Package detail sticky section nav ---- */
.package-nav-sticky-bar {
  position: sticky;
  top: var(--header-h, 50px);
  z-index: 1029;
  background: #2E343D;
  border-bottom: 3px solid #FF6D15;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  margin-bottom: 0;
}

#navbar-package-link {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

/* Nav wrapper: mobile scrolls, desktop spreads evenly */
.scrolling-nav-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.scrolling-nav-wrapper::-webkit-scrollbar { display: none; }
.scrolling-nav-wrapper .nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: max-content;
  gap: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .scrolling-nav-wrapper {
    overflow-x: visible;
  }
  .scrolling-nav-wrapper .nav {
    min-width: 0;
    justify-content: space-between;
  }
}

/* Nav links */
.package-nav-sticky-bar .nav-pills .nav-link {
  color: rgba(255,255,255,0.75);
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
  padding: 11px 10px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.package-nav-sticky-bar .nav-pills .nav-link i {
  font-size: 11px;
  opacity: 0.85;
}
.package-nav-sticky-bar .nav-pills .nav-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.07);
  border-bottom-color: rgba(255,109,21,0.5);
}
.package-nav-sticky-bar .nav-pills .nav-link.active {
  color: #FF6D15;
  background: rgba(255,109,21,0.1);
  border-bottom-color: #FF6D15;
}

/* Tablet/mobile: allow scroll, hide icons */
@media (max-width: 991.98px) {
  .scrolling-nav-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .scrolling-nav-wrapper::-webkit-scrollbar { display: none; }
  .scrolling-nav-wrapper .nav {
    justify-content: flex-start;
  }
  .package-nav-sticky-bar .nav-pills .nav-link {
    font-size: 12px;
    padding: 10px 12px;
  }
  .package-nav-sticky-bar .nav-pills .nav-link i { display: none; }
}
.innerpage-title.single-package-title {
  padding: 40px 0;
}
.tripfactans {
  padding: 0px 15px;
  line-height: 1.2;
}
.tripfact-title {
  word-break: break-all;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FF6D15;
  position: relative;
  line-height: 2;
}
.tripfact-ans {
  letter-spacing: .025em;
  font-style: normal;
  display: inline;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  min-height: 20px;
}
.col-width-facts {
  position: relative;
}
.col-width-facts::after {
content: '';
position: absolute;
width: 1px;
height: 110%;
background-color: #f6f6f6;
right: 5px;
top: 0;
}
.trip-price p {
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 0;
}
.trip-price p small {
  font-size: 14px;
  color: #9a9a9a;
}
.trip-price p:nth-child(2) {
  color: #FF6D15;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
}
.trip-info-btn {
  position: relative;
}
.trip-info-btn .btn {
  width: 100%;
  margin: 2px 0px;
}
.btn-wish {
  border: 1px solid #ffbe4e;
  color: #faa427;
  background-color: #fff;
  font-size: 18px;
  font-family: 'Montserrat',sans-serif;
  border-radius: 0;
}
.btn-view {
  border: 2px solid #FF6D15;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FF6D15;
  border-radius: 0;
  transition: all 500ms;
}
.btn.btn-view:hover {
  background-color: #FF6D15;
  color: #fff;
  border: 2px solid #FF6D15;
}
.btn-customize-trip {
  border: 2px solid #2E343D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2E343D;
  border-radius: 0;
  transition: all 500ms;
}
.btn.btn-customize-trip:hover {
  background-color: #2E343D;
  color: #fff;
  border: 2px solid #2E343D;
}
.btn i {
  margin-right: 5px;
}
.row.single-package-detail-row-reverse {
  display: flex;
  flex-wrap: wrap;
}
.package-title {
  display: inline-block;
}
.package-title h1 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #FF6D15;
}
.package-duration {
  display: inline-block;
}
.package-duration span {
    font-size: 2.5rem;
    line-height: 26px;
}
/* legacy .package-sidebar kept for any other references */
.package-sidebar {
  background: transparent;
}
#nav-tabs-swipe-titles {
  padding: 30px 0px;
}
#nav-tabs-swipe-titles > li {
  display: flex;
  position: relative;
  padding: 5px 0px;
}
.package-tab-menu ul > li > .nav-link.active {
  color: #00aeef;
  border-left: 2px solid #00aeef;
}
.package-tab-menu ul > li > .nav-link {
  border-left: 2px solid transparent;
  padding: 0px 30px;
  color: #7c7c7c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#nav-tabs-swipe-titles > li > a.active > i {
  color: #00aeef;
}
#nav-tabs-swipe-titles > li > a > i {
  color: #7c7c7c;
  font-size: 16px;
  padding-right: 5px;
}
.detail-content {
  padding-right: 20px;
}
.detail-content .gaps {
  margin-bottom: 30px;
}
.detail-content h2 {
  font-size: 2rem;
  color: #FF6D15;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.detail-content h2 {
  font-size: 2rem;
  color: #FF6D15;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.detail-content h3 {
  color: #FF6D15;
}
.trip-overview-detail strong {
  font-weight: 600;
  color: #000;
}
#trip-hightlight {
  padding: 1em 1.5em;
  background-color: #fbfbfb;
  margin-bottom: 20px;
}
#trip-hightlight ul li {
  font-size: 16px;
  line-height: 1.9;
  color: #000;
  margin: .25em 0;
  list-style: none;
}
#trip-hightlight ul li::before,
.blog-details ul li::before,
#trip-equipements ul li::before,
#extra_info ul li::before,
.trip-overview-detail ul li::before {
content: "\f0a4";
font-family: Fontawesome;
color: #FF6D15;
padding-right: 10px;
}
#overview {
  border: 2px solid #f3f1ec;
  margin: 0 0 5px;
    margin-bottom: 5px;
  margin-bottom: 5px;
  padding: 1em 1.5em;
}
.itinerary-head {
  text-transform: uppercase;
  margin: 0;
  padding: 1em 0;
}
.trip-itinerary {
  margin-bottom: 5px;
}
.trip-itinerary .accordion-button:not(.collapsed) {
  color: #FF6D15;
  background-color: #fff;
  font-size: 18px;
}
.trip-itinerary .accordion-button {
  font-size: 18px;
  color: #FF6D15;

}
.detail-content .item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.cost-includes {
  margin-bottom: 30px;
}
.cost-includes ul li, .cost-excludes ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style: none;
}
.cost-includes ul li::before, .cost-excludes ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  font-family: fontAwesome;
  line-height: 1;
}
.cost-includes ul li::before {
  content: "\f00c";
  color: #06a2e2;
}
.cost-excludes ul li::before {
  content: "\f00d";
  color: #e20606;
}
#extra_info ul li,
#trip-equipements ul li,
.trip-overview-detail ul li,
.blog-details ul li,
.single-detail ul li {
  list-style: none;
  margin-bottom: 10px;
}
.search-fields {
  display: flex;
}
.tour-search-field {
  position: relative;
}
select {
  background-color: #fff;
  display: block;
  border: 2px solid #cecece;
  border-radius: 0;
  margin-bottom: 10px;
  padding: .75em 1em;
  width: 100%;
  font-size: 14px;
  line-height: 1.25;
  color: #121212;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.month_s {
  width: 150px;
}
.year_s{
  width: 120px;
}
table thead {
  border-bottom: 2px solid #FF6D15;
  font-weight: 700;
  color: #556464;
  text-transform: none;

}
.gallery ul li {
  display: inline-block;
  width: 24.5%;
  margin: 0;
  padding: 8px;
  list-style: none;
}
.groupcost-thead {
    font-size: .875rem;
    line-height: 1.25rem;
}



.review-rating .svg-inline--fa.fa-star {
  color: #F9461D;
}
.review span {
  color: #CCCCCC;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #888;
}
.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 27px;
    height: 30px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
}
.star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 210px;
    height: 22px;
    line-height: 27px;
}
.star-cb-group:hover > input + label:hover::before, .star-cb-group:hover > input + label:hover ~ label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #e52;
    font-weight: 900;
}
.star-cb-group:hover > input + label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #888;
    text-shadow: none;
}
.star-cb-group > input + label:hover::before, .star-cb-group > input + label:hover ~ label::before,
 .star-cb-group > input:checked ~ label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #e52;
    font-weight: 900;
}
.related-trips h4 {
  font-size: 24px;
  font-weight: 500;
  color: #214763;
  margin-bottom: 15px;
}
.related-package-list .item-wrap {
  border: 2px solid #ececec;
  background-color: #fff;
  padding: 3px;
}
.related-package-list .item-wrap .intro-img {
  position: relative;
}
.related-package-list .item-wrap .intro-img .trip-info {
  position: absolute;
  right: 10px;
  bottom: -10px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1.2;
}
.related-package-list .item-wrap .intro-img .trip-info .price {
  text-align: right;
  padding-top: 2px;
}
.related-package-list .item-wrap .intro-img .trip-info span {
  display: inline-block;
  vertical-align: top;
}
.related-package-list .item-wrap .intro-img .trip-info span small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.related-package-list .item-wrap .intro-img .trip-info .price big {
  font-weight: 500;
  font-size: 20px;
}
.related-package-list .item-wrap .intro-img .trip-info .duration {
  text-align: center;
  height: 52px;
  width: 52px;
  margin-left: 16px;
  padding-top: 10px;
  background-color: #f6a336;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.related-package-list .item-wrap .intro-img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  height: 42px;
}
.related-package-list .caption {
  padding: 20px 10px 10px;
  font-weight: 300;
  line-height: 20px;
  font-size: 15px;
}
.related-package-list .caption h4 {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  margin-bottom: 7px;
}
.related-package-list .caption h4 a {
  color: #214763;
  text-decoration: none;
}
.related-package-list .caption h4 a:hover {
  color: #FF6D15;
}
.related-package-list .caption .trip-detail-btn {
  margin-top: 5px;
  padding: 4.5px 16px;
  border-width: 2px;
  border-color: #FF6D15;
  color: #FF6D15;
  border-radius: 2px;
}
.related-package-list .trip-detail-btn:hover {
  background-color: #FF6D15;
  border-color: #FF6D15;
  color: #fff;
}
.item-margin-space {
  margin-bottom: 24px;
}
.related-package-list .item-wrap:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.team-image img {
  border-radius: 50%;
}
.page.team-page {
  padding-top: 30px;
}
/*----------------Booking form page---------------*/
/* ============================================================
   BOOKING PAGE
   ============================================================ */

/* Hero */
.booking-hero {
  background: #2E343D;
  border-bottom: 4px solid #FF6D15;
  padding: 50px 0 42px;
  text-align: center;
  color: #fff;
}
.booking-hero__label {
  display: inline-block;
  background: rgba(255,109,21,.15);
  border: 1px solid rgba(255,109,21,.4);
  border-radius: 30px;
  padding: 5px 18px;
  font-size: 13px;
  letter-spacing: .5px;
  margin-bottom: 14px;
  color: #FF6D15;
}
.booking-hero__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.booking-hero__subtitle {
  font-size: 1.05rem;
  opacity: .8;
  margin: 0;
}

/* Layout */
#booking-page { padding: 50px 0 70px; background: #f4f6f9; }

.booking-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 30px;
  align-items: start;
}
@media (max-width: 991px) {
  .booking-layout { grid-template-columns: 1fr; }
  .booking-sidebar { order: -1; }
}

/* Alert */
.booking-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  margin-bottom: 24px;
  font-size: 14px;
}
.booking-alert i { margin-top: 2px; flex-shrink: 0; }

/* Cards */
.booking-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  margin-bottom: 24px;
  overflow: hidden;
}
.booking-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafbfc;
}
.booking-card__step {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FF6D15;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: #2E343D;
}
.booking-card__desc {
  font-size: 12px;
  color: #888;
  margin: 0;
}
.booking-card__body { padding: 26px 28px; }

/* Labels */
.booking-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}
.req { color: #e74c3c; }

/* Input with icon */
.booking-input-wrap {
  position: relative;
}
.booking-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 13px;
  pointer-events: none;
  z-index: 1;
}
.booking-input-padded { padding-left: 34px !important; }

/* Name group */

/* Readonly fields */
.booking-readonly {
  background: #f8f9fa !important;
  color: #666 !important;
  cursor: default;
}

/* Traveller selects */
.traveller-select-wrap { position: relative; }
.traveller-select-wrap .booking-input-icon { top: 50%; }

/* Radio group */
.booking-radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.booking-radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  transition: all .2s ease;
  user-select: none;
}
.booking-radio-option input { display: none; }
.booking-radio-option:hover { border-color: #FF6D15; color: #FF6D15; }
.booking-radio-option.active {
  border-color: #FF6D15;
  background: #FF6D15;
  color: #fff;
}

/* Submit section */
.booking-submit-section {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  padding: 26px 28px;
}
.booking-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.booking-terms__checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #FF6D15;
  cursor: pointer;
}
.booking-terms__label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  line-height: 1.5;
}
.booking-terms__label a { color: #FF6D15; text-decoration: underline; }
.booking-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.booking-submit-btn {
  background: #FF6D15;
  color: #fff;
  padding: 13px 36px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3px;
  border: 2px solid #FF6D15;
  transition: all .3s;
}
.booking-submit-btn:hover { background: #2E343D; border-color: #2E343D; color: #fff; }
.booking-cancel-btn {
  background: transparent;
  color: #888;
  border: 1px solid #ddd;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  transition: all .2s;
}
.booking-cancel-btn:hover { background: #f5f5f5; color: #555; }

/* ---- Sidebar ---- */
.booking-summary-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  overflow: hidden;
  margin-bottom: 20px;
}
.booking-summary-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  background: #2E343D;
  border-bottom: 3px solid #FF6D15;
  color: #fff;
}
.booking-summary-card__header i { font-size: 18px; color: #FF6D15; }
.booking-summary-card__header h3 { font-size: 1rem; font-weight: 700; margin: 0; }
.booking-summary-card__body { padding: 18px 22px; }
.booking-summary-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #2E343D;
  margin: 0 0 14px;
  line-height: 1.4;
}
.booking-summary-list { list-style: none; padding: 0; margin: 0; }
.booking-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
  gap: 8px;
}
.booking-summary-list li:last-child { border-bottom: none; }
.booking-summary-list li span { color: #888; display: flex; align-items: center; gap: 6px; }
.booking-summary-list li strong { color: #333; text-align: right; }
.booking-price { color: #FF6D15 !important; font-size: 15px !important; }

/* Trust badges */
.booking-trust {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  padding: 18px 22px;
  margin-bottom: 20px;
}
.booking-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #f2f2f2;
}
.booking-trust__item:last-child { border-bottom: none; }
.booking-trust__item i { color: #FF6D15; font-size: 15px; width: 20px; text-align: center; }

/* Help box */
.booking-help {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  padding: 18px 22px;
  text-align: center;
}
.booking-help p { font-size: 13px; color: #888; margin-bottom: 12px; }
.booking-help__whatsapp, .booking-help__email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  transition: opacity .2s;
}
.booking-help__whatsapp { background: #25d366; color: #fff; }
.booking-help__email    { background: #fff3ec; color: #FF6D15; border: 1px solid #ffd4b5; }
.booking-help__whatsapp:hover, .booking-help__email:hover { opacity: .88; color: inherit; }

/*-----------------Category page-----------------*/
.category-banner {
  position: relative;
}
.category-banner .category-title h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000;
}
.category-section {
  padding: 30px;
}
.category-text {
  padding: 15px;
}
.catagory-block {
  padding: 15px;
}
.category-sub-title h2 {
  margin-bottom: 30px;
}
.category-destination {
    display: flex;
    position: relative;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: background-color .3s ease;
    border-radius: 5px;
}
.destination-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(transparent 40%,rgba(0,0,0,.6));
    text-align: left;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
}
.destination-card-body h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.category-margin-div {
  margin-bottom: 15px;
}

/*----------------Contact page-------------------*/
.single-page {
    padding: 50px;
}
.normalpage-title {
  margin-bottom: 50px;
}
.normalpage-title h1 {
  color: #EF4C14;
}
.normalpage-title h1 {
  border-bottom: 1px solid #ddd;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
}
.normalpage-title h1 span {
  background-color: #fff;
}
.normalpage-title h1 span {
  padding: 5px 15px;
}
.company-map { margin-top: 30px; }

/* ===================== FRONT FORMS (contact / enquiry / customize) ===================== */
.front-form-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.front-form-card__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
}
.front-form-card__header i {
  font-size: 2rem;
  color: #FF6D15;
  margin-top: 2px;
}
.front-form-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2e343d;
  margin-bottom: 0;
}
.front-form-card .form-control,
.front-form-card .form-select {
  border-radius: 8px;
  border-color: #dde2e8;
  font-size: 0.9rem;
  padding: 10px 14px;
}
.front-form-card .form-control:focus,
.front-form-card .form-select:focus {
  border-color: #FF6D15;
  box-shadow: 0 0 0 3px rgba(255,109,21,0.12);
}
.front-form-card .form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}
.front-form-btn {
  background: #FF6D15;
  color: #fff;
  border: none;
  padding: 11px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}
.front-form-btn:hover { background: #e05e0c; color: #fff; }

.contact-info-block h5 {
  font-weight: 700;
  color: #2e343d;
  margin-bottom: 16px;
}
.contact-info-block p {
  font-size: 16px;
}

.customize-trip-page { background: #f8f9fa; }

/*--------------blog list and detail page------------------*/
.blog-list__card {
  box-shadow: 0 0 20px -9px rgba(0, 0, 0 ,0.3);
  background-color: #fff;
}
.bloglist-details-contents {
  padding: 10px 20px;
}
.blog-list__detail h2 a {
  color: #FF6D15;
}
.btn.btn-readmore-continue {
  white-space: normal;
  padding: .6em 2.55em;
  font-weight: 400;
  margin-bottom: .5em;
  color: #fff;
  background-color: #e7841e;
  box-shadow: 0 2px 8px rgba(0,21,64,.15),0 10px 20px rgba(0,21,64,.1);
  border-color: #e7841e;
}
.btn.btn-readmore-continue:hover {
    background-color: #c97115;
    border-color: #be6a14;
}
.blog-detail-page {
  margin-top: 30px;
}
.innerpage-main-title.blog-detail-title h1 {
  margin-bottom: 30px;
}
#blog-detail {
  padding: 30px;
}
.blog-section-content {
  box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 30px;
}
.blog-list__item:hover {
  box-shadow: 0px 0px 12px -6px rgba(44, 102, 49);
}
.blog-block {
  position: relative;
}
.date {
    background-color: #FF6D15;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
    display: block;
    left: -10px;
    top: 10px;
}
.tri-angle {
    border-bottom: 10px solid #FF6D15;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.blog-list-single-item, .single-item-space {
  margin-bottom: 25px;
}
.whatsapp-livechat {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
}
.wa-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 18px 10px 12px;
  box-shadow: 0 4px 16px rgba(37,211,102,0.45);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.wa-btn:hover {
  background: #1ebe5c;
  box-shadow: 0 6px 24px rgba(37,211,102,0.55);
  transform: translateY(-2px);
  color: #fff;
}
.wa-icon {
  font-size: 1.7rem;
  line-height: 1;
  flex-shrink: 0;
}
.wa-label {
  font-size: 0.88rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}
/* Ripple animation */
.wa-ripple {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  animation: wa-ripple 2s ease-out infinite;
  background: rgba(37,211,102,0.4);
  z-index: -1;
}
@keyframes wa-ripple {
  0%   { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.35); opacity: 0; }
}
/* Collapse to icon-only on mobile */
@media (max-width: 575px) {
  .wa-btn { padding: 12px; border-radius: 50%; }
  .wa-label { display: none; }
  .wa-icon { font-size: 1.8rem; }
}



/* ===================== BLOG LIST ===================== */

.blog-list-hero {
  background: linear-gradient(135deg, #2E343D 0%, #1a1f26 100%);
  padding: 50px 0 40px;
  text-align: center;
  border-bottom: 4px solid #FF6D15;
}
.blog-list-hero h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog-list-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  margin: 0;
}

.blog-list-section { background: #f8f9fa; }

/* Pagination */
.blog-pagination .pagination {
  justify-content: center;
  gap: 4px;
}
.blog-pagination .page-link {
  border-radius: 8px !important;
  border-color: #e0e0e0;
  color: #2e343d;
  padding: 8px 14px;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.blog-pagination .page-link:hover {
  background: #FF6D15;
  border-color: #FF6D15;
  color: #fff;
}
.blog-pagination .page-item.active .page-link {
  background: #FF6D15;
  border-color: #FF6D15;
  color: #fff;
}

/* ===================== BLOG DETAIL ===================== */

/* Breadcrumb */
.blog-breadcrumb {
  font-size: 0.85rem;
}
.blog-breadcrumb .breadcrumb-item a { color: #FF6D15; text-decoration: none; }
.blog-breadcrumb .breadcrumb-item.active { color: #666; }

/* Section */
.blog-detail-section { background: #fafafa; }

/* Featured image */
.blog-featured-img { border-radius: 12px; overflow: hidden; }
.blog-featured-img img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; display: block; }

/* Title */
.blog-main-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1e2227;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

/* Meta */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: #666;
}
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-meta i { color: #FF6D15; }

/* Divider */
.blog-divider { border-color: #e8e8e8; margin: 1.5rem 0; }

/* Body content typography */
.blog-body-content { font-size: 1rem; line-height: 1.85; color: #333; }
.blog-body-content h2 { font-size: 1.5rem; font-weight: 700; margin-top: 2rem; margin-bottom: 0.75rem; color: #1e2227; border-left: 4px solid #FF6D15; padding-left: 12px; }
.blog-body-content h3 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; color: #2e343d; }
.blog-body-content h4 { font-size: 1.1rem; font-weight: 600; margin-top: 1.25rem; color: #2e343d; }
.blog-body-content img { border-radius: 8px; max-width: 100%; height: auto; margin: 1rem 0; }
.blog-body-content a { color: #FF6D15; }
.blog-body-content ul,
.blog-body-content ol {
  padding-left: 1.5rem;
  margin: 0.75rem 0 1rem;
}
.blog-body-content ul { list-style: disc; }
.blog-body-content ol { list-style: decimal; }
.blog-body-content ul li,
.blog-body-content ol li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
  line-height: 1.75;
}
.blog-body-content ul li::marker { color: #FF6D15; }
.blog-body-content ol li::marker { color: #FF6D15; font-weight: 700; }
.blog-body-content ul ul,
.blog-body-content ol ol,
.blog-body-content ul ol,
.blog-body-content ol ul {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.blog-body-content blockquote {
  border-left: 4px solid #FF6D15;
  background: #fff8f4;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  color: #555;
  font-style: italic;
}

/* Section sub-titles */
.section-sub-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2e343d;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-sub-title i { color: #FF6D15; }

/* Comments */
.comment-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.comment-item:last-child { border-bottom: none; }
.comment-avatar { font-size: 2.2rem; color: #c8cdd4; flex-shrink: 0; }
.comment-header { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
.comment-header strong { font-size: 0.95rem; color: #1e2227; }
.comment-date { font-size: 0.78rem; color: #999; display: flex; align-items: center; gap: 4px; }
.comment-text { margin: 0; font-size: 0.92rem; color: #444; line-height: 1.7; }

/* Comment form */
.blog-comment-form { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.blog-comment-form .form-control,
.blog-comment-form .form-select {
  border-radius: 8px;
  border-color: #dde2e8;
  font-size: 0.9rem;
}
.blog-comment-form .form-control:focus,
.blog-comment-form .form-select:focus {
  border-color: #FF6D15;
  box-shadow: 0 0 0 3px rgba(255,109,21,0.12);
}
.blog-comment-btn {
  background: #FF6D15;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}
.blog-comment-btn:hover { background: #e05e0c; color: #fff; }

/* ---- Sidebar ---- */
.blog-sidebar {
  position: sticky;
  top: calc(var(--header-h, 50px) + 16px);
  max-height: calc(100vh - var(--header-h, 50px) - 32px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}
.blog-sidebar::-webkit-scrollbar { width: 4px; }
.blog-sidebar::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

/* Sidebar widgets */
.sidebar-widget {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  margin-bottom: 20px;
}
.sidebar-widget__header {
  background: #2e343d;
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-widget__header i { color: #FF6D15; }

/* TOC */
.toc-wrapper { padding: 12px 16px; }
.toc-wrapper ul { list-style: none; padding: 0; margin: 0; }
.toc-wrapper li { margin-bottom: 6px; }
.toc-wrapper a {
  color: #444;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.5;
  display: block;
  padding: 3px 0;
  border-left: 3px solid transparent;
  padding-left: 8px;
  transition: color 0.2s, border-color 0.2s;
}
.toc-wrapper a:hover { color: #FF6D15; border-left-color: #FF6D15; }
.toc-wrapper a.active { color: #FF6D15; border-left-color: #FF6D15; font-weight: 600; }
.toc-level-3 { padding-left: 12px; }
.toc-level-4 { padding-left: 24px; }

/* Share buttons */
.share-btns { padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.share-btn:hover { opacity: 0.85; }
.share-fb { background: #1877f2; color: #fff; }
.share-tw { background: #000; color: #fff; }
.share-wa { background: #25d366; color: #fff; }

/* Recent blogs */
.recent-blogs-section { border-top: 2px solid #e8e8e8; }
.section-main-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e2227;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}
.section-main-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 50px; height: 3px;
  background: #FF6D15;
  border-radius: 2px;
}

/* Blog card (recent blogs) */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.12); transform: translateY(-3px); }
.blog-card__img { position: relative; overflow: hidden; }
.blog-card__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform 0.3s; }
.blog-card:hover .blog-card__img img { transform: scale(1.04); }
.blog-card__date {
  position: absolute;
  bottom: 10px; left: 12px;
  background: #FF6D15;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}
.blog-card__body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card__title { font-size: 1rem; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.blog-card__title a { color: #1e2227; text-decoration: none; }
.blog-card__title a:hover { color: #FF6D15; }
.blog-card__excerpt { font-size: 0.85rem; color: #666; line-height: 1.6; flex: 1; margin-bottom: 12px; }
.blog-card__link {
  color: #FF6D15;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
}
.blog-card__link:hover { gap: 8px; color: #e05e0c; }

/* Package banner gallery */
.package-banner-section .container { max-width: 1320px; } /* match xxl container */
.banner-gallery { --banner-h: 420px; --banner-gap: 1rem; }
.banner-card { border-radius: 14px; overflow: hidden; background: #e9ecef; }

/* Cover ALL images inside banner cards — helper returns plain <img> with no class */
.banner-card img,
.banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.banner-card > a.fancybox-item { display: block; width: 100%; height: 100%; }
.banner-main { height: var(--banner-h); }
.banner-thumb-top, .banner-thumb-bottom { height: calc((var(--banner-h) - var(--banner-gap)) / 2); }

.see-photos {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(33,37,41,.75); color: #fff; text-decoration: none;
  font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: 10px;
  display: inline-flex; gap: 6px; align-items: center;
  backdrop-filter: blur(2px); border: none; cursor: pointer;
  z-index: 2;
}
.see-photos:hover { background: rgba(33,37,41,.95); color: #fff; }

/* lg tablets: slightly shorter */
@media (max-width: 1199.98px) { .banner-gallery { --banner-h: 380px; } }

/* md/lg stacked — full-width single col, reduce height */
@media (max-width: 991.98px) { .banner-gallery { --banner-h: 300px; } }

/* sm tablets: use aspect-ratio so images are proportional */
@media (max-width: 767.98px) {
  .banner-main { height: auto; aspect-ratio: 16 / 9; }
  .banner-thumb-top, .banner-thumb-bottom { height: auto; aspect-ratio: 16 / 9; }
}

/* xs mobile: single column, aspect-ratio drives height */
@media (max-width: 575.98px) {
  .banner-main { aspect-ratio: 4 / 3; }
  .banner-thumb-top, .banner-thumb-bottom { aspect-ratio: 4 / 3; }
  .see-photos { font-size: 11px; padding: 5px 9px; }
}

/* Departure date table */
.departure-item { display: none; }
.departure-item.active { display: table-row; }

/* Package detail breadcrumb */
.package-breadcrumb {
  background: #f4f6f9;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.package-breadcrumb .breadcrumb {
  margin: 0;
  font-size: 13px;
  background: transparent;
  padding: 0;
}
.package-breadcrumb .breadcrumb-item a {
  color: #FF6D15;
  text-decoration: none;
}
.package-breadcrumb .breadcrumb-item a:hover { text-decoration: underline; }
.package-breadcrumb .breadcrumb-item.active { color: #666; }
.package-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #aaa; }

/* Admin quick-edit button (visible only when logged in) */
.admin-edit-btn {
  position: fixed;
  left: -62px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  background: #FF6D15;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  z-index: 9999;
  white-space: nowrap;
  transition: left 0.2s ease, background 0.2s ease;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.admin-edit-btn:hover {
  background: #2E343D;
  color: #fff;
}

/* =============================================
   TEAM PAGE
   ============================================= */
.team-section {
  padding: 50px 0 60px;
  background: #fff;
}
.team-page-intro {
  margin: 0 0 2.5rem;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

/* List */
.team-list {
  margin: 0;
}
.team-item {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}
.team-item:last-child {
  border-bottom: none;
}

/* Photo */
.team-photo {
  text-align: center;
}
.team-photo img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 3px solid #FF6D15;
  display: inline-block;
}

/* Info */
.team-info {
  padding-left: 8px;
}
.team-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1f2e;
  margin: 0 0 6px;
  line-height: 1.3;
}
.team-designation {
  display: inline-block;
  background: #fff3ec;
  color: #FF6D15;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.team-detail {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.team-detail p:last-child { margin-bottom: 0; }

@media (max-width: 575px) {
  .team-photo img {
    width: 88px;
    height: 88px;
  }
  .team-info {
    padding-left: 4px;
  }
  .team-name {
    font-size: 17px;
  }
}
