@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

@font-face {
  font-family: "Kelson Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson Regular"),
    url("../fonts/Armasen - Kelson.woff") format("woff");
}

@font-face {
  font-family: "Kelson Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson Thin"),
    url("../fonts/Armasen - Kelson-Thin.woff") format("woff");
}

@font-face {
  font-family: "Kelson Light";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson Light"),
    url("../fonts/Armasen - Kelson-Light.woff") format("woff");
}

@font-face {
  font-family: "Kelson Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson Medium"),
    url("../fonts/Armasen - Kelson-Medium.woff") format("woff");
}

@font-face {
  font-family: "Kelson Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson Bold"),
    url("../fonts/Armasen - Kelson-Bold.woff") format("woff");
}

@font-face {
  font-family: "Kelson ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Kelson ExtraBold"),
    url("../fonts/Armasen - Kelson-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "good-timing";
  src: url("../fonts/good-timing-bd.otf") format("opentype");
}

@font-face {
  font-family: "Raleway-Black";
  src: url("../fonts/Raleway-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Bitter-Regular";
  src: url("../fonts/Bitter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Belanosima-SemiBold";
  src: url("../fonts/Belanosima-SemiBold.ttf") format("truetype");
}

:root {
  font-size: 16px;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "good-timing", sans-serif; */
  /* font-family: "Raleway-Black", sans-serif; */
  font-family: "Montserrat-Bold", sans-serif;
  /* font-family: "Belanosima-SemiBold", sans-serif; */
}

p,
ul,
li,
a,
span,
label,
input,
select,
textarea,
button {
  /* font-family: "Kelson Light", sans-serif !important; */
  font-family: "OpenSans-Regular", sans-serif !important;
  /* font-family: "Kelson Regular", sans-serif !important; */
  text-decoration: none !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
}

.img-100 {
  width: 100% !important;
}

.small-txt {
  font-size: 0.75rem !important;
}

.red-txt {
  color: #f44336 !important;
}

/* general styles */
.right {
  float: right !important;
}

.left {
  float: left !important;
}

.horizontal-sep {
  width: 90%;
  height: 1px;
  background-color: #f44336;
  margin-left: auto;
  margin-right: auto;
}

.red-seperator {
  width: 2px;
  background-color: #f44336;
  height: 100%;
}

.red-seperator-sm {
  width: 30%;
  margin: 15px 0 !important;
  background-color: #f44336;
  border: none;
  border-radius: 200px;
  border: 1px solid #f44336;
}

input::file-selector-button {
  border: none;
  border-radius: 2px;
  outline: none;
  color: #f44336;
  background-color: transparent;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 3px 25px;
  border: #f44336 1px solid;
  z-index: 3 !important;
  cursor: pointer;
  margin-right: 15px;
}

input::file-selector-button:hover {
  color: #ffffff;
  background-color: #f44336;
}

.redbtn-sm {
  z-index: 3 !important;
  border: none;
  border-radius: 2px;
  outline: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 10px 15px;
  border: #f44336 1px solid;
  cursor: pointer;
}

.redbtn-md-fill,
.redbtn-md-fill:hover,
.redbtn-md,
.redbtn-md-light {
  border: none;
  border-radius: 2px;
  outline: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 12px 25px;
  border: #f44336 1px solid;
  z-index: 3 !important;
  cursor: pointer;
}

.redbtn-md-light {
  color: #ffffff;
  background-color: #f44336;
}

.redbtn-md-fill {
  background-color: #f44336;
}

.redbtn-lng-fill-light {
  background-color: #f44336 !important;
}

.redbtn-lng-fill-light:hover {
  color: #ffffff;
  background-color: transparent !important;
}

.redbtn-md.txt-red {
  color: #f44336;
}

.redbtn-md:hover,
.redbtn-sm:hover {
  background-color: #f44336;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.redbtn-md-light:hover {
  background-color: transparent;
  text-decoration: none;
  color: #f44336;
  font-size: 0.92rem;
  font-weight: 500;
  border: #f44336 1px solid;
}

@media only screen and (max-width: 414px) {
  .redbtn-md {
    padding: 10px 20px;
  }
}

.redbtn-lng,
.redbtn-lng-fill-light {
  border: none;
  border-radius: 2px;
  outline: none;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 10px 15px;
  width: 200px;
  text-align: center;
  margin: 1rem;
  background: transparent;
  cursor: pointer;
  border: 1px solid #f44336;
  cursor: pointer;
}

.redbtn-lng-fill {
  border: none;
  border-radius: 2px;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 70px;
  text-align: center;
  margin: 1rem;
  cursor: pointer;
  border: 1px solid #f44336;
  background-color: #f44336;
  letter-spacing: 2px;
}

.redbtn-lng-fill:hover {
  background-color: transparent;
  color: #040d23;
}

.redbtn-lng:hover {
  background-color: #f44336;
}

a.redbtn-lng,
a.redbtn-lng:hover {
  text-decoration: none;
  color: #ffffff;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 4 !important;
}

.form-control {
  height: calc(1.5em + 0.75rem + 8px) !important;
}

.carousel-inner {
  z-index: -1;
}

.about-container,
.custom-container {
  max-width: 100%;
  margin: 0 3.5%;
  height: max-content;
}

.section-heading {
  text-align: center;
  margin: 2rem 0;
  color: #263238;
}

/* red nav  */
.red-nav .nav {
  justify-content: space-around;
}

.red-nav .nav .nav-link {
  border: none;
  color: #5f5f5f;
}

.red-nav .nav .nav-link:hover,
.red-nav .nav .nav-link.active {
  color: black;
  border-bottom: 2px solid #f44336;
  font-weight: 500;
}

/* custom varient select */
.custom-select-container {
  position: relative;
}

.custom-varient-select {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.custom-varient-select .varient-selected {
  width: auto;
  font-size: 1.5rem;
  font-weight: 500;
}

.custom-varient-select .varient-select-dropdown {
  width: 40%;
  display: flex;
  align-items: center;
}

.varient-select-dropdown img {
  cursor: pointer;
  transition: all 0.5s ease;
}

.dropdown-show {
  transform: rotate(180deg);
}

.varient-selected {
  color: #ffffff;
}

.custom-select-container .varients-list-container {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #ccc;
  border-top: #f44336 2px solid;
  max-height: 300px;
  overflow-y: scroll;
}

.custom-select-container .varients-list-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.varients-list-container .varients-list .varient-item {
  color: #000;
}

.custom-select-container .varients-list-container li {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px !important;
  cursor: pointer;
}

@media (max-width: 1700px) {
  .custom-varient-select .varient-selected {
    font-size: 1.5rem;
  }
}

@media (max-width: 700px) {
  .custom-varient-select .varient-selected {
    font-size: 1.5rem;
  }
}

@media (max-width: 550px) {
  .custom-varient-select .varient-selected {
    width: 100%;
    font-size: 1rem;
    text-align: center !important;
  }

  .custom-select-container .varients-list-container {
    width: 100% !important;
  }

  .custom-select-container .varients-list-container li {
    font-size: 1rem !important;
  }
}

@media (max-width: 375px) {
  .varient-select-dropdown img {
    margin-left: 5px;
  }
}

/* top bar style  */
.top-bar {
  background-color: #212121;
  padding: 5px 10px;
  flex-wrap: wrap;
}

@media (max-width: 453px) {
  .top-bar .top-bar-items {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media (max-width: 931px) {
  .ipad-none {
    display: none;
  }
}

.top-bar .social a:hover {
  color: #f44336;
}

.top-bar .social a,
.top-bar .social span,
.top-bar .top-bar-items span,
.top-bar .top-bar-items a,
.top-bar .top-bar-items p,
.top-bar .top-bar-items a:hover {
  text-decoration: none;
  color: #ffffff;
}

.top-bar .dropdown-menu a:hover,
.top-bar .dropdown-menu a {
  color: #000000;
}

@media (max-width: 651px) {
  .top-bar .mobile-none {
    display: none !important;
  }
}

.top-bar-items .top-bar-dropdown {
  padding: 2px 8px;
  background-color: #f44336;
  border-radius: 4px;
}

/* top navbar styles */

.nav-container {
  /* background-color:#f2f2f2; */
  /* background-color: #000000; */
  background-color: #ffffff;
  box-shadow: 0px 2px 10px -5px #212121;
  /* background-color: rgba(26, 26, 26, 0.945);
  box-shadow: 0px 2px 10px -5px #212121; */
}

.nav-container .navbar-expand-lg {
  padding: 0.5rem 10vw;
  align-items: center;
}

.navbar-expand-lg .navbar-nav.main-nav .nav-item .nav-link {
  color: #eeeeee;
}

.navbar-expand-lg .navbar-nav.main-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.navbar-expand-lg .navbar-nav.main-nav .nav-item.active .nav-link {
  color: #ffffff !important;
  font-weight: 700;
  padding-bottom: 0;
  border-bottom: 2px solid #f44336;
}

.phoneButton {
  background-color: #f44336 !important;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;

}

.nav-logo {
  max-width: 180px;
}

/* changing the color of navbar text */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0) !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f44336 !important;
}

@media (max-width: 426px) {
  .nav-logo {
    max-width: 120px;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(194, 194, 194, 0.461);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}

.header-location-select,
.header-location-select:focus {
  padding: 3px 2px;
  background-color: transparent;
  color: #eeeeee;
  border-color: rgba(238, 238, 238, 0.881);
  border-radius: 5px;
  outline: none;
}

@media (max-width: 1050px) {
  .nav-container .navbar-expand-lg {
    padding: 0.5rem 5vw;
  }
}

@media only screen and (max-width: 1130px) {
  .nav-container {
    margin: auto;
  }
}

@media only screen and (max-width: 800px) {
  .nav-container {
    margin: auto;
  }
}

.nav-container .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 25px !important;
}

@media (max-width: 1176px) {
  .nav-container .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 8px !important;
  }
}

.nav-container .navbar .navbar-collapse .navbar-nav {
  justify-content: space-evenly;
  margin-left: auto !important;
}

#nav-banner {
  position: relative;
}

.custom-dropdown-container {
  position: relative;
}

#nav-banner .custom-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 123;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px black inset;
}

