:root {
	--theme-color: #f7b401;
	--theme-color-dark: #C69103;
	--theme-color-foreground: #fff;
	--theme-secondary-color: #fff000;
	--theme-font-color: #261a48;
	--theme-font-size: 16px;
	--theme-font-family: var(--grinsoft-font-sans-serif);
	--theme-border-color: var(--theme-color);
	--border-color: #bdbdbd;
	--border-color-translucent: #e3e2e8;
	--border-color-hover: #9d9d9d;
	--text-muted-color: #7b728e;
	--section-background: #f1f1f1;
	--theme-color-tone: #f7b40199;
}
.accordion {
    --grinsoft-accordion-color: var(--grinsoft-body-highlight-color);
    --grinsoft-accordion-bg: transparent;
    --grinsoft-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --grinsoft-accordion-border-color: var(--grinsoft-border-color);
    --grinsoft-accordion-border-width: 0;
    --grinsoft-accordion-border-radius: 0;
    --grinsoft-accordion-inner-border-radius: 0;
    --grinsoft-accordion-btn-padding-x: 0;
    --grinsoft-accordion-btn-padding-y: 0.5rem;
    --grinsoft-accordion-btn-color: var(--grinsoft-primary-text-emphasis);
    --grinsoft-accordion-btn-bg: var(--grinsoft-accordion-bg);
    --grinsoft-accordion-btn-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23f7b401' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
    --grinsoft-accordion-btn-icon-width: 1.25rem;
    --grinsoft-accordion-btn-icon-transform: rotate(-180deg);
    --grinsoft-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --grinsoft-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23f7b401' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
    --grinsoft-accordion-btn-focus-border-color: #3874ff;
    --grinsoft-accordion-btn-focus-box-shadow: 0 0 0 0.25rem transparent;
    --grinsoft-accordion-body-padding-x: 0;
    --grinsoft-accordion-body-padding-y: 0.5rem;
    --grinsoft-accordion-active-color: var(--grinsoft-emphasis-color);
    --grinsoft-accordion-active-bg: transparent
}
html {
  scroll-behavior: smooth!important;
}
body {
  margin: 0;
	font-family: var(--theme-font-family);
	font-size: var(--theme-font-size);
  font-weight: 400;
  line-height: var(--grinsoft-body-line-height);
	color: var(--theme-font-color)!important;
  text-align: var(--grinsoft-body-text-align);
  background-color: var(--grinsoft-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.section-bg {
	background-color: var(--section-background);
}
.hero .hero-title {
	line-height: 1.1;
	font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff;
  background: var(--theme-color);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 20px;
}
.navbar-nav .nav-link {
  color: var(--theme-font-color);
  background: transparent;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 20px;
}
.text-theme {
	color: var(--theme-color);
}
.navbar-brand {
	color: var(--theme-font-color)!important;
}
.text-muted {
	color: var(--text-muted-color)!important;
}
.hero form .form-control {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 48.5px;
  border-radius: 50px;
  background-color: #f7f7f7;
  border: 2px solid var(--border-color);
  font-weight: 400;
  font-size: var(--theme-font-size);
}
.hero form .form-control:hover {
	border-color: var(--border-color-hover);
}

.hero form .form-control:not(.datepicker):focus,
.hero form .form-control:not(.time-input):focus {
	border-color: var(--theme-border-color);
	outline: 0;
	box-shadow: unset!important;
}
.hero .form-icon-container .form-icon {
  position: absolute;
  top: 18px;
  left: 1.15rem;
  font-size: 25px;
  z-index: 10;
}

.hero .form-control.time-input {
  max-width: 110px;
  padding-left: 15px !important;
  border: 0;
  border-left: 1px solid var(--border-color-translucent)!important;
}

.hero .form-control.time-input option {
/*  color: var(--theme-color);*/
}
.hero .input-group {
	border-radius: 50px;
	border: 2px solid var(--border-color);
}
.hero .input-group.input-group-focused {
	border-radius: 50px;
	border: 2px solid var(--theme-border-color);
}
.hero .input-group.input-group-focused .form-control.time-input {
	border: 0;
	border-left: 1px solid var(--border-color-translucent)!important;
}
.hero .input-group.input-group-focused .form-control.datepicker {
	border: 0;
	border-right: 1px solid var(--border-color-translucent)!important;
}

.btn-primary {
	background-color: var(--theme-color)!important;
}
.hero .input-group .datepicker{
	border: none;
	border-right: 1px solid transparent!important;
	padding-right: 0px!important;
}
.hero form .btn-primary {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
}
.border-rounded {
	border-radius: 80px;
}
.fw-600 {
	font-weight: 600;
}
.how-it-works {
	background-color: #ffffff;
	border-radius: 30px;
}
.how-it-works .btn-primary {
	background-color: transparent!important;
	border: 2px solid var(--theme-color);
	color: var(--theme-color);
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
}
.how-it-works .btn-primary:hover,
.how-it-works .btn-primary:focus {
	box-shadow: 0 5px 2px var(--border-color);
}
.how-it-works img {
	border-radius: 25px;
	margin-right: 20px;
}
.how-it-works .carousel {
	margin-left: -9rem;
}
.border-r-20 {
	border-radius: 20px!important;
}
.flatpickr-day.today {
  background: var(--theme-color) !important;
  color: var(--grinsoft-flatpickr-today-color);
  border-radius: 50%;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background: var(--theme-color-dark) !important;
  color: #fff;
}
.flatpickr-day.selected {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-foreground);
}
.flatpickr-day.selected:hover,.flatpickr-day.selected:focus {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-foreground);
}
.flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--theme-color-tone);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--theme-color-tone);
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  color: var(--theme-color);
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  color: var(--theme-color);
}
.flatpickr-calendar.animate.arrowTop.arrowLeft.open {
  border: 2px solid var(--theme-color) !important;
  border-radius: 20px!important;
}
.slider-wrapper {
	overflow: hidden;
	max-width: 100%;
	margin: 0 0px 55px;
}
.card-list .card-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: var(--theme-font-color);
	width: 400px;
	border-radius: 8px;
	border: 1px solid var(--border-color-translucent);
	padding: 25px;
}
.swiper-wrapper {
	user-select: none;
}
.additional-services-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: var(--theme-font-color);
	border-radius: 8px;
	border: 1px solid var(--border-color-translucent);
	background-color: var(--section-background);
	padding: 10px;
}
.card-list .card-item .card-image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 40px;
	padding: 4px;
	border: 3px solid var(--border-color-translucent);
}

