/*
 Theme Name:   Divi Child
 Theme URI:    http://globaltrusttravel.test
 Description:  Divi Child Theme for Global Trust Travel
 Author:       Global Trust Travel
 Template:     Divi
 Version:      1.0.0
*/

/* =========================================
   ACCESSIBILITY: GLOBAL READABILITY
   Improved for low-vision users — darker text, larger base size
   ========================================= */
body,
body .et_pb_text_inner p,
body .et_pb_text_inner li,
body .et_pb_text_inner span,
body .et_pb_blurb_description,
body .et_pb_module p,
body .entry-content p {
  color: #2C3A47 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
}

/* =========================================
   DARK SECTION EXEMPTIONS
   Force readable white text inside dark/navy backgrounds.
   Overrides both the global accessibility rule AND faint
   inline rgba(255,255,255,0.28) style values.
   ========================================= */

/* Dark layout sections — Divi auto-class */
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark li,
.et_pb_bg_layout_dark span,
.et_pb_bg_layout_dark .et_pb_text_inner p,
.et_pb_bg_layout_dark .et_pb_text_inner li,
.et_pb_bg_layout_dark .et_pb_text_inner span,
.et_pb_bg_layout_dark blockquote,
.et_pb_bg_layout_dark blockquote p {
  color: rgba(255,255,255,0.92) !important;
}

/* Destinations MAIN page only (page-id-12): Round-the-World section (section_3 = dark navy)
   Scoped to page-id-12 so it doesn't affect destination sub-pages where section_3 is white. */
body.page-id-12 .et_pb_section_3 .et_pb_text_inner p {
  color: rgba(255,255,255,0.92) !important;
}
/* Region labels — restore gold */
body.page-id-12 .et_pb_section_3 .et_pb_text_inner p:first-child {
  color: #C8990A !important;
}

/* Quote sections (e.g. inspiration page navy box) */
.gt-insp-quote-section p,
.gt-insp-quote-section li,
.gt-insp-quote-section span,
.gt-insp-quote-section blockquote,
.gt-insp-quote-section blockquote p,
.gt-insp-quote-section .et_pb_text_inner p,
.gt-insp-quote-section .et_pb_text_inner li,
.gt-insp-quote-section .et_pb_text_inner span {
  color: rgba(255,255,255,0.92) !important;
}

/* Footer — all text readable white */
.et-l--footer p,
.et-l--footer li,
.et-l--footer span,
.et-l--footer a,
.et-l--footer h1,
.et-l--footer h2,
.et-l--footer h3,
.et-l--footer h4,
.et-l--footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_inner li,
.et-l--footer .et_pb_text_inner span {
  color: rgba(255,255,255,0.88) !important;
}

/* Keep gold highlights gold in footer */
.et-l--footer .et_pb_text_inner [style*="C8990A"],
.et-l--footer [style*="C49A0A"] {
  color: #C8990A !important;
}

/* =========================================
   RESPONSIVE STYLES
   ========================================= */
/* ── SLIDER HEIGHT: header + slider = 100vh ── */
/* Height is set via calc(100vh - 140px) in the Divi JSON module settings */
/* Compensate for WP admin bar (32px) when logged in */
body.admin-bar .et_pb_fullwidth_slider,
body.admin-bar .et_pb_fullwidth_slider .et_pb_slide {
  height: calc(100vh - 172px) !important;
}

/* Slide description positioning is handled by slider-position-fix.js */


