/* carousel_se_2 product carousel*/

.carousel_se_2 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -40px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #ff385c;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_2 .owl-carousel .owl-nav button.owl-next:hover {
  background: #ff385c;
  color: #fff;
}
.carousel_se_2 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -40px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #ff385c;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.carousel_se_2 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #ff385c;
  color: #fff;
}

.carousel_se_2 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_2 .owl-arrow .owl-nav .owl-prev,
.carousel_se_2 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.carousel_se_2 .zoom {
  padding: 10px;
}

.carousel_se_2 .zoom:hover {
  transition: 2s;
}

.selected-ring {
  border: 2px solid #ff385c !important;
  box-shadow: 0 4px 12px rgba(255, 56, 92, 0.2);
}

.speciality-img-wrapper:hover {
  border-color: #ff385c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* ─── Category Hero ────────────────────────────────────────── */
.locaso-category-hero {
  border-bottom: 1px solid #f2f2f2;
}

.locaso-hero-title {
  color: #141414;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

/* ─── Swiggy-Style Specialities ──────────────────────────────── */
.speciality-img-wrapper {
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.speciality-click-item:hover .speciality-img-wrapper {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  border-color: var(--brand) !important;
}

.speciality-thumb {
  transition: transform 0.3s ease;
}

.speciality-click-item:hover .speciality-thumb {
  transform: scale(1.1);
}

/* ─── Sticky Results Header ─────────────────────────────────── */
.sticky-results-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  margin-top: -1px;
}

.active-filter-pill {
  border: 1px solid #d3d3d3;
  padding: 6px 12px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
}

.active-filter-pill:hover,
.active-filter-pill.active {
  background: #f0f0f5;
  border-color: #a0a0a0;
  color: #141414;
}

/* ─── Section Labels ────────────────────────────────────────── */
.locaso-section-label {
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

/* ─── Mobile Adjustments ────────────────────────────────────── */
@media (max-width: 768px) {
  .locaso-hero-title {
    font-size: 1.4rem;
  }
  
  .sticky-results-header {
    top: 56px !important;
  }
}

/* Results Grid */
.near-you-items, .away-from-you-items {
  margin-top: 1rem;
}

.near-you-vendor-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0,0,0,0.05) !important;
}

.near-you-vendor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
}

.near-you-vendor-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.05) 100%);
  pointer-events: none;
}

/* Empty State */
.noVendors h1 {
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 1rem;
}

.noVendors p {
  color: #686b78;
}

/* Filters */
.nav-pills .nav-link {
  color: #535665;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 5px;
  text-align: left;
}

.nav-pills .nav-link.active {
  background-color: #fff1f2 !important;
  color: #ff385c !important;
  font-weight: 600;
}

.nav-pills .nav-link i {
  margin-right: 10px;
  width: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .near-you-vendor-title {
    font-size: 0.85rem !important;
  }
}
