/* Bright app accents over clean white surfaces. */
:root {
  --bva-navy: #09253a;
  --bva-blue: #252525;
  --bva-cyan: #f7c948;
  --bva-yellow: #f7c948;
  --bva-yellow-soft: #fff4c2;
  --bva-yellow-hover: #edbd22;
  --bva-yellow-border: #d6a700;
  --bva-yellow-shadow: rgba(117, 86, 0, .14);
  --bva-pink: #ef6682;
  --bva-green: #168a72;
  --bva-text: #102f42;
  --bva-ivory: #fffdf8;
  --bva-mist: #eef8f7;
  --bva-teal: #007f83;
  --bva-teal-dark: #00676c;
  --bva-teal-soft: #e5f7f6;
  --bva-coral: #ff654d;
  --bva-coral-dark: #f34f3b;
}

.search-kicker,
.resume-title,
.bvt-last-minute-title,
h2.text-center {
  color: var(--bva-text) !important;
  font-weight: 850 !important;
}

.search-btn,
#flightSearchPanel button[type="submit"],
.btn-primary,
.pb-btn {
  border: 1px solid var(--bva-yellow-border) !important;
  color: #171717 !important;
  background: var(--bva-yellow) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 800 !important;
}

.search-btn:hover,
#flightSearchPanel button[type="submit"]:hover,
.btn-primary:hover,
.pb-btn:hover {
  border-color: var(--bva-yellow-border) !important;
  color: #171717 !important;
  background: var(--bva-yellow-hover) !important;
}

.search-btn i,
#flightSearchPanel button[type="submit"] i {
  color: #171717 !important;
}

.resume-btn,
.bvt-outline-btn {
  border: 2px solid var(--bva-blue) !important;
  color: var(--bva-blue) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.resume-btn:hover,
.bvt-outline-btn:hover {
  color: #fff !important;
  background: var(--bva-blue) !important;
}

.resume-rating__badge,
.bvt-score-badge {
  color: #fff !important;
  background: var(--bva-green) !important;
}

.resume-card__fav,
.bvt-fav-btn {
  border: 2px solid rgba(255, 45, 120, .18) !important;
  color: var(--bva-pink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.bvt-vip-badge,
.bvt-discount-badge {
  border: 0 !important;
  color: var(--bva-navy) !important;
  background: var(--bva-yellow) !important;
  box-shadow: none !important;
}

.promo-banner {
  border: 1px solid rgba(8, 127, 159, .18) !important;
  background: var(--bva-ivory) !important;
  box-shadow: none !important;
}

.promo-banner .pb-icon {
  fill: var(--bva-navy) !important;
  background: var(--bva-yellow) !important;
}

.promo-banner .pb-text {
  color: var(--bva-text) !important;
}

.bvt-navbar .bvt-mobile-action--primary {
  border-color: rgba(15, 23, 42, .18) !important;
  color: #111827 !important;
  background: #f3f4f6 !important;
}

.bvt-navbar .custom-toggler {
  border-color: transparent !important;
}

.bvt-navbar .bvt-nav-icon {
  color: #111827 !important;
}

.bvt-navbar .toggler-line {
  background: #111827 !important;
}

@media (max-width: 767.98px) {
  #bvTabs .bv-tab.active {
    border-color: var(--bva-yellow-border) !important;
    background: var(--bva-yellow-soft) !important;
    box-shadow: 0 5px 14px var(--bva-yellow-shadow) !important;
  }

  #bvTabs .bv-tab:not(.active) .bv-ico {
    color: #171717 !important;
    background: var(--bva-yellow-soft) !important;
  }

  #bvTabs .bv-tab.active .bv-ico {
    color: #171717 !important;
    background: var(--bva-yellow) !important;
  }

  #form-hotels .input-icon__leading,
  #form-hotels .input-icon-leading,
  .bv-form .input-icon__leading,
  .bv-form .input-icon-leading,
  .bv-form .bv-field .bv-ico,
  .bv-form .bv-chip__icon {
    color: #171717 !important;
    background: var(--bva-yellow-soft) !important;
  }

  #bvTabs .bv-tab.active .bv-lbl {
    color: var(--bva-navy) !important;
  }

  .search-panel {
    border-color: rgba(8, 127, 159, .18) !important;
  }

  .resume-strip,
  .bvt-last-minute {
    border-top: 0;
  }

  .search-btn i,
  .bv-form .search-btn i,
  .bv-form .bv-packbtn i,
  #flightSearchPanel button[type="submit"] i {
    color: #000000 !important;
    -webkit-text-stroke: .35px rgba(3, 22, 52, .7);
    text-shadow: 0 1px 2px rgba(3, 22, 52, .55);
  }
}