/* ── EYEBROW ── */
.gt-slide-eyebrow{display:flex;align-items:center;gap:12px;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#E8B830;margin-bottom:18px;}
.gt-slide-eyebrow::before{content:'';display:inline-block;width:32px;height:2px;background:#C49A0A;flex-shrink:0;}

/* ── TITLE ── */
.gt-slide-h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-size:5.5rem!important;font-weight:700!important;line-height:1.03!important;color:#FFFFFF!important;margin:0 0 20px!important;max-width:640px!important;display:block!important;text-shadow:0 4px 30px rgba(0,0,0,0.3)!important;}

/* ── BODY TEXT ── */
.gt-slide-p{font-family:'Montserrat',sans-serif;font-size:15px;font-weight:400;line-height:1.85;max-width:380px;margin:0 0 32px;}
/* Override global accessibility rule (body .et_pb_module p specificity 0,1,1) — use 0,2,1 to win */
body .et_pb_slide_content p.gt-slide-p,
body .et_pb_slide .gt-slide-p {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55) !important;
}

/* ── BUTTONS ── */
.gt-slide-btns{display:flex;gap:14px;flex-wrap:wrap;}
.gt-btn-gold{background:#C49A0A;color:#FFFFFF;padding:13px 32px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid #C49A0A;}
.gt-btn-gold:hover{background:#D4A80C;border-color:#D4A80C;}
.gt-btn-ghost{background:transparent;color:#FFFFFF;padding:13px 32px;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;border:2px solid rgba(255,255,255,0.55);}
.gt-btn-ghost:hover{border-color:rgba(255,255,255,0.9);}

/* ── ARROWS ── */
.et_pb_fullwidth_slider .et-pb-arrow-prev,
.et_pb_fullwidth_slider .et-pb-arrow-next{background:rgba(255,255,255,0.08)!important;border:1.5px solid rgba(255,255,255,0.45)!important;width:48px!important;height:48px!important;}
.et_pb_fullwidth_slider .et-pb-arrow-prev:hover,
.et_pb_fullwidth_slider .et-pb-arrow-next:hover{background:#C49A0A!important;border-color:#C49A0A!important;}

/* ── DOTS ── */
.et_pb_fullwidth_slider .et-pb-controllers a.selected{width:28px!important;border-radius:4px!important;}

/* ══════════════════════════════════════════
   INSPIRATION PAGE — BLURB CARD FIXES
   ══════════════════════════════════════════ */

/* Section background */
.gt-insp-section { background: #F5F3EE; }

/* Card wrapper — lift on hover */
.gt-insp-section .et_pb_blurb {
  background: #fff !important;
  box-shadow: 0 4px 24px rgba(26,43,74,0.08);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  padding: 0 !important;
  height: 100%;
}
.gt-insp-section .et_pb_blurb:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(26,43,74,0.16);
}

/* Image — fixed height, cover crop */
.gt-insp-section .et_pb_blurb .et_pb_main_blurb_image {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gt-insp-section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.gt-insp-section .et_pb_blurb .et_pb_main_blurb_image img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform .5s ease;
  max-width: none !important;
}
.gt-insp-section .et_pb_blurb:hover .et_pb_main_blurb_image img {
  transform: scale(1.07);
}

/* Content area padding */
.gt-insp-section .et_pb_blurb_content {
  padding: 0 !important;
}
.gt-insp-section .et_pb_blurb .et_pb_blurb_container {
  padding: 26px 28px 30px !important;
}

/* Title */
.gt-insp-section .et_pb_blurb h4.et_pb_module_header {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #1A2B4A !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}

/* Body text */
.gt-insp-section .et_pb_blurb .et_pb_blurb_description {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #3A4A58;
  line-height: 1.85;
}

/* Number badge — styled span in blurb body */
.gt-insp-num {
  display: inline-block;
  background: #C8990A;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Bullet list inside blurb */
.gt-insp-section .et_pb_blurb ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
}
.gt-insp-section .et_pb_blurb ul li {
  padding: 3px 0 3px 16px;
  position: relative;
  font-size: 15px;
  color: #3A4A58;
  line-height: 1.85;
}
.gt-insp-section .et_pb_blurb ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 11px;
  width: 6px; height: 6px;
  background: #C8990A;
  border-radius: 50%;
}

/* Explore link inside blurb */
.gt-insp-link {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C8990A !important;
  text-decoration: none !important;
  display: inline-block;
}
.gt-insp-link:hover { text-decoration: underline !important; }

/* ── DESTINATION REGION BADGE ── */
.gt-dest-region {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C8990A;
  border: 1px solid #C8990A;
  padding: 3px 10px;
  margin-bottom: 12px;
}

/* ── ROUND-THE-WORLD GRID ── */
.gt-rtw-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  text-align: left;
  margin-top: 40px;
}
.gt-rtw-item {
  width: calc(33.333% - 16px);
  border-left: 3px solid #C8990A;
  padding-left: 20px;
}
.gt-rtw-item .region-label {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C8990A;
  font-weight: 600;
  margin-bottom: 8px;
}
.gt-rtw-item .region-cities {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

/* ── INSPIRATION QUOTE BAND ── */
/* Remove Divi's default blockquote left border */
.gt-insp-quote-section blockquote,
.gt-insp-quote-section .et_pb_text blockquote {
  border-left: none !important;
  padding-left: 0 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2.1rem !important;
  font-style: italic !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.55 !important;
  margin: 0 auto !important;
  max-width: 820px !important;
  text-align: center !important;
}

/* ══════════════════════════════════════════
   ABOUT PAGE — OUR STORY IMAGE
   ══════════════════════════════════════════ */

/* Image: tall, cover-cropped, polished with depth & gold accent */
.gt-story-img img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  object-position: center 25% !important;
  display: block !important;
  border-radius: 6px !important;
  box-shadow:
    0 28px 70px rgba(26,43,74,0.24),
    0 8px 24px rgba(26,43,74,0.12),
    -10px 10px 0 rgba(200,153,10,0.22) !important;
  max-width: none !important;
}

/* Make image wrap fill column height */
.gt-story-img .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
}

/* ══════════════════════════════════════════
   ABOUT PAGE — STATS COUNTER SECTION
   ══════════════════════════════════════════ */

/* Number (large gold figure) */
.gt-stats-section .et_pb_number_counter .percent {
  margin-bottom: 18px !important;
}
.gt-stats-section .et_pb_number_counter .percent p {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 4rem !important;
  font-weight: 700 !important;
  color: #C8990A !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Label (uppercase spaced text) */
.gt-stats-section .et_pb_number_counter h3 {
  font-family: Montserrat, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0 !important;
}

/* "+" suffix on 50+ and 500+ counters */
.gt-stat-plus .percent-value::after {
  content: '+';
}

/* Vertical divider between columns */
.gt-stats-section .et_pb_column {
  border-right: 1px solid rgba(255,255,255,0.10);
}
.gt-stats-section .et_pb_column:last-child {
  border-right: none;
}

/* ══════════════════════════════════════════
   WPFORMS — RESERVATION FORM STYLING
   ══════════════════════════════════════════ */

/* Form wrapper */
.wpforms-container {
  font-family: Montserrat, sans-serif;
}

/* Field labels */
.wpforms-field-label {
  font-family: Montserrat, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #1A2B4A !important;
  margin-bottom: 8px !important;
}

/* Required asterisk */
.wpforms-field-label .wpforms-required-label {
  color: #C8990A !important;
}

/* All text inputs, textareas, selects */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field input[type="tel"],
.wpforms-field textarea,
.wpforms-field select {
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  color: #1A2B4A !important;
  background: #FFFFFF !important;
  border: 1px solid #e0ddd7 !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

/* Focus state */
.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="number"]:focus,
.wpforms-field input[type="tel"]:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  border-color: #C8990A !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(200,153,10,0.1) !important;
}

/* Textarea height */
.wpforms-field textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Field spacing */
.wpforms-field {
  margin-bottom: 22px !important;
}

/* Checkbox & radio labels */
.wpforms-field-checkbox input[type="checkbox"] + label,
.wpforms-field-radio input[type="radio"] + label,
.wpforms-field-checkbox .wpforms-field-label-inline,
.wpforms-field-radio .wpforms-field-label-inline {
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #3A4A58 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Checkbox & radio accent color */
.wpforms-field-checkbox input[type="checkbox"]:checked,
.wpforms-field-radio input[type="radio"]:checked {
  accent-color: #C8990A !important;
}

/* Checkbox list spacing */
.wpforms-field-checkbox ul,
.wpforms-field-radio ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wpforms-field-checkbox ul li,
.wpforms-field-radio ul li {
  padding: 5px 0 !important;
}

/* Submit button */
.wpforms-submit-container .wpforms-submit {
  background: #C8990A !important;
  color: #FFFFFF !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  border: 2px solid #C8990A !important;
  border-radius: 0 !important;
  padding: 15px 40px !important;
  cursor: pointer !important;
  transition: background 0.25s ease, border-color 0.25s ease !important;
  box-shadow: none !important;
}

.wpforms-submit-container .wpforms-submit:hover {
  background: #1A2B4A !important;
  border-color: #1A2B4A !important;
}

/* Confirmation message */
.wpforms-confirmation-container-full {
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  color: #1A2B4A !important;
  background: #F5F3EE !important;
  border-left: 4px solid #C8990A !important;
  border-radius: 0 !important;
  padding: 24px 28px !important;
}

/* Error messages */
.wpforms-field .wpforms-field-error {
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  color: #b94a2c !important;
  margin-top: 5px !important;
}

/* ══════════════════════════════════════════
   DIVI MENU MODULE — MATCH OLD NAV DESIGN
   ══════════════════════════════════════════ */

/* ══════════════════════════════════════════
   DIVI MENU MODULE — LIGHT THEME, CENTERED
   ══════════════════════════════════════════ */

/* Nav bar background */
.et_pb_menu,
.et_pb_menu .et_pb_menu__wrap {
  background-color: #F5F5F5 !important;
  border-top: 1px solid #E0DDD7 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove section/row gap above menu */
.et_pb_section_1_tb_header,
.et_pb_section_1_tb_header .et_pb_row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hide Divi menu logo/branding area on the left */
.et_pb_menu .et_pb_menu__logo,
.et_pb_menu .logo_container,
.et_pb_menu .et_pb_menu__logo-wrap {
  display: none !important;
}

/* Dropdown arrow — fix position to sit inline with text */
.et_pb_menu ul.et_pb_menu__items > li > a .et_pb_menu__icon,
.et_pb_menu ul.nav > li > a .et_pb_menu__icon,
.et_pb_menu .et_pb_menu__items .menu-item-has-children > a::after {
  vertical-align: middle !important;
  margin-left: 4px !important;
  font-size: 10px !important;
  position: relative !important;
  top: 0 !important;
}

/* Make nav items take full width and center */
.et_pb_menu .et_pb_menu__wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  padding: 0 !important;
}
.et_pb_menu ul.et_pb_menu__items,
.et_pb_menu ul.nav {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

/* Nav links */
.et_pb_menu ul.et_pb_menu__items > li > a,
.et_pb_menu ul.nav > li > a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #1A2B4A !important;
  padding: 17px 24px !important;
  white-space: nowrap !important;
  display: block !important;
  transition: color 0.2s ease !important;
  background: transparent !important;
  line-height: 1 !important;
}

/* Hover */
.et_pb_menu ul.et_pb_menu__items > li > a:hover,
.et_pb_menu ul.nav > li > a:hover {
  color: #000000 !important;
  background: transparent !important;
}

/* Active/current page */
.et_pb_menu ul.et_pb_menu__items > li.current-menu-item > a,
.et_pb_menu ul.nav > li.current-menu-item > a {
  color: #000000 !important;
}

/* Pipe separators */
.et_pb_menu ul.et_pb_menu__items > li + li,
.et_pb_menu ul.nav > li + li {
  border-left: 1px solid rgba(26,43,74,0.2) !important;
}

/* Last item (Make Your Reservations) — gold bg */
.et_pb_menu ul.et_pb_menu__items > li:last-child > a,
.et_pb_menu ul.nav > li:last-child > a {
  background: #C49A0A !important;
  color: #FFFFFF !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.et_pb_menu ul.et_pb_menu__items > li:last-child > a:hover,
.et_pb_menu ul.nav > li:last-child > a:hover {
  background: #D4A80C !important;
  color: #FFFFFF !important;
}
.et_pb_menu ul.et_pb_menu__items > li:last-child,
.et_pb_menu ul.nav > li:last-child {
  border-left: none !important;
}

/* Dropdown — white bg, navy text, gold top border */
.et_pb_menu ul.et_pb_menu__items li ul,
.et_pb_menu ul.nav li ul {
  background: #FFFFFF !important;
  border-top: 2px solid #C49A0A !important;
  border: 1px solid #E0DDD7 !important;
  border-top: 2px solid #C49A0A !important;
  box-shadow: 0 8px 24px rgba(26,43,74,0.12) !important;
  min-width: 200px !important;
}
.et_pb_menu ul.et_pb_menu__items li ul li a,
.et_pb_menu ul.nav li ul li a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #1A2B4A !important;
  padding: 13px 20px !important;
  border-left: none !important;
  background: transparent !important;
  display: block !important;
}
.et_pb_menu ul.et_pb_menu__items li ul li a:hover,
.et_pb_menu ul.nav li ul li a:hover {
  color: #C49A0A !important;
  background: #F5F3EE !important;
}

/* Mobile toggle — hide on desktop only */
@media only screen and (min-width: 981px) {
  .et_pb_menu .mobile_nav,
  .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
  }
}

/* ── TOP HEADER — VERTICAL CENTER & COMPACT ── */
.et_header_style_left #main-header,
.et_header_style_centered #main-header {
  align-items: center !important;
}
/* Target the top bar row in Theme Builder header */
.et_pb_section.et_pb_section_0_tb_header .et_pb_row,
.et_pb_section.et_pb_section_first .et_pb_row {
  align-items: center !important;
  display: flex !important;
}
.et_pb_section.et_pb_section_0_tb_header .et_pb_column,
.et_pb_section.et_pb_section_first .et_pb_column {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.et_pb_section.et_pb_section_0_tb_header .et_pb_column:last-child,
.et_pb_section.et_pb_section_first .et_pb_column:last-child {
  justify-content: flex-end !important;
}
/* Reduce top bar height */
.et_pb_section.et_pb_section_0_tb_header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* ══════════════════════════════════════════
   HEADER: CLIENT TYPOGRAPHY UPDATES
   1) GlobalTrust Travel — +25% size, Bold
   2) Tagline — +25% size, Bold
   3) Menu items — +2px, Caps, Gold
   4) Phone number — Black, Bold
   ══════════════════════════════════════════ */

