.elementor-5538 .elementor-element.elementor-element-39f6ac3{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5538 .elementor-element.elementor-element-564dfe6 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5538 .elementor-element.elementor-element-165b108 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-165b108 *//* =====================================================
ANDDY TOURS - GLOBAL HEADER V5
CSS COMPLETO ACTUALIZADO

Incluye:
- Logo desktop y mobile/tablet separados
- Logo con animación fluida
- Sin bordes negros feos en logo
- Book Now rojo #db1e25
- Hover Book Now azul #1d37ad
- Mobile Book Now rojo forzado
- Menú con letras uniformes
- Flechas inline al lado del texto
===================================================== */

.anddy-global-header {
  --anddy-blue: #1d37ad;
  --anddy-red: #db1e25;
  --anddy-yellow: #efa110;
  --anddy-white: #ffffff;
  --anddy-black: #000000;
  --anddy-navy: #061b35;
  --anddy-text: #17223b;
  --anddy-muted: #5f6b7a;
  --anddy-border: #e5e7eb;
  --anddy-soft-blue: #f1f5ff;

  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
}

.anddy-global-header *,
.anddy-global-header *::before,
.anddy-global-header *::after {
  box-sizing: border-box;
}

.anddy-global-header a {
  text-decoration: none;
}

/* =========================
TOP BAR
========================= */

.anddy-global-header__topbar {
  background: var(--anddy-navy);
  color: #ffffff;
}

.anddy-global-header__topbar-container {
  width: min(1180px, calc(100% - 40px));
  min-height: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.anddy-global-header__top-item,
.anddy-global-header__top-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.anddy-global-header__top-whatsapp {
  color: #ffffff;
  font-weight: 900;
}

.anddy-global-header__top-whatsapp:hover {
  color: var(--anddy-yellow);
}

/* =========================
MAIN HEADER
========================= */

.anddy-global-header__main {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(229, 231, 235, 0.92);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.anddy-global-header__container {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* =========================
LOGO
Desktop + Mobile versions
========================= */

.anddy-global-header__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
  transform-origin: center;
  transition:
    transform 0.28s ease,
    filter 0.28s ease,
    opacity 0.28s ease;
}

.anddy-global-header__logo img {
  display: block;
  width: auto;
  object-fit: contain;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition:
    transform 0.32s ease,
    filter 0.32s ease;
}

.anddy-global-header__logo-desktop {
  height: 48px;
  max-width: 175px;
}

.anddy-global-header__logo-mobile {
  display: none !important;
  height: 44px;
  max-width: 150px;
}

.anddy-global-header__logo:hover {
  transform: translateY(-1px);
}

.anddy-global-header__logo:hover img {
  transform: scale(1.035);
  filter: drop-shadow(0 8px 16px rgba(29, 55, 173, 0.12));
}

.anddy-global-header__logo:focus,
.anddy-global-header__logo:active {
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
}

.anddy-global-header__logo:focus-visible {
  outline: 2px solid rgba(29, 55, 173, 0.45);
  outline-offset: 6px;
  border-radius: 10px;
}

/* =========================
DESKTOP NAV
========================= */

.anddy-global-header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.anddy-global-header__nav > a,
.anddy-global-header__nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.015em;
  color: var(--anddy-navy);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.anddy-global-header__nav-item > a span {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

.anddy-global-header__nav > a::after,
.anddy-global-header__nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--anddy-red);
  transition: width 0.2s ease;
}

.anddy-global-header__nav > a:hover,
.anddy-global-header__nav-item > a:hover {
  color: var(--anddy-blue);
}

.anddy-global-header__nav > a:hover::after,
.anddy-global-header__nav-item > a:hover::after {
  width: 100%;
}

.anddy-global-header__nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.anddy-global-header__chevron {
  width: 14px;
  height: 14px;
  display: inline-block;
  flex: 0 0 auto;
  transform: translateY(1px);
}

.anddy-global-header__chevron path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================
DROPDOWN
========================= */

.anddy-global-header__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 235px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.anddy-global-header__nav-item:hover .anddy-global-header__dropdown,
.anddy-global-header__nav-item:focus-within .anddy-global-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.anddy-global-header__dropdown a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--anddy-text);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.anddy-global-header__dropdown a:hover {
  background: var(--anddy-soft-blue);
  color: var(--anddy-blue);
}

/* =========================
BOOK BUTTON
Desktop
========================= */

.anddy-global-header__book {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--anddy-red) !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(219, 30, 37, 0.26);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.anddy-global-header__book:hover {
  background: var(--anddy-blue) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(29, 55, 173, 0.26);
}

/* =========================
MOBILE TOGGLE
========================= */

.anddy-global-header__toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.anddy-global-header__toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--anddy-navy);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.2s ease;
}

.anddy-global-header__toggle:hover span {
  background: var(--anddy-blue);
}

/* =========================
MOBILE MENU
========================= */