/* Unified desktop dock and search forms. */
@media (min-width: 768px) {
  .bvt-home-hero {
    position: relative;
    display: block;
    min-height: 280px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background-image: url("../img/banner/banner_search7.png");
    background-position: center 48%;
    background-size: cover;
    box-shadow: 0 18px 38px rgba(15, 55, 60, .16);
    isolation: isolate;
  }

  .bvt-home-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 78, 84, .9), rgba(0, 101, 106, .52) 48%, rgba(0, 101, 106, .04));
  }

  .bvt-home-hero__copy {
    position: absolute;
    left: clamp(32px, 5vw, 70px);
    bottom: 68px;
    max-width: 480px;
    text-shadow: 0 2px 8px rgba(0, 39, 43, .4);
  }

  .bvt-home-hero__copy h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
  }

  .bvt-home-hero__copy p {
    margin: 0;
    color: rgba(255, 255, 255, .96);
    font-size: 1.12rem;
    font-weight: 550;
  }

  .bvt-home-hero__actions {
    position: absolute;
    top: 22px;
    right: 24px;
    display: flex;
    gap: 10px;
  }

  .bvt-home-hero__action {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 15px;
    color: #034e5a;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 20px rgba(0, 55, 60, .2);
    font-size: 1.22rem;
    transition: transform .2s ease, background .2s ease;
  }

  .bvt-home-hero__action:hover {
    color: #034e5a;
    background: #fff;
    transform: translateY(-2px);
  }

  .bvt-home-shell .bvTabs-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -38px !important;
    padding-inline: 24px;
  }

  .bvt-home-shell #bvTabs {
    padding: 9px 14px !important;
    border: 1px solid #dce7e8 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 55, 60, .08) !important;
  }

  .bvt-home-shell #bvTabs .bv-tab {
    min-height: 78px;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #006473 !important;
    background: var(--bva-teal-soft) !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-icon-line,
  .bvt-home-shell #bvTabs .bv-tab .bv-icon-detail {
    stroke: #006473 !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-lbl {
    color: #0b3340 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active {
    background: linear-gradient(155deg, #078d91, #00666d) !important;
    box-shadow: 0 8px 18px rgba(0, 101, 108, .2) !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-ico {
    color: #fff !important;
    background: transparent !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-icon-line,
  .bvt-home-shell #bvTabs .bv-tab.active .bv-icon-detail {
    stroke: #fff !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-lbl {
    color: #fff !important;
  }

  .bvt-home-shell #bvTabsUnderline {
    background: var(--bva-coral) !important;
  }

  .bvt-home-shell .bv-form .search-panel,
  .bvt-home-shell .bv-form .bv-packbar,
  .bvt-home-shell #form-activities > .container,
  .bvt-home-shell #form-cruises > .container {
    padding: 16px !important;
    border: 1px solid #dce7e8 !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 55, 60, .07) !important;
  }

  .bvt-home-shell #form-activities > .container,
  .bvt-home-shell #form-cruises > .container {
    margin: 8px 0 0 !important;
    text-align: center;
  }

  .bvt-home-shell #form-activities h3,
  .bvt-home-shell #form-cruises h3,
  .bvt-home-shell .bv-packhead__title {
    color: #082f39 !important;
    font-family: var(--bv-field-font) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell .bv-packhead__sub,
  .bvt-home-shell .form-label,
  .bvt-home-shell .text-muted,
  .bvt-home-shell .small {
    color: #788690 !important;
    font-family: var(--bv-field-font) !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #form-hotels .bvt-home-field {
    height: 68px;
  }

  .bvt-home-shell #form-hotels .bvt-home-field__hint {
    position: absolute;
    top: 40px;
    left: 67px;
    z-index: 7;
    display: block;
    max-width: calc(100% - 88px);
    overflow: hidden;
    color: #7a8492;
    font-size: .65rem;
    font-weight: 550;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
  }

  .bvt-home-shell #form-hotels .input-icon__leading,
  .bvt-home-shell #form-hotels .input-icon-leading {
    width: 42px;
    height: 42px;
    left: 10px;
    border: 0 !important;
    border-radius: 12px;
    color: #006473 !important;
    background: var(--bva-teal-soft) !important;
    font-size: 1.12rem;
  }

  .bvt-home-shell #form-hotels .input-icon > input,
  .bvt-home-shell #form-hotels .input-icon > select,
  .bvt-home-shell #form-hotels .input-icon-wrap input,
  .bvt-home-shell #form-hotels .input-icon .select2-selection--single,
  .bvt-home-shell #form-hotels #guestsInput.form-control {
    min-height: 68px !important;
    height: 68px !important;
    padding: 10px 36px 25px 66px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 17px !important;
    color: #101820 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .035) !important;
    font-family: var(--bv-field-font) !important;
    font-size: .9rem !important;
    font-weight: 780 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #form-hotels .select2-selection__rendered,
  .bvt-home-shell #form-hotels .select2-selection__placeholder {
    padding-top: 2px !important;
    color: #101820 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .9rem !important;
    font-weight: 780 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #form-hotels .input-icon .select2-selection__arrow {
    height: 68px !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs {
    display: inline-flex;
    width: auto;
    gap: 5px;
    padding: 4px;
    border: 1px solid #dce7e8 !important;
    border-radius: 14px;
    background: #f0f8f8 !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs .nav-link {
    min-height: 34px;
    padding: 6px 14px;
    border: 0 !important;
    border-radius: 10px !important;
    color: #52717a !important;
    background: transparent !important;
    font-family: var(--bv-field-font) !important;
    font-size: .72rem !important;
    font-weight: 750 !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs .nav-link.active {
    color: #fff !important;
    background: var(--bva-teal) !important;
    box-shadow: 0 4px 10px rgba(0, 127, 131, .16) !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-input,
  .bvt-home-shell #flightSearchPanel .bv-btn,
  .bvt-home-shell #flightSearchPanel .trav-picker > button {
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 34px 0 58px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 16px !important;
    color: #101820 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .035) !important;
    font-family: var(--bv-field-font) !important;
    font-size: .76rem !important;
    font-weight: 720 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-input::placeholder {
    color: #52626c !important;
    opacity: 1 !important;
    font-size: .72rem !important;
    font-weight: 650 !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-ico,
  .bvt-home-shell #flightSearchPanel .bv-dd-btn .bv-ico {
    left: 8px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    color: #006473 !important;
    background: var(--bva-teal-soft) !important;
    font-size: 1.05rem;
  }

  .bvt-home-shell #flightSearchPanel .bv-swap {
    border-color: rgba(0, 127, 131, .2) !important;
    color: var(--bva-teal) !important;
    background: var(--bva-teal-soft) !important;
    box-shadow: none !important;
  }

  .bvt-home-shell #form-packages .bv-chip {
    min-height: 64px !important;
    height: 64px !important;
    gap: 10px;
    padding: 9px 12px 9px 9px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .035) !important;
  }

  .bvt-home-shell #form-packages .bv-chip__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #006473 !important;
    background: var(--bva-teal-soft) !important;
    font-size: 1.08rem;
  }

  .bvt-home-shell #form-packages .bv-chip__label {
    color: #788690 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .62rem !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .bvt-home-shell #form-packages .bv-chip__value,
  .bvt-home-shell #form-packages .bv-chip__value input,
  .bvt-home-shell #form-packages .guestsInput-nb,
  .bvt-home-shell #form-packages .select2-selection__rendered,
  .bvt-home-shell #form-packages .select2-selection__placeholder {
    color: #101820 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .76rem !important;
    font-weight: 720 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell .bv-form .search-btn,
  .bvt-home-shell #form-packages .bv-packbtn,
  .bvt-home-shell #flightSearchPanel button[type="submit"] {
    min-height: 58px !important;
    height: 58px !important;
    border: 1px solid var(--bva-coral-dark) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--bva-coral) !important;
    box-shadow: 0 8px 17px rgba(243, 79, 59, .2) !important;
    font-family: var(--bv-field-font) !important;
    font-size: .88rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell .bv-form .search-btn i,
  .bvt-home-shell #form-packages .bv-packbtn i,
  .bvt-home-shell #flightSearchPanel button[type="submit"] i {
    color: #fff !important;
  }

  .bvt-home-shell .bv-form input:focus,
  .bvt-home-shell .bv-form button:focus,
  .bvt-home-shell .bv-form .bv-chip:focus-within,
  .bvt-home-shell .bv-form .select2-container--open .select2-selection--single {
    outline: 0 !important;
    border-color: rgba(0, 127, 131, .5) !important;
    box-shadow: 0 0 0 3px rgba(0, 127, 131, .1) !important;
  }
}

