/**
 * Custom frontend styles (HAND-MAINTAINED).
 *
 * This file is NOT generated by the build. `npm run prod` / laravel-mix never
 * touches it, so your custom styling is safe across rebuilds. Edit this file
 * directly for booking-form / theme tweaks.
 *
 * (The sibling frontend.css IS build-generated from src/frontend/frontend.scss
 * and WILL be overwritten by builds — do not put custom styles there.)
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Styles for the booking form */
.wbvb-booking-form .is-process .el-step__icon {
	background-color: #DC423D;
	border-color: #DC423D;
	height: 32px;
	width: 32px;
}
.wbvb-booking-form .is-wait .el-step__icon {
	height: 32px;
	width: 32px;
	border: 1px solid;
}
.wbvb-booking-form .el-step.is-horizontal {
	display: flex;
	align-items: center;
	gap: 10px;
}
.wbvb-booking-form .el-step .el-step__head {
	text-align: left !important;
	width: auto;
}
.vehicle-price {
display: none !important;
}
.wbvb-booking-form .el-step .el-step__main {
	width: 100%;
	text-align: left !important;
	line-height: 0;
}
.wbvb-booking-form .el-step__head .el-step__line {
	display: none;
}
.wbvb-booking-form .el-step__title {
	line-height: 0;
}
.wbvb-booking-form .el-step__main{
	position: relative;
}
.wbvb-booking-form .el-step__main:before {
    content: '';
    height: 1px;
    width: 93%;
    bottom: -3px;
    left: 0;
    position: absolute;
    background-color: #e2e8f0;
	z-index: -1;
}
.wbvb-booking-form .el-step__main .el-step__title {
	display: inline;
	background: #f6f8fb;
	padding-right: 15px;
}
.page-id-61458 {
background: linear-gradient(180deg,#f8fafc,#eef2f7);
}
.wbvb-booking-form .box-card {
box-shadow: 0 20px 40px rgba(15,23,42,.05) !important;
	border-radius: 18px;
	padding: 24px;
}
.wbvb-booking-form  .card-header {
	background-color: transparent;
	border: none;

}
.wbvb-booking-form   .box-card .el-card__header {
	padding: 0;
	border-bottom: 0;
}
.wbvb-booking-form   .box-card .card-header {
	padding: 0;
}
.wbvb-booking-form   .box-card .el-card__body {
	padding:  0;
	overflow-x: hidden;
}
.wbvb-booking-form   .box-card .card-header span {
font-weight: 700;
	 margin: 0 0 24px;
  font-size: 20px;
}
.wbvb-booking-form   .box-card .el-card__body form label {
	margin-bottom: 0;
	font-size: 13px;
  font-family: poppins;
}
.wbvb-booking-form   .box-card .el-input__wrapper {
	height: 42px;
	width: 100%;
	border-radius: 12px;
	background-color: #f9fafb;
	box-shadow: none;
	border: 1px solid #e2e8f0;
	transition: .3s ease-in-out;
	padding: 12px 14px;
}
.wbvb-booking-form   .box-card .el-input__prefix {
left: 9px;
}
.wbvb-booking-form .box-card .el-input__inner {
    padding-left: 20px !important;
	border: none !important;
	padding: 0;
}
.wbvb-booking-form   .box-card .el-form-item {
	margin-bottom: 25px;
}
.wbvb-booking-form   .box-card .el-input__wrapper.is-focus,
.wbvb-booking-form   .box-card .el-input__wrapper:hover {
	background-color: white;
	border-color: #f4ad1c;

}
.wbvb-booking-form   .box-card .el-input__inner {
background-color: transparent;

}
.wbvb-booking-form   .box-card .el-row {
	    display: inline-grid;
    width: 100%;
}
.wbvb-booking-form   .box-card .el-row .el-col {
	max-width: 100%;
	width: 100%;
}
.wbvb-booking-form   .box-card .el-row .el-col  .el-input__wrapper {
	width: 100%;
}
.wbvb-booking-form   .box-card .el-row .el-col .el-input__wrapper .el-input__inner {
border: none;
}
.wbvb-booking-form   .box-card .el-row .el-col .el-input-number span {
	border-radius: 6px;
	transition: .3s ease-in-out;
}
.wbvb-booking-form   .box-card .el-row .el-col .el-input-number {
	margin-right: 2px;
}
.wbvb-booking-form .vehicle-selection-header h3 {
	margin-bottom: 30px;
	font-size: 22px;
}
.wbvb-booking-form .vehicle-list .vehicle-card {
	border-radius: 20px;
	padding: 25px;
}
.wbvb-booking-form .vehicle-list .vehicle-card.is-selected {
	border: 1px solid #FFB51D;
	background-color: white;
	box-shadow: none;
}
.wbvb-booking-form .vehicle-list .vehicle-card:hover {
	border-color: #FFB51D;
}
.vehicle-list .vehicle-card .vehicle-info  h4 {
	color: #0f172a;
	font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.vehicle-list .vehicle-card .vehicle-info p {
	  color: #64748b;
    font-size: 14px;
    margin-bottom: 15px;
}
.wbvb-booking-form .vehicle-list .vehicle-card img {
	border-radius: 16px;
}
.wbvb-booking-form .vehicle-list .vehicle-card:hover {
	transform: translateY(-3px)
}
.wbvb-booking-form .el-button:hover,
.wbvb-booking-form .form-actions .el-button:hover {
	transform: translateY(-3px);
}
.wbvb-booking-form .el-button:hover,
.wbvb-booking-form .el-button,
.wbvb-booking-form .form-actions .el-button:hover,
.wbvb-booking-form .form-actions .el-button {
	background: linear-gradient(135deg, #f4ad1c, #facc15);
    padding: 14px 36px;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(244, 173, 28, .35);
	color: #222;
	margin-top: 15px;
	transition: .3s ease-in-out;
}
.wbvb-booking-form   .box-card .el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper,
.wbvb-booking-form   .box-card .el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper {
	box-shadow: none;
	border-color: #FFB51D;
	background-color: white;
}
.wbvb-booking-form   .box-card .el-input-number__decrease:hover,
.wbvb-booking-form   .box-card .el-input-number__increase:hover {
	color: #FFB51D;
	border-color: #FFB51D;
	background-color: white;
}
.wbvb-booking-form form textarea {
	height: 120px;
	border-radius: 15px;
	    padding: 20px;
    padding-top: 15px;
}
.wbvb-booking-form .el-step__head.is-success i {
	display: flex;
}
.wbvb-booking-form .el-card .el-card__body img {
	    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    margin-top: 23px;
}
.wbvb-booking-form .el-card .el-card__body h4 {
	font-size: 17px;
}
.wbvb-booking-form .el-card .el-card__body .summary-meta {
gap: 15px;
	display: flex;
}
.wbvb-booking-form .el-card .el-card__body .summary-meta span {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}
.wbvb-booking-form .el-card .el-card__body i {
	color: #ff4d4d;
}
.wbvb-booking-form .el-card .el-card__body .el-divider  {
margin: 15px 0;
}
.wbvb-booking-form .el-card .el-card__body  small {
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.wbvb-booking-form .el-card .el-card__body  p {
	font-size: 14px;
	font-family: poppins;
}
.wbvb-booking-form .el-card .el-card__body .summary-price {
font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins';
    color: #555;
}

.wbvb-booking-form .el-card .el-card__body .summary-price .price-val {
	margin-left: 10px;
	font-weight: 600;
}
.wbvb-booking-form .trip-preview-container .timeline-connector {
	display: none;
}
.wbvb-booking-form .trip-preview-container .section-title button {
	margin-top: 0 !important;
	    padding: 18px 30px !important;
}
.wbvb-booking-form .trip-preview-container button span i,
.wbvb-booking-form .trip-preview-container button span {
	color: black !important;
}
.wbvb-booking-form .trip-preview-container .card-header-flex .el-button,
.wbvb-booking-form .trip-preview-container .card-header-flex .vehicle-thumb img {
	margin-top: 0 !important;
}
.wbvb-booking-form .trip-preview-container .card-header-flex {
	margin-bottom: 0 !important;
}
.wbvb-booking-form .checkout-container,
.wbvb-booking-form .trip-preview-container .el-card {
	border-radius: 20px !important;
}
.wbvb-booking-form .trip-preview-container .pickup-datetime {
border-radius: 10px !important;
}
.wbvb-booking-form .trip-preview-container .el-card__body .card-header-flex .preview-content {
margin-top: 20px;
}
.wbvb-booking-form .checkout-container .total-section span {
	font-size: 20px !important;
	font-weight: 700 !important;
}
.wbvb-booking-form .checkout-container .total-section span.total-amount {
font-weight: 600 !important;
}
.wbvb-booking-form .checkout-container button {
	color: black !important;
}
.wbvb-booking-form .checkout-container h4,
.wbvb-booking-form .checkout-container span {
font-family: poppins;
}
.wbvb-booking-form .checkout-container .total-section {
	margin-bottom: 0 !important;
}
.wbvb-booking-form .checkout-container p {
line-height: 27px !important;
}
.wbvb-booking-form .checkout-container .el-checkbox span.el-checkbox__label {
	line-height: 23px !important;
}
.wbvb-booking-form .summary-trip-details .trip-line {
	display: flex;
	gap: 10px;
}
.wbvb-booking-form .summary-trip-details .trip-line i {
	margin-top: 6px;
}
.wbvb-booking-form button {
	margin-top: 0 !important;
	height: 43px;
}
.wbvb-booking-form  .trip-preview-container .section-title button {
	font-size: 14px !important;
}
.wbvb-dashboard-wrapper .el-tabs__content .el-input .el-input__wrapper {
border: none !important;
	padding: 0 !important;
}
.wbvb-booking-form .box-card .el-card__body form .el-form-item__content .el-input__wrapper input {
padding-left: 0 !important;
}
.wbvb-booking-form .box-card .card-header span {
	margin-bottom: 15px;
}
.wbvb-booking-form .vehicle-summary-card .summary-vehicle h4 {
	  line-height: 27px;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 10px;
}
.car-hire-video {
height: 600px;
	border-radius: 15px;
}
.car-hire-video .elementor-custom-embed-play {
	animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.end-area{
	display:none;
}
i.fas.fa-quote-left{
	display:none;
}
.client-description p {
    max-width: 400px;
    padding-top: 0px;
}
.client-description {
    padding-left: 0px;
}
.slick-slide{
	width: 435px!important;
    border: 1px solid white;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
	margin-left:25px
}
.slick-current.slick-active{
	background-color:white;
}
.slick-current.slick-active .client-description {
	color:black !important;
}
.featured-main .slick-prev:before, .client-slider .slick-prev:before, .barber-slider .slick-prev:before{
	    top: 555%;
}
.client-slider .slick-next:before{
	  top: 555%;
}

.business-form .wpcf7 {
  padding: 40px 30px 20px 30px;
  border-radius: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.business-form .wpcf7 input,
.business-form .wpcf7 textarea {
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  border: 1px solid #f1cfcf;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-weight:400;
font-family: "Bricolage Grotesque", sans-serif;
      color:#707070 !important;
}

.business-form .wpcf7 input::placeholder,
.business-form .wpcf7 textarea::placeholder {

}

.business-form .wpcf7 textarea {
  height: 120px;

}
.business-form .wpcf7 input[type="submit"] {
  background: #fff;
  border: 1px solid #f1cfcf;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  transition: 0.3s;

  color: #707070 !important;
}
.business-form .wpcf7 input[type="submit"]:hover {
  background:#dc423d;
 color:#fff!important;

border-color:#ff6b6b;;
}
.business-form .wpcf7 p {
  margin: 0;
}
.webinane-el-nav-menu--layout-horizontal .webinane-el-nav-menu {
    display: flex;
    flex-wrap: nowrap;
}

.el-step_title{
	font-weight:500;
}

.client-slider .slick-prev:before {
    background:#dc423d!important;
}
.client-slider .slick-next:before  {
background:#dc423d!important;
}
.client-slider .slick-prev:hover:before,
.client-slider .slick-next:hover:before{
    background: transparent !important;
    color: #fff !important;
}




.vehicle-quick-meta li[data-v-e3b0d310] {
	background: ##f8fafc!important;
  border-radius: 8px!important;
  transition: .3s!important;
}
.vehicle-quick-meta li[data-v-e3b0d310]:hover {
  background: #eef2ff !important
    ;
    transition:  0.3s ease-in-out;
}


.vehicle-quick-meta li[data-v-e3b0d310]:hover::before {
  color: #fff !important;
}
.vehicle-quick-meta li[data-v-e3b0d310] {
	height:61px;

}
.vehicle-quick-meta-label[data-v-e3b0d310]{
	padding-left:0px;
}
.vehicle-quick-meta-value[data-v-e3b0d310] {
	margin-top: -7px;
}
.vehicle-quick-meta-value{
	    font-size: 13px!important;
    line-height: 13px;
}
.vehicle-quick-meta-label[data-v-e3b0d310] {
    font-size: 15px !important;
    margin-bottom: 7px;
	  font-weight:500;
}

.vehicle-details-btn {
background:#fff;
	color:#0f172a;
	border:1px solid #e2e8f0;!important;
    padding: 12px 28px !important;
    border-radius: 999px !important;
    cursor: pointer!important;
    font-weight: 500!important;
    letter-spacing: 0.3px!important;
	transition: 0.3s!important;
}
.vehicle-details-btn:hover {
transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 77, 77, 0.35);
}
.vehicle-select-btn{
	 background: linear-gradient(135deg, #ff4d4d, #ff7a7a)!important;
    color: #fff!important;
    border: none!important;
    padding: 12px 28px!important;
    border-radius: 999px!important;
    cursor: pointer;
    font-weight: 500!important;
    letter-spacing: 0.3px!important;
    transition: 0.3s!important;
}
.vehicle-select-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 77, 77, 0.35);
}
.vehicle-quick-meta[data-v-e3b0d310] {
	margin: 0 0 21px!important;
}

.vehicle-image[data-v-e3b0d310] {
  height: 205px!important;
}

.sub-menu.webinane-el-nav-menu--dropdown {
    background-color: #000 !important;
}
.sub-menu.webinane-el-nav-menu--dropdown li a {
    color: #fff !important;
    background-color: transparent !important;
    transition: none !important;
}
.sub-menu.webinane-el-nav-menu--dropdown li a:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.vehicle-detail-row span{
	font-weight:500 !important;
	color:#000;
}
.vehicle-detail-row span[data-v-e3b0d310]:last-child {
	font-weight:400 !important;

}
.step__icon is-text{
 background:#ff4d4d!important;
    border-color: #ff4d4d ;
}
.el-step__head.is-process .el-step__icon-inner {
	color:#fff !important;
}
.vehicle-detail-row{
	background: #fafafa;
}
.vehicle-detail-row:hover{
    background: #eef2ff !important;
    transition: 0.3s ease-in-out;
}
.wbvb-booking-form .box-card .el-input__wrapper.is-focus, .wbvb-booking-form .box-card .el-input__wrapper:hover {
	border-color:#ff4d4d !important;
}
.wbvb-booking-form .vehicle-list .vehicle-card:hover {
	border-color:#ff4d4d !important;
}
.wbvb-booking-form .el-button:hover, .wbvb-booking-form .el-button, .wbvb-booking-form .form-actions .el-button:hover, .wbvb-booking-form .form-actions .el-button
  {
	 background:#ff4d4d !important;
	color: #FFF;
	}
	 .wbvb-booking-form .vehicle-list .vehicle-card.is-selected {
		 border: 1px solid #ff4d4d !important;
}

.wbvb-booking-form .el-step__main .el-step__title
 {
	 background:#ffffff;
}
.wbvb-booking-form .trip-preview-container button span i, .wbvb-booking-form .trip-preview-container button span {
	color:#fff!important;
}
.el-button [class*=el-icon] svg  {
	color:#fff!important;
}
.checkout-container .checkout-card .back-btn[data-v-e3b0d310] {
    color: white !important;
}
.checkout-container .checkout-card .book-btn[data-v-e3b0d310]:disabled {
	color: white !important;
}
