.red-action-button {
  background-color: rgb(255, 39, 39);
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
}
.red-action-button i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .red-action-button {
    font-size: 16px;
  }
  .red-action-button i {
    font-size: 20px;
  }
}
.red-action-button:hover {
  background-color: rgb(247, 247, 247);
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: rgb(255, 39, 39);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}

.cta-button {
  color: white;
  padding: 12px 18px;
  text-decoration: none !important;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 290px;
  text-align: center;
}
.cta-button:hover {
  color: #f4ffed;
}

.red-button {
  background-color: rgb(255, 39, 39);
}
.red-button:hover {
  background-color: rgb(192, 2, 2);
}

.call-button {
  background-color: #3b3b3b;
}
.call-button:hover {
  background-color: #000;
}

.viber-button {
  background-color: #665CAC;
}
.viber-button:hover {
  background-color: #3525af;
}
@media (min-width: 992px) {
  .viber-button {
    display: none;
  }
}

.whatsapp-button {
  background-color: #25D366;
}
.whatsapp-button:hover {
  background-color: #0a8637;
}

.social a i::before {
  width: 50px;
  display: flex;
  height: 50px;
  background-color: #333;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
}
.social a:hover i::before {
  background-color: rgb(255, 39, 39);
}

.img-hover-effect-1 {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.img-hover-effect-1::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.img-hover-effect-1:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.d-none {
  display: none !important;
}

.enquiry-form {
  display: none;
}
.enquiry-form .wpcf7-text.subject {
  border: none;
  font-weight: 600;
}
.enquiry-form.active {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
}
.enquiry-form.active .enquiry-form--wrapper {
  z-index: 999;
  width: 30%;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 34px 34px 10px 30px;
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .enquiry-form.active .enquiry-form--wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .enquiry-form.active .enquiry-form--wrapper {
    width: 75%;
  }
}
.enquiry-form.active .enquiry-form--wrapper .fa-times-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: #333;
  cursor: pointer;
}
.enquiry-form.active .enquiry-form--wrapper .fa-times-circle:hover {
  color: rgb(255, 39, 39);
}

@media (max-width: 767px) {
  .top_bar_left .logo a img {
    max-height: 24px !important;
  }
}

#Header_wrapper #Subheader {
  padding: 120px 0 150px !important;
}
@media (max-width: 767px) {
  #Header_wrapper #Subheader {
    padding: 40px 0 !important;
  }
}

.single-product .key-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 767px) {
  .single-product .key-feature {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .single-product .price .amount {
    font-size: 22px;
    line-height: 24px;
  }
}
.single-product form .enquire-us {
  text-align: center;
  display: block;
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  margin-top: 16px;
  text-decoration: none !important;
  font-weight: 500;
}
.single-product form .enquire-us:hover {
  background-color: rgb(255, 39, 39);
  color: #fff;
}

.key-feature .feature-icon {
  display: flex;
  align-items: center;
}
.key-feature .feature-icon i {
  color: #fd3e04;
  margin-right: 12px;
  padding: 16px;
  border-radius: 50px;
  background-color: #f1f1f1;
}
.key-feature .feature-icon p {
  margin-bottom: 0;
}

.included-price {
  margin: 22px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.included-price div i {
  font-size: 18px;
  margin-right: 8px;
  color: #fd3e04;
}

@media (max-width: 767px) {
  .rnb-cart .date-time-picker .pick-up-date-picker, .rnb-cart .date-time-picker .pick-up-time-picker, .rnb-cart .date-time-picker .drop-off-date-picker, .rnb-cart .date-time-picker .drop-off-time-picker {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .payable-extras .attributes .custom-block, .payable-security_deposites .attributes .custom-block {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce-Reviews-title {
  font-size: 20px;
}

.product_image_wrapper .woocommerce-product-gallery__wrapper {
  margin-bottom: 14px !important;
}

.custom-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .custom-product-list {
    grid-template-columns: 1fr;
  }
}
.custom-product-list .custom-product-item {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
  padding: 16px;
  border-radius: 5px;
  border: solid 1px #dadada;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-product-list .custom-product-item .item-info .vehicle-img {
  height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.custom-product-list .custom-product-item .item-info .vehicle-img a img {
  transition: transform 0.3s ease;
  transform: scale(1);
}
.custom-product-list .custom-product-item .book-now {
  background: #201F1D;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 100%;
  display: block;
  text-decoration: none !important;
}
.custom-product-list .custom-product-item .book-now i {
  margin-right: 6px;
}
.custom-product-list .custom-product-item:hover .book-now {
  background-color: #747474;
}
.custom-product-list .custom-product-item:hover .item-info {
  overflow: hidden;
}
.custom-product-list .custom-product-item:hover .item-info a {
  overflow: hidden;
}
.custom-product-list .custom-product-item:hover .item-info a img {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.custom-product-list .custom-product-item .product-category {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 14px;
  background: #fd3e04;
  padding: 2px 7px;
  border-radius: 5px;
}
.custom-product-list .custom-product-item .product-category a {
  color: #fff;
  text-decoration: none !important;
}
.custom-product-list .custom-product-item h4 {
  position: relative;
  z-index: 99;
}
.custom-product-list .custom-product-item h4 a {
  font-size: 18px;
  line-height: 22px;
}
.custom-product-list .key-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 18px;
}
.custom-product-list .key-feature .feature-icon i {
  padding: 0;
  background-color: transparent;
}
.custom-product-list .key-feature .feature-icon > div b {
  display: none;
}
.custom-product-list .key-feature .feature-icon p {
  font-size: 14px;
}
.custom-product-list .item-info .price {
  background: #f1f1f1;
  padding: 8px;
  font-size: 14px;
}
.custom-product-list .item-info .price bdi {
  color: #fd3e04;
  font-size: 15px;
  font-weight: 600;
}

.carousel-products .custom-product-list {
  display: flex;
}
.carousel-products .custom-product-list .slick-list .slick-track {
  display: flex;
  gap: 16px;
}

.arrows {
  margin-top: 30px;
  text-align: center;
}
.arrows .slick-arrow {
  background-color: #fd3e04;
  border-radius: 50px;
  margin-right: 10px;
}
.arrows .slick-arrow i {
  color: #fff;
}
.arrows .slick-arrow:hover {
  background-color: #333;
}

.carousel-testimonials .testimonials-container .slick-list .slick-track {
  display: flex;
  gap: 18px;
}
.carousel-testimonials .testimonials-item {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e0e0;
  border-radius: 30px;
  padding: 28px;
  background-color: #fff;
}
.carousel-testimonials .testimonials-item .rating {
  margin-bottom: 12px;
}
.carousel-testimonials .testimonials-item .rating i {
  color: #ff3600;
  padding-right: 2px;
}
.carousel-testimonials .testimonials-info {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.carousel-testimonials .testimonials-info img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-testimonials .testimonials-info h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}/*# sourceMappingURL=style.css.map */