/* Compact mobile home experience. */
.bvt-home-hero,
.bvt-home-trust,
.bvt-home-field__hint {
  display: none;
}

@media (max-width: 767.98px) {
  :root {
    --bva-teal: #007f83;
    --bva-teal-dark: #00676c;
    --bva-teal-soft: #e5f7f6;
    --bva-coral: #ff654d;
    --bva-coral-dark: #f34f3b;
  }

  body {
    background: #f5f7f8 !important;
  }

  .bvt-home-shell.container {
    width: 100%;
    max-width: 520px;
    padding: 6px 5px 28px !important;
    margin: 0 auto !important;
    background: #f9fbfb;
    box-shadow: 0 8px 26px rgba(15, 23, 42, .1);
  }

  .bvt-home-hero {
    position: relative;
    display: block;
    min-height: 200px;
    overflow: hidden;
    border-radius: 0 0 14px 14px;
    color: #fff;
    background-image: url("../img/banner/banner_search7.png");
    background-position: 72% center;
    background-size: cover;
    isolation: isolate;
  }

  .bvt-home-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 91, 96, .92), rgba(0, 107, 111, .62) 50%, rgba(0, 111, 113, .08));
  }

  .bvt-home-hero__copy {
    position: absolute;
    left: 24px;
    bottom: 76px;
    max-width: 290px;
    text-shadow: 0 2px 6px rgba(0, 40, 45, .38);
  }

  .bvt-home-hero__copy h1 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .bvt-home-hero__copy p {
    margin: 0;
    color: rgba(255, 255, 255, .96);
    font-size: .98rem;
    font-weight: 500;
  }

  .bvt-home-hero__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 10px;
  }

  .bvt-home-hero__action {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 15px;
    color: #034e5a;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 7px 18px rgba(0, 55, 60, .18);
    font-size: 1.2rem;
  }

  .bvt-home-shell .bvTabs-wrapper {
    position: relative;
    z-index: 3;
    margin: -58px 8px 0 !important;
  }

  .bvt-home-shell #bvTabs {
    min-height: 122px;
    padding: 10px 7px 8px !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 12px 28px rgba(15, 55, 60, .15) !important;
  }

  .bvt-home-shell #bvTabs::before,
  .bvt-home-shell #bvTabs::after,
  .bvt-home-shell #bvTabs .bv-tabs-bg,
  .bvt-home-shell .bvTabs-wrapper > .bvTabs-bg,
  .bvt-home-shell #bvTabsUnderline,
  .bvt-home-shell .bvTabs-tail {
    display: none !important;
  }

  .bvt-home-shell #bvTabs .swiper {
    padding: 0 !important;
  }

  .bvt-home-shell #bvTabsSwiper .swiper-wrapper {
    justify-content: space-between;
  }

  .bvt-home-shell #bvTabsSwiper .swiper-slide {
    width: 20% !important;
    min-width: 0 !important;
  }

  .bvt-home-shell #bvTabs .bv-tab {
    min-height: 96px !important;
    padding: 7px 2px 5px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-ico {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 4px !important;
    border-radius: 17px !important;
    color: #005a68 !important;
    background: #eef8f8 !important;
  }

  .bvt-home-shell #bvTabs .bv-tab-icon {
    width: 32px !important;
    height: 32px !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-icon-line,
  .bvt-home-shell #bvTabs .bv-tab .bv-icon-detail {
    stroke: #005a68 !important;
    stroke-width: 1.55 !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-lbl {
    max-width: 72px;
    color: #062c38 !important;
    font-size: .65rem !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    text-align: center;
    white-space: normal !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active {
    background: linear-gradient(155deg, #078d91, #00666d) !important;
    box-shadow: 0 9px 18px rgba(0, 101, 108, .28) !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block !important;
    height: 3px;
    border-radius: 99px;
    background: var(--bva-coral);
    content: "";
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-ico {
    color: #fff !important;
    background: transparent !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-icon-line,
  .bvt-home-shell #bvTabs .bv-tab.active .bv-icon-detail {
    stroke: #fff !important;
  }

  .bvt-home-shell #bvTabs .bv-tab.active .bv-lbl {
    color: #fff !important;
  }

  .bvt-home-shell .bv-form {
    margin: 16px 8px 0;
  }

  .bvt-home-shell .bv-form .search-panel,
  .bvt-home-shell .bv-form .bv-packbar {
    padding: 14px !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 12px 28px rgba(15, 55, 60, .09) !important;
  }

  .bvt-home-shell #form-hotels .row.g-3 {
    --bs-gutter-y: 10px;
  }

  .bvt-home-shell #form-hotels .bvt-home-field {
    height: 74px;
  }

  .bvt-home-shell #form-hotels .bvt-home-field__hint {
    position: absolute;
    top: 43px;
    left: 80px;
    z-index: 7;
    display: block;
    color: #7a8492;
    font-size: .72rem;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
  }

  .bvt-home-shell #form-hotels .input-icon__leading,
  .bvt-home-shell #form-hotels .input-icon-leading {
    width: 48px;
    height: 48px;
    left: 11px;
    border-radius: 13px;
    color: #006473 !important;
    background: #ddf6f4 !important;
    font-size: 1.28rem;
  }

  .bvt-home-shell #form-hotels .input-icon > input,
  .bvt-home-shell #form-hotels .input-icon > select,
  .bvt-home-shell #form-hotels .input-icon-wrap input,
  .bvt-home-shell #form-hotels .input-icon .select2-selection--single,
  .bvt-home-shell #form-hotels #guestsInput.form-control {
    height: 74px !important;
    min-height: 74px !important;
    padding: 12px 42px 28px 80px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 18px !important;
    color: #101820 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .04) !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
  }

  .bvt-home-shell #form-hotels .select2-selection__rendered,
  .bvt-home-shell #form-hotels .select2-selection__placeholder {
    padding-top: 4px !important;
    color: #101820 !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
  }

  .bvt-home-shell #form-hotels .input-icon .select2-selection__arrow {
    height: 74px !important;
    right: 10px !important;
  }

  .bvt-home-shell #form-hotels .input-icon-wrap .dropdown::after {
    right: 18px;
    color: #002f3a;
  }

  .bvt-home-shell .bv-form .search-btn,
  .bvt-home-shell .bv-form .bv-packbtn,
  .bvt-home-shell #flightSearchPanel button[type="submit"] {
    min-height: 58px !important;
    height: 58px !important;
    border: 1px solid var(--bva-coral-dark) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--bva-coral) !important;
    box-shadow: 0 9px 18px rgba(243, 79, 59, .22) !important;
    font-size: 1.05rem !important;
  }

  .bvt-home-shell .bv-form .search-btn i,
  .bvt-home-shell .bv-form .bv-packbtn i,
  .bvt-home-shell #flightSearchPanel button[type="submit"] i {
    color: #fff !important;
    font-size: 1.3rem !important;
  }

  .bvt-home-trust--mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1px 1px 1px;
    padding: 1px 1px;
    color: #003d49;
  }

  .bvt-home-trust__item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 3px 6px;
    border-right: 1px solid #d7e0e2;
  }

  .bvt-home-trust__item:last-child {
    border-right: 0;
  }

  .bvt-home-trust__item i {
    flex: 0 0 auto;
    color: #00978e;
    font-size: 1.25rem;
  }

  .bvt-home-trust__item span {
    color: #082a34;
    font-size: .52rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

/* Unified dock forms: flights, packages, tours and cruises. */
@media (max-width: 767.98px) {
  .bvt-home-shell .bv-form .search-panel,
  .bvt-home-shell .bv-form .bv-packbar,
  .bvt-home-shell #form-activities > .container,
  .bvt-home-shell #form-cruises > .container {
    padding: 14px !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 12px 28px rgba(15, 55, 60, .09) !important;
  }

  .bvt-home-shell #form-activities > .container,
  .bvt-home-shell #form-cruises > .container {
    margin: 0 !important;
    text-align: center;
  }

  .bvt-home-shell #form-activities h3,
  .bvt-home-shell #form-cruises h3,
  .bvt-home-shell .bv-packhead__title {
    margin: 0;
    color: #082f39 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell .bv-packhead__sub,
  .bvt-home-shell .form-label,
  .bvt-home-shell .text-muted,
  .bvt-home-shell .small {
    color: #788690 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #flightSearchPanel {
    margin-bottom: 1px !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs {
    gap: 6px;
    padding: 5px;
    margin-bottom: 12px !important;
    border: 1px solid #dce7e8 !important;
    border-radius: 16px;
    background: #f0f8f8 !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs .nav-link {
    min-height: 40px;
    border: 0 !important;
    border-radius: 12px !important;
    color: #52717a !important;
    background: transparent !important;
    font-family: var(--bv-field-font) !important;
    font-size: .78rem !important;
    font-weight: 750 !important;
  }

  .bvt-home-shell #flightSearchPanel .nav-tabs .nav-link.active {
    color: #fff !important;
    background: var(--bva-teal) !important;
    box-shadow: 0 5px 12px rgba(0, 127, 131, .18) !important;
  }

  .bvt-home-shell #flightSearchPanel form {
    --bs-gutter-y: 10px;
  }

  .bvt-home-shell #flightSearchPanel .bv-field,
  .bvt-home-shell #flightSearchPanel .trav-picker {
    position: relative;
    min-height: 64px;
  }

  .bvt-home-shell #flightSearchPanel .bv-input,
  .bvt-home-shell #flightSearchPanel .bv-btn,
  .bvt-home-shell #flightSearchPanel .trav-picker > button {
    width: 100% !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 42px 0 72px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 18px !important;
    color: #101820 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .04) !important;
    font-family: var(--bv-field-font) !important;
    font-size: .92rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-input::placeholder {
    color: #52626c !important;
    opacity: 1 !important;
    font-size: .82rem !important;
    font-weight: 650 !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-ico,
  .bvt-home-shell #flightSearchPanel .bv-dd-btn .bv-ico {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 4;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #006473 !important;
    background: #ddf6f4 !important;
    font-size: 1.18rem;
    transform: translateY(-50%);
  }

  .bvt-home-shell #flightSearchPanel .trav-label,
  .bvt-home-shell #flightSearchPanel .bv-btn,
  .bvt-home-shell #flightSearchPanel input {
    color: #101820 !important;
    font-family: var(--bv-field-font) !important;
    font-weight: 750 !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-swap {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(0, 127, 131, .2) !important;
    color: var(--bva-teal) !important;
    background: #e8f7f6 !important;
    box-shadow: none !important;
  }

  .bvt-home-shell #flightSearchPanel .bv-swap i {
    color: var(--bva-teal) !important;
  }

  .bvt-home-shell #form-packages .bv-packhead {
    padding: 2px 2px 12px;
  }

  .bvt-home-shell #form-packages .bv-packrow {
    gap: 10px !important;
  }

  .bvt-home-shell #form-packages .bv-chip {
    width: 100% !important;
    min-height: 74px !important;
    height: 74px !important;
    flex: 1 1 100% !important;
    gap: 12px;
    padding: 10px 14px 10px 10px !important;
    border: 1px solid #dbe3e7 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 55, 60, .04) !important;
  }

  .bvt-home-shell #form-packages .bv-chip__icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    color: #006473 !important;
    background: #ddf6f4 !important;
    font-size: 1.2rem;
  }

  .bvt-home-shell #form-packages .bv-chip__label {
    margin-bottom: 3px;
    color: #788690 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .7rem !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .bvt-home-shell #form-packages .bv-chip__value,
  .bvt-home-shell #form-packages .bv-chip__value input,
  .bvt-home-shell #form-packages .guestsInput-nb,
  .bvt-home-shell #form-packages .select2-selection__rendered,
  .bvt-home-shell #form-packages .select2-selection__placeholder {
    color: #101820 !important;
    font-family: var(--bv-field-font) !important;
    font-size: .92rem !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell #form-packages .bv-chip input::placeholder {
    color: #52626c !important;
    opacity: 1 !important;
    font-weight: 650 !important;
  }

  .bvt-home-shell #form-packages .bv-packbtn,
  .bvt-home-shell #flightSearchPanel button[type="submit"] {
    width: 100% !important;
    min-height: 58px !important;
    height: 58px !important;
    border: 1px solid var(--bva-coral-dark) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--bva-coral) !important;
    box-shadow: 0 9px 18px rgba(243, 79, 59, .22) !important;
    font-family: var(--bv-field-font) !important;
    font-size: 1.02rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }

  .bvt-home-shell .bv-form input:focus,
  .bvt-home-shell .bv-form button:focus,
  .bvt-home-shell .bv-form .bv-chip:focus-within {
    outline: 0 !important;
    border-color: rgba(0, 127, 131, .5) !important;
    box-shadow: 0 0 0 3px rgba(0, 127, 131, .1) !important;
  }
}

