/* ======================================================
   TYPOGRAPHY RESPONSIVE STYLES (h1–h6, p, b, span, .btn)
====================================================== */

/* Global Base Styles */
/* .btn, b, h1, h2, h3, h4, h5, h6, p, span { line-height: 1.3; margin: 0 0 15px; } */

/* Mobile Portrait (<=480px) */
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 13px;
  }

  b,
  p,
  span {
    font-size: 12px;
  }

  .btn {
    font-size: 10px;
  }

  .brand-tag {
    flex: 0 0 auto;
    background-color: #afd23c0f;
    border-radius: 15px !important;
    padding: 3px 8px !important;
    font-weight: bold;
    font-size: 12px !important;
    color: #fff;
    border: 2px solid #afd23c;
    cursor: pointer;
    text-wrap: nowrap !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .about-car p {
    text-align: justify;
    color: #fff;
    font-size: 14px;
  }
  .about-car ul li {
    text-align: justify;
    color: #fff;
    font-size: 14px;
  }
  .accordion-header > .accordion-button:not(.collapsed) {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    /* background-color: rgba(175, 210, 60, 0.25); */
    box-shadow: none !important;
  }
  .accordion-body {
    /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
    font-size: 13px;
    padding: 8px 15px 8px 20px !important;
    text-align: justify;
  }
  .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: 13px;
    font-weight: bold;
  }
  .about-car h2 {
    text-align: justify;
    color: var(--secondary-color);
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .cars-img {
    padding: 6px;
    object-fit: cover;
    /* overflow: hidden; */
  }
  .card-details h6 {
    text-align: left !important;
    padding-left: 2px;
    padding-top: 5px;
  }
  .card-button {
    padding: 0px 5px 10px 5px;
  }
  .hero-content-container .input-group input {
    height: 40px;
    font-size: 14px;
  }

  .hero-content-container .input-group button {
    width: 70px;
    font-size: 12px;
  }

  .car-card {
    padding: 15px;
  }

  table td,
  table th {
    font-size: 12px;
  }

  .image-wrapper img {
    display: block;
    width: 100%;
    height: 200px !important;
    /* margin-bottom: 10px; */
    object-fit: cover;
    border-radius: 10px !important;
  }

  .swiper-thumbs img {
    display: block;
    width: 100%;
    height: 45px !important;
    border-radius: 5px;
    object-fit: cover;
  }
  /* =============================================================== Navbar responsive start =============================================*/
  /* =============================================================== Navbar responsive start =============================================*/
  /*.logo {*/
  /*  width: 70px;*/
  /*  height: auto;*/
  /*}*/
  .logo {
    width: 100px;
    /*height: 25px;*/
    margin-left: 10px;
 }
  .hero-section {
    /* background-color: var(--section-background-color); */
    background-color: #00000042;
    /* height: 750px; */
    height: 480px;
    /* background-image: url(../images/banner/al-sufouh.webp); */
    background-repeat: no-repeat;
    background-position: center, bottom;
    background-size: cover;
  }
  /* Prevent horizontal scroll inside dropdowns */
  .brand-dropdown-type,
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }

  /* Ensure items wrap instead of forcing scroll */
  .brand-dropdown-type .d-flex,
  .brand-dropdown .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Adjust car/brand boxes */
  .cars-type-box,
  .brand-box {
    width: 138px;
    height: 55px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .brand-dropdown-type[data-bs-popper] {
    top: 183%;
    left: 50% !important;
    transform: translate(-1%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(-1.2%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .all_brand {
    padding: 0px;
    text-decoration: underline;
    margin: auto 25px;
    /* color: rgb(255, 255, 255); */
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
  }
  .nav-link {
    font-size: 14px;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-1%);
    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(-1%);
    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;
  }
  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/
  .footer h4 {
    font-size: 24px;
    font-family: sans-serif;
    padding-bottom: 5px !important;
  }
  .view_fleet_btn {
    background-color: #18181b57;
    fill: #ffffff;
    color: #ffffff;
    font-size: 11px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #454545;
    border-radius: 6px 6px 6px 6px;
    padding: 5px 7px 5px 7px;
}
}

/* Mobile Landscape / Small Tablets (481px–767px) */
@media (min-width: 481px) and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  b,
  p,
  span {
    font-size: 13px;
  }

  .btn {
    font-size: 12px;
  }
  .about-car h2 {
    text-align: justify;
    color: var(--secondary-color);
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .brand-tag {
    flex: 0 0 auto;
    background-color: #afd23c0f;
    border-radius: 20px;
    padding: 7px 16px;
    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;
  }
  .about-car p {
    text-align: justify;
    color: #fff;
    font-size: 16px;
  }
  .about-car ul li {
    text-align: justify;
    color: #fff;
    font-size: 14px !important;
  }
  /* =============================================================== Navbar responsive start =============================================*/
  /* =============================================================== Navbar responsive start =============================================*/
  /* Prevent horizontal scroll inside dropdowns */
  .logo {
    width: 80px;
    height: auto;
    margin-left: 30px;
 }
  .brand-dropdown-type,
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }

  /* Ensure items wrap instead of forcing scroll */
  .brand-dropdown-type .d-flex,
  .brand-dropdown .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Adjust car/brand boxes */
  .cars-type-box,
  .brand-box {
    width: 140px;
    height: 55px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .brand-dropdown-type[data-bs-popper] {
    top: 183%;
    left: 50% !important;
    transform: translate(-1%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(-1.2%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .all_brand {
    padding: 0px;
    text-decoration: underline;
    margin: auto 25px;
    /* color: rgb(255, 255, 255); */
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
  }
  .nav-link {
    font-size: 14px;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-1%);
    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(-1%);
    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;
  }

  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/
  .cars-hero-section-suv::after {
    content: "";
    position: absolute;
    top: none !important;
    left: none !important;
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .cars-hero-section-sports::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .cars-hero-section-economy::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .cars-hero-section-convertible::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .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-luxury::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .hero-content-container .input-group input {
    height: 45px;
    font-size: 16px;
  }

  .hero-content-container .input-group button {
    width: 80px;
    font-size: 16px;
  }

  table td,
  table th {
    font-size: 13px;
  }
}

/* Tablets (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  b,
  span {
    font-size: 8px;
  }
  p {
    font-size: 10px;
  }
  .btn {
    font-size: 7px;
  }
  .card-button {
    padding: 0px 3px 15px 3px;
  }
  .cars-img {
    padding: 10px;
    object-fit: cover;
    /* overflow: hidden; */
  }
  .about-car h2 {
    text-align: justify;
    color: var(--secondary-color);
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .about-car p {
    text-align: justify;
    color: #fff;
    font-size: 15px;
    /* line-height: 21px; */
  }
  .brand-tag {
    /* font-size: 15px; */
    flex: 0 0 auto;
    background-color: #afd23c0f;
    border-radius: 20px;
    padding: 5px 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;
  }
  /* =============================================================== Navbar responsive start =============================================*/
  /* =============================================================== Navbar responsive start =============================================*/
  /* Prevent horizontal scroll inside dropdowns */
  .logo {
    width: 80px;
    height: auto;
    margin-left: 30px;
 }
  .brand-dropdown-type,
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }

  /* Ensure items wrap instead of forcing scroll */
  .brand-dropdown-type .d-flex,
  .brand-dropdown .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Adjust car/brand boxes */
  .cars-type-box,
  .brand-box {
    width: 210px;
    height: 85px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .brand-dropdown-type[data-bs-popper] {
    top: 183%;
    left: 50% !important;
    transform: translate(1%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(0.8%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .all_brand {
    padding: 0px;
    text-decoration: underline;
    margin: auto 25px;
    /* color: rgb(255, 255, 255); */
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
  }
  .nav-link {
    font-size: 14px;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-1%);
    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(-1%);
    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;
  }

  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/

  .image-wrapper img {
    display: block;
    width: 100%;
    height: 185px;
    /* margin-bottom: 10px; */
    object-fit: cover;
    border-radius: 10px !important;
  }
  .swiper-thumbs img {
    display: block;
    width: 100%;
    height: 50px !important;
    border-radius: 5px;
    object-fit: cover;
  }
  .car-details-img {
    max-height: 50px;
  }
  .hero-content-container .input-group input {
    height: 48px;
    font-size: 16px;
  }

  .hero-content-container .input-group button {
    width: 90px;
    font-size: 16px;
  }

  table td,
  table th {
    font-size: 14px;
  }
}

/* Desktops (>=992px) */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  b,
  p,
  span {
    font-size: 12px;
  }

  .btn {
    font-size: 10px;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--secondary-color) !important;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  /* =============================================================== Navbar responsive start =============================================*/
  /* =============================================================== Navbar responsive start =============================================*/
  .logo {
    width: 80px;
    height: auto;
    margin-left: 40px;
 }
  .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 1px;
    font-size: 10px;
  }
  .owl-carousel .item img {
    padding: 10px;
    transition: transform 0.3s;
 }
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  #countryName {
    display: none;
  }
  .cars-type-box {
    width: 130px;
    height: 52px;
    border-radius: 5px;
    color: white;
    border: 1px solid #ddd;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-53%);
    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 {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(-54%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-box {
    width: 84px;
    height: 64px;
    /* background-color: white; */
    border-radius: 8px;
    overflow: hidden;
  }
  .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;
  }
  .brand-box .brand-name {
    position: relative;
    /* position: absolute; */
    bottom: 1px !important;
    left: 1px !important;
    font-size: 14px;
    color: var(--secondary-color);
  }
  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/
  .hero-content-container .input-group input {
    height: 50px;
    font-size: 18px;
  }

  .hero-content-container .input-group button {
    width: 100px;
    font-size: 18px;
  }

  table td,
  table th {
    font-size: 16px;
  }
}

/* Large Screens (>=1200px) */
@media (min-width: 1200px) and (max-width: 1499px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  b,
  p,
  span {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }
  /* =============================================================== Navbar responsive start =============================================*/
  /* =============================================================== Navbar responsive start =============================================*/
  /* .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 1px;
    font-size: 16px;
  } */
  .logo {
    width: 75px;
    height: auto;
    margin-left: 40px;
}
  .owl-carousel .item img {
    padding: 10px;
    transition: transform 0.3s;
 }
  .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 1px;
    font-size: 13px;
  }
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  #countryName {
    display: none;
  }
  .cars-type-box {
    width: 160px;
    height: 65px;
    border-radius: 5px;
    color: white;
    border: 1px solid #ddd;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-56%);
    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 {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(-56%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-box {
    width: 104px;
    height: 63px;
    /* background-color: white; */
    border-radius: 8px;
    overflow: hidden;
  }
  .brand-box .brand-name {
    position: relative;
    /* position: absolute; */
    bottom: 1px !important;
    left: 1px !important;
    font-size: 14px;
    color: var(--secondary-color);
  }
  .brand-dropdown {
    position: absolute;
    top: 186%;
    /* left: 274% !important; */
    transform: translateX(-56%);
    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;
  }
  .brand-dropdown-type[data-bs-popper] {
    top: 183%;
    left: 50% !important;
    transform: translate(-21.3%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .brand-dropdown {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  .owl-carousel .item img {
    padding: 10px;
    transition: transform 0.3s;
 }
  #countryName {
    display: none;
  }
  .cars-type-box {
    width: 210px;
    height: 85px;
    border-radius: 5px;
    color: white;
    border: 1px solid #ddd;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .brand-dropdown-type {
    position: absolute;
    top: 183%;
    /* left: 274% !important; */
    transform: translateX(-56%);
    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 {
    max-width: 95vw; /* never exceed viewport width */
    overflow-x: hidden; /* hide horizontal scroll */
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }
  .brand-dropdown[data-bs-popper] {
    top: 183%;
    /* left: 50% !important; */
    transform: translate(-56%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-box {
    width: 139px;
    height: 45px;
    /* background-color: white; */
    border-radius: 8px;
    overflow: hidden;
  }
  .brand-dropdown {
    position: absolute;
    top: 186%;
    /* left: 274% !important; */
    transform: translateX(-56%);
    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;
  }
  .brand-dropdown-type[data-bs-popper] {
    top: 183%;
    left: 50% !important;
    transform: translate(-21.3%, 0%) !important;
    /* margin-top: 0 !important; */
  }
  .brand-box .brand-name {
    position: relative;
    /* position: absolute; */
    bottom: 1px !important;
    left: 1px !important;
    font-size: 16px;
    color: var(--secondary-color);
  }
  .brand-box {
    padding-left: 5px;
    width: 130px;
    height: 68px;
    /* background-color: white; */
    border-radius: 8px;
    overflow: hidden;
}
  /* =============================================================== Navbar responsive end =============================================*/
  /* =============================================================== Navbar responsive end =============================================*/
}
