body {
  font-family: 'Segoe UI', sans-serif;
}

/* HERO */
.hero-banner {
  height: 360px;
background: url("../images/style1/ban1.webp") center/cover no-repeat;
  position: relative;
}

.hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: relative;
  max-width: 600px;
}

.hero-content h1 {
  font-weight: 700;
}

/* FORM CARD */
.form-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* FORM ANIMATION */
.animate-form input,
.animate-form select {
  transition: all 0.3s ease;
}

.animate-form input:focus,
.animate-form select:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 0 0.2rem rgba(31,79,216,0.15);
}

/* CAR CARD */
.car-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.car-card:hover {
  transform: translateY(-6px);
}

.car-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* USP */
.usp-strip i {
  font-size: 28px;
  color: #1f4fd8;
}

.usp-strip p {
  margin-top: 8px;
  font-weight: 600;
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #0f1c2e, #1f4fd8);
  padding: 60px 15px;
  color: #fff;
}
.usp-strip i,
.usp-icon {
  font-size: 28px;
  color: #1f4fd8;
  display: inline-block;
}

/* INSURANCE BANNER */
.insurance-banner {
  background: url("../images/style1/ban3.webp") center/cover no-repeat;
}
.sell-banner {
  background: url("../images/style1/ban5.webp") center/cover no-repeat;
}
/* PARTNERS */
.partner-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.partner-logos img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
}

/* INSURANCE POINTS */
.insurance-points {
  list-style: none;
  padding: 0;
}

.insurance-points li {
  margin-bottom: 10px;
  font-weight: 500;
}

.insurance-points i {
  color: #1f4fd8;
  margin-right: 8px;
}
/* INSURANCE CONTENT */
.insurance-content {
  background: #ffffff;
}

.section-title {
  font-weight: 700;
  color: #1f2937;
}

.section-subtext {
  color: #6b7280;
  max-width: 700px;
  margin: auto;
}

.content-block {
  margin-bottom: 40px;
}

.content-heading {
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f4fd8;
}

.sub-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

.check-list,
.doc-list {
  list-style: none;
  padding-left: 0;
}

.check-list li,
.doc-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.check-list li::before,
.doc-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1f4fd8;
  font-weight: bold;
}
/* CHAKRA ACCORDION */
.chakra-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.chakra-accordion .accordion-button {
  font-weight: 600;
  color: #1f2937;
  border-radius: 12px;
}

.chakra-accordion .accordion-button:not(.collapsed) {
  background: #f0f6ff;
  color: #1f4fd8;
  box-shadow: none;
}

.chakra-accordion .accordion-body {
  line-height: 1.7;
}

/* CHECK LIST */
.check-list,
.doc-list {
  list-style: none;
  padding-left: 0;
}

.check-list li,
.doc-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.check-list li::before,
.doc-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1f4fd8;
  font-weight: bold;
}
/* PARTNER CARD */
.partner-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* TITLE */
.partner-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1f2937;
}

/* LOGO GRID */
.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* LOGO BOX */
.partner-logo {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  transition: all 0.25s ease;
}

/* LOGO IMAGE */
.partner-logo img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;

  opacity: 0.9;
}

/* HOVER EFFECT */
.partner-logo:hover {
  border-color: #1f4fd8;
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(31,79,216,0.15);
}

.partner-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 575px) {
  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Loan CSS */
.loan-banner {
  background: url("../images/style1/ban4.webp") center/cover no-repeat;
}

.hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: relative;
  max-width: 600px;
}

/* CARD */
.loan-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* TABS */
.loan-tabs {
  justify-content: center;
}

.loan-tabs .nav-link {
  background: #f1f5f9;
  border-radius: 30px;
  padding: 10px 26px;
  margin: 0 6px;
  font-weight: 600;
}

.loan-tabs .nav-link.active {
  background: #1f4fd8;
  color: #fff;
}

/* FORM */
.animate-form input:focus,
.animate-form select:focus {
  box-shadow: 0 0 0 0.2rem rgba(31,79,216,0.15);
}

