/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 15px;
  color: #000;
}

p {
  /* color: #7A7A7A; */
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary-color);
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

strong {
  color: var(--secondary-color);
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

a:hover,
a:focus {
  color: #a6e22e;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

/* ----------------------------------------------------
    Normalize    071C1F   0E292D
---------------------------------------------------- */
:root {
  --primary-color: #071c1f;
  --primary-color-2: #041113;
  /* Darken */
  --primary-color-3: #133236;
  --text-color: #7a7a7a;
  --section-background-color: #7a7a7a7e;
  /* Lighten */
  --secondary-color: #afd23c;
  --secondary-color-light: rgba(175, 210, 60, 0.25);
  --secondary-color-1: #a0c230;
  --secondary-color-2: #d3f36b;
  /* Darken */
  --secondary-color-3: #fb412a;
  /* Lighten */
  --heading-color: #071c1f;
  --paragraph-color: #071c1f;
  --heading-font: "Montserrat", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --fontawesome: "Font Awesome 6 Free";
  /* Footer ACD2D8 8CB2B2  */
  --ltn__color-1: #8cb2b2;
  --ltn__color-2: #acd2d8;
  --ltn__color-3: #a3bcc0;
  --ltn__color-4: #84a2a6;
  /* Gradient Colors */
  --gradient-color-1: linear-gradient(
    90deg,
    rgba(242, 139, 194, 1) 0%,
    rgba(216, 177, 242, 1) 50%
  );
  --gradient-color-2: linear-gradient(
    to top,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-3: linear-gradient(
    to bottom,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-4: linear-gradient(
    to top,
    rgba(242, 246, 247, 0) 0%,
    rgba(242, 246, 247, 1) 90%
  );
  /* Background Colors */
  --section-bg-1: #f2f6f7;
  /* White */
  --section-bg-2: #071c1f;
  /* Black */
  /* Border Colors */
  --border-color-1: #e5eaee;
  /* White */
  --border-color-2: #1e2021;
  /* Black */
  --border-color-3: #576466;
  /* Black */
  --border-color-4: #eb6954;
  /* Red */
  --border-color-5: #bc3928;
  /* Red */
  --border-color-6: #103034;
  /* Black */
  --border-color-7: #d1dae0;
  /* White */
  --border-color-8: #f6f6f6;
  /* White */
  --border-color-9: #e4ecf2;
  /* White */
  --border-color-10: #ebeeee;
  /* White */
  --border-color-11: #ededed;
  /* White */
  --border-color-12: #e1e6ff;
  /* White */
  /* Box Shadow Colors */
  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  /* like border */
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  /* like border GGL */
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  /* Common Colors */
  --black: #000000;
  --black-2: #22355b;
  --white: #fff;
  --white-2: #f2f6f7;
  --white-3: #e8edee;
  --white-4: #e6ecf0;
  --white-5: #f0f4f7;
  --white-6: #f1f1f1;
  --white-7: #f7f7f7;
  --white-8: #fafafa;
  --white-9: #f2f7fa;
  --red: #ff0000;
  --red-2: #f34f3f;
  --red-3: #db483b;
  --silver: #c0c0c0;
  --gray: #808080;
  --maroon: #800000;
  --yellow: #ffff00;
  --olive: #808000;
  --lime: #00ff00;
  --green: #008000;
  --green-2: #79b530;
  --aqua: #00ffff;
  --teal: #008080;
  --blue: #0000ff;
  --navy: #000080;
  --fuchsia: #ff00ff;
  --purple: #800080;
  --pink: #ffc0cb;
  --nude: #ebc8b2;
  --orange: #ffa500;
  --ratings: #ffb800;
  /* social media colors */
  --facebook: #365493;
  --twitter: #3cf;
  --linkedin: #0077b5;
  --pinterest: #c8232c;
  --dribbble: #ea4c89;
  --behance: #131418;
  --google-plus: #dd4b39;
  --instagram: #e4405f;
  --vk: #3b5998;
  --wechat: #7bb32e;
  --youtube: #cb2027;
  --email: #f89a1e;
}

.ptb-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.section-title {
  padding-bottom: 25px;
  align-items: center;
  justify-content: center;
}

/* -------------------------------------
    Typography
------------------------------------- */
/* Navbar css start*/
.navbar {
  background-color: #111;
  /* dark background */
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  margin: 0 8px;
}

.navbar-nav .nav-link:hover {
  /* color: #fbc02d !important; */
  color: #afd23c !important;
  /* gold hover */
}

.dropdown-menu {
  background-color: #222;
}

.dropdown-menu .dropdown-item {
  color: #fff;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #333;
  /* color: #fbc02d; */
  color: #afd23c;
}

.contact-info {
  color: #fff;
  font-size: 0.9rem;
  margin-left: 15px;
}

.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
}

.social-icons a:hover {
  color: #afd23c;
  /* color: #fbc02d; */
}

/*.logo {*/
/*  width: 70px;*/
/*  height: auto;*/
/*}*/
.logo {
    width: 80px;
    height: auto;
    margin-left: 100px;
}

/* DROPDOWN */
.brand-dropdown-type {
  position: absolute;
  top: 183%;
  /* left: 274% !important; */
  transform: translateX(-50%);
  width: max-content;
  /* max-width: 100%; */
  /* background-color: transparent !important; */
  /* background-color: #676354 !important; */
  background: #000;
  display: none;
  padding: 25px 30px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 999;
  left: 400% !important;
  transform: translateX(-19.5%, 0%) !important;
  right: auto !important;
}

.brand-dropdown {
  position: absolute;
  top: 183%;
  /* left: 274% !important; */
  transform: translateX(-55%);
  width: max-content;
  /* max-width: 100%; */
  /* background-color: transparent !important; */
  /* background-color: #676354 !important; */
  background: #000;
  display: none;
  padding: 25px 30px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 999;
  left: 270% !important;
  /* transform: translateX(-50%) !important; */
  right: auto !important;
}

.brands-link:hover + .brand-dropdown,
.brand-dropdown:hover {
  display: block;
}

.our-cars-link:hover + .dropdown-container,
.dropdown-container:hover {
  display: flex;
}

.brands-link:hover + .brand-dropdown-type,
.brand-dropdown-type:hover {
  display: block;
}

/* ARROW
.brand-dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 18%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: #000;
    box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.05);
} */

.brand-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /* Exactly 6 per row */
  gap: 16px;
}

/* .dropdown-menu[data-bs-popper] {
    top: 185%;
    left: 270% !important;
    margin-top: var(--bs-dropdown-spacer);
} */

.brand-dropdown-type[data-bs-popper] {
  top: 183%;
  left: 50% !important;
  transform: translate(-23.3%, 0%) !important;
  /* margin-top: 0 !important; */
}

.brand-dropdown[data-bs-popper] {
  top: 183%;
  /* left: 50% !important; */
  transform: translate(-55%, 0%) !important;
  /* margin-top: 0 !important; */
}

.brand-box {
  width: 160px;
  height: 42px;
  background-color: white;
  border-radius: 8px;
  padding-left: 5px;
  overflow: hidden;
}

.brand-box img {
  width: 40px;
  height: 38px;
  padding: 3px 1px;
  /* object-fit: cover; */
  transition: transform 0.3s;
}

.brand-box img:hover {
  transform: scale(1.2);
}

.brand-box .brand-name {
  position: relative;
  /* position: absolute; */
  bottom: 30px;
  left: 42px;
  font-size: 16px;
  color: var(--secondary-color);
}

#loginTrigger {
  color: #fff;
}

/* Navbar css end*/
/* Hero-section start */
.hero-section {
  /* background-color: var(--section-background-color); */
  background-color: #00000042;
  /*height: 750px;*/
  height: 680px;
  /* background-image: url(../images/banner/al-sufouh.webp); */
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.video-section {
  position: relative;
  /* height: 100vh; */
  /* full screen */
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  /* send video behind content */
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* cover full section */
}

.video-section .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.hero-section-1 {
  background-color: var(--section-background-color);
  height: 500px;
  background-image: url(../images/about-us/about-us.webp);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.hero-section-1::after {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-content-container {
  width: 100%;
  font-size: 16px;
  /* color: #fff; */
  color: #fff;
}

.hero-content-container p {
  color: #fff;
}

.hero-content-container-1 {
  width: 100%;
  font-size: 16px;
  /* color: #fff; */
  color: #fff;
  z-index: 99;
}

.hero-content-container-1 p {
  color: #fff;
}

/* Hero-section end */

/* footer start */
.footer {
  background-color: #000000;
  color: #fff;
}

.footer p {
  /* background-color: #000000; */
  color: #fff;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: var(--secondary-color);
}

.footer h4 {
  font-size: 24px;
  font-family: sans-serif;
  padding-bottom: 25px;
}

.brand-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #afd23c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.brand-scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 15px;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.brand-scroll-container::-webkit-scrollbar {
  display: none;
}

.brand-scroll-container.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.brand-scroll-container {
  cursor: grab;
  cursor: -webkit-grab;
}

.brand-tag {
  flex: 0 0 auto;
  background-color: #afd23c0f;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #afd23c;
  cursor: pointer;
  text-wrap: nowrap !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.brand-tag:hover {
  background-color: #afd23c;
  color: #000;
}

/* footer end */
/* crousel Start */
.carousel-wrap {
  /* margin: 90px auto;
    padding: 0 5%;
    width: 80%; */
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-carousel .item img {
  padding: 20px;
  transition: transform 0.3s;
}

.owl-carousel .item img:hover {
  transform: scale(1.2);
}

.carousel-brands-name .owl-item {
  width: auto !important;
}

.carousel-brands-name .owl-nav {
  display: none !important;
}

.carousel-brands-name .owl-dots {
  display: none !important;
}

/* crousel end */
/* car section start */
.car-img {
  /* width: 250px;
    height: 150px; */
  border-radius: 15px;
  object-fit: cover;
  overflow: hidden;
}

.car-img:hover {
  box-shadow: 1px 1px 3px black;
}

.car-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.car-img img:hover {
  transform: scale(1.03);
}

.cars-img {
  /* width: 250px;
    height: 150px; */
  padding: 20px;
  object-fit: cover;
  /* overflow: hidden; */
}

.card-details {
  padding: 0px 20px 0px 20px;
}

.card-button {
  padding: 0px 15px 23px 15px;
}

.cars-img img {
  width: 100%;
  height: 100%;
  /* margin: 10px; */
  border-radius: 15px;
  transition: transform 0.3s;
}

.cars-img img:hover {
  /* overflow: visible; */
  transform: scale(1.03);
}

.car-card {
  background-color: #000;
  /* background-color: #21201e; */
  border-radius: 20px;
}

.default-card {
  background-color: #000;
  /* background-color: #21201e; */
  border-radius: 20px;
  height: 200px;
  transition: transform 0.3s;
}

.text-center {
  text-align: center !important;
}

.btn-book {
  background-color: var(--secondary-color);
  color: #fff;
}

.btn-book:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.card-details p,
.card-details b,
.card-details span {
  color: #fff !important;
}

.card-details h6 {
  text-align: left !important;
  padding-left: 5px;
}

.card-detail h6 {
  text-align: center !important;
  /* padding-left: 5px; */
  font-size: 20px;
}

.card-detail {
  padding: 0px 20px 0px 20px;
}

.card-detail p,
.card-detail b,
.card-detail span {
  color: #fff !important;
}

.default-card p {
  color: #fff;
  text-align: justify;
  padding: 10px;
}

.default-card h4 {
  transition: transform 0.3s;
}

.default-card h4:hover {
  /* transition: transform .3s */
  transform: scale(1.03);
  color: #fff !important;
}

.default-card:hover {
  /* transition: transform .3s; */
  transform: scale(1.03);
  color: #fff;
}

.contcat-card {
  background-color: #000;
  /* background-color: #21201e; */
  border-radius: 20px;
  height: 250px;
  transition: transform 0.3s;
}

.contcat-card p {
  color: #fff;
  text-align: justify;
  padding: 10px;
}

.contcat-card h4 {
  transition: transform 0.3s;
}

.contcat-card h4:hover {
  /* transition: transform .3s */
  transform: scale(1.03);
  color: #fff !important;
}

.contcat-card:hover {
  /* transition: transform .3s; */
  transform: scale(1.03);
  color: #fff;
}

.contcat-card .contact-icon img {
  width: 90px;
}

/* car section end */
/* content section start */
.content-2 {
  background-image: url(../images/banner/movyocar-about-banner-new.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 982px;
  /* padding-bottom: 420px !important; */
  /* padding-bottom: 270px !important; */
}

.card-content {
  padding: 44px 53px;
  background: rgb(255 255 255 / 80%);
}

/* content section end */
/* about-us section start */
.about-car-img {
  width: 100%;
}

.about-car-img img {
  position: relative;
  width: 100%;
  border-radius: 25px;
}

.about-car-img img:hover {
  position: relative;
  width: 100%;
  border-radius: 25px;
  box-shadow: 1px 1px 2px black;
}

.about-content {
  padding: 10px 25px;
}

.about-content p {
  /* padding: 10px 25px; */
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}

/* about-us section end */
/* contact-us section start */
.contact-card {
  background-color: #000;
  /* background-color: #21201e; */
  border-radius: 20px;
}

.contact-img {
  /* width: 250px;
    height: 150px; */
  border-radius: 15px;
  object-fit: cover;
  /* overflow: hidden; */
}

.contact-img:hover {
  box-shadow: 1px 1px 3px black;
}

.contact-img img {
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.contact-img img:hover {
  border-radius: 15px;
  transform: scale(1.03);
  overflow: hidden;
}

/* contact-us section end */
/* contact-form section start */
.contact-form {
  flex: 1 1 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form h2 {
  margin-bottom: 25px;
  color: #333;
  font-size: 28px;
  text-align: center;
}

.form-group {
  position: relative;
  margin-bottom: 35px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 10px 10px 50px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
  background: #fff;
}

.form-group textarea {
  height: 100px;
  resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #afd23c;
}

.form-group label {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: 0.3s;
}

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 45px;
  /* background: #fff; */
  font-size: 12px;
  padding: 0 5px;
  /* color: #AFD23C; */
  color: #fff;
}

.form-group .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #656565;
}

.contact-form button {
  background: #afd23c;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.contact-form button:hover {
  background: #8eaf22;
}

.submit-btn:hover {
  color: #fff;
  background-color: var(--secondary-color-1);
  border-color: var(--secondary-color-1);
}

.submit-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color-1);
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-color-1);
  --bs-btn-active-border-color: var(--secondary-color-1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--secondary-color);
  --bs-btn-disabled-border-color: var(--secondary-color);
}

/* contact-form section end */
/* cars hero section start */
.cars-hero-section {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/banner/cars-banner.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-suv {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/suv.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-suv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-suv .container {
  z-index: 2;
}

.cars-hero-section-sports {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/SPORTS.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-sports::after {
  content: "";
  position: absolute;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-sports .container {
  z-index: 2;
}

.cars-hero-section-economy {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/3.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-economy::after {
  content: "";
  position: absolute;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-economy .container {
  z-index: 2;
}

.cars-hero-section-convertible {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/4.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-convertible::after {
  content: "";
  position: absolute;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-convertible .container {
  z-index: 2;
}

.cars-hero-section-exotic {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/5.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-exotic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-exotic .container {
  z-index: 2;
}

.cars-hero-section-luxury {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/6.jpg);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.cars-hero-section-luxury::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-luxury .container {
  z-index: 2;
}

.cars-hero-section-mercedes {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/mercedes.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-mercedes::after {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.cars-hero-section-mercedes .container {
  z-index: 2;
}

.cars-hero-section-bmw {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/bmw.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-bmw::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-geely .container {
  z-index: 2;
}

.cars-hero-section-geely {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/geely.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-geely::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-exeed .container {
  z-index: 2;
}

.cars-hero-section-exeed {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/exeed.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-exeed::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-toyota .container {
  z-index: 2;
}

.cars-hero-section-toyota {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/toyota.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-toyota::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-bmw .container {
  z-index: 2;
}

.cars-hero-section-audi {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/audi.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-audi::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-audi .container {
  z-index: 2;
}

.cars-hero-section-cadillac {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/cadillac.jpeg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-cadillac::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-cadillac .container {
  z-index: 2;
}

.cars-hero-section-mini-cooper {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/mini-cooper.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-mini-cooper::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-mini-cooper .container {
  z-index: 2;
}

.cars-hero-section-lamborghini {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/lamborghini.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-lamborghini::after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cars-hero-section-lamborghini .container {
  z-index: 2;
}

.cars-hero-section-ferrari {
  background-color: var(--section-background-color);
  height: 550px;
  background-image: url(../images/car/ferrari.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: cover;
}

.cars-hero-section-ferrari::after {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.cars-hero-section-ferrari .container {
  z-index: 2;
}

/* cars hero section end */
/* Swiper slider start */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: 390px;
  /* margin-bottom: 10px; */
  object-fit: cover;
  border-radius: 10px !important;
}

.swiper-wrapper {
  border-radius: 20px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 25px !important;
  color: var(--secondary-color) !important;
  font-weight: 600;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 25px !important;
  color: var(--secondary-color) !important;
  font-weight: 600;
}

.car-card ul li {
  color: #fff;
  font-size: 16px;
  /* text-align: justify; */
}

.car-card ul {
  color: var(--secondary-color);
  margin-left: 20px;
  /* text-align: justify; */
  padding-right: 20px;
}

.detail-content span {
  font-size: 16px;
  color: var(--secondary-color-2);
  padding: 15px 5px 15px 5px;
  font-weight: 500;
}

.about-car p {
  text-align: justify;
  color: #fff;
  font-size: 18px;
}

.about-car h2 {
  text-align: justify;
  /*color: #fff;*/
  font-size: 28px;
  padding-bottom: 10px;
  padding-top: 15px;
}

.about-car ul li {
  text-align: justify;
  color: #fff;
  font-size: 18px;
}

.detail-content {
  height: 400px;
}

.spacial-offer {
  position: absolute;
  top: 60px;
  left: 16px;
  z-index: 99;
  background-color: var(--secondary-color);
  color: #fff !important;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  transition: transform 0.3s;
}

/* .spacial-offer:hover {} */

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 180px;
    width: 180px;
    background-color: red;
    border-radius: 50%;
    line-height: 180px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: white;
} */

.spacial-offer:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
  transform: scale(1.03);
}

.cars-type-box {
  width: 250px;
  height: 100px;
  /* background-color: white; */
  /* background-image: url(../images/car/suv.jpg) !important; */
  border-radius: 8px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Swiper slider end */
/* Accordion start */
.accordion-button:not(.collapsed) {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
  /* background-color: var(--secondary-color); */
  /* background-color: rgba(175, 210, 60, 0.25); */
  background-color: transparent !important;
  /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
  box-shadow: none !important;
}

.accordion-header > .accordion-button:not(.collapsed) {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
  /* background-color: rgba(175, 210, 60, 0.25); */
  /* light green background when open */
  box-shadow: none !important;
}

.accordion-header:has(.accordion-button:not(.collapsed)) {
  background-color: rgba(175, 210, 60, 0.25);
}

/* .accordion-button:not(.collapsed),
.accordion-button:not(.collapsed)+.accordion-collapse {
    background-color: rgba(175, 210, 60, 0.25);
} */

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-size: 16px;
  font-weight: bold;
}

.accordion-body {
  /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
  font-size: 16px;
  padding: 10px 20px 10px 30px !important;
  text-align: justify;
}

.accordion-item > .accordion-header .accordion-button {
  border-top-left-radius: var(--secondary-color);
  border-top-right-radius: var(--secondary-color);
  padding: 5px 25px 5px 15px !important;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  /* --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* Accordion end */

.about-car ol > li {
  color: #fff !important;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.btn-float {
  width: 50px;
  height: 50px;
  background: #25d366;
  /* default WhatsApp green */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background 0.3s ease;
}

.btn-float:hover {
  transform: scale(1.1);
  color: #fff;
}

.btn-float.call {
  background: #007bff;
  /* Bootstrap blue for call */
}

.swiper-slide-home img {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}

.swiper-slide-home {
  text-align: center;
  font-size: 18px;
  background: none !important;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

#brands .owl-nav,
#brands .owl-dots {
  display: none !important;
}

#carRentalPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: "Segoe UI", sans-serif;
}

/* Popup container */
.popup-container {
  background: #fff;
  display: flex;
  max-width: 750px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  animation: popUp 0.4s ease;
}

@keyframes popUp {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.popup-left {
  flex: 1;
  padding: 40px 30px;
}

.popup-left .badge {
  width: 33%;
  align-items: center;
  /* justify-content: center; */
  background: #9fc32a;
  color: #fff;
  font-size: 17px;
  padding: 6px 14px;
  border-radius: 30px;
  display: flex;
  margin-bottom: 15px;
  font-weight: bold;
}

.popup-left h2 {
  font-size: 24px;
  color: #222;
  margin-bottom: 12px;
}

.popup-left h2 span {
  color: #afd23c;
}

.popup-left p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.popup-left input {
  width: 90%;
  padding: 12px 15px;
  /* margin-bottom: 15px; */
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.popup-left input:focus {
  border-color: #afd23c;
  /* or any green shade you like */
  outline: none;
  /* box-shadow: 0 0 3px #28a74533; optional subtle green glow */
}

.popup-left .cta-btn {
  width: 100%;
  background: #afd23c;
  color: #fff;
  border: none;
  padding: 13px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.popup-right {
  flex: 1;
  background: linear-gradient(to bottom, #fff1f7, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
}

.popup-right img {
  position: relative;
  max-width: 133%;
  right: 12px;
  top: 7%;
  /* transform: rotate(-10deg); */
}

/* Discount Circle */
.off-circle {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e60023;
  color: white;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 16px;
}

.off-circle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
    width: 90%;
  }

  .popup-right {
    padding: 20px;
  }

  .offer-card {
    width: 21% !important;
    position: absolute !important;
    top: 1px !important;
    left: 3px !important;
  }

  .car-card-offer {
    position: relative !important;
    max-width: 105% !important;
    right: -16px !important;
    top: 13% !important;
  }

  .popup-left {
    padding: 22px 18px;
  }

  .popup-left .badge {
    width: 33%;
    font-size: 16px;
  }

  .badge img {
    width: 20%;
  }
}

.promo-container {
  text-align: center;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.promo-code-box {
  display: inline-block;
  padding: 12px 55px;
  background-color: #afd23c33;
  border: 2px dashed #afd23c;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.1s ease;
}

/* .promo-code-box:hover {
  transform: scale(1.03);
} */

#copyMsg {
  margin-top: 10px;
  font-size: 14px;
  color: green;
  display: none;
}

.about-car table tr > th {
  color: var(--secondary-color) !important;
  padding: 10px;
}

.about-car table {
  /* width: 100%; */
  color: #fff !important;
  border: 1px solid var(--secondary-color) !important;
}

.about-car table,
.about-car td,
.about-car th {
  border: 1px solid var(--secondary-color) !important;
  padding: 10px !important;
}

.img-box {
  width: 100px;
  height: 100px;
}

.imgicon img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.imgicon img:hover {
  transform: scale(1.03);
}

.img-sub-box {
  width: 200px !important;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  width: 100% !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /* border: 0.5px solid var(--secondary-color) !important; */
  border: none !important;
  background: var(--secondary-color-light) !important;
  /* background: #007fff; */
  font-weight: normal;
  color: #ffffff;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--secondary-color-light);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--secondary-color-light);
}
body.modal-open {
  overflow: hidden;
}
.all_brand {
  padding: 0;
  text-decoration: underline;
  margin: auto 0px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}
.car-details-img {
  max-height: 80px;
}

.view_fleet_btn {
  background-color: #18181b57;
  fill: #ffffff;
  color: #ffffff;
  font-size: 13px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #454545;
  border-radius: 6px 6px 6px 6px;
  padding: 10px 30px 10px 30px;
}
.view_fleet_btn:hover,
.view_fleet_btn:focus {
  background-color: #020101;
}
