/*
Theme Name: Eden Cars
Theme URI: https://wordpress.org/themes/edencars/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Eden Cars brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.1
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edencars
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}


:root {
  --body-color: #000000;
  --primary-color: #4385ff;
  --gray-color: #000000;
}
body {
  font-family: "Montserrat", sans-serif;
  color: var(--body-color);
  font-size: 16px;
  line-height: 31px;
  position: relative;
  font-weight: 500;
}
.fw-reqular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.text-gradient {
  background: -webkit-linear-gradient(left, #0077b6, #00d4aa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-primary {
  background: -webkit-linear-gradient(top, #00d4aa, #0077b6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-color {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#039cdf+0,26e380+100 */
  background: rgb(3, 156, 223); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039cdf', endColorstr='#26e380',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn {
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-site {
  background-color: #fff;
  font-weight: 700;
  padding: 16px 10px 16px 54px;
  height: 56px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15) !important;
}
.site-header .btn-site {
  display: inline-block;
}

.btn-site::after,
.btn-site::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-site::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0px;
  filter: invert(1) grayscale(1) brightness(100);
  -webkit-filter: invert(1) grayscale(1) brightness(100);
}
.btn-site::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21da8d+0,07a4d4+100 */
  background: rgb(33, 218, 141); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21da8d', endColorstr='#07a4d4',GradientType=1 ); /* IE6-9 */
}
.btn-site:hover,
.btn-site.phone {
  background-color: #222222;
  color: #fff;
}
.btn-site:hover::after {
  filter: none;
  -webkit-filter: none;
}
.btn-site.app-download::after {
  background-image: url('/wp-content/themes/edencars/assets/images/account-booking.gif');
}
.btn-site.phone::after {
  background-image: url('/wp-content/themes/edencars/assets/images/phone-icon.png');
}
.btn-site.book-car::after {
  background-image: url('/wp-content/themes/edencars/assets/images/hand-pointer-icon.png');
}
.menu-toggler {
  display: inline-block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: #ffff;
  padding: 4px 10px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1px 16px rgb(0 0 0 / 15%) !important;
}
.menu-toggler span {
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #0077b6, #00d4aa);
  border-radius: 10px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.menu-toggler:hover {
  background-color: #000000;
}
.menu-toggler:hover span {
  background-color: #fff;
}
.menu-toggler span.middle {
  margin: 8px 0;
}
/* SITE NAVIGATION */
.menu-toggler.open span {
  position: relative;
}
.menu-toggler.open span.middle {
  display: none;
}
.menu-toggler.open span.top {
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-toggler.open span.bottom {
  top: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-navigation {
  position: fixed;
  padding-top: 160px;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 990;
  font-size: 18px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.site-navigation.open {
  top: 0;
}
.site-navigation a {
  text-decoration: none;
  color: inherit;
}
.site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu li a {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin: 20px 0px 0 0;
  margin-bottom: 15px;
}
.site-menu {
  display: flex;
  flex-wrap: wrap;
}
.site-menu li {
  flex: 0 0 50%;
}
.site-menu li a {
  position: relative;
  margin: 5px 0;
  display: block;
  font-weight: 600;
  padding-left: 30px;
}
.site-menu li a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/edencars/assets/images/menu-arrow.svg');
  background-position: center;
}
.menu-title {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

nav .follow-us {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.menu-site-address .address-heading {
  position: relative;
  padding-bottom: 5px;
}
.menu-site-address .address-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.menu-social-icon {
  filter: grayscale(1) invert(1) brightness(100);
  -webkit-filter: grayscale(1) invert(1) brightness(100);
}
@media (max-width: 767px) {
  .main-menu li a {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .site-menu li {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* END SITE NAVIGATION */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 999;
}
.site-header.fixed {
  position: fixed;
  padding: 5px 0;
  background-color: #fff;
}
.intro {
  position: relative;
  overflow: hidden;
  margin: 70px 0 0 0;
}
.EDEN_MAP_BANNER {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}
.intro .inner-content {
  position: relative;
  z-index: 4;
}
.intro::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  display: block;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: contain;
}
.intro-text {
  font-size: 24px;
  line-height: 1.5;
  padding-right: 6rem;
}
@media (max-width: 1599px) {
  .EDEN_MAP_BANNER {
    right: -148px;
  }
  .intro::after {
    left: 0px;
    background-size: 0%;
  }
  .intro-text {
    padding-right: 0;
  }
}
.intro-title {
  font-size: 50px;
}
.site-title {
  font-size: 50px;
}
.intro-sub-title {
  font-size: 36px;
}
.text-24-7 {
  font-size: 109.5px;
}
.text-dark {
  color: #000000;
}
.endencar-services .item {
  margin-bottom: 20px;
}
.endencar-services .item h3 {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
}
.endencar-services .item .icon img {
  filter: grayscale(100) invert(100) brightness(0);
  -webkit-filter: grayscale(100) invert(100) brightness(0);
}
.endencar-services .item:hover h3 {
  background: -webkit-linear-gradient(top, #00d4aa, #0077b6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.endencar-services .item:hover .icon img {
  filter: none;
  -webkit-filter: none;
}
.slider-screen-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.about-home-image {
  position: absolute;
  top: 100px;
  right: 0;
  width: 650px;
}
.road::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-image: url('/wp-content/themes/edencars/assets/images/road.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.step h3 {
  font-weight: 700;
}
.step h4 {
  font-weight: 600;
  font-size: 24px;
  padding: 0 42px;
}
.step .icon {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 160px;
  border: 18px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#039cdf+0,26e380+100 */
  background: rgb(3, 156, 223); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039cdf', endColorstr='#26e380',GradientType=0 ); /* IE6-9 */
}
.step .icon .animated-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.airport-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.airport-transfer-tabs .nav-item .nav-link {
  width: 100%;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-weight: 700;
  color: #fff;
}
.airport-transfer-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #6ed9d9;
}
.airport-transfer-tabs-content .price {
  font-size: 5rem;
  font-weight: 800;
}
.airport-transfer-tabs-content .image {
  border: 4px solid #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}
.airport-content .book-car {
  color: #6ed9d9;
}
.services-slider-section {
  padding: 0px 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.services-slider-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/services-slider-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0px bottom;
  z-index: -1;
  background-size: contain;
}
.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.facilities {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.facilities .icon,
.fleet-facilities .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: relative;
  flex: 0 0 55px;
}
.facilities .icon img,
.fleet-facilities .icon img {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.facilities .content,
.fleet-facilities .content {
  flex: 0 0 80%;
  position: relative;
  font-size: 20px;
  z-index: 1;
}

.facilities .content span {
  background-color: #f3f3f3;
  padding-right: 10px;
}
.fleet-facilities .content span {
  background-color: #fff;
  padding-right: 10px;
}
.facilities .content .counts,
.fleet-facilities .content .counts {
  font-weight: 700;
  padding-right: 0;
}
.facilities .content::after,
.fleet-facilities .content::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 4px;
  border-radius: 10px;
  width: 86%;
  background-color: #3f3f3f;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.vehicle-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


/* Optional: Adjust crop ratio on small screens */
@media (max-width: 576px) {
  .vehicle-image {
    aspect-ratio: 4 / 3;
    margin-top: -40px; /* Less negative margin on small screens */
  }
}

.services-slider .item .vehicle-image img {
  margin-right: 0;
  margin-left: auto;
}
.services-slider .owl-nav {
  position: absolute;
  top: -150px;
  right: 0;
}
.services-slider .owl-nav button.owl-next,
.services-slider .owl-nav button.owl-prev {
  background-color: #3f3f3f;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.services-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 250px;
}
.services-slider .owl-dots .owl-dot {
  font-size: 14rem;
  font-weight: bold;
  color: #3f3f3f;
  display: none;
  opacity: 0.1;
}
.services-slider .owl-dots .owl-dot.active {
  display: block;
}
.clients .logo-item {
  max-width: 10%;
  text-align: center;
}
.clients .logo-item img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.clients .logo-item:hover img {
  filter: none;
  -webkit-filter: none;
}
.why-book {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.why-book-item {
  position: relative;
}
.why-book-item .icon {
  border: 4px dotted;
  padding: 30px;
  display: inline-block;
  border-radius: 16px;
  position: relative;
  margin-bottom: 20px;
}

.why-book-item .icon .counter {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  border: 3px solid;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.why-book-item h5 {
  font-weight: 700;
  padding: 0 36px;
}
.what-we-do {
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: contain;
}
.what-we-do-item {
  padding: 24px 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #fff;
}
.what-we-do-item img {
  height: 100px;
  width: 100px;
}
.area-link {
  display: block;
  color: inherit;
  border: 2px solid;
  padding: 10px 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.area-link:hover {
  border-color: #fff;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#039cdf+0,26e380+100 */
  background: rgb(3, 156, 223); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039cdf', endColorstr='#26e380',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.google-reviews {
  background-repeat: no-repeat;
  background-position: 0 top;
  position: relative;
  z-index: 1;
}
.google-reviews::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  z-index: -1;
}
.google-reviews-slider .owl-stage-outer {
  padding-top: 100px;
}
.google-reviews-slider .owl-item {
  padding: 22px;
}
.google-reviews-slider .item {
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 17px 27px 14px;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.google-reviews-slider .item .person {

}
.google-reviews-slider .item .person img {
  width: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.google-reviews-slider .item h5 {
  color: #d9d9d9;
  font-weight: bold;
}
.google-reviews-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
}
.google-reviews-slider .owl-nav button.owl-next,
.google-reviews-slider .owl-nav button.owl-prev {
  background-color: #f2f2f2;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.google-reviews-slider .owl-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.google-reviews-slider .owl-dots button span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d6d6d6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.google-reviews-slider .owl-dots button.active span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#039cdf+0,26e380+100 */
  background: rgb(3, 156, 223); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0,119,182) 0%,
    rgba(0,212,170) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039cdf', endColorstr='#26e380',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.faq-item {
  border-bottom: 1px solid;
  padding: 16px 0;
}
.faq-heading {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.faq-heading::after {
  content: "+";
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 34px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.faq-heading.collapsed {
  font-weight: 500;
  color: inherit;
  margin-bottom: 0;
}
.faq-heading.collapsed::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faqs.text-white .faq-heading {
  color: #fff;
}
.faqs.text-white {
  z-index: 1;
}
.faqs.text-white::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/wp-content/themes/edencars/assets/images/emblem-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  z-index: -1;
}
.newsletter {
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
.newsletter-subscribe {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.newsletter-form {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.newsletter-form p {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-form .form-control {
  border: 0;
}
.newsletter-form .form-control:focus {
  border: 0;
  box-shadow: none;
}
.newsletter-form .btn-dark {
  color: #00d4aa;
}
.contact-item .icon span {
  display: block;
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-item a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
/* INNER PAGES CSS */
.page-banner {
  padding: 200px 0 100px;
}
.about-image img {
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
}
.our-vision {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.our-vision::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 860px;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/our-vision-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.05;
}
.our-vision-item {
  padding: 1.2rem 2.5rem;
}
.our-vision-item .icon {
  display: inline-block;
  margin-bottom: 30px;
  padding: 26px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.our-vision-item .icon img {
  width: 80px;
  height: 80px;
}
.our-vision-item h3 {
  font-weight: bold;
  font-size: 22px;
}
.mobile-circle-1,
.mobile-circle-2 {
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: block;
  opacity: 0.4;
  z-index: -1;
}
.mobile-circle-1 {
  right: -30%;
  top: 50px;
  width: 300px;
  height: 300px;
}
.mobile-circle-2 {
  bottom: 100px;
  left: 40%;
  width: 150px;
  height: 150px;
}
.mobile-screens {
  overflow: hidden;
}
.mobile-screens-item {
  margin-bottom: 50px;
}
.mobile-screens-item .image {
  position: relative;
  z-index: 2;
  left: -220px;
}
.mobile-screens-item .content {
  position: absolute;
  bottom: 116px;
  right: 0;
  width: 65%;
  padding: 2rem 2rem 2rem 26rem;
  z-index: 1;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.mobile-screens-item .content span {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 6rem;
  font-weight: 800;
  opacity: 0.3;
}
.mobile-screens-item.left .image {
  left: auto;
}
.mobile-screens-item.left .content {
  right: auto;
  left: 0;
  padding: 2rem 26rem 2rem 2rem;
  bottom: 300px;
}
.mobile-screens-item.left .content span {
  right: auto;
  top: 50px;
  left: 54%;
}
.mobile-screens-item:nth-child(3) .image {
  left: -60px;
}
.mobile-screens-item:nth-child(5) .image {
  left: 0;
}
.bg-dark-grey {
  background-color: #2f2f2f;
}
.mobile-app {
  position: relative;
  z-index: 1;
}
.mobile-app::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 350px;
  background: -webkit-linear-gradient(left, #0077b6, #00d4aa);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}
.download-buttons img {
  border: 6px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.services-page-item {
  margin: 30px 0;
}
.airport-transfer-services .services-page-item .content,
.services-page-item .content {
  max-width: 460px;
  padding: 0;
  margin: auto;
}
.btn-site.service,
.btn-site.btn-gradient {
  color: #fff;
}
.btn-site.service::after,
.btn-site.btn-gradient::after {
  filter: none;
  -webkit-filter: none;
}
.btn-site.icon-plane::after {
  background-image: url('/wp-content/themes/edencars/assets/images/plane-icon.png');
}
.btn-site.service::before,
.btn-site.btn-gradient::before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21da8d', endColorstr='#07a4d4',GradientType=1 );
}
.btn-site.heart-hand-icon::after {
  background-image: url('/wp-content/themes/edencars/assets/images/heart-hand-icon.png');
}
.areas {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.areas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/what-we-do-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -200px 0;
  z-index: -1;
}
.area-cover-link {
  font-size: 24px;
  color: #767676;
  font-weight: 600;
  text-decoration: none;
}
.area-cover-link img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.area-cover-link:hover {
  background: -webkit-linear-gradient(left, #0077b6, #00d4aa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-cover-link:hover img {
  filter: none;
  -webkit-filter: none;
}
.site-map {
  position: relative;
  z-index: 1;
}
.site-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.site-map .inner-map {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.driver-app-form .input-field {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: double 1px transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(90deg, #0077b6, #0077b6, #00d4aa);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.driver-app-form .input-field p {
  margin-bottom: 0;
}
.driver-app-form .input-field .form-control {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 0;
  font-weight: 400;
}
.driver-app-form .input-field .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(81 233 153 / 25%);
}
.airport-transfer-pricing {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.airport-transfer-pricing::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/emblem-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position: 160% 130px;
  z-index: -1;
  opacity: 0.06;
}
.pricing {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.pricing table {
  color: #929497;
}
.pricing table thead th {
  padding: 40px 10px;
  box-shadow: -8px 0 1rem rgb(0 0 0 / 15%);
  text-align: center;
}
.pricing table tbody td {
  box-shadow: -8px 0 1rem rgb(0 0 0 / 5%);
  padding: 16px 16px;
  font-weight: bold;
  font-size: 20px;
}
.pricing table > tbody > tr:nth-of-type(odd) > * {
  background-color: #f1f4f8;
  color: #929497;
}
.pricing table > tbody > tr:nth-of-type(even) > * {
  background-color: #fff;
}
.book-cab {
  text-decoration: none;
  font-size: 16px;
  color: #929497;
  padding: 8px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.book-cab:hover {
  color: #fff;
  background: rgb(33, 218, 141);
  background: -moz-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
}
.area-detail-page-banner {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}
.area-detail-page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/emblem-bg.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: -240px bottom;
  opacity: 0.1;
  z-index: -1;
}
.area-detail-page-banner .inner-content {
  padding: 300px 0 100px;
}
.airport-prices {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.airport-prices::after {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 183px;
  height: 321px;
  background-image: url('/wp-content/themes/edencars/assets/images/plant.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.airport-prices-box {
  background-color: #fafafa;
  padding: 3.5rem;
  z-index: 1;
  position: relative;
}
.airport-prices-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  z-index: -1;
}
.airport-price-item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.airport-price-item .logo {
  padding: 0 0 0 30px;
}
.airport-price-item .price {
  padding: 18px 40px;
  width: 218px;
  text-align: center;
}
.airport-price-item .price small {
  font-size: 20px;
  margin-right: 10px;
}
.airport-price-item .price strong {
  font-size: 30px;
  font-weight: bold;
}
.booking-item {
  padding: 4px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 220px;
  margin: auto;
}
.booking-item .booking-icon {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  display: block;
  text-decoration: none;
}
.booking-item .booking-icon img {
  height: 70px;
}
.booking-item .booking-icon h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 0;
}
.contact-buttons {
  border: 1px solid #000000;
  padding: 8px 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.contact-buttons button {
  background-color: #eef1f4;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
}
.contact-buttons button.active {
  z-index: 2;
  background: rgb(33, 218, 141);
  background: -moz-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  color: #fff;
}
.contact-form-section .image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 520px;
}
@media (max-width: 1500px) {
  .contact-form-section .image {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 400px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .responsive-iframe {
    width: 100%;
    height: 300px;
  }
}
.arrow-down {
  position: absolute;
  right: 0;
  top: 0;
}
.meet-our-fleet-item {
  margin-bottom: 120px;
}
.meet-our-fleet-item .fleet-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 900px;
}
.meet-our-fleet-item .fleet-image.right-0 {
  right: 0;
}
.meet-our-fleet-item:nth-of-type(odd) .fleet-image {
  left: 0;
  right: auto;
}
.fleet-image .fleet-count {
  display: block;
  color: #e5e5e5;
  font-size: 200px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.fleet-title {
  position: relative;
  font-weight: bold;
  padding-left: 16px;
  color: #323232;
}
.fleet-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  background: rgb(33, 218, 141);
  background: -moz-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 218, 141, 1) 0%,
    rgba(7, 164, 212, 1) 100%
  );
}
.meet-our-fleet-item:nth-of-type(odd) .fleet-title {
  padding-left: 0;
  padding-right: 16px;
}
.meet-our-fleet-item:nth-of-type(odd) .fleet-title::after {
  left: auto;
  right: 0;
}
/* END INNER PAGES CSS */
.endencar-services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .endencar-services {
    justify-content: center;
    margin-bottom: 16px;
  }
  .endencar-services img {
    width: 150px;
  }
}
.site-footer {
  background-color: #2f2f2f;
  padding: 250px 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 650px;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/edencars/assets/images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  z-index: -1;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-address .address-heading {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid;
}
.footer-app-download-buttons img {
  width: 180px;
}
.social-buttons {
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.social-buttons .btn {
  font-size: 20px;
  font-weight: 500;
  border: 0;
  border-right: 6px solid #2f2f2f;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.75rem;
}
.social-buttons .btn span {
  margin-left: 6px;
  display: inline-block;
}
.social-buttons .btn:last-child {
  border-right: 0;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: auto;
  display: inline-block;
}
.footer-links li {
  display: inline-block;
}
.footer-links li a {
  display: block;
  padding: 0 16px;
  color: #949494;
  border-right: 1px solid;
  line-height: 16px;
}
.footer-links li:last-child a {
  border-right: 0;
}
.copyright {
  color: #6e6e6e;
}
.copyright a {
  color: #6e6e6e;
  font-weight: bold;
}
.error-404 {
  position: relative;
  height: 100vh;
}
.error-404 .page-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .site-title,
  .intro-title {
    font-size: 40px;
  }
  .intro-sub-title {
    font-size: 30px;
  }
  .text-24-7 {
    font-size: 80.5px;
  }
  .intro-text,
  .newsletter-subscribe h3,
  .what-we-do-item h3 {
    font-size: 20px;
  }
  .newsletter-subscribe h2 {
    font-size: 24px;
  }
  .intro {
    background-size: cover;
  }
  .clients .logo-item {
    max-width: 10%;
  }
  .services-slider .owl-dots .owl-dot {
    font-size: 5rem;
  }
  .airport-transfer-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .site-header .btn-site.app-download {
    width: 56px;
    height: 56px;
    padding: 16px;
    overflow: hidden;
  }
  .site-header .btn-site.app-download span {
    margin: 0 0 0 37px;
  }
  .meet-our-fleet-item .fleet-image {
    max-width: 750px;
  }
  .fleet-facilities .content {
    flex: 0 0 240px;
  }
}
@media (max-width: 1199px) {
  .site-header .btn-site.app-download,
  .site-header .btn-site.phone {
    width: 56px;
    height: 56px;
    padding: 16px;
    overflow: hidden;
  }
  .site-header .btn-site.app-download span,
  .site-header .btn-site.phone span {
    display: none;
  }
  .intro {
    padding: 150px 0 50px;
  }
  .about-home-image {
    right: -140px;
    max-width: 550px;
  }
  .step h4 {
    padding: 0;
  }
  .clients .logo-item {
    max-width: 196px;
  }
  .vehicle-image {
    margin-top: 0;
  }
  .services-slider-section::after {
    bottom: 30px;
  }
  .footer-app-download-buttons img {
    width: 150px;
  }
  .logo-white {
    width: 320px;
  }
  .social-buttons .btn img {
    width: 40px;
    height: auto;
  }
  .display-1 {
    font-size: calc(1rem + 4.5vw);
  }
  .about-image img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .airport-prices-box {
    padding: 30px;
  }
  .airport-price-item .logo img {
    height: 30px;
  }
  .airport-price-item .logo {
    flex: 0 0 60%;
  }
  .airport-price-item .price {
    padding: 18px 10px;
    flex: 0 0 40%;
  }
  .img-rounded {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
  .meet-our-fleet-item .fleet-image {
    max-width: 600px;
  }
  .mobile-screens-item {
    margin-bottom: 50px;
  }
  .mobile-screens-item .content {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 2rem 2rem 2rem 2rem;
  }
  .mobile-screens-item .image {
    position: relative;
    z-index: 2;
    left: 0;
  }
  .mobile-screens-item.left .content {
    right: auto;
    left: 0;
    padding: 2rem 2rem 2rem 2rem;
    bottom: 0;
  }
  .mobile-screens-item:nth-child(3) .image {
    left: 0;
  }
  .download-buttons img {
    width: 170px;
  }
  .mobile-app::after {
    top: 40%;
  }
}
@media (max-width: 990px) {
  .airport-transfer-tabs-content .image img {
    width: 100%;
  }
  .meet-our-fleet-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .meet-our-fleet-item .fleet-image {
    position: relative;
    right: 0;
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .meet-our-fleet-item:nth-of-type(odd) .fleet-image {
    left: 0;
  }
  .fleet-image .fleet-count {
    font-size: 100px;
    line-height: 70px;
    top: 0;
  }
  .site-header .btn-site.book-car {
    width: 56px;
    height: 56px;
    padding: 16px;
    overflow: hidden;
  }
  .site-header .btn-site.book-car span {
    display: none;
  }
  .intro::after {
    background-size: cover;
  }
  .about-home-image {
    opacity: 0.1;
    z-index: -1;
  }
  .road .step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .step h4 {
    font-size: 22px;
  }
  .airport-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    color: var(--body-color);
  }
  .site-title {
    font-size: 40px;
  }
  .border-end.border-sm-0 {
    border-right: 0 !important;
  }
  .site-footer {
    padding: 150px 0 30px;
  }
  .airport-transfer-tabs .nav-item .nav-link {
    color: var(--body-color);
    border-color: var(--body-color);
    margin: 8px 0;
  }
  .airport-transfer-tabs .nav-item .nav-link.active {
    border-color: inherit;
  }
  .airport-transfer-tabs-content .price {
    font-size: 43px;
    line-height: 40px;
  }
  .mobile-app::after {
    height: 500px;
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .download-buttons {
    text-align: center;
  }
  .download-buttons img {
    width: 150px;
    border: 0;
  }
  .EDEN_MAP_BANNER {
    display: none;
  }
}
.airport-prices-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  top: -48px;
}
@media (max-width: 767px) {
  .airport-transfer-logos img {
    width: 130px;
  }
  .menu-title {
    font-size: 18px;
    position: relative;
  }
  .menu-title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .menu-title.open:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .site-menu {
    display: none;
  }
  .nav-address img {
    width: 24px;
  }
  .nav-address address {
    font-size: 14px;
  }
  .EDEN_MAP_BANNER {
    display: none;
  }
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .endencar-services .item .content p,
  .services-slider .item p {
    display: none;
  }
  .mobile-screens-item .content span {
    right: 15px;
    top: 0;
    font-size: 4rem;
  }
  .mobile-screens-item.left .content span {
    top: 0;
    left: auto;
    right: 15px;
  }
  .mobile-circle-1 {
    display: none;
  }
  .arrow-down {
    display: none;
  }
  .services-page-item {
    margin: 40px 0;
  }
  body {
    line-height: 1.5;
  }
  .site-header,
  .site-header.fixed {
    padding: 0.8rem 0;
  }
  .site-header.fixed {
    padding: 0.5rem 0;
  }

  /* Mobile Header Css */
  .site-logo img {
    width: 240px;
  }
  .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .btn-site.phone {
    width: auto;
    height: 56px;
    padding: 16px 10px 16px 56px;
    font-size: 14px;
    overflow: hidden;
  }
  .site-header .btn-site.phone span {
    display: inline-block;
  }
  /* End Mobile Header Css */
  .intro-title {
    font-size: 26px;
  }
  .intro-sub-title {
    font-size: 20px;
  }
  .text-24-7 {
    font-size: 40px;
  }
  .site-title {
    font-size: 26px;
  }
  .endencar-services .item .icon img {
    height: 50px;
    width: 50px;
  }
  .app-download-logos {
    text-align: center;
  }
  .app-downlaod-logos a img {
    width: 150px;
  }
  .intro {
    padding: 180px 0 50px;
  }
  .road .step {
    max-width: 256px;
    margin: auto;
  }
  .services-slider .owl-nav button.owl-next,
  .services-slider .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .services-slider .owl-nav button.owl-next {
    margin-right: 0;
  }
  .services-slider .owl-nav button svg {
    width: 20px;
  }
  .services-slider-section {
    padding: 50px 0 30px;
  }
  .services-slider-section::after {
    bottom: 0;
    background-size: 750px;
  }
  .services-slider .owl-dots {
    bottom: 190px;
  }
  .what-we-do-item {
    padding: 16px 10px;
    height: 140px;
  }
  .what-we-do-item h3 {
    font-size: 14px;
  }
  .social-buttons .btn img {
    width: 28px;
    height: 28px;
  }
  .social-buttons .btn {
    font-size: 18px;
    padding: 0.5rem;
  }
  .btn-lg {
    width: 100%;
  }
  .social-buttons .btn span {
    display: none;
  }
  .step .icon {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
  }
  .step .icon img {
    width: 50px;
  }
  .step h4 {
    font-size: 18px;
  }
  .services-slider-section::after,
  .services-slider .owl-dots {
    display: none;
  }
  .clients .logo-item {
    max-width: 150px;
    text-align: center;
    margin: auto;
  }
  .clients-slider .owl-item img {
    margin: auto;
    width: auto;
  }
  .clients-slider .owl-stage {
    display: flex;
    align-items: center;
  }
  .why-book-item .icon img,
  .what-we-do-item img {
    width: 50px;
    height: 50px;
  }
  .area-link {
    padding: 10px 2px;
    font-weight: 500;
    font-size: 13px;
  }
  .google-reviews {
    margin-top: 20px;
    background-size: contain;
  }
  .google-reviews-slider .owl-stage-outer {
    padding-top: 44px;
  }
  .google-reviews-slider .owl-item {
    padding: 10px;
  }
  .google-reviews-slider .owl-item .item {
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
  }
  .faq-heading {
    font-size: 18px;
  }
  .site-address .icon img {
    width: 24px;
  }
  .footer-links {
    display: none;
  }
  .footer-links li {
    display: block;
  }
  .footer-links li a {
    border-right: 0;
    border-bottom: 1px solid;
    padding: 16px 0;
    text-align: center;
  }
  .newsletter-subscribe h4 {
    font-size: 15px;
  }
  .newsletter-form {
    padding: 4px;
  }
  .newsletter-form .btn-dark {
    color: #00d4aa;
    padding: 5px 10px;
  }
  .display-1,
  .display-2 {
    font-size: calc(1rem + 3vw);
  }
  .page-banner {
    padding: 170px 0 10px;
  }
  .our-vision-item {
    padding: 0;
  }
  .airport-transfer-services .btn {
    font-size: 13px;
    width: auto;
  }

  .facilities .content {
    flex: 0 0 74%;
  }
  .facilities .icon,
  .fleet-facilities .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .facilities .icon img,
  .fleet-facilities .icon img {
    height: 24px;
  }

  .pricing table thead th {
    padding: 10px 10px;
    vertical-align: middle;
  }
  .pricing table tbody td {
    padding: 16px 10px;
    font-size: 18px;
  }
  .area-detail-page-banner .inner-content {
    padding: 154px 1.5rem 10px;
  }
  .airport-price-item .logo img {
    height: auto;
    width: 120px;
  }
  .airport-price-item .price {
    padding: 10px 10px;
  }
  airport-price-item .price strong {
    font-size: 20px;
  }
  .airport-prices-box {
    padding: 10px;
    background-color: #fff;
  }
  .airport-prices-box::after,
  .airport-prices::after {
    display: none;
  }
  .area-detail-page-banner::after {
    background-size: 100%;
    background-position: 0 50%;
  }
  .areas::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50% 50%;
  }
  .facilities .content span {
    font-size: 16px;
    line-height: 2;
  }
  .why-book-item .icon {
    padding: 20px;
  }
  .why-book-item .animated-icon {
    width: 70px !important;
  }
  .why-book-item h5 {
    padding: 0;
    font-size: 16px;
  }
  .site-footer a.h4 {
    font-size: 20px;
  }
  .site-address .address-heading {
    font-size: 18px;
  }
  .step .icon .animated-icon {
    width: 48px !important;
  }
  .why-book-item .icon .counter {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 34px;
  }
  .book-cab {
    color: #fff;
    background: rgb(33, 218, 141);
    background: -moz-linear-gradient(
      left,
      rgba(33, 218, 141, 1) 0%,
      rgba(7, 164, 212, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(33, 218, 141, 1) 0%,
      rgba(7, 164, 212, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(33, 218, 141, 1) 0%,
      rgba(7, 164, 212, 1) 100%
    );
  }
  .airport-prices-box .icon img {
    width: 60px;
  }
  .airport-prices-box h3.h1 {
    font-size: 24px;
  }
  .airport-price-item .price small {
    font-size: 16px;
    margin-right: 2px;
  }
  .airport-price-item .price strong {
    font-size: 20px;
  }
  .booking-item {
    width: 150px;
  }
  .booking-item .booking-icon {
    border: 0;
    padding: 1rem;
  }
  .booking-item .booking-icon h3 {
    font-size: 20px;
  }
  .booking-item .booking-icon img {
    height: 40px;
  }
  .contact-buttons button {
    margin: 0 -4px;
    width: 49%;
    font-size: 16px;
  }
  .mobile-screens-item .content img {
    width: 60px;
  }
  .area-detail-page-banner {
    padding-bottom: 0;
  }
  .endencar-services .item {
    margin-bottom: 25px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
  .how-works {
    margin-top: 50px;
  }
  .airport-transfer {
    margin-top: 20px;
  }
  .why-book {
    margin-top: 40px;
  }
  .areas-we-cover {
    padding: 0 25px;
  }
  .border-end.border-m-0 {
    border-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .services-slider .owl-nav {
    top: -50px;
  }
  .services-slider .owl-dots {
    bottom: 126px;
  }
  .services-slider .owl-dots .owl-dot {
    font-size: 4rem;
  }
  .endencar-services .item h3 {
    font-size: 20px;
  }
}

.navigation h2.screen-reader-text {
  display: none;
}
.client-logo img {
  max-height: 80px;
  object-fit: contain;
}
.booking-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.booking-option {
  background: #f8f8f8;
  border: 3px solid transparent;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.booking-option img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.booking-option p {
  margin: 0;
  font-weight: bold;
  background: linear-gradient(to right, #1ad6a3, #1cb5e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.booking-option:hover {
  border: 3px solid #1cb5e0;
}
/* CLient Logo Slider
 */
.clients-slider1 img {
  max-height: 80px; /* adjust as needed */
  width: auto;
  object-fit: contain;
}
.py-5{
	padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pt-xl-5{
	padding-top: 0rem !important;
}
.pt-lg-5 {
        padding-top: 0rem !important;
    }
.pt-4 {
    padding-top: 0rem !important;
}
@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 auto;
    }
}
