:root {
  --airsea-ocean: #064d66;
  --airsea-ocean-dark: #073443;
  --airsea-blue: #168fe6;
  --airsea-sky: #37b7f0;
  --airsea-orange: #f15a24;
  --airsea-coral: #df2b24;
  --airsea-ink: #12313f;
  --airsea-soft: #eef8fb;
  --airsea-line: rgba(6, 77, 102, 0.16);
}

body {
  color: var(--airsea-ink);
}

html,
body {
  overflow-x: hidden;
}

a {
  color: var(--airsea-ocean);
}

a:hover,
.main-menu ul li a:hover,
.mean__menu-wrapper a:hover {
  color: var(--airsea-blue);
}

.logo,
.offcanvas__logo {
  flex: 0 0 auto;
}

.logo img,
.offcanvas__logo img,
.footer-widget-wrapper img[src*="logo"],
img[src*="/themes/custom/turmet/logo"] {
  display: block;
  width: clamp(220px, 24vw, 360px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.header-logo,
.header-logo-2,
.offcanvas__logo a {
  display: inline-flex;
  align-items: center;
  max-width: min(42vw, 380px);
}

.header-logo img,
.header-logo-2 img,
.offcanvas__logo img {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 12px 32px rgba(7, 52, 67, 0.18);
}

.header-main {
  gap: clamp(18px, 2.5vw, 36px);
}

.header-main .main-menu > ul > li > a,
.mean__menu-wrapper .menu a {
  font-weight: 800;
  letter-spacing: 0;
}

.theme-btn,
.btn,
button.button,
input[type="submit"],
.webform-button--submit,
.button--primary,
a.button--primary,
.tour-details-btn,
.booking-form-wrapper .form-actions input {
  background: linear-gradient(135deg, var(--airsea-orange), var(--airsea-coral));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 28px rgba(223, 43, 36, 0.22);
}

.theme-btn:hover,
.btn:hover,
button.button:hover,
input[type="submit"]:hover,
.webform-button--submit:hover,
.button--primary:hover,
a.button--primary:hover,
.tour-details-btn:hover,
.booking-form-wrapper .form-actions input:hover {
  background: linear-gradient(135deg, var(--airsea-coral), var(--airsea-orange));
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(223, 43, 36, 0.28);
}

.search-icon,
.back-to-top,
.newsletter-close,
.airseatvl-dashboard-card__icon,
.footer-social a,
.social-icon a {
  background: var(--airsea-ocean);
  color: #fff;
}

.search-icon:hover,
.back-to-top:hover,
.footer-social a:hover,
.social-icon a:hover {
  background: var(--airsea-orange);
  color: #fff;
}

.tour-card,
.destination-card,
.airseatvl-dashboard-card,
.booking-form-wrapper,
.contact-info-card,
.newsletter-popup,
.views-row,
.region-content article img,
.tour-gallery img,
.tour-detail-hero,
.common-hero,
.page-hero {
  border-radius: 18px;
}

.tour-card,
.airseatvl-dashboard-card,
.booking-form-wrapper,
.contact-info-card,
.newsletter-popup {
  border-color: var(--airsea-line);
}

.airseatvl-dashboard-card {
  background: linear-gradient(145deg, #fff, var(--airsea-soft));
}

.airseatvl-dashboard-card__icon {
  background: linear-gradient(145deg, var(--airsea-ocean), #087a7a);
  box-shadow: 0 18px 32px rgba(6, 77, 102, 0.22);
}

.tour-details-sidebar,
.tour-booking-card,
.tour-details-widget {
  background: linear-gradient(160deg, var(--airsea-ocean), #0a5f73);
}

.tour-details-sidebar .theme-btn,
.tour-booking-card .theme-btn {
  background: linear-gradient(135deg, var(--airsea-orange), var(--airsea-coral));
}

.section-title span,
.sub-title,
.tour-category,
.destination-label,
.breadcrumb-wrapper span,
.views-label,
.field__label {
  color: var(--airsea-orange);
}

.nice-select .option.selected,
.nice-select .option:hover,
select:focus,
input:focus,
textarea:focus {
  border-color: var(--airsea-sky);
}

footer,
.footer-section {
  --footer-accent: var(--airsea-sky);
}

@media (max-width: 1199px) {
  .header-logo,
  .header-logo-2 {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .logo img,
  .offcanvas__logo img,
  img[src*="/themes/custom/turmet/logo"] {
    width: clamp(210px, 72vw, 300px);
  }

  .header-logo img,
  .header-logo-2 img,
  .offcanvas__logo img {
    padding: 7px 12px;
  }

  .header-main {
    min-height: 78px;
  }
}

/* Navigation fit pass: keep the desktop header on one clean row. */
.header-1.header-3 .container-fluid {
  padding-left: clamp(18px, 2.2vw, 42px);
  padding-right: clamp(18px, 2.2vw, 42px);
}

.header-main {
  flex-wrap: nowrap;
  gap: clamp(14px, 1.8vw, 30px);
}

.header-main .logo {
  flex: 0 1 310px;
  min-width: 210px;
}

.header-main .mean__menu-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.header-main .main-menu > ul,
.header-main .main-menu > nav > ul,
.header-main #mobile-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.25vw, 26px);
  min-width: 0;
  margin: 0;
  padding: 0;
}

.header-main .main-menu > ul > li,
.header-main .main-menu > nav > ul > li,
.header-main #mobile-menu > ul > li {
  flex: 0 0 auto;
  margin-inline-end: 0 !important;
  margin-right: 0 !important;
}

.header-main .main-menu > ul > li > a,
.header-main .main-menu > nav > ul > li > a,
.header-main #mobile-menu > ul > li > a {
  white-space: nowrap;
  font-size: clamp(14px, 0.84vw, 17px);
  line-height: 1.1;
  min-height: 44px;
  padding: 16px 0;
}

.header-main .main-menu ul li .submenu {
  border-top-color: var(--airsea-orange);
}

.header-main .main-menu ul li:focus-within > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-main .main-menu ul li .submenu li a {
  min-height: 42px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  white-space: normal;
}

.header-main .header-right {
  flex: 0 0 auto;
  gap: clamp(10px, 1.2vw, 22px);
}

.header-main .header-right .theme-btn {
  min-height: 46px;
  padding: 14px clamp(18px, 1.5vw, 26px);
  white-space: nowrap;
  font-size: clamp(14px, 0.86vw, 16px);
}

/* The main menu now owns Contact Us, so the duplicate header CTA is hidden to keep
   the desktop navigation on one stable row. */
#header-sticky .header-main .header-right .theme-btn {
  display: none;
}

.header-main .search-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-main .search-icon i,
.header__hamburger .sidebar__toggle i,
.header-main .main-menu > nav > ul > li.has-dropdown > a i,
.header-main #mobile-menu > ul > li.has-dropdown > a i {
  display: none;
}

.header-main .search-icon::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}

.header-main .search-icon::after {
  background: currentColor;
  content: "";
  height: 2px;
  margin-left: -3px;
  margin-top: 14px;
  transform: rotate(45deg);
  width: 8px;
}

.header-main .main-menu > nav > ul > li.has-dropdown > a::after,
.header-main #mobile-menu > ul > li.has-dropdown > a::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 8px;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
}

.header__hamburger .sidebar__toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.header__hamburger .sidebar__toggle::before,
.header__hamburger .sidebar__toggle::after,
.header__hamburger .sidebar__toggle span {
  background: #fff;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 24px;
}

@media (min-width: 1400px) {
  .logo img,
  .offcanvas__logo img,
  img[src*="/themes/custom/turmet/logo"] {
    width: clamp(250px, 20vw, 350px);
  }
}

@media (max-width: 1499px) {
  .header-main .logo {
    flex-basis: 270px;
  }

  .header-logo,
  .header-logo-2 {
    max-width: 270px;
  }

  .logo img,
  img[src*="/themes/custom/turmet/logo"] {
    width: clamp(220px, 18vw, 270px);
  }

  .header-main .main-menu > ul,
  .header-main .main-menu > nav > ul,
  .header-main #mobile-menu > ul {
    gap: clamp(10px, 0.95vw, 18px);
  }

  .header-main .header-right .theme-btn {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .header-main .header-right .theme-btn {
    display: none;
  }

  .header-main .main-menu > ul > li > a,
  .header-main .main-menu > nav > ul > li > a,
  .header-main #mobile-menu > ul > li > a {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .header-main .mean__menu-wrapper {
    display: none !important;
  }

  .header-main .header-right .theme-btn {
    display: none;
  }

  .header__hamburger {
    display: block !important;
  }
}

