/*
Theme Name: Divi Child - True Holidays Safaris
Theme URI: https://trueholidaysafaris.co.tz/
Description: Pure Luxury Safari Child Theme for True Holidays Safaris
Author: True Holidays Safaris
Author URI: https://trueholidaysafaris.co.tz/
Template: Divi
Version: 7.3.0
*/

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..800;1,400..800&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ==========================================================================
   1. DESIGN SYSTEM VARIABLES
   ========================================================================== */
:root {
  --ths-primary: #113426;         /* Brand Green */
  --ths-primary-dark: #081B13;    /* Obsidian Green */
  --ths-accent: #C59B27;          /* Savanna Gold */
  --ths-accent-bright: #E5B83B;   /* High-Contrast Gold */
  --ths-accent-hover: #A87E16;    /* Darker Gold */
  --ths-accent-light: #FBF5E6;    /* Soft Tint */
  --ths-bg-linen: #FAF8F5;        /* Warm Linen */
  --ths-bg-white: #FFFFFF;        /* Pure White */
  --ths-bg-dark: #0B1712;         /* Night Safari Dark */
  --ths-text-dark: #2D3748;       /* Charcoal Body */
  --ths-text-muted: #5E6977;      /* Secondary Slate */
  --ths-border: #E8E2D5;          /* Warm Border */
  --ths-font-heading: 'Playfair Display', Georgia, serif;
  --ths-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --ths-radius: 12px;
  --ths-shadow: 0 6px 20px rgba(17, 52, 38, 0.06);
  --ths-shadow-hover: 0 14px 32px rgba(17, 52, 38, 0.12);
  --ths-transition: all 0.3s ease;
}

/* ==========================================================================
   2. GLOBAL RESET & BASE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body, #page-container {
  font-family: var(--ths-font-body) !important;
  color: var(--ths-text-dark);
  line-height: 1.7;
  font-size: 15px;
  background-color: var(--ths-bg-linen);
  -webkit-font-smoothing: antialiased;
}

.ths-pure-wrap {
  width: 100%;
  overflow-x: hidden;
}

.ths-container {
  width: min(92%, 1200px);
  margin: 0 auto;
}

/* ==========================================================================
   3. APPBAR (100% SOLID OPAQUE, ZERO TRANSPARENCY ON ALL SCROLL STATES)
   ========================================================================== */
#main-header,
#main-header.et-fixed-header,
#main-header.ths-header-scrolled {
  background: linear-gradient(90deg, #113426 0%, #113426 140px, #ffffff 280px, #ffffff calc(100% - 280px), #113426 calc(100% - 140px), #113426 100%) !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 4px 20px rgba(8, 27, 19, 0.14) !important;
  border-bottom: 2px solid var(--ths-accent) !important;
  min-height: 88px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  transition: all 0.3s ease !important;
}

#main-header.et-fixed-header,
#main-header.ths-header-scrolled {
  min-height: 74px !important;
  box-shadow: 0 8px 25px rgba(8, 27, 19, 0.18) !important;
}

.et_menu_container {
  width: min(96%, 1380px) !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 88px !important;
  padding: 0 16px !important;
}

#main-header.et-fixed-header .et_menu_container,
#main-header.ths-header-scrolled .et_menu_container {
  min-height: 74px !important;
}

/* Logo (Left Aligned & Permanent) */
.logo_container {
  display: flex !important;
  align-items: center !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

#logo,
#main-header #logo,
#main-header.et-fixed-header #logo,
#main-header.ths-header-scrolled #logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 64px !important;
  height: auto !important;
  width: auto !important;
  border-radius: 6px;
  transition: max-height 0.3s ease !important;
}

#main-header.et-fixed-header #logo,
#main-header.ths-header-scrolled #logo {
  max-height: 54px !important;
}

/* ==========================================================================
   3.1 DESKTOP APPBAR & NAVIGATION (min-width: 981px)
   ========================================================================== */