.card-list .card-item .card-description {
	margin: 14px 0 40px;
}
.swiper-navigation {
	width: 100px !important;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  padding: 12px 15px!important;
  border-radius: 8px!important;
  background-color: var(--border-color-translucent);
}
.swiper-pagination-bullet-active {
  background: var(--theme-color)!important;
}
.faq .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: var(--theme-color)!important;
  text-align: center;
  justify-content: center;
}
.faq .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--grinsoft-nav-pills-link-active-color);
  background-color: var(--theme-color);
}

.faq .nav-pills .nav-link {
	color: var(--text-muted-color);
	font-weight: 700;
}
.faq .accordion {
  --grinsoft-accordion-btn-padding-y: 2.2rem!important;
}
.faq .accordion .accordion-button {
	user-select: text;
	font-size: 20px;
	color: var(--theme-font-color);
}




footer .accordion-item {
	border: none;
}
footer hr.divider {
  margin: 0rem 0;
  color: inherit;
  border: 0;
  border-top: .1rem solid var(--theme-border-color)!important;
  opacity: 1!important;
}
footer .footer-brands {
  font-size: var(--font-size-small);
  text-align: center;
  display: block;
}
footer .footer-brands .brand-logo {
	margin: 0 16px;
}
footer .footer-brands .brand-logo svg {
	height: 16px;
	display: inline-block;
}


footer .accordion .accordion-button {
	padding-bottom: 16px!important;
	padding: 12px 0!important;
}
footer .accordion .accordion-body {
	padding: 4px 0!important;
}
footer .accordion .accordion-button:focus {
	box-shadow: unset!important;
}

footer .btn-action {
  background-color: transparent;
  height: 45px;
  min-width: 45px;
  width: auto;
  padding: 8px;
  align-content: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}

footer .btn-action:hover, footer .btn-action:focus {
	background-color: var(--theme-border-color);
}


.accordion {
	background: transparent!important;
}
.accordion-item {
	background: transparent!important;
}
.accordion-button {
	background: transparent!important;
}

.accordion-item {
	color: var(--font-color)!important;
}
section.quick-links {
	padding-top: 5px;
}
section.quick-links p {
	font-size: var(--font-size-small);
	line-height: 2;
}
section.quick-links p a.inline-link {
  padding: 0 4px;
  white-space: nowrap;
}
section.quick-links p a.inline-link:hover, section.quick-links p a.inline-link:focus {
}
section.quick-links p span:after {
	content: ".";
  inset-block-end: 3px;
  inset-inline-end: -1px;
  position: relative;
}
section.quick-links p span:last-child::after {
	content: "";
  inset-block-end: 3px;
  inset-inline-end: -1px;
  position: relative;
}
footer {
	background: var(--theme-light-bg);
	padding: 16px 0;
}
footer .block-link:hover, footer .block-link:focus {
}
footer .footer-links li {
  list-style: none;
  display: block;
  margin-left: -32px;
  line-height: 2;
  white-space: nowrap;
}
a.btn:hover, a.btn:focus, .btn-action:hover, .btn-action:focus {
	text-decoration: none!important;
}
a {
	text-decoration: none;
	color: var(--link-color);
}
a:hover, a:focus {
	text-decoration: underline;
}


