.dh-wa {
  position: fixed !important;
  right: 20px !important;
  left: auto !important;
  bottom: 90px !important;
  z-index: 9999 !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #25d366 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.42) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}
.dh-wa svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}
.dh-wa:hover {
  color: #fff !important;
  background: #1ebe57 !important;
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.52) !important;
}
.dh-call {
  display: none !important;
}
.back-to-top-wrapper {
  position: fixed !important;
  right: 20px !important;
  left: auto !important;
  bottom: 0 !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 9999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease-in-out !important;
}
.back-to-top-wrapper.back-to-top-btn-show {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 22px !important;
}
.back-to-top-btn {
  width: 48px !important;
  height: 48px !important;
  line-height: 46px !important;
  text-align: center !important;
  background: #fff !important;
  color: #071516 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(7, 21, 22, 0.12) !important;
  box-shadow: 0 8px 22px rgba(7, 21, 22, 0.16) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
}
.back-to-top-btn svg {
  width: 14px !important;
  height: 14px !important;
  transform: none !important;
}
.back-to-top-btn:hover {
  background: var(--tp-theme-1) !important;
  color: #fff !important;
  border-color: var(--tp-theme-1) !important;
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow: 0 12px 26px rgba(255, 92, 53, 0.38) !important;
}
.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: 18px !important;
    left: auto !important;
    bottom: 22px !important;
  }
  .dh-wa {
    right: 18px !important;
    left: auto !important;
    bottom: 88px !important;
  }
}
.dh-hero h1 { color: #fff; }
.dh-hero p { color: #fff; max-width: 720px; }

/* ==========================================================================
   Home Hero - Modern Full-Width Desktop / Pill Mobile & Tablet
   ========================================================================== */
body.dh-home .tp-hero-area,
body.dh-home .dh-hero-capsule {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Desktop: Full Width, No Rounded Edges, Reduced Spacing Below */
@media (min-width: 992px) {
  body.dh-home .tp-hero-area,
  body.dh-home .dh-hero-capsule {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-height: 520px !important;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    border-radius: 0 !important;
  }
  body.dh-home .tp-about-area {
    padding-top: 65px !important;
  }
}

body.dh-home .tp-hero-bg {
  background-image: url("../images/vagamon-hero-bg.webp") !important;
  background-size: cover !important;
  background-position: center 36% !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  width: 100% !important;
}
body.dh-home .tp-hero-bg::before {
  position: absolute !important;
  content: "" !important;
  background: radial-gradient(ellipse at 50% 40%, rgba(7, 21, 22, 0.40) 0%, rgba(7, 21, 22, 0.76) 100%) !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  border-radius: inherit !important;
}
body.dh-home .tp-hero-shape {
  display: none !important;
}
.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-area,
  body.dh-home .dh-hero-capsule {
    margin: 16px auto 30px auto !important;
    width: calc(100% - 32px) !important;
    border-radius: 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 16px 45px rgba(7, 21, 22, 0.15) !important;
    min-height: 55vh !important;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .dh-hero-centered .tp-hero-title {
    font-size: 38px;
  }
  .dh-hero-centered .tp-hero-dec {
    font-size: 15.5px;
    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-area,
  body.dh-home .dh-hero-capsule {
    margin: 14px auto 22px auto !important;
    width: calc(100% - 24px) !important;
    border-radius: 26px !important;
    min-height: 55vh !important;
    box-shadow: 0 10px 30px rgba(7, 21, 22, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 65px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
  }
  .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 {
  display: none !important;
  visibility: hidden !important;
}
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: 480px !important;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 80px !important;
    padding-bottom: 85px !important;
  }
  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-area {
    min-height: 520px !important;
  }
  body.dh-home .tp-hero-bg {
    background-position: center 42% !important;
  }
}
@media (min-width: 1200px) {
  body.dh-home .tp-hero-area,
  body.dh-home .dh-hero-capsule {
    min-height: 520px !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  body.dh-home .tp-hero-bg {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    border-radius: 0 !important;
  }
  body.dh-home .tp-about-area {
    padding-top: 65px !important;
  }
  body.dh-home .tp-hero-title {
    font-size: 46px;
  }
  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: 17.5px;
  }
}
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: 24px 16px 20px; }
#inquiryModal .dh-inquiry-success p { margin-bottom: 16px; color: #1e293b; line-height: 1.6; font-size: 15px; }
#inquiryModal .dh-inquiry-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0f172a;
  padding: 10px 22px;
  border-radius: 40px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  margin-top: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}
#inquiryModal .dh-inquiry-phone:hover {
  background: #e2e8f0;
  color: #15803d;
  transform: translateY(-1px);
}
#inquiryModal .invalid-feedback,
.tp-contact-form .invalid-feedback {
  font-size: 12px;
  color: #e53e3e;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1.3;
}
#inquiryModal .form-control.is-invalid,
.tp-contact-form .tp-input.is-invalid {
  border-color: #e53e3e !important;
  background-color: #fff8f8;
}

/* Heavy backdrop on desktop and mobile screens */
.modal-backdrop.show {
  background-color: #03080a !important;
  opacity: 0.88 !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.modal-backdrop.dh-heavy-backdrop,
.modal-backdrop.dh-heavy-backdrop.show {
  background-color: #020507 !important;
  opacity: 0.95 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

#inquiryModal .modal-content {
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55) !important;
}

#inquiryModal.dh-modal-success .modal-content {
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.75) !important;
  animation: dhModalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dhModalPop {
  0% { transform: scale(0.92); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}



/* 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-content .tp-about-left-thumb {
    margin-top: 30px !important;
  }
  .tp-about-right-content .tp-about-left-thumb {
    margin-top: 0 !important;
  }
  .tp-about-circale {
    width: 110px !important;
    height: 110px !important;
    top: -35px !important;
    left: 20px !important;
  }
  .tp-about-circale-title {
    font-size: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .tp-about-content .tp-about-left-thumb {
    margin-top: 24px !important;
  }
  .tp-about-right-content .tp-about-left-thumb {
    margin-top: 0 !important;
  }
  .tp-about-circale {
    width: 95px !important;
    height: 95px !important;
    top: -26px !important;
    left: 15px !important;
  }
  .tp-about-circale-title {
    font-size: 24px !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 {
    display: none !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;
}

/* ==========================================================================
   Package Cards Enhancement (Mobile & Overall)
   ========================================================================== */
.tp-tour-item {
  border: 1px solid rgba(7, 21, 22, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05) !important;
  background: #ffffff !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.tp-tour-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(7, 21, 22, 0.1) !important;
  border-color: rgba(30, 94, 91, 0.25) !important;
}
.tp-tour-content {
  padding: 20px 22px 22px 22px !important;
}
.tp-tour-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
  border-bottom: 1px solid #edf2f7 !important;
  min-height: auto !important;
}
.tp-tour-title a {
  color: #111827 !important;
  transition: color 0.2s ease;
}
.tp-tour-title a:hover {
  color: var(--tp-theme-1) !important;
}
/* Package card description typography & spacing */
.tp-tour-content p.small,
.tp-tour-content p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #4b5563 !important;
  margin-bottom: 14px !important;
  font-weight: 400 !important;
}
/* Line separation between description and specs/info */
.tp-tour-info {
  border-top: 1px solid #edf2f7 !important;
  border-bottom: 1px solid #edf2f7 !important;
  padding: 10px 0 !important;
  margin-bottom: 16px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}