@media (min-width: 981px) {
  .mobile_nav,
  .mobile_menu_bar,
  .et_mobile_menu {
    display: none !important;
  }

  /* Menu Container (Positioned In The Clean Bright Middle-Right Area) */
  #et-top-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    flex: 1 !important;
    max-width: 980px !important;
  }

  #top-menu-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 100% !important;
  }

  #top-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    flex-wrap: nowrap !important;
  }

  #top-menu > li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
  }

  /* Menu Links - Capital Letters, Clean Luxury Spacing */
  #top-menu > li > a,
  #top-menu > li > a:link,
  #top-menu > li > a:visited,
  #main-header.et-fixed-header #top-menu > li > a,
  #main-header.ths-header-scrolled #top-menu > li > a {
    font-family: var(--ths-font-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #081B13 !important;
    padding: 8px 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    white-space: nowrap !important;
    border-radius: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  /* Dropdown Arrow Indicator (Clean, Inline, Vertically Centered) */
  #top-menu > li.menu-item-has-children > a,
  #top-menu > li.menu-item-has-children > a:link,
  #top-menu > li.menu-item-has-children > a:visited {
    padding-right: 24px !important;
    position: relative !important;
  }

  #top-menu > li.menu-item-has-children > a::after,
  #top-menu > li.menu-item-has-children > a:after,
  .et-menu .menu-item-has-children > a::after,
  .et-menu .menu-item-has-children > a:after,
  #main-header #top-menu > li.menu-item-has-children > a::after {
    content: '▾' !important;
    font-family: var(--ths-font-body), -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    display: inline-block !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: currentColor !important;
    line-height: 1 !important;
    opacity: 0.75 !important;
    transition: transform 0.25s ease !important;
    border: none !important;
    background: none !important;
  }

  #top-menu > li.menu-item-has-children:hover > a::after,
  #top-menu > li.menu-item-has-children.ths-nav-open > a::after {
    transform: translateY(-50%) rotate(180deg) !important;
    opacity: 1 !important;
  }

  /* Cloud Green Hover & Touch Effect (Creative organic cloud glow) */
  #top-menu > li > a:hover,
  #main-header.et-fixed-header #top-menu > li > a:hover,
  #main-header.ths-header-scrolled #top-menu > li > a:hover {
    color: #113426 !important;
    background: rgba(17, 52, 38, 0.08) !important;
    box-shadow: 0 4px 14px rgba(17, 52, 38, 0.08), inset 0 0 0 1px rgba(17, 52, 38, 0.12) !important;
    border-radius: 30px !important;
    transform: translateY(-1px) !important;
  }

  /* Active / Current Page Pill (Luxurious Emerald Cloud with Subtle Gold Accent) */
  #top-menu > li.current-menu-item > a,
  #top-menu > li.current_page_item > a,
  #main-header.et-fixed-header #top-menu > li.current-menu-item > a,
  #main-header.ths-header-scrolled #top-menu > li.current-menu-item > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #113426 0%, #1a4d3a 100%) !important;
    box-shadow: 0 4px 14px rgba(17, 52, 38, 0.22), 0 0 0 1px rgba(197, 155, 39, 0.4) !important;
    border-radius: 30px !important;
  }

  #top-menu > li.current-menu-item > a:hover,
  #top-menu > li.current_page_item > a:hover {
    background: linear-gradient(135deg, #0a241a 0%, #143e2f 100%) !important;
    box-shadow: 0 6px 18px rgba(17, 52, 38, 0.28), 0 0 0 1px rgba(197, 155, 39, 0.6) !important;
    color: #ffffff !important;
  }

  /* Submenu / Dropdowns (Clean High-Contrast White Card with Gold Highlight) */
  #main-header #top-menu .sub-menu,
  #top-menu .sub-menu,
  #top-menu #menu-item-162 > .sub-menu,
  #top-menu #menu-item-158 > .sub-menu,
  .et-menu .sub-menu,
  #top-menu li ul.sub-menu,
  ul.sub-menu {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 40px rgba(8, 27, 19, 0.18) !important;
    border: 1px solid rgba(197, 155, 39, 0.3) !important;
    border-top: 3px solid var(--ths-accent) !important;
    padding: 10px 8px !important;
    min-width: 290px !important;
    width: auto !important;
    max-width: 380px !important;
    top: calc(100% + 6px) !important;
    z-index: 100200 !important;
  }

  #top-menu #menu-item-162.ths-nav-open > .sub-menu::before,
  .et-menu #menu-item-162.ths-nav-open > .sub-menu::before,
  #top-menu .sub-menu::before {
    background: #ffffff !important;
    border-left: 1px solid rgba(197, 155, 39, 0.4) !important;
    border-top: 1px solid rgba(197, 155, 39, 0.4) !important;
  }

  #top-menu > li.menu-item-has-children:hover > .sub-menu,
  #top-menu #menu-item-162:hover > .sub-menu,
  #top-menu #menu-item-158:hover > .sub-menu,
  #top-menu li:hover > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: auto !important;
    overflow: visible !important;
    transform: translateY(0) !important;
  }

  #top-menu .sub-menu > li,
  #menu-item-162 > .sub-menu > li,
  #top-menu li ul.sub-menu li {
    margin: 4px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    background: transparent !important;
  }

  #top-menu .sub-menu > li > a,
  #menu-item-162 > .sub-menu > li > a,
  #top-menu li ul.sub-menu li a,
  .et-menu .sub-menu li a {
    font-family: var(--ths-font-body) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #081B13 !important;
    text-transform: none !important;
    letter-spacing: 0.15px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    padding: 10px 14px !important;
    min-height: auto !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease !important;
  }

  #menu-item-162 > .sub-menu > li > a .ths-nav-num,
  .ths-nav-num {
    display: none !important;
  }

  #menu-item-162 > .sub-menu > li > a .ths-nav-label,
  .ths-nav-label {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #081B13 !important;
    line-height: 1.4 !important;
  }

  #top-menu .sub-menu > li > a:hover,
  #menu-item-162 > .sub-menu > li > a:hover,
  #top-menu li ul.sub-menu li a:hover,
  .et-menu .sub-menu li a:hover {
    color: #113426 !important;
    background: rgba(17, 52, 38, 0.08) !important;
    border-color: rgba(197, 155, 39, 0.25) !important;
    box-shadow: inset 3px 0 0 var(--ths-accent) !important;
    padding-left: 18px !important;
  }

  #menu-item-162 > .sub-menu > li > a:hover .ths-nav-label {
    color: #113426 !important;
  }
}

