
body {
  font-family: "Roboto", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  background: #f9fafc;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Navbar background */

.navbar.nav-1000 {
  background-color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  z-index: 999;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
 
}

.container-1001 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  
}

.logo-1002 {
  height: 60px;
  width: auto;
  max-height: 70px;
}


.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.navbar-toggler {
  margin-left: auto;
}
.logo-1002 {
  height: 80px;
  margin-left: 40px;
  vertical-align: middle;
}

.navbar-brand {
  display: flex;
  align-items: center;
 
}

.navbar-brand span {
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  color: #f1c40f;
}
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-link-1004 {
  color: #fff !important;
  font-weight: 500;
 
  transition: 0.3s;
}

.nav-link-1004:hover,
.nav-link-1004.active-1005 {
  color: #f1c40f !important;
}

/* ===== Dropdown Menu ===== */
.dropdown-menu-1006 {
  background-color: #1c1c1c;
  border: none;
  min-width: 220px;
  padding: 0.5rem 0;

  /* New styles for scrollable dropdown */
  max-height: 300px; /* Adjust the height as needed */
  overflow-y: auto;
  overflow-x: hidden;
}


.dropdown-item-1007 {
  color: #fff;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
  transition: 0.3s;
}

.dropdown-item-1007:hover {
  background-color: #333;
  color: #f1c40f;
  
}

.dropdown-header-1008 {
  color: #f1c40f;
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
}

.divider-1009 {
  border-top: 1px solid #444;
  margin: 0.4rem 0;
}
.dropdown-menu-1006::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu-1006::-webkit-scrollbar-track {
  background: #1c1c1c;
}

.dropdown-menu-1006::-webkit-scrollbar-thumb {
  background-color: #4A4848;
  border-radius: 3px;
}

.d-flex {
  gap: 12px;
  align-items: center;
}

/* Sign In */
.login-signup-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: sans-serif;
}

.login-signup-links a {
  color: #f1c40f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.login-signup-links a i {
  margin-right: 4px;
  font-size: 20px;
}

.login-signup-links span {
  color: #f1c40f;
  font-size: 20px;
}