.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.step {
  text-align: center;
  flex: 1;
  position: relative;
}
.step:first-child::before {
  left: 50%;
}
.step:last-child::before {
  width: 50%;

}
.step::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 5px;
  background: currentColor;
  z-index: 1;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.step-number {
  background: #fff;
  color: var(--theme-font-color);
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.step.active {
	color: var(--theme-color);
}
.step.active .step-number {
  background: var(--theme-color);
  color: #fff;
  z-index: 1;
}
.step-label {
  margin-top: 10px;
  font-weight: 400;
}
.booking-form {
	padding: 2.2rem 2rem;
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

.booking-form .form-control, .booking-form .form-select {
  border: 1px solid var(--theme-font-color);
	padding-top: 0.5rem;
	font-weight: 400!important;
	padding-bottom: 0.5rem;
	font-size: var(--theme-font-size)!important;
}
/*.booking-form .form-control:hover, .booking-form .form-select:hover,*/
.booking-form .form-control:focus, .booking-form .form-select:focus {
	border-color: var(--theme-color);
  border-width: 2px;
	outline: 0;
  -webkit-box-shadow: unset!important;
  box-shadow: unset!important;
}

.booking-form .form-icon-container .form-icon {
  position: absolute;
  top: 28px;
  left: 0.6rem;
  font-size: 24px;
  color: var(--theme-color);
}

.booking-form .form-icon-container .form-icon-input,
.booking-form .form-icon-container .form-icon-label {
    padding-left: 2.5rem
}

.map-preview {
	height: 550px; 
	width: 100%; 
	border: 1px solid var(--border-color);
	border-radius: 8px;
}
.distance-info {
	margin-top: 16px;
	border: 1px solid var(--border-color);
	padding: 0.4rem;
	border-radius: 8px;
}

.is-invalid {
  border: 1px solid red;
  background-color: #fff0f0;
}
.summary-content {
  max-height: 100vh;
}
.scrollable {
  overflow-y: auto;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .spinner-color {
	color: var(--theme-color);
}


.btn-grinsoft-theme {
  --grinsoft-btn-color: var(--theme-color);
  --grinsoft-btn-bg: #f5f7fa;
  --grinsoft-btn-border-color: #e3e6ed;
  --grinsoft-btn-hover-color: var(--theme-color-dark);
  --grinsoft-btn-hover-bg: #e3e6ed;
  --grinsoft-btn-hover-border-color: #e6e9ef;
  --grinsoft-btn-focus-shadow-rgb: 228, 200, 201;
  --grinsoft-btn-active-color: var(--theme-color);
  --grinsoft-btn-active-bg: #e3e6ed;
  --grinsoft-btn-active-border-color: #e6e9ef;
  --grinsoft-btn-active-shadow: initial;
  --grinsoft-btn-disabled-color: #000000;
  --grinsoft-btn-disabled-bg: #f5f7fa;
  --grinsoft-btn-disabled-border-color: #e3e6ed
}
.vehicle-card:has(input[type="radio"]:checked) .card {
  border: 2px solid var(--theme-color);
  box-shadow: 0 0 8px var(--theme-color-tone);
}
.vehicle-card:hover input[type="radio"] + .card {
/*  border: 1px solid var(--theme-color);*/
}

.vehicle-card .card {
  cursor: pointer;
}
.vehicle-image {
  height: 170px;
  padding: 4px;
  overflow: hidden;
}
.vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    user-select: none;
  }

  .custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    z-index: 2;
  }

  .custom-radio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid currentColor;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
  }

  .custom-radio input[type="radio"]:checked + .custom-radio-label::before {
    background-color: #ff0000;
    border-color: #0056b3;
  }

  .custom-radio input[type="radio"]:checked + .custom-radio-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid currentColor;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}










@media screen and (max-width: 576px) {
	
	footer {
		background: var(--theme-light-bg);
		padding: 0 0!important;
	}
  .vehicle-image {
    height: 275px;
  }
  .distance-info .border-start,
  .distance-info .border-end {
    border-right: none!important;
    border-left: none!important;
  }
  .distance-info .border-end {
    border-bottom: 1px solid var(--border-color-translucent);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {

  .how-it-works .carousel {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 376px) {
  .vehicle-image {
    height: 175px;
  }
}