/* ==========================================================================
   4. FULL-SCREEN HERO SECTION (100VH FIT-SCREEN)
   ========================================================================== */
.ths-hero-section {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 20px 20px 20px;
  overflow: hidden;
  text-align: center;
}

.ths-hero-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ths-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ths-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 27, 19, 0.4) 0%, rgba(8, 27, 19, 0.8) 100%);
}

.ths-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}

.ths-eyebrow {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ths-accent-bright);
  margin-bottom: 14px;
  display: inline-block;
  text-shadow: 0 2px 8px rgba(0,0,0,0.85);
}

.ths-hero-title {
  font-family: var(--ths-font-heading);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 16px 0;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.85);
}

.ths-hero-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: #F1F5F9;
  line-height: 1.7;
  margin: 0 auto 32px auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.ths-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   5. BUTTONS (LUXURY GOLD & WHATSAPP)
   ========================================================================== */
.ths-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ths-font-body);
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--ths-transition);
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.ths-btn-gold {
  background: linear-gradient(135deg, var(--ths-accent) 0%, #a87e16 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.35);
  border: none;
}

.ths-btn-gold:hover {
  background: var(--ths-primary);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(17, 52, 38, 0.3);
}

.ths-btn-outline {
  background: transparent;
  color: var(--ths-primary) !important;
  border: 1.5px solid var(--ths-primary);
  padding: 8px 18px;
  font-size: 12.5px;
}

.ths-btn-outline:hover {
  background: var(--ths-primary);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ths-btn-wa-pill {
  background: #25D366;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
  border: none;
}

.ths-btn-wa-pill:hover {
  background: #1eb956;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   6. ABSTRACT CURVED BORDER SHAPES (ORGANIC SECTION DIVIDERS)
   ========================================================================== */
.ths-divider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
  margin-top: -1px;
  margin-bottom: -1px;
  pointer-events: none;
}

.ths-divider-wrap.ths-divider-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin-bottom: 0;
}

.ths-curve-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  transform: scaleY(1);
  transition: height 0.3s ease;
}

@media (min-width: 768px) {
  .ths-curve-divider {
    height: 75px;
  }
}

@media (min-width: 1200px) {
  .ths-curve-divider {
    height: 90px;
  }
}

/* ==========================================================================
   7. SECTION HEADINGS & BASE CONTAINERS
   ========================================================================== */
.ths-section {
  padding: clamp(55px, 6vw, 90px) 0;
  position: relative;
}

.ths-bg-linen { background-color: var(--ths-bg-linen); }
.ths-bg-white { background-color: var(--ths-bg-white); }
.ths-bg-dark-forest { background: #081B13 !important; background-color: #081B13 !important; color: #ffffff; }


.ths-section-head {
  margin-bottom: 35px;
}

.ths-section-kicker {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ths-accent);
  display: block;
  margin-bottom: 6px;
}

.ths-section-title {
  font-family: var(--ths-font-heading);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--ths-primary-dark);
  line-height: 1.25;
  margin: 0;
}

.ths-text-center { text-align: center; }
.ths-text-gold { color: var(--ths-accent-bright) !important; }
.ths-text-white { color: #ffffff !important; }

/* ==========================================================================
   7. WHY CHOOSE US (3-COLUMN CARDS)
   ========================================================================== */
.ths-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 28px;
}

.ths-feature-card {
  background: #ffffff;
  border-radius: var(--ths-radius);
  border: 1px solid var(--ths-border);
  box-shadow: var(--ths-shadow);
  padding: 32px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--ths-transition);
}

.ths-feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--ths-accent);
  box-shadow: var(--ths-shadow-hover);
}

.ths-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ths-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(17, 52, 38, 0.2);
}