/* 1) GlobalTrust Travel heading */
.et_pb_text_0_tb_header h1,
.et_pb_text_0_tb_header h1 a {
  font-size: 2.875rem !important; /* 2.3rem × 1.25 */
  font-weight: 700 !important;
  color: #1a2b4a !important;
  margin-bottom: 0 !important;
  line-height: 1.05 !important;
}

/* 2) Tagline "Experience Leisure & Luxury Travel Your Way" */
.et_pb_text_0_tb_header .et_pb_text_inner h1 + p,
.et_pb_text_0_tb_header .et_pb_text_inner h1 + p a {
  font-size: 1.19rem !important; /* 0.95rem × 1.25 */
  font-weight: 700 !important;
  font-style: italic !important;
  color: #7a8499 !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  white-space: nowrap !important;
}

/* 1+2) Tablet: scale down logo & tagline */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_text_0_tb_header h1,
  .et_pb_text_0_tb_header h1 a {
    font-size: 1.9rem !important;
    margin-bottom: 0 !important;
  }
  .et_pb_text_0_tb_header .et_pb_text_inner h1 + p,
  .et_pb_text_0_tb_header .et_pb_text_inner h1 + p a {
    font-size: 0.78rem !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }
}

/* 1+2) Phone: scale down logo & tagline */
@media only screen and (max-width: 767px) {
  .et_pb_text_0_tb_header h1,
  .et_pb_text_0_tb_header h1 a {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
  }
  .et_pb_text_0_tb_header .et_pb_text_inner h1 + p,
  .et_pb_text_0_tb_header .et_pb_text_inner h1 + p a {
    font-size: 0.65rem !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }
}

/* 3) Main nav menu items — 13px (11+2), uppercase, gold */
.et_pb_menu_0_tb_header.et_pb_menu ul li > a,
.et_pb_menu_0_tb_header.et_pb_menu .nav > li > a {
  font-size: 13px !important;
  text-transform: uppercase !important;
  color: #C49A0A !important;
  font-weight: 700 !important;
}

/* Active & hover — black (match Divi inline specificity exactly) */
.et_pb_menu_0_tb_header.et_pb_menu ul li > a:hover,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item > a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-ancestor > a,
.et_pb_menu_0_tb_header.et_pb_menu ul:not(.sub-menu) > li.current-menu-ancestor > a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item > a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li.current-menu-item > a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li.current-menu-ancestor > a {
  color: #000000 !important;
}

/* 4) Phone number — black, bold */
.et_pb_code_0_tb_header a[href^="tel"] {
  color: #000000 !important;
  font-weight: 700 !important;
}

/* ── HIDE NATIVE DIVI TITLE ── */
.et_pb_fullwidth_slider .et_pb_slide_title,
.et_pb_fullwidth_slider .et_pb_slide .et_pb_slide_title,
.et_pb_fullwidth_slider .et_pb_slide_description h2.et_pb_slide_title,
h2.et_pb_slide_title{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0px !important;
}

/* ── SUBMENU HOVER FIX — no gap between item and dropdown ── */
/* Extend the hover area so mouse doesn't fall into gap */
.et_pb_menu ul.et_pb_menu__items li,
.et_pb_menu ul.nav li {
  position: relative !important;
}
.et_pb_menu ul.et_pb_menu__items li ul,
.et_pb_menu ul.nav li ul {
  position: absolute !important;
  top: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Invisible bridge fills the gap between menu item and dropdown */
.et_pb_menu ul.et_pb_menu__items li ul::before,
.et_pb_menu ul.nav li ul::before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: -10px !important;
  left: 0 !important;
  right: 0 !important;
  height: 10px !important;
  background: transparent !important;
}
/* Keep dropdown open while hovering over it */
.et_pb_menu ul.et_pb_menu__items li:hover > ul,
.et_pb_menu ul.nav li:hover > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ── DROPDOWN ARROW FIX ── */
.et-menu .menu-item-has-children > a:first-child::after {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute !important;
  right: 8px !important;
}



/* =====================================================
   GLOBALTRUST TRAVEL — RESPONSIVE CSS (HOME PAGE)
   March 2026 | Breakpoints: 980px tablet, 767px phone
   ===================================================== */

