:root {
  --rr-navy: #061d45;
  --rr-blue: #0b3975;
  --rr-red: #e3212c;
  --rr-ink: #071b42;
  --rr-muted: #61718f;
  --rr-line: #dfe7f2;
  --rr-page: #f3f7fb;
  --rr-white: #ffffff;
  --rr-shadow: 0 24px 70px rgba(7, 27, 66, .16);
}

.rr-home,
.rr-home * {
  box-sizing: border-box;
}

.rr-home {
  min-height: 100vh;
  background: var(--rr-page);
  color: var(--rr-ink);
}

body.rr-home-page .wc-whatsapp-widget {
  display: none;
}

.rr-home-page .rr-shell,
.rr-home .rr-shell {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}

.rr-hero {
  position: relative;
  min-height: 765px;
  color: #fff;
  isolation: isolate;
}

.rr-hero-media,
.rr-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.rr-hero-media {
  background:
    linear-gradient(90deg, rgba(4, 13, 29, .62) 0%, rgba(4, 13, 29, .36) 42%, rgba(4, 13, 29, .08) 100%),
    url('/uploads/home/romania-rentacar-bran-castle-car-hero-desktop.webp') center 54% / cover no-repeat;
}

.rr-hero-overlay {
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 12, 29, .18) 0%, rgba(3, 12, 29, .05) 58%, var(--rr-page) 100%);
}

.rr-hero-content {
  position: relative;
  min-height: 765px;
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 70px;
}

.rr-hero-copy {
  max-width: 720px;
  margin-left: auto;
  padding-top: 0;
}

.rr-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rr-eyebrow::before {
  content: "";
  width: 3px;
  height: 34px;
  border-radius: 999px;
  background: var(--rr-red);
}

.rr-hero h1 {
  margin: 0;
  max-width: 620px;
  font-size: 76px;
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
}

.rr-hero-subtitle {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 720;
}

.rr-hero-lower {
  margin-top: auto;
}

.rr-hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  width: 100%;
}

.rr-hero-benefits div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 11px;
  row-gap: 2px;
  min-width: 0;
}

.rr-hero-benefits strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.rr-hero-benefits small {
  grid-column: 2;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
}

.rr-icon,
.rr-card-icon {
  display: inline-block;
  color: currentColor;
  position: relative;
}

.rr-icon {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
}

.rr-icon-mdi {
  fill: currentColor;
}

.rr-icon::before,
.rr-icon::after,
.rr-card-icon::before,
.rr-card-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.rr-icon-shield::before {
  inset: 3px 6px;
  border: 2.5px solid currentColor;
  border-radius: 14px 14px 18px 18px;
  clip-path: polygon(50% 0, 100% 18%, 88% 74%, 50% 100%, 12% 74%, 0 18%);
}

.rr-search-card {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  color: #0b1020;
}

.rr-booking-bar {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) minmax(185px, .9fr) minmax(185px, .9fr) minmax(126px, .52fr) 72px;
  align-items: center;
  gap: 0;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .98);
  color: #111827;
  box-shadow: 0 18px 46px rgba(6, 29, 69, .16);
}

.rr-search-card:has(#differentLocation:checked) .rr-booking-bar {
  grid-template-columns: minmax(220px, 1.12fr) minmax(220px, 1.12fr) minmax(150px, .74fr) minmax(150px, .74fr) minmax(130px, .5fr) 72px;
}

.rr-booking-field {
  position: relative;
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid #e0e5ee;
  background: transparent;
  color: #121826;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.rr-booking-field svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: #147fe8;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.rr-booking-field .rr-field-icon-mdi {
  fill: currentColor;
  stroke: none;
}