.ths-card-title {
  font-family: var(--ths-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--ths-primary-dark);
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.ths-card-desc {
  color: var(--ths-text-muted);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.ths-card-btn {
  width: 100%;
  max-width: 240px;
}

/* ==========================================================================
   8. SAFARI ITINERARIES (COMPACT & REALISTIC CARDS)
   ========================================================================== */
.ths-tour-card {
  background: #ffffff;
  border-radius: var(--ths-radius);
  border: 1px solid var(--ths-border);
  box-shadow: var(--ths-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--ths-transition);
}

.ths-tour-card:hover {
  transform: translateY(-4px);
  border-color: var(--ths-accent);
  box-shadow: var(--ths-shadow-hover);
}

.ths-tour-img-wrap {
  position: relative;
  height: 185px;
  overflow: hidden;
}

.ths-tour-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ths-tour-card:hover .ths-tour-img-wrap img {
  transform: scale(1.05);
}

.ths-tour-duration {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(8, 27, 19, 0.88);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.ths-tour-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ths-tour-title {
  font-family: var(--ths-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--ths-primary-dark);
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.ths-tour-snippet {
  font-size: 13.5px;
  color: var(--ths-text-muted);
  line-height: 1.6;
  margin: 0 0 16px 0;
  flex-grow: 1;
}

.ths-tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid var(--ths-border);
  padding-top: 12px;
  margin-top: auto;
}

.ths-tour-wa-link {
  color: #25D366;
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
  padding: 6px 12px;
  background: rgba(37, 211, 102, 0.1);
  border-radius: 20px;
  transition: var(--ths-transition);
}

.ths-tour-wa-link:hover {
  background: #25D366;
  color: #ffffff;
}

.ths-center-cta {
  text-align: center;
  margin-top: 35px;
}

/* ==========================================================================
   9. TOP DESTINATIONS (STREAMLINED 4-COLUMN GRID)
   ========================================================================== */
.ths-dest-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 16px;
}

.ths-dest-tile {
  position: relative;
  height: 200px;
  border-radius: var(--ths-radius);
  overflow: hidden;
  box-shadow: var(--ths-shadow);
  transition: var(--ths-transition);
}

.ths-dest-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--ths-shadow-hover);
}

.ths-dest-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ths-dest-tile:hover img {
  transform: scale(1.06);
}

.ths-dest-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(8, 27, 19, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 16px;
  z-index: 2;
}

.ths-dest-name {
  color: #ffffff;
  font-family: var(--ths-font-heading);
  font-size: 15.5px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  line-height: 1.25;
}

/* ==========================================================================
   10. SHOWCASES (GO DEEP & INDIAN OCEAN)
   ========================================================================== */
.ths-two-col-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr));
  gap: 30px;
}

.ths-showcase-box {
  background: var(--ths-bg-linen);
  border-radius: var(--ths-radius);
  border: 1px solid var(--ths-border);
  overflow: hidden;
  box-shadow: var(--ths-shadow);
  display: flex;
  flex-direction: column;
}

.ths-showcase-img {
  height: 230px;
  overflow: hidden;
}

.ths-showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ths-showcase-body {
  padding: 24px;
}

.ths-showcase-title {
  font-family: var(--ths-font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--ths-primary-dark);
  margin: 0 0 10px 0;
}

.ths-showcase-body p {
  color: var(--ths-text-muted);
  font-size: 14.5px;
  margin: 0 0 20px 0;
}

/* ==========================================================================
   11. FOUNDER SPOTLIGHT
   ========================================================================== */
.ths-founder-card {
  background: #ffffff;
  border-radius: var(--ths-radius);
  border: 1px solid var(--ths-border);
  box-shadow: var(--ths-shadow);
  padding: 35px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 35px;
  align-items: center;
}

.ths-founder-photo {
  height: 260px;
  border-radius: var(--ths-radius);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(17, 52, 38, 0.12);
}

.ths-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ths-founder-name {
  font-family: var(--ths-font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--ths-primary-dark);
  margin: 0 0 12px 0;
}

.ths-founder-quote {
  font-style: italic;
  color: var(--ths-text-dark);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px 0;
}

.ths-founder-badge {
  display: inline-block;
  background: var(--ths-accent-light);
  color: var(--ths-accent-hover);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 700;
}

/* ==========================================================================
   12. REVIEWS & TESTIMONIALS
   ========================================================================== */
.ths-review-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 155, 39, 0.3);
  border-radius: var(--ths-radius);
  padding: 24px;
  color: #ffffff;
}

.ths-stars {
  color: #F59E0B;
  font-size: 16px;
  margin-bottom: 10px;
}

.ths-review-text {
  font-style: italic;
  font-size: 14.5px;
  color: #F1F5F9;
  line-height: 1.65;
  margin: 0 0 14px 0;
}

.ths-reviewer-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--ths-accent-bright);
}

/* ==========================================================================
   13. UNIFIED PARTNERS SHOWCASE (SINGLE PLACE)
   ========================================================================== */
.ths-partners-wrap {
  padding: 40px 0 60px 0 !important;
}

.ths-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ths-partner-card {
  background: #ffffff;
  border-radius: var(--ths-radius);
  border: 1px solid var(--ths-border);
  box-shadow: 0 4px 16px rgba(17, 52, 38, 0.05);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  transition: var(--ths-transition);
}

.ths-partner-card:hover {
  transform: translateY(-4px);
  border-color: var(--ths-accent);
  box-shadow: 0 10px 24px rgba(17, 52, 38, 0.10);
}

.ths-partner-card img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}

.ths-partner-icon-tato {
  font-size: 20px;
  font-weight: 800;
  color: var(--ths-primary-dark);
  letter-spacing: 0.05em;
}

.ths-partner-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ths-partner-stars {
  color: #F59E0B;
  font-size: 13px;
  letter-spacing: 2px;
}

.ths-partner-status {
  font-size: 12px;
  font-weight: 700;
  color: #15803D;
}

.ths-partner-badge-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
}

/* ==========================================================================
   14. REDESIGNED LUXURY HIGH-CONTRAST FOOTER
   ========================================================================== */
