a {
  color: #f05728;
}
a:hover {
  color: #f05728;
}

.w-full {
  width: 100%;
}
.title_all-style {
  color: #212529;
  text-align: center;
  margin-bottom: 40px;
}

.title_all-style > h2 {
  margin-bottom: 0;
}

.title_all-style > p {
  position: relative;
  /* font-size: 20px; */
  width: 90%;
  margin: 0 auto;
  /* height: 52px; */
  overflow: hidden;
  /* line-height: 24px; */
  padding-top: 4px;
}

.title > p {
  height: auto;
}

.title_all-style > p.more {
  height: auto;
}

.morebtn {
  position: absolute;
  padding: 0 5px;
  background: #fff;
  color: #f05728;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.morebtn::before {
  content: 'Read More';
}

.title_all-style > p.more .morebtn::before {
  content: 'Less';
}

.title_all-style > p.more .morebtn {
  position: unset;
}

.description-dealer,
.description-dealer-2,
.description-dealer-3 {
  max-height: 55px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
}
.description-dealer-2 {
  max-height: 60px;
}

.description-dealer-3 {
  max-height: 142px;
}

.description-dealer > span,
.description-dealer-2 > span,
.description-dealer-3 > span {
  display: block;
  margin-bottom: 15px;
}
.description-dealer > span:last-child,
.description-dealer-2 > span:last-child,
.description-dealer-3 > span:last-child {
  margin-bottom: 0;
}

.description-dealer.expanded,
.description-dealer-2.expanded,
.description-dealer-3.expanded {
  max-height: 1000px;
  transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
}

.read-more-btn,
.read-more-btn-2,
.read-more-btn-3 {
  display: inline-block;
  cursor: pointer;
  color: #f05728;
}

.heading-dealer {
  /* font-weight: 700; */
  /* font-size: 3rem; */
  text-align: center;
  position: relative;
  /* line-height: 48px; */
  /* color: rgb(98 103 106); */
  margin-bottom: 35px;
}

.heading-dealer::before {
  content: '';
  width: 100px;
  height: 2px;
  background-color: rgb(240, 83, 35);
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 50px);
}

.store-images {
  display: block;
  border: 1px solid #f057289a;
  border-radius: 25px;
  margin: 10px 0;
  overflow: hidden;
}

.store-images > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}

.branding-sec {
  border: 1px solid #f05728;
  border-radius: 25px;
  width: 100%;
  padding: 50px;
  padding-bottom: 20px;
  margin-top: 50px;
}

.brand-row {
  /* margin: 0 40px; */
  text-align: center;
  justify-content: center;
  align-items: center;
}

.branding-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.icons-border {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  /* border: 1px solid gray; */
  justify-content: center;
  align-items: center;
}

.branding-heading {
  text-align: center;
}

.branding-box {
  margin-bottom: 30px;
}

.demo-main {
}

.demo-1 {
  background-color: #f05728;
  padding: 50px;
}

.demo-2 {
  /* padding: 50px; */
  padding: 0;
}