/* Desktop must retain the hero's height before the overlapping dock. */
@media (min-width: 768px) {
  .bvt-home-shell .bvt-home-hero {
    display: block !important;
  }

  .bvt-home-shell .bvTabs-wrapper {
    margin-top: -38px !important;
  }
}

/* Hotel result CTAs use the app's teal action color instead of legacy yellow. */
#resultsGrid .card-hz .see-availability-btn,
.gm-infocard .btn-primary {
  border: 1px solid var(--bva-teal-dark) !important;
  color: #fff !important;
  background: var(--bva-teal) !important;
  box-shadow: 0 6px 14px rgba(0, 103, 108, .18) !important;
  text-shadow: none !important;
  font-weight: 800 !important;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#resultsGrid .card-hz .see-availability-btn i,
.gm-infocard .btn-primary i {
  color: #fff !important;
}

#resultsGrid .card-hz .see-availability-btn:hover,
.gm-infocard .btn-primary:hover {
  border-color: #00575c !important;
  color: #fff !important;
  background: var(--bva-teal-dark) !important;
  box-shadow: 0 8px 18px rgba(0, 103, 108, .24) !important;
  transform: translateY(-1px);
}

#resultsGrid .card-hz .see-availability-btn:focus-visible,
.gm-infocard .btn-primary:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(0, 127, 131, .2), 0 6px 14px rgba(0, 103, 108, .18) !important;
}