.ths-luxury-footer {
  background-color: #081B13 !important;
  color: #FFFFFF !important;
  padding: 70px 0 0 0;
  border-top: 3px solid var(--ths-accent);
  position: relative;
  z-index: 10;
}

.ths-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  gap: 45px;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .ths-footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.ths-footer-title {
  font-family: var(--ths-font-heading);
  color: #FFFFFF !important;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 18px 0;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 10px;
}

.ths-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--ths-accent-bright);
}

.ths-footer-text {
  font-size: 14.5px;
  line-height: 1.85;
  color: #E2E8F0 !important;
  margin: 0 0 20px 0;
}

.ths-footer-social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ths-social-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 155, 39, 0.4);
  color: #FFFFFF !important;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--ths-transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ths-social-badge:hover {
  background: var(--ths-accent);
  color: #081B13 !important;
  transform: translateY(-2px);
}

.ths-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ths-footer-links li {
  margin-bottom: 12px;
}

.ths-footer-links a {
  color: #F8FAFC !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: var(--ths-transition);
  display: inline-block;
}

.ths-footer-links a:hover {
  color: var(--ths-accent-bright) !important;
  transform: translateX(4px);
}

.ths-footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ths-contact-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ths-accent-bright);
  margin-bottom: 2px;
}

.ths-contact-val-link,
.ths-contact-val {
  color: #FFFFFF !important;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: var(--ths-transition);
}

.ths-contact-val-link:hover {
  color: var(--ths-accent-bright) !important;
}

.ths-footer-bottom {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  text-align: center;
}

.ths-footer-bottom-inner p {
  margin: 0;
  font-size: 13.5px;
  color: #E2E8F0 !important;
}

.ths-footer-bottom-inner strong {
  color: #FFFFFF !important;
}

.ths-footer-bottom-sub {
  font-size: 12.5px !important;
  color: #94A3B8 !important;
  margin-top: 5px !important;
}

/* ==========================================================================
   15. CLEANUP DUPLICATE WIDGETS & SECTIONS
   ========================================================================== */
#main-footer,
#ths-trust-wrap,
.ths-floating-wa,
#footer-bottom {
  display: none !important;
}



/* ==========================================================================
   16. UNIVERSAL INTERNAL PAGES & ITINERARIES (SITEWIDE CONSISTENCY)
   ========================================================================== */
.ths-page-hero {
  position: relative;
  min-height: 300px;
  background: linear-gradient(135deg, rgba(8, 27, 19, 0.92) 0%, rgba(17, 52, 38, 0.85) 100%),
              url('https://trueholidaysafaris.co.tz/wp-content/uploads/2026/02/ths-ngorongoro-escape-v2.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px 20px 80px 20px;
  overflow: hidden;
}

.ths-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(17, 52, 38, 0.4) 0%, rgba(8, 27, 19, 0.85) 100%);
  z-index: 1;
}

.ths-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.ths-page-kicker {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ths-accent-bright);
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.ths-page-title {
  font-family: var(--ths-font-heading);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.85);
}

.ths-page-main {
  padding: clamp(50px, 6vw, 85px) 0;
  min-height: 50vh;
}

.ths-page-body-container {
  width: min(92%, 1180px);
  margin: 0 auto;
}

/* ==========================================================================
   16.1 DUPLICATE HERO & TITLE SUPPRESSION (SINGLE LUXURY HERO BANNER)
   ========================================================================== */
/* Hide redundant inner hero blocks so each internal page has exactly one luxury hero */
.ths-page-body-container .ths-cx__hero,
.ths-page-body-container .ths-doc__hero,
.ths-page-body-container .ths-lux__heading,
.ths-page-body-container .ths-land__hero,
.ths-page-body-container .et_pb_section_0:first-of-type > .et_pb_row:first-child > .et_pb_column:first-child > .et_pb_heading_0,
.ths-page-body-container .et_pb_post_title,
.ths-page-body-container .entry-title,
.ths-page-body-container h1.main_title {
  display: none !important;
}

/* ==========================================================================
   16.2 SITEWIDE TYPOGRAPHY & CONTENT RESETS FOR DIVI INTERNAL PAGES
   ========================================================================== */
.ths-page-body-container h1,
.ths-page-body-container h2,
.ths-page-body-container h3,
.ths-page-body-container h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_text h4 {
  font-family: var(--ths-font-heading) !important;
  color: #081B13 !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 16px 0 !important;
  letter-spacing: normal !important;
}

/* Ensure headings inside dark background cards stay pure white */
.ths-page-body-container [class*="--dark"] h1,
.ths-page-body-container [class*="--dark"] h2,
.ths-page-body-container [class*="--dark"] h3,
.ths-page-body-container [class*="--dark"] p,
.ths-page-body-container .et_pb_bg_layout_dark h1,
.ths-page-body-container .et_pb_bg_layout_dark h2,
.ths-page-body-container .et_pb_bg_layout_dark h3,
.ths-page-body-container .et_pb_bg_layout_dark p,
.ths-page-body-container .ths-bg-dark h1,
.ths-page-body-container .ths-bg-dark h2,
.ths-page-body-container .ths-bg-dark h3,
.ths-page-body-container .ths-bg-dark p {
  color: #FFFFFF !important;
}

