/* =========================
   HERO BANNER
========================= */
.account-hero {
  height: 320px;
   background: url("../images/style1/ban9.webp") center/cover no-repeat;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    max-width: 600px;
    z-index: 111;
}

.breadcrumb-text {
  font-size: 14px;
  opacity: 0.85;
}

.hero-content h1 {
  font-size: 36px;
  font-weight: 700;
}

.hero-subtext {
  font-size: 16px;
  opacity: 0.9;
}

/* =========================
   ACCOUNT SECTION
========================= */
.account-section {
  padding: 60px 0;
}

.account-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  margin-top: -60px;
}

.section-title2 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* =========================
   FORM
========================= */
label {
  font-size: 14px;
  font-weight: 500;
}

label span {
  color: red;
}

.form-control {
  border-radius: 8px;
  padding: 10px 12px;
}

.gender-box {
  display: flex;
  gap: 30px;
  padding-top: 8px;
}

/* =========================
   PROFILE UPLOAD
========================= */
.profile-upload-card {
  background: #f9fafc;
  border-radius: 12px;
  padding: 25px;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.profile-upload-card h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-image-box {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background: #eaf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.profile-image-box i {
  font-size: 36px;
  color: #2f80ed;
}

.hint-text {
  font-size: 12px;
  color: #6b7280;
}

/* =========================
   BUTTON
========================= */
.save-btn {
  padding: 12px 80px;
  border-radius: 10px;
  font-weight: 600;
}


/* =========================
   LISTING CARDS
========================= */
.listing-hero {
  height: 320px;
     background: url("../images/style1/ban10.webp") center/cover no-repeat;
  position: relative;
}

.listing-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  position: relative;
  transition: 0.3s;
}

.listing-card:hover {
  transform: translateY(-6px);
}

.listing-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* =========================
   BADGES
========================= */
.listing-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.listing-badge.active {
  background: #2f80ed;
}

.listing-badge.pending {
  background: #f2994a;
}

.listing-badge.sold {
  background: #27ae60;
}

/* =========================
   BODY
========================= */
.listing-body {
  padding: 16px;
}

.listing-body h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.location {
  font-size: 13px;
  color: #6b7280;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #d4a44d;
  margin: 10px 0;
}

/* =========================
   META
========================= */
.meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

.meta i {
  color: #2f80ed;
}

/* =========================
   ACTIONS
========================= */
.actions {
  display: flex;
  gap: 8px;
}

/* =========================
   CHAT PAGE
========================= */

.myadschat-hero {
  height: 320px;
 background: url("../images/style1/ban11.webp") center/cover no-repeat;
  position: relative;
}
.myadschat-hero1 {
  height: 320px;
 background: url("../images/style1/ban12.webp") center/cover no-repeat;
  position: relative;
}



.chat-wrapper {
  padding: 0;
  overflow: hidden;
}

/* LEFT SIDEBAR */
.chat-sidebar {
  background: #f9fafc;
  padding: 20px !important;
  border-right: 1px solid #e5e7eb;
}

