.nav-pills .nav-link{border-radius: 15px !important;}
.c-py-120{
  padding:  60px 0px 60px 0;
}
.service-item{border: none !important;}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.comparehd{text-align: left !important;
    font-weight: normal !important;}
.comparetext{text-align: left !important;
    font-size: 24px !important;}

@media (max-width: 767px) {
  .service-item{border: none !important;}

  .modal-title{font-size: 23px;}
  /* Remove excessive white space from top and bottom of dots */
  .customSlider .owl-dots {
    margin-top: 5px !important;
    /* Reduce space above dots */
    margin-bottom: 0;
    /* Remove or minimize space below dots */
    text-align: center;
  }

}


.hidden-rows {
  display: none;
}

.reviewCTA {
  background: #fff;
  border: solid 1px #67c8a4;
  color: #333;
  border-radius: 20px;
  text-decoration: none !important;
  cursor: pointer;
  gap: 5px;
}

.progress {
  --bs-progress-height: 0.5rem!important;
  
}

.car-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.car-itemsimilar {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0rem 0rem 0.4rem 0 #01010126;
}

/* 3 items per row */
.headingsimilarcar {
  padding: 20px 0px;
}

@media (max-width: 991px) {

  /* Mobile: Full width */
  .car-itemsimilar {
    width: 100%;
    margin-bottom: 10px;
  }
}

.similarcarsCTA {
  padding: 75px 0px !important;
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 0px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.sliderlastchild {
  padding: 119px 0px !important;
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 0px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.car-sort form {
  width: 100%;
  max-width: initial;
}

.owl-dot span {
  width: .625rem;
  /* Adjust size if needed */
  height: .25rem;
  display: block;
  background: lightgray;
  /* Default color for inactive dots */
  border-radius: 2px;
  margin: 0 2px;
  transition: background 0.3s ease-in-out;
}

.owl-dot.active span {
  background: black;
  /* Change this to your desired active color */
}

.pills-tabb {
  position: fixed;
  top: 40px !important;
  left: 0;
  width: 100%;
  margin-top: 24px;
  background-color: white;
  /* Adjust background */
  z-index: 1000 !important;
  padding: 10px 10px 10px 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.pills-tabb.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.comparebtn {
  margin: 0 auto !important;
  display: flex !important;
  text-align: center !important;
  padding: 5px 20px !important;
}

.thirdDiv {
  padding: 88px 0px !important;
  background: var(--color-white);
  border-radius: 10px;

  margin-bottom: 0px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.car-content .nice-select {
  height: 40px;
  line-height: 40px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

form.example input[type=text] {
  padding: 10px !important;
  font-size: 17px;
  border: 1px solid grey !important;
  float: left;
  width: 80%;
  background: #f1f1f1 !important;
}

.table {}

;

#search-results-dropdown {
  padding: 15px;
}

#search-results-dropdown .dropdown-group {
  font-weight: 600;
}

#search-results-dropdown .dropdown-item {
  padding-left: 25px;
}

#headerpara {
  background-color: #f1f1f1;
  padding: 50px 10px;
  color: black;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.4s;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/*.fa-thumbs-down {*/
/*  color: red;*/
/*}*/

.nav-pills .nav-link {
  background: #fef3f4 !important;
  margin: 5px 5px;
  font-weight: 500;
  color: #000000 !important;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  /*white-space: nowrap;*/
}

.nav-item {
  flex: 0 0 auto;
}

.fixed-top {
  z-index: 1030;
  width: 100%;
  background-color: #fff !important;
  /* Or your preferred background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: add a shadow to distinguish it when fixed */
}


/*.nav-link {
white-space: nowrap;
}*/
.modal-content {
  border: none !important;
}

/*.modal-header, .modal-body{padding: 1rem 0rem !important;}*/
form input,
form textarea,
form select {
  background: #f0f2f1 !important;
  border-radius: .50rem;
}

form label {
  font-weight: normal !important;
  font-size: 14px !important;
}

form {

  /*background-color: #f7f7f7;*/
  margin: 10px auto;
  /*padding: 40px;*/
  /*border-radius: 10px;*/
  max-width: 500px;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold !important;
}

input,
select {
  width: 100%;
  padding: 8px;
  /*margin-bottom: 20px;*/
  border-radius: 5px;
  border: 1px solid #ccc !important;
}

.checkbox-container label {
  display: flex;
  align-items: center;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 10px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
}

.nav-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #007bff !important;
  color: #fff !important;
  border-radius: 5px;
  cursor: pointer;
}

.nav-buttons button:hover {
  background-color: #0056b3 !important;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb !important;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

.step.active {
  background-color: #007bff !important;
}



.tab {
  display: none;
}

button {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  padding: 10px;
  border: none;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

.checkbox-group {
  margin-top: 20px;
}

.checkbox-group div {
  margin-bottom: 10px;
}

.button-group {
  margin-top: 20px;
  text-align: right;
}

.otp-inputs {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin-top: 10px;
}

.otp-inputs input {
  width: 30px;
  text-align: center;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb !important;
  display: inline-block;
  border-radius: 50%;
}

.step.active {
  background-color: #4CAF50 !important;
}

.step.finish {
  background-color: #4CAF50 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background:#000000 !important;
  color:#ffffff !important;
  border-bottom: 2px solid #0098d1 !important;
}

/*start popup city*/
.divpopp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  width: 100%;
}



#searchbar {
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  /*width: 50%;*/
  box-sizing: border-box;
}

#list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 13px;
}

