@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}
/* * {
  outline: 1px solid red;
} */
body,
html {
  box-sizing: border-box;
  margin: 0;
  font-family: "Poppins" !important;
  background-color: #fff;
}

.header {
  position: absolute;
  z-index: 99999;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
  width: 82.63%;
  height: 80px;
  border-radius: 15px;
  background: #000;
  padding: 15px 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerLinks {
  display: flex;
  align-items: center;
  gap: 30px;
}
.headerLinks a {
  color: #fff;
  font-family: Poppins Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.pageNotFound {
  padding: 10%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.pageNotFound a {
  font-size: 24px;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
.pageNotFound h1 {
  font-size: 200px;
  margin: 0;
}
.heroHome {
  height: 110vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 15%;
  justify-content: center;
}
.heroImages {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.heroImg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.vrc-main-title {
  display: none;
}
.secondHome {
  z-index: 9999;
  position: relative;
  margin-top: -120px;
  padding: 250px 76px 10px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 10%
  );
}
.searchCar {
  display: flex;
  padding: 150px 32px;
  flex-direction: column;
  gap: 30px;
}
.vrc-goback-block a {
  text-decoration: none;
  color: #666;
}
.vrccustomfields {
  background: #171717;
}
.vrccustomfields,
.vrcseparatorcf {
  color: #fff !important;
  font-family: Poppins;
}
.imgresult {
  width: 100%;
  height: 258px;
  object-fit: cover;
}
.vrc-coupon-outer {
  display: none;
}
.vrcinput,
.vrcdivcustomfield select,
.vrctextarea {
  background: #171717 !important;
}

.car_result {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 33.3%;
  background: #000;
}
.vrc-itinerary-summary {
  border: 1px solid var(--vrc-border-color);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  background: #000;
}
.searchCar h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.plugin-container {
  border: 1px;
}
.vrc-searchf-section-categories {
  display: none;
}
.vrcdivsearch {
  padding: 15px;
  background: transparent !important;
  border: none;
  width: 100%;
  display: flex;
  border-radius: 15px;
  flex-wrap: wrap;
}
.vrcsfentrycont label {
  color: #fff !important;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.vrcsfentrycont #vrccomselph select,
.vrcsfentrycont #vrccomselph select,
.vrcsfentrycont #vrccomselpm select,
.vrcsfentrycont #vrccomseldh select,
.vrcsfentrycont #vrccomseldm select {
  height: 41px !important;
  cursor: pointer !important;
  border-radius: 8px !important;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i {
  margin-top: 0px !important;
}
.vrcstepsbarcont .vrc-stepbar li:after,
.vrcstepsbarcont .vrc-stepbar li:before {
  content: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid transparent;
  border-left-color: transparent;
}
.vrcstepsbarcont .vrc-stepbar li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins;
}
.vrcstepsbarcont .vrc-stepbar {
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  padding: 0;
  display: flex;
  border: 1px solid var(--vrc-border-color);
  background: #000 !important;
  list-style: none;
  counter-reset: item;
  box-sizing: border-box;
}
.vrc-search-results-block,
.vrc-search-results-block-list {
  display: flex;
  flex-wrap: wrap;
}
.err {
  background: #000 !important;
  border: 1px solid var(--vrc-red-color) !important;
  border-radius: 5px;
  color: var(--vrc-red-color);
  font-weight: bold;
  margin: 15px 0 20px !important;
  padding: 20px !important;
  width: 100%;
}
.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
  width: 170px !important;
  border-radius: 12px;
  background: #00a0ff;
  display: flex;
  height: 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.vrc-searchf-section-datetimes label {
  font-size: 16px !important;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
  background: var(--vrc-white-bg-color) !important;
  padding: 4px 10px !important;
  color: var(--vrc-dark-grey-bg-color-hover);
  border-radius: 8px !important;
  border: 1px solid var(--vrc-border-color);
  display: flex;
  align-items: center !important;
}
.vrcsfentryselect select {
  width: 100% !important;
  height: auto !important;
  padding: 12px 16px !important;
  border: 2px solid #ccc !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 16px !important;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41.59L6 5.17 10.59.59 12 2l-6 6-6-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.vrcsfentryselect select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.vrcsfentryselect select:hover {
  border-color: #888;
}
.vrcdivsearch-inner form {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}
.vrc-searchf-section-locations {
  display: flex;
  gap: 16px;
  width: 35%;
}

.vrc-searchf-section-locations {
  display: flex;
  gap: 16px;
}
.searchForm {
  z-index: 999;
  width: 390px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}
.searchSection {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.locationSection {
  padding: 10px 0px 20px 0px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.locationInfo {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.locationInfo h1,
.locationInfo select {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.locationInfo h2 {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.lineLocation {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
}
.halfLine {
  width: 50%;
  background-color: #000;
  height: 0.8px;
}
.calendarSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 0.8px solid #000;
  border-bottom: 0.8px solid #000;
  padding: 20px 0px 20px 0px;
  gap: 10px;
}
.timeSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0px 10px 0px;
}
.dateInfo {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 50%;
}
.dateInfo2 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
  width: 50%;
}
.dateInfo input,
.dateInfo2 input {
  color: #000 !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent !important;
}
.dateInfo .vrc-sf-time-container,
.dateInfo2 .vrc-sf-time-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dateInfo select,
.dateInfo2 select {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}
.rightFooter iframe{
						width:100%
					
					  }
.vrctimesep {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
}
.dateInfo h2,
.dateInfo2 h2 {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.searchButton {
  width: 100%;
  margin-top: 20px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.socials {
  position: absolute;
  background: #000;
  left: 50%;
  transform: translate(-50%);
  bottom: 10%;
  z-index: 999;
  display: inline-flex;
  padding: 11px 11px 7px 11px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
}
.socials a {
  color: transparent !important;
}
.swiper2 {
  width: 100%;
  height: 100vh; /* Full viewport height */
  position: relative;
}

.swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
}
.detaylink {
  text-decoration: underline;
  color: #d3d3d3;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderSection {
  position: relative;
}
.callnowTel {
  text-decoration: none;
  color: #fff;
}
.successmade {
  background: #000 !important;
}
.info {
  background: #000 !important;
}
.vrcordcancbox {
  border: 1px solid var(--vrc-light-border-color);
  padding: 20px;
  margin-top: 10px;
  background: #000 !important;
}
.vrc-pref-color-btn-secondary,
.vrc-docsupload-uploadfile,
.vrc-pref-color-btn {
  color: #000;
}
.vrc-docsupload-wrap .vrc-order-details-info-inner {
  margin: 12px 0;
  color: #fff !important;
}
/* Fixed text overlay */
.fixed-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 51px;
  background: linear-gradient(90deg, #000 -16.54%, transparent 68.82%);
  background-blend-mode: multiply;
  color: #fff;
  font-size: 48px;
  z-index: 10;
  text-align: center;
}
.fixedContent {
  padding: 83px 67px;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 100%;
  justify-content: space-between;
}

.swiperRadius {
  border-radius: 72px;
}
.arrows img {
  cursor: pointer;
}
.arrows {
  position: absolute;
  bottom: 10%;
  z-index: 999;
  display: flex;
  gap: 300px;
  left: 50%;
  transform: translate(-50%);
}
.fixedContent h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 62% */
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.fixedInfo {
  display: flex;
  gap: 50px;
}
.sliderInfo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sliderInfo h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 62px; /* 124% */
  text-transform: capitalize;
  margin: 0;
}
.sliderInfo p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 62px; /* 413.333% */
  text-transform: capitalize;
  margin: 0;
}
.thirdHome {
  padding: 100px 76px;
  display: flex;
  gap: 5%;
  background: #000;
}
.thirdInfo {
  width: 23.75%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.thirdInfo h1 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.thirdInfo p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 8px;
}
.thirdInfo img {
  width: 72px;
  height: 72px;
}
.carSelection {
  display: flex;
  flex-direction: column;
  background: #000;
  padding: 120px 76px;
}
.introCarSelection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.leftIntroCar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.leftIntroCar h1 {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 49.5px */
}

.leftIntroCar p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introCarSelection a {
  width: 238px;
  height: 49px;
  background: #fff;
  border: none;
  color: #000;
  font-family: Poppins;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cars-filter {
  width: 100%;
  padding: 40px 0px 80px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-buttons {
  display: flex;
  gap: 26px;
}
.category-btn {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #6d6d6d;
  text-decoration: none;
  transition: background-color 0.3s;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-btn:hover {
  background-color: #f0f0f0;
  color: #000;
}
.category-btn.active {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  border-color: #fff;
}
.cars-grid {
  width: 100%;
  display: flex;
  gap: 2%;
}
.car-card {
  width: 24.5%;
  display: flex;
  flex-direction: column;
}
.characteristics {
  display: flex;
  gap: 20px;
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 5px;
}
.car-card h3 {
  color: #fff;
  font-family: Poppins Medium;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 10px;
}
.car-card h4 {
  color: #fff;
  font-family: Poppins Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.price {
  color: #fff;
  margin: 0;
  font-family: Poppins medium;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.car-card img {
  height: 258px;
  object-fit: cover;
  width: 100%;
}
.totalPrice {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.carInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  min-height: 120px;
  justify-content: space-between;
}
.carPrices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.bookNow {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  align-items: center;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border: 1px solid #fff;
  height: 40px;
}
.beenAround {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 50px 76px;
  background: #000;
}
.beenAroundTitles {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.beenAroundTitles h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 79.2px */
}
.beenAroundTitles h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
.beenAroundContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.upperBeenAround {
  width: 100%;
  height: 457px;
  display: flex;
  gap: 15px;
}

.leftImageBeenAround {
  width: calc(60% - 15px);
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.rightImageBeenAround {
  width: 40%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.lowerBeenAround {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 289px;
}

.leftLowerBeenAround {
  display: flex;
  height: 100%;
  width: 50%;
  padding: 26px 47px 28px 23px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  background: #fff;
}
.leftLowerBeenAround p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: 50%;
}
.easyProcess {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.easyProcess h2 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.easyProcess img:hover {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.easyProcess img {
  transition: 0.3s;
}

.rightLowerBeenAround {
  padding: 34px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  height: 100%;
  position: relative;
  border-radius: 20px;
}
.rightLowerBeenAround p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  z-index: 999;
  text-align: center;
  padding-inline: 10%;
}
.rightLowerBeenAround h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.823%; /* 46.329px */
  margin: 0;
  z-index: 999;
}

.rightlowerBeenAroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;

  object-fit: cover;
}

.lastHome {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  background: #000;
}
.lastHome h1 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 49.5px */
  margin: 0;
}
.lastHome a {
  display: flex;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: #000;
}
.upperFooter {
  padding: 50px 76px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
  border-bottom: 4px solid #4a4a4a;
}

.footer h1 {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 49.5px */
}

.footer h2 {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%; /* 24.75px */
}
.lowerFooter {
  padding: 64px 80px 38px 85px;
  display: flex;
  gap: 50px;
}
.leftFooter {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 153px;
  justify-content: flex-end;
}
.rightFooter {
  width: 60%;
  height: 435px;
}
.rightFooter img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer p {
  color: #d3d3d3;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%; /* 13.86px */
}
.upperLeftFooter {
  display: flex;
  justify-content: space-between;
}
.footerInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footerTitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  line-height: 99%; /* 19.8px */
}
.footerInfo a {
  text-decoration: none;
  color: #d3d3d3;
}
.bottomLeftFooter {
  display: flex;
  gap: 28px;
  align-items: center;
}
.heroCars {
  padding: 260px 76px 65px;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.heroCars h1 {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%; /* 79.2px */
}
.heroCars p {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
}
.line {
  width: 100%;
  height: 4px;
  background: #4a4a4a;
}
.car_moreimages img,
.cardetails_moreimages img {
  padding: 1px;
  background-color: var(--vrc-white-bg-color);
  height: 100px;
  width: 150px;
  object-fit: cover;
}
.vrcsfentrycont .vrcsfentrydate .hasDatepicker {
  border-radius: 12px !important;
  padding: 0;
  cursor: pointer !important;
  float: left;
  margin: 0 10px 0 0;
  border: 0;
  box-shadow: none;
  font-size: 0.9em;
  flex: 1;
  background: var(--vrc-white-bg-color);
  color: #666;
}
.our-cars-grid {
  width: 100%;
  display: flex;
  gap: 2%;
}
.ourCarSelection {
  display: flex;
  flex-direction: column;
  background: #000;
  padding: 80px 76px;
}
.hideCars {
  position: absolute;
  z-index: -2;
}
.singleCar {
  background: #000;
  padding: 150px 76px;
}
.vrc-cardetails-legend,
.vrc-avcals-container,
.vrc-oconfirm-middlep {
  display: none !important;
}
.vrc-cdetails-cost {
  background: #000 !important;
}
.car_cost {
  color: #fff !important;
}
.form-boxLogin {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-boxLogin form {
  width: 100%;
}
.form-boxLogin h2 {
  text-align: left;
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-boxLogin p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.form-boxLogin .error {
  color: #d32f2f;
  margin-bottom: 15px;
  text-align: center;
}
.form-boxLogin label {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-boxLogin input {
  width: 100%;
  padding: 10px;
  border: none !important;
  background-color: transparent;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc !important;
  box-sizing: border-box;
}
.form-boxLogin button {
  width: 30%;
  padding: 10px;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  margin: 0;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  margin-top: 50px;
  cursor: pointer;
}

.form-boxLogin p {
  text-align: center;
  margin-top: 15px;
}
.form-boxLogin a {
  color: #007bff;
  text-decoration: none;
}
.form-boxLogin a:hover {
  text-decoration: underline;
}
.iti__flag-box,
.iti__country-name {
  color: #000 !important;
}
.loginPage {
  padding: 15% 15% 5% 15%;
  background: #000;
}

.form-boxRegister {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form-boxRegister h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-boxRegister .error {
  color: #d32f2f;
  margin-bottom: 15px;
  text-align: center;
}
.form-boxRegister label {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-boxRegister form {
  width: 100%;
}
.form-boxRegister input {
  width: 100%;
  padding: 10px;
  border: none !important;
  background-color: transparent;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc !important;
  box-sizing: border-box;
}
.form-boxRegister button {
  width: 30%;
  padding: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 50px;
}
.form-boxRegister h3 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}
.form-boxRegister button:hover {
  background: #0056b3;
}
.form-boxRegister p {
  text-align: left;
  margin-top: 15px;
}
.form-boxRegister a {
  color: #007bff;
  text-decoration: none;
}
.form-boxRegister a:hover {
  text-decoration: underline;
}
.registerPage {
  padding: 15% 15% 5% 15%;
  background: #000;
}
.contactPage {
  padding: 15% 15% 5% 15%;
  background: #000;
  display: flex;
  flex-direction: column;
}
.contactPage input {
  width: 100%;
  padding: 10px;
  border: none !important;
  background-color: transparent;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc !important;
  box-sizing: border-box;
}
.contactPage label {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactPage textarea {
  width: 100%;
  padding: 10px;
  border: none !important;
  background-color: transparent;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc !important;
  box-sizing: border-box;
}
.contactPage button {
  width: 30%;
  padding: 10px;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  margin: 0;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  margin-top: 50px;
  cursor: pointer;
}
.contactInformation {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 80px;
}
.contactLocation {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactInformation h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.contactInformation p {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.contactInformation h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.contactInformation a {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
.locationPin {
  display: flex;
  gap: 20px;
}
.vrc-oconfirm-summary-car-wrapper .vrc-oconfirm-summary-car-cell-descr {
  background: #000 !important;
}
.contactBasic {
  display: flex;
  gap: 120px;
}
.contactTableSocials {
  display: flex;
  gap: 8px;
}
.borgir {
  display: none;
}
.sliderImageServices {
  height: 650px !important;
}
@media screen and (max-width: 768px) {
  .borgir {
    display: block;
    position: absolute;
    right: 5%;
    width: 40px;
    height: 40px;
    top: 35px;
  }
  .sliderImageServices {
    height: 200px !important;
  }
  .header {
    display: block;
    transition: 0.4s;
    overflow: hidden;
    padding-top: 5%;
    height: 12vh;
    padding: 30px 15px;
    width: 100%;
    top: 0px;
    border-radius: 0px;
  }

  .hajti {
    height: 100vh !important;
  }

  .headerLinks {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    gap: 30px;
  }
  .heroHome {
    padding-inline: 5%;
    height: 125vh;
  }
  .searchForm {
    width: 100%;
  }
  .socials {
    bottom: 14%;
  }
  .secondHome {
    padding: 100px 22px 10px;
  }
  .fixedContent {
    padding: 10px 14px;
    height: 100%;
    justify-content: flex-start;
  }
  .fixed-text {
    border-radius: 12px;
  }
  .fixedContent h1 {
    font-size: 40px;
  }
  .swiperRadius {
    border-radius: 12px;
  }

  .sliderInfo {
    align-items: flex-start;
  }
  .sliderInfo h2 {
    font-size: 22px;
    margin: 30px 0px 0px;
    line-height: 0;
  }
  .sliderInfo p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .heroCars p {
    width: 100%;
  }
  .thirdHome {
    display: flex; /* You need this in mobile too */
    flex-direction: row; /* Horizontal layout */
    overflow-x: auto;
    gap: 20px; /* Adjust spacing between items */
    width: 100%;
    padding: 80px 20px;
    scroll-snap-type: x mandatory; /* Optional: snap scrolling */
  }

  .thirdInfo {
    flex: 0 0 80%; /* Ensures fixed width and horizontal scroll */
    padding-left: 8%;

    scroll-snap-align: start; /* Optional: for snapping */
    min-width: 250px; /* Optional: minimum width */
  }

  /* Optional: Hide scrollbar */
  .thirdHome::-webkit-scrollbar {
    display: none;
  }
  .thirdHome {
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
  }
  .carSelection {
    padding: 40px 20px;
  }
  .introCarSelection {
    flex-direction: column;
    align-items: flex-start;
  }
  .leftIntroCar h1 {
    font-size: 25px;
  }

  .leftIntroCar p {
    font-size: 15px;
  }
  .cars-filter {
    padding: 80px 0px 40px 0px !important;
  }
  .cars-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 20px;
    width: 100%;
    scroll-snap-type: x mandatory;
  }
  .car-card {
    min-width: 300px;
  }
  .cars-grid::-webkit-scrollbar {
    display: none;
  }
  .beenAround {
    padding: 40px 20px;
  }
  .beenAroundTitles h1 {
    font-size: 30px;
  }
  .beenAroundTitles h2 {
    font-size: 12px;
  }
  .upperBeenAround {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .leftImageBeenAround {
    width: 100%;
    height: 457px;
  }
  .rightImageBeenAround {
    width: 100%;
    height: 457px;
  }
  .lowerBeenAround {
    flex-direction: column;
    height: auto;
  }
  .leftLowerBeenAround {
    width: 100%;
    gap: 40px;
  }
  .leftLowerBeenAround p {
    width: 80%;
  }
  .easyProcess h2 {
    font-size: 30px;
  }
  .rightLowerBeenAround {
    width: 100%;
    padding: 24px 15px;
    height: 292px;
  }
  .lastHome {
    padding: 40px 20px;
  }
  .lastHome h1 {
    font-size: 25px;
    line-height: 121%;
  }
  .upperFooter {
    padding: 30px 20px;
  }
  .footer h1 {
    font-size: 25px;
    width: 80%;
  }
  .footer h2 {
    font-size: 15px;
  }
  .lowerFooter {
    padding: 40px 20px 30px;
    flex-direction: column;
  }
  .leftFooter {
    width: 100%;
    gap: 50px;
  }
  .bottomLeftFooter {
    justify-content: space-between;
  }
  .rightFooter {
    width: 100%;
    height: 221px;
  }
  .heroCars {
    padding: 125px 20px 65px;
    gap: 26px;
  }
  .heroCars h1 {
    font-size: 40px;
  }
  .vrcdivsearch-inner form {
    flex-direction: column;
  }
  .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
    width: 100%;
  }
  .ourCarSelection {
    padding: 50px 20px;
  }
  .our-cars-grid {
    flex-direction: column;
    gap: 20px;
  }
  .car-card {
    width: 100%;
  }
  .singleCar {
    padding: 100px 20px;
  }
  .pageNotFound h1 {
    font-size: 100px;
    margin: 0;
  }
  .contactPage {
    padding: 27% 20px;
  }
  .contactPage button {
    width: 100%;
  }
  .contactBasic {
    flex-direction: column;
    gap: 20px;
  }
  .loginPage {
    padding: 27% 20px;
  }
  .form-boxLogin {
    padding: 10px;
  }
  .form-boxLogin p {
    text-align: left;
  }
  .form-boxLogin button {
    margin-top: 30px;
    width: 100%;
  }
  .registerPage {
    padding: 27% 20px;
  }
  .form-boxRegister button {
    margin-top: 30px;
    width: 100%;
  }
  .vrc-search-results-block,
  .vrc-search-results-block-list {
    flex-direction: column;
  }
  .car_result {
    width: 100%;
  }
  .booknow {
    width: 100%;
  }
}
