.dh-wa,
.dh-call {
  position: fixed;
  right: 16px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(7, 21, 22, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.dh-wa svg,
.dh-call svg {
  width: 28px;
  height: 28px;
  display: block;
}
.dh-wa:hover,
.dh-call:hover {
  color: #fff;
  transform: translateY(-2px);
}
.dh-wa {
  bottom: 88px;
  background: #25d366;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}
.dh-wa:hover { background: #1ebe57; }
.dh-call {
  bottom: 22px;
  background: #2563eb;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.4);
}
.dh-call:hover { background: #1d4ed8; }
.tp-header-toogle {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(7, 21, 22, 0.12);
  border-radius: 100px;
  padding: 0 8px;
  background: #fff;
}
.tp-header-toogle span {
  height: 2px;
  width: 17px;
  display: block;
  background: #111;
}
.tp-header-toogle span:first-child {
  width: 12px;
}
@media (max-width: 574.98px) {
  .back-to-top-wrapper,
  .back-to-top-wrapper.back-to-top-btn-show {
    right: 20px;
    bottom: 156px;
  }
}
.dh-hero h1 { color: #fff; }
.dh-hero p { color: #fff; max-width: 720px; }

/* ==========================================================================
   Centered Home Hero with Dual CTA
   ========================================================================== */
body.dh-home .tp-hero-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}
body.dh-home .tp-hero-bg {
  padding-top: 130px;
  padding-bottom: 120px;
  background-image: url("../img/hero/vagamon-jeep-safari.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.dh-home .tp-hero-bg::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle at center, rgba(7, 21, 22, 0.65) 0%, rgba(7, 21, 22, 0.88) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.dh-home .tp-hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dh-hero-centered {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.dh-hero-centered .tp-hero-subtitle {
  background: var(--tp-theme-1);
  color: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  display: inline-block;
  max-width: fit-content;
}
.dh-hero-centered .tp-hero-title {
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}
.dh-hero-centered .tp-hero-dec {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.dh-hero-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.dh-hero-btn-group .tp-btn {
  height: 52px !important;
  line-height: 48px !important;
  padding: 0 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}
.dh-btn-hero-quote {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.dh-btn-hero-quote:hover {
  background: var(--tp-theme-1) !important;
  border-color: var(--tp-theme-1) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 92, 53, 0.45);
}
@media (max-width: 991.98px) {
  body.dh-home .tp-hero-bg {
    padding-top: 105px;
    padding-bottom: 95px;
  }
  .dh-hero-centered .tp-hero-title {
    font-size: 40px;
  }
  .dh-hero-centered .tp-hero-dec {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .dh-hero-btn-group .tp-btn {
    height: 48px !important;
    line-height: 44px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  body.dh-home .tp-hero-bg {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 72vh;
  }
  .dh-hero-centered .tp-hero-subtitle {
    font-size: 11px;
    padding: 4px 12px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .dh-hero-centered .tp-hero-title {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .dh-hero-centered .tp-hero-dec {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .dh-hero-btn-group {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 0 4px;
  }
  .dh-hero-btn-group .tp-btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 165px !important;
    height: 42px !important;
    line-height: 38px !important;
    padding: 0 8px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
body.dh-home .tp-hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
body.dh-home .tp-hero-area > .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
body.dh-home .tp-hero-title {
  color: #fff;
}
body.dh-home .tp-hero-dec {
  color: #e8e8e8;
}
body.dh-home .tp-hero-subtitle {
  margin-bottom: 14px;
  font-size: 12px;
  padding: 7px 16px;
}
body.dh-home .tp-hero-title {
  font-size: 34px;
  line-height: 1.16;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
body.dh-home .tp-section-title {
  font-size: 24px;
  line-height: 1.28;
}
body.dh-home .tp-offer-banner-title {
  font-size: 26px;
  line-height: 1.28;
}
body.dh-home .tp-chose-title {
  font-size: 19px;
}
body.dh-home .tp-tour-title {
  font-size: 17px;
}
body.dh-home .dh-faq .accordion-button {
  font-size: 16px;
}
body.dh-home .tp-hero-dec {
  font-size: 16px;
  line-height: 1.55;
  max-width: 34em;
  margin-bottom: 22px;
}
body.dh-home .tp-hero-content .tp-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px;
}
@media (min-width: 768px) {
  body.dh-home .tp-hero-area {
    min-height: 76vh;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 120px;
    padding-bottom: 148px;
  }
  body.dh-home .tp-hero-subtitle {
    font-size: 13px;
  }
  body.dh-home .tp-hero-title {
    font-size: 44px;
  }
  body.dh-home .tp-section-title {
    font-size: 30px;
  }
  body.dh-home .tp-offer-banner-title {
    font-size: 30px;
  }
  body.dh-home .tp-chose-title {
    font-size: 21px;
  }
  body.dh-home .tp-tour-title {
    font-size: 19px;
  }
  body.dh-home .dh-faq .accordion-button {
    font-size: 17px;
  }
  body.dh-home .tp-hero-dec {
    font-size: 17px;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  body.dh-home .tp-hero-bg {
    background-position: 68% 55%;
  }
}
@media (min-width: 1200px) {
  body.dh-home .tp-hero-area {
    min-height: calc(100vh - 128px);
  }
  body.dh-home .tp-hero-bg {
    padding-top: 140px;
    padding-bottom: 160px;
  }
  body.dh-home .tp-hero-title {
    font-size: 50px;
  }
  body.dh-home .tp-section-title {
    font-size: 34px;
  }
  body.dh-home .tp-offer-banner-title {
    font-size: 34px;
  }
  body.dh-home .tp-chose-title {
    font-size: 22px;
  }
  body.dh-home .tp-hero-dec {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  body.dh-home .tp-hero-area {
    min-height: calc(100vh - 132px);
  }
}
body.dh-home .tp-chose-numbar {
  display: block;
}
.dh-card ul { padding-left: 1.1rem; }
.dh-faq .accordion-button { font-weight: 600; }
.tp-header-top-discount p span { color: inherit; }
/* Hub pages: keep injected tp-tour-item (mb-30); hide leftover template grid cards (mb-50). */
body.dh-hub .tp-tour-item.mb-50 { display: none; }
body.dh-home .tp-testimonial-area,
body.dh-home .tp-blog-area { display: none; }
.dh-home-offers {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .dh-home-offers {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
body.dh-hub .tp-tour-item.mb-50 { display: none; }
body.dh-hub .tp-tour-filter-wrap { display: none; }
@media (min-width: 1200px) {
  .tp-main-menu nav > ul > li > a { font-size: 14px; padding-left: 10px; padding-right: 10px; }
  .tp-main-menu nav > ul > li.has-dropdown > a { padding-right: 16px; }
}
.tp-menu-dropdown nav ul li.has-dropdown > a::after {
  right: 2px;
  top: 48%;
  width: 6px;
  height: 6px;
}
.tp-header-area,
.tp-main-menu,
.tp-menu-dropdown nav ul {
  overflow: visible;
}
.tp-menu-dropdown nav ul li.has-dropdown {
  position: relative;
}
.tp-menu-dropdown nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  text-align: left;
  padding: 12px 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 30;
  box-shadow: 0 16px 30px rgba(7, 21, 22, 0.12);
  border-radius: 8px;
}
.tp-main-menu nav > ul > li.has-dropdown:nth-last-child(-n+3) > .sub-menu {
  left: auto;
  right: 0;
}
.tp-menu-dropdown nav ul li:hover > .sub-menu,
.tp-menu-dropdown nav ul li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tp-menu-dropdown nav ul li .sub-menu li a {
  text-transform: none;
  white-space: normal;
  line-height: 1.35;
}
.tp-menu-dropdown nav ul li .sub-menu li.dh-menu-viewall a {
  font-weight: 600;
  border-top: 1px solid rgba(7, 21, 22, 0.1);
  margin-top: 6px;
  padding-top: 12px;
}
.tp-offcanvas-menu ul li.has-dropdown > a {
  padding-right: 40px;
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  position: static;
  width: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  padding: 0 0 8px;
  background: transparent;
  left: auto;
  right: auto;
}
.tp-offcanvas-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
}
.tp-offcanvas-menu ul li .sub-menu li.dh-menu-viewall a {
  font-weight: 600;
}
.tp-header-contact .tp-btn { white-space: nowrap; font-size: 13px; padding-left: 16px; padding-right: 16px; }
#inquiryModal .modal-dialog { max-width: 440px; }
#inquiryModal .modal-content { border: 0; border-radius: 16px; overflow: hidden; }
#inquiryModal .modal-header {
  padding: 18px 20px 6px;
  border-bottom: 0;
  align-items: flex-start;
}
#inquiryModal .modal-title {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.3;
  padding-right: 12px;
}
#inquiryModal .modal-body { padding: 8px 20px 4px; }
#inquiryModal .modal-footer {
  padding: 8px 20px 18px;
  border-top: 0;
}
#inquiryModal .modal-footer .tp-btn { width: 100%; padding-top: 12px; padding-bottom: 12px; }
#inquiryModal .form-label { font-weight: 600; font-size: 13px; margin-bottom: 4px; }
#inquiryModal .form-control { font-size: 14px; padding: 8px 12px; }
#inquiryModal .form-control:focus {
  border-color: #73B458;
  box-shadow: 0 0 0 3px rgba(115, 180, 88, 0.18);
}
#inquiryModal textarea.form-control { min-height: 68px; resize: vertical; }
#inquiryModal .dh-inquiry-row { margin-left: -6px; margin-right: -6px; }
#inquiryModal .dh-inquiry-row > [class*="col-"] { padding-left: 6px; padding-right: 6px; }
#inquiryModal .dh-field { margin-bottom: 12px; }
#inquiryModal .dh-inquiry-success { text-align: center; padding: 8px 4px 12px; }
#inquiryModal .dh-inquiry-success p { margin-bottom: 12px; color: #2d3748; line-height: 1.55; }
#inquiryModal .dh-inquiry-phone {
  display: inline-block;
  font-weight: 700;
  font-size: 1.15rem;
  color: #111;
  margin-top: 4px;
}
#inquiryModal .dh-inquiry-phone:hover { color: #73B458; }

/* Equal-height trip cards only — do not flex intro/copy columns */
.tp-tour-area .row:has(> [class*="col-"] .tp-tour-item) {
  row-gap: 36px;
}
@media (min-width: 768px) {
  .tp-tour-area .row:has(> [class*="col-"] .tp-tour-item) {
    row-gap: 48px;
  }
}
.tp-tour-area .row > [class*="col-"]:has(.tp-tour-item) {
  display: flex;
}
.tp-tour-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.tp-tour-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.tp-tour-title {
  min-height: calc(1.25em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tp-tour-footer {
  margin-top: auto;
}
.tp-tour-info > span:first-child {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
}
.tp-tour-info > span:first-child::before {
  display: block;
}

.dh-taxi-lead { max-width: 100%; }
.dh-taxi-lead p { max-width: none; margin-bottom: 22px; }
.dh-taxi-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.dh-taxi-table-wrap { overflow-x: auto; }
.dh-taxi-table { width: 100%; border-collapse: collapse; background: #fff; }
.dh-taxi-table th,
.dh-taxi-table td { padding: 12px 14px; border-bottom: 1px solid #e8eee8; text-align: left; vertical-align: top; }
.dh-taxi-table thead th { background: #EBF8EB; font-weight: 600; white-space: nowrap; }
.dh-taxi-table tbody tr:hover { background: #f7fbf7; }
.dh-taxi-note { font-size: 14px; color: #4a5568; }
.dh-taxi-steps { counter-reset: dh-step; list-style: none; padding: 0; margin: 0; }
.dh-taxi-steps li { counter-increment: dh-step; position: relative; padding-left: 52px; margin-bottom: 22px; }
.dh-taxi-steps li:last-child { margin-bottom: 0; }
.dh-taxi-steps li::before {
  content: counter(dh-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #73B458;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dh-taxi-card-meta { font-size: 14px; color: #4a5568; margin-bottom: 12px; }
.dh-taxi-card-meta p { margin-bottom: 6px; }
.tp-tour-item .dh-taxi-book { white-space: nowrap; font-size: 13px; padding: 8px 16px; }

.dh-taxi-facts > [class*="col-"] { display: flex; }
.dh-taxi-facts .dh-taxi-fact {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(7, 21, 22, 0.1);
  border-radius: 16px;
  padding: 32px 28px;
}
.dh-taxi-fact h3 { font-size: 20px; }
.dh-taxi-fact ul { list-style: none; padding: 0; margin: 0; }
.dh-taxi-fact li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.dh-taxi-fact li:last-child { margin-bottom: 0; }
.dh-taxi-fact--in li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73B458;
}
.dh-taxi-fact--out li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FD4621;
}
.dh-taxi-fact--note { background: #EBF8EB; border-color: transparent; }
.dh-taxi-fact--note p { margin-bottom: 10px; }
.dh-taxi-fact--note p:last-child { margin-bottom: 0; }

.dh-taxi-book-area { background: #EBF8EB; }
.dh-taxi-book-area .row > [class*="col-"] { display: flex; }
.dh-taxi-book-copy { padding-right: 24px; flex-direction: column; }
.dh-taxi-form-panel {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 12px 40px rgba(7, 21, 22, 0.06);
  width: 100%;
  height: 100%;
}
.dh-taxi-form-panel .tp-textarea { height: 110px; }
.dh-taxi-contact-line { margin-bottom: 14px; }
.dh-taxi-contact-line a { font-weight: 600; color: inherit; }
@media (max-width: 991.98px) {
  .dh-taxi-book-copy { padding-right: 0; margin-bottom: 30px; }
  .dh-taxi-form-panel { padding: 28px 22px; }
}

/* Compact mobile header — avoid 50/50 columns and locked spacer height */
.tp-header-logo img {
  max-height: 48px;
  width: auto;
  height: auto;
}
@media (max-width: 1199.98px) {
  header.tp-header-height {
    height: auto !important;
  }
  .tp-header-area .row {
    flex-wrap: nowrap;
  }
  .tp-header-area .row > [class*="col-"]:first-child,
  .tp-header-area .row > [class*="col-"]:last-child {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tp-header-area .row > [class*="col-"]:last-child {
    margin-left: auto;
  }
  .tp-header-logo img {
    max-height: 40px;
  }
  .tp-header-lg-ptb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Offcanvas intro + contact cards */
.tp-offcanvas-content {
  background: #ebf8eb;
  border-radius: 16px;
  padding: 20px 18px;
  margin-bottom: 20px;
}
.tp-offcanvas-content .tp-offcanvas-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.tp-offcanvas-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
}
.tp-offcanvas-info .tp-offcanvas-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
.tp-offcanvas-info span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(7, 21, 22, 0.08);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #1a202c;
}
.tp-offcanvas-info span:last-child {
  margin-bottom: 0;
}
.tp-offcanvas-info span a {
  color: inherit;
  font-weight: 600;
}
.tp-offcanvas-info span::before {
  content: "";
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ebf8eb center / 18px 18px no-repeat;
}
.tp-offcanvas-info span:nth-of-type(1)::before {
  background-color: #dbeafe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.tp-offcanvas-info span:nth-of-type(2)::before {
  background-color: #dcfce7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325d366'%3E%3Cpath d='M20.52 3.48A11.86 11.86 0 0 0 12.06 0C5.51 0 .2 5.31.2 11.86c0 2.09.55 4.13 1.59 5.93L0 24l6.35-1.66a11.82 11.82 0 0 0 5.71 1.45h.01c6.55 0 11.86-5.31 11.86-11.86 0-3.17-1.23-6.15-3.41-8.45zM12.07 21.6h-.01a9.8 9.8 0 0 1-4.99-1.37l-.36-.21-3.77.99 1.01-3.67-.23-.38a9.8 9.8 0 0 1-1.5-5.22c0-5.41 4.4-9.81 9.82-9.81 2.62 0 5.09 1.02 6.94 2.88a9.75 9.75 0 0 1 2.87 6.93c0 5.41-4.4 9.81-9.78 9.81zm5.38-7.35c-.29-.15-1.74-.86-2.01-.96-.27-.1-.47-.15-.67.15-.2.29-.77.96-.94 1.16-.17.2-.35.22-.64.07-.29-.15-1.23-.45-2.34-1.45-.86-.77-1.45-1.72-1.62-2.01-.17-.29-.02-.45.13-.6.13-.13.29-.35.44-.52.15-.17.2-.29.29-.49.1-.2.05-.37-.02-.52-.07-.15-.67-1.61-.92-2.21-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.79.37-.27.29-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.21 5.08 4.5.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.74-.71 1.99-1.4.25-.69.25-1.28.17-1.4-.07-.12-.27-.2-.56-.35z'/%3E%3C/svg%3E");
}
.tp-offcanvas-info span:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2373B458'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}
.tp-offcanvas-menu {
  margin-bottom: 28px;
}
.tp-offcanvas {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  width: min(400px, 100%);
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 24px 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.tp-offcanvas-open {
  transform: translateX(0);
}
.tp-offcanvas-overlay {
  position: fixed;
  inset: 0;
  z-index: 15;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-offcanvas-overlay-open {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px !important;
  gap: 12px;
  flex-wrap: nowrap;
}
.tp-offcanvas-logo {
  min-width: 0;
  flex: 1 1 auto;
}
.tp-offcanvas-close {
  flex: 0 0 auto;
}
.tp-offcanvas-logo img {
  max-height: 40px;
  width: auto !important;
  max-width: 160px;
  height: auto;
}

.dh-pkg-meta span {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 6px;
  color: #5c5f66;
}
.dh-pkg-lang {
  color: inherit;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
.dh-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin: 0 6px 6px 0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 12px;
  color: #111;
  text-decoration: none;
}
.dh-share-icon:hover {
  color: #111;
  background: #f3f7f3;
}
.dh-inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .dh-inc-grid {
    grid-template-columns: 1fr;
  }
}
.dh-inc-list li,
.dh-exc-list li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

/* Share button in corner */
.tp-tour-details-wishlist button,
.dh-share-btn {
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #5c5f66;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.tp-tour-details-wishlist button:hover,
.dh-share-btn:hover {
  color: var(--tp-theme-1);
}
.tp-tour-details-wishlist button svg,
.dh-share-btn svg {
  margin-right: 8px;
  width: 20px;
  height: 22px;
  flex-shrink: 0;
}

/* 5-Image Rectangular Gallery Grid */
.tp-tour-details-gallery-wrap .gallery-col-1 {
  margin-right: 0 !important;
  height: 480px;
  border-radius: 16px;
}
.tp-tour-details-gallery-wrap .gallery-col-1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-tour-details-gallery-wrap .gallery-col-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner {
  margin-left: 0 !important;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-3,
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-4 {
  height: 230px;
  border-radius: 16px;
  overflow: hidden;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-3 a,
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-4 a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-3 img,
.tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-thumb.gallery .tp-tour-media-meta {
  right: 16px;
  bottom: 16px;
}
.tp-tour-details-gallery-wrap .tp-tour-gallery-thumb.gallery .tp-tour-media-meta a {
  padding: 6px 18px;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .tp-tour-details-gallery-wrap .gallery-col-1 {
    height: 380px;
    margin-bottom: 20px;
  }
  .tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-3,
  .tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-4 {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .tp-tour-details-gallery-wrap .gallery-col-1 {
    height: 260px;
    margin-bottom: 14px;
  }
  .tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-3,
  .tp-tour-details-gallery-wrap .tp-tour-gallery-inner .gallery-col-4 {
    height: 120px;
  }
}

/* Places You'll See Cards: Uniform Fixed Dimensions */
.tp-tour-details-place-thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.tp-tour-details-place-thumb a {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 12px;
}
.tp-tour-details-place-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.tp-tour-details-place-thumb:hover img {
  transform: scale(1.08);
}
.tp-tour-details-place-thumb span {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: block;
}
@media (max-width: 767.98px) {
  .tp-tour-details-place-thumb a {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .tp-tour-details-place-thumb a {
    height: 160px;
  }
}

/* ==========================================================================
   Dream Holidays - Refined 4-Column Template Footer
   ========================================================================== */
.tp-footer-area {
  background-color: #f3f7f3;
  border-top: 1px solid rgba(7, 21, 22, 0.08);
}

.tp-footer-dec {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(7, 21, 22, 0.7);
  max-width: 320px;
}

.tp-footer-widget-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.tp-footer-widget-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 12px;
}

.tp-footer-widget-menu ul li a {
  font-size: 15px;
  color: rgba(7, 21, 22, 0.72);
  transition: color 0.2s ease;
}

.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-theme-1);
}

.tp-footer-contact .location {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 21, 22, 0.72);
}

.tp-footer-contact .phone {
  font-size: 17px;
  font-weight: 600;
  color: var(--tp-theme-1);
}

.tp-footer-contact .phone:hover {
  color: var(--tp-common-black);
}

.tp-footer-contact .wa-link {
  font-size: 15px;
  font-weight: 500;
  color: rgba(7, 21, 22, 0.72);
}

.tp-footer-contact .wa-link:hover {
  color: #128c7e;
}

.tp-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.tp-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(7, 21, 22, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(7, 21, 22, 0.7);
  transition: all 0.2s ease;
}

.tp-footer-social a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tp-footer-social a:hover {
  background: var(--tp-theme-1);
  color: #ffffff;
  transform: translateY(-2px);
}

.tp-copyright-area {
  border-top: 1px solid rgba(7, 21, 22, 0.08);
  padding: 24px 0;
}

.tp-copyright-area p {
  font-size: 14px;
  color: rgba(7, 21, 22, 0.6);
  margin: 0;
}

@media (min-width: 992px) {
  .tp-gallery-space {
    height: 350px !important;
  }
}

/* ==========================================================================
   Image UI Safety & Containment Guards
   Guarantees uniform aspect ratio, fixed container bounds & prevents layout
   shifts regardless of uploaded image sizes/dimensions.
   ========================================================================== */

/* 1. Tour & Package Cards: Strict 233px fixed height container */
.tp-tour-thumb,
.tp-tour-thumb.fix {
  overflow: hidden !important;
  border-radius: 16px 16px 0 0 !important;
}
.tp-tour-thumb .image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 233px !important;
  overflow: hidden !important;
}
.tp-tour-thumb .image img,
.tp-tour-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-tour-thumb .image {
    height: 300px !important;
  }
}

/* 2. Homepage Marquee Gallery: Uniform Card Height & Aspect Ratio */
.tp-gallery-space {
  height: 520px !important;
  overflow: hidden !important;
}
.tp-gallery-item {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}
.tp-gallery-item img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  display: block !important;
}
@media (max-width: 991.98px) {
  .tp-gallery-space {
    height: 440px !important;
  }
  .tp-gallery-item img {
    height: 220px !important;
  }
}
@media (max-width: 767.98px) {
  .tp-gallery-space {
    height: 380px !important;
  }
  .tp-gallery-item img {
    height: 190px !important;
    border-radius: 14px !important;
  }
}
@media (max-width: 480px) {
  .tp-gallery-space {
    height: 350px !important;
  }
  .tp-gallery-item img {
    height: 175px !important;
    border-radius: 12px !important;
  }
}

/* 3. Why Choose Us Section Thumbs */
.tp-chose-thumb {
  overflow: hidden !important;
  border-radius: 20px !important;
}
.tp-chose-thumb img {
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  max-height: 420px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 20px !important;
  display: block !important;
}

/* 4. About Us Feature Thumbs & 10+ Badge Fix */
.tp-about-left-thumb {
  overflow: visible !important;
  position: relative !important;
}
.tp-about-left-thumb img {
  width: 100% !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  display: block !important;
}
.tp-about-circale {
  position: absolute !important;
  background: var(--tp-theme-1) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 25px rgba(255, 92, 53, 0.4) !important;
  z-index: 10 !important;
  pointer-events: none;
  width: 160px !important;
  height: 160px !important;
  top: -60px !important;
  left: 40px !important;
}
.tp-about-circale-title {
  font-size: 46px !important;
  letter-spacing: -0.04em !important;
  color: #fff !important;
  font-weight: 800 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.tp-about-circale-text {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}
.tp-about-circale-text img {
  width: 86% !important;
  height: 86% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .tp-about-left-thumb {
    margin-top: 45px !important;
  }
  .tp-about-circale {
    width: 120px !important;
    height: 120px !important;
    top: -45px !important;
    left: 20px !important;
  }
  .tp-about-circale-title {
    font-size: 34px !important;
  }
}
@media (max-width: 575.98px) {
  .tp-about-left-thumb {
    margin-top: 40px !important;
  }
  .tp-about-circale {
    width: 105px !important;
    height: 105px !important;
    top: -38px !important;
    left: 15px !important;
  }
  .tp-about-circale-title {
    font-size: 28px !important;
  }
}

/* 5. Brand Logos Containment */
.tp-header-logo img,
.tp-offcanvas-logo img,
.tp-footer-logo img {
  max-height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* 6. Testimonial Avatars */
.tp-testimonial-avatar img,
.tp-testimonial-author-thumb img {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

/* 7. Background Images Safety */
[data-background],
.tp-breadcrumb-bg,
.tp-hero-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 8. Unified Header Quote Button (One button across all screen sizes) */
.dh-header-quote-btn {
  height: 46px !important;
  line-height: 42px !important;
  padding: 0 22px !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-color: var(--tp-theme-1) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 14px rgba(255, 92, 53, 0.3) !important;
  transition: all 0.25s ease !important;
}
.dh-header-quote-btn:hover {
  background-color: #e04b28 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 92, 53, 0.45) !important;
}

@media (max-width: 1199.98px) {
  .dh-header-quote-btn {
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 16px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 575.98px) {
  .dh-header-quote-btn {
    height: 36px !important;
    line-height: 34px !important;
    padding: 0 12px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
  }
}

/* ==========================================================================
   Jeep Safari "Why Book" Feature Cards Redesign
   ========================================================================== */
.dh-why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(7, 21, 22, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.dh-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff5c35, #10b981);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dh-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(7, 21, 22, 0.09);
  border-color: rgba(16, 185, 129, 0.35);
}
.dh-why-card:hover::before {
  opacity: 1;
}
.dh-why-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ecfdf5;
  color: #059669;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.dh-why-card:hover .dh-why-icon-wrap {
  background: #10b981;
  color: #ffffff;
  transform: scale(1.05);
}
.dh-why-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.35;
}
.dh-why-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
  margin-bottom: 0;
}

/* ==========================================================================
   Stays & Accommodations Cards & Badges
   ========================================================================== */
.dh-stay-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(7, 21, 22, 0.05);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dh-stay-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(7, 21, 22, 0.12);
  border-color: rgba(255, 92, 53, 0.35);
}
.dh-stay-thumb {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.dh-stay-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.dh-stay-card:hover .dh-stay-thumb img {
  transform: scale(1.08);
}
.dh-stay-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(17, 24, 39, 0.78);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
}
.dh-stay-badge.badge-popular {
  background: #ff5c35;
  color: #fff;
}
.dh-stay-badge.badge-luxury {
  background: #8b5cf6;
  color: #fff;
}
.dh-stay-badge.badge-adventure {
  background: #059669;
  color: #fff;
}
.dh-stay-body {
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.dh-stay-title {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.dh-stay-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
  margin-bottom: 14px;
}
.dh-stay-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
}
.dh-stay-features li {
  font-size: 12.5px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dh-stay-features li i {
  color: #10b981;
  font-size: 12px;
}
.dh-stay-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  font-size: 12.5px;
  color: #64748b;
}
.dh-stay-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dh-stay-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.dh-stay-price-wrap .price-label {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: block;
}
.dh-stay-price-wrap .price-amount {
  font-size: 19px;
  font-weight: 800;
  color: #ff5c35;
  line-height: 1.15;
  display: inline-block;
}
.dh-stay-price-wrap .price-unit {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 500;
}
.dh-stay-btn {
  height: 40px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 50px;
  background: #ff5c35;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 92, 53, 0.25);
}
.dh-stay-btn:hover {
  background: #e04b28;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 92, 53, 0.35);
}

/* ==========================================================================
   FAQ Section Styling
   ========================================================================== */
.dh-faq-section {
  background: #f8fafc;
  padding: 80px 0;
}
.dh-faq-accordion .accordion-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}
.dh-faq-accordion .accordion-item:hover {
  border-color: rgba(16, 185, 129, 0.4);
}
.dh-faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  padding: 18px 22px;
  background: #ffffff;
  box-shadow: none;
}
.dh-faq-accordion .accordion-button:not(.collapsed) {
  background: #f0fdf4;
  color: #065f46;
}
.dh-faq-accordion .accordion-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: #475569;
  padding: 14px 22px 22px;
  background: #ffffff;
}