/* ─── HEADER: TABLET ─── */
@media only screen and (max-width: 980px) {
  .et_pb_section_0_tb_header {
    padding: 4px 0 !important;
  }
  .et_pb_section_0_tb_header .et_pb_row {
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .et_pb_column_0_tb_header,
  .et_pb_column_1_tb_header,
  .et_pb_column_2_tb_header {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .et_pb_column_2_tb_header {
    justify-content: flex-end !important;
  }
  .et_pb_column_1_tb_header .et_pb_module,
  .et_pb_column_2_tb_header .et_pb_module {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Hide desktop nav, keep wrap visible for hamburger */
  .et_pb_menu .et_pb_menu__menu {
    display: none !important;
  }
  .et_pb_menu .et_pb_menu__wrap {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    background-color: #F5F5F5 !important;
    border-top: 1px solid #E0DDD7 !important;
    padding: 0 !important;
  }
  .et_pb_menu .mobile_nav,
  .et_pb_menu .et_mobile_nav_menu {
    display: flex !important;
    align-items: center !important;
  }
  .et_pb_menu_0_tb_header .mobile_menu_bar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
  }
  .et_pb_menu_0_tb_header .mobile_menu_bar:before {
    color: #1A2B4A !important;
    font-size: 28px !important;
  }
  .et_pb_section_1_tb_header {
    position: relative !important;
    z-index: 9999 !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu {
    background-color: #1A2B4A !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 99999 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu a {
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu a:hover {
    color: #C49A0A !important;
    background: rgba(255,255,255,0.07) !important;
  }
}

/* ─── HEADER: PHONE — TWO-BAR CLEAN LAYOUT ─── */
@media only screen and (max-width: 767px) {

  /* TOP BAR: centered stack */
  .et_pb_section_0_tb_header {
    padding: 6px 0 !important;
  }
  .et_pb_section_0_tb_header .et_pb_row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 15px !important;
    gap: 2px !important;
  }
  .et_pb_column_0_tb_header,
  .et_pb_column_1_tb_header,
  .et_pb_column_2_tb_header {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Remove internal module margin */
  .et_pb_column_1_tb_header .et_pb_module,
  .et_pb_column_2_tb_header .et_pb_module {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .et_pb_column_0_tb_header img { max-height: 50px !important; width: auto !important; }
  .et_pb_column_1_tb_header .et_pb_text_inner { font-size: 12px !important; line-height: 1.3 !important; }
  .et_pb_column_2_tb_header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  /* Allow phone + FIND + hamburger to sit in the same row */
  .et_pb_column_2_tb_header > * {
    width: auto !important;
  }

  /* NAV BAR: floated to bottom-right of header (out of flow) */
  .et-l--header { position: relative !important; }
  .et_pb_section_1_tb_header {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
  .et_pb_section_1_tb_header .et_pb_row {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 0 10px !important;
    min-height: 44px !important;
  }
  .et_pb_section_1_tb_header .et_pb_column {
    width: auto !important;
    padding: 0 !important;
  }

  /* Menu wrap: transparent, right-aligned */
  .et_pb_menu_0_tb_header .et_pb_menu,
  .et_pb_menu_0_tb_header .et_pb_menu__wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  /* Hamburger button: compact icon only */
  .et_pb_menu .mobile_nav,
  .et_pb_menu .et_mobile_nav_menu {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }
  .et_pb_menu_0_tb_header .mobile_menu_bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin-right: 12px !important;
    cursor: pointer !important;
  }
  .et_pb_menu_0_tb_header .mobile_menu_bar:before {
    color: #1A2B4A !important;
    font-size: 14px !important;
  }

  /* DROPDOWN: appears below nav bar naturally */
  .et_pb_menu_0_tb_header .et_mobile_menu {
    background-color: #1A2B4A !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35) !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu a {
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu a:hover {
    color: #C49A0A !important;
    background: rgba(255,255,255,0.07) !important;
  }

  /* ─── HAMBURGER MOVED INTO COLUMN_2 (beside FIND button) ─── */
  /* column_2 becomes a flex row: [phone] [FIND YOUR TRIP] [≡] */
  .et_pb_column_2_tb_header.gt-has-inline-nav {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }
  /* Nav section: strip chrome, shrink to icon width */
  .et_pb_column_2_tb_header .et_pb_section_1_tb_header {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    flex-shrink: 0 !important;
  }
  .et_pb_column_2_tb_header .et_pb_section_1_tb_header .et_pb_row {
    min-height: 0 !important;
    padding: 0 !important;
  }
  .et_pb_column_2_tb_header .et_pb_menu,
  .et_pb_column_2_tb_header .et_pb_menu .et_pb_menu__wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
  }
  /* Dropdown: anchor to et-l--header (position:relative) → full-width below header */
  .et_pb_column_2_tb_header .et_mobile_menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  /* CLOSE BUTTON (injected by JS at top of dropdown) */
  .et_pb_menu_0_tb_header .et_mobile_menu li.gt-mobile-close {
    list-style: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu li.gt-mobile-close > a {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    color: #C49A0A !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    padding: 13px 20px !important;
    border-bottom: none !important;
    background: transparent !important;
  }
  .et_pb_menu_0_tb_header .et_mobile_menu li.gt-mobile-close > a:hover {
    color: #fff !important;
    background: transparent !important;
  }
}

/* ─── HERO SLIDER: TABLET ─── */
@media only screen and (max-width: 980px) {
  .et_pb_section_0 .et_pb_slide_description {
    padding: 30px 20px !important;
  }
  .et_pb_section_0 .et_pb_slide_title {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }
  .et_pb_section_0 .et_pb_slide_content {
    font-size: 14px !important;
  }
  .gt-slide-h2 {
    font-size: 3.2rem !important;
    line-height: 1.08 !important;
  }
}

/* ─── HERO SLIDER: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_0 .et_pb_slide_description {
    padding: 20px 15px !important;
  }
  .et_pb_section_0 .et_pb_slide_title {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }
  .et_pb_section_0 .et_pb_slide_content {
    font-size: 13px !important;
  }
  .et_pb_section_0 .et_pb_more_button {
    font-size: 12px !important;
    padding: 8px 16px !important;
  }
  .gt-slide-h2 {
    font-size: 3rem !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
  }
  .gt-slide-p {
    font-size: 13px !important;
  }
  .gt-slide-btns {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .gt-btn-gold,
  .gt-btn-ghost {
    text-align: center !important;
    justify-content: center !important;
  }
}

/* ─── SECTION 1: FIND YOUR PERFECT JOURNEY ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_1 {
    padding: 30px 0 !important;
  }
  .et_pb_section_1 h2,
  .et_pb_section_1 h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
}

/* ─── SECTIONS 3-6: IMAGE+TEXT PAIRS: TABLET ─── */
/* Empty bg-image columns collapse to 0 height - fix with min-height */
@media only screen and (max-width: 980px) {
  .et_pb_column_5 {
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .et_pb_column_8 {
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .et_pb_column_9 {
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .et_pb_column_12 {
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* ─── SECTIONS 3-6: IMAGE+TEXT PAIRS: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_column_5,
  .et_pb_column_8,
  .et_pb_column_9,
  .et_pb_column_12 {
    width: 100% !important;
    min-height: 260px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .et_pb_column_6,
  .et_pb_column_7,
  .et_pb_column_10,
  .et_pb_column_11 {
    width: 100% !important;
    padding: 25px 20px !important;
  }
  .et_pb_section_3 h2,
  .et_pb_section_4 h2,
  .et_pb_section_5 h2,
  .et_pb_section_6 h2 {
    font-size: 30px !important;
  }
  .et_pb_section_3,
  .et_pb_section_4,
  .et_pb_section_5,
  .et_pb_section_6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ─── SECTION 7: OUR DESTINATIONS: TABLET ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_14,
  .et_pb_column_15,
  .et_pb_column_16,
  .et_pb_column_17:not(.et_pb_column_4_4) {
    min-height: 220px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  /* Reset button row column */
  .et_pb_column_17.et_pb_column_4_4 {
    min-height: 0 !important;
  }
}

/* ─── SECTION 7: OUR DESTINATIONS: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_7 {
    padding: 30px 0 !important;
  }
  .et_pb_column_13 h2,
  .et_pb_column_13 h3 {
    font-size: 22px !important;
  }
  .et_pb_column_14,
  .et_pb_column_15,
  .et_pb_column_16,
  .et_pb_column_17 {
    width: 100% !important;
    min-height: 200px !important;
    margin-bottom: 5px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* ─── SECTION 8: LUXURY CRUISES: TABLET ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_18,
  .et_pb_column_19 {
    min-height: 280px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* ─── SECTION 8: LUXURY CRUISES: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_8 {
    padding: 0 !important;
  }
  .et_pb_column_18,
  .et_pb_column_19 {
    width: 100% !important;
    min-height: 250px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* ─── FOOTER: PHONE ─── */
@media only screen and (max-width: 767px) {
  #main-footer {
    padding: 30px 20px !important;
  }
  #main-footer .et_pb_widget {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  .et_pb_footer_columns4 .et_pb_widget,
  .et_pb_footer_columns3 .et_pb_widget,
  .et_pb_footer_columns2 .et_pb_widget {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* ─── GENERAL MOBILE ─── */
@media only screen and (max-width: 767px) {
  body .et_pb_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ─── BLURB CARD SECTIONS: PHONE SPACING FIX ─── */
/* Reduces the large empty space below button rows and between stacked cards */
@media only screen and (max-width: 767px) {
  .gt-insp-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* Zero out row padding/margin so only the 16px column gap controls spacing */
  .gt-insp-section .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* 16px gap between stacked cards */
  .gt-insp-section .et_pb_column {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* No trailing gap after last card in each row */
  .gt-insp-section .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0 !important;
  }
  /* Card itself — tighten inner padding slightly */
  .gt-insp-section .et_pb_blurb .et_pb_blurb_container {
    padding: 20px 20px 22px !important;
  }
  /* Full-width button row column: fixed height, no bleed from numbered column rules */
  .gt-insp-section .et_pb_column_4_4 {
    min-height: 90px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* ─── BLURB CARD SECTIONS: TABLET SPACING FIX ─── */
@media only screen and (max-width: 980px) {
  .gt-insp-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gt-insp-section .et_pb_row {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

/* ─── FOOTER: CENTER ALIGNMENT ON MOBILE ─── */
@media only screen and (max-width: 767px) {
  /* Footer template sections */
  .et-l--footer .et_pb_text_inner,
  .et-l--footer .et_pb_text_inner p,
  .et-l--footer .et_pb_column,
  .et-l--footer .et_pb_blurb_description,
  .et-l--footer .et_pb_blurb_container {
    text-align: center !important;
  }
  /* Bottom bar: copyright, tagline, links */
  #footer-bottom,
  #footer-bottom .container,
  #footer-bottom #footer-info,
  .footer-bottom-widgets .et_pb_text_inner {
    text-align: center !important;
  }
  /* Stack footer columns and center */
  .et-l--footer .et_pb_column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 16px !important;
  }
  .et-l--footer .et_pb_row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* Links row (Privacy Policy | Terms) */
  .et-l--footer .et_pb_menu,
  .et-l--footer .et_pb_menu ul,
  .et-l--footer .et_pb_menu ul li {
    text-align: center !important;
    justify-content: center !important;
  }
}

/* ══════════════════════════════════════════
   MOBILE POPUP MENU (injected by JS)
   ══════════════════════════════════════════ */

/* Hamburger button in header beside FIND YOUR TRIP */
.gt-popup-btn {
  background: transparent;
  border: 1.5px solid rgba(26,43,74,0.3);
  color: #1A2B4A;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.gt-popup-btn:hover { background: rgba(26,43,74,0.06); }

/* Scroll lock when popup open */
body.gt-popup-body-lock { overflow: hidden !important; }

/* Full-screen overlay */
.gt-popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9999999;
}
.gt-popup-overlay.gt-popup--open {
  display: flex;
  justify-content: flex-end;
}

/* Panel slides in from right — light theme */
.gt-popup-panel {
  background: #FFFFFF;
  width: 78%;
  max-width: 320px;
  min-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,0.18);
}

/* Close button */
.gt-popup-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #C49A0A;
  color: #1A2B4A;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 16px 20px;
  cursor: pointer;
  width: 100%;
}
.gt-popup-close:hover { color: #C49A0A; }

/* Top-level nav links */
.gt-popup-nav a {
  display: block;
  color: #C49A0A;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-bottom: 1px solid #E8E5DF;
}
.gt-popup-nav a:hover { color: #000000; background: #F5F3EE; }

/* Submenu items — indented, smaller */
.gt-popup-nav a.gt-popup-sub {
  padding-left: 36px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #3A4A58;
  border-bottom: 1px solid #F0EDE8;
  background: #FAFAF8;
}
.gt-popup-nav a.gt-popup-sub:hover { color: #000000; background: #F5F3EE; }

/* =====================================================
   GLOBALTRUST TRAVEL — RESPONSIVE CSS (Divi Head Code)
   ===================================================== */

/* ─── HEADER TOP BAR: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_0_tb_header { padding: 4px 0 !important; }
  .et_pb_section_0_tb_header .et_pb_row { display:flex !important; flex-direction:column !important; align-items:center !important; padding:4px 15px !important; }
  .et_pb_column_0_tb_header,.et_pb_column_1_tb_header,.et_pb_column_2_tb_header { width:100% !important; text-align:center !important; padding:2px 0 !important; margin:0 !important; }
  .et_pb_column_1_tb_header .et_pb_text_inner { font-size:12px !important; line-height:1.2 !important; margin:0 !important; }
  .et_pb_column_1_tb_header .et_pb_module { margin-bottom:0 !important; }
  .et_pb_column_2_tb_header { display:flex !important; justify-content:center !important; align-items:center !important; flex-wrap:wrap !important; gap:8px !important; }
}

/* ─── NAV: HAMBURGER ─── */
@media only screen and (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_menu_bar { display:flex !important; align-items:center !important; padding:10px 15px !important; cursor:pointer !important; }
  .et_pb_menu_0_tb_header .mobile_menu_bar:before { color:#ffffff !important; font-size:26px !important; }
  .et_pb_section_1_tb_header { position:relative !important; z-index:9999 !important; }
  .et_pb_menu_0_tb_header .et_mobile_menu { background-color:#1a1a2e !important; position:absolute !important; width:100% !important; left:0 !important; top:100% !important; z-index:99999 !important; }
  .et_pb_menu_0_tb_header .et_mobile_menu a { color:#fff !important; padding:12px 20px !important; border-bottom:1px solid rgba(255,255,255,0.1) !important; display:block !important; }
  .et_pb_menu_0_tb_header .et_mobile_menu li.current-menu-item > a,
  .et_pb_menu_0_tb_header .et_mobile_menu li.current-menu-ancestor > a,
  .et_pb_menu_0_tb_header .et_mobile_menu li.current_page_item > a { color:#000000 !important; }
}

/* ─── MOBILE: PREVENT HORIZONTAL OVERFLOW ─── */
@media only screen and (max-width: 767px) {
  html, body { overflow-x: hidden !important; max-width: 100% !important; }
}

/* ─── MOBILE: SECTION 9 IMAGE COLUMNS — full-width stacked with visible height ─── */
@media only screen and (max-width: 767px) {
  body.page-id-62 .et_pb_section_9 {
    display: block !important;
    padding: 0 !important;
  }
  body.page-id-62 .et_pb_section_9 .et_pb_row {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.page-id-62 .et_pb_section_9 .et_pb_column {
    width: 100% !important;
    min-height: 240px !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 !important;
  }
}

/* ─── MOBILE: TEXT COLUMN PADDING ─── */
@media only screen and (max-width: 767px) {
  .et_pb_column_6, .et_pb_column_7,
  .et_pb_column_10, .et_pb_column_11 {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

/* ─── MOBILE: SECTION TITLE SIZE REDUCTION ─── */
@media only screen and (max-width: 767px) {
  .et_pb_text_inner h3,
  .et_pb_text_inner h2 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }
}

/* ─── TABLET: REMOVE SIDE WHITE SPACE ON IMAGE-TEXT SECTIONS ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_section_3, .et_pb_section_4, .et_pb_section_5,
  .et_pb_section_6, .et_pb_section_7, .et_pb_section_8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .et_pb_section_3 .et_pb_row, .et_pb_section_4 .et_pb_row,
  .et_pb_section_5 .et_pb_row, .et_pb_section_6 .et_pb_row,
  .et_pb_section_7 .et_pb_row, .et_pb_section_8 .et_pb_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* ─── TABLET: TITLE SIZE REDUCTION ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_text_inner h3,
  .et_pb_text_inner h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

/* ─── HERO SLIDER TITLE: TABLET ─── */
@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }
}

/* ─── HERO SLIDER TITLE: PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }
  .et_pb_section_0 .et_pb_slide_description { padding:20px 15px !important; }
  .et_pb_section_0 .et_pb_slide_content { font-size:13px !important; }
}

/* ─── SEARCH SECTION: MOBILE BOX PADDING ─── */
@media only screen and (max-width: 767px) {
  body .et_pb_section_1 .et_pb_column_1,
  body .et_pb_section_1 .et_pb_column_2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 18px !important;
    padding-bottom: 22px !important;
    margin-bottom: 16px !important;
  }
}

/* ─── SEARCH SECTION: FIX LABEL COLOR IN BOTH COLUMNS ─── */
body .et_pb_section_1 .et_pb_column_1 .et_pb_text_1 .et_pb_text_inner p,
body .et_pb_section_1 .et_pb_column_2 .et_pb_text_2 .et_pb_text_inner p {
  color: rgba(255,255,255,0.85) !important;
}

/* ─── SECTION 2: QUOTE — REDESIGN ─── */
body .et_pb_section_2.et_pb_section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.et_pb_section_2 .et_pb_text_4 .et_pb_text_inner {
  position: relative;
  text-align: center;
}
/* Decorative background quote mark */
.et_pb_section_2 .et_pb_text_4 .et_pb_text_inner::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22rem;
  color: rgba(200, 153, 10, 0.10);
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  display: block;
}
/* Blockquote text — dark navy, inherit size from blockquote inline style */
body .et_pb_section_2 .et_pb_text_4 .et_pb_text_inner blockquote p {
  color: #1A2B4A !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}
/* Attribution — gold, override global rule */
body .et_pb_section_2 .et_pb_text_4 .et_pb_text_inner > p {
  color: #C8990A !important;
  margin-top: 8px !important;
}
.et_pb_section_2 .et_pb_text_4 .et_pb_text_inner blockquote,
.et_pb_section_2 .et_pb_text_4 .et_pb_text_inner blockquote p,
.et_pb_section_2 .et_pb_text_4 .et_pb_text_inner > p {
  position: relative;
  z-index: 1;
}

/* ─── SECTION 2: QUOTE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_2 { padding-left:10px !important; padding-right:10px !important; }
  .et_pb_section_2 .et_pb_row { padding-left:0 !important; padding-right:0 !important; }
  .et_pb_section_2 .et_pb_column { padding-left:10px !important; padding-right:10px !important; }
}

/* ─── SECTIONS 3-6: IMAGE COLS ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_5,.et_pb_column_8,.et_pb_column_9,.et_pb_column_12 { min-height:320px !important; background-size:cover !important; background-position:center center !important; }
}
@media only screen and (max-width: 767px) {
  .et_pb_column_5,.et_pb_column_8,.et_pb_column_9,.et_pb_column_12 { width:100% !important; min-height:260px !important; background-size:cover !important; background-position:center center !important; }
  .et_pb_column_6,.et_pb_column_7,.et_pb_column_10,.et_pb_column_11 { width:100% !important; padding-top:80px !important; padding-bottom:80px !important; padding-left:50px !important; padding-right:50px !important; }
  .et_pb_section_3,.et_pb_section_4,.et_pb_section_5,.et_pb_section_6 { padding-top:0 !important; padding-bottom:0 !important; }
  .et_pb_section_3 .et_pb_row,.et_pb_section_4 .et_pb_row,.et_pb_section_5 .et_pb_row,.et_pb_section_6 .et_pb_row { padding-left:0 !important; padding-right:0 !important; }
}

/* ─── DESTINATIONS PAGE: COLUMN 12 MIN-HEIGHT OVERRIDE ─── */
@media only screen and (max-width: 980px) {
  body.page-id-12 .et_pb_column_12 { min-height: 90px !important; }
}

/* ─── SECTION 7: DESTINATIONS ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_14,.et_pb_column_15,.et_pb_column_16,.et_pb_column_17:not(.et_pb_column_4_4) { min-height:220px !important; background-size:cover !important; background-position:center center !important; }
  .et_pb_column_17.et_pb_column_4_4 { min-height:0 !important; }
}
@media only screen and (max-width: 767px) {
  .et_pb_section_7 { padding:30px 0 !important; }
  .et_pb_column_14,.et_pb_column_15,.et_pb_column_16,.et_pb_column_17 { width:100% !important; min-height:200px !important; margin-bottom:5px !important; background-size:cover !important; background-position:center center !important; }
}

/* ─── SECTION 8: LUXURY CRUISES ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_18,.et_pb_column_19 { min-height:280px !important; background-size:cover !important; background-position:center center !important; }
}
@media only screen and (max-width: 767px) {
  .et_pb_section_8 { padding:0 !important; }
  .et_pb_column_18,.et_pb_column_19 { width:100% !important; min-height:250px !important; background-size:cover !important; background-position:center center !important; }
}

/* ─── FOOTER: 40px left/right ─── */
@media only screen and (max-width: 767px) {
  .et-l--footer .et_pb_row { padding-left:40px !important; padding-right:40px !important; }
  .et-l--footer .et_pb_column { width:100% !important; float:none !important; display:block !important; margin-bottom:20px !important; }
}


/* ─── MOBILE HEADER: HAMBURGER BESIDE FIND YOUR TRIP BUTTON ─── */
/* Column 2 has: phone + FIND YOUR TRIP (code module) + hamburger button */
/* Make the inner flex div in column 2 include the hamburger in the same row */
@media only screen and (max-width: 767px) {
  .et_pb_column_2_tb_header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .et_pb_column_2_tb_header .et_pb_module {
    flex: 1 !important;
  }
  /* Center the phone + button inner flex div */
  .et_pb_column_2_tb_header .et_pb_module_inner > div,
  .et_pb_column_2_tb_header .et_pb_code_inner > div {
    justify-content: center !important;
  }
  /* Hamburger sits inline beside the phone+button flex div */
  .et_pb_column_2_tb_header .gt-popup-btn {
    flex: 0 0 auto !important;
    margin-left: 10px !important;
  }
}


/* ─── CONTACT ROW: MOBILE POSITION OVERRIDE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_code_0_tb_header.et_pb_code.et_pb_module {
    left: 0 !important;
  }
}


/* ─── POPUP MENU: HOVER & ACTIVE STATES ─── */
.gt-popup-nav a:hover {
  color: #000000 !important;
  background: #F5F3EE !important;
  border-left: 3px solid #C49A0A;
  padding-left: 21px;
}
.gt-popup-nav a.gt-popup-active {
  color: #000000 !important;
  background: #FBF8F0 !important;
  border-left: 3px solid #C49A0A;
  padding-left: 21px;
  font-weight: 700;
}
.gt-popup-nav a.gt-popup-sub:hover,
.gt-popup-nav a.gt-popup-sub.gt-popup-active {
  padding-left: 33px;
}


/* ─── BLURB CARDS: 16px GAP BETWEEN CARDS ON MOBILE ─── */
@media only screen and (max-width: 767px) {
  .gt-insp-section .et_pb_column {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }
  .gt-insp-section .et_pb_blurb .et_pb_blurb_container {
    padding: 16px 20px 20px !important;
  }
}


/* ─── STICKY NAV BAR — DESKTOP ONLY ─── */
@media only screen and (min-width: 981px) {
  .gt-nav-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  }
  body.admin-bar .gt-nav-fixed {
    top: 32px !important;
  }
}

/* ─── CONTACT ROW: FORCE CENTER ON MOBILE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_column_2_tb_header .et_pb_code_inner > div {
    justify-content: center !important;
  }
}


/* ─── CONTACT ROW ALIGNMENT ─── */
/* Desktop: right-aligned */
.et_pb_column_2_tb_header .et_pb_code_inner > div {
  justify-content: flex-end;
}
/* Mobile: centered */
@media only screen and (max-width: 767px) {
  .et_pb_column_2_tb_header .et_pb_code_inner > div {
    justify-content: center !important;
  }
}



/* ─── STICKY CONTACT ROW — MOBILE ONLY ─── */
@media only screen and (max-width: 980px) {
  .gt-header-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1) !important;
  }
  body.admin-bar .gt-header-fixed {
    top: 46px !important;
  }
}




/* ─── STICKY CONTACT BAR — MOBILE ONLY ─── */
#gt-sticky-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  border-bottom: 1px solid #E8E4DC;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#gt-sticky-bar.gt-sticky-bar--visible {
  display: flex;
}
.gt-sb-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1A2B4A;
  text-decoration: none;
  white-space: nowrap;
}
.gt-sb-btn {
  background: #C49A0A;
  color: #fff;
  padding: 10px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.gt-sb-menu {
  background: transparent;
  border: 1.5px solid rgba(26,43,74,0.3);
  color: #1A2B4A;
  font-size: 20px;
  padding: 6px 10px;
  cursor: pointer;
  line-height: 1;
}

/* Remove fixed header CSS for mobile */
@media only screen and (max-width: 980px) {
  header.et-l.et-l--header {
    position: relative !important;
  }
}


/* ─── MOBILE: PHONE BELOW LOGO ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_2_tb_header .et_pb_code_inner > div {
    flex-wrap: wrap !important;
    justify-content: center !important;
    height: auto !important;
    gap: 0 !important;
  }
  /* Phone link — full width, centered, own line */
  .et_pb_column_2_tb_header .et_pb_code_inner > div > a:first-child {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  /* Button + hamburger — centered row below phone */
  .et_pb_column_2_tb_header .et_pb_code_inner > div > a:last-of-type,
  .et_pb_column_2_tb_header .et_pb_code_inner > div > .gt-popup-btn {
    flex: 0 0 auto !important;
  }
}


/* ─── TABLET HEADER FIX (768px - 980px) ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  /* Header row: logo left, contact right — side by side */
  .et_pb_row_0_tb_header {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .et_pb_column_0_tb_header {
    display: none !important; /* empty column */
  }
  .et_pb_column_1_tb_header {
    flex: 1 !important;
    width: auto !important;
    text-align: left !important;
  }
  .et_pb_column_2_tb_header {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
  }
  /* Phone + button inline, not stacked */
  .et_pb_column_2_tb_header .et_pb_code_inner > div {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 16px !important;
    height: auto !important;
  }
  /* Hide the hamburger-only nav section on tablet — hamburger is already in col 2 */
  .et_pb_section_1_tb_header {
    display: none !important;
  }
}


/* ─── TABLET: GAP BETWEEN FIND YOUR TRIP AND HAMBURGER ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_column_2_tb_header .gt-popup-btn {
    margin-left: 12px !important;
  }
}




/* ─── RESET FULL-WIDTH COLUMNS THAT ARE NOT IMAGE BG COLUMNS ─── */
@media only screen and (max-width: 980px) {
  .et_pb_column_18.et_pb_column_4_4,
  .et_pb_column_19.et_pb_column_4_4 {
    min-height: 0 !important;
    background-size: initial !important;
  }
}


/* ─── TABLET: REDUCE SLIDER HEIGHT ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_fullwidth_slider,
  .et_pb_fullwidth_slider .et_pb_slide {
    height: 60vh !important;
    min-height: 400px !important;
  }
}


/* ─── ABOUT PAGE: BANNER — TABLET ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_fullwidth_header,
  .et_pb_section_0 .et_pb_fullwidth_header {
    min-height: 380px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .et_pb_fullwidth_header .et_pb_title_container h1,
  .et_pb_fullwidth_header h1 {
    font-size: 2.8rem !important;
    line-height: 1.2 !important;
  }
}


/* ─── INSPIRATION PAGE: "What Kind of Journey" row top padding ─── */
body.page-id-15 .et_pb_section_2 .et_pb_row_1 {
  padding-top: 80px !important;
}

/* ─── TABLET: GT-INSP-SECTION — 2 CARDS PER ROW ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  /* All rows inside gt-insp-section become a flex wrap container */
  .gt-insp-section .et_pb_row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Each 1/3 or 1/4 card column: 2 per row */
  .gt-insp-section .et_pb_column_1_3,
  .gt-insp-section .et_pb_column_1_4 {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  /* Hide empty placeholder columns */
  .gt-insp-section .et_pb_column_1_3.et_pb_column_empty {
    display: none !important;
  }
  /* Title / full-width columns stay 100% */
  .gt-insp-section .et_pb_column_4_4 {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* ─── TABLET: QUOTE & STATS SECTION — REMOVE FORCED MIN-HEIGHT ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .gt-insp-quote-section .et_pb_column,
  .gt-stats-section .et_pb_column {
    min-height: auto !important;
    height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .gt-stats-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .gt-stats-section .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gt-stats-section .et_pb_column {
    padding-bottom: 10px !important;
  }
  .gt-insp-quote-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .gt-insp-quote-section .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ─── TABLET: REDUCE SECTION & ROW SIDE SPACING ─── */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  /* Sections */
  .et_pb_section:not(.et_pb_fullwidth_section) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Image-text pair sections — no side padding on tablet */
  body .et_pb_section_3.et_pb_section, body .et_pb_section_4.et_pb_section, body .et_pb_section_5.et_pb_section,
  body .et_pb_section_6.et_pb_section, body .et_pb_section_7.et_pb_section, body .et_pb_section_8.et_pb_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Rows */
  .et_pb_row {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ─── ABOUT PAGE: BANNER — PHONE ─── */
@media only screen and (max-width: 767px) {
  .page-id-about-us .et_pb_fullwidth_header,
  body.page-template-default .et_pb_section_0 .et_pb_fullwidth_header {
    min-height: 50vh !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* Banner — remove box effect from header-content */
  .et_pb_fullwidth_header .header-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
  .et_pb_fullwidth_header .et_pb_title_container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Banner — reduced height, vertically centered */
  .et_pb_fullwidth_header,
  .et_pb_section_0 .et_pb_fullwidth_header {
    min-height: 300px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* Title font size */
  .et_pb_fullwidth_header .et_pb_title_container h1,
  .et_pb_fullwidth_header h1 {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
}


/* ─── ABOUT PAGE: SECTION 1 COLUMN PADDING — PHONE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_1 .et_pb_column_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}


/* ─── ABOUT PAGE: REMOVE SIDE MARGINS ON MOBILE ─── */
@media only screen and (max-width: 767px) {
  .et_pb_section_2.gt-insp-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* ─── ABOUT PAGE: STATS SECTION — 2 PER ROW ON PHONE ─── */
@media only screen and (max-width: 767px) {
  .gt-stats-section .et_pb_row {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 20px 0 !important;
  }
  .gt-stats-section .et_pb_column {
    width: 50% !important;
    float: none !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 10px !important;
    margin-bottom: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  .gt-stats-section .et_pb_column:nth-child(even) {
    border-right: none !important;
  }
}


/* ─── ABOUT PAGE: REDUCE WHITE SPACE BETWEEN SECTIONS — PHONE ─── */
@media only screen and (max-width: 767px) {
  /* Higher specificity (.et_pb_section twice) beats Divi's .et_pb_section_N.et_pb_section */
  .et_pb_section:not(.et_pb_fullwidth_section) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* ══════════════════════════════════════════
   DARK QUOTE SECTION — VERTICAL CENTERING + PADDING
   ══════════════════════════════════════════ */

/* All breakpoints: vertically centre content and tighten bottom padding.
   Uses body + two classes to beat Divi's .et_pb_section_N.et_pb_section (0,2,0) */
body .gt-insp-quote-section.et_pb_section {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-bottom: 50px !important;
}
body .gt-insp-quote-section.et_pb_section .et_pb_row {
  width: 100% !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  body .gt-insp-quote-section.et_pb_section {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
}

/* Phone */
@media only screen and (max-width: 767px) {
  body .gt-insp-quote-section.et_pb_section {
    padding-top: 36px !important;
    padding-bottom: 28px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* ══════════════════════════════════════════
   DESTINATION SUB-PAGES — PHONE WHITESPACE
   ══════════════════════════════════════════ */

@media only screen and (max-width: 767px) {
  /* Featured-experience rows: collapse row padding */
  .et-l--post > .et_builder_inner_content .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* ── SECTION 3: image-left / text-right ──
     Image = first 1_2 (NOT et-last-child), Text = second 1_2 (et-last-child) */
  .et-l--post > .et_builder_inner_content .et_pb_section_3 .et_pb_column_1_2:not(.et-last-child) {
    min-height: 160px !important;
    margin-bottom: 0 !important;
  }
  .et-l--post > .et_builder_inner_content .et_pb_section_3 .et_pb_column_1_2.et-last-child {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  /* ── SECTION 5: text-left / image-right (reversed layout) ──
     Text = first 1_2 (NOT et-last-child), Image = second 1_2 (et-last-child) */
  .et-l--post > .et_builder_inner_content .et_pb_section_5 .et_pb_column_1_2:not(.et-last-child) {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .et-l--post > .et_builder_inner_content .et_pb_section_5 .et_pb_column_1_2.et-last-child {
    min-height: 160px !important;
    margin-bottom: 0 !important;
  }

  /* ── DARK QUOTE SECTION: override Divi's 260px min-height on the 4_4 column ── */
  .gt-insp-quote-section .et_pb_column {
    min-height: auto !important;
  }
}

/* ── HOMEPAGE FEATURED SECTIONS: increase body text opacity ── */
.et_pb_text_5 .et_pb_text_inner p,
.et_pb_text_7 .et_pb_text_inner p,
.et_pb_text_9 .et_pb_text_inner p,
.et_pb_text_11 .et_pb_text_inner p {
  color: rgba(255,255,255,0.92) !important;
}

/* ══════════════════════════════════════════
   HOMEPAGE SEARCH SECTION — FULL REDESIGN
   ══════════════════════════════════════════ */

/* ── 1. Fix eyebrow / heading render order (Divi 5 beta reversal fix) ── */
.et_pb_section_1 .et_pb_row_0 .et_pb_text_0 .et_pb_text_inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  text-align: center;
}
.et_pb_section_1 .et_pb_row_0 .et_pb_text_0 .et_pb_text_inner > p { order: -1; }
.et_pb_section_1 .et_pb_row_0 .et_pb_text_0 .et_pb_text_inner > h2 { order:  0; }

/* ── 2. Section padding & centering ── */
body .et_pb_section_1.et_pb_section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.et_pb_section_1 .et_pb_row_0 .et_pb_row {
  text-align: center;
}
/* ── Constrain boxes row width ── */
body .et_pb_section_1 .et_pb_row_1 {
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── 3. Eyebrow & heading text colors ── */
body .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p {
  color: #C8990A !important;
}
body .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > h2 {
  color: #FFFFFF !important;
}

/* ── 4. Box upgrades: gold top accent + generous padding ── */
.et_pb_section_1 .et_pb_column_1,
.et_pb_section_1 .et_pb_column_2 {
  background-color: rgba(255,255,255,0.06) !important;
  border-top: 3px solid #C8990A !important;
  padding: 18px 24px 22px !important;
  border-radius: 2px;
}

/* ── 5. Label styling: gold color + decorative bottom rule ── */
body .et_pb_section_1 .et_pb_text_1 .et_pb_text_inner p,
body .et_pb_section_1 .et_pb_text_2 .et_pb_text_inner p {
  color: #C8990A !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  display: block;
}

/* ── 6. Bottom tagline styling ── */
body .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner p {
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 0.5px;
}

/* ── HEADER: tighten gap between site title and tagline, reduce section padding ── */
.et_pb_text_0_tb_header h1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.et_pb_text_0_tb_header .et_pb_text_inner p {
  line-height: 1.2 !important;
}
.et_pb_section_0_tb_header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .et_pb_section_0_tb_header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .et_pb_row_0_tb_header {
    padding-top: 0 !important;
  }
  .et_pb_text_0_tb_header {
    height: 90px !important;
  }
  .et_pb_text_0_tb_header h1 {
    font-size: 1.7rem !important;
  }
  .et_pb_text_0_tb_header .et_pb_text_inner p {
    font-size: 0.78rem !important;
  }
}

/* ── MAKE YOUR RESERVATIONS: smaller blurb icons on mobile/tablet ── */
@media only screen and (max-width: 980px) {
  body.page-id-16 .et_pb_section_2 .et-pb-icon {
    font-size: 56px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-16 .et_pb_section_2 .et-pb-icon {
    font-size: 48px !important;
  }
}

/* ── MAKE YOUR RESERVATIONS: WPForms responsive on mobile ── */
@media only screen and (max-width: 767px) {
  body.page-id-16 .wpforms-field.wpforms-one-half,
  body.page-id-16 .wpforms-field.wpforms-one-third,
  body.page-id-16 .wpforms-field.wpforms-two-thirds,
  body.page-id-16 .wpforms-container .wpforms-field.wpforms-one-half,
  body.page-id-16 .wpforms-container .wpforms-field.wpforms-one-third,
  body.page-id-16 .wpforms-container .wpforms-field.wpforms-two-thirds {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
  }
  body.page-id-16 .wpforms-submit-container {
    text-align: center;
  }
  body.page-id-16 .wpforms-submit {
    width: 100% !important;
  }
}

/* ── MAKE YOUR RESERVATIONS: force white text on dark sections ── */
body.page-id-16 .et_pb_section_2 .et_pb_blurb h4.et_pb_module_header,
body.page-id-16 .et_pb_section_2 .et_pb_blurb .et_pb_blurb_description,
body.page-id-16 .et_pb_section_2 .et_pb_blurb .et_pb_blurb_description p {
  color: #ffffff !important;
}
/* Contact Us Directly box (et_pb_text_1) — force white on dark bg */
body.page-id-16 .et_pb_section_1 .et_pb_text_1 .et_pb_text_inner p,
body.page-id-16 .et_pb_section_1 .et_pb_text_1 .et_pb_text_inner a {
  color: rgba(255,255,255,0.85) !important;
}
body.page-id-16 .et_pb_section_1 .et_pb_text_1 .et_pb_text_inner p[style*="#C8990A"] {
  color: #C8990A !important;
}
/* Why GlobalTrust? box (et_pb_text_2) — dark navy text on light bg */
body.page-id-16 .et_pb_section_1 .et_pb_text_2 .et_pb_text_inner p {
  color: #1A2B4A !important;
}
