.widget-tf-slider .slider-wrap .tf-slide-item .slide-item-image .overlay {
  background-size: cover !important;
}

.widget-tf-slider .slider-wrap .tf-slide-item .slide-item-content {
  padding-left: 0% !important;
}

.widget-tf-slider
  .slider-wrap
  .tf-slide-item
  .slide-item-content
  .slide-content {
  max-width: 800px !important;
}

.btn-main .button_main_inner span {
  font-size: 18px !important;
}

.inner-group.grid {
  display: inline-flex !important;
}

.button-search-listing {
  padding: 7px 0px !important;
}

.widget-icon-box {
  padding-top: 140px !important;
}

.icon-box .image-box-wrap {
  height: auto !important;
  padding: 30px 0px !important;
}

.icon-box {
  text-align: left !important;
}

.icon-box .title-icon {
  text-align: left !important;
  /* width: 95% !important; */
}

.image-box img {
  width: 40px !important;
  height: 40px;
}

.image-box {
  width: 95px !important;
  border: 1px solid #999 !important;
  height: auto !important;
  border-radius: 4px !important;
  padding: 10px 0px !important;
}

.icon-box h2.title {
  width: 95%;
  font-size: 25px;
  font-family: "DM Sans";
}

.icon-box h2.title span {
  float: right;
}

.flat-bt-top.sc-btn-top {
  width: 100%;
}

.btn-icon-list {
  width: 100%;
  text-align: center;
  background-color: #113956;
}

.mission-vision-container .vision-text {
  text-align: left !important;
  flex: 4 !important;
}

.mission-vision-container .mission-text {
  flex: 4 !important;
}

.why-we-here {
  font-size: 80px !important;
  font-weight: 500 !important;
  color: #cb974b !important;
}

.why-we-here-heading {
  line-height: 60px !important;
}

.grid-container-enquiry {
  padding: 0px 180px 80px !important;
}

.grid-container-enquiry .input-wrapper input {
  margin-left: 1px !important;
}

.widget-counter-car {
  background-image: none !important;
  padding: 50px 90px;
}

.footer {
  padding: 40px 20px 20px 20px;
}

.logo {
  padding: 35px 10px !important;
}

.image-box-vehicle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 155px;
}

@media (max-width: 768px) {
  .grid-container-enquiry {
    padding: 50px 50px !important;
  }
  .widget-counter-car {
    background-image: none !important;
    padding: 10px 30px;
  }
}

.widget-tf-slider .slider-wrap .tf-slide-item .slide-item-content-vehicle {
  margin-left: -80px;
}
.widget-tf-slider1 .slider-wrap .tf-slide-item .slide-item-content-vehicle {
  margin-left: -80px;
}
.footer-main {
  border-top: solid 1px #fff !important;
}

.grid-container-vehicles .stars1 {
  float: right;
}

.grid-container-vehicles .stars1 i {
  font-size: 30px;
}

.enquiry {
  background-size: cover;
}

.sell-form-input option {
  color: #000;
}

.sell-modal-close-btn {
  background: #fff;
  width: 50px;
  height: 50px;
}

.sell_vehicle_container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: max-content;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.grid_icon,
.list_icon {
  width: 80px;
  height: 50px;
  border-radius: 5px;
}

.group-select span:nth-of-type(1) img {
  /* background-color: transparent !important; */
}

.grid_icon.active {
  /* background: #CB974B; */
}
.reviews-swiper-container {
  position: relative;
  padding: 20px 0;
  max-width: 1200px;
  margin: auto;
}

.swiper-nav-btns {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  background: white;
  border: 1px solid #e3e3e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.review-box {
  border-right: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  text-align: left;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.review-box:last-child {
  border: none;
}

.rating-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  margin-left: -20px;
}

.review-content {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #333333;
}

.reviewer-profile {
  display: flex;
  align-items: center;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.profile-name {
  font-weight: 600;
}
.title-price {
  color: #113956;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.details-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  flex-direction: row; /* default for web */
}

@media (max-width: 768px) {
  .details-row {
    flex-direction: column;
    width: 100%;
  }

  .features-container,
  .price-rating-container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .features-container,
  .price-rating-container {
    width: 50%;
  }
}

.features-container .image-container {
  display: flex;
  gap: 15px;
}

.image-box-vehicle {
  text-align: center;
}

.price-rating-container {
  text-align: right;
}
.pagination {
  display: flex;
  gap: 20px; /* This adds space between buttons */
  flex-wrap: wrap; /* Optional if buttons wrap on small screens */
  justify-content: flex-end;
  color: #969696;
}
.pagination-btn {
  margin: 0;
  padding: 5px 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #969696;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.3s ease;
  gap: 20px;
}
.pagination-btn:nth-child(odd) {
  background-color: #ebebeb;
  color: #969696;
}

.pagination-btn:nth-child(even) {
  background-color: #ffffff;
  color: #969696;
}

.pagination-btn.active {
  /* color: #113956 !important;
    border: 2px solid #113956; */
}

.pagination-next {
  margin: "0 5px";
  padding: "5px 10px";
  border: "1px solid #ddd";
  width: 80px;
  height: 50px;
  background-color: #fff;
  color: #969696;
}
.dot-button {
  background-color: transparent;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  padding: 0;
}

.big-dot {
  font-size: 50px;
  width: auto;
  height: auto;
}

.small-dot {
  font-size: 20px;
  width: 15px;
  height: 15px;
}

.search-page {
  padding: 0px 20px;
}
.review-name {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #113956;
}