.tp-tour-info > span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tp-tour-info > span:not(:last-child)::before,
.tp-tour-info > span:first-child::before {
  display: none !important;
}
.tp-tour-info > span i {
  color: #107780 !important;
  font-size: 14px !important;
  margin-right: 6px !important;
}
.tp-tour-footer {
  margin-top: auto !important;
  padding-top: 2px !important;
}
.tp-tour-new-price {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.1 !important;
}
.tp-tour-price .small.text-muted {
  font-size: 11.5px !important;
  color: #64748b !important;
  margin-top: 3px !important;
}
.tp-tour-btn .tp-btn-sm {
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 18px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  background: var(--tp-theme-1) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 12px rgba(255, 92, 53, 0.2) !important;
}
.tp-tour-btn .tp-btn-sm:hover {
  background: #e04b28 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(255, 92, 53, 0.3) !important;
}

/* ==========================================================================
   Mobile Spacing Reductions across Sections (Tablet & Phone)
   ========================================================================== */
@media (max-width: 991.98px) {
  /* About Section Spacing */
  .tp-about-area {
    padding-top: 55px !important;
    padding-bottom: 45px !important;
  }
  .tp-about-section-title {
    padding-bottom: 25px !important;
    margin-left: 0 !important;
  }
  .tp-about-content {
    margin-bottom: 25px !important;
  }
  .tp-about-right-content {
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-bottom: 25px !important;
  }
  .tp-about-right-content p {
    margin-bottom: 26px !important;
  }

  /* Tour/Packages Section */
  .tp-tour-area {
    padding-top: 55px !important;
    padding-bottom: 45px !important;
  }
  .tp-tour-area .row:has(> [class*="col-"] .tp-tour-item) {
    row-gap: 24px !important;
  }

  /* Why Choose Us Section */
  .tp-chose-area {
    padding-top: 55px !important;
    padding-bottom: 45px !important;
  }
  .tp-chose-section-title {
    margin-bottom: 30px !important;
  }
  .tp-chose-item {
    margin-bottom: 24px !important;
  }

  /* Testimonials Section */
  .tp-testimonial-area {
    padding-top: 55px !important;
    padding-bottom: 45px !important;
  }
  .tp-testimonial-section-title {
    margin-bottom: 22px !important;
  }
  .tp-testimonial-item p {
    margin-bottom: 24px !important;
  }

  /* SEO Guide & FAQ Sections */
  .tp-seo-guide-area {
    padding-top: 50px !important;
    padding-bottom: 45px !important;
  }
  .tp-faq-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* Footer Area */
  .tp-footer-area {
    padding-top: 50px !important;
  }
}