/* Desktop booking benefits strip below the dock forms. */
@media (min-width: 768px) {
  .bvt-home-shell .bvt-home-trust--desktop {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1040px;
    margin: 22px auto 30px;
    padding: 13px 18px;
    border-top: 1px solid #dce7e8;
    border-bottom: 1px solid #dce7e8;
    color: #003d49;
  }

  .bvt-home-shell .bvt-home-trust__item {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 2px 22px;
    border-right: 1px solid #d7e0e2;
  }

  .bvt-home-shell .bvt-home-trust__item:last-child {
    border-right: 0;
  }

  .bvt-home-shell .bvt-home-trust__item i {
    flex: 0 0 auto;
    color: #00978e;
    font-size: 1.45rem;
  }

  .bvt-home-shell .bvt-home-trust__item span {
    color: #082a34;
    font-family: var(--bv-field-font);
    font-size: .68rem;
    font-weight: 750;
    line-height: 1.25;
  }
}

/* Compact, even search controls across home forms. */
.bvt-home-shell {
  --bvt-field-h: 48px;
  --bvt-field-icon: 34px;
  --bvt-field-radius: 14px;
}

.bvt-home-shell .bv-form .search-btn,
.bvt-home-shell .bv-form .bv-packbtn,
.bvt-home-shell #form-packages .bv-packbtn,
.bvt-home-shell #flightSearchPanel button[type="submit"] {
  min-height: var(--bvt-field-h) !important;
  height: var(--bvt-field-h) !important;
  padding-block: 0 !important;
  border-radius: 999px !important;
}