.navbar-toggler {
  border: 1px solid #f1c40f;
  padding: 4px 8px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(241,196,15, 0.8)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



@media (max-width: 1024px) {
  .navbar.nav-1000 {
    height: auto;
    padding: 10px 16px;
  }

  .container-1001 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .d-flex {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
}


@media (max-width: 767px) {
  .logo-1002 {
    height: 40px;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .container-1001 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-direction: column;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .d-flex {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar.nav-1000 {
    padding: 10px;
  }

  .container-1001 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .logo-1002 {
    height: 40px;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-nav,
  .d-flex {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}



/* navbar end */

/* bannere start */

    :root {
  --brand-yellow: #F9C21A;
  --brand-blue: #1E6FD8;
  --soft-blue: #e6f0ff;
  --text-dark: #111827;
  --muted: #6b7280;
  --card-radius: 12px;
  --shadow-sm: 0 2px 8px rgba(17, 24, 39, 0.05);
  --shadow-md: 0 5px 18px rgba(17, 24, 39, 0.07);
}




/* HERO BANNER */
.hero {
  background: linear-gradient(180deg, rgba(30, 111, 216, 0.15), rgba(249, 194, 26, 0.08)), center/cover no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--card-radius);
  padding: 2.5rem 1.5rem;
  margin: 1rem auto;
  max-width: 1200px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  min-height: 300px;
   margin-top:60px;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.hero .headline {
  color: var(--brand-blue);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  font-family: "Montserrat", "Poppins", sans-serif;
}
.hero .headline span {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-yellow));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* Updated Search bar */
.search-card {
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 2; /* Ensure it’s above any overlay */
}
.search-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.search-card .form-control {
  border: 1px solid #ced4da;
  box-shadow: none;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  width: 100%; /* Ensure inputs take available space */
  background: #fff; /* Ensure background is visible */
}
.search-card .icon {
  font-size: 0.9rem;
  color: var(--muted);
  padding: 0.4rem 0.5rem;
  transition: color 0.2s ease;
}
.search-card .icon:hover {
  color: var(--brand-blue);
}
.btn-primary-cta {
  background: linear-gradient(90deg, var(--brand-blue), #0d54b4);
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-primary-cta:hover {
  transform: scale(1.03);
  background: linear-gradient(90deg, #0d54b4, var(--brand-blue));
}

/* CATEGORY SLIDER */
.section-block {
  max-width: 1200px;
  margin: 1.25rem auto;
  padding: 0.75rem;
  position: relative; /* slider buttons ke liye */
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-title h3 {
  margin: 0;
  color: var(--brand-blue);
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.section-sub {
  color: var(--muted);
  margin-top: 0.2rem;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.category-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.cat-scroll {
  overflow-x: auto;
  display: flex;
  gap: 0.75rem;
  padding: 0.25rem 0;
  scroll-behavior: smooth;
}

.cat-card {
  min-width: 130px;
  background: #fff;
  border-radius: 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column; /* image upar, text niche */
  align-items: center;
  justify-content: flex-start;
}

.cat-card:hover {
  transform: translateY(-3px);
}

.cat-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--soft-blue);
  margin-bottom: 0.4rem;
  display: block;
}

.cat-card h6 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-blue);
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;   /* agar word bada ho to niche line me aa jaye */
  white-space: normal;     /* single line me na atke */
  text-align: center;
}

/* ===== Slider Button Styling ===== */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;  /* ✅ default hidden */
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
  cursor: pointer;
}



.slider-btn:hover {
  background: var(--soft-blue);
}

.slider-btn.left {
  left: -20px; /* thoda bahar */
}

.slider-btn.right {
  right: -20px; /* thoda bahar */
}

.section-block {
  max-width: 1200px;
  margin: 1.25rem auto;
  padding: 0.75rem;
  position: relative; /* slider buttons ke liye */
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-title h3 {
  margin: 0;
  color: var(--brand-blue);
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.section-sub {
  color: var(--muted);
  margin-top: 0.2rem;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.category-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.cat-card {
  width: 140px;              
  background: #fff;
  border-radius: 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;  /* ✅ underline remove from link */
}

.cat-card:hover {
  transform: translateY(-3px);
}

.cat-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--soft-blue);
  margin-bottom: 0.4rem;
  display: block;
}

.cat-card h6 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;  
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;                                           
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.cat-scroll {
  overflow-x: auto;
  display: flex;
  gap: 0.75rem;
  padding: 0.25rem 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  
  scrollbar-width: none;     
}

.cat-scroll::-webkit-scrollbar {
  display: none;  /* Chrome/Safari */
}



/* CARDS grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.9rem;
}
.market-card {
  background: #fff;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.market-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.market-card .media {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  fallback: url('<?php echo base_url();?>home/assets/img/fallback.jpg');
}
.market-card .meta {
  padding: 0.7rem;
}
.market-card h5 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-blue);
  font-family: "Montserrat", sans-serif;
}
.market-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
}

.badge-pill {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.7rem;
  background: linear-gradient(90deg, var(--brand-yellow), #f6b70b);
  color: #0b0b0b;
  box-shadow: 0 3px 10px rgba(249, 194, 26, 0.2);
}
.card-image-wrap {
  position: relative;
}


/* REFERRAL BANNER */
.referral-banner {
  max-width: 1200px;
  margin: 1.25rem auto;
  border-radius: var(--card-radius);
  overflow: hidden;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  background: linear-gradient(90deg, var(--brand-blue), rgba(30, 111, 216, 0.75));
  color: #fff;
  padding: 1rem;
}
.referral-banner .text-section h2 {
  margin: 0 0 0.2rem;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.referral-banner .get-started-btn {
  background: var(--brand-yellow);
  border: 0;
  color: #0f1723;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.2s ease;
}
.referral-banner .get-started-btn:hover {
  transform: scale(1.03);
}

/* WHY CHOOSE */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}
.why-card {
  background: #fff;
  padding: 0.9rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease;
}
.why-card:hover {
  transform: translateY(-3px);
}
.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.4rem;
  background: var(--soft-blue);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hero {
    padding: 1.75rem 1rem;
    min-height: 250px;
  }
  .hero .headline {
    font-size: 1.75rem;
  }
  .search-card {
    flex-direction: column;
    gap: 0.5rem;
  }
  .referral-banner {
    flex-direction: column;
    text-align: center;
  }
  .section-title h3 {
    font-size: 1.3rem;
  }
  .cat-card {
    min-width: 110px;
  }
  .cat-card img {
    width: 48px;
    height: 48px;
  }
}


/* listing page start */

 :root {
  --sh-primary: #f1c40f;
  --sh-secondary: #2c3e50;
  --sh-light-gray: #f8f9fa;
  --sh-border: #e9ecef;
  --sh-text-muted: #000;
}

.navbar-brand-892 {
  font-weight: bold;
  font-size: 2rem;
  color: var(--sh-secondary) !important;
}

.navbar-brand-892 .text-primary-451 {
  color: var(--sh-primary) !important;
}

.nav-link-673 {
  color: var(--sh-secondary) !important;
  font-weight: 500;
  margin: 0 ;
}

.nav-link-673:hover {
  color: var(--sh-primary) !important;
}

.btn-post-294 {
  background-color: var(--sh-primary);
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 8px;
  color: white;
  transition: background-color 0.3s;
}

.btn-post-294:hover {
  background-color: #f1c40f;
  color: #000;
}

.breadcrumb-container-785 {
  background-color: var(--sh-light-gray);
  padding: 20px 0;
  
}

.title-section-912 {
  margin: 40px 0;
}

.title-main-348 {
  color: var(--sh-secondary);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.category-tabs-567 {
  border-bottom: 2px solid var(--sh-border);
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.tab-item-134 {
  padding: 15px 30px;
  margin-right: 20px;
  border: none;
  background: transparent;
  color: var(--sh-text-muted);
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  position: relative;
  transition: all 0.3s;
}

.tab-item-134.active-829 {
  background-color: var(--sh-primary);
  color: #000;
  font-weight: bold;
}

.tab-item-134:not(.active-829):hover {
  background-color: var(--sh-light-gray);
  color: var(--sh-secondary);
}

.sub-categories-456 {
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.sub-cat-btn-718 {
  padding: 12px 30px;
  margin: 0 15px 15px 0;
  border: 2px solid var(--sh-border);
  background: white;
  color: var(--sh-secondary);
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s;
}

.sub-cat-btn-718.active-239 {
  background-color: var(--sh-primary);
  border-color: var(--sh-primary);
  color: white;
}

.sub-cat-btn-718:hover {
  border-color: var(--sh-primary);
  color: var(--sh-primary);
}

.filters-sidebar-623 {
  background-color: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.filter-title-807 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--sh-secondary);
  margin-bottom: 25px;
}

.filter-group-951 {
  margin-bottom: 25px;
}

.filter-label-463 {
  font-weight: 600;
  color: var(--sh-secondary);
  margin-bottom: 12px;
  display: block;
}

.filter-select-729 {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--sh-border);
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  transition: all 0.3s;
}

.filter-select-729:focus {
  border-color: var(--sh-primary);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(22, 160, 133, 0.25);
}

.btn-apply-184 {
  width: 100%;
  background-color: var(--sh-primary);
  border: none;
  padding: 15px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 16px;
  color: white;
  transition: background-color 0.3s;
}

.btn-apply-184:hover {
  background-color: #f1c40f;
}

.listings-header-375 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.results-count-692 {
  color: var(--sh-text-muted);
  font-size: 15px;
  margin-bottom: 10px;
}

.car-card-518 {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 90%;
}

.car-card-518:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.car-image-container-836 {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.car-image-947 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.premium-badge-271 {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(#f1c40f);
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.car-actions-659 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
}

.action-btn-421 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sh-secondary);
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.action-btn-421:hover {
  background: var(--sh-primary);
  color: white;
  transform: scale(1.1);
}

.car-details-783 {
  padding: 25px;
}

.car-title-192 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sh-secondary);
  margin-bottom: 10px;
  height: 1.6rem;
  overflow: hidden;
}

.car-price-645 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sh-primary);
  margin-bottom: 15px;
}

.car-specs-396 {
  display: flex;
  gap: 20px;
  color: var(--sh-text-muted);
  font-size: 14px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.spec-item-778 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.car-location-549 {
  color: var(--sh-text-muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.privacy-modal-613 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  z-index: 1050;
  animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-title-847 {
  font-weight: 700;
  color: var(--sh-secondary);
  margin-bottom: 15px;
}

.modal-text-925 {
  color: var(--sh-text-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.modal-actions-386 {
  display: flex;
  gap: 10px;
}

.btn-manage-752 {
  background: transparent;
  border: 2px solid var(--sh-border);
  color: var(--sh-secondary);
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-manage-752:hover {
  background-color: var(--sh-light-gray);
}

.btn-accept-694 {
  background: var(--sh-primary);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.btn-accept-694:hover {
  background: #148f77;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination {
  gap: 10px;
}

.page-link {
  border-radius: 8px !important;
  min-width: 40px;
  text-align: center;
}

.page-item.active .page-link {
  background-color: var(--sh-primary);
  border-color: var(--sh-primary);
}

.page-link:hover {
  color: var(--sh-primary);
}


/* --- Filter Sidebar Fix --- */
.filters-sidebar-623 {
  background-color: white;
  border-radius: 12px;
  padding: 18px;  /* smaller padding */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: fit-content;
  max-width: 260px;  /* sidebar smaller */
}

/* Title inside sidebar */
.filter-title-807 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Filter groups spacing */
.filter-group-951 {
  margin-bottom: 18px;
}

/* Label styling */
.filter-label-463 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/* --- Checkbox / Radio List --- */
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin: 8px 0;  
  display: flex;
  align-items: center;
  gap: 8px;       /* gap between box and text */
}

.filter-list input[type="checkbox"],
.filter-list input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: var(--sh-primary); /* yellow accent */
  cursor: pointer;
}

.filter-list label {
  font-size: 14px;
  color: var(--sh-secondary);
  cursor: pointer;
}

/* Active selected label */
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: 600;
  color: var(--sh-primary);
}


.search-box {
  margin-top: 20px;
  position: relative;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
  border: transparent;
}


.filter-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.custom-select {
  position: relative;
  margin-bottom: 25px;
}

.custom-select select {
  width: 100%;
  padding: 10px 12px 10px 35px;
  border-radius: 10px;
  border: 1px solid #ccc;
  appearance: none;
  font-size: 14px;
  background-color: #f9f9f9;
}

.location-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
}

.price-filter {
  margin-top: 10px;
}

.price-range-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.price-input label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.price-box {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
}

     .range-slider {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 5px;
  background: #222;
  outline: none;
  margin-top: 10px
}


 .col-md-6.col-xl-4 {
        padding: 9px;
}

 .car-rating {
    color: #f5c518;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-score {
    color: #333;
    margin-left: 6px;
    font-size: 14px;
}

.car-details-783 .btn {
  text-transform: uppercase;
  font-weight: 500;
}
.car-details-783 .btn:hover{
    color: #000;
    background-color: #f1c40f;
}
/* --- Toggle Button Style --- */
.filter-toggle-btn {
  display: none;
  background-color: #f1c40f;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 10px 16px;
  margin: 10px 0;
  width: 100%;
  text-align: left;
  font-size: 16px;
}

/* --- Sidebar Hidden on Mobile --- */
@media (max-width: 991px) {
  .filter-toggle-btn {
    display: block;
  }

  .filter-sidebar-wrapper {
    display: none;
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .filter-sidebar-wrapper.active {
    display: block;
  }
}

/* Small Devices (Phones) */
@media (max-width: 576px) {
  .search-box input[type="text"],
  .custom-select select,
  .price-box {
    font-size: 13px;
    padding: 8px;
  }

  .filter-label,
  .price-input label {
    font-size: 13px;
  }

  .car-details-783 h3 {
    font-size: 18px;
  }

  .car-details-783 .btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .car-rating {
    font-size: 14px;
  }

  .premium-badge-271 {
    font-size: 12px;
    padding: 3px 8px;
  }

  .action-btn-421 {
    font-size: 14px;
    padding: 4px 6px;
  }
}

/* Medium Devices (Tablets) */
@media (max-width: 768px) {
  .search-box input[type="text"] {
    padding: 10px;
  }

  .filter-list li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .car-title-192 {
    font-size: 20px;
  }

  .price-box {
    width: 100%;
  }

  .range-slider {
    height: 5px;
  }
}

/* Hide filters for extra small screens if needed */
@media (max-width: 480px) {
  .filter-section {
    display: none;
  }
}

/* listing page end */
/* WHY COOSE US SECTION */

.why-choose-section {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

.why-choose-container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #000;
}

.why-choose-title span {
  color: #ffb800;
}

.why-choose-desc {
  color: #666;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  font-size: 1rem;
  line-height: 1.6;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.why-choose-card {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.why-choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem auto;
  background-color: #ffe7ec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle img {
  width: 30px;
  height: 30px;
}

.why-choose-card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #222;
}

.why-choose-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 768px) {
  .why-choose-title {
    font-size: 1.6rem;
  }

  .why-choose-desc {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .why-choose-grid {
    grid-template-columns: 1fr; /* Stack cards vertically */
    gap: 1.2rem;
  }

  .why-choose-card {
    padding: 1.5rem 1rem;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .icon-circle img {
    width: 24px;
    height: 24px;
  }

  .why-choose-card h4 {
    font-size: 1.05rem;
  }

  .why-choose-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .why-choose-title {
    font-size: 1.4rem;
  }

  .why-choose-desc {
    font-size: 0.9rem;
  }

  .icon-circle {
    width: 45px;
    height: 45px;
  }

  .icon-circle img {
    width: 20px;
    height: 20px;
  }
}


/* footer */
.footer-738 {
  background-color: #000; /* Match logo background */
  color: #ccc;
  padding: 50px 0;
  font-size: 15px;
}

.footer-738 .footer-logo {
  font-size: 26px;
  font-weight: 700;
  color: #f1c40f; /* Yellow from logo */
  margin-bottom: 20px;
}

.footer-738 .footer-logo span {
  color: #3498db; 
}

.footer-738 .footer-links h5 {
  color: #f1c40f;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;      
  padding-left: 0;       
}

.footer-738 .footer-links ul {
  padding-left: 0;       
  margin-left: 0;
}


.footer-738 ul li {
  margin-bottom: 10px;
}

.footer-738 ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
 
}

.footer-738 ul li a:hover {
  color: #3498db; 
  padding-left: 6px;
}

.footer-738 i {
  color: #f1c40f;
  margin-right: 8px;
}

.footer-738 .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

/* Full footer styling (shown only on desktop) */
.desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

/* Mobile icon footer styles */
@media (max-width: 768px) {
  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000;
    padding: 0.75rem 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #333;
  }

  .mobile-footer a {
    color: #f1c40f;
    font-size: 1.4rem;
    text-decoration: none;
  }

  .mobile-footer a:hover {
    color: #fff;
  }
}

/* singup page */
.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
margin: 20px auto;

}
.login-container {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      width: 600px;
      height: 750px;
    }
    .tabs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .tabs button {
      flex: 1;
      padding: 10px;
      border: none;
       border-radius: 5px;
      background: #f0fff4;
      font-weight: bold;
      color: #6058B6;
      cursor: pointer;
    }
    .tabs button:first-child {
      background: transparent;
       color: #333;
    }
    .social-login {
      display: flex;
      gap: 10px;
      margin: 10px 0;
    }
    .social-login button {
      flex: 1;
      padding: 10px;
      border: 1px solid #D0D5DD;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
    }

    .social-google:hover, .social-apple:hover {
      background:  #D0D5DD;
      color: #333;
    }
   .input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .input-group input {
      width: 100%;
      padding: 12px 12px 12px 40px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .input-group i {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      color: #888;
    }

    .login-btn {
      width: 100%;
      padding: 12px;
     background:  #ffb800;
      color:  #000;
      border: none;
      border-radius: 8px;
      margin-top: 15px;
      cursor: pointer;
      font-weight: bold;
     
    }
    .login-btn:hover {
      background: white;
      color:#000;
    }
    .bottom-text {
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
    }
    .bottom-text a {
      color: #6058B6;
      text-decoration: none;
    }
    .forgot {
      font-size: 12px;
      text-align: right;
      margin-top: -8px;
      margin-bottom: 10px;
    }

    .close-btn {
  position: absolute;
  top: 10px;
 left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 24px;
}
.close-btn i {
  font-size: 30px; 
  color: #000;     
}

.toggler-icon {
    position: absolute;
   left: 5px;
    top: 10%;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    width: 36px;
    height: 36px;
    display: flex;
}
.toggler-eye{
    position: absolute;
    right: 5px;
    top: 10%;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    width: 36px;
    height: 36px;
    display: flex;

}

.forgot .bottom-text {
      text-align: center;
      color: #333;
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
}

.forgot .bottom-text a {

    color: #6058B6;
      text-decoration: none;
      font-weight: bold;
}
.user-role-select {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  cursor: pointer;
}
/* ========== Mobile (max-width: 767px) ========== */
@media (max-width: 767px) {
  .center-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 20px 10px;
  }

  .login-container {
    width: 90%;
    height: auto;
    padding: 20px;
  }

  .tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tabs button {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  .social-login {
    flex-direction: column;
    gap: 10px;
  }

  .social-login button {
    width: 100%;
    padding: 10px;
  }

  .input-group input {
    font-size: 13px;
    padding: 10px 10px 10px 36px;
  }

  .login-btn {
    font-size: 14px;
    padding: 10px;
  }

  .bottom-text,
  .forgot {
    font-size: 12px;
  }

  .close-btn {
    top: 8px;
    left: 10px;
    font-size: 20px;
  }

  .close-btn i {
    font-size: 26px;
  }

  .toggler-icon,
  .toggler-eye {
    width: 30px;
    height: 30px;
    top: 12%;
  }

  .forgot .bottom-text {
    font-size: 16px;
  }

  .user-role-select {
    font-size: 13px;
    padding: 10px;
  }
}

/* ========== Tablet (768px to 1024px) ========== */
@media (min-width: 768px) and (max-width: 1024px) {
  .login-container {
    width: 85%;
    height: auto;
    padding: 25px;
  }

  .tabs button {
    font-size: 15px;
  }

  .login-btn {
    font-size: 15px;
    padding: 12px;
  }

  .bottom-text,
  .forgot {
    font-size: 13px;
  }

  .forgot .bottom-text {
    font-size: 18px;
  }

  .user-role-select {
    font-size: 14px;
    padding: 11px;
  }
}

/* login page */


 .login-container {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      width: 600px;
      height: 600px;
    }
    .tabs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .tabs button {
      flex: 1;
      padding: 10px;
      border: none;
       border-radius: 5px;
      background: #f0fff4;
      font-weight: bold;
      color: #6058B6;
      cursor: pointer;
    }
    .tabs button:last-child {
      background: transparent;
       color: #333;
    }
    .social-login {
      display: flex;
      gap: 10px;
      margin: 10px 0;
    }
    .social-login button {
      flex: 1;
      padding: 10px;
      border: 1px solid #D0D5DD;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
    }

    .social-google:hover, .social-apple:hover {
      background:  #D0D5DD;
      color: #333;
    }
   .input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .input-group input {
      width: 100%;
      padding: 12px 12px 12px 40px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .input-group i {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      color: #888;
    }

    .login-btn {
      width: 100%;
      padding: 12px;
      background:  #ffb800;
      color:  #000;
      border: none;
      border-radius: 8px;
      margin-top: 15px;
      cursor: pointer;
      font-weight: bold;
     
    }
    .login-btn:hover {
      background: white;
      color: #000;
    }
    .bottom-text {
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
    }
    .bottom-text a {
      color: #6058B6;
      text-decoration: none;
    }
    .forgot {
      font-size: 12px;
      text-align: right;
      margin-top: -8px;
      margin-bottom: 10px;
    }

    .close-btn {
  position: absolute;
  top: 10px;
 left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 24px; 
}
.close-btn i {
  font-size: 30px; 
  color:  #000;     
}

.toggler-icon {
    position: absolute;
   left: 5px;
    top: 10%;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    width: 36px;
    height: 36px;
    display: flex;
   
 
}
.toggler-eye{
    position: absolute;
    right: 5px;
    top: 10%;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    width: 36px;
    height: 36px;
    display: flex;

}

.forgot .bottom-text {
      text-align: center;
      color: #333;
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
}

.forgot .bottom-text a {

    color: #6058B6;
      text-decoration: none;
      font-weight: bold;
}
/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .login-container {
    width: 90%;
    height: auto;
    padding: 20px;
  }

  .tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tabs button {
    font-size: 14px;
  }

  .social-login {
    flex-direction: column;
  }

  .social-login button {
    width: 100%;
  }

  .input-group input {
    padding: 10px 10px 10px 36px;
    font-size: 13px;
  }

  .login-btn {
    font-size: 14px;
    padding: 10px;
  }

  .bottom-text,
  .forgot {
    font-size: 12px;
  }

  .close-btn {
    top: 8px;
    left: 10px;
    font-size: 20px;
  }

  .close-btn i {
    font-size: 26px;
  }

  .toggler-icon,
  .toggler-eye {
    width: 30px;
    height: 30px;
    top: 12%;
  }

  .forgot .bottom-text {
    font-size: 16px;
  }
}

/* Tablet (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .login-container {
    width: 80%;
    height: auto;
    padding: 25px;
  }

  .tabs button {
    font-size: 15px;
  }

  .login-btn {
    font-size: 15px;
    padding: 12px;
  }

  .bottom-text,
  .forgot {
    font-size: 13px;
  }

  .forgot .bottom-text {
    font-size: 18px;
  }
}
/* forgot passsword page */

 .forgot-password-container {
      background: white;
      padding: 50px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      width: 600px;
      height: 500px;
      text-align: center;
      
    }

    .forgot-password-container h2 {
      margin-bottom: 10px;
    }

    .forgot-password-container p {
      color: #555;
      font-size: 14px;
      margin-bottom: 25px;
    }

    .forgot-input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .forgot-input-group input {
      width: 100%;
      padding: 12px 12px 12px 40px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .forgot-input-group i {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      color: #888;
    }

    .btn {
      width: 100%;
      padding: 12px;
     background:  #ffb800;
      color:  #000;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    }

    .login {
     margin-top: 20px; 
      font-size: 14px;
    }

    .login a {
      color: #6058B6;
      text-decoration: none;
    }

  .close-btn {
  position: absolute;
  top: 10px;
 left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 24px; 
}
.close-btn i {
  font-size: 30px; 
  color:  #000;     
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
  .forgot-password-container {
    width: 90%;
    height: auto;
    padding: 30px 20px;
  }

  .forgot-password-container h2 {
    font-size: 20px;
  }

  .forgot-password-container p {
    font-size: 13px;
  }

  .forgot-input-group input {
    padding: 10px 10px 10px 35px;
    font-size: 13px;
  }

  .btn {
    font-size: 14px;
    padding: 10px;
  }

  .close-btn {
    font-size: 20px;
    top: 5px;
    left: 10px;
  }

  .close-btn i {
    font-size: 26px;
  }
}

/* Tablet (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .forgot-password-container {
    width: 80%;
    height: auto;
    padding: 40px 30px;
  }

  .forgot-password-container h2 {
    font-size: 22px;
  }

  .forgot-password-container p {
    font-size: 13.5px;
  }

  .btn {
    font-size: 15px;
  }
}
/* contact us page */

    :root {
      --brand-yellow: #F9C21A;
      --brand-blue: #1E6FD8;
      --soft-blue: #e6f0ff;
      --text-dark: #111827;
    }

  .contact-wrapper {
      max-width: 1200px;
      margin: 100px auto 50px;
      padding: 2rem;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .contact-header {
      text-align: center;
      margin-bottom: 2rem;
    }
    .contact-header h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--brand-blue);
    }
    .contact-header h1 span {
      color: var(--brand-yellow);
    }
    .contact-header p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
      max-width: 800px;
      margin: 0.5rem auto 0;
    }

    .contact-body {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-top: 2rem;
    }

    .contact-form-box {
      flex: 1 1 48%;
      background: var(--soft-blue);
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .contact-form-box h3 {
      font-weight: 600;
      color: var(--brand-blue);
      margin-bottom: 1.5rem;
    }
    .contact-form-box input,
    .contact-form-box textarea {
      width: 100%;
      padding: 0.75rem;
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
    }
    .contact-form-box button {
      background-color: var(--brand-blue);
      color: #fff;
      border: none;
      padding: 0.75rem 1rem;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .contact-form-box button:hover {
      background-color: var(--brand-yellow);
      color: var(--text-dark);
    }

    .contact-map-box {
      flex: 1 1 48%;
      min-height: 350px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .contact-info-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }
    .contact-info-item {
      flex: 1 1 calc(25% - 20px);
      min-width: 220px;
      background: var(--soft-blue);
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      font-size: 0.95rem;
      color: var(--text-dark);
    }
    .contact-info-item i {
      color: var(--brand-yellow);
      margin-right: 8px;
    }
    .contact-info-item strong {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
      color: var(--brand-blue);
    }

    @media(max-width:1024px){
      .contact-body { flex-direction: column; }
      .contact-form-box, .contact-map-box { flex: 1 1 100%; }
      .contact-info-item { flex: 1 1 100%; }
    }
    @media(max-width:768px){
      .contact-header h1 { font-size: 2rem; }
      .contact-form-box h3 { font-size: 1.3rem; }
    }
    @media(max-width:480px){
      .contact-header h1 { font-size: 1.6rem; }
      .contact-form-box button { width: 100%; }
    }

  /* aboutus start */


  .section-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  display: inline-block; 
}


    .aboutus-section {
      padding: 80px 0;
      background-color: #fff;
    }

    .section-title {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 15px;
      position: relative;
      text-transform: uppercase;
      color: #000;
    }

    .section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 120px;
      height: 3px;
      background-color: #fdb801;
    }

    .aboutus-text {
      color: #000;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px;
    }

    .section-box {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 25px;
      margin-bottom: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .section-box:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,0.12);
      transform: translateY(-5px);
    }

    .feature-box {
      display: flex;
      align-items: start;
      margin-bottom: 25px;
    }

    .iconset .icon {
      border: 1px solid #fdb801;
      border-radius: 50%;
      color: #fdb801;
      font-size: 24px;
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
    }

    .feature-content {
      padding-left: 20px;
    }

    .feature-content h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #000;
    }

    .feature-content p {
      font-size: 14px;
      color: #606060;
      margin: 0;
    }
/* listing page start */

.default-hero-banner{
width:100%;
background-image:url("https://i.ibb.co/DgRMWdv/default-bg.jpg");
background-size:cover;
background-attachment:fixed;
}

.default-hero-banner section{
padding:5rem;
text-align:center;
color:var(--white);
font-size:1.6em;
}


/* privacy page */

.privacy-container {
  max-width: 90%;
  margin: 100px auto;
  padding: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.7;
}

.privacy-container h1 {
  margin-top: 2px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  position: relative;

}

.privacy-container h1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fbb800;
  border-radius: 2px;
 
}

.privacy-container h2 {
  color: #000;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 12px;
  border-left: 4px solid #fbb800;
}

.privacy-container p {
  margin-bottom: 1rem;
    margin-top: 2rem;
  color: #333;
}

.privacy-container ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.privacy-container ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

.privacy-container .contact-box {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #fff8e1;
  border-left: 4px solid #fbb800;
  border-radius: 5px;
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .privacy-container {
    padding: 1rem;
  }

  .privacy-container h1 {
    font-size: 1.8rem;
  }

  .privacy-container h2 {
    font-size: 1.1rem;
  }
}
/* listing view  */
 .main-image-wrapper {
      position: relative;
      width: 100%;
    }
    .main-image-wrapper img {
      width: 100%;
      height: 450px;
      object-fit: cover;
      
    }
    .image-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      font-size: 24px;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 2;
    }
    .image-nav-btn.left {
      left: 10px;
    }
    .image-nav-btn.right {
      right: 10px;
    }
    .highlight-box {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
    }
    .btn-interest {
      border: 2px solid #000;
      color: #000;
      font-weight: 600;
      transition: all 0.3s ease;
      margin-bottom: 10px;
    }
    .btn-interest:hover {
      background: #000;
      color: #fff;
    }
    .deal-brief h2 {
      font-weight: 700;
      text-align: center;
      margin: 30px 0;
      display: flex;
      flex-wrap: wrap;
    }
    .deal-features i {
      color: #f1c40f;
      margin-right: 10px;
    }
    .deal-info p {
      margin-bottom: 10px;
    }
      .related-deals-slider img {
  transition: transform 0.3s ease;
}
.related-deals-slider img:hover {
  transform: scale(0.9);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; 
  width: 3rem;
  height: 3rem;
  background-color: black;
  mask-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.carousel-control-next-icon {
  transform: rotate(180deg);
}
/* Tablets and smaller (≤ 992px) */
@media (max-width: 992px) {
  .main-image-wrapper img {
    height: 300px;
  }

  .image-nav-btn {
    font-size: 20px;
    padding: 8px 12px;
  }

  .highlight-box {
    padding: 20px;
  }

  .btn-interest {
    font-size: 14px;
    padding: 8px;
  }

  .deal-brief h2 {
    font-size: 22px;
    margin: 20px 0 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* Mobile devices (≤ 576px) */
@media (max-width: 576px) {
  .main-image-wrapper img {
    height: 220px;
  }

  .image-nav-btn {
    font-size: 18px;
    padding: 6px 10px;
  }

  .highlight-box {
    padding: 15px;
  }

  .btn-interest {
    font-size: 13px;
    padding: 7px;
  }

  .deal-brief h2 {
    font-size: 20px;
  }

  .deal-features p,
  .deal-info p {
    font-size: 14px;
  }

  .related-deals-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .related-deals-slider img {
    width: 100px !important;
    height: 80px !important;
    display: block;
    margin: 0 auto;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
}

  /* seller ,buyer pannel */

.buyercontainer{
    margin-top: 100px; 
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
}
   

 .buyer-tab-wrapper::-webkit-scrollbar {
  display: none;
}

.buyer-tab-wrapper {
  -ms-overflow-style: none;  
  scrollbar-width: none;     
}

.buyer-tab-btn {
  border: none;
  padding: 8px 14px;
  border-radius: 30px;
  gap: 10px;
  overflow-x: auto;     
  white-space: nowrap;  
  scroll-behavior: smooth;
  margin: 2px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.buyer-tab-btn.active {
  background-color: #ffc107;
  color: #000;
}


    .section-box {
      background: white;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    h5 {
      font-weight: 600;
      text-align: center;
    }

    .section-box p {
      margin: 0;
    }

    .table th, .table td {
      vertical-align: middle;
    }
    .buyer-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  text-transform: capitalize;
}

.buyer-badge.bg-success {
  background-color: #28a745;
}

.buyer-badge.bg-danger {
  background-color: #dc3545;
}

.buyer-badge.bg-warning {
  background-color: #ffc107;
  color: #212529;
}

.buyer-badge.bg-primary {
  background-color: #007bff;
}

.buyer-badge.bg-secondary {
  background-color: #6c757d;
}

.action-btn {
  padding: 4px 10px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.action-btn.edit {
  background-color: #0d6efd;
  color: white;
}

.action-btn.delete {
  background-color: #dc3545;
  color: white;
}

.action-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.buyer-submite-btn {
  background-color: #ffc107;
  color: #000;
  padding: 6px 20px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.buyer-submite-btn:hover {
  background-color: #5f5113;
  color: #000;
  transform: scale(1.05);
}
.mb-3{

width: 600px;

}
.mb-3 input,
.mb-3 textarea,
.mb-3 select {
  width: 100%;
  
}
.mb-3 {
  width:100%;
  margin: 0 auto;
}


 .form-step {
  display: none;
}

.form-step.active {
  display: block;
}


/* Yellow Themed Step Buttons */
 .step-btn-yellow {
  background-color: #fbb800;
  color: #000;
  border: none;
  padding: 10px 20px;
  width:150px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 5px;
}

.step-btn-yellow:hover {
  background-color: #e0a800;
  color: #fff;
  transform: translateY(-2px);
}

/* Step Circle Indicators */
.step-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ddd;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.step-circle.active {
  background-color: #f7c100;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
 .buyer-tab-content {
    display: none;
  }
  .buyer-tab-content.active {
    display: block;
  }
  
/* Navigation container spacing */
.d-flex.justify-content-between.mt-4 {
  margin-top: 30px;
}
.form-step h6{
  text-align: center;
}
@media (max-width: 768px) {
  .mb-3 {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buyer-tab-btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .buyer-submite-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }

  .section-box {
    padding: 15px;
  }

  .table {
    font-size: 14px;
  }

  .action-btn {
    font-size: 12px;
    padding: 4px 8px;
  }

  h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-box table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0;
  }

  .section-box table thead {
    background-color: #f8f9fa;
    font-size: 14px;
  }

  .section-box table td,
  .section-box table th {
    font-size: 13px;
    padding: 10px;
    text-align: left;
    min-width: 120px; 
  }

  .section-box h5 {
    font-size: 16px;
  }

  .action-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
}



/*sellerpanel plan section*/

/* Pricing Card Styling */
.pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.basic-card {
  background: #fff8e1; 
}
.premium-card {
  background: #f3e5f5; 
}
.enterprise-card {
  background: #e3f2fd; 
}

/* Price */
.pricing-card h2 {
  font-size: 2rem;
  font-weight: 700;
}

/* Features */
.pricing-card ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

/* Buttons */
.pricing-card .btn {
  border-radius: 8px;
  padding: 10px 0;
}