.ths-page-body-container h2,
.entry-content h2,
.et_pb_text h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem) !important;
}

.ths-page-body-container h3,
.entry-content h3,
.et_pb_text h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
}

.ths-page-body-container p,
.entry-content p,
.et_pb_text p,
.et_pb_text li {
  font-family: var(--ths-font-body) !important;
  color: #2D3748 !important;
  font-size: 15.5px !important;
  line-height: 1.8 !important;
  margin-bottom: 18px !important;
}

/* Link reset (strictly exclude all buttons, pills, tiles, and cards) */
.ths-page-body-container a:not(.ths-btn):not(.et_pb_button):not([class*="btn"]):not([class*="button"]):not(.ths-lux__btn):not(.ths-land__btn):not(.ths-cx__qbtn):not(.ths-dest-tile):not(.ths-tour-card):not(.ths-feature-card),
.entry-content a:not(.ths-btn):not(.et_pb_button):not([class*="btn"]):not([class*="button"]):not(.ths-lux__btn):not(.ths-land__btn):not(.ths-cx__qbtn):not(.ths-dest-tile):not(.ths-tour-card):not(.ths-feature-card) {
  color: #113426;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--ths-accent);
  transition: var(--ths-transition);
}

.ths-page-body-container a:not(.ths-btn):not(.et_pb_button):not([class*="btn"]):not([class*="button"]):not(.ths-lux__btn):not(.ths-land__btn):not(.ths-cx__qbtn):not(.ths-dest-tile):not(.ths-tour-card):not(.ths-feature-card):hover {
  color: var(--ths-accent-hover);
}

/* Divi Section, Row & Column Box Glitch Removal */
.entry-content .et_pb_section,
.ths-page-body-container .et_pb_section {
  background-color: transparent !important;
  padding: 25px 0 !important;
}

.entry-content .et_pb_row,
.ths-page-body-container .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.entry-content .et_pb_column,
.ths-page-body-container .et_pb_column {
  background: transparent;
}

/* Itineraries & Accordions */
.et_pb_toggle,
.et_pb_accordion .et_pb_accordion_item {
  background: #ffffff !important;
  border: 1px solid var(--ths-border) !important;
  border-radius: var(--ths-radius) !important;
  box-shadow: 0 4px 15px rgba(17, 52, 38, 0.04) !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  transition: var(--ths-transition) !important;
}

.et_pb_toggle:hover,
.et_pb_accordion .et_pb_accordion_item:hover {
  border-color: var(--ths-accent) !important;
  box-shadow: 0 8px 25px rgba(17, 52, 38, 0.08) !important;
}

.et_pb_toggle.et_pb_toggle_open,
.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open {
  border-left: 4px solid var(--ths-accent) !important;
}

.et_pb_toggle_title,
.et_pb_accordion_item h5.et_pb_toggle_title {
  font-family: var(--ths-font-body) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #081B13 !important;
  padding: 16px 20px !important;
}

.et_pb_toggle_content {
  padding: 0 20px 20px 20px !important;
  color: #2D3748 !important;
}

/* ==========================================================================
   16.3 UNIVERSAL HIGH-CONTRAST LUXURY BUTTONS (GOLD & EMERALD)
   ========================================================================== */