.city {
  font-size: 1.2em;
  padding: 10px;
  /*border-bottom: 1px solid #ccc;*/
  animation: fadeIn 0.5s ease-in-out;
}

.city:last-child {
  border-bottom: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.variant-option {
  cursor: pointer;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.variant-option.selected {
  background-color: #007bff !important;
  color: white !important;
  border-color: #007bff !important;
}

.owl-dots {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {}

.paddinglr {
  padding: 0px 15px
}

;

.table td,
.table th {
  padding: .4rem .1rem;
  vertical-align: top;
  /*font-size: 14px;*/
  border-top: 1px solid #dee2e6 !important;
}

.btn-warning {
  color: #bc9419 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .1rem !important;
  font-size: .8rem !important;
}

.listyle li {
  list-style: disc;
  margin-left: 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {}

@media (max-width: 991px) {
  .checkbox-container label {
    padding: 11px;
  }

}

@media (max-width: 480px) {

.comparetext{font-size: 16px !important;}
.select2-container .select2-selection--single{display: inline-flex; width: 100%; font-size: 14px;}

  .table td,
  .table th {
    padding: .6rem .1rem;
  }

  .accordion-body {
    padding: 5px;
  }

  .modal-dialog {
    margin: 7.5rem .5rem !important;
  }

  .btn-group-sm>.btn,
  .btn-sm {
    padding: .25rem .0rem !important;
    font-size: .7rem !important;
  }

  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: inherit !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .mextratp {
    /* margin-top: 80px !important; */
  }

}


img {
  vertical-align: middle;
}


/* .holder {
display: flex;
overflow-x: auto;
overflow-y: hidden;
} */

.holder::-webkit-scrollbar {
  display: none;
}

/* Hide the images by default */
.slides1 {
  display: none;
  /* max-width: 1000px; */
  /* width: 100%;
flex-shrink: 0;
height: 100%; */
}

.slides1 img {
  width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {

  .prevContainer,
  .nextContainer {
    display: none;
    visibility: hidden;
  }

  .pills-tabb {
    margin-top: 8px;
  }
}

.prevContainer,
.nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.prevContainer {
  margin-left: 26px;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.prev {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px;
}

.prev svg,
.next svg {
  fill: white;
}

.nextContainer {
  margin-right: 26px;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}

/* Container for image text */
.caption-container {
  text-align: left;
  color: #000000;
  padding: 10px 0px 0px;
}

#caption {
  margin-bottom: 0px !important;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 10%;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.active,
.slide-thumbnail:hover {
  opacity: 1;
}

.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-container label {
  display: inline-block;
  position: relative;
  padding: 15px;
  width: 30px;
  height: 30px;
  margin: 5px 0px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  border: 2px solid #ddd;
  transition: border-color 0.3s;
  border-radius: 50%;
}

.checkbox-container label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="checkbox"]:checked+label::before {
  opacity: 1;
}




input[type="checkbox"] {
  display: none;
  /* Hide the default checkbox */
}


.ullistyle {
  list-style: none;
  /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.ullistyle li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0px 0px 10px;
  margin-left: 10px;
  /* Space between the text and border */
  border-left: 1px solid #ffc8c8 !important;
  /* Add left border */
}

.car-footer {
  display: flex;
  flex-direction: column; /* Makes elements stack vertically */
  align-items: flex-start; /* Aligns items to the left */
  gap: 10px; /* Adds some spacing between price and button */
}

.theme-btn1 {
  text-decoration: none !important;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: 1rem;
  height: 2.375rem;
  justify-content: center;
  padding: 0 1.25rem;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50px;
  border: 2px solid gray;
  gap: 10px;
  margin-top: 10px; /* optional now */
}

.ullistyle li .dot {
  height: 15px;
  width: 15px;
  background-color: #c6c6c6 !important;
  border-radius: 50%;
  margin-right: 10px;
  /* Space between the dot and text */
  margin-left: -18px;
  /* Position the dot correctly for left border */
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.update-date {
  color: #aaa;
  font-size: 0.9em;
  display: contents;
  margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ullistyle li {
        padding: 0;
        margin: 5px;
        border-left-width: 1px; /* Adjust border width for smaller screens */
    }
    
    .ullistyle li .dot {
        height: 16px;
        width: 16px;
        margin-left: -38px;
        top: 4px;
    }
    .ml-10{margin-left:30px; margin-top: -10px;}
    .theme-btn1{
      margin-top: 21px;
      
  }
}


.hdadjust {
  border-radius: 0px !important;
  border: none !important;
  padding: 15px 10px 0px 10px !important;
}

/* Flexbox for the review container */
.review-container {
  display: flex;
  flex-wrap: nowrap;
  /* Ensure items stay on one line */
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Individual review items */
.review-item {
  flex: 1;
  /* Each item takes equal space */
  text-align: center;
}

/* Buttons inside rating block */
.rating-block1 button {
  margin: 0px;
  /* Space between stars */
}

/* Styling for the "Write a Review" button */
.btn-whatsapp2 {
  background-color: #ffffff !important;
  /* WhatsApp green */
  color: #333333;
  border: 1px solid #a279d3 !important;
  border-radius: 10px;
  cursor: pointer;
}

.btn-whatsapp2:hover {
  background-color: #1da851 !important;
  /* Darker green on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .review-container {
    flex-direction: row;
    /* Keep items in a single row */
    gap: 1px;
    /* Smaller gaps for mobile */
  }

  .review-item {
    flex: 1;
    /* Equal width for all items */
  }
}

/* For dealers */
.flex-containersec2 {
  display: contents;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* General Styles */
.flex-containersec {
  /*display: flex;*/
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.good-container{background-color: #f5eefc; border-radius: 30px; border: 1px solid #ccc !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.bad-container{background-color: #feecf1; border-radius: 30px; border: 1px solid #ccc !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.icon-circle{
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    min-height: 30px;
    min-width: 30px;
    width: 30px;
    }
.icon-good{background: #b072f9; color: #ffffff;}
.icon-bad{background-color: #f6587e; color: #ffffff;}
.flex-containerbox {
  /*background-color: #f9f9f9 !important; */
  border: none;
  /* Border color */
  border-radius: 30px;
  /* Rounded corners */
  padding: 12px;
  /* Padding inside the box */
  display:inline-flex;
  text-align: left;
  flex: 1 1 calc(25% - 20px);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  /* Subtle shadow */
}

/* Icon Styling */
.flex-containerbox i {}

/* Paragraph Styling */
.flex-containerbox p {
  font-size: 16px;
  color: #333;
  margin-left: 15px;
  /* Text color */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .flex-containerbox {
    flex: 1 1 calc(50% - 20px);
    /* 2 columns on tablets and mobile */
    margin-top: 0px;
    /* Added space from the top */
  }
}

.pfont {
  font-size: 10px;
  color: #333333 !important;
}

.mtonlyphone {
  margin-top: 0px;
}

.car-item {
  padding: 2px !important;
}

.boxheight {
  height: 80px;
  width: auto;
  padding: 0.2rem;
  text-align: center;
  margin: 0 auto;
}

.boxheight2 {
  height: 132px;
  width: auto;
  padding: 0.2rem;
  text-align: center;
  margin: 0 auto;
}

.mbtm {
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .boxheight {
    height: 88px;
    width: 120px;
    padding: 0.2rem;
    text-align: center;
    margin: 0 auto;
  }

  .pfont {
    font-size: 10px;
    color: #333333;
  }

  .boxheight2 {
    height: 88px;
    width: 150px;
    padding: 0.2rem;
    text-align: center;
    margin: 0 auto;
  }

  .mbtm {
    margin-bottom: 10px;
  }

  .mtonlyphone {
    margin-top: 30px;
  }
}

.border {
  border: 1px solid #f0f0f0 !important;
  border-radius: 15px;
}

.border1 span,
.border2 span {
  color: #000000 !important;
}

.onlyborderBox p,
.onlyborderBox p strong,
.onlyborderBox small {
  color: #000000 !important;
}

.rightform p {
  color: #000000 !important;
}

.border1 {
  background: #eef3f7 !important;
  padding: 10px;
  line-height: 30px;
  border: 1px solid #e0dbdb !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.border2 {
  background: #eef3f7 !important;
  padding: 10px;
  line-height: 30px;
  border: 1px solid #e0dbdb !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.onlyborderBox {
  border: 1px solid #dcdcdc !important;
}

.rightform {
  background-color: transparent !important;
  border: 1px solid #ffc8c8;
  border-radius: 15px;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #eef3f7 !important;
  border-bottom: 1px solid #ffc8c8 !important;
}

/* Popup styles */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white !important;
  border: 1px solid #ccc !important;
  padding: 20px;
  z-index: 1001;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popup-content {
  max-width: 400px;
}

.accordion-header {
  background: transparent !important;
}

.accordion-header.active {
  background: #deebff !important;
}

.vote-button.upvoted {
  color: #0b08cb;
}

.vote-button.downvoted {
  color: #0b08cb;
}

.active-thumbnail {
  opacity: 0.8;
}

.thumbnail-highlight {
  pointer-events: none;
}

.img-thumbnail {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.img-thumbnail:hover {
  opacity: 0.8;
}

.footer-panel-mobile {
  position: fixed;
  bottom: 0;
  padding: 0px 0px 15px 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: none;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.footer-panel-mobile .whatsapp-link {
  padding: 10px 12px;
  width: 98%;
  display: inline-block;
  text-align: center;
}

.footer-panel-mobile .get-offers {
  background: #32bd32;
  font-size: 14px;
  padding: 10px 12px;
  width: 98%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.selectbg{background:#f0f2f1;}
 .custom-table {
      border-collapse: separate;
      border-spacing: 10px 0; /* Default spacing remove karne ke liye */
  }
  .custom-table td {
      padding: 10px !important; /* Andar ka space */
      margin-right: 15px !important; /* Sirf right side space */
  }
  .custom-table td:not(:last-child) { 
      padding-right: 15px !important; /* Sirf right side spacing */
  }
     .card {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
        }
        .card img {
            max-height: 150px;
            object-fit: cover;
        }
        .add-car-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: 2px dashed gray;
            min-height: 250px;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: gray;
            color: white;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        @media (max-width: 768px) {
    .card img {
        max-height: 100px; /* Reduce image size */
    }
    .row.g-3 {
        flex-wrap: wrap; /* Wrap cards in mobile */
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }
    .col-12.col-md-4 {
        flex: 0 0 50%; /* Two cards side by side */
        width: 50%;
    }
    .add-car-container {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .custom-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .custom-table tbody {
        display: block;
        width: max-content; /* Ensure all columns fit inside */
    }

    .custom-table tr {
        display: flex;
    }

    /* Equal Width for All Columns */
    .custom-table td {
        min-width: 200px; /* Adjust as per content */
        text-align: center;
    }
}
.select2-results__option .option-label {
  font-weight: normal!important;
  color: #000!important;
}
.select2-results__option .option-details {
  color: #212529!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: normal !important;
}
/*
* Notable features
*/
.notable-box {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  /* max-width: 900px; */
  margin: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.notable-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.notable-box h3::before {
  content: "✨";
  margin-right: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.history-section {
  max-width: 1000px;
  margin: 30px;
}

.history-section h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

.history-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  text-align: center;
  font-weight: bold;
  transition: transform 0.2s ease;
  cursor: pointer;
  margin-right: 10px;
}

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

/* dropdownnw styling */
.popular-car-offers .dropdownnw {
    position: absolute;
    top: 10px;
    right: 10px;
    
}

.popular-car-offers .dropbtn {
    background: #dfdfdf;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    border: none;
    color:#000;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

.popular-car-offers .dropdownnw-content {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 120px;
    z-index: 1;
    border-radius: 5px;
}

.popular-car-offers .dropdownnw-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.popular-car-offers .dropdownnw-content a:hover {
    background: #f1f1f1;
}

/* Show dropdownnw when clicked */
.popular-car-offers .dropdownnw.show .dropdownnw-content {
    display: block;
}
.car-status.upcoming {
  background-color: #ffc107;
  color: #000;
}
.car-status.recently_launched, .car-status.offer-discount {
  background-color: #2da72d;
  color: #fff;
}
/* Expert Review Section */
.section-expert-review .blurred-text {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
/* .section-expert-review .blurred-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
} */
.section-expert-review .scrollable-text {
  max-height: 300px;
  overflow-y: auto;
}
.section-expert-review  .expert-badge {
    border-radius: 4px;
    font-size: 0.875rem;
    color: #6c757d;
    display: inline-block;
}  
.section-expert-review .author-link {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
}  
.section-expert-review .author-link:hover {
    color: #bb2d3b;
    text-decoration: underline;    
}  
.section-expert-review .full-view-article-btn {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.875rem;
    color: #495057;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}  
.section-expert-review .full-article-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
}
.section-expert-review .card img{width: 100%; max-height: 100%;}

/* Cookie Consent Popup Styles */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
}

.cookie-text h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.cookie-text p {
    font-size: 14px;
    opacity: 0.9;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: white;
}

.cookie-btn.accept:hover {
    background-color: #219a52;
}

.cookie-btn.reject {
    background-color: #e74c3c;
    color: white;
}

.cookie-btn.reject:hover {
    background-color: #c0392b;
}

#section-faq .faq-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 30px;
}

#section-faq .accordion-button {
    background-color: #ffffff;
    /* border: 1px solid #dee2e6; */
    color: #2c3e50;
    font-weight: 500;
    padding: 15px 20px;
}

#section-faq .accordion-button:not(.collapsed) {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

#section-faq .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
    border-color: #3498db;
}

#section-faq .accordion-body {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    color: #555;
    line-height: 1.6;
}

#section-faq .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#section-faq .no-faq {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.badge-top-seller{
    color: #fff;
    font-size: 11px;
    vertical-align: top;
    background: #2da72d;
    font-weight: normal;
}
.car-status{
  font-weight: normal!important;
  text-transform: capitalize!important;
}
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-text {
        min-width: auto;
    }

    .cookie-buttons {
        justify-content: center;
    }
}