@media (max-width: 767.98px) {
  /* About Section Spacing */
  .tp-about-area {
    padding-top: 45px !important;
    padding-bottom: 38px !important;
  }
  .tp-about-section-title {
    padding-bottom: 18px !important;
    margin-left: 0 !important;
  }
  .tp-about-section-title .tp-section-subtitle {
    margin-bottom: 10px !important;
  }
  .tp-about-content {
    margin-bottom: 18px !important;
  }
  .tp-about-right-content {
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-bottom: 18px !important;
  }
  .tp-about-right-content .tp-about-left-thumb {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }
  .tp-about-right-content p {
    margin-bottom: 20px !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }

  /* Tour/Packages Section */
  .tp-tour-area {
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }
  .tp-tour-area .row:has(> [class*="col-"] .tp-tour-item) {
    row-gap: 20px !important;
  }

  /* Package Cards Mobile Enhancements */
  .tp-tour-content {
    padding: 16px 18px 18px 18px !important;
  }
  .tp-tour-title {
    font-size: 18px !important;
    line-height: 1.35 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .tp-tour-content p.small,
  .tp-tour-content p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
  }
  .tp-tour-info {
    padding: 8px 0 !important;
    margin-bottom: 14px !important;
    gap: 12px !important;
  }
  .tp-tour-info > span {
    font-size: 12.5px !important;
  }
  .tp-tour-new-price {
    font-size: 22px !important;
  }

  /* Why Choose Us Section */
  .tp-chose-area {
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }
  .tp-chose-section-title {
    margin-bottom: 24px !important;
  }
  .tp-chose-item {
    margin-bottom: 18px !important;
    padding: 22px 20px !important;
  }
  .tp-chose-thumb {
    margin-left: 0 !important;
    margin-top: 18px !important;
  }

  /* Gallery Section */
  .tp-gallery-item {
    margin-bottom: 12px !important;
  }

  /* Testimonials Section */
  .tp-testimonial-area {
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }
  .tp-testimonial-section-title {
    margin-bottom: 18px !important;
  }
  .tp-testimonial-item {
    padding: 24px 20px !important;
  }
  .tp-testimonial-item p {
    margin-bottom: 20px !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  /* SEO Guide & FAQ Sections */
  .tp-seo-guide-area {
    padding-top: 42px !important;
    padding-bottom: 35px !important;
  }
  .tp-faq-area {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  /* Footer Area */
  .tp-footer-area {
    padding-top: 42px !important;
  }
}

@media (max-width: 575.98px) {
  .tp-about-area {
    padding-top: 38px !important;
    padding-bottom: 32px !important;
  }
  .tp-about-section-title {
    padding-bottom: 15px !important;
  }
  .tp-tour-area {
    padding-top: 38px !important;
    padding-bottom: 35px !important;
  }
  .tp-chose-area {
    padding-top: 38px !important;
    padding-bottom: 30px !important;
  }
  .tp-testimonial-area {
    padding-top: 38px !important;
    padding-bottom: 30px !important;
  }
  .tp-seo-guide-area {
    padding-top: 36px !important;
    padding-bottom: 30px !important;
  }
  .tp-faq-area {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .tp-footer-area {
    padding-top: 38px !important;
  }
}

/* ==========================================================================
   Package Details Page - Mobile Form, FAQ Styling & Sidebar Refinements
   ========================================================================== */

/* 1. Reduce font size for "More from Dream Holidays" widget title */
.tp-booking-sidebar-title {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--tp-common-black) !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.01em;
}

/* 2. FAQ Section Refinements & Font Size Reduction */
.tp-faq-inner .tp-tour-details-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: var(--tp-common-black) !important;
}

.tp-faq-inner .accordion-item {
  border: 1px solid rgba(7, 21, 22, 0.08) !important;
  border-radius: 12px !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  background: #ffffff !important;
}

.tp-faq-inner .accordion-header {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.tp-faq-inner .tp-faq-btn {
  font-size: 16.5px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  padding: 16px 20px !important;
  color: var(--tp-common-black) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  background: #ffffff !important;
  border: none !important;
}

.tp-faq-inner .tp-faq-btn:not(.collapsed) {
  background: rgba(37, 211, 102, 0.04) !important;
  color: #0d5f2a !important;
  box-shadow: none !important;
}

.tp-faq-inner .tp-faq-title {
  font-size: 16.5px !important;
  font-weight: 600 !important;
  flex: 1 1 auto;
}

.tp-faq-inner .accordion-body {
  padding: 14px 20px 18px 20px !important;
  border-top: 1px solid rgba(7, 21, 22, 0.06) !important;
  background: #fafbfc !important;
}

.tp-faq-inner .tp-faq-details-para p {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #4a5568 !important;
  margin-bottom: 0 !important;
}

/* 3. Mobile Layout for Package Detail Pages: Reposition Booking Form */
@media (max-width: 991.98px) {
  .tp-tour-details-content-wrap > .row {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .tp-tour-details-content-wrap > .row > .col-lg-5 {
    display: contents !important;
  }
  
  .tp-tour-details-content-wrap .tp-booking-sidebar-wrap {
    display: contents !important;
    position: static !important;
  }

  /* Main tour details content (Overview, Sights, Includes, FAQ) comes first on mobile */
  .tp-tour-details-content-wrap > .row > .col-lg-7 {
    order: 1 !important;
  }

  /* Booking card comes AFTER the main content on mobile */
  .tp-tour-details-content-wrap .tp-booking-sidebar-form {
    order: 3 !important;
    margin-bottom: 30px !important;
    border: 1px solid rgba(7, 21, 22, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    padding: 24px 20px 22px 20px !important;
  }

  /* "More from Dream Holidays" appears at the bottom after FAQ */
  .tp-tour-details-content-wrap .tp-booking-sidebar-wrap > .tp-booking-sidebar-item:not(.tp-booking-sidebar-form) {
    order: 3 !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    background: #fdfdfd !important;
    border: 1px solid rgba(7, 21, 22, 0.07) !important;
    border-radius: 16px !important;
    padding: 24px 20px !important;
  }

  .tp-faq-inner .tp-tour-details-title {
    font-size: 20px !important;
  }

  .tp-faq-inner .tp-faq-btn,
  .tp-faq-inner .tp-faq-title {
    font-size: 15.5px !important;
    padding: 14px 18px !important;
  }

  .tp-faq-inner .accordion-body {
    padding: 12px 18px 16px 18px !important;
  }

  .tp-booking-sidebar-title {
    font-size: 17.5px !important;
  }
}

/* ==========================================================================
   Package Details Page Styles: Banner, Tables & Modern Elements
   ========================================================================== */

/* Hero Banner & Breadcrumbs */
.tp-breadcrumb-list ul {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  list-style: none !important;
}
.tp-breadcrumb-list ul li {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
/* Neutralize main.css 8px circle on span */
.tp-breadcrumb-list ul li span {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
  line-height: 1 !important;
}
/* Neutralize main.css animated double linear-gradient on a */
.tp-breadcrumb-list ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  background: none !important;
  background-image: none !important;
  border-bottom: 1px solid transparent !important;
  transition: all 0.2s ease !important;
  line-height: 1.2 !important;
  display: inline-block !important;
}
.tp-breadcrumb-list ul li a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.tp-breadcrumb-list ul li span.sep {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 13px !important;
  padding: 0 10px !important;
  display: inline-block !important;
  user-select: none;
}
.tp-breadcrumb-list ul li span.active-crumb {
  color: #ffffff !important;
  font-weight: 600 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.tp-breadcrumb-wrap .tp-breadcrumb-title {
  font-size: 38px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}
.tp-breadcrumb-wrap .tp-breadcrumb-subtitle {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400 !important;
  max-width: 650px !important;
  margin: 0 auto !important;
}

@media (max-width: 767.98px) {
  .tp-breadcrumb-area.tp-breadcrumb-ptb {
    padding-top: 85px !important;
    padding-bottom: 55px !important;
  }
  .tp-breadcrumb-list ul {
    flex-wrap: wrap !important;
    gap: 4px !important;
  }
  .tp-breadcrumb-wrap .tp-breadcrumb-title {
    font-size: 25px !important;
  }
  .tp-breadcrumb-wrap .tp-breadcrumb-subtitle {
    font-size: 13.5px !important;
  }
  .tp-breadcrumb-list ul li {
    font-size: 12.5px !important;
  }
  .tp-breadcrumb-list ul li span.sep {
    padding: 0 6px !important;
    font-size: 11px !important;
  }
}

/* Places You'll See: Table Design */
.dh-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgba(7, 21, 22, 0.08);
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 35px;
}
.dh-places-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14.5px;
  text-align: left;
}
.dh-places-table th {
  background: #f8fafc;
  color: #1e293b;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.09);
  white-space: nowrap;
}
.dh-places-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.06);
  vertical-align: middle;
  color: #475569;
  line-height: 1.55;
}
.dh-places-table tbody tr:last-child td {
  border-bottom: none;
}
.dh-places-table tbody tr:hover {
  background-color: #fcfdfe;
}
.dh-table-num {
  font-weight: 700;
  color: var(--tp-theme-1);
  width: 44px;
  text-align: center;
}
.dh-table-spot {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
}
.dh-table-readmore {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600;
  color: #00aa6c;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(0, 170, 108, 0.09);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.dh-table-readmore:hover {
  background: #00aa6c;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 170, 108, 0.25);
}

@media (max-width: 767.98px) {
  .dh-places-table th,
  .dh-places-table td {
    padding: 11px 12px;
    font-size: 13px;
  }
  .dh-table-spot {
    white-space: normal;
    min-width: 130px;
  }
}

/* What's Included & Excluded: Simplified Two Column Table */
.dh-inc-exc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgba(7, 21, 22, 0.08);
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.dh-inc-exc-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}
.dh-inc-exc-table th {
  padding: 14px 22px;
  font-weight: 700;
  font-size: 14.5px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.08);
  width: 50%;
  white-space: nowrap;
}
.dh-th-inc {
  background: #f0fdf4;
  color: #15803d;
  border-right: 1px solid rgba(7, 21, 22, 0.08);
}
.dh-th-exc {
  background: #fef2f2;
  color: #b91c1c;
}
.dh-inc-exc-table td {
  padding: 13px 22px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.06);
  vertical-align: middle;
  width: 50%;
  line-height: 1.4;
  white-space: nowrap;
}
.dh-td-inc {
  color: #166534;
  font-weight: 500;
  border-right: 1px solid rgba(7, 21, 22, 0.08);
}
.dh-td-exc {
  color: #991b1b;
  font-weight: 500;
}
.dh-inc-exc-table tbody tr:last-child td {
  border-bottom: none;
}
.dh-inc-exc-table tbody tr:hover {
  background-color: #fafbfc;
}

@media (max-width: 767.98px) {
  .dh-inc-exc-table th {
    padding: 12px 16px;
    font-size: 13.5px;
  }
  .dh-inc-exc-table td {
    padding: 11px 16px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .dh-inc-exc-table th {
    padding: 11px 14px;
    font-size: 13px;
    white-space: normal;
  }
  .dh-inc-exc-table td {
    padding: 10px 14px;
    font-size: 12.5px;
    white-space: normal;
  }
}


/* ==========================================================================
   Booking Widget Card
   ========================================================================== */
.dh-booking-widget {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px 22px 22px !important;
  border: 1px solid rgba(7, 21, 22, 0.1) !important;
  box-shadow: 0 2px 12px rgba(7, 21, 22, 0.06) !important;
}
.dh-booking-widget .tp-tour-details-title {
  font-size: 20px !important;
  color: #0f172a !important;
  margin-top: 0 !important;
}
.dh-booking-widget .tp-booking-help {
  color: #4a5568 !important;
  font-size: 13.5px !important;
}
@media (max-width: 991.98px) {
  .dh-booking-widget {
    margin: 0 16px 24px !important;
  }
}