.gradient-bg {
  /* background: linear-gradient(
    to bottom,
    #ff5f2e,
    #ff5f2eaa
  ); */

  background-color: #f05728;
  z-index: 2;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%; /* or adjust based on how much gradient you want over image */
  height: 100%;
  background: linear-gradient(to right, #ff5f2eaa, transparent);
  z-index: 3;
}

.start-heading {
  color: #fff;
  /* font-size: 2.5rem; */
  padding-bottom: 20px;
  text-align: center;
  /* font-weight: bold; */
}

.start-inquire {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.start-call {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
}

.start-inquire-btn {
  height: 100%;
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.start-inquire-btn:hover {
  color: #ec6c45;
}

.step-icon {
  background-color: #ff5722; /* Orange BG */
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.process-text {
  /* font-size: 20px; */
  font-weight: 600;
}

.featured_section {
  padding-top: 20px;
}

.featured-text {
  /* background-color: #f3f3f3; */
  margin: 0px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}

.featured-text-2 {
  /* background-color: #f3f3f3; */
  /* margin: -30px 10px -20px; */
  padding: 0px 0px 13px 0px !important;
  text-align: center;
  position: relative;
  padding: 0;
}

.featured-text h3 {
  color: #4b5058;
  font-size: 15px;
  margin-bottom: 10px;
}

.slick-next {
  background-image: url(../images/chevron-right-solid.svg) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  display: inline-block !important;
}

.slick-prev {
  background-image: url(../images/chevron-left-solid.svg) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  display: inline-block !important;
}

.slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  cursor: default;
}

.slick-next:before {
  content: '' !important;
}

.slick-prev:before {
  content: '' !important;
}

.slick-arrow {
  width: 30px !important;
  height: 30px !important;
  z-index: 3;
}

.slick-next {
  right: -40px !important;
}

.slick-prev {
  left: -40px !important;
}

@media (min-width: 280px) and (max-width: 760px) {
  .slider > .slick-prev {
    left: -25px !important;
  }
  .slider > .slick-next {
    right: -32px !important;
  }
}

.slick-slider {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.location-direction {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
}

.item-card {
  margin-right: 10px;
  margin-left: 10px;
}

.fade-in {
  animation: fade-in 1s ease-in-out;
}

.show-popup {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px !important;
  }
}

.card-img-1 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.card-bg {
  background: transparent;
}

.visit-website-link {
  text-align: center;
}

.view-dtls-btn {
  border: 0;
  background-color: #f05728;
  padding: 10px 0;
  width: 100%;
  color: white;
  margin: auto;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
}

/* Join Our... */
.dealership-wrapper {
  display: flex;
  align-items: center;
  height: 200px;
  /* overflow: hidden; */
}

.left-bar {
  width: 200px;
  /* background: linear-gradient(to right, #f44336, #ff7043); */
  background-color: #f05728;
  height: 100%;
}

.image-center {
  position: relative;
  z-index: 2;
}

.image-center img {
  height: 260px; /* intentionally more than container */
  width: auto;
  object-fit: cover;
  margin-top: -50px; /* overflow top */
  margin-bottom: -50px; /* overflow bottom */
}

.right-content {
  background-color: #e5e4e9;
  padding: 40px;
  flex-grow: 1;
  text-align: center;
}

.right-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #6c6c6c;
}

.btn-inquire {
  background: linear-gradient(to right, #f44336, #ff7043);
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
}

.btn-inquire:hover {
  opacity: 0.9;
}

.mobile-no-bdr > a:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  .heading-dealer {
    font-size: 2rem;
    line-height: 34px;
  }
  .dealership-wrapper {
    flex-direction: column;
    height: auto;
  }

  .image-center img {
    /* height: auto; */
    width: 100%;
    margin: 0;
  }

  .left-bar {
    width: 100%;
    height: 50px;
  }
  .start-heading {
    font-size: 1.5rem;
  }
  .mobile-start-image {
    height: 215px !important;
    object-position: center !important;
  }
  .start-texts {
    padding: 2rem 1rem !important;
  }

  .start-inquire {
    border: none;
  }
  .mobile-no-bdr {
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    margin: 1.5rem 0;
  }

  .start-inquire-btn {
    padding: 10px !important;
  }
  .gradient-bg {
    text-align: center;
  }
  .image-overlay {
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #ff5f2eaa, transparent);
  }
  .form-floating > .form-control {
    padding: 0.8rem 0.75rem !important;
  }
  .form-control {
    padding: 0.75rem 0.75rem !important;
  }
  .top-banner-form .form-control {
    margin: 5px 0;
  }
  .checkbox-retail {
    margin: 5px 0 !important;
    padding: 0.75rem;
  }
  .top-banner-form textarea.form-control {
    margin-bottom: 0 !important;
  }
  .become-image {
    display: none;
  }
  .mobile-become-image {
    display: block !important;
    padding: 0 !important;
  }
  .become-text-sec {
    width: 100% !important;
  }
  .description-dealer {
    max-height: 132px;
  }
  .description-dealer-2 {
    max-height: 110px;
  }
  .description-dealer-3 {
    max-height: 272px;
  }
  .carousel-control-prev-icon {
    background-image: url(../images/chevron-left-solid.svg) !important;
  }
  .carousel-control-next-icon {
    background-image: url(../images/chevron-right-solid.svg) !important;
  }

  .hminqfrmleft > h1 {
    font-size: 2.5rem !important;
  }

  .hminqfrmleft {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media screen and (max-width: 770px) {
  .show-mobile {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
}

.tags-heading {
  font-weight: 700;
  font-size: 24px;
  color: #444;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.tags-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #f24822;
  margin: 8px auto 0 auto;
  border-radius: 2px;
}

.tag-box {
  border: 1.5px solid #f24822;
  color: #666;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}

.store_location {
  padding-top: 75px;
  padding-bottom: 40px;
  background-color: rgb(247 240 235);
}

.location-box {
  background-color: #fff;
  padding: 20px 30px;
  min-height: 300px;
  margin: 8px 0;
}

.location-box {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.location-box > p {
  text-transform: capitalize;
}
.location-box.show {
  display: block;
  opacity: 1;
}

.location-box.hide {
  opacity: 0;
}

.location-box.show,
.location-box.hide {
  transition: opacity 0.5s ease;
}

.load-more {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.load-more > .load-btn {
  margin: 0 !important;
  /* background: #464646; */
  color: #fff;
  padding: 11px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  letter-spacing: 0.02em;
  display: inline-block;
}

.hminqfrm .ctafrm .title {
  font-size: 22px;
  text-align: center;
}

.form-check-inline {
  margin-right: 20px;
}

.form-check-input[type='radio'] {
  accent-color: #f24822;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox-retail {
  display: flex;
  gap: 10px;
}

.checkbox-retail p {
  position: relative !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #212529 !important;
  margin: 0;
}

.check-option {
  display: flex;
  gap: 15px;
}

.check-option label {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  gap: 3px;
  color: #212529;
  cursor: pointer;
  margin: 0 !important;
}

.check-option input {
  accent-color: #f05728;
  width: 18px !important;
  height: 18px !important;
}

.form-textarea > textarea {
  height: auto !important;
}

.hminqfrm .ctafrm .formgroup {
  margin-bottom: 10px !important;
}

.accordion-item.custom-accordion {
  background: #eae9e9;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.accordion-item.custom-accordion button {
  background: transparent !important;
  padding-bottom: 16px !important;
}

.become-left {
  background-color: #e5e4e9;
  padding: 40px;
}

.become-right {
  background-color: #f05728;
  padding: 40px;
  position: relative;
}

.become-image {
  position: absolute;
  top: -26%;
  left: -50%;
}

.become-image > .become-src-img {
  border-radius: 100%;
  height: 350px;
  width: 350px;
  border: 3px solid #f7f7f7;
}

.mobile-become-image {
  display: none;
}

.become-left {
  /* width: 75%; */
  text-align: center;
}
.become-text-sec {
  width: 75%;
}

.categories-items {
  position: absolute;
  width: 100%;
}

.openPopup {
  cursor: pointer;
}

.hminqfrm {
  top: 50% !important;
  right: 8% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  bottom: auto !important;
}

.hminqfrm .ctafrm {
  margin-top: 0 !important;
}

#home-cat00 .owl-nav {
  height: 0;
}

/* .become-section {
  width: 100%;
  display: flex;
} */

#becomeSlider > .carousel-inner {
  overflow: visible;
}

#becomeSlider .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

#becomeSlider .become-left {
  padding: 57px 40px;
}

.hminqfrmleft {
  top: 50% !important;
  left: 17%;
  transform: translateY(-50%);
  z-index: 2 !important;
  bottom: auto !important;
  position: absolute;
  width: 360px;
  z-index: 1;
  margin: auto 0;
  text-align: center;
}
.hminqfrmleft > h1 {
  font-size: 4.5rem;
}

.heading-custom {
  text-align: center;
}