.rr-booking-field b,
.rr-booking-location span {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 620;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rr-booking-field small {
  display: block;
  margin-top: 3px;
  color: #586174;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
}

.rr-booking-location {
  overflow: hidden;
}

.rr-booking-location select,
.rr-dropoff-panel select {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.rr-booking-location i,
.rr-dropoff-panel i {
  position: relative;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg) translateY(-3px);
}

.rr-age-field {
  border-right: 0;
  padding-right: 14px;
}

.rr-age-field select {
  width: 100%;
  min-width: 62px;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 18px;
  font-weight: 620;
  outline: none;
  cursor: pointer;
  appearance: none;
}

.rr-booking-submit {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #147fe8;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(20, 127, 232, .26);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.rr-booking-submit:hover {
  background: #0b6fd0;
  box-shadow: 0 17px 34px rgba(20, 127, 232, .34);
  transform: translateY(-1px);
}

.rr-booking-submit svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.rr-booking-secondary {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.rr-different-pill {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 20px;
  border: 1px solid rgba(10, 19, 36, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #101828;
  box-shadow: 0 12px 28px rgba(6, 29, 69, .1);
  cursor: pointer;
}

.rr-different-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rr-different-pill span {
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.rr-different-pill b {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 650;
}

.rr-different-pill.is-active span {
  border-color: #147fe8;
  background: radial-gradient(circle at center, #147fe8 0 45%, transparent 48%);
}

.rr-dropoff-panel {
  display: none;
  overflow: hidden;
}

.rr-dropoff-panel.is-enabled {
  display: flex;
}

.rr-dropoff-panel span {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 620;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rr-native-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.date-range-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(6, 14, 28, .08);
  backdrop-filter: blur(1px);
}

.date-range-overlay.is-open {
  display: block;
}

.date-range-modal {
  position: fixed;
  left: 50%;
  top: 128px;
  z-index: 90;
  width: min(820px, calc(100vw - 48px));
  display: none;
  padding: 32px 20px 18px;
  border: 1px solid rgba(16, 24, 40, .09);
  border-radius: 22px;
  background: #fff;
  color: #111827;
  box-shadow: 0 22px 60px rgba(6, 29, 69, .18);
  transform: translateX(-50%);
}

.date-range-modal.is-open {
  display: block;
}

.range-nav,
.range-close {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  cursor: pointer;
}

.range-nav {
  top: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}

.range-nav-prev {
  left: 34px;
}

.range-nav-next {
  right: 34px;
}

.range-close {
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #6b7280;
  font-size: 22px;
}

.range-summary {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(540px, 100%);
  margin: 0 auto 18px;
}

.range-summary button {
  min-height: 66px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #111827;
  text-align: left;
  padding: 12px 16px;
  font: inherit;
  cursor: pointer;
}

.range-summary button.is-active {
  border-color: #147fe8;
  box-shadow: 0 0 0 3px rgba(20, 127, 232, .12);
}

.range-summary span,
.range-time-row span {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.range-summary strong {
  display: inline-block;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.1;
}

.range-summary small {
  margin-left: 8px;
  color: #147fe8;
  font-size: 13px;
  font-weight: 850;
}

.range-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 16px;
}

.range-month {
  min-width: 0;
}

.range-month-title {
  margin: 0 0 16px;
  color: #111827;
  text-align: center;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 620;
}

.range-weekdays,
.range-days-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.range-weekdays {
  margin-bottom: 8px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 620;
}

.range-days-grid {
  overflow: hidden;
  border-radius: 16px;
  background: #fafafa;
  padding: 6px 8px;
}

.range-day {
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #171717;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.range-day.is-muted,
.range-day.is-disabled {
  color: #d1d5db;
}

.range-day.is-disabled {
  cursor: default;
}

.range-day.is-in-range {
  border-radius: 0;
  background: #eef6ff;
}

.range-day.is-start,
.range-day.is-end {
  border-radius: 50%;
  background: #147fe8;
  color: #fff;
}

.range-time-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.range-time-row label {
  display: grid;
  gap: 5px;
  min-height: 50px;
  padding: 7px 13px;
  border: 1px solid #e2e7ef;
  border-radius: 14px;
  background: #fff;
}

.range-time-row select {
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 16px;
  font-weight: 620;
  outline: none;
}

.range-actions {
  position: sticky;
  bottom: -1px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 12px;
  background: #fff;
}

.range-actions button {
  min-width: 132px;
  height: 48px;
  border: 1px solid #d8deea;
  border-radius: 999px;
  background: #fff;
  color: #0b1f46;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.range-actions #rangeApply {
  border-color: #147fe8;
  background: #147fe8;
  color: #fff;
}

body.wc-modal-open {
  overflow: hidden;
}

.rr-section {
  padding: 56px 0 0;
}

.rr-section-title {
  text-align: center;
  margin-bottom: 38px;
}

.rr-section-title h2 {
  margin: 0;
  color: var(--rr-ink);
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
}

.rr-section-title span {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--rr-red);
}

.rr-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.rr-feature-grid article {
  min-height: 294px;
  padding: 38px 25px 30px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 46px rgba(7, 27, 66, .07);
}

.rr-card-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 25px;
  color: var(--rr-navy);
}

.rr-card-icon-mdi {
  display: block;
  fill: currentColor;
}

.rr-feature-grid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 900;
}

.rr-feature-grid p {
  margin: 20px auto 0;
  max-width: 185px;
  color: var(--rr-muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
}

.rr-car-showcase {
  overflow: hidden;
}

.rr-carousel-head {
  position: relative;
  display: block;
  gap: 24px;
  margin-bottom: 24px;
}

.rr-section-title-left {
  margin-bottom: 0;
  text-align: center;
}

.rr-section-title-left span {
  margin-left: auto;
  margin-right: auto;
}

.rr-carousel-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  gap: 10px;
}

.rr-carousel-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rr-line);
  border-radius: 999px;
  background: #fff;
  color: var(--rr-navy);
  cursor: pointer;
  font: inherit;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(7, 27, 66, .06);
}

.rr-carousel-btn:hover {
  border-color: #147fe8;
  color: #147fe8;
}

.rr-car-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(430px, 31.5%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 2px;
  padding: 2px 2px 18px;
  scrollbar-width: none;
}

.rr-car-carousel::-webkit-scrollbar {
  display: none;
}

.rr-carousel-car {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(223, 230, 241, .95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 27, 66, .08);
  scroll-snap-align: start;
}

.rr-carousel-car-media {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(145deg, #ffffff, #f7faff);
}

.rr-carousel-car-media img {
  width: 100%;
  height: 178px;
  display: block;
  object-fit: contain;
}

.rr-carousel-car-body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.rr-carousel-car-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rr-carousel-car-top span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #e9fbf5;
  color: #087a56;
  font-size: 12px;
  font-weight: 950;
}

.rr-carousel-car-top strong {
  color: var(--rr-navy);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 950;
  white-space: nowrap;
}

.rr-carousel-car h3 {
  margin: 4px 0 0;
  color: var(--rr-ink);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 950;
}

.rr-carousel-car h3 a {
  color: inherit;
  text-decoration: none;
}

.rr-carousel-car small {
  color: var(--rr-muted);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 850;
}

.rr-carousel-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 10px 0 4px;
}