.anddy-global-header__mobile {
  display: none;
  border-top: 1px solid var(--anddy-border);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.anddy-global-header__mobile-nav {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 16px 0 20px;
  display: grid;
  gap: 8px;
}

.anddy-global-header__mobile-group {
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

.anddy-global-header__mobile-group summary {
  min-height: 48px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  color: var(--anddy-navy);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.anddy-global-header__mobile-group summary::-webkit-details-marker {
  display: none;
}

.anddy-global-header__mobile-group summary svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.anddy-global-header__mobile-group summary svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.anddy-global-header__mobile-group[open] summary svg {
  transform: rotate(180deg);
}

.anddy-global-header__mobile-submenu {
  display: grid;
  gap: 6px;
  padding: 0 10px 10px;
}

.anddy-global-header__mobile-submenu a,
.anddy-global-header__mobile-link {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 13px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--anddy-text);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1;
}

.anddy-global-header__mobile-link {
  background: #f8fafc;
  color: var(--anddy-navy);
  font-weight: 900;
}

.anddy-global-header__mobile-submenu a:hover,
.anddy-global-header__mobile-link:hover {
  background: var(--anddy-soft-blue);
  color: var(--anddy-blue);
}

/* =========================
MOBILE BOOK BUTTON
Rojo forzado + hover azul
========================= */

.anddy-global-header__mobile-book,
.anddy-global-header__mobile-nav .anddy-global-header__mobile-book {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px;
  border-radius: 12px;
  background: var(--anddy-red) !important;
  color: #ffffff !important;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-top: 8px;
  box-shadow: 0 12px 28px rgba(219, 30, 37, 0.22);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.anddy-global-header__mobile-book:hover,
.anddy-global-header__mobile-nav .anddy-global-header__mobile-book:hover {
  background: var(--anddy-blue) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(29, 55, 173, 0.24);
}

/* =========================
OPEN STATE
========================= */

.anddy-global-header.is-menu-open .anddy-global-header__mobile {
  display: block;
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(2) {
  opacity: 0;
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =====================================================
RESPONSIVE - LAPTOP
===================================================== */

@media (max-width: 1180px) {
  .anddy-global-header__topbar-container,
  .anddy-global-header__container {
    width: min(100% - 32px, 1040px);
  }

  .anddy-global-header__container {
    gap: 20px;
  }

  .anddy-global-header__nav {
    gap: 18px;
  }

  .anddy-global-header__nav > a,
  .anddy-global-header__nav-item > a,
  .anddy-global-header__nav-item > a span {
    font-size: 15px;
  }

  .anddy-global-header__book {
    padding: 12px 16px;
    font-size: 15px;
  }
}

/* =====================================================
RESPONSIVE - TABLET + MOBILE
Aquí cambia el logo desktop por el logo mobile/tablet.
===================================================== */

@media (max-width: 980px) {
  .anddy-global-header__topbar {
    display: none;
  }

  .anddy-global-header__container {
    min-height: 68px;
  }

  .anddy-global-header__logo-desktop {
    display: none !important;
  }

  .anddy-global-header__logo-mobile {
    display: block !important;
    height: 44px;
    max-width: 165px;
  }

  .anddy-global-header__nav,
  .anddy-global-header__book {
    display: none;
  }

  .anddy-global-header__toggle {
    display: block;
  }
}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 680px) {
  .anddy-global-header__container {
    width: min(100% - 24px, 100%);
    min-height: 64px;
  }

  .anddy-global-header__logo-mobile {
    height: 42px;
    max-width: 150px;
  }

  .anddy-global-header__mobile-nav {
    width: min(100% - 24px, 100%);
    padding: 14px 0 18px;
  }
}

/* =====================================================
SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .anddy-global-header__logo-mobile {
    height: 40px;
    max-width: 140px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-39f6ac3 *//* =====================================================
ANDDY TOURS - GLOBAL HEADER V2
CSS COMPLETO
Estilo basado en referencia:
- Top bar azul oscuro
- Main header blanco
- Logo izquierda
- Menú horizontal
- Botón Book Now naranja
===================================================== */

.anddy-global-header {
  --anddy-blue: #1d37ad;
  --anddy-red: #db1e25;
  --anddy-yellow: #efa110;
  --anddy-white: #ffffff;
  --anddy-black: #000000;
  --anddy-navy: #061b35;
  --anddy-text: #17223b;
  --anddy-muted: #5f6b7a;
  --anddy-border: #e5e7eb;

  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
}

.anddy-global-header *,
.anddy-global-header *::before,
.anddy-global-header *::after {
  box-sizing: border-box;
}

.anddy-global-header a {
  text-decoration: none;
}

/* =========================
TOP BAR
========================= */

.anddy-global-header__topbar {
  background: var(--anddy-navy);
  color: #ffffff;
}

.anddy-global-header__topbar-container {
  width: min(1180px, calc(100% - 40px));
  min-height: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.anddy-global-header__top-item,
.anddy-global-header__top-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.anddy-global-header__top-item span {
  font-size: 12px;
  opacity: 0.9;
}

.anddy-global-header__top-whatsapp {
  color: #ffffff;
}

.anddy-global-header__top-whatsapp:hover {
  color: var(--anddy-yellow);
}

/* =========================
MAIN HEADER
========================= */

.anddy-global-header__main {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(229, 231, 235, 0.92);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.anddy-global-header__container {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* =========================
LOGO
========================= */

.anddy-global-header__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.anddy-global-header__logo img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 175px;
  object-fit: contain;
}

/* =========================
DESKTOP NAV
========================= */

.anddy-global-header__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.anddy-global-header__nav > a,
.anddy-global-header__nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--anddy-navy);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.anddy-global-header__nav > a::after,
.anddy-global-header__nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--anddy-red);
  transition: width 0.2s ease;
}

.anddy-global-header__nav > a:hover,
.anddy-global-header__nav-item > a:hover {
  color: var(--anddy-blue);
}

.anddy-global-header__nav > a:hover::after,
.anddy-global-header__nav-item > a:hover::after {
  width: 100%;
}

.anddy-global-header__nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.anddy-global-header__nav-item span {
  font-size: 13px;
  transform: translateY(-1px);
}

/* =========================
DROPDOWN
========================= */

.anddy-global-header__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 230px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.anddy-global-header__nav-item:hover .anddy-global-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.anddy-global-header__dropdown a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--anddy-text);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.anddy-global-header__dropdown a:hover {
  background: #f1f5ff;
  color: var(--anddy-blue);
}

/* =========================
BOOK BUTTON
========================= */

.anddy-global-header__book {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 20px;
  border-radius: 6px;
  background: var(--anddy-yellow);
  color: #ffffff;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(239, 161, 16, 0.28);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.anddy-global-header__book:hover {
  background: var(--anddy-red);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(219, 30, 37, 0.24);
}

/* =========================
MOBILE TOGGLE
========================= */

.anddy-global-header__toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.anddy-global-header__toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--anddy-navy);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.2s ease;
}

