/*
Theme Name:    Safe Transfer 2.0
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Cielo Travel
Author URI:    https://cielo.travel
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ===== Base / Global Elements ===== */

.fl-module-button .fl-button {
  padding: 9px 10px !important;
  line-height: 24px !important;
  transition: all 200ms ease-in-out;
}

p {
  margin-bottom: 24px;
}

p:last-child {
  margin-bottom: 0px;
}

:where(.fl-builder-content, .fl-page)
  :is(
    a[href],
    button,
    input,
    select,
    textarea,
    [tabindex]:not([tabindex="-1"])
  ):focus {
  outline: none;
  text-decoration: none;
}

.translatepress-es_CO .book-this-vehicle .fl-button {
  width: 255px !important;
}

.translatepress-es_CO .sf-vf {
  grid-template-columns: 202px 202px;
}

.pum-theme-5698 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 66px 24px;
  border-radius: 24px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid var(--White-white-300, #d6d6d6);
  background-color: white;
  max-width: 100%;
}

.pum-theme-5698 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  border-radius: 8px;
  padding: 6px;
  top: 24px;
  right: 24px;

  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid var(--White-white-400, #adadad);
  background: #fff;
  line-height: 0px;
  text-align: center;
}

.pum-close.popmake-close .fa-window-close {
  font-family: "DM Sans", sans-serif;
  content: "";
  display: inline-block;
  color: #000000;
  font-size: 20px;
  line-height: 1em;
  width: 16px;
  height: 16px;
  background-image: url("images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pum-close.popmake-close .fa-window-close::before {
  display: none;
}

/* ===== Buttons ===== */

.btn-blue,
.btn-white {
  display: inline-block;
  padding: 10.5px 10px;
  border-radius: 8px;
  border: 1px solid #072e58;
  background: #0d4a8e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white !important;
  text-align: center;
  transition: background-color 300ms ease-in-out;
}

.btn-blue:hover {
  background-color: #072e58;
  text-decoration: none;
}

.btn-white {
  border-color: #1f1f1f;
  background: #fff;
  color: #000000 !important;
}

.btn-white:hover {
  background-color: #f8f5ec;
  text-decoration: none;
}

.btn-white--alter:hover {
  background-color: #e0e5ed;
}

.btn-book-now {
  width: 188px;
}

.btn-whatsapp {
  transition: all 200ms ease-in-out;
}

.btn-whatsapp:hover {
  background-color: #072e58;
  color: white;
}

.btn-book-icon span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/timer-play.svg");
  margin-right: 10px;
  margin-bottom: -2px;
}

.btn-book-icon--white span::before {
  background-image: url("images/timer-play-white.svg");
}

.btn-right-arrow span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/expand-circle-right-small.svg");
  margin-left: 10px;
  margin-bottom: -2px;
}

/* ===== Header & Navigation ===== */

/* -- Header Row -- */
.fl-page-header-row {
  position: relative;
}

.fl-page-header-logo {
  text-align: left;
}

.fl-page-header-widgets-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.fl-page-header-menu-main {
  display: none;
}