.bvt-home-shell #form-hotels .bvt-home-field {
  height: var(--bvt-field-h) !important;
}

.bvt-home-shell #form-hotels .input-icon__leading,
.bvt-home-shell #form-hotels .input-icon-leading,
.bvt-home-shell #flightSearchPanel .bv-ico,
.bvt-home-shell #flightSearchPanel .bv-dd-btn .bv-ico,
.bvt-home-shell #form-packages .bv-chip__icon {
  width: var(--bvt-field-icon) !important;
  height: var(--bvt-field-icon) !important;
  border-radius: 11px !important;
  font-size: 1rem !important;
}

.bvt-home-shell #form-hotels .input-icon__leading,
.bvt-home-shell #form-hotels .input-icon-leading {
  left: 8px !important;
}

.bvt-home-shell #form-hotels .input-icon > input,
.bvt-home-shell #form-hotels .input-icon > select,
.bvt-home-shell #form-hotels .input-icon-wrap input,
.bvt-home-shell #form-hotels .input-icon .select2-selection--single,
.bvt-home-shell #form-hotels #guestsInput.form-control {
  min-height: var(--bvt-field-h) !important;
  height: var(--bvt-field-h) !important;
  padding: 6px 30px 16px 52px !important;
  border-radius: var(--bvt-field-radius) !important;
  font-size: .82rem !important;
  line-height: 1.1 !important;
}