.rr-carousel-specs span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4b5a73;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.rr-car-spec-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 17px;
  color: #0057B8;
  fill: currentColor;
}

.rr-carousel-car-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid #edf2f7;
}

.rr-carousel-car-foot span {
  color: #087a56;
  font-size: 13px;
  font-weight: 900;
}

.rr-carousel-car-foot a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #147fe8;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(20, 127, 232, .2);
}

.rr-cars-action {
  margin-top: 12px;
}

.rr-location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.rr-location-card {
  position: relative;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(5, 16, 36, .12) 0%, rgba(5, 16, 36, .78) 100%),
    var(--rr-location-image) center / cover no-repeat;
  box-shadow: 0 20px 46px rgba(7, 27, 66, .14);
}

.rr-location-card strong {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.rr-location-card small {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 750;
  color: rgba(255, 255, 255, .9);
}

.rr-location-card em {
  position: absolute;
  right: 24px;
  bottom: 25px;
  font-style: normal;
  font-size: 24px;
}

.rr-center-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.rr-center-action a,
.rr-operated-cta {
  min-width: 230px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-navy);
  border-radius: 4px;
  color: var(--rr-navy);
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.rr-stats {
  padding: 56px 0 0;
}

.rr-stats-inner {
  min-height: 122px;
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  align-items: center;
  gap: 28px;
  padding: 25px 40px;
  border-radius: 8px;
  background: var(--rr-navy);
  color: #fff;
}

.rr-stats h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.rr-stats div div {
  display: grid;
  gap: 4px;
}

.rr-stats strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.rr-stats span {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 750;
}

.rr-operated {
  padding: 52px 0 58px;
}

.rr-operated-grid {
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: 72px;
  align-items: center;
}

.rr-operated-copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--rr-ink);
  font-size: 16px;
  font-weight: 900;
}

.rr-operated img {
  max-width: 100%;
  height: auto;
}

.rr-wise-logo {
  display: block;
  width: min(276px, 100%);
  max-height: 84px;
  object-fit: contain;
  object-position: left center;
}

.rr-wise-link {
  display: inline-flex;
  width: min(276px, 100%);
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  text-decoration: none;
}

.rr-operated-wise-link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.rr-operated-wise-link {
  width: min(360px, 82%);
}

.rr-operated p {
  max-width: 470px;
  margin: 18px 0 20px;
  color: #2c3d5f;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.rr-operated figure {
  margin: 0;
}

.rr-operated-card {
  position: relative;
  min-height: 294px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 250, 255, .9)),
    radial-gradient(circle at 50% 18%, rgba(38, 64, 107, .08), transparent 42%);
  box-shadow: 0 18px 46px rgba(7, 27, 66, .12);
}

.rr-operated-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -28% -12%;
  height: 58%;
  border-radius: 50% 50% 0 0;
  background:
    linear-gradient(120deg, transparent 36%, rgba(255, 255, 255, .86) 37%, rgba(255, 255, 255, .86) 40%, transparent 41%),
    linear-gradient(118deg, transparent 46%, rgba(13, 27, 61, .06) 47%, rgba(13, 27, 61, .06) 49%, transparent 50%),
    rgba(223, 229, 239, .32);
  transform: rotate(-8deg);
}

.rr-operated-brand {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 48px));
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 34px 0 30px;
}

.rr-operated-rrc-logo {
  width: min(420px, 100%);
  max-height: 86px;
  object-fit: contain;
}

