@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f5f5f5;
}
.container {
  width: 85%;
  margin: auto;
}
html {
  scroll-behavior: smooth;
}
/* Top Bar */

.sub-header-main-sec {
  background-color: #1a1f28;
}
.top-bar {
  color: #ccc;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}

.top-bar a {
  color: #ccc;
  text-decoration: none;
  margin: 0px 10px;
}

/* Sub Header */
.sub-header {
  background-color: #388e3c;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.sub-header .right span {
  margin-left: 20px;
}
.sub-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Main Header */
/* header {
  background-color: white;
  border-bottom: 1px solid #ddd;
}*/
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Sticky main header only */
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 160px;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  color: #737373;
  font-weight: 500;
  position: relative;
  padding: 25px 5px;
  margin: 0px 5px;
}

#nav-bar-slide a {
  padding: 10px 8px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}
.mobile-contact-us{
  display: none;
}

#nav-bar-slide a:hover,
#nav-bar-slide a.active {
  color: #15672e;
}
#nav-bar-slide a.active i {
  color: #15672e;
}

/* nav a:hover, #nav-bar-slide a.active  {
  color: #2e7d32;
} */

.dropdown {
  position: relative;
}
nav a:hover i {
  color: #2e7d32;
}
nav a i {
  font-size: 18px;
  color: #737373;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 10px 0px;
  min-width: 150px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 8px;
  color: #333;
}
.more {
  display: flex;
  align-items: center;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.fa-grid-4 {
  font-size: 25px;
  margin-left: 10px;
}
.action-main {
  background: #15672e;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.actions a {
  width: 25%;
}
.actions a div {
  text-align: center;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 0;
  transition: all 0.5s;
  border-right: 0.01px solid #1d823e;
}
.loc div {
  border-right: none !important;
}
.actions a div:hover {
  background-color: #1d823e;
  cursor: pointer;
  transition: all 0.5s;
}
.actions i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.hero-slider img {
  width: 100%;
  object-fit: contain;
}

.slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-slide {
  margin: 0 !important;
}

.slick-list {
  margin: 0;
}

.slick-prev,
.slick-next {
  z-index: 10;
  width: 45px !important;
  height: 45px !important;
  background: #388e3c78 !important;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px !important;
  opacity: 1 !important;
  color: white !important;
}

.slick-prev {
  left: 0 !important;
  margin-left: 20px;
}

.slick-next {
  right: 0 !important;
  margin-right: 20px;
}

.slick-slider {
  position: relative !important;
}
.bar-open,
.close-bar {
  display: none;
}
.model-section {
  padding: 20px 0;
}
.select-car-heading {
  margin: 30px 0px;
}
.select-car-heading h2 {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #2e3942;
}

.select-car-heading h2:after {
  content: "";
  width: 0px;
  height: 3px;
  border-top: solid 1px #9e9e9e;
  border-bottom: solid 1px #9e9e9e;

  margin-left: 15px;
  vertical-align: 7px;
  transition: width 1s ease-in-out;
}

.select-car-heading h2:before {
  content: "";
  width: 0px;
  height: 3px;
  border-top: solid 1px #9e9e9e;
  border-bottom: solid 1px #9e9e9e;

  margin-right: 15px;
  vertical-align: 7px;
  transition: width 1s ease-in-out;
}
.select-car-heading h2:after,
.select-car-heading h2:before {
  width: 70px;
  display: inline-block;
}

.model-box-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-box {
  width: 100%;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.model-image img {
  width: 100%;
}
.model-cont h3 {
  text-align: center;
  font-size: 20px;
  color: #2e3942;
}
.price span {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #2e3942;
  font-weight: 600;
}
.model-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.model-feature-box {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px 0px;
  border-right: 0.1px solid #ddd;
}
.model-feature-box:last-child {
  border-right: none;
}
.model-cont .price {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0px;
}
.model-feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.model-feature-icon img {
  width: 25px !important;
}
.model-feature-icon span {
  font-size: 18px;
  color: #858585;
}
.model-feature-box p {
  font-size: 12px;
  color: #2e3942;
  margin: 5px 0;
}
.model-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model-buttons button {
  background-color: #15672e;
  color: #ffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all.3s;
}
.model-buttons button a {
  color: #ffff;
}
.model-buttons button:hover {
  background-color: #388e3c;
}
.about-us {
  margin: 40px 0px;
}
.about-us-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.about-us-sec {
  width: 50%;
}
.about-us-sec img {
  width: 100%;
  height: 100%;
}
.about-us-sec:last-child {
  padding: 20px;
}
.about-us-sec h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-us-sec h3 {
  font-size: 25px;
  font-weight: 600;
  color: #1a1f28;
  margin-bottom: 10px;
}

.about-us-sec p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  max-width: 900px;
}
.main-footer {
  background-color: #153a2f;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0px;
  width: 85%;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 160px;
  margin: 10px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
}

.social-icons a:hover {
  color: #fff;
}

.footer-links {
  text-align: center;
  padding: 10px 20px;
  background-color: #153a2f;
  border-top: 1px solid #1e5141;
  color: #ccc;
  font-size: 13px;
}

.footer-links a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  background-color: #00271d;
  text-align: center;
  padding: 12px 20px;
  font-size: 13px;
  color: #ccc;
}
.newcontactwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0px;
}