.bvt-home-shell #form-hotels .select2-selection__rendered,
.bvt-home-shell #form-hotels .select2-selection__placeholder {
  padding-top: 0 !important;
  font-size: .82rem !important;
  line-height: 18px !important;
}

.bvt-home-shell #form-hotels .bvt-home-field__hint {
  top: 30px !important;
  left: 52px !important;
  max-width: calc(100% - 68px) !important;
  font-size: .58rem !important;
  line-height: 1 !important;
}

.bvt-home-shell #form-hotels .input-icon .select2-selection__arrow {
  height: var(--bvt-field-h) !important;
}

.bvt-home-shell #flightSearchPanel .bv-field,
.bvt-home-shell #flightSearchPanel .trav-picker {
  min-height: var(--bvt-field-h) !important;
}

.bvt-home-shell #flightSearchPanel .bv-input,
.bvt-home-shell #flightSearchPanel .bv-btn,
.bvt-home-shell #flightSearchPanel .trav-picker > button {
  min-height: var(--bvt-field-h) !important;
  height: var(--bvt-field-h) !important;
  padding: 0 30px 0 52px !important;
  border-radius: var(--bvt-field-radius) !important;
  font-size: .78rem !important;
  line-height: 1.1 !important;
}

.bvt-home-shell #flightSearchPanel .bv-ico,
.bvt-home-shell #flightSearchPanel .bv-dd-btn .bv-ico {
  position: absolute !important;
  top: 50% !important;
  left: 8px !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #006473 !important;
  background: var(--bva-teal-soft) !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.bvt-home-shell #flightSearchPanel .bv-ico i,
.bvt-home-shell #flightSearchPanel .bv-dd-btn .bv-ico i {
  color: inherit !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.bvt-home-shell #flightSearchPanel .bv-input::placeholder {
  font-size: .76rem !important;
}

.bvt-home-shell #form-packages .bv-chip {
  min-height: var(--bvt-field-h) !important;
  height: var(--bvt-field-h) !important;
  gap: 8px !important;
  padding: 6px 10px 6px 8px !important;
  border-radius: var(--bvt-field-radius) !important;
}

.bvt-home-shell #form-packages .bv-chip__body {
  display: grid !important;
  grid-template-rows: 10px 19px !important;
  align-content: center !important;
  row-gap: 2px !important;
  min-width: 0 !important;
}

.bvt-home-shell #form-packages .bv-chip__label {
  height: 10px !important;
  margin: 0 !important;
  font-size: .58rem !important;
  line-height: 10px !important;
  font-weight: 700 !important;
}