/* =========================
MOBILE MENU
========================= */

.anddy-global-header__mobile {
  display: none;
  border-top: 1px solid var(--anddy-border);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.anddy-global-header__mobile-nav {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 16px 0 20px;
  display: grid;
  gap: 8px;
}

.anddy-global-header__mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 13px 14px;
  border-radius: 10px;
  background: #f8fafc;
  color: var(--anddy-navy);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.anddy-global-header__mobile-nav a:hover {
  background: #f1f5ff;
  color: var(--anddy-blue);
}

.anddy-global-header__mobile-nav .anddy-global-header__mobile-book {
  justify-content: center;
  background: var(--anddy-yellow);
  color: #ffffff;
  margin-top: 8px;
}

.anddy-global-header__mobile-nav .anddy-global-header__mobile-book:hover {
  background: var(--anddy-red);
  color: #ffffff;
}

/* =========================
OPEN STATE
========================= */

.anddy-global-header.is-menu-open .anddy-global-header__mobile {
  display: block;
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(2) {
  opacity: 0;
}

.anddy-global-header.is-menu-open .anddy-global-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =====================================================
RESPONSIVE - LAPTOP
===================================================== */

@media (max-width: 1180px) {
  .anddy-global-header__topbar-container,
  .anddy-global-header__container {
    width: min(100% - 32px, 1040px);
  }

  .anddy-global-header__container {
    gap: 20px;
  }

  .anddy-global-header__nav {
    gap: 17px;
  }

  .anddy-global-header__nav > a,
  .anddy-global-header__nav-item > a {
    font-size: 12px;
  }

  .anddy-global-header__book {
    padding: 12px 16px;
    font-size: 12px;
  }
}

/* =====================================================
RESPONSIVE - TABLET + MOBILE
===================================================== */

@media (max-width: 980px) {
  .anddy-global-header__topbar {
    display: none;
  }

  .anddy-global-header__container {
    min-height: 68px;
  }

  .anddy-global-header__logo img {
    height: 44px;
    max-width: 160px;
  }

  .anddy-global-header__nav,
  .anddy-global-header__book {
    display: none;
  }

  .anddy-global-header__toggle {
    display: block;
  }
}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 680px) {
  .anddy-global-header__container {
    width: min(100% - 24px, 100%);
    min-height: 64px;
  }

  .anddy-global-header__logo img {
    height: 42px;
    max-width: 150px;
  }

  .anddy-global-header__mobile-nav {
    width: min(100% - 24px, 100%);
    padding: 14px 0 18px;
  }
}

/* =====================================================
SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
  .anddy-global-header__logo img {
    height: 40px;
    max-width: 140px;
  }
}/* End custom CSS */