.airsea-utility-bar {
  background: linear-gradient(90deg, var(--airsea-ocean-dark), var(--airsea-ocean));
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
}

.airsea-utility-bar .container-fluid {
  display: flex;
  justify-content: flex-end;
  padding: 8px clamp(18px, 2.2vw, 42px);
}

.airsea-utility-phone {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 9px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.airsea-utility-phone i {
  display: none;
}

.airsea-utility-phone:hover,
.airsea-utility-phone:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-1.header-3 {
  top: 38px;
  z-index: 10000;
}

.sticky.header-3 {
  top: 0 !important;
}

#header-sticky .logo img,
.header-main .logo img,
.header-main img[src*="/themes/custom/turmet/logo"] {
  max-height: none;
}

.header-main {
  min-height: 86px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.path-frontpage .header-main {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-main .main-menu ul li .submenu {
  margin-top: 0;
  padding: 18px 0;
  top: calc(100% + 6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.12s;
}

.header-main .main-menu ul li .submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.header-main .main-menu ul li:hover > .submenu,
.header-main .main-menu ul li:focus-within > .submenu {
  transition-delay: 0s;
}

.header-main .main-menu ul li .submenu li a {
  padding: 10px 26px 10px 32px;
}

.view-homepage-destination .extra-big-section {
  padding-bottom: clamp(34px, 4vw, 64px);
}

.view-homepage-destination .airsea-prime-wide-container {
  max-width: 1760px;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
}

.view-homepage-destination .airsea-prime-asia-grid {
  align-items: stretch;
  row-gap: 34px;
}

.view-homepage-destination .interactive-banner-style-01 {
  margin-bottom: 0 !important;
}

.view-homepage-destination .airsea-prime-asia-grid {
  padding-bottom: clamp(44px, 4vw, 72px);
}

.view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01 {
  transition: transform 0.22s ease;
}

@media (min-width: 1200px) {
  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(1) {
    transform: translateY(0);
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(2) {
    transform: translateY(42px);
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(3) {
    transform: translateY(-18px);
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(4) {
    transform: translateY(58px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .view-homepage-destination .airsea-prime-asia-grid {
    padding-bottom: 36px;
    row-gap: 34px;
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(2),
  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(4) {
    transform: translateY(24px);
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01:nth-child(3) {
    transform: translateY(-10px);
  }
}

.view-homepage-destination .new-top-desti-thumb {
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(7, 52, 67, 0.13);
  background-position: center;
  background-size: cover;
  height: clamp(460px, 38vw, 620px);
  min-height: 460px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.view-homepage-destination .new-top-desti-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(7, 52, 67, 0.19);
}

.view-homepage-destination .new-top-desti-thumb-overlay::before {
  background: linear-gradient(180deg, rgba(7, 52, 67, 0.06), rgba(7, 52, 67, 0.58));
}

.view-homepage-destination .new-top-desti-thumb .content {
  bottom: 34px;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  width: min(88%, 300px);
}

.view-homepage-destination .new-top-desti-thumb .content h4 {
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.view-homepage-destination .new-top-desti-thumb .content a {
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.58);
}

.view-homepage-destination .airsea-prime-destination-fill-link {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.view-homepage-destination .new-top-desti-thumb .content {
  z-index: 3;
}

@media (max-width: 767px) {
  .airsea-utility-bar .container-fluid {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .airsea-utility-phone {
    font-size: 16px;
  }

  .header-1.header-3 {
    top: 43px;
  }

  .view-homepage-destination .new-top-desti-thumb {
    height: 420px;
    min-height: 420px;
  }

  .view-homepage-destination .airsea-prime-asia-grid > .interactive-banner-style-01 {
    transform: none !important;
  }
}

@media (max-width: 575px) {
  .view-homepage-destination .extra-big-section {
    padding-bottom: 44px;
  }

  .view-homepage-destination .airsea-prime-asia-grid {
    row-gap: 20px;
  }

  .view-homepage-destination .new-top-desti-thumb {
    height: 390px;
    min-height: 390px;
  }
}

.airsea-home-promo-section {
  background: #ffffff;
  overflow-x: clip;
  padding: clamp(42px, 6vw, 92px) 0 clamp(24px, 4vw, 58px);
}

.airsea-home-promo-section .container {
  max-width: 1320px;
  width: 100%;
}

.airsea-home-promo {
  align-items: stretch;
  background: #f4f8fa;
  box-sizing: border-box;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  margin-bottom: 28px;
  min-height: 390px;
  max-width: 100%;
  overflow: hidden;
}

.airsea-home-promo--image-right {
  grid-template-columns: minmax(340px, 0.75fr) minmax(0, 1.25fr);
}

.airsea-home-promo__media {
  background-position: center;
  background-size: cover;
  min-height: 390px;
}

.airsea-home-promo__content {
  align-self: center;
  min-width: 0;
  padding: clamp(34px, 4vw, 64px);
}

.airsea-home-promo__eyebrow {
  color: #f4512b;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.airsea-home-promo h2 {
  color: #123746;
  font-size: clamp(34px, 3.4vw, 58px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 20px;
  overflow-wrap: anywhere;
}

.airsea-home-promo p {
  color: #506672;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.58;
  margin: 0 0 28px;
}

.airsea-home-promo__button {
  align-items: center;
  background: #f4512b;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(244, 81, 43, 0.24);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  text-decoration: none;
}

.airsea-home-promo__button:hover,
.airsea-home-promo__button:focus {
  background: #d94020;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.airsea-home-newsletter {
  background: #063f8f;
  overflow-x: clip;
  padding: clamp(44px, 6vw, 82px) 0;
}

.airsea-home-newsletter .container {
  max-width: 1340px;
}

.airsea-home-newsletter__panel {
  color: #ffffff;
}

.airsea-home-newsletter__copy {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(280px, 1fr);
  margin-bottom: 30px;
}

.airsea-home-newsletter__copy span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.2;
}

.airsea-home-newsletter h2 {
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 70px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.airsea-home-newsletter p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.airsea-home-newsletter__form {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) auto;
}

.airsea-home-newsletter__field label {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.airsea-home-newsletter__field input {
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: #143746;
  font-size: 20px;
  font-weight: 600;
  height: 64px;
  outline: 0;
  padding: 0 24px;
  width: 100%;
}

.airsea-home-newsletter__field input:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.airsea-home-newsletter__submit {
  align-items: center;
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  min-width: 150px;
  padding: 0 28px;
}

.airsea-home-newsletter__submit:hover,
.airsea-home-newsletter__submit:focus {
  background: #f4512b;
  border-color: #f4512b;
  color: #ffffff;
}

.airsea-home-newsletter__message {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  grid-column: 1 / -1;
  min-height: 24px;
}

.airsea-home-newsletter__message.is-error {
  color: #ffd2c7;
}

.airsea-home-newsletter__message.is-success {
  color: #d8ffef;
}

@media (max-width: 991px) {
  .airsea-home-promo,
  .airsea-home-promo--image-right {
    grid-template-columns: 1fr;
  }

  .airsea-home-promo--image-right .airsea-home-promo__content {
    order: 2;
  }

  .airsea-home-promo--image-right .airsea-home-promo__media {
    order: 1;
  }

  .airsea-home-newsletter__copy,
  .airsea-home-newsletter__form {
    grid-template-columns: 1fr;
  }

  .airsea-home-newsletter__submit {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .airsea-home-promo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .airsea-home-promo__media {
    min-height: 300px;
  }

  .airsea-home-promo__content {
    padding: 30px 20px;
  }

  .airsea-home-promo h2 {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.08;
  }

  .airsea-home-promo p {
    font-size: 17px;
    line-height: 1.55;
  }

  .airsea-home-newsletter {
    padding-left: 6px;
    padding-right: 6px;
  }

  .airsea-home-newsletter__field input,
  .airsea-home-newsletter__submit {
    height: 60px;
  }
}

@media (max-width: 575px) {
  .hero-1,
  .hero-section,
  .hero-wrapper {
    overflow: hidden;
  }

  .hero-1 .hero-content,
  .hero-content {
    max-width: calc(100vw - 32px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-1 .hero-content h1,
  .hero-content h1 {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.08;
  }

  .hero-1 .hero-content p,
  .hero-content p {
    max-width: 100%;
  }

  .hero-button {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }
}

body.toolbar-fixed .airsea-utility-bar {
  display: none;
}


/* Header stability hotfix: isolate the utility bar from the absolute Turmet header. */
body:not(.toolbar-fixed) .airsea-utility-bar + #header-sticky.header-1.header-3 {
  top: 38px !important;
}

body.toolbar-fixed #header-sticky.header-1.header-3 {
  top: 39px !important;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #header-sticky.header-1.header-3 {
  top: 79px !important;
}

body:not(.toolbar-fixed) #header-sticky.sticky.header-1.header-3,
body.toolbar-fixed #header-sticky.sticky.header-1.header-3 {
  top: 0 !important;
}

#header-sticky .header-main {
  box-sizing: border-box;
  overflow: visible;
}

#header-sticky .logo,
#header-sticky .mean__menu-wrapper,
#header-sticky .header-right {
  min-height: 0;
}

#header-sticky .header-logo,
#header-sticky .header-logo-2 {
  line-height: 0;
}

#header-sticky .header-logo img,
#header-sticky .header-logo-2 img {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body:not(.toolbar-fixed) .airsea-utility-bar + #header-sticky.header-1.header-3 {
    top: 43px !important;
  }
}

/* Client header redesign: stacked contact row + nav row, no hero overlay. */
.airsea-contact-header {
  background: #fff;
  border-bottom: 1px solid rgba(6, 77, 102, 0.12);
  box-shadow: 0 10px 30px rgba(7, 52, 67, 0.08);
  position: relative;
  z-index: 10;
}

.airsea-contact-header .container-fluid {
  align-items: center;
  display: flex;
  gap: clamp(24px, 4vw, 56px);
  justify-content: space-between;
  padding: clamp(16px, 1.4vw, 24px) clamp(22px, 4vw, 72px);
}

.airsea-contact-header__logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  max-width: clamp(280px, 29vw, 420px);
}

.airsea-contact-header__logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.airsea-contact-header__details {
  align-items: center;
  display: grid;
  flex: 1 1 auto;
  gap: 8px clamp(16px, 2vw, 28px);
  grid-template-columns: auto auto auto;
  justify-content: flex-end;
  min-width: 0;
  text-align: right;
}

.airsea-contact-header__item,
.airsea-contact-header__phone {
  color: var(--airsea-ink);
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.airsea-contact-header__email,
.airsea-contact-header__address {
  grid-column: 1 / -1;
  justify-self: end;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.airsea-contact-header__address {
  color: #496474;
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 700;
}

.airsea-contact-header__phone {
  color: var(--airsea-ocean);
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
}

.airsea-contact-header__phone:hover,
.airsea-contact-header__phone:focus-visible,
.airsea-contact-header__email:hover,
.airsea-contact-header__email:focus-visible {
  color: var(--airsea-orange);
}

.airsea-contact-header__cta {
  align-items: center;
  background: linear-gradient(135deg, var(--airsea-orange), var(--airsea-coral));
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(241, 90, 36, 0.22);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  text-decoration: none;
  white-space: nowrap;
}

.airsea-contact-header__cta:hover,
.airsea-contact-header__cta:focus-visible {
  background: var(--airsea-ocean);
  color: #fff;
}

.airsea-nav-header.header-1.header-3,
body:not(.toolbar-fixed) .airsea-nav-header.header-1.header-3,
body:not(.toolbar-fixed) .airsea-contact-header + #header-sticky.airsea-nav-header.header-1.header-3,
body.toolbar-fixed .airsea-nav-header.header-1.header-3,
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .airsea-nav-header.header-1.header-3,
body:not(.toolbar-fixed) #header-sticky.airsea-nav-header.sticky.header-1.header-3,
body.toolbar-fixed #header-sticky.airsea-nav-header.sticky.header-1.header-3 {
  background: linear-gradient(90deg, #073443, #064d66);
  border: 0;
  box-shadow: 0 14px 28px rgba(7, 52, 67, 0.2);
  left: auto;
  position: relative !important;
  right: auto;
  top: auto !important;
  width: 100%;
  z-index: 10000;
}

.airsea-nav-header .container-fluid,
.header-1.header-3.airsea-nav-header .container-fluid {
  padding-left: clamp(14px, 2.2vw, 42px);
  padding-right: clamp(14px, 2.2vw, 42px);
}

.airsea-nav-header .header-main {
  gap: clamp(14px, 1.6vw, 28px);
  justify-content: space-between;
  min-height: 78px;
  padding-bottom: 0;
  padding-top: 0;
}

.airsea-nav-header .airsea-nav-logo {
  display: none;
}

.airsea-nav-header .mean__menu-wrapper {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.airsea-nav-header .main-menu > nav > ul,
.airsea-nav-header #mobile-menu > ul {
  gap: clamp(24px, 3vw, 56px);
  justify-content: center;
  width: 100%;
}

.airsea-nav-header .main-menu > nav > ul > li > a,
.airsea-nav-header #mobile-menu > ul > li > a {
  color: #fff;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
  min-height: 78px;
  padding: 28px 0 24px;
  position: relative;
}

.airsea-nav-header .main-menu > nav > ul > li > a::before,
.airsea-nav-header #mobile-menu > ul > li > a::before {
  background: var(--airsea-orange);
  bottom: 15px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.airsea-nav-header .main-menu > nav > ul > li > a:hover,
.airsea-nav-header .main-menu > nav > ul > li > a:focus-visible,
.airsea-nav-header #mobile-menu > ul > li > a:hover,
.airsea-nav-header #mobile-menu > ul > li > a:focus-visible {
  color: #fff;
}

.airsea-nav-header .main-menu > nav > ul > li > a:hover::before,
.airsea-nav-header .main-menu > nav > ul > li > a:focus-visible::before,
.airsea-nav-header #mobile-menu > ul > li > a:hover::before,
.airsea-nav-header #mobile-menu > ul > li > a:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.airsea-nav-header .header-right {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.airsea-nav-header .search-icon {
  align-items: center;
  background: var(--airsea-orange, #f0522c);
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(240, 82, 44, 0.24);
  color: #fff;
  display: inline-flex;
  gap: 11px;
  height: auto;
  justify-content: center;
  min-height: 58px;
  min-width: 148px;
  padding: 15px 25px;
  text-decoration: none;
  width: auto;
}

.airsea-nav-header .airsea-nav-search span {
  color: inherit;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.airsea-nav-header .search-icon:hover,
.airsea-nav-header .search-icon:focus-visible {
  background: #d94723;
  box-shadow: 0 18px 34px rgba(217, 71, 35, 0.34);
  color: #fff;
}

.airsea-nav-header .header__hamburger .sidebar__toggle::before,
.airsea-nav-header .header__hamburger .sidebar__toggle::after,
.airsea-nav-header .header__hamburger .sidebar__toggle span {
  background: #fff;
}

.airsea-nav-header .main-menu ul li .submenu {
  top: calc(100% + 0px);
}

@media (max-width: 1460px) {
  .airsea-nav-header .main-menu > nav > ul,
  .airsea-nav-header #mobile-menu > ul {
    gap: clamp(18px, 2vw, 34px);
  }

  .airsea-nav-header .main-menu > nav > ul > li > a,
  .airsea-nav-header #mobile-menu > ul > li > a {
    font-size: clamp(18px, 1.1vw, 21px);
  }

  .airsea-nav-header .search-icon {
    min-width: 118px;
  }
}

@media (max-width: 1199px) {
  .airsea-nav-header .airsea-nav-search span {
    display: none;
  }

  .airsea-nav-header .search-icon {
    min-width: 58px;
    width: 58px;
  }
}

.airsea-nav-header + .search-wrap + .hero-section,
.airsea-nav-header + .search-wrap + .hero-1,
.airsea-nav-header + .search-wrap + .banner-section {
  margin-top: 0;
}

@media (max-width: 1399px) {
  .airsea-contact-header__address {
    display: none;
  }

  .airsea-contact-header__details {
    align-items: center;
    display: flex;
    gap: clamp(16px, 2vw, 28px);
  }

  .airsea-nav-header .main-menu > nav > ul,
  .airsea-nav-header #mobile-menu > ul {
    gap: clamp(14px, 1.5vw, 24px);
  }
}

@media (max-width: 1279px) {
  .airsea-contact-header .container-fluid {
    gap: 18px;
  }

  .airsea-contact-header__logo {
    max-width: clamp(250px, 32vw, 340px);
  }

  .airsea-contact-header__email,
  .airsea-contact-header__address,
  .airsea-contact-header__cta {
    display: none;
  }

  .airsea-contact-header__details {
    flex: 0 0 auto;
  }

  .airsea-nav-header .mean__menu-wrapper {
    display: none !important;
  }

  .airsea-nav-header .header-main {
    justify-content: flex-end;
    min-height: 62px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .airsea-contact-header .container-fluid {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
    text-align: center;
  }

  .airsea-contact-header__logo {
    max-width: min(330px, calc(100vw - 36px));
  }

  .airsea-contact-header__details {
    justify-content: center;
    text-align: center;
  }

  .airsea-contact-header__phone {
    font-size: 22px;
  }

  .airsea-nav-header .container-fluid,
  .header-1.header-3.airsea-nav-header .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .airsea-nav-header .header-main {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 58px;
  }

  .airsea-nav-header .header-right {
    align-items: center;
    display: inline-flex !important;
    gap: 16px;
  }

  .airsea-nav-header .search-icon {
    height: 46px;
    width: 46px;
  }

  .airsea-nav-header .header__hamburger {
    display: block !important;
  }

  .airsea-nav-header .header__hamburger .sidebar__toggle {
    align-items: center;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
  }

  .airsea-nav-header .header__hamburger .sidebar__toggle i {
    color: #fff;
    font-size: 24px;
  }

  .hero-section,
  .hero-1,
  .banner-section,
  .hero-wrapper,
  .hero-slider,
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    max-width: 100vw;
    overflow: hidden;
  }
}

/* Client polish pass: public contact header without exposed email addresses. */
.airsea-contact-header {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 253, 0.98)),
    radial-gradient(circle at 80% 20%, rgba(55, 183, 240, 0.14), transparent 35%);
  border-top: 6px solid var(--airsea-ocean);
  border-bottom: 1px solid rgba(6, 77, 102, 0.14);
  box-shadow: 0 16px 36px rgba(7, 52, 67, 0.1);
}

.airsea-contact-header .container-fluid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 86px);
  padding: clamp(16px, 1.35vw, 24px) clamp(24px, 5vw, 86px);
}

.airsea-contact-header__logo {
  max-width: min(420px, 100%);
}

.airsea-contact-header__logo img {
  filter: drop-shadow(0 10px 18px rgba(7, 52, 67, 0.08));
}

.airsea-contact-header__details {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "phone cta"
    "address cta";
  justify-content: end;
  column-gap: clamp(18px, 2.5vw, 34px);
  row-gap: 6px;
  text-align: right;
}

.airsea-contact-header__email {
  display: none !important;
}

.airsea-contact-header__phone {
  color: var(--airsea-ocean);
  font-size: clamp(26px, 1.9vw, 36px);
  font-weight: 950;
  grid-area: phone;
  line-height: 1;
}

.airsea-contact-header__phone::before {
  background: linear-gradient(135deg, var(--airsea-ocean), #087a7a);
  border-radius: 999px;
  color: #fff;
  content: "\f095";
  display: inline-grid;
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  height: 36px;
  margin-right: 10px;
  place-items: center;
  vertical-align: middle;
  width: 36px;
}

.airsea-contact-header__address {
  color: #436274;
  display: block;
  font-size: clamp(14px, 0.88vw, 16px);
  font-weight: 800;
  grid-area: address;
  line-height: 1.25;
  max-width: 600px;
  text-decoration: none;
  white-space: normal;
}

.airsea-contact-header__address:hover,
.airsea-contact-header__address:focus-visible {
  color: var(--airsea-orange);
}

.airsea-contact-header__cta {
  grid-area: cta;
  min-height: 58px;
  padding-inline: clamp(28px, 3vw, 48px);
}

.airsea-nav-header.header-1.header-3 {
  background: linear-gradient(90deg, #052f3d, var(--airsea-ocean), #052f3d) !important;
}

.airsea-nav-header .header-main {
  justify-content: center;
  position: relative;
}

.airsea-nav-header .mean__menu-wrapper {
  justify-content: center;
  max-width: 1060px;
}

.airsea-nav-header .main-menu > nav > ul,
.airsea-nav-header #mobile-menu > ul {
  justify-content: center;
}

.airsea-nav-header .header-right {
  position: absolute;
  right: 0;
}

.airsea-nav-header .main-menu ul li .submenu {
  box-shadow: 0 24px 54px rgba(7, 52, 67, 0.18);
  min-width: 240px;
}

@media (max-width: 1399px) {
  .airsea-contact-header__details {
    grid-template-columns: auto auto;
  }

  .airsea-contact-header__address {
    display: block;
    max-width: 500px;
  }
}

@media (max-width: 1279px) {
  .airsea-contact-header .container-fluid {
    grid-template-columns: minmax(220px, 340px) 1fr;
  }

  .airsea-contact-header__details {
    display: flex;
    justify-content: flex-end;
  }

  .airsea-contact-header__address,
  .airsea-contact-header__cta {
    display: none;
  }

  .airsea-nav-header .header-main {
    justify-content: flex-end;
  }

  .airsea-nav-header .header-right {
    position: static;
  }
}

@media (max-width: 767px) {
  .airsea-contact-header .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 18px 16px;
  }

  .airsea-contact-header__logo {
    max-width: min(340px, calc(100vw - 36px));
  }

  .airsea-contact-header__phone {
    font-size: clamp(22px, 7vw, 28px);
  }

  .airsea-contact-header__phone::before {
    height: 32px;
    width: 32px;
  }
}

/* Final header fit guard: keep contact row balanced at laptop widths. */
.airsea-contact-header .container-fluid {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.airsea-contact-header__logo {
  flex: 0 1 420px;
  min-width: 260px;
}

.airsea-contact-header__details {
  display: grid !important;
  flex: 0 1 auto;
  margin-left: auto;
  min-width: 0;
}

@media (max-width: 1399px) {
  .airsea-contact-header .container-fluid {
    gap: 22px;
  }

  .airsea-contact-header__logo {
    flex-basis: clamp(300px, 36vw, 390px);
  }

  .airsea-contact-header__details {
    display: flex !important;
    justify-content: flex-end;
    gap: 18px;
    text-align: right;
  }

  .airsea-contact-header__address {
    display: none !important;
  }

  .airsea-contact-header__phone {
    font-size: clamp(24px, 2vw, 30px);
  }

  .airsea-contact-header__cta {
    min-height: 54px;
    padding-inline: 30px;
  }
}

@media (max-width: 1279px) {
  .airsea-contact-header__cta {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .airsea-contact-header .container-fluid {
    flex-direction: column;
    justify-content: center;
  }

  .airsea-contact-header__logo {
    flex-basis: auto;
    min-width: 0;
  }

  .airsea-contact-header__details {
    margin-left: 0;
  }
}

/* Official Air & Sea Travel Center brand lockup.
   Uses the client-provided icon with live text so the mark stays crisp and
   no white rectangle from older raster lockups appears in header/footer. */
.airsea-brand-lockup {
  align-items: center;
  color: #147dc2;
  display: inline-flex;
  gap: clamp(12px, 1.4vw, 18px);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.airsea-brand-lockup img {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  flex: 0 0 auto;
  height: clamp(58px, 5vw, 86px);
  max-width: none;
  object-fit: contain;
  padding: 0 !important;
  width: clamp(58px, 5vw, 86px);
}

.airsea-brand-lockup span {
  color: #168fe6;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 50px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.airsea-brand-lockup:hover,
.airsea-brand-lockup:focus-visible {
  color: var(--airsea-orange);
}

.airsea-brand-lockup:hover span,
.airsea-brand-lockup:focus-visible span {
  color: #0e7ec3;
}

.airsea-contact-header__logo {
  max-width: none !important;
}

.airsea-contact-header__logo img {
  filter: none !important;
}

.offcanvas__logo .airsea-brand-lockup {
  max-width: calc(100vw - 110px);
}

.airsea-brand-lockup--mobile img {
  height: 54px;
  width: 54px;
}

.airsea-brand-lockup--mobile span {
  font-size: clamp(24px, 7vw, 34px);
  white-space: normal;
}

.airsea-brand-lockup--nav img {
  height: 52px;
  width: 52px;
}

.airsea-brand-lockup--nav span {
  color: #fff;
  font-size: 24px;
  text-shadow: none;
}

/* Footer block branding normalization. The footer content is managed as a
   Drupal block; this keeps it aligned with the header's official brand lockup. */
.footerFirst .widget-head {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  margin-bottom: 20px !important;
  text-align: left;
}

.footerFirst .footer-brand-lockup {
  align-items: center;
  color: #168fe6;
  display: inline-flex;
  flex-direction: row;
  gap: clamp(12px, 1.1vw, 18px);
  justify-content: center;
  line-height: 1.08;
  max-width: 100%;
  text-decoration: none;
}

.footerFirst .footer-brand-lockup img,
.footerFirst .widget-head img,
.footer-widget-wrapper img[src*="logo"],
.footer-widget-wrapper-new .footerFirst .widget-head img {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  flex: 0 0 auto;
  height: 54px !important;
  margin: 0 !important;
  max-width: 54px !important;
  object-fit: contain;
  padding: 0 !important;
  width: 54px !important;
}

.footerFirst .footer-brand-lockup span,
.footerFirst .widget-head::after {
  color: #168fe6;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.65vw, 29px);
  font-style: italic;
  line-height: 1.12;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.footerFirst .footer-brand-lockup span {
  max-width: none;
}

.footerFirst {
  background: linear-gradient(145deg, #ffffff 0%, #f4fbff 100%) !important;
  border: 1px solid rgba(22, 143, 230, 0.22) !important;
  border-top: 5px solid #f4512b !important;
  box-sizing: border-box;
  box-shadow: 0 22px 52px rgba(0, 32, 48, 0.24) !important;
  max-width: 100%;
}

.footer-widget-wrapper-new .footerFirst .footer-content p,
.footerFirst .footer-content p {
  color: #173847 !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.footer-widget-wrapper-new .footerFirst .footer-content .social-icon {
  gap: 14px;
  justify-content: center;
}

.footer-widget-wrapper-new .footerFirst .footer-content .social-icon a,
.footerFirst .footer-content .social-icon a {
  align-items: center;
  background: #063f52 !important;
  border: 2px solid rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(6, 63, 82, 0.22);
  color: #ffffff !important;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.footer-widget-wrapper-new .footerFirst .footer-content .social-icon a:hover,
.footerFirst .footer-content .social-icon a:hover {
  background: #f4512b !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.footerFirst .widget-head:has(.footer-brand-lockup)::after {
  content: none;
}

.footerFirst .widget-head:not(:has(.footer-brand-lockup))::after {
  content: "Air & Sea Travel Center";
}

@media (max-width: 575px) {
  .footerFirst {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 16px) !important;
    overflow: hidden;
    width: calc(100vw - 16px) !important;
  }

  .footerFirst .widget-head {
    justify-content: center;
    text-align: center;
  }

  .footerFirst .footer-brand-lockup {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    white-space: normal;
  }

  .footerFirst .footer-brand-lockup img,
  .footerFirst .widget-head img,
  .footer-widget-wrapper img[src*="logo"],
  .footer-widget-wrapper-new .footerFirst .widget-head img {
    height: 48px !important;
    max-width: 48px !important;
    width: 48px !important;
  }

  .footerFirst .footer-brand-lockup span,
  .footerFirst .widget-head::after {
    font-size: clamp(21px, 5.6vw, 25px);
    max-width: 260px;
    text-align: center;
    white-space: normal;
  }

  .footer-widget-wrapper-new .footerFirst .footer-content p,
  .footerFirst .footer-content p {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
}

/* Senior-friendly Land Tours dropdown.
   The destination list is long, so desktop uses two readable columns instead
   of shrinking type or creating a cramped single-column menu. */
@media (min-width: 1200px) {
  .airsea-nav-header .main-menu > nav > ul > li.has-dropdown > a,
  .airsea-nav-header #mobile-menu > ul > li.has-dropdown > a {
    font-size: clamp(21px, 1.18vw, 24px);
    font-weight: 700;
  }

  .airsea-nav-header .main-menu ul li .submenu {
    background: #ffffff;
    border-top: 5px solid #f4512b;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 26px 60px rgba(7, 52, 67, 0.24);
    column-gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    min-width: 660px;
    padding: 18px;
  }

  .airsea-nav-header .main-menu ul li .submenu li {
    margin: 0 !important;
  }

  .airsea-nav-header .main-menu ul li .submenu li a {
    border-radius: 12px;
    color: #0d3444;
    font-size: clamp(24px, 1.35vw, 27px);
    font-weight: 600;
    line-height: 1.22;
    min-height: 64px;
    padding: 18px 22px;
  }

  .airsea-nav-header .main-menu ul li .submenu li a:hover,
  .airsea-nav-header .main-menu ul li .submenu li a:focus-visible {
    background: #e9f8ff;
    color: #f4512b;
    outline: 3px solid rgba(244, 81, 43, 0.18);
    outline-offset: -3px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .airsea-nav-header .main-menu ul li .submenu {
    min-width: 360px;
    padding: 14px;
  }

  .airsea-nav-header .main-menu ul li .submenu li a {
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    min-height: 58px;
    padding: 16px 20px;
  }

  .airsea-nav-header .main-menu ul li .submenu li a:hover,
  .airsea-nav-header .main-menu ul li .submenu li a:focus-visible {
    background: #e9f8ff;
    color: #f4512b;
  }
}

@media (max-width: 767px) {
  .mean-container .mean-nav ul li a,
  .mobile-menu ul li a,
  .offcanvas__wrapper .mean-nav ul li a {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.35;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
  }
}

@media (max-width: 767px) {
  .airsea-brand-lockup {
    gap: 10px;
    justify-content: center;
    white-space: normal;
  }

  .airsea-brand-lockup img {
    height: 58px;
    width: 58px;
  }

  .airsea-brand-lockup span {
    font-size: clamp(25px, 8vw, 34px);
  }
}

/* Senior-friendly desktop navigation sizing.
   Keep this late in the file so it overrides earlier fit guards. */
@media (min-width: 1280px) {
  .airsea-nav-header .container-fluid,
  .header-1.header-3.airsea-nav-header .container-fluid {
    padding-left: clamp(28px, 3vw, 64px);
    padding-right: clamp(28px, 3vw, 64px);
  }

  .airsea-nav-header .header-main {
    min-height: clamp(88px, 5.2vw, 100px);
  }

  .airsea-nav-header .mean__menu-wrapper {
    flex: 1 1 auto;
    justify-content: center;
    max-width: min(1500px, calc(100% - 120px));
    width: 100%;
  }

  .airsea-nav-header .main-menu {
    width: 100%;
  }

  .airsea-nav-header .main-menu > nav > ul,
  .airsea-nav-header #mobile-menu > ul {
    gap: clamp(34px, 3.05vw, 66px);
    justify-content: center;
    width: 100%;
  }

  .airsea-nav-header .main-menu > nav > ul > li > a,
  .airsea-nav-header #mobile-menu > ul > li > a {
    font-size: clamp(20px, 1.2vw, 24px);
    font-weight: 700;
    min-height: clamp(88px, 5.2vw, 100px);
    padding: clamp(32px, 1.95vw, 38px) 0 clamp(30px, 1.8vw, 36px);
  }

  .airsea-nav-header .main-menu > nav > ul > li > a::before,
  .airsea-nav-header #mobile-menu > ul > li > a::before {
    bottom: clamp(21px, 1.4vw, 27px);
    height: 4px;
  }

  .airsea-nav-header .search-icon {
    height: 56px;
    width: 56px;
  }
}

@media (min-width: 1440px) {
  .airsea-nav-header .mean__menu-wrapper {
    max-width: min(1580px, calc(100% - 130px));
  }
}

/* Senior-friendly hero slider kicker: high contrast across all slide images. */
.hero-1 .hero-content .sub-title,
.hero-section .hero-content .sub-title,
.hero-content .sub-title {
  align-items: center;
  background: rgba(0, 0, 0, 0.44);
  border: 1px solid rgba(255, 209, 102, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  color: #ffd166 !important;
  display: inline-flex;
  font-family: "Kalam", sans-serif;
  font-size: clamp(22px, 1.45vw, 28px) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  padding: clamp(8px, 0.55vw, 11px) clamp(20px, 1.45vw, 28px);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.72);
  width: auto;
}

@media (max-width: 1279px) {
  .hero-1 .hero-content .sub-title,
  .hero-section .hero-content .sub-title,
  .hero-content .sub-title {
    font-size: clamp(18px, 2.2vw, 22px) !important;
    margin-bottom: 16px;
    padding: 8px 22px;
  }
}

/* Client cleanup: reliable labeled search button, replacing old theme pseudo glyphs. */
.airsea-nav-header .airsea-nav-search::before {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: auto !important;
  color: #ffffff !important;
  content: "\f002" !important;
  display: inline-flex !important;
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome" !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  height: auto !important;
  justify-content: center !important;
  left: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  transform-origin: center !important;
  width: auto !important;
}

.airsea-nav-header .airsea-nav-search::after {
  display: none !important;
}

.airsea-contact-card-address span {
  display: block;
}

@media (max-width: 1199px) {
  .airsea-nav-header .airsea-nav-search {
    min-height: 54px;
    min-width: 132px;
    padding: 13px 21px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .sub-title,
  .hero-section .hero-content .sub-title,
  .hero-content .sub-title {
    font-size: clamp(16px, 5vw, 20px) !important;
    margin-bottom: 14px;
    max-width: calc(100vw - 48px);
    padding: 8px 18px;
    white-space: normal;
  }
}

/* Air & Sea dashboard filter cleanup: compact, readable staff search forms. */
.path-airseatvl .ast-admin-content form.container-inline,
.path-airseatvl .ast-admin-content .container-inline,
.path-airseatvl .invoice-list-filters form,
.path-airseatvl .airseatvl-report-filter-form,
.path-airseatvl .referral-filter-form,
.path-airseatvl .customer-list-filter-form,
.path-airseatvl .tour-booking-filter-form,
.path-airseatvl .other-booking-filter-form,
.path-airseatvl .tour-list-filters,
.path-airseatvl .commission-search-form {
  align-items: end !important;
  display: grid !important;
  gap: 16px 18px !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content)) !important;
  justify-content: start !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.path-airseatvl .ast-admin-content .form-item,
.path-airseatvl .ast-admin-content .form-actions {
  float: none !important;
  margin: 0 !important;
  min-width: 0;
}

.path-airseatvl .ast-admin-content .form-item label,
.path-airseatvl .ast-admin-content label {
  color: #123542;
  display: block !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 7px !important;
}

.path-airseatvl .ast-admin-content input.form-text,
.path-airseatvl .ast-admin-content input.form-date,
.path-airseatvl .ast-admin-content input.form-number,
.path-airseatvl .ast-admin-content input[type="text"],
.path-airseatvl .ast-admin-content input[type="date"],
.path-airseatvl .ast-admin-content input[type="number"],
.path-airseatvl .ast-admin-content select,
.path-airseatvl .ast-admin-content textarea {
  border: 1px solid #c6d8df !important;
  border-radius: 8px !important;
  color: #123542 !important;
  font-size: 16px !important;
  min-height: 46px !important;
  min-width: 160px;
  padding: 9px 12px !important;
  width: 100% !important;
}

.path-airseatvl .ast-admin-content .form-actions,
.path-airseatvl .ast-admin-content [data-drupal-selector$="-actions"],
.path-airseatvl .ast-admin-content .form-wrapper[id$="-actions"] {
  align-items: center !important;
  align-self: end !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 !important;
}

.path-airseatvl .ast-admin-content .form-actions input,
.path-airseatvl .ast-admin-content .form-actions a.button,
.path-airseatvl .ast-admin-content input.form-submit,
.path-airseatvl .ast-admin-content a.button,
.path-airseatvl .ast-admin-content .button {
  align-items: center !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.path-airseatvl .ast-admin-content input.form-submit,
.path-airseatvl .ast-admin-content .button--primary {
  background: #f0532d !important;
  border: 1px solid #f0532d !important;
  color: #fff !important;
}

.path-airseatvl .ast-admin-content .form-actions a.button,
.path-airseatvl .ast-admin-content a.button:not(.button--primary) {
  background: #eef7fa !important;
  border: 1px solid #c9dde4 !important;
  color: #123542 !important;
}

.path-airseatvl .ast-admin-content input.form-submit:hover,
.path-airseatvl .ast-admin-content input.form-submit:focus-visible,
.path-airseatvl .ast-admin-content .button--primary:hover,
.path-airseatvl .ast-admin-content .button--primary:focus-visible {
  background: #d93f1f !important;
  border-color: #d93f1f !important;
}

.path-airseatvl .ast-admin-content .form-actions a.button:hover,
.path-airseatvl .ast-admin-content .form-actions a.button:focus-visible,
.path-airseatvl .ast-admin-content a.button:not(.button--primary):hover,
.path-airseatvl .ast-admin-content a.button:not(.button--primary):focus-visible {
  background: #dff0f5 !important;
  border-color: #9ec5d0 !important;
  color: #073443 !important;
}

.path-airseatvl .customer-list-filter-form {
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(260px, 1.15fr) max-content !important;
}

.path-airseatvl .customer-list-filter-form > .form-item-last-name {
  grid-column: 1;
  grid-row: 1;
}

.path-airseatvl .customer-list-filter-form > .form-item-first-name {
  grid-column: 2;
  grid-row: 1;
}

.path-airseatvl .customer-list-filter-form > .form-item-email {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap {
  align-items: end !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  grid-column: 1 / span 3;
  grid-row: 2;
}

.path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap .form-item {
  flex: 0 0 auto;
  max-width: 116px !important;
  width: auto !important;
}

.path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap select {
  min-width: 104px !important;
  width: 104px !important;
}

.path-airseatvl .customer-list-filter-form > .form-actions {
  grid-column: 4;
  grid-row: 2;
}

.path-airseatvl .invoice-list-filters,
.path-airseatvl .ast-admin-filter-panel,
.path-airseatvl .ast-admin-content .views-exposed-form,
.path-airseatvl .ast-admin-content .form--inline {
  overflow: visible !important;
}

.path-airseatvl .invoice-list-filters,
.path-airseatvl .ast-admin-filter-panel,
.path-airseatvl .ast-admin-content form[id*="filter"],
.path-airseatvl .ast-admin-content form[id*="search"] {
  padding-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .path-airseatvl .customer-list-filter-form {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }

  .path-airseatvl .customer-list-filter-form > .form-item-last-name,
  .path-airseatvl .customer-list-filter-form > .form-item-first-name,
  .path-airseatvl .customer-list-filter-form > .form-item-email,
  .path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap,
  .path-airseatvl .customer-list-filter-form > .form-actions {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 575px) {
  .path-airseatvl .ast-admin-content form.container-inline,
  .path-airseatvl .ast-admin-content .container-inline,
  .path-airseatvl .invoice-list-filters form,
  .path-airseatvl .airseatvl-report-filter-form,
  .path-airseatvl .referral-filter-form,
  .path-airseatvl .customer-list-filter-form,
  .path-airseatvl .tour-booking-filter-form,
  .path-airseatvl .other-booking-filter-form,
  .path-airseatvl .tour-list-filters,
  .path-airseatvl .commission-search-form {
    grid-template-columns: 1fr !important;
  }

  .path-airseatvl .ast-admin-content .form-actions {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap,
.path-airseatvl .ast-admin-content .customer-list-filter-form .customer-filter-dob-wrap {
  align-items: end !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  justify-content: flex-start !important;
  max-width: 372px !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap,
  .path-airseatvl .ast-admin-content .customer-list-filter-form .customer-filter-dob-wrap {
    flex-wrap: wrap !important;
  }
}

/* Final admin dashboard UI pass: aligned form grids and consistent actions. */
.path-airseatvl .ast-admin-content {
  --ast-form-gap-x: 22px;
  --ast-form-gap-y: 18px;
  --ast-field-height: 48px;
  --ast-button-height: 48px;
}

.path-airseatvl .ast-admin-content form.container-inline,
.path-airseatvl .ast-admin-content > .container-inline,
.path-airseatvl .ast-admin-content .invoice-list-filters form,
.path-airseatvl .ast-admin-content .airseatvl-report-filter-form,
.path-airseatvl .ast-admin-content .referral-filter-form,
.path-airseatvl .ast-admin-content .customer-list-filter-form,
.path-airseatvl .ast-admin-content .tour-booking-filter-form,
.path-airseatvl .ast-admin-content .other-booking-filter-form,
.path-airseatvl .ast-admin-content .tour-list-filters,
.path-airseatvl .ast-admin-content .commission-search-form {
  align-items: end !important;
  display: grid !important;
  gap: var(--ast-form-gap-y) var(--ast-form-gap-x) !important;
  grid-auto-flow: row !important;
  grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
  justify-content: start !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.path-airseatvl .ast-admin-content .airseatvl-report-filter-form,
.path-airseatvl .ast-admin-content .commission-search-form {
  grid-template-columns: repeat(3, minmax(180px, 1fr)) auto !important;
}

.path-airseatvl .ast-admin-content .form-item {
  margin: 0 !important;
}

.path-airseatvl .ast-admin-content .form-item label,
.path-airseatvl .ast-admin-content label {
  min-height: 20px;
  white-space: normal;
}

.path-airseatvl .ast-admin-content input.form-text,
.path-airseatvl .ast-admin-content input.form-date,
.path-airseatvl .ast-admin-content input.form-number,
.path-airseatvl .ast-admin-content input[type="text"],
.path-airseatvl .ast-admin-content input[type="date"],
.path-airseatvl .ast-admin-content input[type="number"],
.path-airseatvl .ast-admin-content select {
  box-sizing: border-box !important;
  height: var(--ast-field-height) !important;
  min-height: var(--ast-field-height) !important;
}

.path-airseatvl .ast-admin-content .form-actions,
.path-airseatvl .ast-admin-content [data-drupal-selector$="-actions"],
.path-airseatvl .ast-admin-content .form-wrapper[id$="-actions"] {
  align-items: center !important;
  align-self: end !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  min-height: var(--ast-button-height) !important;
}

.path-airseatvl .ast-admin-content form .form-group:has(> input[type="submit"]),
.path-airseatvl .ast-admin-content form .form-group:has(> button[type="submit"]) {
  align-items: center !important;
  align-self: end !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  min-height: var(--ast-button-height) !important;
}

.path-airseatvl .ast-admin-content .form-actions input,
.path-airseatvl .ast-admin-content .form-actions button,
.path-airseatvl .ast-admin-content .form-actions a.button,
.path-airseatvl .ast-admin-content input.form-submit,
.path-airseatvl .ast-admin-content button.form-submit,
.path-airseatvl .ast-admin-content a.button,
.path-airseatvl .ast-admin-content .button,
.path-airseatvl .ast-admin-content .ast-admin-action-button {
  box-sizing: border-box !important;
  height: var(--ast-button-height) !important;
  min-height: var(--ast-button-height) !important;
  min-width: 104px !important;
  padding: 0 22px !important;
}

.path-airseatvl .ast-admin-content a.button,
.path-airseatvl .ast-admin-content .ast-admin-action-button {
  margin: 0 !important;
}

.path-airseatvl .ast-admin-content > a.button,
.path-airseatvl .ast-admin-content > .button,
.path-airseatvl .ast-admin-content > .ast-admin-action-button {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.path-airseatvl .ast-admin-content .ast-admin-action-button--primary,
.path-airseatvl .ast-admin-content a[href*="tour-create"],
.path-airseatvl .ast-admin-content a[href*="booking/tour/create"],
.path-airseatvl .ast-admin-content a[href*="customer/add"],
.path-airseatvl .ast-admin-content a[href*="credit/batch"] {
  background: #f0532d !important;
  border-color: #f0532d !important;
  color: #fff !important;
}

.path-airseatvl .ast-admin-content .ast-admin-action-button--secondary,
.path-airseatvl .ast-admin-content a[href*="export"] {
  background: #eef7fa !important;
  border-color: #c9dde4 !important;
  color: #123542 !important;
}

.path-airseatvl .ast-admin-content table {
  margin-top: 18px;
}

.path-airseatvl .ast-admin-content .table-responsive,
.path-airseatvl .ast-admin-content .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.path-airseatvl .customer-list-filter-form {
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(260px, 1.35fr) minmax(210px, auto) !important;
}

.path-airseatvl .customer-list-filter-form .customer-filter-dob-wrap {
  max-width: none !important;
}

.path-airseatvl .customer-list-filter-form > .form-actions {
  align-self: end !important;
}

.path-airseatvl .tour-list-filters {
  grid-template-columns: repeat(3, minmax(180px, 1fr)) auto !important;
}

.path-airseatvl .tour-list-filters .form-item-city {
  grid-column: 1;
  grid-row: 2;
}

.path-airseatvl .tour-list-filters .form-item-duration {
  grid-column: 2;
  grid-row: 2;
}

.path-airseatvl .tour-list-filters .form-actions {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.path-airseatvl .tour-list-filters .field-suffix {
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 1199px) {
  .path-airseatvl .ast-admin-content form.container-inline,
  .path-airseatvl .ast-admin-content > .container-inline,
  .path-airseatvl .ast-admin-content .invoice-list-filters form,
  .path-airseatvl .ast-admin-content .airseatvl-report-filter-form,
  .path-airseatvl .ast-admin-content .referral-filter-form,
  .path-airseatvl .ast-admin-content .customer-list-filter-form,
  .path-airseatvl .ast-admin-content .tour-booking-filter-form,
  .path-airseatvl .ast-admin-content .other-booking-filter-form,
  .path-airseatvl .ast-admin-content .tour-list-filters,
  .path-airseatvl .ast-admin-content .commission-search-form {
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }

  .path-airseatvl .tour-list-filters .form-item-city,
  .path-airseatvl .tour-list-filters .form-item-duration,
  .path-airseatvl .tour-list-filters .form-actions {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 575px) {
  .path-airseatvl .ast-admin-content form.container-inline,
  .path-airseatvl .ast-admin-content > .container-inline,
  .path-airseatvl .ast-admin-content .invoice-list-filters form,
  .path-airseatvl .ast-admin-content .airseatvl-report-filter-form,
  .path-airseatvl .ast-admin-content .referral-filter-form,
  .path-airseatvl .ast-admin-content .customer-list-filter-form,
  .path-airseatvl .ast-admin-content .tour-booking-filter-form,
  .path-airseatvl .ast-admin-content .other-booking-filter-form,
  .path-airseatvl .ast-admin-content .tour-list-filters,
  .path-airseatvl .ast-admin-content .commission-search-form {
    grid-template-columns: 1fr !important;
  }

  .path-airseatvl .ast-admin-content .form-actions,
  .path-airseatvl .ast-admin-content [data-drupal-selector$="-actions"],
  .path-airseatvl .ast-admin-content .form-wrapper[id$="-actions"] {
    display: grid !important;
    flex-wrap: wrap !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

/* Final dashboard consistency pass: prevent clipping and normalize buttons. */
.path-airseatvl {
  --ast-dashboard-orange: #f0532d;
  --ast-dashboard-orange-dark: #d9421f;
  --ast-dashboard-navy: #113b49;
  --ast-dashboard-navy-dark: #0b2d39;
  --ast-dashboard-soft: #eef7fa;
  --ast-dashboard-soft-border: #c6dce4;
}

.path-airseatvl .ast-admin-content,
.path-airseatvl .ast-admin-content * {
  box-sizing: border-box;
}

.path-airseatvl .ast-admin-content {
  max-width: 100%;
  overflow-x: visible;
}

.path-airseatvl .ast-admin-content form,
.path-airseatvl .ast-admin-content .container-inline,
.path-airseatvl .ast-admin-content .invoice-list-filters,
.path-airseatvl .ast-admin-content .table-responsive,
.path-airseatvl .ast-admin-content .table-wrapper {
  max-width: 100%;
}

.path-airseatvl .ast-admin-content form.container-inline,
.path-airseatvl .ast-admin-content > .container-inline,
.path-airseatvl .ast-admin-content .invoice-list-filters form,
.path-airseatvl .ast-admin-content .airseatvl-report-filter-form,
.path-airseatvl .ast-admin-content .referral-filter-form,
.path-airseatvl .ast-admin-content .customer-list-filter-form,
.path-airseatvl .ast-admin-content .tour-booking-filter-form,
.path-airseatvl .ast-admin-content .other-booking-filter-form,
.path-airseatvl .ast-admin-content .tour-list-filters,
.path-airseatvl .ast-admin-content .commission-search-form {
  padding: 0 !important;
}

.path-airseatvl .ast-admin-content .form-item,
.path-airseatvl .ast-admin-content .form-group {
  min-width: 0;
}

.path-airseatvl .ast-admin-content label {
  color: #102f3a;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}

.path-airseatvl .ast-admin-content input.form-text,
.path-airseatvl .ast-admin-content input.form-date,
.path-airseatvl .ast-admin-content input.form-number,
.path-airseatvl .ast-admin-content input[type="text"],
.path-airseatvl .ast-admin-content input[type="date"],
.path-airseatvl .ast-admin-content input[type="number"],
.path-airseatvl .ast-admin-content select {
  font-size: 16px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.path-airseatvl .ast-admin-content input.form-submit,
.path-airseatvl .ast-admin-content button.form-submit,
.path-airseatvl .ast-admin-content .btn-primary,
.path-airseatvl .ast-admin-content .button--primary,
.path-airseatvl .ast-admin-content .ast-admin-action-button--primary {
  align-items: center !important;
  background: var(--ast-dashboard-orange) !important;
  border: 1px solid var(--ast-dashboard-orange) !important;
  border-radius: 12px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  gap: 8px !important;
  height: var(--ast-button-height) !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: var(--ast-button-height) !important;
  min-width: 112px !important;
  padding: 0 22px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.path-airseatvl .ast-admin-content input.form-submit:hover,
.path-airseatvl .ast-admin-content button.form-submit:hover,
.path-airseatvl .ast-admin-content .btn-primary:hover,
.path-airseatvl .ast-admin-content .button--primary:hover,
.path-airseatvl .ast-admin-content .ast-admin-action-button--primary:hover {
  background: var(--ast-dashboard-orange-dark) !important;
  border-color: var(--ast-dashboard-orange-dark) !important;
}

.path-airseatvl .ast-admin-content a.button:not(.button--primary):not(.button--small):not([href*="export"]):not([href*="print"]):not([href*="credit/batch"]),
.path-airseatvl .ast-admin-content .ast-admin-action-button--secondary {
  align-items: center !important;
  background: var(--ast-dashboard-soft) !important;
  border: 1px solid var(--ast-dashboard-soft-border) !important;
  border-radius: 12px !important;
  color: #123542 !important;
  display: inline-flex !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  height: var(--ast-button-height) !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: var(--ast-button-height) !important;
  min-width: 104px !important;
  padding: 0 22px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.path-airseatvl .ast-admin-content a.button[href*="export"],
.path-airseatvl .ast-admin-content a.button[href*="print"],
.path-airseatvl .ast-admin-content a.button[href*="credit/batch"],
.path-airseatvl .ast-admin-content a.button.button--small,
.path-airseatvl .ast-admin-content .ast-admin-action-button--utility {
  align-items: center !important;
  background: var(--ast-dashboard-navy) !important;
  border: 1px solid var(--ast-dashboard-navy) !important;
  border-radius: 12px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  height: var(--ast-button-height) !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: var(--ast-button-height) !important;
  min-width: 92px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.path-airseatvl .ast-admin-content a.button[href*="export"]:hover,
.path-airseatvl .ast-admin-content a.button[href*="print"]:hover,
.path-airseatvl .ast-admin-content a.button[href*="credit/batch"]:hover,
.path-airseatvl .ast-admin-content a.button.button--small:hover,
.path-airseatvl .ast-admin-content .ast-admin-action-button--utility:hover {
  background: var(--ast-dashboard-navy-dark) !important;
  border-color: var(--ast-dashboard-navy-dark) !important;
}

.path-airseatvl .ast-admin-content .form-actions,
.path-airseatvl .ast-admin-content [data-drupal-selector$="-actions"],
.path-airseatvl .ast-admin-content .form-wrapper[id$="-actions"],
.path-airseatvl .ast-admin-content form .form-group:has(> input[type="submit"]),
.path-airseatvl .ast-admin-content form .form-group:has(> button[type="submit"]) {
  column-gap: 12px !important;
  row-gap: 12px !important;
}

.path-airseatvl .ast-admin-content td .button,
.path-airseatvl .ast-admin-content td a.button,
.path-airseatvl .ast-admin-content .views-field-operations .button {
  margin: 4px 6px 4px 0 !important;
}

.path-airseatvl .ast-admin-content .tour-list-filters {
  display: block !important;
  overflow: visible !important;
  width: 100% !important;
}

.path-airseatvl .ast-admin-content .tour-list-filters > form.container-inline,
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline {
  align-items: end !important;
  display: grid !important;
  gap: var(--ast-form-gap-y) var(--ast-form-gap-x) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(232px, auto) !important;
  max-width: 100% !important;
  overflow: visible !important;
  width: 100% !important;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline > .form-item,
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline > .form-group {
  min-width: 0 !important;
  width: 100% !important;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline > .form-group:has(> input[type="submit"]),
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline > .form-group:has(> button[type="submit"]) {
  width: auto !important;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-start-date,
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-end-date,
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-tour-id {
  grid-row: 1;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-city {
  grid-column: 1;
  grid-row: 2;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-duration {
  grid-column: 2;
  grid-row: 2;
}

.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-actions,
.path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-group:has(> input[type="submit"]) {
  align-self: end !important;
  grid-column: 3 / span 2;
  grid-row: 2;
}

.path-airseatvl .ast-admin-content .tour-list-filters .form-item-duration label {
  white-space: nowrap;
}

.path-airseatvl .ast-admin-content > a.button,
.path-airseatvl .ast-admin-content > .button,
.path-airseatvl .ast-admin-content > .ast-admin-action-button,
.path-airseatvl .ast-admin-content .region-content > a.button {
  margin: 20px 12px 20px 0 !important;
}

.path-airseatvl .ast-admin-content table {
  display: block;
  margin-top: 22px !important;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 1280px) {
  .path-airseatvl .ast-admin-content .tour-list-filters {
    display: block !important;
  }

  .path-airseatvl .ast-admin-content .tour-list-filters > form.container-inline,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-start-date,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-end-date,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-tour-id,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-city,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-item-duration,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-actions,
  .path-airseatvl .ast-admin-content .tour-list-filters form.container-inline .form-group:has(> input[type="submit"]) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 575px) {
  .path-airseatvl .ast-admin-content input.form-submit,
  .path-airseatvl .ast-admin-content button.form-submit,
  .path-airseatvl .ast-admin-content a.button,
  .path-airseatvl .ast-admin-content .button,
  .path-airseatvl .ast-admin-content .ast-admin-action-button {
    width: 100% !important;
  }
}