@media (max-width: 991px) {
  #nav-banner .custom-nav-dropdown {
    top: -200px;
  }
}

.custom-nav-dropdown .tab-content {
  padding: 2rem 0rem 2rem 2rem;
}

.custom-nav-dropdown .tab-content .tab-pane {
  max-height: 500px;
  overflow-y: scroll;
  border-left: 2px solid #f44336;
}

@media (max-width: 991px) {
  .custom-nav-dropdown .tab-content {
    padding: 2rem 0;
  }

  .custom-nav-dropdown .tab-content .tab-pane {
    border: none;
  }
}

.new-cars-dropdown {
  cursor: pointer;
}

.custom-nav-dropdown .tab-content .nav-card-row a:hover,
.custom-nav-dropdown .tab-content .nav-card-row a {
  color: #000;
  text-decoration: none;
}

.custom-nav-dropdown .tab-content .nav-card-row .card {
  border: none;
  background-color: transparent !important;
}

.nav-card-row {
  justify-content: center;
}

.nav-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav-card-img img {
  width: 100%;
}

.custom-nav-dropdown .nav-tab-container {
  height: 100%;
}

.custom-nav-dropdown .nav-tab-container .nav-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 500px;
  border: none;
}

@media (max-width: 991px) {
  .custom-nav-dropdown .nav-tab-container .nav-tabs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.custom-nav-dropdown .nav-tab-container .nav-tabs .nav-item {
  text-align: center;
  min-width: 165px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.custom-nav-dropdown .nav-tab-container .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}

.custom-nav-dropdown .nav-tab-container .nav-tabs .nav-item .nav-link.active {
  background-color: #f44336;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.corporate-dropdown {
  position: relative;
  cursor: pointer;
}

.corporate-dropdown-menu {
  position: absolute;
  bottom: -100px;
  left: 10px;
  z-index: 2;
  width: 200px;
  box-shadow: -3px -1px 7px 1px rgba(50, 50, 50, 0.3);
  background-color: #ffffff;
  border-radius: 5px;
}

.corporate-dropdown-menu ul {
  list-style: none;
  padding: 10px !important;
}

.corporate-dropdown-menu ul a:hover,
.corporate-dropdown-menu ul a {
  text-decoration: none;
  color: #253238 !important;
}

/* top banner styles */

.car-banner-container {
  min-height: max-content;
  position: relative;
}

.car-banner-container .banner-container-bg {
  width: 100%;
}

.car-banner-container .banner-container-bg img {
  width: 100%;
}

.blue {
  background-color: blue;
}

.brown {
  background-color: burlywood;
}

.grey {
  background-color: grey;
}

.white {
  background-color: #ffffff;
}

.silver {
  background-color: silver;
}

.car-banner-container .banner-left-container .banner-heading {
  position: absolute;
  top: 43%;
  /* top: 360px; */
  left: 10%;
}

.car-banner-container .banner-left-container .banner-heading img {
  width: 18vw;
}

.car-banner-container .banner-left-container .banner-tag {
  position: absolute;
  top: 58%;
  left: 20%;
}

.car-banner-container .banner-left-container .banner-tag img {
  width: 14vw;
}

.car-banner-container .banner-right-container {
  position: absolute;
  top: 20%;
  right: 10%;
}

.car-banner-container .banner-right-container .banner-car {
  display: flex;
  justify-content: center;
}

.car-banner-container .banner-right-container .banner-car img {
  width: 40vw;
}

.banner-footer {
  width: 100%;
  position: absolute;
  bottom: 2%;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
}

.color-box {
  width: 20px;
  height: 20px;
  margin-left: 0.8rem;
  border-radius: 4px;
  cursor: pointer;
}

.banner-footer .feature-container {
  justify-content: center;
}

.banner-footer .feature-container img {
  margin-left: auto;
  width: 40%;
}

@media only screen and (max-width: 1600px) {
  .banner-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner-heading {
    top: 4vh !important;
    left: 30px !important;
  }

  .banner-heading img {
    width: 50% !important;
  }

  .banner-tag {
    top: 12vh !important;
    left: 150px !important;
  }

  .car-banner-container .banner-right-container {
    right: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-container-bg {
    display: none;
  }

  .car-banner-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .banner-container,
  .banner-left-container,
  .car-banner-container .banner-left-container .banner-tag,
  .car-banner-container .banner-left-container .banner-heading,
  .car-banner-container .banner-right-container {
    position: static !important;
  }

  .car-banner-container {
    height: max-content !important;
  }

  .car-banner-container .banner-left-container .banner-tag,
  .car-banner-container .banner-left-container .banner-heading {
    display: flex;
    justify-content: center;
  }

  .car-banner-container .banner-left-container .banner-heading img {
    width: 40% !important;
  }

  .car-banner-container .banner-left-container .banner-tag img {
    margin-top: 1rem;
    width: 30%;
  }

  .car-banner-container .banner-left-container {
    padding: 2.5rem !important;
  }

  .car-banner-container .banner-right-container {
    width: 100%;
  }

  .car-banner-container .banner-right-container .banner-car img {
    width: 70%;
  }

  .car-banner-container .banner-footer {
    margin-top: 5%;
    position: static;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .car-banner-container .banner-footer .banner-btn {
    text-align: center;
  }

  .banner-footer .feature-container .feature-img {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-footer .feature-container img {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

  .banner-footer .feature-container,
  .banner-footer .banner-btn,
  .banner-footer .color-pallet {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .redbtn-md {
    padding: 10px 20px;
  }

  .car-banner-container .banner-left-container .banner-heading img {
    width: 80% !important;
  }

  .car-banner-container .banner-left-container .banner-tag img {
    width: 60%;
  }

  .car-banner-container .banner-left-container {
    padding: 1.5rem !important;
  }

  .car-banner-container .banner-right-container {
    margin-top: 10px;
  }

  .car-banner-container .banner-right-container .banner-car img {
    width: 100%;
  }

  .banner-footer .feature-container img {
    width: 30%;
  }

  .banner-footer .feature-container,
  .banner-footer .banner-btn,
  .banner-footer .color-pallet {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .banner-footer .banner-btn {
    margin-bottom: 25px;
  }
}

.desktop-banner img {
  width: 100%;
}

.mobile-banner {
  display: none;
}

@media (max-width: 688px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-banner img {
    width: 100%;
    max-height: 600px;
  }
}

/* owl styles */
.wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.wrapper .item {
  display: flex;
  justify-content: center;
}

.wrapper .item-container {
  display: flex;
  justify-content: center;
  width: 80%;
}

.wrapper .owl-nav button:nth-child(odd) {
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
}

.wrapper .owl-nav button:nth-child(even) {
  position: absolute;
  top: 0;
  right: 0;
  height: 85%;
}

.wrapper .owl-nav:hover,
.wrapper .owl-nav button:hover,
.wrapper .owl-nav button:focus {
  outline: none !important;
  background: transparent !important;
  color: black !important;
}

.wrapper .owl-nav button span {
  font-size: 3rem;
}

.wrapper .item-container a,
.wrapper .item-container a:hover {
  color: #000000;
  text-decoration: none;
}

.wrapper .item-container .card {
  border: none;
}

/* testimonial section  */
.testimonial-container {
  /* background: #253238; */
  background: #e5e5e5;
  /* background: #212529; */
}

.testimonial-heading {
  text-align: center;
  color: #000000;
}

.testimonial-card {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thumbnail-container,
.testimonial-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thumbnail-container p {
  font-style: italic;
}

.testimonial-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* border: 5px solid #16242b; */
  overflow: hidden;
}

.testimonial-thumbnail img {
  height: 100%;
}

.testimonial-slider-container .wrapper button span {
  color: rgb(0, 0, 0);
}

.review-text {
  font-size: 0.9rem;
}

/* footer styles */

.footer-form-section {
  background-image: url("../img/footer/Ask-our-Experts.png");
  height: 15em;
}

.footer-form-section .footer-form-heading {
  color: #ffffff;
}

.footer-form form {
  margin: auto 15%;
}

.footer-form .footer-form-input {
  border: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .footer-form-section {
    height: 20rem !important;
  }

  .footer-form form {
    flex-direction: column !important;
  }

  .footer-form .footer-form-input {
    margin-bottom: 20px;
  }

  .footer-form-section .footer-form-heading {
    margin-bottom: 20px;
  }
}

.footer-top {
  height: 23rem;
  background-color: #ffffff;
}

.footer-top small {
  color: #000000;
}

.footer-top small:hover {
  color: #f44336;
}

.footer-top .text-red {
  color: #f44336;
}

.footer-headings,
.footer-top a {
  text-decoration: none;
  color: #000000;
}

.footer-top a:hover {
  color: #f44336;
}

.footer-top .footer-logo img {
  width: 70%;
  margin-bottom: 5%;
}

.footer-list {
  list-style: none;
  list-style-type: none;
}

.footer-list .footer-list-item {
  color: #000000;
}

.footer-bottom {
  min-height: 50px;
  background-color: #000000;
  color: #ccc;
  text-align: center;
}

@media (max-width: 990px) {
  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom p {
    padding: 0.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom {
    margin-bottom: 50px;
  }

  .footer-top {
    height: auto !important;
  }

  .footer-top {
    padding: 2rem 0;
  }

  .footer-top .footer-logo img {
    width: 50%;
    margin: 5% auto;
  }

  .footer-bottom {
    font-size: small;
  }

  .footer-top .footer-column {
    margin: 10px auto !important;
  }
}

.mobile-footer {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  z-index: 3 !important;
  border-top: 1px solid #ffffff;
}

.mobile-footer .bottom-fixed-btn {
  width: 50%;
  height: 50px;
  background-color: #f44336;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-footer .bottom-fixed-btn:nth-child(even) {
  border-left: 1px solid #ffffff;
}

.mobile-footer .bottom-fixed-btn:nth-child(odd) {
  border-right: 1px solid #ffffff;
}

.mobile-footer .bottom-fixed-btn a {
  color: #ffffff;
}

#city_selector_model .modal-dialog .modal-content {
  border-radius: 30px 30px 20px 20px;
  background: url("../img111/BG_Wavy_lines.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#city_selector_model .modal-header {
  border-radius: 20px 20px 0px 0px;
  background-color: #f44336;
  padding: 25px;
  border-bottom: none;
}

#city_selector_model .modal-header .future-ready {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.5rem;
}

#city_selector_model .modal-body #interested-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#interested-in .location-select-option-container {
  position: relative;
  width: 280px;
  height: 190px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

#interested-in .location-select-option-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(66, 66, 66, 0.83);
  z-index: 8;
}

#interested-in .location-select-option-container.andhra {
  background-image: url("../img111/Andhra_Pradesh_asset.png");
}

#interested-in .location-select-option-container.telangana {
  background-image: url("../img111/Telangana_asset.png");
}

#interested-in .location-select-option-container .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}

#interested-in .location-select-option-container .location-select-option {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  border-radius: 0px;
  /* font-family: "Kelson Medium" !important; */
  font-family: sans-serif !important;
  font-size: 1.2rem;
  color: #ffffff;
  z-index: 9;
}

@media (max-width: 991px) {
  #city_selector_model .modal-header {
    flex-direction: column;
    gap: 10px;
  }

  #city_selector_model .modal-body #interested-in {
    flex-direction: column;
    gap: 20px;
    /* display: flex;
        justify-content: space-around;
        align-items: center; */
  }
}

.breadcrumb-container {
  position: relative;
  padding: 60px;
  background-color: #253238ad;
  background-image: url("../img111/header-pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.breadcrumb-container h2,
.breadcrumb-container a,
.breadcrumb-container span {
  position: relative;
  z-index: 1;
  color: white;
  /* Text color on the transparent layer */
}

.breadcrumb-container a {
  color: #2e3092;
}

.breadcrumb-container h2 {
  font-size: 2.5rem;
}

.breadcrumb-container h2,
.breadcrumb-container span,
.breadcrumb-container a:last-child {
  color: #fff;
}

.preowned-breadcrumb {
  background-image: url("../img111/Pre-owned.webp");
}

.driving-school-breadcrumb {
  background-image: url("../img111/Driving-school.webp");
}

.insurance-breadcrumb {
  background-image: url("../img111/Insurance.webp");
}

.service-breadcrumb {
  background-image: url("../img111/Service.webp");
}

.carrers-breadcrumb {
  background-image: url("../img111/Careers.webp");
}

.aboutus-breadcrumb {
  background-image: url("../img111/About.webp");
}

@media (max-width: 426px) {
  .breadcrumb-container {
    padding: 20px;
  }

  .breadcrumb-container h2 {
    font-size: 1.5rem;
  }
}

/* Location dropdown styles */
.corporate-dropdown .dropdown-toggle {
  width: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border: 2px solid #f44336;
  background: #f44336;
  font-weight: 600;
  color: #ffffff;
}

.corporate-dropdown .dropdown-toggle:hover,
.corporate-dropdown .dropdown-toggle:focus {
  box-shadow: none !important;
  color: #ffffff;
}

.corporate-dropdown .dropdown.show .dropdown-menu.show {
  top: unset;
  bottom: -95%;
}

.corporate-dropdown .dropdown-toggle::after {
  display: none;
}

.corporate-dropdown .dropdown-menu {
  min-width: 115px;
  border: 2px solid #f44336;
  padding: 0rem;
  transform: translate3d(0px, 50px, 0px) !important;
}

.corporate-dropdown .dropdown-item:focus,
.corporate-dropdown .dropdown-item:hover {
  color: #ffffff;
  background-color: #f44336;
}

.corporate-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem;
}

.corporate-dropdown .dropdown-item:nth-child(1) {
  border-bottom: 1px solid #ccc;
}

/* styles for dedicated cars type page */
.cars-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-container {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f44336;
}

.filter-buttons {
  margin: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #6b7478ba;
  outline: none;
  transition: background-color 0.3s ease;
}

.filter-buttons:focus {
  outline: none;
}

.filter-buttons-active {
  background-color: #f44336;
}

.cars-list-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.cars-list-item {
  margin: 10px;
  padding: 10px
}

.cars-list-item-main {
  width: 300px;
  height: 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: 2px solid #f44336;
}

.cars-list-item-main-shadow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: white;
  filter: blur(10px);
  z-index: -1;
}

.cars-list-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

.cars-list-item-inner>img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px
}

.cars-list-item-inner button {
  border: none;
  outline: none;
  background-color: #f44336;
  color: #ffffff;
  width: 100%;
  padding: 6px;
  font-size: 16px;
}

.cars-list-item-inner button:hover {
  background-color: #1f78c6;

}

/* styles for homepage map */
.maps-filter-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 5px 1px #00000059;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}