.ncont-left {
  flex: 1 1 65%;
}
.ncont-left {
  border: 1px solid #ccc;
  padding: 20px;
  background: white;
}

.contact-sidebar {
  flex: 1 1 30%;
  padding: 20px;
  background: #e8f5e9;
  border: 1px solid #ddd;
}

.tab-buttons {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.ncont-left .tab-btn {
  flex: 1;
  padding: 12px;
  background: #fff;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: bold;
}

.ncont-left .tab-btn.active {
  border-bottom: 3px solid #2e7d32;
  background: #e8f5e9;
  color: #2e7d32;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ncont-left form input,
.ncont-left form select,
.ncont-left form textarea {
  width: 48%;
  margin: 10px 0;
  padding: 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
.ncont-left form textarea {
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #2e7d32;
}
.ncont-left form button {
  background: #2e7d32;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-sidebar .info-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-sidebar .info-block img {
  width: 20px;
  margin-right: 10px;
}

.contact-sidebar .label {
  font-size: 15px;
  color: #403d3d;
}

.contact-sidebar .value {
  font-size: 16px;
  color: #797878;
}
.value a {
  font-size: 16px;
  color: #797878;
}

.sidebar-buttons .sidebar-btn {
  display: block;
  border: 1px solid #2e7d32;
  color: #2e7d32;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sidebar-buttons .sidebar-btn:hover {
  background-color: #2e7d32;
  color: #fff;
}
.title.videopg p {
  color: #2e3942;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding-top: 10px;
}
.terms-and-conditions {
  margin-bottom: 50px;
}

/* Service  */
.kli-bookservice-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font-family: "Arial", sans-serif;
  margin-bottom: 50px;
}

.kli-section {
  margin-bottom: 30px;
}

.kli-section-title {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-weight: 600;
}

.kli-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kli-field {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.kli-field label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.kli-field input,
.kli-field select {

  padding: 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  
}
.kli-field select{
  -moz-appearance: none;
  color: #737373;
}
.kli-radio-group {
  display: flex;
  gap: 15px;
  padding-top: 8px;
}

.kli-submit-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background: #2e7d32;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.kli-note {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}
/* Step Indicator */
.kli-step-indicator {
  display: none; /* Hidden on desktop */
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.kli-step-indicator .step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  z-index: 2;
}

.kli-step-indicator .step-dot.active {
  background: #1d823e;
}

.kli-step-indicator .step-line {
  width: 50px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
}

.kli-step-indicator .step-dot.active ~ .step-line {
  background: #1d823e;
}
.kli-next-btn,
.kli-prev-btn {
  display: none;
}
.outlet-main-sec {
  background-color: #f5f5f5;
  padding: 20px;
}
.Malwa-outlet-wrapper {
  margin-bottom: 30px;
}
.Malwa-search-filters {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.Malwa-search-filters select,
.Malwa-search-filters button {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  width: 24%;
}
.Malwa-dealer-add i {
  color: #15672e;
}
.Malwa-search-filters button {
  background: #0c281e;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
}

.Malwa-outlet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Malwa-outlet-list li {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Top */
.Malwa-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.Malwa-dealer-name {
  color: #434343;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
}

.Malwa-dealer-add {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1;
}

.Malwa-type {
  color: #3f3f3f;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 6px;
}

.Malwa-typename {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1;
  word-wrap: break-word;
}
.Malwa-left {
  width: 80%;
  padding: 20px;
  border-right: 1px solid #ddd;
}
.Malwa-bottom .Malwa-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Malwa-right {
  width: 20%;
  text-align: start;

  padding: 20px;
}
.Malwa-type,
.Malwa-typename {
  text-align: start;
}
/* Bottom */
.Malwa-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Malwa-working-title {
  color: #434343;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.Malwa-working-time {
  color: #8c8c8c;
  font-size: 16px;
  max-width: 250px;
  overflow-wrap: break-word;
}

/* Buttons */
.Malwa-callback-btn {
  display: inline-block;
  background: #2f7d32;
  color: #fff;
  font-size: 14px;
  padding: 9px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: all.5s;
}
.Malwa-callback-btn:hover {
  background: #3a9a3d;
}
.Malwa-view-btn {
  display: inline-block;
  border: 1px solid #2f7d32;
  color: #2f7d32;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 10px;
  transition: all.5s;
}
.Malwa-view-btn:hover {
  background-color: #2f7d32;
  color: #fff;
}
.contect-action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-action-box {
  width: 50px;
  height: 40px;
  background-color: red;
  border-radius: 3px;
  position: relative;
}
.contact-action-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-action-box a i {
  font-size: 20px;
  color: white;
}
.contact-action-box:first-child {
  background-color: #1d823e !important;
}
.contact-action-box:nth-child(2) {
  background-color: #0e7fe4 !important;
}
.contact-action-box:last-child {
  background-color: #363637 !important;
}

/* Tooltip Styling */
.contact-action-box::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%; /* Above the icon */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.contact-action-box::before {
  content: "";
  position: absolute;
  bottom: 106%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* Show tooltip on hover */
.contact-action-box:hover::after,
.contact-action-box:hover::before {
  opacity: 1;
}
.nout-rightfea,
.view-dtals {
  display: none;
}
/* Hide button by default (desktop) */
.find-outlets-btn {
  display: none;
}

/* Desktop: Filters always visible */
.Malwa-search-filters {
  display: block;
  max-height: none;
  transition: none;
}

.outlet-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 15px 0;
  background: #fff;
}

.outlet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.outlet-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 20px;
}

.outlet-type-box {
  text-align: right;
  padding: 20px;
  border-left: 1px solid #eee;
}

.outlet-type-label {
  display: block;
  font-size: 12px;
  color: #777;
}

.outlet-type-value {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.outlet-address {
  padding: 20px;
  width: 70%;
}

.outlet-address h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.outlet-address p {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.outlet-map img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 200px;
  object-fit: cover;
}

/* Contact Section */
.outlet-contact {
  padding: 20px;
  width: 30%;
  border-left: 1px solid #eee;
}

.btn-callback {
  display: inline-block;
  background: #0a7d2d;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-list li a {
  color: #1a1f28;
  text-decoration: none;
}

.contact-list i {
  color: #ffffff;
  font-size: 16px;
  /* padding: 10px; */
  background: #1a1f28;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list li:first-child i {
  background: #cb3434;
}
.contact-list li:last-child i {
  background: #348fcb;
}
.outlet-hours {
  margin-top: 10px;
  font-size: 14px;
}
sup {
  font-size: 12px;
  color: #ff0f0f;
}
.outlet-hours i {
  color: #000000;
  margin-right: 5px;
  font-size: 16px;
}

.hours-list {
  max-height: 0;
  overflow: hidden;
  transition: all.5s;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 13px;
}
.hours-list li {
  margin-bottom: 8px;
}
.hours-list.open {
  max-height: 500px; /* large enough to fit all items */
  margin-top: 8px;
  transition: all.5s;
}
.hours-list strong {
  color: #000000;
  font-weight: 500;
}

.toggle-hours {
  font-weight: bold;
  margin-left: 8px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #8f8f8f;
  height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  line-height: 15px;
  border-radius: 3px;
  color: black;
}
.outlet-body {
  display: flex;
  justify-content: space-between;
}
/* Mobile View */
.review-section {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 80px;
}

.review-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-overall {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.overall-label {
  font-weight: bold;
  margin-right: 6px;
}

.overall-text {
  color: #333;
}

.review-form-wrap {
  margin-top: 10px;
}

.review-field {
  margin: 15px 0px;
}

.field-label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.review-stars i {
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  margin-right: 5px;
  transition: color 0.3s ease;
}

.review-stars i.active {
  color: #f4b400;
}

.review-row {
  display: flex;
  gap: 15px;
}

.review-col {
  flex: 1;
}

.review-field input,
.review-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
}

.review-field textarea {
  height: 80px;
  resize: none;
}

.review-submit {
  background: #0a7d2d;
  color: #fff;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.review-submit:hover {
  background: #086c25;
}
.review-col input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
/* Section Container */
.used-car-section {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 50px;
  height: 381px;
}

/* Header */
.used-car-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.used-car-toggle-btn {
  display: none;
  background: #0a7d2d;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.used-car-sort-select {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Filters (Desktop) */
.used-car-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.used-car-filters li select {
  width: 150px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filter-actions {
  display: flex;
  gap: 8px;
}

.btn-search,
.btn-reset {
  background: #0a7d2d;
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.btn-reset {
  background: #4d8658;
}

/* Results Header */
.used-car-result-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}

/* Tabs */
.used-car-tabs {
  display: flex;
  justify-content: start;
  gap: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.used-car-tabs .tab-btn {
  background: #ddd;
  border: none;
  padding: 7px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  flex-wrap: unset !important;
}

.used-car-tabs .tab-btn.active {
  background: #0a7d2d;
  color: #fff;
}

/* Result List */
.used-car-results ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.used-car-item {
  font-size: 14px;
  color: #555;
}

.bottom-pre-inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.used-car-sort-desktop {
  display: none;
}
.used-car-sort-mobile {
  display: block;
}

.insurance-section {
  padding: 20px;
  background: #fff;
  margin-bottom: 40px;
}

.insurance-section .form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.insurance-block {
  margin-bottom: 30px;
}

.insurance-block .form-row-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

/* Inputs & Selects */
.insurance-block .form-input,
.insurance-block .form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-select:focus {
  border-color: #0a7d2d;
}

/* Labels */
label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

sup {
  color: red;
  font-size: 12px;
}

/* Submit Button */
.form-actions {
  margin-top: 15px;
}

.form-submit-btn {
  background: #0a7d2d;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit-btn:hover {
  background: #096222;
}

.loan-section {
  max-width: 1240px;
  margin: 30px auto;
  padding: 20px;
  background-color: white;
}
.calc-container-right {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.loan-section .loan-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 30px;
}
.loan-cla-in,
.emi-result {
  width: 49%;
}
.loan-section .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}

.loan-section .section-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.loan-section .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 15px;
  align-items: center;
}

.loan-section .full-width {
  grid-column: span 2;
}

.loan-section label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.loan-section sup {
  color: red;
  font-size: 12px;
}

.loan-section .form-input,
.loan-section .form-select,
.loan-section .form-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.loan-section .form-textarea {
  height: 80px;
  resize: none;
}

.loan-section .btn-submit,
.loan-section .btn-calc {
  background: #0a7d2d;
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.loan-section .calc-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.loan-section .emi-result {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.loan-section .emi-header {
  display: flex;
  justify-content: space-between;
  background: #dadada;
  padding: 8px 10px;
  font-weight: bold;
}

.loan-section .emi-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  border-top: 1px solid #eee;
}

/* Documentation Tabs */
.doc-tabs {
  display: flex;
  border: 1px solid #dddddd;
}

.doc-tab {
  flex: 1;
  padding: 10px;
  background: #dadada;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #e0e0e0;
  transition: background 0.3s ease, color 0.3s ease;
}

.doc-tab:last-child {
  border-right: none;
}

.doc-tab.active {
  background: #fff;
  color: #0a7d2d;
  font-weight: 600;
  border-bottom: 2px solid #0a7d2d;
}

.doc-content {
  display: none;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  border-top: none;
}

.doc-content.active {
  display: block;
}

.doc-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-content li {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.doc-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #aaa;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 39%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-nav button {
  background: #f6f6f6 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 27px !important;
  line-height: 30px !important;
  color: #2e682f !important;
}

.car-section {
  max-width: 1200px;
  margin: auto;
  background: white;
  margin-bottom: 40px;
}

.car-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #ddd;
  overflow-x: auto;
}

.car-tab {
  flex: 1;
  text-align: center;
  padding: 12px;
  border: none;
  background: #f8f8f8;
  font-size: 16px;
  cursor: pointer;
}

.car-tab.active {
  border-bottom: 3px solid #0c773c;
  font-weight: bold;
  background: #fff;
}

.car-content {
  display: none;
  padding: 20px 0px;
}

.car-content.active {
  display: block;
}

.car-details {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.car-info {
  width: 50%;
  text-align: center;
}
.car-img img {
  width: 450px;
  max-width: 100%;
  padding-left: 20px;
}

.car-info h2 {
  margin-bottom: 10px;
  color: #2e3942;
}

.car-section .price {
  font-size: 36px;
  color: rgba(23, 35, 45, 0.75);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.car-section .price span {
  font-size: 15px;
  color: #767b7e;
  margin-left: 10px;
  margin-bottom: 7px;
}
.car-section .car-info small {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
}

.specs {
  display: flex;
  margin: 15px 0;
  justify-content: center;
}

.specs div {
  text-align: center;
  font-size: 14px;
  font-size: 26px;
  margin: 15px 0px;
  color: rgb(102 102 102);
  border-right: 1px solid #ccc;
  padding: 0px 30px;
  font-weight: 300;
}
.specs div i {
  font-size: 24px;
}
.specs div:last-child {
  border-right: none;
}
.specs div span {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.car-section .btn {
  background: #0c773c;
  color: white;
  border: none;
  padding: 12px 20px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
}

.links {
  margin-top: 10px;
  font-size: 14px;
}

.links a {
  color: #0c773c;
  text-decoration: none;
}

.video-section {
  max-width: 1200px;
  margin: auto;
  padding: 30px 15px;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #222;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.video-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-thumb {
  position: relative;
}

.video-thumb img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #f02828;
  background: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-title {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333;
  background: #f8f8f8;
}

/* Popup Styling */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.popup-content iframe {
  width: 100%;
  height: 450px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Form */
.popup-overlay .popup-form {
  background: #fff;
  width: 500px;
  max-width: 95%;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 20px 30px;
  position: absolute;
  top: 130px;
}

/* Heading */
.popup-overlay .popup-form h2 {
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: #2e3942;
}

/* Close Button */
.popup-overlay .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
.popup-overlay .close-btn:hover {
  color: rgb(12, 12, 12);
}

/* Form Layout */
.popup-overlay .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.popup-overlay .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.popup-overlay label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #737373;
}
.popup-overlay select {
  -moz-appearance: none;
  color: #737373;
}

.popup-overlay label span {
  color: red;
}

.popup-overlay input,
.popup-overlay select  {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
}
.popup-overlay input:focus,
.popup-overlay select:focus {
  border-color: #09b355;
}

/* Mandatory Note */
.popup-overlay .mandatory-note {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* Submit Button */
.popup-overlay .form-submit {
  text-align: right;
}

.popup-overlay .form-submit button {
  background: #0c773c;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 11px;
  border-radius: 3px;
  cursor: pointer;
}

.popup-overlay .form-submit button:hover {
  background: #095e2f;
}
.popup-overlay .close-btn:hover {
  color: #086c25;
}


/* Responsive */
@media (max-width: 600px) {
  .popup-overlay .form-row {
    flex-direction: column;
    gap: 0;
  }

  .popup-overlay .popup-form {
    width: 90%;
    padding: 15px;
  }

  .popup-overlay .popup-form h2 {
    font-size: 18px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .car-details {
    flex-direction: column;
    text-align: center;
  }
  .specs {
    justify-content: center;
  }
  .car-info {
    width: 100%;
    text-align: center;
  }
  .car-img img {
    width: 450px;
    max-width: 100%;
    padding: 20px;
  }
  .mobile-contact-us{
  display: block;
}
}

@media only screen and (max-width: 1136px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .container,
  .footer-content {
    width: 95%;
    margin: auto;
  }

  header {
    position: sticky;
  }
  nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 71px;
    left: -100%;
    background-color: white;
    z-index: 11;
    text-align: start;
    padding: 10px 20px;
    align-items: start;
    height: 100vh;
    transition: all.5s;
  }
  .openslider {
    left: 0;
  }
  .dropdown {
    width: 100%;
  }
  nav a {
    padding: 10px 0px;
    width: 100%;
  }
  .homei {
    display: none;
  }
  .dropdown-content {
    min-width: 100%;
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
  }
  .bar-open {
    display: block;
    font-size: 23px;
    color: #1a1f28;
  }
  .close-bar {
    font-size: 23px;
    color: #1a1f28;
  }
  .sub-header-main {
    display: none;
  }
  .model-buttons button {
    width: 49%;
  }
  .about-us-main {
    flex-direction: column;
  }
  .about-us-sec {
    width: 100%;
  }
  .about-us-sec:first-child {
    display: none;
  }
  .Malwa-right {
    width: 28%;
  }
}

@media (max-width: 768px) {
  .kli-step-indicator {
    display: flex;
  }
  .kli-section {
    display: none;
  }
  .kli-section.active {
    display: block;
  }
  .kli-next-btn,
  .kli-prev-btn {
    margin-top: 20px;
    padding: 12px 30px;
    background: #153a2f;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
  }
  .kli-row {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
    flex-direction: column;
  }

  .Malwa-view-btn {
    font-size: 10px;
    padding: 5px 5px;
  }
  .view-dtals {
    display: none;
  }
  /* Show button on mobile */
  .find-outlets-btn {
    display: flex;
    background: #00561f;
    color: #fff;
    border: none;
    padding: 10px 13px;
    border-radius: 6px;
    font-size: 14px;
    align-items: center;
    gap: 8px;
    /* width: 43%; */
    margin: auto;
    justify-content: center;
    margin-bottom: 10px;
  }

  /* Filters hidden initially */
  .Malwa-search-filters {
    max-height: 0;
    overflow: hidden;
    transition: all.5s;
  }

  /* Show filters when open */
  .Malwa-search-filters.open {
    max-height: 400px;
    background: #d3d3d3;
    padding: 10px;
    transition: all.5s;
  }
  .Malwa-search-filters select,
  .Malwa-search-filters button {
    width: 100%;
    margin-bottom: 10px;
  }
  .Malwa-search-filters select,
  .Malwa-search-filters button {
    padding: 8px;
    font-size: 11px;
  }
  .heding-be h2::after,
  .heding-be h2::before {
    display: none !important;
  }
  .btn-callback {
    font-size: 1.5vw;
  }
  /* Toggle Button */
  .used-car-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  /* Filters Slide Down */
  .used-car-filters {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    margin-bottom: 15px;
  }

  .used-car-filters.open {
    max-height: 600px;
  }

  /* Stack Filters */
  .used-car-filters ul {
    flex-direction: column;
  }

  .used-car-filters li select {
    width: 100%;
  }

  .filter-actions {
    justify-content: flex-start;
  }
  .used-car-sort-desktop {
    display: block;
  }
  .used-car-sort-mobile {
    display: none;
  }
  .used-car-section {
    height: auto;
  }
  .loan-section .loan-container {
    grid-template-columns: 1fr;
  }
  .insurance-block .form-row-group {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .actions a div {
    font-size: 0.8rem;
  }
  .actions a div i {
    font-size: 1.1rem;
  }
  .select-car-heading h2 {
    font-size: 18px;
  }
  .select-car-heading h2:after,
  .select-car-heading h2:before {
    width: 40px;
    display: inline-block;
  }
  .model-box {
    margin: 0;
  }
  .about-us-sec h3 {
    font-size: 18px;
  }
  .about-us-sec h2 {
    font-size: 22px;
  }
  .about-us-sec:first-child {
    display: block;
  }
  .select-car-heading {
    margin: 15px 0px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 39%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .owl-nav button {
    background: #f6f6f6 !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 27px !important;
    line-height: 30px !important;
    color: #2e682f !important;
  }
  .form-flex {
    flex-direction: column;
  }
  form input,
  form select,
  form textarea {
    width: 100%;
  }
  .tab-buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .tab-buttons::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .tab-scroll-wrapper {
    overflow-x: auto;
  }
  .ncont-left {
    overflow-x: hidden;
  }
  .tab-btn {
    background: #f2f2f2;
  }
  .Malwa-bottom .Malwa-left {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .Malwa-right {
    display: none;
  }
  .Malwa-left {
    width: 100%;
  }
  .nout-rightfea,
  .view-dtals {
    display: block;
  }
  .Malwa-view-btn {
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .outlet-main-sec {
    padding: 0px;
  }
  .Malwa-top .Malwa-left a {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 22px;
  }
  .nout-rightfea {
    float: right;
    background: #eee;
    border: solid 1px #ccc;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: black;
  }
  .outlet-body {
    flex-direction: column;
  }
  .outlet-address,
  .outlet-contact {
    width: 100%;
  }
  .btn-callback {
    font-size: 12px;
  }
  .outlet-map img {
    height: auto;
  }
  .form-submit-btn {
    font-size: 10px;
    font-weight: 600;
  }
  .insurance-section .form-title {
    font-size: 14px;
  }
  .insurance-section label {
    font-size: 11px;
  }
  .insurance-block .form-input,
  .insurance-block .form-select {
    font-size: 12px;
    padding: 8px;
  }
  .insurance-block .form-row-group {
    gap: 10px;
  }
}
@media only screen and (max-width: 457px) {
  .actions a div {
    font-size: 0.6rem;
  }
  .actions a div i {
    font-size: 1rem;
  }
  .contact-action-box {
    width: 10vw;
    height: 10vw;
  }
  .contact-action-box a i {
    font-size: 4vw;
    color: white;
  }
  .Malwa-view-btn {
    font-size: 3vw;
    padding: 3vw 2vw;
  }
  .Malwa-left {
    padding: 15px;
  }
  .Malwa-dealer-name {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .Malwa-dealer-add {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .Malwa-working-title,
  .Malwa-working-time {
    font-size: 4vw;
  }
  .nout-rightfea {
    padding: 5px 9px;
    border-radius: 0px;
    font-size: 11px;
  }
  .outlet-title {
    font-size: 4.4vw;
  }
  .used-car-toggle-btn,
  .used-car-sort-select,
  .used-car-tabs .tab-btn,
  .used-car-filters li select {
    font-size: 3.2vw;
  }
  .used-car-tabs {
    justify-content: center;
  }
  .footer-bottom {
    font-size: 11px;
    line-height: 18px;
  }
  .footer-links {
    line-height: 18px;
    font-size: 11px;
  }
  .heding-be h2 {
    font-size: 16px;
  }
  .loan-section .form-grid {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    align-items: center;
  }
  .calc-container-right {
    display: block;
  }
  .loan-cla-in,
  .emi-result {
    width: 100%;
  }
  .loan-section .emi-result {
    margin-top: 15px;
  }
  .doc-tab {
    font-size: 3vw;
  }
  .car-details {
    gap: 0;
  }
  .car-section .price {
    font-size: 7vw;
  }
  .car-info h2 {
    font-size: 5vw;
  }
  .car-section .car-info small {
    font-size: 3.5vw;
  }
  .specs div {
    padding: 0px 14px;
  }
  .specs div {
    font-size: 6vw;
  }
  .specs div i {
    font-size: 5vw;
  }
  .specs div span {
    font-size: 3.5vw;
  }
}