/* PARTNERS */
.partner-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.partner-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.partner-logo {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.partner-logo img {
  max-height: 42px;
  object-fit: contain;
}

/* INFO */
.loan-heading {
  color: #d6a24c;
  font-weight: 700;
}

.read-more-link {
  color: #1f4fd8;
  font-weight: 600;
}

/* Premium */
/* PAGE TITLE */
.premium-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f4fd8;
  text-decoration: underline;
}

/* LOGIN CARD */
.login-card {
  background: #ffffff;
  max-width: 520px;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* PREMIUM CONTENT */
/* PREMIUM BANNER */
.premium-banner {
 background: url("../images/style1/ban2.webp") center/cover no-repeat;
}

/* LOGIN CARD */
.login-card {
  background: #ffffff;
  max-width: 520px;
  padding: 32px 24px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* PREMIUM CONTENT */
.premium-heading {
  color: #d6a24c; /* Chakra gold */
  font-weight: 700;
  margin-bottom: 18px;
}

.premium-text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

/* READ MORE */
.read-more-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1f4fd8;
  text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}

/* DEALER BANNER */
.dealer-banner {
 background: url("../images/style1/ban6.webp") center/cover no-repeat;
}

/* DEALER FORM CARD */
.dealer-form-card {
  background: #ffffff;
  max-width: 600px;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* GOLD HEADING */
.text-gold {
  color: #d6a24c;
  font-weight: 700;
}

/* DEALER CONTENT */
.dealer-heading {
  color: #d6a24c;
  font-weight: 700;
  margin-bottom: 18px;
}

.dealer-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* FORM ANIMATION */
.animate-form select:focus {
  box-shadow: 0 0 0 0.2rem rgba(31,79,216,0.15);
}

/* READ MORE */
.read-more-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1f4fd8;
  text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}
/* CHALLAN BANNER */
.challan-banner {
 background: url("../images/style1/ban7.webp") center/cover no-repeat;
}

/* SEARCH CARD */
.challan-search-card {
  background: #ffffff;
  max-width: 960px;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* CONTENT */
.challan-heading {
  color: #d6a24c;
  font-weight: 700;
  margin-bottom: 16px;
}

.challan-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* INPUT FOCUS */
.challan-search-card input:focus {
  box-shadow: 0 0 0 0.25rem rgba(31,79,216,0.15);
}

/* READ MORE (shared) */
.read-more-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1f4fd8;
  text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}
/* RC BANNER */
.rc-banner {
  background: url("../images/style1/ban8.webp") center/cover no-repeat;
}

/* RC CONTENT */
.rc-heading {
  color: #d6a24c;
  font-weight: 700;
  margin-bottom: 16px;
}

.rc-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
/* BANNER */
.terms-banner {
  position: relative;
  height: 300px;
  background: url("../images/style1//buy.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.terms-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.terms-banner-content {
  position: relative;
  color: #fff;
  max-width: 700px;
}

.terms-banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #d4a85e;
}

.terms-banner-content p {
  font-size: 16px;
  opacity: 0.9;
}

/* SECTION */
.terms-section {
  padding: 60px 0;
}

.terms-accordion-wrapper {
  max-width: 900px;
  margin: auto;
}

/* ACCORDION */
.terms-accordion-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.accordion-button {
  font-weight: 600;
  background: #f9f9f9;
  color: #000;
}

.accordion-button:not(.collapsed) {
  background: #1f4fd8;
  color: #fff;
}

.accordion-body {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* BANNER */
.privacy-banner {
  position: relative;
  height: 320px;
  background: url("../images/style1//buy.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.privacy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.privacy-banner-content {
  position: relative;
  color: #fff;
  max-width: 700px;
}

.privacy-breadcrumb {
  font-size: 14px;
  opacity: 0.85;
}

.privacy-title {
  font-size: 38px;
  font-weight: 700;
  color: #d4a85e;
}

.privacy-subtitle {
  font-size: 16px;
  opacity: 0.9;
}

/* CONTENT */
.privacy-content-section {
  padding: 60px 0;
}

.privacy-container {
  max-width: 900px;
}

/* ACCORDION */
.privacy-accordion .accordion-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #e6e6e6;
}

.privacy-accordion .accordion-button {
  font-weight: 600;
  background: #f9f9f9;
  color: #000;
}

.privacy-accordion .accordion-button:not(.collapsed) {
  background: #1f4fd8;
  color: #fff;
}

.privacy-accordion .accordion-body {
  font-size: 15px;
  line-height: 1.7;
}
<!-- Blog CSS -->
/* PAGE */
.blog-page {
  padding: 60px 0;
}

/* FEATURE CARD */
.blog-feature-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.blog-feature-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.blog-feature-content {
  padding: 28px;
}

.blog-feature-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-feature-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
}

.blog-meta {
  font-size: 14px;
  color: #777;
}

.blog-meta .dot {
  margin: 0 6px;
}

/* TRENDING */
.trending-header {
  background: linear-gradient(135deg, #6f42c1, #845ef7);
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.trending-card {
  display: flex;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.trending-card:hover {
  transform: translateY(-4px);
}

.trending-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.trending-content h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.trending-content span {
  font-size: 12px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-feature-image {
    height: 220px;
  }
}
/* HERO BANNER */
    .sell-hero{
      position:relative;
      height:320px;
      background:url("../images/style1//premium-banner.jpg") center/cover no-repeat;
    }
    .sell-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background:rgba(0,0,0,0.45);
    }
    .sell-hero-content{
      position:relative;
      z-index:2;
      height:100%;
      display:flex;
      align-items:center;
    }
    .sell-hero h1{
      color:#fff;
      font-weight:700;
    }
    .sell-hero p{
      color:#eaeaea;
    }

    /* LOGIN STRIP */
    .login-strip{
      max-width:70%;
      margin:-60px auto 60px;
      background:#fff;
      border-radius:14px;
      box-shadow:0 15px 40px rgba(0,0,0,0.08);
      padding:35px;
      text-align:center;
    }
    .login-strip a{
      display:inline-block;
      margin-top:15px;
      padding:10px 24px;
      background:#2f7df6;
      color:#fff;
      border-radius:6px;
      text-decoration:none;
      font-weight:500;
    }

    /* CONTENT */
    .sell-content h2{
      color:#d6a85a;
      font-weight:700;
      margin-bottom:15px;
    }
    .sell-content p{
      line-height:1.8;
      color:#444;
    }
    .read-more{
      color:#2f7df6;
      font-size:14px;
      text-decoration:none;
    }

/* ========== GLOBAL ========== */
.inner-hero-banner {
  position: relative;
  height: 260px;
  background: url("../images/style1//premium-banner.jpg") center/cover no-repeat;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
}

.inner-hero-content {
  position: relative;
  color: #fff;
  padding-top: 90px;
}

.inner-hero-content h1 {
  font-size: 34px;
  font-weight: 700;
}

.inner-hero-content p {
  font-size: 16px;
  opacity: 0.9;
}

/* ========== FILTER PANEL ========== */
.listings-section {
  padding: 40px 0;
}

.filter-panel {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  position: sticky;
  top: 100px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.filter-header h6 {
  font-weight: 600;
}

.filter-header a {
  font-size: 13px;
  color: #2563eb;
  text-decoration: none;
}

.filter-block {
  margin-bottom: 18px;
}

.filter-block label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.filter-options label {
  display: block;
  font-size: 14px;
  color: #475569;
}

/* Pills */
.pill-group {
  display: flex;
  gap: 10px;
}

.pill {
  background: #eef2ff;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  cursor: pointer;
}

/* ========== LISTINGS GRID ========== */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.listing-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.listing-card:hover {
  transform: translateY(-6px);
}

.listing-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.listing-body {
  padding: 16px;
}

.listing-body h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

.listing-meta i {
  color: #2563eb;
  margin-right: 4px;
}

.listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-footer strong {
  font-size: 16px;
}

.listing-footer a {
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}


/* ================= POLICY / ACCORDION ================= */
.policy-section {
  padding: 50px 0;
  background: #f8fafc;
}

.policy-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.policy-intro {
  font-size: 15px;
  color: #475569;
  margin-bottom: 28px;
}

/* Accordion */
.chakra-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.chakra-accordion .accordion-button {
  background: #f1f5f9;
  font-weight: 600;
  color: #0f172a;
  box-shadow: none;
}

.chakra-accordion .accordion-button:not(.collapsed) {
  background: #2563eb;
  color: #fff;
}

.chakra-accordion .accordion-body {
  background: #ffffff;
  color: #475569;
  line-height: 1.7;
}

/* Useful links */
.useful-links {
  margin-top: 30px;
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
}

.useful-links h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.useful-links ul {
  padding-left: 0;
  list-style: none;
}

.useful-links li a {
  text-decoration: none;
  color: #2563eb;
  font-size: 14px;
}




/* ================= CONTACT PAGE ENHANCED ================= */
.contact-section {
  padding: 60px 0;
  background: #f8fafc;
}

.contact-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.contact-intro {
  max-width: 800px;
  margin: auto;
  color: #475569;
}

.contact-intro i {
  font-size: 36px;
  color: #2563eb;
  margin-bottom: 12px;
}

/* Contact Boxes */
.contact-box {
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  color: #0f172a;
  position: relative;
  overflow: hidden;
}

.support-box {
  background: linear-gradient(135deg, #e0ecff, #f8fbff);
}

.enquiry-box {
  background: linear-gradient(135deg, #f0fdf4, #ecfeff);
}

.contact-icon {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2563eb;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  margin-bottom: 16px;
}

.contact-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-box p {
  font-size: 14.5px;
  color: #475569;
  margin-bottom: 8px;
}

.contact-box i {
  color: #2563eb;
  margin-right: 6px;
}

.small-text {
  margin-top: 10px;
  font-size: 13.5px;
}

.email-highlight {
  font-size: 16px;
  font-weight: 600;
  color: #2563eb;
  margin-top: 8px;
}

/* Footer Note */
.contact-note {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  color: #475569;
}

.contact-note i {
  font-size: 24px;
  color: #16a34a;
  margin-bottom: 6px;
  display: block;
}


/* ================= POLICY PAGE ================= */
.policy-section {
  padding: 60px 0;
  background: #f8fafc;
}

.policy-wrapper {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.policy-intro {
  font-size: 15px;
  color: #475569;
  margin-bottom: 28px;
}

/* Accordion Styling */
.chakra-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
}

.chakra-accordion .accordion-button {
  background: #f1f5f9;
  font-weight: 600;
  color: #0f172a;
  box-shadow: none;
}

.chakra-accordion .accordion-button:not(.collapsed) {
  background: #2563eb;
  color: #ffffff;
}

.chakra-accordion .accordion-body {
  background: #ffffff;
  color: #475569;
  line-height: 1.7;
}

/* Useful Links */
.useful-links {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.useful-links h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.useful-links ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.useful-links a {
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}

/* ===== HERO ===== */
.small-banner {
  height: 220px;
}

.inner-hero-listingview{
  position: relative;
  background: url('../images/style1/buy.jpg') center/cover no-repeat;
  color: #fff;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 35, 0.65);
}

.inner-hero-content {
  position: relative;
  padding: 60px 0;
}

/* ===== SECTION ===== */
.car-detail-section {
  background: #f6f8fb;
  padding: 50px 0;
}

/* ===== GALLERY ===== */
.gallery-card {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    display: flex;
    flex-flow: column;
}

.main-car-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
}

.thumbnail-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.thumbnail-row img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .3s;
}

.thumbnail-row img:hover {
  border-color: #2563eb;
}

/* ===== DETAILS ===== */
.details-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.car-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.price-tag {
  font-size: 26px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 15px;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.spec-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
  color: #444;
}

.spec-list i {
  color: #2563eb;
  width: 18px;
}

.description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ===== BUTTONS ===== */
.action-buttons .btn {
  border-radius: 10px;
  padding: 12px;
  font-weight: 500;
}

li.dropdown.active > a {
    background: var(--accent-blue);
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
}