.rr-operated-divider {
  width: min(360px, 80%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin: 20px 0 10px;
  color: #6b7280;
}

.rr-operated-divider span {
  height: 1px;
  background: #c8cfda;
}

.rr-operated-divider strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
}

.rr-operated-wise-logo {
  width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.rr-operated-brand p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .rr-hero-lower {
    width: 100%;
  }

  .rr-hero-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .rr-booking-bar {
    grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(140px, .76fr)) minmax(116px, .48fr) 62px;
    min-height: 72px;
  }

  .rr-search-card:has(#differentLocation:checked) .rr-booking-bar {
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) repeat(2, minmax(122px, .66fr)) minmax(112px, .44fr) 58px;
  }

  .rr-booking-field {
    min-height: 54px;
    gap: 10px;
    padding: 0 14px;
  }

  .rr-booking-field b,
  .rr-booking-location span,
  .rr-dropoff-panel span,
  .rr-age-field select {
    font-size: 16px;
  }

  .rr-booking-field svg {
    width: 21px;
    height: 21px;
  }

  .rr-booking-submit {
    width: 54px;
    height: 54px;
  }

  .rr-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rr-car-carousel {
    grid-auto-columns: minmax(390px, 45%);
  }

  .rr-location-grid,
  .rr-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .rr-shell {
    width: min(calc(100% - 28px), 560px);
  }

  .rr-hero {
    min-height: 0;
    padding-bottom: 34px;
  }

  .rr-hero-media {
    background:
      linear-gradient(180deg, rgba(4, 13, 29, .56) 0%, rgba(4, 13, 29, .34) 44%, rgba(4, 13, 29, .14) 100%),
      url('/uploads/home/romania-rentacar-bran-castle-car-hero-mobile.webp') center bottom / cover no-repeat;
  }

  .rr-hero-content {
    min-height: 910px;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .rr-hero-copy {
    margin-left: 0;
    padding-top: 18px;
  }

  .rr-hero h1 {
    font-size: 54px;
  }

  .rr-hero-subtitle {
    font-size: 18px;
  }

  .rr-hero-benefits {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .rr-search-card {
    margin-top: 14px;
  }

  .rr-booking-bar {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 6px;
    border-radius: 22px;
  }

  .rr-search-card:has(#differentLocation:checked) .rr-booking-bar {
    grid-template-columns: 1fr;
  }

  .rr-booking-field {
    min-height: 54px;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid #edf0f5;
  }

  .rr-booking-field b,
  .rr-booking-location span,
  .rr-dropoff-panel span,
  .rr-age-field select {
    font-size: 18px;
  }

  .rr-booking-submit {
    width: 100%;
    height: 50px;
    margin-top: 6px;
    border-radius: 999px;
  }

  .rr-different-pill {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
  }

  .rr-different-pill b {
    font-size: 16px;
  }

  .date-range-modal {
    top: auto;
    bottom: 0;
    width: 100%;
    max-height: 88vh;
    overflow: auto;
    border-radius: 22px 22px 0 0;
    padding: 42px 14px 16px;
  }

  .range-nav-prev {
    left: 18px;
  }

  .range-nav-next {
    right: 54px;
  }

  .range-summary,
  .range-months,
  .range-time-row {
    grid-template-columns: 1fr;
  }

  .range-actions {
    gap: 8px;
  }

  .range-actions button {
    min-width: 0;
  }

  .range-actions #rangeReset {
    flex: 0 0 34%;
  }

  .range-actions #rangeApply {
    flex: 1 1 auto;
  }

  .range-months .range-month:nth-child(2) {
    display: none;
  }

  .range-month-title {
    font-size: 20px;
  }

  .range-weekdays {
    font-size: 13px;
  }

  .range-day {
    font-size: 15px;
  }

  .rr-feature-grid,
  .rr-location-grid,
  .rr-stats-inner,
  .rr-operated-grid {
    grid-template-columns: 1fr;
  }

  .rr-section-title h2 {
    font-size: 30px;
  }

  .rr-carousel-head {
    align-items: flex-start;
  }

  .rr-car-carousel {
    grid-auto-columns: minmax(300px, 86%);
    gap: 14px;
    margin-right: 0;
    padding-right: 14px;
    padding-bottom: 14px;
  }

  .rr-carousel-actions {
    display: none;
  }

  .rr-carousel-car-media {
    min-height: 176px;
    padding: 18px;
  }

  .rr-carousel-car-media img {
    height: 150px;
  }

  .rr-carousel-car-body {
    padding: 18px;
  }

  .rr-carousel-car-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .rr-carousel-car h3 {
    font-size: 22px;
  }

  .rr-carousel-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 10px;
  }

  .rr-carousel-car-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .rr-feature-grid article {
    min-height: 0;
  }

  .rr-stats-inner {
    gap: 20px;
    padding: 26px 24px;
  }
}