.bvt-home-shell #form-packages .bv-chip__value,
.bvt-home-shell #form-packages .bv-chip__value input,
.bvt-home-shell #form-packages .guestsInput-nb,
.bvt-home-shell #form-packages .select2-container,
.bvt-home-shell #form-packages .select2-selection--single,
.bvt-home-shell #form-packages .select2-selection__rendered,
.bvt-home-shell #form-packages .select2-selection__placeholder {
  height: 19px !important;
  min-height: 19px !important;
  padding-top: 0 !important;
  font-size: .78rem !important;
  font-weight: 750 !important;
  line-height: 19px !important;
}

.bvt-home-shell #form-packages .bv-chip--guests .dropdown,
.bvt-home-shell #form-packages .bv-chip__value {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  padding-top: 0 !important;
}

.bvt-home-shell #form-packages .guestsInput-nb {
  border: 0 !important;
  box-shadow: none !important;
}

.bvt-home-shell #form-hotels .input-icon > input,
.bvt-home-shell #form-hotels .input-icon > select,
.bvt-home-shell #form-hotels .input-icon-wrap input,
.bvt-home-shell #form-hotels .input-icon .select2-selection--single,
.bvt-home-shell #form-hotels #guestsInput.form-control,
.bvt-home-shell #flightSearchPanel .bv-input,
.bvt-home-shell #flightSearchPanel .bv-btn,
.bvt-home-shell #flightSearchPanel .trav-picker > button,
.bvt-home-shell #form-packages .bv-chip,
.bvt-home-shell #form-packages .select2-selection--single {
  border-color: #017a80 !important;
}

.bvt-home-shell #form-hotels .input-icon > input:hover,
.bvt-home-shell #form-hotels .input-icon > select:hover,
.bvt-home-shell #form-hotels .input-icon-wrap input:hover,
.bvt-home-shell #form-hotels .input-icon .select2-selection--single:hover,
.bvt-home-shell #form-hotels #guestsInput.form-control:hover,
.bvt-home-shell #flightSearchPanel .bv-input:hover,
.bvt-home-shell #flightSearchPanel .bv-btn:hover,
.bvt-home-shell #flightSearchPanel .trav-picker > button:hover,
.bvt-home-shell #form-packages .bv-chip:hover,
.bvt-home-shell #form-packages .select2-selection--single:hover {
  border-color: #017a80 !important;
}

@media (min-width: 768px) {
  .bvt-home-shell .bvt-home-trust--desktop {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 1040px);
    margin: 10px auto 18px !important;
    padding: 8px 14px !important;
    border-top: 1px solid #dce7e8 !important;
    border-bottom: 1px solid #dce7e8 !important;
    color: #557179;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bvt-home-shell .bvt-home-trust--desktop .bvt-home-trust__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px !important;
    min-width: 0;
    padding: 0 12px !important;
    border-right: 1px solid #d7e0e2;
  }

  .bvt-home-shell .bvt-home-trust--desktop .bvt-home-trust__item:last-child {
    border-right: 0;
  }

  .bvt-home-shell .bvt-home-trust--desktop .bvt-home-trust__item i {
    flex: 0 0 auto;
    color: #007f83;
    font-size: .82rem !important;
    line-height: 1;
  }

  .bvt-home-shell .bvt-home-trust--desktop .bvt-home-trust__item span {
    color: #31545c !important;
    font-family: var(--bv-field-font);
    font-size: .62rem !important;
    font-weight: 760 !important;
    line-height: 1.1 !important;
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .bvt-home-shell {
    --bvt-field-h: 48px;
    --bvt-field-icon: 34px;
  }

  .bvt-home-shell #bvTabs {
    overflow: hidden !important;
  }

  .bvt-home-shell #bvTabs .swiper {
    overflow: hidden !important;
    padding-inline: 4px !important;
  }

  .bvt-home-shell #bvTabsSwiper .swiper-wrapper {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .bvt-home-shell #bvTabsSwiper .swiper-slide {
    width: 20% !important;
    min-width: 0 !important;
    flex: 0 0 20% !important;
  }

  .bvt-home-shell #bvTabs .bv-tab {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-inline: 1px !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-ico {
    width: 48px !important;
    height: 48px !important;
  }

  .bvt-home-shell #bvTabs .bv-tab .bv-lbl {
    max-width: 62px !important;
    margin-inline: auto !important;
    font-size: .59rem !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
  }

  .bvt-home-shell .bv-form .search-panel,
  .bvt-home-shell .bv-form .bv-packbar {
    padding: 12px !important;
  }

  .bvt-home-shell #form-packages .bv-packrow,
  .bvt-home-shell #flightSearchPanel form,
  .bvt-home-shell #form-hotels .row.g-3 {
    --bs-gutter-y: 8px;
    gap: 8px !important;
  }

  .bvt-home-shell #form-packages .bv-packbtn,
  .bvt-home-shell #flightSearchPanel button[type="submit"],
  .bvt-home-shell .bv-form .search-btn {
    width: 100% !important;
    font-size: .94rem !important;
  }
}