.chat-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.buyer-card {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.avatar {
  width: 44px;
  height: 44px;
  background: #eaf1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar i {
  color: #2f80ed;
}

.buyer-info p {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

.buyer-info i {
  color: #2f80ed;
  margin-right: 6px;
}

/* CHAT PANEL */
.chat-panel {
  display: flex;
  flex-direction: column;
  height: 520px;
}

.chat-header {
  padding: 15px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f5f7fb;
}

/* MESSAGES */
.chat-message {
  max-width: 70%;
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.chat-message p {
  margin: 0;
}

.chat-message span {
  font-size: 11px;
  opacity: 0.6;
  display: block;
  margin-top: 4px;
}

/* RECEIVED */
.chat-message.received {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

/* SENT */
.chat-message.sent {
  background: #2f80ed;
  color: #ffffff;
  margin-left: auto;
}

/* INPUT */
.chat-input {
  display: flex;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.chat-input input {
  flex: 1;
}

.chat-input button {
  min-width: 48px;
}


/* =========================
   CHAT (BUYING / SELLING)
========================= */

.buychat-hero {
  height: 320px;
  background: url("../images/challan-banner.jpg") center/cover no-repeat;
  position: relative;
}

.chat-wrapper {
  padding: 0;
  overflow: hidden;
}

/* SIDEBAR */
.chat-sidebar {
  background: #f9fafc;
  padding: 20px;
  border-right: 1px solid #e5e7eb;
}

.chat-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.buyer-card {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.avatar {
  width: 44px;
  height: 44px;
  background: #eaf1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar i {
  color: #2f80ed;
}

.buyer-info p {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

.buyer-info i {
  color: #2f80ed;
  margin-right: 6px;
}

/* CHAT PANEL */
.chat-panel {
  display: flex;
  flex-direction: column;
  height: 520px;
}

.chat-header {
  padding: 15px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f5f7fb;
}

/* MESSAGES */
.chat-message {
  max-width: 70%;
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.chat-message p {
  margin: 0;
}

.chat-message span {
  font-size: 11px;
  opacity: 0.6;
  display: block;
  margin-top: 4px;
}

/* RECEIVED (SELLER) */
.chat-message.received {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

/* SENT (BUYER) */
.chat-message.sent {
  background: #2f80ed;
  color: #ffffff;
  margin-left: auto;
}

/* INPUT */
.chat-input {
  display: flex;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.chat-input input {
  flex: 1;
}

.chat-input button {
  min-width: 48px;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-card {
  max-width: 900px;
  margin: auto;
}

.section-title2 {
  color: #d4a64f;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-intro {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-block {
  background: #f9fafc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #d4a64f;
}

.contact-block h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.contact-block i {
  color: #2f80ed;
  margin-right: 8px;
}

.contact-block ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.contact-block li {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.contact-block a {
  color: #2f80ed;
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

.contact-note {
  margin-top: 25px;
  font-size: 14px;
  color: #555;
}
.contact-card {
  max-width: 1000px;
}

@media (max-width: 991px) {
  .section-title2 {
    text-align: center;
  }
}


/* BANNER */
.emi-banner {
  height: 260px;
  background: url("../images/premium-banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.emi-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,0.85);
}

.emi-banner-content {
  position: relative;
  color: #fff;
  max-width: 700px;
}

.emi-banner-content h1 {
  font-size: 34px;
  font-weight: 600;
}

.emi-banner-content p {
  color: #d1d5db;
}

/* EMI SECTION */
.emi-section {
  padding: 60px 40px;
  margin-top: -40px;
}

/* CARD */
.emi-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.emi-card h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

/* FORM */
.emi-card label {
  font-size: 13px;
  margin-top: 14px;
  display: block;
  color: #374151;
}

.emi-card input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  padding: 0 12px;
  margin-top: 6px;
}

.emi-card button {
  margin-top: 20px;
  width: 100%;
  height: 44px;
  background: #374151;
  border: none;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 500;
}

/* SUMMARY + CHART */
.emi-summary-chart {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.emi-summary {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.emi-summary div {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

.emi-summary .highlight {
  background: #374151;
  color: #ffffff;
  font-weight: 600;
}

.emi-chart-box {
  width: 160px;
  height: 160px;
}

/* TABLE */
.emi-table thead {
  background: #e5e7eb;
}

.emi-table th {
  font-size: 13px;
  font-weight: 600;
}

.emi-table td {
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .emi-summary-chart {
    flex-direction: column;
  }

  .emi-chart-box {
    margin: auto;
  }

  .emi-section {
    padding: 30px 15px;
  }
}

/* SECTION */
.emi-section {
  padding: 60px 40px;
}

/* CARD */
.emi-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #111827;
}

/* FORM */
.emi-card label {
  font-size: 13px;
  margin-top: 14px;
  display: block;
  color: #374151;
}

.emi-card input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  padding: 0 12px;
  margin-top: 6px;
}

.emi-card button {
  margin-top: 20px;
  width: 100%;
  height: 44px;
  background: #374151;
  border: none;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 500;
}

/* SUMMARY + CHART */
.emi-summary-chart {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.emi-summary {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.emi-summary div {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

.emi-summary .highlight {
  background: #374151;
  color: #ffffff;
  font-weight: 600;
}

.emi-chart-box {
  width: 160px;
  height: 160px;
}

/* TABLE */
.emi-table thead {
  background: #e5e7eb;
}

.emi-table th {
  font-size: 13px;
  font-weight: 600;
}

.emi-table td {
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .emi-summary-chart {
    flex-direction: column;
    align-items: stretch;
  }

  .emi-chart-box {
    margin: auto;
  }
}



/* Sell Car BANNER */
:root {
  --chakra-blue: #2563eb;
  --chakra-blue-dark: #1e40af;
  --bg-light: #f8fafc;
  --border-light: #e5e7eb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= BANNER ================= */
.sell-banner {
  position: relative;
  height: 300px;
  background: url("../images/login-car.png") center/cover no-repeat;
}

.sell-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 35, 0.65);
}

.sell-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
  color: #fff;
}

.sell-banner-content h1 {
  font-size: 42px;
  font-weight: 700;
}

.sell-banner-content p {
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.9;
}

/* ================= FORM SECTION ================= */
.sell-form-section {
  padding: 60px 6%;
}

.sell-form-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.sell-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.sell-form-column h3 {
  margin-bottom: 18px;
  font-size: 20px;
  color: #0f172a;
}

.right-column {
  padding-left: 40px;
  border-left: 1px solid #e5e7eb;
}

.form-section-header {
  background: #f8fafc;
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.section-title1 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a; /* dark slate */
  padding-left: 14px;
}

/* Accent bar on left */
.section-title1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 18px;
  width: 4px;
  background: #2563eb; /* Chakra corporate blue */
  border-radius: 2px;
}


/* ================= INPUTS ================= */
label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
  display: block;
}

input, select, textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}

textarea {
  min-height: 90px;
  resize: none;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #2563eb;
}

/* Location input */
.location-input {
  position: relative;
}

.location-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* Upload box */
.upload-box {
  margin-top: 20px;
  padding: 18px;
  border: 2px dashed #c7d2fe;
  border-radius: 12px;
  text-align: center;
  background: #f8fafc;
}

.upload-box button {
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
}

.upload-box span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}

/* Terms */
.terms {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.terms a {
  color: #2563eb;
  text-decoration: none;
}

/* Button */
.submit-area {
  text-align: center;
  margin-top: 30px;
}

.sell-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 14px 60px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.sell-btn:hover {
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
}
.terms-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.terms-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1e293b;
  cursor: pointer;
}

.terms-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #2563eb; /* Chakra blue */
  cursor: pointer;
}

.terms-label a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.terms-label a:hover {
  text-decoration: underline;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .sell-form-grid {
    grid-template-columns: 1fr;
  }

  .right-column {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e5e7eb;
    padding-top: 30px;
  }

  .sell-banner-content {
    padding-left: 6%;
  }

  .sell-banner-content h1 {
    font-size: 32px;
  }
}
