.main-menu ul.mega-menu {
  max-height: 800px;
}

.color-white {
    color: #fff;
}

.color-grey{
  color: #777;
}

.bg-lb {
    background: #23b2e7;
}

.button-s-2 {
    padding: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

/* Hero image overlap tweak for the China slide */
.hero-5 .th-hero-image .hero-img.hero-img--overlap {
  min-width: 210px;
  height: 300px;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  left: 160px;
  top: 200px;
}

@media (max-width: 991px) {
  .hero-5 .th-hero-image .hero-img.hero-img--overlap {
    min-width: 180px;
    height: 250px;
    margin-left: 0;
    margin-top: 0;
    left: 120px;
    top: 150px;
  }
}

@media (max-width: 575px) {
  .hero-5 .th-hero-image .hero-img.hero-img--overlap {
    min-width: 160px;
    height: 220px;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    top: 60px;
  }
}

/* Booking phone line typography */
.booking-sec .ame-phone-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

/* Make mega-menu cards a consistent grid size */
.mega-menu-box .mega-menu-img {
  height: 210px;
}

.mega-menu-box .mega-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1399px) {
  .mega-menu-box .mega-menu-img {
    height: 190px;
  }
}

@media (max-width: 1199px) {
  .mega-menu-box .mega-menu-img {
    height: 170px;
  }
}

/* Footer contact layout */
.footer-wrapper .footer-contact-grid {
  margin-top: 6px;
}

.footer-wrapper .footer-branch-title {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 18px;
}

.footer-wrapper .footer-branch-details {
  color: #ffffff;
}

.footer-wrapper .footer-branch-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
}

.footer-wrapper .footer-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-wrapper .footer-contact-line i {
  margin-top: 3px;
}

.footer-wrapper .footer-contact-line span,
.footer-wrapper .footer-contact-line a {
  color: #ffffff;
  font-size: 14px;
}

.footer-wrapper .footer-contact-line a {
  text-decoration: none;
}

.footer-wrapper .footer-contact-line a:hover {
  text-decoration: underline;
}

/* Destination grid cleanup */
/* Destination grid cleanup */
.destinations-grid .destination-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 61, 72, 0.14);
  background: #ffffff;
}

.destinations-grid .destination-card .tour-card_img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.destinations-grid .destination-card .tour-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.destinations-grid .destination-card:hover .tour-card_img img {
  transform: scale(1.04);
  filter: brightness(0.9);
}

.destinations-grid .destination-card .destination-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(8, 20, 32, 0) 0%, rgba(8, 20, 32, 0.75) 100%);
  color: #ffffff;
  transition: background 0.5s ease;
}

.destinations-grid .destination-card .destination-overlay__footer {
  background: rgba(17, 61, 72, 0.7);
  padding: 14px 18px;
  transform: translateY(0);
  transition: transform 0.45s ease;
}

.destinations-grid .destination-card .destination-title {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}

.destinations-grid .destination-card .destination-overlay__body {
  padding: 0 18px 18px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.destinations-grid .destination-card .destination-overlay__body p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.destinations-grid .destination-card:hover .destination-overlay__body {
  opacity: 1;
  transform: translateY(0);
}

.destinations-grid .destination-card:hover .destination-overlay__footer {
  transform: translateY(-6px);
}

@media (max-width: 991px) {
  .destinations-grid .destination-card .tour-card_img {
    height: 240px;
  }

  .destinations-grid .destination-card .destination-overlay__body {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Compact side-panel enquiry form */
.sidemenu-wrapper .enquiry-widget {
  margin-top: 4px;
  margin-bottom: 26px;
  padding: 0;
}

.sidemenu-wrapper .enquiry-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 242, 247, 0.92));
  border: 1px solid rgba(17, 61, 72, 0.12);
  border-radius: 16px;
  padding: 6px 8px 6px;
  box-shadow: 0 18px 40px rgba(17, 61, 72, 0.16);
}

.sidemenu-wrapper .contact-form-compact .form-group {
  margin-bottom: 6px;
}

.sidemenu-wrapper .contact-form-compact .form-control,
.sidemenu-wrapper .contact-form-compact .nice-select {
  padding: 10px 14px;
  height: auto;
  font-size: 14px;
  width: 100%;
}

.sidemenu-wrapper .enquiry-card .form-control::placeholder,
.sidemenu-wrapper .enquiry-card textarea::placeholder {
  color: rgba(17, 61, 72, 0.65);
}

.sidemenu-wrapper .contact-form-compact textarea.form-control {
  min-height: 60px;
}

.sidemenu-wrapper .contact-form-compact .form-btn-wrapp {
  margin-top: 4px;
  padding: 0;
  background: transparent;
  border: 0;
}

.sidemenu-wrapper .contact-form-compact .th-btn {
  padding: 10px 14px;
  font-size: 14px;
}

.sidemenu-wrapper .enquiry-btn {
  background: #23b2e7;
  color: #ffffff;
  border: 1px solid #23b2e7;
  box-shadow: none;
}

.sidemenu-wrapper .enquiry-btn:hover {
  background: #113D48;
  color: #ffffff;
}

.sidemenu-wrapper .widget_title {
  margin-bottom: 10px;
}

.sidemenu-wrapper .widget {
  margin-bottom: 16px;
}

/* Extra separation between enquiry form and Get In Touch */
.sidemenu-wrapper .enquiry-widget + .widget {
  margin-top: 24px;
}
/* Hero awards bar */
.hero-5 {
  position: relative;
}

.hero-awards-bar {
  position: absolute;
  left: 0;
  bottom: -54px;
  width: 100%;
  z-index: 8;
  pointer-events: none;
}

.hero-awards-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(243, 246, 249, 0.78));
  border: 1px solid rgba(17, 61, 72, 0.08);
  border-radius: 18px;
  padding: 6px 4px;
  box-shadow: 0 22px 46px rgba(17, 61, 72, 0.18);
  max-width: 1100px;
  margin: 0 auto;
}

.hero-awards-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

/* Overlap the phone block with the hero */
.booking-sec {
  position: relative;
  margin-top: -60px;
  z-index: 6;
}

@media (max-width: 991px) {
  .hero-awards-bar {
    position: relative;
    bottom: auto;
    margin: 20px 0 10px;
    pointer-events: auto;
  }

  .hero-awards-img {
    height: 160px;
  }

  .booking-sec {
    margin-top: -60px;
  }
}
