.navbar-brand,
.navbar-nav .nav-link,
.dropdown-toggle {
  color: black !important;
}


h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.filter-section {
  font-family: Arial, sans-serif;
  width: 260px;
}

.label-title {
  display: block;
  margin: 10px 0 6px;
  font-weight: 500;
  font-size: 15px;
}

/* PRICE BOX */
.price-filter {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}

.price-btn {
  flex: 1;
  padding: 10px 0;
  background: white;
  border: none;
  border-right: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}

.price-btn:last-child {
  border-right: none;
}

/* ACTIVE STATE */
.price-btn.active {
  background: #000;
  color: #fff;
}

.suggested-section {
  font-family: Arial, sans-serif;
  width: 260px;
  margin-top: 20px;
  border-top: 1px solid rgb(240 240 240);
  padding: 20px 0px;
}

.suggested-section h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.suggest-item {
  display: flex;
  align-items: center;
  margin-bottom: -29px;
  cursor: pointer;
  font-size: 14px;

}

.suggest-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}

.suggest-item .time {
  font-size: 13px;
  color: #888;
}


.category-section {
  font-family: Arial, sans-serif;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(240 240 240);
  padding: 20px 0px;
}

.category-section h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cat-pill {
  padding: 6px 14px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  width: fit-content;
  cursor: pointer;
  transition: 0.2s;
}

.cat-pill:hover {
  border-color: #999;
}

.see-all {
  display: inline-block;
  margin-top: 8px;
  color: #0073bb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.see-all:hover {
  text-decoration: underline;
}

.cat-pill {
  padding: 6px 14px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  width: fit-content;
  cursor: pointer;
  transition: 0.2s;
}

/* Hover */
.cat-pill:hover {
  border-color: #999;
}

/* Active state */
.cat-pill.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.features-section {
  font-family: Arial, sans-serif;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(240 240 240);
  padding: 20px 0px;
}

.features-section h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;

}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: -26px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.feature-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}

.blue-text {
  color: #0073bb;
  font-weight: 600;
}

.see-all {
  display: inline-block;
  margin-top: 8px;
  color: #0073bb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.see-all:hover {
  text-decoration: underline;
}

.distance-section {
  font-family: Arial, sans-serif;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(240 240 240);
  padding: 20px 0px;
}

.distance-section h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.distance-item {
  display: flex;
  align-items: center;
  margin-bottom: -26px;
  cursor: pointer;
  font-size: 14px;
}

.distance-item input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #0073bb;
  /* Blue Yelp style */
}

.map-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
}

#map {
  width: 100%;
  height: 100%;
}

.map-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.map-controls input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Arial, sans-serif;
}

.breadcrumb-category {
  font-size: 14px;
  color: #666;
}

.page-title {
  font-size: 28px;
  font-weight: 700;
  color: #1c1c1c;
  margin-top: 5px;
  line-height: 1.3;
}

.sort-section {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.sort-label {
  color: #333;
}

.sort-dropdown {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
}

.sort-dropdown .chevron {
  font-size: 12px;
  opacity: 0.8;
}

.sort-dropdown:hover {
  text-decoration: underline;
}

.sort-icon {
  font-size: 16px;
  opacity: 0.7;
  cursor: pointer;
}

.estimate-box {
  border: 2px dashed #e4e4e4;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
  font-family: Arial, sans-serif;
  background: #fff;
}

.estimate-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1c1c1c;
}

.estimate-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
}

.estimate-btn {
  background: #ffc107;
  /* Yelp red */
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}

.estimate-btn:hover {
  background: #ffc107;
}

.estimate-image img {
  width: 60px;
}