.et_pb_button,
.et_pb_button:link,
.et_pb_button:visited,
.et_pb_promo_button,
.et_pb_more_button,
.ths-btn,
.ths-lux__btn,
.ths-land__btn,
.ths-cx__qbtn,
.ths-cx__submit,
.et_pb_contact_submit,
.et_contact_bottom_container button,
input[type="submit"].et_pb_contact_submit,
.entry-content a.et_pb_button,
.ths-page-body-container a.et_pb_button,
.ths-page-body-container a.ths-lux__btn,
.ths-page-body-container a.ths-land__btn,
.ths-page-body-container a.ths-cx__qbtn,
.ths-page-body-container a[class*="btn"],
.ths-page-body-container a[class*="button"] {
  font-family: var(--ths-font-body) !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 13px 30px !important;
  border-radius: 50px !important;
  background: linear-gradient(135deg, var(--ths-accent) 0%, #A87E16 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--ths-accent-bright) !important;
  box-shadow: 0 4px 16px rgba(197, 155, 39, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.et_pb_button:hover,
.et_pb_promo_button:hover,
.et_pb_more_button:hover,
.ths-btn:hover,
.ths-lux__btn:hover,
.ths-land__btn:hover,
.ths-cx__qbtn:hover,
.ths-cx__submit:hover,
.et_pb_contact_submit:hover,
.et_contact_bottom_container button:hover,
input[type="submit"].et_pb_contact_submit:hover,
.entry-content a.et_pb_button:hover,
.ths-page-body-container a.et_pb_button:hover,
.ths-page-body-container a.ths-lux__btn:hover,
.ths-page-body-container a.ths-land__btn:hover,
.ths-page-body-container a.ths-cx__qbtn:hover,
.ths-page-body-container a[class*="btn"]:hover,
.ths-page-body-container a[class*="button"]:hover {
  background: var(--ths-primary) !important;
  color: #FFFFFF !important;
  border-color: var(--ths-accent) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(17, 52, 38, 0.3) !important;
}

/* Contact Us Quick Contact Buttons */
.ths-cx__qbtn--mail {
  background: linear-gradient(135deg, #113426 0%, #081B13 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--ths-accent) !important;
}
.ths-cx__qbtn--mail:hover {
  background: linear-gradient(135deg, var(--ths-accent) 0%, #A87E16 100%) !important;
  color: #FFFFFF !important;
}
.ths-cx__qbtn--call {
  background: linear-gradient(135deg, var(--ths-accent) 0%, #A87E16 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--ths-accent-bright) !important;
}
.ths-cx__qbtn--call:hover {
  background: linear-gradient(135deg, #113426 0%, #081B13 100%) !important;
  color: #FFFFFF !important;
}

/* Form inputs (Contact Us, Price Calculator) */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
  font-family: var(--ths-font-body) !important;
  font-size: 14.5px !important;
  color: #081B13 !important;
  background-color: #ffffff !important;
  border: 1.5px solid var(--ths-border) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ths-primary) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(17, 52, 38, 0.12) !important;
}

/* Images & Galleries */
.et_pb_gallery_image,
.et_pb_image {
  border-radius: var(--ths-radius) !important;
  overflow: hidden !important;
  box-shadow: var(--ths-shadow) !important;
}

.et_pb_gallery_image img,
.et_pb_image img {
  border-radius: var(--ths-radius) !important;
  transition: transform 0.4s ease !important;
}

.et_pb_gallery_image:hover img,
.et_pb_image:hover img {
  transform: scale(1.03) !important;
}

/* ==========================================================================
   17. EXHAUSTIVE SITEWIDE DEVICE RESPONSIVENESS MATRIX
   ========================================================================== */

/* Universal Fluid Scaling & Prevent Horizontal Overflow */
html, body, #page-container, #et-main-area, .ths-pure-wrap {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

img, video, iframe, embed, object {
  max-width: 100% !important;
  height: auto;
}

table {
  max-width: 100% !important;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* --------------------------------------------------------------------------
   17.1 LAPTOPS & INTERMEDIATE DESKTOPS (981px - 1240px)
   -------------------------------------------------------------------------- */
@media (min-width: 981px) and (max-width: 1240px) {
  #top-menu > li > a {
    font-size: 11.5px !important;
    padding: 6px 8px !important;
    letter-spacing: 0.3px !important;
  }
  #top-menu {
    gap: 3px !important;
  }
  .et_menu_container {
    width: 98% !important;
    padding: 0 10px !important;
  }
  #logo,
  #main-header #logo,
  #main-header.et-fixed-header #logo,
  #main-header.ths-header-scrolled #logo {
    max-height: 48px !important;
  }
  .ths-dest-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
  }
  .ths-dest-tile {
    height: 175px !important;
  }
}

/* --------------------------------------------------------------------------
   17.2 ALL TABLETS & MOBILE PHONES (max-width: 980px)
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  /* Header & Appbar */
  #main-header,
  #main-header.et-fixed-header,
  #main-header.ths-header-scrolled {
    min-height: 72px !important;
    height: 72px !important;
    padding: 0 16px !important;
    background: #ffffff !important;
    border-bottom: 2px solid var(--ths-accent) !important;
    box-shadow: 0 4px 16px rgba(8, 27, 19, 0.12) !important;
  }

  .et_menu_container {
    min-height: 72px !important;
    height: 72px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Logo */
  .logo_container {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  #logo,
  #main-header #logo,
  #main-header.et-fixed-header #logo,
  #main-header.ths-header-scrolled #logo {
    max-height: 46px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
  }

  /* Hide Desktop Horizontal Navigation */
  #top-menu-nav,
  #top-menu {
    display: none !important;
  }

  /* Navigation Wrapper */
  #et-top-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    float: none !important;
  }

  .mobile_nav {
    display: block !important;
    position: relative !important;
  }

  /* Hamburger Toggle Button */
  .mobile_menu_bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    border: 1.5px solid var(--ths-accent) !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(8, 27, 19, 0.12) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    color: #113426 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile_menu_bar:before {
    content: "a" !important;
    font-family: "ETmodules" !important;
    font-size: 24px !important;
    color: #113426 !important;
    line-height: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    transition: color 0.2s ease !important;
  }

  .mobile_menu_bar:hover,
  .mobile_nav.opened .mobile_menu_bar {
    background: #113426 !important;
    border-color: var(--ths-accent-bright) !important;
    box-shadow: 0 6px 16px rgba(17, 52, 38, 0.25) !important;
  }

  .mobile_menu_bar:hover:before,
  .mobile_nav.opened .mobile_menu_bar:before {
    color: #ffffff !important;
  }

  /* Mobile Drawer Menu */
  .et_mobile_menu {
    display: none;
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-height: calc(100vh - 72px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-top: 3px solid var(--ths-accent) !important;
    border-bottom: 3px solid var(--ths-primary) !important;
    box-shadow: 0 20px 40px rgba(8, 27, 19, 0.24) !important;
    border-radius: 0 0 16px 16px !important;
    padding: 12px 0 28px 0 !important;
    z-index: 999999 !important;
    margin: 0 !important;
    list-style: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile_nav.opened .et_mobile_menu,
  .et_mobile_menu.ths-mobile-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .et_mobile_menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(17, 52, 38, 0.07) !important;
    list-style: none !important;
  }

  .et_mobile_menu li a {
    font-family: var(--ths-font-body) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #081B13 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 14px 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
  }

  .et_mobile_menu li a:hover {
    background: rgba(17, 52, 38, 0.06) !important;
    color: #113426 !important;
    padding-left: 28px !important;
  }

  .et_mobile_menu li.current-menu-item > a,
  .et_mobile_menu li.current_page_item > a {
    background: linear-gradient(90deg, rgba(17, 52, 38, 0.12) 0%, rgba(197, 155, 39, 0.08) 100%) !important;
    color: #113426 !important;
    border-left: 4px solid var(--ths-accent) !important;
    font-weight: 800 !important;
  }

  /* Submenus on Mobile */
  .et_mobile_menu .sub-menu {
    display: block !important;
    background: #F7F5F0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border-top: 1px solid rgba(17, 52, 38, 0.06) !important;
  }

  .et_mobile_menu .sub-menu li {
    border-bottom: 1px solid rgba(17, 52, 38, 0.05) !important;
  }

  .et_mobile_menu .sub-menu li a {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #2D3748 !important;
    padding: 11px 20px 11px 36px !important;
  }

  .et_mobile_menu .sub-menu li a:hover {
    color: #113426 !important;
    padding-left: 42px !important;
  }

  /* Page Sections & Cards on Tablet */
  .ths-hero-section {
    min-height: 80vh !important;
    padding: 105px 24px 45px 24px !important;
  }
  .ths-hero-title {
    font-size: clamp(2.4rem, 5vw, 3.4rem) !important;
  }
  .ths-grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
  }
  .ths-dest-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
  .ths-dest-tile {
    height: 190px !important;
  }
  .ths-two-col-showcase {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .ths-founder-card {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .ths-founder-photo {
    height: 280px !important;
  }
  .ths-partners-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
  .ths-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
}

/* --------------------------------------------------------------------------
   17.3 SMARTPHONES (Under 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #main-header,
  #main-header.et-fixed-header,
  #main-header.ths-header-scrolled {
    min-height: 68px !important;
    height: 68px !important;
    padding: 0 14px !important;
  }
  .et_menu_container {
    min-height: 68px !important;
    height: 68px !important;
  }
  #logo,
  #main-header #logo,
  #main-header.et-fixed-header #logo,
  #main-header.ths-header-scrolled #logo {
    max-height: 42px !important;
  }
  .et_mobile_menu {
    top: 68px !important;
    max-height: calc(100vh - 68px) !important;
  }
  .ths-hero-section {
    min-height: 85vh !important;
    height: auto !important;
    padding: 95px 16px 45px 16px !important;
  }
  .ths-hero-title {
    font-size: clamp(2rem, 7.5vw, 2.8rem) !important;
    margin-bottom: 12px !important;
  }
  .ths-hero-sub {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-bottom: 24px !important;
  }
  .ths-page-hero {
    min-height: 240px !important;
    padding: 100px 16px 50px 16px !important;
  }
  .ths-page-title {
    font-size: clamp(1.8rem, 6.5vw, 2.5rem) !important;
  }
  .ths-curve-divider {
    height: 42px !important;
  }
  .ths-section {
    padding: clamp(40px, 8vw, 60px) 0 !important;
  }
  .ths-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .ths-dest-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .ths-dest-tile {
    height: 160px !important;
  }
  .ths-dest-name {
    font-size: 13.5px !important;
  }
  .ths-two-col-showcase {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .ths-showcase-img {
    height: 210px !important;
  }
  .ths-founder-card {
    grid-template-columns: 1fr !important;
    padding: 22px 18px !important;
    gap: 20px !important;
  }
  .ths-founder-photo {
    height: 220px !important;
  }
  .ths-partners-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .ths-partner-card {
    padding: 16px 14px !important;
  }
  .ths-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .ths-luxury-footer {
    padding: 50px 0 0 0 !important;
  }
}

/* --------------------------------------------------------------------------
   17.4 EXTRA SMALL PHONES (Under 420px)
   -------------------------------------------------------------------------- */
@media (max-width: 420px) {
  .ths-hero-actions {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .ths-hero-actions .ths-btn {
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 13.5px !important;
  }
  .ths-dest-grid-4 {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .ths-dest-tile {
    height: 170px !important;
  }
  .ths-feature-card {
    padding: 24px 18px !important;
  }
  .ths-tour-card .ths-tour-footer {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .ths-tour-footer .ths-btn,
  .ths-tour-footer .ths-tour-wa-link {
    width: 100% !important;
    text-align: center !important;
  }
}



