body.has-header-v2 {
  --rental-v2-navy: #171932;
  --rental-v2-container: 1150px;
  --rental-v2-header-height: 60px;
  --rental-v2-hero-content-offset: 30px;
  --rental-v2-widget-clearance: 12px;
}

html {
  overflow-x: hidden;
}

body.page-template-template-localrent,
body.page-template-template-localrent-php,
body.page-template-template-home,
body.page-template-template-home-php {
  overflow-x: hidden;
}

body.has-header-v2.page-template-template-localrent .site-content,
body.has-header-v2.page-template-template-localrent-php .site-content,
body.has-header-v2.page-template-template-home .site-content,
body.has-header-v2.page-template-template-home-php .site-content {
  padding-top: 0;
}

.site-header-v2 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: transparent;
}


.site-header-v2__inner {
  display: flex;
  width: min(var(--rental-v2-container), calc(100% - 40px));
  min-height: var(--rental-v2-header-height);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.site-header-v2__branding {
  display: flex;
  min-width: 0;
  align-items: center;
}

.site-header-v2__logo {
  display: inline-flex;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.site-header-v2__logo img {
  display: block;
  width: auto;
  max-width: min(300px, 42vw);
  height: 40px;
  object-fit: contain;
}

.site-header-v2__nav {
  min-width: 0;
}

.site-header-v2__nav > .menu {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  /* gap: clamp(18px, 2.3vw, 34px); */
  list-style: none;
}

.site-header-v2__nav .menu-item {
  position: relative;
  margin: 0;
}

.site-header-v2__nav .menu-item > a,
.site-header-v2__nav .menu-item > .removed-link {
  display: inline-flex;
  padding: 14px 0;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 1;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.site-header-v2__nav .menu-item > a:hover,
.site-header-v2__nav .menu-item > a:focus-visible,
.site-header-v2__nav .current-menu-item > a {
  color: #fff;
}

.site-header-v2__nav > .menu > .menu-item > a,
.site-header-v2__nav > .menu > .menu-item > .removed-link {
  background-image: linear-gradient(#ff790f, #ff790f);
  background-position: center calc(100% - 7px);
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: color .2s ease, background-size .2s ease;
}

.site-header-v2__nav > .menu > .menu-item > a::before,
.site-header-v2__nav > .menu > .menu-item > .removed-link::before {
  display: none;
  content: none;
}

.site-header-v2__nav > .menu > .menu-item > a:hover,
.site-header-v2__nav > .menu > .menu-item > a:focus-visible,
.site-header-v2__nav > .menu > .current-menu-item > a,
.site-header-v2__nav > .menu > .menu-item > .removed-link:hover {
  background-size: 100% 2px;
}

body.has-header-v2 .site-header-v2__nav .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% - 2px);
  left: auto;
  right: -14px;
  display: none;
  width: max-content;
  min-width: 190px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(23, 25, 50, .98);
  box-shadow: 0 18px 42px rgba(5, 7, 25, .28);
}

body.has-header-v2 .site-header-v2__nav .sub-menu a,
body.has-header-v2 .site-header-v2__nav .sub-menu .removed-link {
  width: 100%;
  padding: 9px 12px;
  border-radius: 8px;
  background-image: none;
  white-space: nowrap;
}

body.has-header-v2 .site-header-v2__nav .sub-menu .menu-item {
  padding: 0;
}

body.has-header-v2 .site-header-v2__nav .sub-menu a:hover,
body.has-header-v2 .site-header-v2__nav .sub-menu a:focus-visible {
  background: rgba(255, 255, 255, .08);
}

.site-header-v2__nav .menu-item-has-children:hover > .sub-menu,
.site-header-v2__nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.site-header-v2__nav > .menu > .wpml-ls-menu-item > .sub-menu {
  min-width: 320px;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
}

.site-header-v2__nav > .menu > .wpml-ls-menu-item:hover > .sub-menu,
.site-header-v2__nav > .menu > .wpml-ls-menu-item:focus-within > .sub-menu {
  display: grid;
}

.site-header-v2__toggle {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  display: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  flex: 0 0 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
  transform: none;
}

.site-header-v2__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  border-radius: 999px;
  background: #fff;
}

body.header-v2-menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.header-v2-mobile {
  position: fixed;
  z-index: 99998;
  inset: 0;
  display: none;
  padding: 8px;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  visibility: hidden;
  background: rgba(5, 7, 25, .44);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, visibility 0s linear .22s;
}

.header-v2-mobile.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.header-v2-mobile__panel {
  display: flex;
  width: min(100%, 720px);
  height: 100%;
  min-height: 0;
  flex-direction: column;
  overflow: hidden auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: #171932;
  box-shadow: 0 26px 80px rgba(3, 5, 19, .42);
  overscroll-behavior: contain;
  transform: translateY(-14px);
  transition: transform .22s ease;
}

.header-v2-mobile.is-open .header-v2-mobile__panel {
  transform: translateY(0);
}

.header-v2-mobile__topbar {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  min-height: 76px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: rgba(23, 25, 50, .92);
  backdrop-filter: blur(14px);
}

.header-v2-mobile__logo {
  display: inline-flex;
  max-width: calc(100% - 60px);
}

.header-v2-mobile__logo img {
  display: block;
  width: auto;
  max-width: 210px;
  height: 30px;
  object-fit: contain;
}

.header-v2-mobile__close,
.header-v2-mobile__submenu-toggle {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.header-v2-mobile__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.header-v2-mobile__close::before,
.header-v2-mobile__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: #fff;
}

.header-v2-mobile__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-v2-mobile__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-v2-mobile__close:hover,
.header-v2-mobile__close:focus-visible {
  border-color: rgba(255, 121, 15, .8);
  background: rgba(255, 121, 15, .16);
}

.header-v2-mobile__nav {
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 22px 22px 48px;
}

.header-v2-mobile__menu,
.header-v2-mobile__menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-v2-mobile__menu > .menu-item {
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.header-v2-mobile__menu > .menu-item > a,
.header-v2-mobile__menu > .menu-item > .removed-link {
  display: block;
  padding: 18px 58px 18px 0;
  color: #fff;
  font-size: clamp(19px, 5vw, 25px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.header-v2-mobile__menu > .current-menu-item > a {
  color: #ff9b55;
}

.header-v2-mobile__submenu-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.header-v2-mobile__submenu-toggle::before,
.header-v2-mobile__submenu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform .18s ease;
}

.header-v2-mobile__submenu-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.header-v2-mobile__submenu-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.header-v2-mobile__submenu-toggle:hover,
.header-v2-mobile__submenu-toggle:focus-visible {
  border-color: rgba(255, 121, 15, .8);
  background: rgba(255, 121, 15, .16);
}

.header-v2-mobile__menu .sub-menu {
  display: grid;
  gap: 4px;
  padding: 4px 0 16px 14px;
}

.header-v2-mobile__menu .sub-menu[hidden] {
  display: none !important;
}

.header-v2-mobile__menu .sub-menu .menu-item {
  margin: 0;
}

.header-v2-mobile__menu .sub-menu a,
.header-v2-mobile__menu .sub-menu .removed-link {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.header-v2-mobile__menu .sub-menu a:hover,
.header-v2-mobile__menu .sub-menu a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.header-v2-mobile__menu > .wpml-ls-menu-item > .sub-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
  padding-left: 0;
}

.header-v2-mobile__menu > .wpml-ls-menu-item > .sub-menu a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.header-v2-mobile__menu .wpml-ls-flag {
  max-width: 18px;
  margin-right: 7px;
  vertical-align: -2px;
}

.rental-localrent-intro {
  --rental-v2-overlap: clamp(72px, 8vw, 80px);
  --rental-v2-hero-height: 520px;
  --rental-v2-widget-height: 520px;
  position: relative;
  left: 50%;
  display: grid;
  width: 100vw;
  margin-left: -50vw;
  padding-bottom: 64px;
  flex: 0 0 100vw;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows:
    var(--rental-v2-hero-height)
    max(0px, calc(var(--rental-v2-widget-height) - var(--rental-v2-overlap)));
}

.rental-hero-v2 {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: clamp(520px, 48vw, 450px);
  overflow: hidden;
  color: #fff;
  background: var(--rental-v2-navy);
  align-self: start;
  grid-row: 1;
}

.rental-hero-v2__media {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-position: center;
  background-size: cover;
}

/* .rental-hero-v2::before {
  position: absolute;
  z-index: -2;
  content: "";
  pointer-events: none;
  inset: 0;
  background:  */
    /* radial-gradient(ellipse at 70% 20%, rgb(122 56 16 / 08%) 0%, transparent 60%), */
    /* radial-gradient(ellipse at 30% 80%, rgba(0, 135, 90, 0.08) 0%, transparent 50%) */
    /* radial-gradient(ellipse at 70% 20%, rgba(255, 105, 15, 0.22) 0%, transparent 60%),  */
    /* radial-gradient(ellipse at 30% 80%, rgba(0, 135, 90, 0.08) 0%, transparent 50%); */
/* } */

.rental-hero-v2::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 100%)
}

.rental-hero-v2__inner {
  display: flex;
  width: min(var(--rental-v2-container), calc(100% - 40px));
  margin: 0 auto;
  padding: 0px 0 calc(var(--rental-v2-overlap) - 90px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.rental-hero-v2__copy {
  display: flex;
  min-width: 0;
  max-width: 1000px;
  align-items: center;
  flex-direction: column;
}

.rental-hero-v2__title {
  max-width: 1000px;
  margin: 0 0 25px !important;
  color: #FFFFFF;
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(5, 7, 24, .24);
}

.rental-hero-v2__description {
  max-width: 1000px;
  color: rgba(255, 255, 255, 1);
  font-size: clamp(16px, 1.45vw, 17px);
  line-height: 1.65;
}

.rental-hero-v2__description > :first-child {
  margin-top: 0;
}

.rental-hero-v2__description > :last-child {
  margin-bottom: 0;
}

.rental-hero-v2__meta {
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.rental-hero-v2__breadcrumbs {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-align: left;
  opacity: 1;
}

.rental-hero-v2__breadcrumbs .breadcrumb,
.rental-hero-v2__breadcrumbs a,
.rental-hero-v2__breadcrumbs span {
  color: inherit !important;
  font-size: inherit;
  margin-bottom: 0px;
  opacity: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.rental-hero-v2__breadcrumbs a:hover,
.rental-hero-v2__breadcrumbs a:focus-visible {
  color: #fff !important;
}

.rental-hero-v2__trust {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
}

.rental-hero-v2__benefits {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 14px clamp(18px, 2.4vw, 34px);
  flex-wrap: wrap;
  list-style: none;
}

.rental-hero-v2__benefit {
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14.12px;
  font-weight: 500;
  line-height: 1.35;
}

.rental-hero-v2__benefit-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  /* border: 1px solid rgba(255, 255, 255, .16); */
  /* border-radius: 11px; */
  /* background: rgba(255, 255, 255, .08); */
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); */
  font-size: 17px;
}

.rental-hero-v2__benefit-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.rental-hero-v2__payments {
  display: flex;
  width: fit-content;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  justify-content: center;
}

.rental-hero-v2__payments img {
  display: block;
  width: 100px;
  height: auto;
}

body.page-template-template-localrent .rental-localrent-widget,
body.page-template-template-localrent-php .rental-localrent-widget,
body.page-template-template-home .rental-home-directory,
body.page-template-template-home-php .rental-home-directory {
  position: relative;
  z-index: 4;
  left: auto;
  width: min(var(--rental-v2-container), calc(100% - 30px));
  margin: 0 auto;
  padding: 15px;
  align-self: start;
  border: 1px solid rgba(23, 25, 50, .06);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 48, .15);
  grid-row: 2;
  transform: translateY(calc(var(--rental-v2-overlap) * -1));
}

@media (min-width: 992px) {
  .rental-localrent-intro {
    --rental-v2-overlap: calc(clamp(72px, 8vw, 128px) + 25px);
  }

  .rental-hero-v2 {
    min-height: 0;
  }

  .rental-hero-v2__inner {
    padding: calc(var(--rental-v2-header-height) + var(--rental-v2-hero-content-offset)) 0 calc(var(--rental-v2-overlap) + var(--rental-v2-widget-clearance));
    justify-content: flex-start;
  }

  .rental-hero-v2__copy {
    gap: 25px;
  }

  .rental-hero-v2__title {
    margin-bottom: 0 !important;
  }

  .trustpilot {
    margin-left: auto;
  }

  .page-template-template-localrent .site-content,
  .page-template-template-home .site-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.trustpilot {
  display: flex;
}

.trustpilot img {
  height: 18px;
  width: auto;
}

body.page-template-template-localrent .rental-localrent-skeleton,
body.page-template-template-localrent-php .rental-localrent-skeleton {
  border-radius: 20px;
}

body.page-template-template-localrent .rental-localrent-widget__content,
body.page-template-template-localrent-php .rental-localrent-widget__content {
  min-width: 0;
}

.rental-home-directory .rental-logos {
  margin: 0 0 24px;
  padding: 0 !important;
}

.rental-home-directory .country-blocks-title {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .rental-home-directory .rental-logos {
    justify-content: flex-start;
    gap: 16px;
  }

  .rental-home-directory .rental-logo {
    flex: 0 0 calc((100% - 68px) / 5);
    min-width: 0;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header-v2__nav .menu-item > a,
  .site-header-v2__nav .menu-item > .removed-link,
  .header-v2-mobile,
  .header-v2-mobile__panel,
  .header-v2-mobile__submenu-toggle::before,
  .header-v2-mobile__submenu-toggle::after {
    transition: none;
  }
}

@media (max-width: 991px) {
  .header-v2-mobile {
    display: flex;
  }

  .site-header-v2__inner {
    min-height: 78px;
  }

  .site-header-v2__nav {
    display: none;
  }

  .site-header-v2__toggle {
    display: block;
  }

  .rental-hero-v2 {
    min-height: auto;
  }

  .rental-hero-v2__inner {
    padding-top: 126px;
  }

  .rental-hero-v2__copy {
    max-width: 760px;
  }

  .rental-hero-v2__trust {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .rental-localrent-intro {
    --rental-v2-overlap: 38px;
    padding-bottom: 40px;
  }

  .site-header-v2__inner,
  .rental-hero-v2__inner {
    width: min(calc(100% - 30px), var(--rental-v2-container));
  }

  .site-header-v2__logo img {
    max-width: 210px;
    height: 30px;
  }

  .rental-hero-v2__inner {
    padding-top: 112px;
    padding-bottom: calc(var(--rental-v2-overlap) + 48px);
  }

  .rental-hero-v2__title {
    font-size: clamp(30px, 9vw, 32px);
  }

  .rental-hero-v2__description {
    font-size: 16px;
    line-height: 1.55;
  }

  .rental-hero-v2__meta {
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .rental-hero-v2__breadcrumbs {
    text-align: center;
  }

  body.page-template-template-localrent .rental-localrent-widget,
  body.page-template-template-localrent-php .rental-localrent-widget,
  body.page-template-template-home .rental-home-directory,
  body.page-template-template-home-php .rental-home-directory {
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 16px;
  }
}

@media (max-width: 460px) {
  .rental-hero-v2__benefits {
    gap: 14px;
    align-items: center;
  }

  .rental-hero-v2__benefit-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .rental-hero-v2__payments {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}


.page-template-template-localrent .site-content .search-cigarette__wrap, 
.page-template-template-localrent .site-content .vehicle-card-footer__view, 
.page-template-template-localrent .site-content .search__button-more {
  background: #ff6e17 !important;
}

.page-template-template-localrent .top-menu ul li .sub-menu li.wpml-ls-menu-item > a {
  font-size: 13px;
}