/* Responsive */
@media (max-width: 768px) {
  .estimate-box {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .estimate-image img {
    width: 100px;
  }
}

.sponsored-wrapper {
  font-family: Arial, sans-serif;
  margin-top: 25px;
}

.sponsored-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sponsored-card {
  display: flex;
  gap: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

/* LEFT IMAGE */
.s-card-image img {
  width: 160px;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
}

/* CONTENT AREA */
.s-card-content {
  flex: 1;
}

.s-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.biz-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.rating-row {
  font-size: 14px;
  color: #444;
}

.stars {
  color: #d32323;
  font-size: 16px;
}

.biz-tags {
  margin-top: 6px;
}

.tag {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  margin-right: 6px;
  display: inline-block;
}

/* Address */
.biz-address {
  text-align: right;
  color: #333;
  font-size: 14px;
}

/* Meta Info */
.biz-meta {
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Review Summary */
.biz-quote {
  font-size: 14px;
  margin-bottom: 6px;
}

.biz-review {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.more-link {
  color: #0073bb;
  cursor: pointer;
}

/* Bottom Row */
.biz-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-group img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  object-fit: contain;
}

.portfolio-btn {
  background: #757575;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

/* Verified License */
.verified {
  margin-top: 6px;
  font-size: 14px;
  color: #0073bb;
  font-weight: 600;
}

.blue-check {
  color: #0073bb;
  margin-right: 4px;
}

/* Photo Gallery */
.photo-gallery {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.photo-gallery img {
  width: 110px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #eee;
}

.special-offers-full {
  width: 100%;
}

.special-offers-section {
  width: 100%;
}

.special-offers-section {
  font-family: Arial, sans-serif;
  margin: 30px 0;
}

.special-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.special-header .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.special-header h3 {
  font-size: 18px;
  font-weight: 700;
}

.sponsored {
  font-size: 13px;
  color: #777;
}

.info {
  font-size: 14px;
  opacity: 0.8;
  cursor: pointer;
}


.arrows {
  display: flex;
  gap: 10px;
}

.arrow-btn {
  background: #fff;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}

.offer-cards {
  display: flex;
  gap: 12px;
}

.offer-card {
  width: 180px;
  /* reduced from 240px → perfect for col-6 */
  flex-shrink: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
}

.offer-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
}

.badge {
  margin-top: 8px;
  display: inline-block;
  background: #e9f8ef;
  color: #0d8a3a;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.biz-name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
}

.rating-row {
  margin: 5px 0;
}

.stars {
  color: #ffc107;
  font-size: 15px;
}

.rating-num {
  font-size: 13px;
  color: #444;
  margin-left: 4px;
}

.verified {
  font-size: 13px;
  color: #0073bb;
  font-weight: 600;
  margin-bottom: 8px;
}

.responds {
  color: #444;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Buttons */
.offer-btn {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  border: none;
}

.offer-btn.red {
  background: #ffc107;
  color: white;
}

.offer-btn.white {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#carouselTrack {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
}

.offer-card {
  width: 240px;
  /* Keep fixed card width */
  flex-shrink: 0;
}

/* responsive */
@media (max-width: 768px) {
  .offer-card {
    width: 180px;
  }
}

/* CARD WRAPPER */
.listing-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
}

/* LEFT IMAGE */
.listing-image img {
  width: 220px;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
}

/* CONTENT MIDDLE */
.listing-content {
  flex: 1;
}

/* TITLE + ADDRESS ROW */
.listing-header {
  display: flex;
  justify-content: space-between;
}

.listing-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.listing-address {
  text-align: right;
  font-size: 14px;
  color: #555;
}

/* RATING */
.rating-row {
  margin-bottom: 6px;
}

.stars {
  color: #d32323;
  font-size: 18px;
}

.rating-number {
  font-size: 14px;
  color: #444;
  margin-left: 6px;
}

/* TAGS */
.tags {
  margin-bottom: 8px;
}

.tag {
  background: #f7f7f7;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 6px;
}

/* VERIFIED */
.verified {
  color: #0073bb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blue-check {
  margin-right: 4px;
}

/* META ROWS */
.biz-meta {
  font-size: 14px;
  color: #444;
  margin-bottom: 4px;
  display: flex;
  gap: 6px;
}

/* REVIEW SNIPPET */
.review-snippet {
  font-size: 14px;
  margin: 10px 0;
}

.quote-icon {
  margin-right: 6px;
}

.more-link {
  color: #0073bb;
}

/* GALLERY ROW */
.gallery-row {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  align-items: center;
}

.gallery-row img {
  width: 100px;
  height: 75px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #eee;
}

.portfolio-box {
  width: 110px;
  height: 75px;
  background: #747474;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

/* EXCELLENT ROW */
.excellent-row {
  font-size: 14px;
  color: #008000;
  margin-top: 5px;
}

.excellent-icon {
  margin-right: 6px;
}

/* RECENT REQUESTS */
.recent-requests {
  margin-top: 4px;
  font-size: 14px;
  color: #555;
}

/* RIGHT ACTION BUTTON */
.listing-action {
  display: flex;
  align-items: flex-end;
}

.pricing-btn {
  background: #FDCF09;
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.pricing-btn:hover {
  background: #ffc107;
}


/* ===============================
   GLOBAL MOBILE FIXES
================================ */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* ===============================
     HIDE SIDEBAR & MAP ON MOBILE
  ================================ */
  .col-2,
  .col-4 {
    display: none !important;
  }

  .col-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* ===============================
     CATEGORY HEADER
  ================================ */
  .category-header {
    flex-direction: column;
    gap: 10px;
  }

  .page-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .sort-section {
    align-self: flex-start;
  }

  /* ===============================
     ESTIMATE BOX
  ================================ */
  .estimate-box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .estimate-content h3 {
    font-size: 18px;
  }

  .estimate-btn {
    width: 100%;
  }

  /* ===============================
     SPONSORED CARD
  ================================ */
  .sponsored-card {
    flex-direction: column;
    padding: 15px;
  }

  .s-card-image img {
    width: 100%;
    height: auto;
  }

  .s-card-header {
    flex-direction: column;
    gap: 6px;
  }

  .biz-title {
    font-size: 18px;
  }

  .biz-address {
    text-align: left;
    font-size: 13px;
  }

  .biz-meta {
    flex-wrap: wrap;
  }

  .biz-bottom {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .portfolio-btn {
    width: 100%;
    text-align: center;
  }

  .qr-group img {
    width: 60px;
    height: 60px;
  }

  /* ===============================
     PHOTO GALLERY
  ================================ */
  .photo-gallery {
    flex-wrap: wrap;
  }

  .photo-gallery img {
    width: 30%;
    height: 70px;
  }

  /* ===============================
     SPECIAL OFFERS CAROUSEL
  ================================ */
  .offer-cards {
    gap: 12px;
  }

  .offer-card {
    width: 160px;
  }

  .offer-img {
    height: 110px;
  }

  /* ===============================
     LISTING CARD
  ================================ */
  .listing-card {
    flex-direction: column;
    padding: 15px;
  }

  .listing-image img {
    width: 100%;
    height: auto;
  }

  .listing-header {
    flex-direction: column;
    gap: 6px;
  }

  .listing-title {
    font-size: 18px;
  }

  .listing-address {
    text-align: left;
    font-size: 13px;
  }

  .biz-meta {
    flex-wrap: wrap;
  }

  .review-snippet {
    font-size: 13px;
  }

  /* ===============================
     GALLERY ROW
  ================================ */
  .gallery-row {
    flex-wrap: wrap;
  }

  .gallery-row img {
    width: 30%;
    height: 70px;
  }

  .portfolio-box {
    width: 30%;
    height: 70px;
    font-size: 12px;
  }

  /* ===============================
     ACTION BUTTON
  ================================ */
  .listing-action {
    width: 100%;
    margin-top: 15px;
  }

  .pricing-btn {
    width: 100%;
    font-size: 16px;
  }

}

/* ===============================
   FILTER BUTTON (MOBILE)
================================ */
.mobile-filter-btn {
  display: none;
}

@media (max-width: 768px) {
  .mobile-filter-btn {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

/* ===============================
   OFFCANVAS FILTER BODY
================================ */
.offcanvas-body {
  padding-bottom: 80px;
}

/* ===============================
   MAP HARD DISABLE MOBILE
================================ */
@media (max-width: 768px) {
  .map-wrapper {
    display: none !important;
  }
}