@media (min-width: 1300px) {
  .fl-page-header-menu-main {
    display: block;
  }
  .top-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 24px;
  }

  .fl-page-nav-col {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #f8f5ec;
    display: none;
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;

    position: absolute;
    top: 100%; /* right below its positioned parent */
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .fl-page-nav-col::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    top: 0px;
    background-color: #f8f5ec;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background-image: url("images/safe-transfers-colombia.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .page-floating-menu-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.25s ease;
  }

  .fl-page-nav-col.is-open {
    display: block;
  }

  .page-floating-menu-wrapper.is-open {
    max-height: 44px;
    overflow: visible;
  }

  .fl-page-nav-col.is-animating-in {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
/* @media (max-width: 1300px) { */
/*   .fl-page-header-logo-col { */
/*     width: 50%; */
/*   } */
/**/
/*   .fl-page-nav-col { */
/*     padding-top: 20px; */
/*     width: 100%; */
/*   } */
/**/
/*   .fl-page-header-widgets-col { */
/*     position: absolute; */
/*     top: 20px; */
/*     right: 0px; */
/*     width: 50%; */
/*   } */
/* } */

/*
@media (min-width: 1301px) {
  .fl-page-header-row.row {
    display: flex;
    align-items: center;
  }
}*/

.fl-page-nav-wrap {
  border: 0px;
  background-color: transparent;
}

@media (min-width: 1300px) {
  .fl-page-header-container {
    padding-bottom: 0px;
  }
}

.skip-to-menu-link {
  position: absolute;
  top: -60px;
  left: 8px;
  z-index: 10000;
  padding: 10px 18px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  font-size: 14px;
  transition: top 0.15s ease;
}

.skip-to-menu-link:focus {
  top: 8px;
}

.menu-home-btn {
  font-size: 20px;
  line-height: 28px;
  font-family: Unbounded, sans-serif;
}

.menu-home-btn:hover {
  text-decoration: none;
}

.menu-home-btn::after {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: -1.6px;
  height: 16px;
  width: 16px;
  content: "";
  background-image: url("images/expand-circle-down.svg");
}

.menu-home-btn.is-active::after {
  background-image: url("images/expand-circle-up.svg");
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right
  .fl-page-header-row
  .fl-page-header-logo {
  padding-bottom: 0px;
}

.fl-page-header-fixed .fl-page-header-menu-main {
  text-align: center;
}
.fl-page-header-fixed .fl-page-header-widgets-col {
  padding-right: 0px;
}

.fl-page-header-fixed .fl-page-header-widgets-col .widget {
  float: right;
}

.fl-page-header-fixed .fl-page-header-widgets-col .lang-switcher {
  float: right;
  margin-top: 6px;
  margin-right: 16px;
}

.page-floating-menu-wrapper .fl-page-nav-collapse {
  width: 100%;
  justify-content: center !important;
}

.fl-page-header-fixed .fl-page-header-logo img {
  height: 65px !important;
}

@media (max-width: 1300px) {
  /* .fl-page-header-row::before, */
  /* .fl-page-header-row::after { */
  /*   display: none; */
  /* } */

  .fl-page-nav-right .fl-page-header-row > div {
    width: 100%;
    display: block;
  }

  /*
  .floating-menu-book-col {
    display: none;
  }*/

  .fl-page-nav-col {
    padding-top: 0px;
    width: 100%;
  }

  .fl-page-header-widgets-col {
    top: 10px;
    right: 25px;
    position: absolute;
  }

  .fl-page-header-row.row {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    .navbar-toggle
    * {
    color: #000000;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    .navbar-toggle {
    padding-right: 0px;
    right: 0px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    .navbar-toggle
    i.fas {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("images/menu-open.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .fl-page-header-primary .fl-logo-img,
  .fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
  .fl-page-header-fixed .fl-logo-img {
    width: 108px !important;
  }

  .fl-page-fixed-nav-wrap {
    position: relative;
  }
  .fl-page-fixed-nav-wrap .navbar-toggler {
    top: -45px !important;
  }

  .fl-page-header-fixed .fl-page-fixed-nav-wrap {
    padding-left: 0px;
  }

  .fl-page-header-logo-col {
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px !important;
    width: 100%;
  }

  .fl-page-header-container.container {
    padding: 12px 36px;
    max-width: 100%;
  }

  .fl-page-header-language-selector-col {
    padding-right: 60px;
  }

  .fl-page-header-widgets-col .btn-book-now {
    display: block !important;
    width: 106px;
    padding: 6px;
  }

  .fl-page-menu-right-col .btn-book-now {
    display: none;
  }

  .fl-page-header-language-selector-col .lang-switcher {
    display: none;
  }
}

@media (max-width: 768px) {
  .fl-page-header-container.container {
    padding: 12px 16px;
    max-width: 100%;
  }

  .fl-page-header-widgets-col {
    position: absolute;
  }
}

.fl-page-header-language-selector-col .btn-book-now {
  display: none;
}

/* -- Page Menu -- */

.fl-page-menu-row {
  display: flex;
  justify-content: space-between;
}

.fl-page-nav-wrap {
  border: 0px;
}

.fl-page-menu-center-col {
  margin-right: 0px;
}

/* -- Chat With Us -- */

.chat-with-us {
  display: inline-block;
  width: 154px;
  border: 1px solid #072e58;
  background-color: #0d4a8e;
  color: white !important;
  padding: 9px 8px 9px 40px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  text-decoration: none;
  background-image: url("images/chat-with-us.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  letter-spacing: 0px;
  transition: all 200ms ease-in-out;
}

.chat-with-us span,
.chat-with-us:hover span {
  color: white !important;
}

.chat-with-us:hover {
  color: white !important;
  text-decoration: none;
  background-color: #072e58;
}

@media (max-width: 1150px) {
  header .chat-with-us {
    display: none;
  }

  .fl-page-menu-center-col {
    margin-right: auto;
  }
}

/*
*  OLD STYLE
*
.chat-with-us {
  display: flex;
  align-items: center;
  width: 183px;
  height: 51px;
  padding: 10.5px 12px 10.5px 65.5px;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06);
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  background-image: url("images/whatsapp-withuotbackground.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 19.5px center;
  background-color: #f9f5f7;
  transition: all 200ms ease-in-out;
}

.chat-with-us span {
  transition: all 200ms ease-in-out;
}

.chat-with-us:hover {
  text-decoration: none;
  background-color: #072e58;
}

.chat-with-us:hover span {
  color: white;
}

.chat-with-us--black {
  background-size: 20px 20px;
  background-color: black;
  color: white;
  padding: 7.5px 12px 7.5px 41px;
  background-position: 14px center;
  width: 153px;
  height: auto;
}

*/
/* -- Book Now Button -- */

/* .floating-menu-book-col { */
/*   margin-left: 25px; */
/* } */

@media (max-width: 992px) {
  .fl-pae-menu-container .btn-book-now {
    display: none;
  }
}

/* -- Menu / Submenu Overrides -- */

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover {
  color: #000000;
}

.fl-page-nav-wrap .navbar-nav li > a:hover,
.fl-page-nav-wrap .navbar-nav li > a:focus {
  outline: none !important;
}

@media (min-width: 1301px) {
  .fl-submenu-indicator
    .fl-page-nav
    ul.sub-menu
    li.menu-item-has-children
    > a:after {
    width: 16px;
    height: 24px;
    background-image: url("images/arrow-right.svg");
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

@media (max-width: 1300px) {
  .fl-page-menu-center-col {
    width: 100%;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    li {
    border: 0px;
  }

  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    ul.navbar-nav
    li
    a {
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 24px;
    padding: 7px !important;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a:before {
    display: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon:after {
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("images/expand-circle-down.svg");
    margin-top: -4px;
  }

  .fl-submenu-indicator
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    ul.navbar-nav
    li.menu-item-has-children.fl-mobile-sub-menu-open
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon:after {
    content: "";
    background-image: url("images/expand-circle-up.svg");
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse,
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    .navbar-nav {
    border: none;
  }
}

@media (min-width: 1301px) {
  .fl-page-menu-container {
    padding-top: 28px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  /*
  .fl-page-nav .navbar-nav {
    border-radius: 12px;
    background: #fff;
  }*/

  .fl-submenu-indicator
    .fl-page-nav
    ul.navbar-nav
    > li.menu-item-has-children
    > a:after {
    margin-left: 8px;
    margin-top: -2px;
    height: 16px;
    width: 16px;
    content: "";
    background-image: url("images/expand-circle-down.svg");
  }

  .fl-submenu-indicator
    .fl-page-nav
    ul.navbar-nav
    > li.menu-item-has-children
    > a:hover:after {
    background-image: url("images/expand-circle-up.svg");
  }

  .fl-page-nav ul.sub-menu,
  .fl-page-nav-collapse ul.sub-menu {
    background-color: #ffffff !important;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    padding: 8px;
  }
}

/*
.fl-page-nav-centered .fl-page-nav ul.navbar-nav,
.fl-page-nav-right .fl-page-nav ul.navbar-nav {
  border: 1px solid #d6d6d6;
}*/

.fl-page-nav ul.sub-menu li a {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 15px;
  text-align: center;
}

.fl-page-nav ul.sub-menu li:hover > a,
.fl-page-nav ul.sub-menu li.current-menu-item > a {
  background-color: #f8f5ec;
  border-radius: 8px;
}

.fl-page-nav .navbar-nav li > a {
  padding: 12px 20px;
}

/* .fl-page-nav .navbar-nav li:first-child a { */
/*   padding-left: 0px; */
/* } */
/**/
/* .fl-page-nav .navbar-nav li:last-child a { */
/*   padding-right: 0px; */
/* } */

.fl-page-nav .navbar-nav a {
  line-height: 24px;
}

/*
* TEXT REVEAL ON MENU ITEMS 
*
.fl-page-nav .navbar-nav li > a > span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition:
    max-width 0.35s ease,
    opacity 0.25s ease;
}

@media (min-width: 1301px) {
  .fl-page-nav .navbar-nav li > a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .fl-page-nav .navbar-nav li > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }

  .fl-page-nav .navbar-nav li > a:hover > span {
    max-width: 200px;
    opacity: 1;
  }
}
*/
/* -- Language Selector -- */

.lang-switcher {
  float: right;
  align-items: center;
  gap: 2px;
  border: 1px solid #858585;
  border-radius: 8px;
  display: flex;
  width: auto;
  height: 30px;
  padding: 2px;
  justify-content: center;
  flex-shrink: 0;
  background-color: #ffffff;
  text-decoration: none;
  transition: border-color 200ms ease-in-out;
}

.lang-switcher:hover {
  border-color: #1f1f1f;
  text-decoration: none;
}

.lang-switcher--white {
  background-color: #ffffff;
}

.lang-switcher-flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lang-switcher-flag--es {
  background-image: url("images/flag-spanish.png");
}

.lang-switcher-flag--en {
  background-image: url("images/flag-english.png");
}

.lang-switcher-swap {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #000000;
}

.lang-switcher-swap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("images/icon-change.svg");
  mask-image: url("images/icon-change.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

footer .lang-switcher {
  float: none;
  margin: auto;
}

/* -- Language Selector (Footer, old list style) -- */

.lang-switcher-footer {
  float: right;
  align-items: center;
  gap: 8px;
  border: 1px solid #858585;
  border-radius: 8px;
  display: flex;
  width: 80px;
  height: 30px;
  padding: 8px;
  justify-content: center;
  flex-shrink: 0;
}

.lang-switcher-footer--white {
  background-color: #ffffff;
}

.lang-item-footer {
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #5c5c5c !important;
}

.lang-item-footer.active {
  color: #000000 !important;
}

.lang-divider-footer {
  color: #ffffff;
}

footer .lang-switcher-footer {
  float: none;
  margin: auto;
  border: 0px;
}

footer .lang-switcher-footer .lang-item-footer {
  color: #d6d6d6 !important;
}

footer .lang-switcher-footer .lang-item-footer.active {
  color: #ffffff !important;
}

/* ===== Breadcrumbs ===== */

.breadcrumbs-row {
  position: relative;
}

.breadcrumbs-row .lang-switcher {
  position: absolute;
  right: 0px;
  top: -3px;
}

@media (max-width: 768px) {
  .breadcrumbs-row .lang-switcher {
    top: 55px;
  }

  .rank-math-breadcrumb {
    font-size: 14px;
    line-height: 24px;
  }
}

.rank-math-breadcrumb {
}

.rank-math-breadcrumb a {
  color: black;
}

.rank-math-breadcrumb .last {
  font-weight: 600;
}

/* ===== Feature Cards ===== */

body:not(.fl-builder-edit) .feature-card .feature-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

body:not(.fl-builder-edit) .feature-card.is-open .feature-card-content {
  max-height: 200px;
}

.feature-card {
  position: relative;
}

.feature-card h2,
.feature-card h3 {
  z-index: 10;
}

.feature-card::after {
  transition: opacity 300ms ease-in-out;
  content: "" !important;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  display: block !important;
  opacity: 0;
}

.feature-card.is-dimmed::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .feature-card h3::after {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background-image: url("images/arrow-white-down.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 16px;
  }

  .feature-card.is-open h3::after {
    background-image: url("images/arrow-white-up.svg");
  }
}

.feature-card .fl-module:first-child {
  background-size: 102%;
  background-position: center;
  transition: background-size 300ms ease-in-out;
}

.feature-card:hover .fl-module:first-child {
  background-size: 105%;
}

/* ===== Testimonials ===== */

.testimonials-carousel-container {
  overflow-x: hidden;
}

.testimonials-carousel .slick-list {
  margin-right: -465px;
  padding-right: 465px;
  margin-left: -465px;
  padding-left: 465px;
}

.testimonial-card {
  margin-right: 24px;
  width: 278px !important;
}

.testimonials-all-list .testimonial-card {
  width: 100% !important;
  margin: 0px 0px 16px;
}

.testimonial-inner {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.testimonial-stars {
  display: block;
  width: 99px;
  height: 17px;
  background-image: url("images/stars-golden.svg");
}

.testimonial-content {
  font-weight: 400;
}

.testimonial-divider {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #000;
  margin: 16px 0px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.testimonial-author-icon {
  width: 42px;
  height: 42px;
  background-image: url("images/comment.svg");
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.testimonial-author-name {
  font-size: 16px;
  font-family: Unbounded;
  font-weight: 500;
}

.testimonial-service-type {
  font-size: 14px;
  font-weight: 500;
}

/* ===== Cities Carousel ===== */

@media (max-width: 768px) {
  /*
	.cities-carousel .slick-slide{
		padding-right: 24px;
	}*/

  .cities-carousel-wrapper {
    overflow-x: hidden;
  }

  .cities-carousel .slick-list {
    margin-right: -278px;
    padding-right: 278px;
  }
}

/* ===== Route Cards ===== */

.sf-route-card__inner,
.sf-transfer-card-alter__inner {
  overflow: hidden;
  display: flex;
  width: 278px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  margin: 12px 12px 20px 12px;
}

.sf-route-card__image,
.sf-transfer-card-alter__image {
  height: 180px;
  align-self: stretch;
  aspect-ratio: 139/90;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.sf-route-card__image img,
.sf-transfer-card-alter__image img {
  transition: transform 300ms ease-in-out;
}

.sf-route-card:hover img,
.sf-transfer-card-alter:hover img {
  transform: scale(1.03);
}

.sf-route-card__body,
.sf-transfer-card-alter__body {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.sf-route-card__title,
.sf-transfer-card-alter__title {
  margin: 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.sf-transfer-card-alter__title {
  font-size: 16px;
  line-height: 24px;
}

.sf-transfer-card-alter__time {
  margin-bottom: 8px;
}

.sf-route-card__routes,
.sf-transfer-card-alter__price {
  color: #000;
  margin-bottom: 8px;
}

.sf-route-card__footer,
.sf-transfer-card-alter__footer {
  display: flex;
  align-items: center;
  gap: 43px;
  align-self: stretch;
}

.sf-route-card__price {
  width: 50px;
}

.sf-transfer-card-alter__price {
  width: 52px;
}

.sf-route-card__price-value,
.sf-transfer-card-alter__price {
  font-family: Unbounded;
}

.sf-route-card__cta {
  width: 163px !important;
}

.sf-transfer-card-alter__cta {
  width: 151px !important;
}

.sf-route-card-small {
  display: inline-block;
}

.sf-route-card-small__inner {
  display: flex;
  width: 351px;
  max-width: 100%;
  align-items: center;
  border-radius: 12px;
  background: #072e58;
}

.sf-route-card-small__image {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.sf-route-card-small__image img {
  transition: transform 300ms ease-in-out;
  max-width: 130%;
  max-height: 130%;
  object-fit: cover;
}

.sf-route-card-small:hover img {
  transform: scale(1.1);
}

.sf-route-card-small__body {
  color: white;
  display: flex;
  min-width: 261px;
  width: 275px;
  height: 77px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .sf-route-card-small__body {
    width: 261px;
  }
}

.sf-route-card-small__title {
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sf-route-card-small__meta {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.sf-route-card-small__cta {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/white-arrow-right.svg");
}

.sf-route-card-small__cta span {
  display: none;
}

/* ===== Route Card Large ===== */

.sf-route-card-large {
  display: flex;
  flex-direction: column;
  width: 250px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #d6d6d6;
}

.sf-route-card-large__image {
  width: 100%;
  height: 211px;
  overflow: hidden;
}

.sf-route-card-large__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease-in-out;
}

.sf-route-card-large:hover .sf-route-card-large__image img {
  transform: scale(1.05);
}

.sf-route-card-large__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px 24px;
}

.sf-route-card-large__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sf-route-card-large__title {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}

.sf-route-card-large__time {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ececec;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.24px;
}

.sf-route-card-large__route {
  display: flex;
  flex-direction: column;
  padding: 17.5px 0px;
}

.sf-route-card-large__route-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sf-route-card-large__route-item--from .sf-route-card-large__route-label {
  font-weight: 700;
}

.sf-route-card-large__route-item--to .sf-route-card-large__route-label {
  color: #072e58;
  font-weight: 300;
}

.sf-route-card-large__route-dot {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 5px;
  border-radius: 50%;
}

.sf-route-card-large__route-dot--dark {
  background-color: #000;
}

.sf-route-card-large__route-dot--blue {
  background-color: #0d4a8e;
}

.sf-route-card-large__route-label {
  font-size: 14px;
  line-height: 24px;
}

.sf-route-card-large__route-line {
  width: 1px;
  height: 14.5px;
  margin: 0px;
  margin-left: 6.5px;
  background: #000;
}

.sf-route-card-large__cta {
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 8px;
  border: 1px solid #1f1f1f;
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.sf-route-card-large__cta:hover {
  background: #f5f5f5;
  text-decoration: none;
}

body:not(.fl-builder-edit) .city-card-small {
  overflow: hidden;
}

.city-card-small .fl-photo-content {
  overflow: hidden;
}

.routes-large-cards-carousel__wrapper {
  overflow: hidden;
}

@media (min-width: 769px) {
  .routes-large-cards-carousel .slick-track {
    max-width: 100%;
    display: flex;
    gap: 48px;
    justify-content: center;
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .sf-route-card-large {
    margin-right: 24px;
  }

  .routes-large-cards-carousel .slick-list {
    margin-right: -275px;
    padding-right: 275px;
  }
}

/* ===== Fleet Card Small ===== */

.sf-fleet-card-small {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #d6d6d6;
}

.sf-fleet-card-small__badge {
  position: absolute;
  top: 6px;
  right: 3.5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0px 8px;
  border-radius: 999px;
  background: #072e58;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}

.sf-fleet-card-small__badge-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/person-raised-hand-white.svg");
}

.sf-fleet-card-small__image {
  width: 101px;
  height: 75px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  background-color: #d6e4f0;
}

.sf-fleet-card-small__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease-in-out;
}

.sf-fleet-card-small:hover .sf-fleet-card-small__image img {
  transform: scale(1.1);
}

.sf-fleet-card-small__body {
  flex: 1 0 0;
  min-width: 0;
}

.sf-fleet-card-small__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 6px;
  margin: 0;
  padding-right: 87px;
}

.sf-fleet-card-small__name,
.sf-fleet-card-small__price {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.sf-fleet-card-small__roundtrip {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sf-fleet-card-small__description {
  display: inline-block;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  .sf-fleet-card-small__description {
    display: none;
  }
}

.sf-fleet-card-small__cta {
  flex-shrink: 0;
  padding: 7.5px 23px;
  border-radius: 12px 0px 12px 0px;
  background: #0d4a8e;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.sf-fleet-card-small__cta:hover {
  background: #1565c0;
  text-decoration: none;
}

.sf_fleet_card_small__wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.sf_fleet_card_small__wrapper > * {
  flex: 0 0 350px; /* grow: 0, shrink: 0, basis: 350px */
  max-width: 100%; /* por si el viewport es más chico que 350px (mobile) */
}

@media (max-width: 768px) {
  .sf_fleet_card_small__wrapper {
    gap: 16px;
  }
}

/* ===== Transfers ===== */

@media (min-width: 768px) {
  .transfers-carousel .slick-list {
    height: 363px;
    width: 462px;
    overflow-y: scroll;
  }

  .transfers-carousel .slick-list::-webkit-scrollbar {
    width: 10px;
    background: #d6d6d6;
    border-radius: 10px;
  }

  .transfers-carousel .slick-list::-webkit-scrollbar-track {
    background: transparent;
  }

  .transfers-carousel .slick-list::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 10px;
  }

  .transfers-carousel .slick-track {
    display: grid;
    gap: 24px;
  }

  .transfers-carousel .slick-track:before,
  .transfers-carousel .slick-track:after {
    display: none;
  }
}

.sf-transfer-card__inner {
  overflow: hidden;
  display: flex;
  width: 442px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 12px;
  background: #f0f0f0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}

.sf-transfer-card__image {
  height: 221px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.sf-transfer-card__image img {
  transition: transform 300ms ease-in-out;
}

.sf-transfer-card:hover img {
  transform: scale(1.06);
}

.sf-transfer-card__body {
  display: flex;
  min-width: 200px;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 0 12px 12px 0px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background: #fff;
  height: 221px;
}

.sf-transfer-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sf-transfer-card__title {
  margin: 0px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "DM Sans";
}

.sf-transfer-card__time {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #d6d6d6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2%;
}

.sf-transfer-card__route {
  display: flex;
  height: 97.573px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.sf-transfer-card__route-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.sf-transfer-card__route-item.sf-transfer-card__route-item--from
  .sf-transfer-card__route-label {
  color: #000;
  font-weight: 700;
}

.sf-transfer-card__route-item.sf-transfer-card__route-item--to
  .sf-transfer-card__route-label {
  color: #072e58;
}

.sf-transfer-card__route-dot {
  min-width: 14px;
  min-height: 14px;
  border-radius: 50%;
  margin-top: 2px;
}

.sf-transfer-card__route-dot.sf-transfer-card__route-dot--dark {
  background-color: #1f1f1f;
}

.sf-transfer-card__route-dot.sf-transfer-card__route-dot--blue {
  background-color: #0d4a8e;
}

.sf-transfer-card__route-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.sf-transfer-card__route-line {
  width: 1px;
  height: 14.573px;
  background: #000;
  margin-top: 2px;
  margin-left: 6.5px;
  margin-bottom: 2px;
}

.sf-transfer-card__cta {
  width: 100%;
}

@media (max-width: 767px) {
  .sf-transfer-card__inner {
    width: 250px;
    margin-bottom: 0px;
  }

  .sf-transfer-card__image {
    height: 211px;
    width: 100%;
  }

  .sf-transfer-card__body {
    border-radius: 0 0 12px 12px;
  }

  .transfers-carousel-wrapper {
    overflow: hidden;
  }

  .transfers-carousel .slick-list {
    margin-right: -274px;
    padding-right: 274px;
  }

  .transfers-carousel .slick-slide {
    padding-right: 24px !important;
  }
}

/* ===== FAQ Accordion ===== */

.faq-accordion .fl-accordion-button .fl-accordion-button-icon-left,
.faq-accordion .fl-accordion-button .fl-accordion-button-icon-right {
  opacity: 1;
}

.faq-accordion .fl-accordion-item i.fl-accordion-button-icon:before {
  margin-bottom: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("images/arrow-white-down.svg");
}

.faq-accordion .fl-accordion-item-active i.fl-accordion-button-icon:before {
  content: "";
  background-image: url("images/arrow-white-up.svg");
}

.faq-accordion .fl-accordion-button-icon {
  outline: none !important;
}

/* ===== Animated Card ===== */

.sf-card {
  position: relative;
  width: 100%;
  max-width: 351px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
}

.sf-card__image-layer {
  position: relative;
  height: 306px;
  background-image: var(--sf-card-bg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background-blend-mode: normal;
  transition: all 400ms ease;
}

.sf-card__image-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: #000;
  pointer-events: none;
  transition: all 400ms ease;
}

.sf-card__header {
  position: absolute;
  inset: 0;
  height: 103px;
  margin: auto;
  z-index: 1;
  text-align: center;
  width: 100%;
  transition: all 400ms ease;
}

.sf-card__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 0px;
}

.sf-card__subtitle {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0px;
}

/* ── Reveal layer (desktop hover) ── */

.sf-card__reveal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(100%);
  transition: transform 400ms ease;
  z-index: 2;
  padding: 0px 18px 32px 18px;
}

.sf-card__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: white;
  margin: 0 0 20px;
}

.sf-card__btn {
  width: 227px;
}

@media (min-width: 768px) {
  .sf-card.is-active .sf-card__header {
    transform: translateY(-75px);
  }

  .sf-card.is-active .sf-card__reveal {
    transform: translateY(0);
  }

  .sf-card:not(.is-active).hover-sibling-1 .sf-card__image-layer {
    background-image: var(--sf-card-hover-sibling-1);
  }

  .sf-card:not(.is-active).hover-sibling-1 .sf-card__image-layer::after,
  .sf-card:not(.is-active).hover-sibling-1 .sf-card__header {
    opacity: 0;
  }

  .sf-card:not(.is-active).hover-sibling-2 .sf-card__image-layer {
    background-image: var(--sf-card-hover-sibling-2);
  }

  .sf-card:not(.is-active).hover-sibling-2 .sf-card__image-layer::after,
  .sf-card:not(.is-active).hover-sibling-2 .sf-card__header {
    opacity: 0;
  }

  .sf-card:not(.is-active).hover-sibling-3 .sf-card__image-layer {
    background-image: var(--sf-card-hover-sibling-3);
  }

  .sf-card:not(.is-active).hover-sibling-3 .sf-card__image-layer::after,
  .sf-card:not(.is-active).hover-sibling-3 .sf-card__header {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .sf-card__image-layer {
    height: 297px;
  }

  .sf-card__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px 0px 16px;
  }

  .sf-card__header {
    padding: 0px 18px;
  }

  .sf-card__reveal {
    position: relative;
    background-color: #000000 !important;
    transform: none;
    padding: 34px 18px 10px;
  }

  .sf-card__header::after {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background-image: url("images/arrow-white-down.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .sf-card.is-active .sf-card__header::after {
    background-image: url("images/arrow-white-up.svg");
  }

  body:not(.fl-builder-edit) .sf-card .sf-card__reveal {
    max-height: 0;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 400ms ease-in-out;
  }

  body:not(.fl-builder-edit) .sf-card.is-active .sf-card__reveal {
    max-height: 200px;
    padding-top: 34px;
    padding-bottom: 10px;
  }
}

/*
@media (hover: hover) {
    .sf-card:hover .sf-card__header {
        transform: translateY(-75px);
    }

    .sf-card:hover .sf-card__reveal {
        transform: translateY(0);
    }
}

@media (hover: none) {
    .sf-card {
        border-radius: 16px;
    }

    .sf-card__image-layer {
        height: 340px;
        align-items: center;
        justify-content: center;
    }

    .sf-card__reveal {
        position: relative;
        transform: none;
        max-height: 0;
        overflow: hidden;
        padding: 0 32px;
        transition: max-height 0.4s ease, padding 0.4s ease;
        background: #000;
    }

    .sf-card.is-open .sf-card__reveal {
        max-height: 300px;
        padding: 24px 32px;
    }

 
    .sf-card__image-layer::before {
        content: '⌃';
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        color: #fff;
        font-size: 1.4rem;
        z-index: 2;
        transition: transform 0.3s ease;
    }

    .sf-card.is-open .sf-card__image-layer::before {
        transform: translateX(-50%) rotate(0deg);
    }
}
*/

/* ===== Fleet Cards ===== */

/* -- Cars Carousel -- */

@media (max-width: 767px) {
  .cars-carousel-wrapper {
    overflow: hidden;
  }

  .cars-carousel .slick-list {
    margin-right: -314px;
    padding-right: 314px;
  }

  .cars-carousel .st-fleet-animated-card {
    width: 290px !important;
    max-width: 100% !important;
  }

  .cars-carousel .slick-slide {
    padding-right: 24px !important;
    min-height: 380px !important;
  }

  body:not(.fl-builder-edit, .wp-customizer)
    .slick-active
    .st-fleet-animated-card__reveal {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .cars-carousel .slick-track {
    transform: none !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 23px;
  }

  .cars-carousel .slick-track::before,
  .cars-carousel .slick-track::after {
    display: none;
  }

  .cars-carousel .slick-track .slick-slide {
    width: 290px !important;
  }
}

body:not(.fl-builder-edit, .wp-customizer) .st-fleet-animated-card__reveal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

body:not(.fl-builder-edit, .wp-customizer)
  .st-fleet-animated-card:hover
  .st-fleet-animated-card__reveal {
  max-height: 200px;
}

.st-fleet-animated-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  width: 290px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
}

.st-fleet-animated-card__image {
  inset: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.st-fleet-animated-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.st-fleet-animated-card:hover .st-fleet-animated-card__image img {
  transform: scale(1.04);
}

.st-fleet-animated-card__panel {
  background: #f5f0e8;
  padding: 12px 21px;
  transition: transform 0.4s ease;
}

.st-fleet-animated-card__title {
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
  margin: 0px 0px 8px;
  text-align: center;
  color: #000000 !important;
  font-family: "DM Sans", sans-serif;
}

.st-fleet-animated-card__reveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #000000 !important;
}

.st-fleet-animated-card__ideal-for {
  font-size: 14px;
  line-height: 1.71em;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.st-fleet-animated-card__passengers {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.5em;
  width: 100%;
  justify-content: center;
}

.st-fleet-animated-card__passengers-icon {
  background-image: url("images/person-raised-hand.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.st-fleet-animated-card__description {
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 1.7em;
  font-weight: 300;
}

/* ===== Vehicle Info ===== */

/* VEHICLE FEATURES [sf_vehicle_features] */

.sf-vf {
  display: grid;
  grid-template-columns: 189px 189px;

  gap: 15px;
}

.sf-vf__card {
  background: #fdfcf8;
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
}

.sf-vf__header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.sf-vf__icon {
  color: #f26b3b;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sf-vf__icon--models {
  background-image: url("images/car-spark.svg");
}

.sf-vf__icon--passengers {
  background-image: url("images/person-apron.svg");
}

.sf-vf__icon--luggage {
  background-image: url("images/luggage.svg");
}

.sf-vf__icon--air_conditioning {
  background-image: url("images/signal.svg");
}

.sf-vf__icon--interior {
  background-image: url("images/sofa.svg");
}

.sf-vf__icon--ideal_for {
  background-image: url("images/star.svg");
}

.sf-vf__label {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
}

.sf-vf__value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .sf-vf {
    grid-template-columns: 168px 168px;
    gap: 5px;
  }
}

/* VEHICLE LINE POPULARITY [sf_vehicle_line_popularity] */

.sf-vlp {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sf-vlp__line {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
  color: #111;
}

.sf-vlp__badge {
  display: inline-flex;
  align-items: center;
  background: #c04820;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0px 8px;
  border-radius: 100px;
  white-space: nowrap;
}

/* VEHICLE ROUTES [sf_vehicle_routes] */

.sf-vr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sf-vr__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1e3f7a;
  border-radius: 16px;
  padding: 12px 16px;
  gap: 16px;
  max-width: 391px;
  text-decoration: none;
}

.sf-vr__info {
  flex: 1;
}

.sf-vr__title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  line-height: 1.5;
}

.sf-vr__meta {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}

.sf-vr__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.sf-vr__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.sf-vr__amount {
  font-family: Unbounded, sans-serif;
}

.sf-vr__arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("images/expand-circle-right-white.svg");
}

/* ===== Forms ===== */

form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
}

form p {
  margin-bottom: 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  background: #fff;
  font-size: 16px;
  padding: 11.5px;
  margin-bottom: 12px;
  margin-top: 4px;
  width: 100%;
  font-weight: 400;
}

textarea {
  height: 154px;
  max-width: 100%;
  max-height: 400px;
}

.wpcf7-form-control.wpcf7-radio {
  margin-top: 8px;
  display: block;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 50%;
  display: inline-block;
  padding: 0px;
  margin: 8px 0px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(even) {
  padding-left: 15px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  margin: 0px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;
}

.wpcf7-acceptance {
  margin-top: 20px;
  display: block;
  margin-bottom: 16px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: 300;
}

.terms-privacy a {
  font-size: 14px;
  font-weight: 300;
  color: black !important;
}

input[type="submit"].wpcf7-submit {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #072e58;
  background: #0d4a8e;
  padding: 9px;
}

input[type="submit"].wpcf7-submit:hover {
  transition: all 200ms ease-in-out;
  background: #072e58;
}

.wpcf7-not-valid-tip {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25em;
  margin-top: -8px;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-weight: 500;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 3px;
}

input[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  flex-shrink: 0;
}

input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  box-shadow: inset 0 0 0 3px #fff;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 8px;
}

input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #3d3d3d;
  flex-shrink: 0;
  margin-top: 4px;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 3.5L6 11 2.5 7.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-form-control-wrap[data-name="your-date"] {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-form-control-wrap[data-name="your-date"]::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("images/calendar-check-1.svg");
  display: block;
  position: absolute;
  top: 15px;
  right: 13px;
}

.wpcf7-spinner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  margin: auto;
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }

  .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(even) {
    padding-left: 0px;
  }
}

/* Sticky behavior for columns on desktop */
.col-sticky-content {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .col-sticky-content {
    position: static;
    top: auto;
  }
}

body.fl-builder-edit .col-sticky-content {
  position: static;
  top: auto;
}

/* ===== Header Mobile Menu Breakpoint Override (1300px) ===== */

/* Design asked for the header's mobile appearance (hamburger menu) to show
   starting at 1300px instead of the theme's default 768px, for this header
   only — NOT the site-wide Medium/Mobile breakpoints used elsewhere by
   Beaver Builder rows/columns and typography (changing those would also
   shift global font sizes, buttons and blog post layout, which is out of
   scope here).

   Two things had to change to get a correct 768px–1300px "mobile header"
   range instead of just a wider hamburger button:

   1. The five header/nav-only media queries already in this file that were
      keyed to 768px/769px above were widened in place to 1300px/1301px:
        - .fl-page-nav-col / .fl-page-header-widgets-col / toggle icon layout
        - .fl-page-menu-center-col / mobile submenu styles
        - desktop submenu arrow (was min-width: 769px)
        - desktop nav box background/border + submenu dropdown box
        - desktop link underline-on-hover effect
      Without this, the layout rules meant for >=768px desktop (e.g. the
      absolutely-positioned widgets column) stayed active while the hamburger
      became visible underneath 1301px, and the two overlapped.

   2. bb-theme's base.min.css hides .navbar-toggle (the hamburger button)
      itself from 768px up via Bootstrap's ".navbar-toggle{display:none}"
      rule, which lives outside this child theme and isn't affected by #1.
      The rule below re-shows it up to 3000px.

   The theme's own generated mobile nav *appearance* for this range (menu
   panel show/hide, colors, submenu icons/arrows) is added at runtime in
   js/main.js, which reuses the theme's generated mobile nav styles instead
   of duplicating ~50 rules here by hand. See extendHeaderMobileBreakpoint()
   in js/main.js. */
@media (min-width: 768px) and (max-width: 1300px) {
  .fl-page-header .navbar-toggle {
    display: block !important;
  }
}

.slick-slider.with-arrows {
  padding-bottom: 48px;
}

.slick-arrow {
  width: 24px;
  height: 24px;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -12px !important;
  top: auto;
  position: absolute !important;
  background-color: transparent;
}

.slick-arrow:hover {
  border: 0px;
}

.slick-prev.slick-arrow {
  background-image: url("images/expand-circle-left.svg");
  left: calc(50% - 32px);
}

.slick-next.slick-arrow {
  background-image: url("images/expand-circle-right.svg");
  right: calc(50% - 32px);
}

.more-reviews-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("images/share-location.svg");
  background-position: 50% 50%;
  margin-bottom: -2px;
}

/* ===== Location Card ===== */

.slick-slider .sf-location-card {
  margin: 0px 8px;
}

.sf-location-card {
  position: relative;
  width: 278px;
  height: 317px;
  overflow: hidden;
  border-radius: 12px;
  margin: auto;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.sf-location-card__image {
  position: absolute;
  inset: 0;
}

.sf-location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-location-card__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 20px 15px 20px;
  text-align: center;
  background: rgba(7, 46, 88, 0.8);
  min-height: 141px;
}

.sf-location-card__title {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 12px;
}

.sf-location-card__description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

/* Grid-rows 0fr → 1fr lets the button grow from zero height, pushing the
   description upward as it reveals, instead of overlapping it. */
.sf-location-card__cta-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms ease;
}

.sf-location-card__cta-inner {
  overflow: hidden;
}

.sf-location-card__btn {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.sf-location-card:hover .sf-location-card__cta-wrap,
.sf-location-card:focus-within .sf-location-card__cta-wrap {
  grid-template-rows: 1fr;
}

/* Variant [sf_location_card style="only-title"]: normal state shows only the
   title, sized to just its own content; hover/focus collapses the title and
   grows the description in its place. Uses max-height (not grid-template-rows,
   which needed min-height:0 on the collapsing child to actually reach 0 — but
   that child here is a bare text node, an anonymous box that keeps its default
   overflow:visible and can't be targeted, so the row never truly collapsed). */

.sf-location-card--only-title .sf-location-card__panel {
  min-height: 87px;
}

.sf-location-card--only-title .sf-location-card__title,
.sf-location-card--only-title .sf-location-card__description {
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 300ms ease,
    opacity 300ms ease,
    margin 300ms ease;
}

.sf-location-card--only-title .sf-location-card__title {
  max-height: 100px;
}

.sf-location-card--only-title .sf-location-card__description {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

.sf-location-card--only-title:hover .sf-location-card__title,
.sf-location-card--only-title:focus-within .sf-location-card__title {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

.sf-location-card--only-title:hover .sf-location-card__description,
.sf-location-card--only-title:focus-within .sf-location-card__description {
  max-height: 200px;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-slider .sf-location-card {
    margin: 0px 16px 0px 0px;
  }

  .slick-active .sf-location-card .sf-location-card__cta-wrap {
    grid-template-rows: 1fr;
  }

  .slick-active .sf-location-card--only-title .sf-location-card__title {
    max-height: 0;
    opacity: 0;
    margin: 0;
  }

  .slick-active .sf-location-card--only-title .sf-location-card__description {
    max-height: 200px;
    opacity: 1;
  }
}

/* ===== Card Title Subtitle [sf_card_title_subtitle] =====
   WIP standalone file — not enqueued yet. Once refined, merge into style.css
   the same way the other card components (sf-route-card, sf-location-card,
   etc.) live there, and remove this file. */

.slick-slider .sf-cts {
  margin: 0px 8px;
}

.sf-cts {
  position: relative;
  width: 278px;
  max-width: 100%;
  height: 317px;
  overflow: hidden;
  border-radius: 12px;
  margin: auto;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.sf-cts__image {
  position: absolute;
  inset: 0;
}

.sf-cts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Darkens the whole photo on hover/focus, on top of the bottom panel's own
   background, so the full card reads as dimmed while the panel expands. */

.sf-cts:hover .sf-cts__overlay,
.sf-cts:focus-within .sf-cts__overlay {
  background: rgba(7, 20, 38, 0.72);
}

.sf-cts__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 24px 24px;
  text-align: center;
  background: rgba(7, 46, 88, 0.65);
  min-height: 129px;
  transition:
    min-height 400ms ease,
    padding 400ms ease;
  border-radius: 12px;
}

.sf-cts:hover .sf-cts__panel,
.sf-cts:focus-within .sf-cts__panel {
  min-height: 100%;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title/description font sizes match .sf-location-card__title /
   .sf-location-card__description — swap for the mockup's sizes when refining. */
.sf-cts__title {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.37em;
  margin: 0 0 12px;
  font-family: Unbounded, sans-serif;
}

.sf-cts__subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  max-height: 40px;
  opacity: 1;
  transition:
    max-height 300ms ease,
    opacity 300ms ease,
    margin 300ms ease;
}

.sf-cts:hover .sf-cts__subtitle,
.sf-cts:focus-within .sf-cts__subtitle {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

.sf-cts__description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 300ms ease,
    margin 300ms ease;
}

.sf-cts:hover .sf-cts__description,
.sf-cts:focus-within .sf-cts__description {
  max-height: 200px;
  opacity: 1;
}

/* Grid-rows 0fr -> 1fr lets the button grow from zero height, same trick used
   by .sf-location-card__cta-wrap. */
.sf-cts__cta-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms ease;
  margin-top: 16px;
}

.sf-cts__cta-inner {
  overflow: hidden;
}

.sf-cts:hover .sf-cts__cta-wrap,
.sf-cts:focus-within .sf-cts__cta-wrap {
  grid-template-rows: 1fr;
}

/* Placeholder orange to match the provided mockup — swap for a themed
   button class (btn-blue, btn-white, etc.) when refining. */
.sf-cts__btn {
  display: inline-block;
  padding: 5px 7.5px;
  border-radius: 12px 4px 12px 4px;
  background: #c04820;
  border: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
}

.sf-cts__btn:hover {
  background: #c94a22;
  text-decoration: none;
}

@media (max-width: 767px) {
  .slick-slider .sf-cts {
    margin: 0px 16px 0px 0px;
  }

  .slick-active .sf-cts .sf-cts__overlay {
    background: rgba(7, 20, 38, 0.72);
  }

  .slick-active .sf-cts .sf-cts__panel {
    min-height: 100%;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slick-active .sf-cts .sf-cts__subtitle {
    max-height: 0;
    opacity: 0;
    margin: 0;
  }

  .slick-active .sf-cts .sf-cts__description {
    max-height: 200px;
    opacity: 1;
  }

  .slick-active .sf-cts .sf-cts__cta-wrap {
    grid-template-rows: 1fr;
  }
}


.js-sticky-outer {
  position: relative;
}

.js-sticky-widget {
  width: 100%;
  z-index: 99;
}

@media (max-width: 991px) {
  body:not(.fl-builder-edit) .js-sticky-widget {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
  }
}
