.image-gallery-modify {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
  gap: 20px; /* Space between grid items */
  margin: 20px auto;
}

.reels-container {
  grid-column: 1 / -1;
}

.reels {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0;
}

.image-item-modify {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.image-item-modify:hover {
  transform: scale(1.02);
}

.round_icon_img-modify {
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
}

.pic-modify {
  width: 100%;
  height: 260px;
  object-fit: fill;
  border-radius: 0;
}
.recent-name {
  text-align: left;
  padding-left: 15px;
}
.storename-index h6 {
  font-size: 18px;
}

.overlay-mall-text-modify {
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 5px;
}

.offers-nearby-modify {
  padding: 15px;
  flex-grow: 1; /* Ensures the content takes up the remaining space */
}

.storename-index-modify h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.margin-down-modify,
.index-cat-modify {
  display: block;
}
.rating-index-modify {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.rating-value-modify {
  font-size: 14px;
  color: #ff0000;
  margin-left: 5px;
}

.location-modify {
  margin-bottom: 10px;
  font-size: 14px;
}
.filter-buttons .btn {
  font-weight: 600;
  padding: 14px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.color-white {
  color: white !important;
}

.filter-btn-primary {
  background-color: #dc3545;
  color: #fff;
}

.filter-btn-primary:hover {
  background-color: #c82333;
  border: none;
  transform: translateY(-2px);
}

.filter-btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.filter-btn-secondary:hover {
  background-color: #5a6268;
  border: none;
  transform: translateY(-2px);
}

.filter-buttons .btn i {
  margin-right: 8px;
  font-size: 1.2em;
}

@media (max-width: 576px) {
  .filter-buttons .btn {
    font-size: 0.9rem;
  }
}
/* Modal Background */
.modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: none;
  overflow: hidden;
}

.modal-header {
  background-color: #343a40;
  color: #fff !important;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.modal-header .close {
  opacity: 1;
  font-size: 1.5rem;
}

.modal-body {
  padding: 1.5rem;
  background-color: #f8f9fa;
}

.modal-footer {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: none;
  justify-content: space-between;
}

/* Form Elements */
.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  border-color: #007bff;
}

/* Navigation Tabs */
.nav-tabs {
  border-bottom: 1px solid #e9ecef;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  color: #343a40;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  background-color: #e14e68; /* Background color for the active tab */
  color: #fff !important;
}
.nav-tabs .nav-link:hover {
  background-color: #e14e68; /* Background color for the hover state */
  color: #fff;
}

/* Tab Content */
.tab-pane h6 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #343a40;
}

/* Checkboxes */
.form-check-label {
  font-weight: 500;
  font-size: 1rem;
}

.form-check-input {
  margin-right: 0.75rem;
  transform: scale(1.2);
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-shadow: none;
}

/* Buttons */
.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.btn-secondary {
  background-color: #6c757d;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.btn-secondary:hover {
  background-color: #565e64;
  box-shadow: 0 6px 16px rgba(108, 117, 125, 0.4);
}

/* Scrollable Category/Brand Lists */
.categories-list,
.brands-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 1rem;
}

/* Smooth Scroll */
.categories-list::-webkit-scrollbar,
.brands-list::-webkit-scrollbar {
  width: 6px;
}

.categories-list::-webkit-scrollbar-thumb,
.brands-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* Parent Checkbox Alignment */
.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 2.5em;
}

.form-check-input {
  transform: scale(1.2);
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-shadow: none;
  vertical-align: middle;
}

.form-check-label {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0; /* Ensure no additional margin */
  vertical-align: middle;
}

/* For child categories/brands (indented list) */
.child-categories .form-check,
.brands-list .form-check {
  margin-left: 20px; /* Indent for child categories/brands */
}
.catalogue-section-modify {
  font-size: 13px;
  margin-bottom: 10px;
}

.avail-modify {
  font-size: 14px;
  margin-top: 0px;
}

.offer-style-modify,
.up-style-modify,
.new-style-modify {
  color: #ff0000;
  font-weight: bold;
}

.flash-offer-list-modify {
  margin-top: 10px;
}

.img-fluid-modify {
  width: 50px;
  height: 50px;
}
.selected-filters-container {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.selected-filters-container h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}

.selected-filters-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.selected-filters-container .badge {
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 30px;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.selected-filters-container .badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.selected-filters-container .badge.bg-secondary {
  background-color: #6c757d;
  color: white;
}

.selected-filters-container .badge.bg-info {
  background-color: #17a2b8;
  color: white;
}

.selected-filters-container .badge.bg-primary {
  background-color: #007bff;
  color: white;
}

.selected-filters-container .badge.bg-warning {
  background-color: #ffc107;
  color: white;
}

.selected-filters-container .badge.bg-success {
  background-color: #28a745;
  color: white;
}

.selected-filters-container .list-inline-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}
.up-style {
  color: #ffc107;
}
.exp-style {
  color: rgb(120, 120, 120);
}
.new-style {
  color: #198754;
}
.offer-style {
  color: rgb(223, 49, 55);
}
.rating-index-modify {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rlabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 5px 10px;
  z-index: 10;
  transition: background-color 0.3s ease;
  cursor: default;
}

.rlabel:hover {
  background-color: #e0e0e0;
}

.rating-value-modify {
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.profile-pics {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.offer-style,
.up-style,
.new-style {
  font-weight: bold;
}

.offer-style:hover,
.up-style:hover,
.link-style:hover
.new-style:hover {
  text-decoration: underline;
}

.address-modify {
  font-size: 14px;
  color: #666;
}

.catalogue-section-modify {
  cursor: default;
  color: #011729;
  font-size: 13px;
  margin-bottom: 10px;
}
.category-item {
  cursor: pointer;
}
.avail-modify {
  font-size: 14px;
  margin-top: 0px;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.loading-content {
  text-align: center;
}

.loading-logo {
  height: 100px;
  max-width: 100px;
  margin-bottom: 20px;
  animation: logoPulse 2s infinite;
}

.loading-text {
  font-size: 18px;
  color: crimson;
  animation: fadeIn 2s ease-in-out infinite;
}

@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes fadeIn {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.margin-down {
  border-bottom: 1px solid #dbdbdb;
}
.rating-value-modify {
  font-size: 14px;
  color: #ff0000;
  margin-left: 5px;
}

.img-fluid-modify {
  width: 50px;
  height: 50px;
}
/* recently view */
.recent-stores-section {
  background-color: #f9f9f9;
  padding: 20px 0;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.pic-list {
  height: 260px;
  object-fit: fill;
  transition: transform 0.3s ease;
}

.pic-list:hover {
  transform: scale(1.05);
}

.name-box-list {
  margin-top: 10px;
}
/* Overlay Styling */
.mt-catalog {
  margin-top: 65px;
}

.mt-catalog1 {
  margin-top: 80px;
}

#overlay-zero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: green;
  z-index: 10;
  display: none;
  transition: opacity 0.3s ease;
}

/* Blurred main content */
.blurred {
  filter: blur(4px);
  pointer-events: none;
}

/* Highlight styling for mall/location section */
.highlight-mall-location {
  box-shadow: 0 0 30px #4be557;
  transform: scale(1.05);
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  z-index: 11;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tooltip-message {
  font-weight: 600;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4caf50;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
  word-break: break-word;
  max-width: 650px;
  z-index: 12;
  line-height: 1.5;
  white-space: normal;
}
.offers-nearby-modify {
  flex: 1;
}

.name-rating-modify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.store-name-modify {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  transition: max-width 0.3s ease;
}

.store-name-modify:hover {
  max-width: none;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
}

.rating-section-modify {
  text-align: center;
  font-size: 14px;
}

.rating-emoji-modify {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

.rating-value-modify {
  font-size: 12px;
  color: #666;
}

.new-store-modify {
  font-size: 12px;
  color: #f00;
}

.location-modify .address-modify {
  font-size: 12px;
  color: #555;
}

.catalogue-section-modify {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}

.avail-modify {
  display: grid;
}

.offers-nearby-modify {
  padding: 10px;
  padding-top: 0px;
}

@media (max-width: 480px) {
  .tooltip-message {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .tooltip-message {
    max-width: 220px;
  }
}

/* Show tooltip */
.show-tooltip .tooltip-message {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}

/* Animation for tooltip */
@keyframes fadeInTooltip {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Apply animation when tooltip shows */
.show-tooltip .tooltip-message {
  animation: fadeInTooltip 0.4s ease-in-out;
}

/* Tooltip fade effect on hide */
.show-tooltip .tooltip-message.fade-out {
  animation: fadeInTooltip 0.3s reverse ease-in-out;
}

/* Disabled search state */
.disabled-search {
  filter: blur(2px);
  pointer-events: none;
}

/* location style */
/* Modal Styling */
.modal-test {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content-test {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.close-modal-test {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.search-bar-in-modal {
  margin-bottom: 20px;
}

.search-bar-in-modal input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.location-item-test {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.location-item-test:hover {
  background-color: #f7f7f7;
}

.detect-location-test {
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.detect-location-test:hover {
  background-color: #f7f7f7;
}
.search-bar-in-modal {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
}

.search-bar-in-modal i {
  font-size: 16px;
  color: #aaa;
  margin-right: 8px; /* Adds spacing between icon and input */
}

.search-bar-in-modal input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px 0;
  color: #333;
}

.search-bar-in-modal input::placeholder {
  color: #aaa;
}
.video-overlay-content {
  font-family: "Playfair Display", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.promo {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  text-transform: uppercase;
  background: transparent;
}
.video-meta {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.603) !important; 
}

/* Truncate promo text */
.promo-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.show-full {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.post-cat {
  color: #050064;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase !important;
}
.post-other {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: black;
  text-transform: uppercase !important;
}
.post-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.reel__user{
  max-width: 250px;
}
.post-img{
  width: 120px;
  margin: 8px;
  padding: 8px;
  height: 100px;
}
.video-overlay-content-reel{   
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  position: absolute;
  max-width: 260px;
  top: 10px;}
  .reel-options {
  position: absolute;
  bottom: 100px;
  right: 35%;
  display: flex
;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.line-royal-blue {
  font-size: 25px !important;
  font-weight: 600;

}

.line-gold {
  color: #1e3d80; 
font-size: 20px;

}

.line-crimson {
color: black;
font-size: 18px;

}

.line-emerald {
color:black;
font-size: 13px;

}

.line-amethyst {
  color:#1e3d80;
font-size: 18px;

}

.reel-username{
  font-size: 25px;
}

/* Define animation for fade-in and zoom effect */
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }

  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Define zoom-in animation for images */
@keyframes zoomIn {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.1);
  }
}

/* Hide elements initially */
.line-royal-blue,
.reel__username,
.post-img-grid,
.line-crimson,
.line-amethyst,
.line-emerald {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  /* Start off slightly below */
}

/* Apply animation to each element */
.line-royal-blue,
.reel__username,
.post-img-grid,
.line-crimson,
.line-amethyst,
.line-emerald {
  animation: fadeIn 1s ease-out forwards;
}

/* Delay animations for sequential display */
.line-royal-blue {
  animation-delay: 1s;
}

.reel__username {
  animation-delay: 2s;
}

.post-img-grid {
  animation-delay: 3s;
}

.line-crimson {
  left: 47%;
position: relative;
  animation-delay: 4s;
}

.line-amethyst {
  position: relative;
  left: 53%;
  animation-delay: 5s;
}

.line-emerald {
  position: relative;
  left: 45%;
  top: 130px;
  animation-delay: 6s;
}

/* Zoom-in effect for the avatar image */
.reel__avatar {
  animation: zoomIn 0.5s ease-in-out forwards;
}

/* Ensure all elements are visible after animation completes */
.line-royal-blue,
.reel__username,
.post-img-grid,
.line-crimson,
.line-amethyst,
.line-emerald {
  visibility: visible;
}
/* post-img */
/* Set initial size for all images */
.post-img {
width: 255px;
height: 210px;
object-fit: cover;
opacity: 0;
animation: fadeInImage 1s ease-out forwards;
}

/* Grid styling for images */
.post-img-grid {
position: relative;
right: 12%;
display: grid;
gap: 10px;
grid-template-columns: 1fr 1fr; /* For responsiveness */
}

/* Animation for fade-in effect for images */
@keyframes fadeInImage {
0% {
  opacity: 0;
  transform: scale(0.8);
}
100% {
  opacity: 1;
  transform: scale(1);
}
}

/* Zoom effect for images */
@keyframes zoomIn {
0% {
  transform: scale(1);
}
100% {
  transform: scale(1.1);
}
}

/* Zoom in and shrink effect for 2 or more images */
@keyframes zoomAndShrink {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.1);
}
100% {
  transform: scale(0.8);
}
}

/* Set images size for 2 images */
.post-img-grid img:nth-child(1) {
animation-delay: 0s;
}

.post-img-grid img:nth-child(2) {
animation-delay: 1.5s;
}

/* For 3 or more images */
.post-img-grid img:nth-child(n+3) {
animation-delay: calc(1.5s * (var(--i) - 1));
}

/* Apply grid layout for 2 images */
.post-img-grid.two-images {
grid-template-columns: repeat(2, 1fr);
}

/* Apply final size for 2 images after animation */
.post-img-grid img:nth-child(1),
.post-img-grid img:nth-child(2) {
width: 140px;
height: 160px;
}

/* Final size for images when there are 3 or more */
.post-img-grid img:nth-child(n+3) {
width: 140px;
height: 160px;
}
@keyframes splitIn {
0% {
  opacity: 0;
  transform: translateX(100px); /* Start from the right */
}
50% {
  opacity: 0.5;
  transform: translateX(-50px); /* Move towards the center */
}
100% {
  opacity: 1;
  transform: translateX(0); /* Settle at the center */
}
}

/* Adjust for mobile responsiveness */
@media (max-width: 600px) {
  .search-bar-in-modal input {
    font-size: 12px;
  }
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .modal-content-test {
    width: 95%;
  }
}

@media (max-width: 992px) {
  .image-gallery-modify {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .image-gallery-modify {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .image-gallery-modify {
    grid-template-columns: 1fr;
  }
}

.catalog-wrapper {
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.category-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #333;
}


.category-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 15px;
  padding: 0 1rem;
}

.category-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}

.category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category-image-wrapper {
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.catalog-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-item:hover .catalog-pic {
  transform: scale(1.05);
}

.category-name {
  padding: 12px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .category-container {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 15px;
  }
  
  .category-image-wrapper {
      height: 120px;
  }
  
  .category-name {
      font-size: 14px;
      padding: 10px;
  }
}

:root {
  --wi-primary-newui: #e74c3c;
  --wi-secondary-newui: #ffffff;
  --wi-accent-newui: #c0392b;
  --wi-text-newui: #2c3e50;
}

/* Base Styles */
.wi-container-newui {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.wi-header-newui {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2.5rem 1rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.wi-header-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.wi-citytitle-newui {
  font-size: 1.5rem;
  color: #2d3436;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.city-highlight {
  color: #e63946;
  position: relative;
  display: inline-block;
}

.city-highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  opacity: 0.2;
  border-radius: 2px;
}

.wi-stats-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-badge {
  background: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.stat-badge:hover {
  transform: translateY(-2px);
}

.stat-icon {
  width: 24px;
  height: 24px;
  fill: #e63946;
}

.stat-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3436;
  margin-right: 0.5rem;
}

.stat-label {
  color: #636e72;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .wi-citytitle-newui {
      font-size: 2rem;
  }
  
  .stat-badge {
      padding: 0.75rem 1.5rem;
  }
  
  .stat-count {
      font-size: 1.25rem;
  }
}

/* Section Styles */
.wi-section-newui {
  margin: 4rem 0;
}

.wi-sectionheader-newui {
  margin-bottom: 2.5rem;
  position: relative;
}

.wi-sectiontitle-newui {
  font-size: 1.5rem;
  color: var(--wi-text-newui);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

.wi-icon-newui {
  color: var(--wi-primary-newui);
  font-size: 1.5em;
}

.wi-sectiondivider-newui {
  height: 3px;
  background: linear-gradient(90deg, var(--wi-primary-newui) 0%, var(--wi-secondary-newui) 100%);
  width: 100%;
  max-width: 200px;
}

/* Card Grid */
.wi-cardgrid-newui {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.wi-card-newui {
  background: var(--wi-secondary-newui);
  border-radius: 15px;
  border: 2px solid rgba(231, 76, 60, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.wi-card-newui:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(231, 76, 60, 0.1);
  border-color: var(--wi-primary-newui);
}

.wi-cardlink-newui {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1.5rem;
}

.wi-cardheader-newui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.wi-cardtitle-newui {
  font-size: 1.25rem;
  color: var(--wi-text-newui);
  margin: 0;
  font-weight: 600;
}

.wi-cardarrow-newui {
  color: var(--wi-primary-newui);
  transition: transform 0.3s;
}

.wi-cardmeta-newui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.wi-storescount-newui {
  background: rgba(231, 76, 60, 0.1);
  color: var(--wi-primary-newui);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-weight: 500;
}

.wi-pincode-newui {
  color: #7f8c8d;
  font-weight: 500;
}

/* Load More Button */
.wi-loadmore-newui {
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
  color: var(--wi-primary-newui);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--wi-primary-newui);
  border-radius: 2rem;
  transition: all 0.3s;
  margin: 2rem auto;
  background: var(--wi-secondary-newui);
}

.wi-loadmore-newui:hover {
  background: var(--wi-primary-newui);
  color: var(--wi-secondary-newui);
  transform: translateY(-2px);
}

.wi-loadtext-newui {
  font-weight: 600;
}

.wi-loadicon-newui {
  transition: transform 0.3s;
}

/* Hidden State */
.wi-hidden-newui {
  display: none;
}

/* Original CSS styles (keep as is) */
.avail-modify {
  padding-bottom: 10px; /* Add padding at bottom to ensure there's space for the badge */
}

.more-stores-badge {
  top: auto;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa; /* Light background */
  border-radius: 15px;
  padding: 4px 10px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  margin: 8px;
}

.more-stores-link {
  text-decoration: none;
  display: block;
}

.more-stores-text {
  color: #ff5722; /* Eye-catching orange color */
  font-size: 0.75rem;
  font-weight: 600;
}

.more-stores-badge:hover {
  background-color: #ff5722;
  transform: translateY(-2px);
}

.more-stores-badge:hover .more-stores-text {
  color: white;
}

/* New CSS for Category Icons */
.category-badges-modify {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.category-badge-modify {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #f8f9fa;
  color: #495057;
  transition: all 0.2s ease;
}

.category-badge-modify:hover {
  background-color: #e9ecef;
  transform: scale(1.05);
}

.category-badge-modify i {
  margin-right: 6px;
  font-size: 0.9rem;
}

.view-more-btn-modify {
  color: #ff4757;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 0;
  display: inline-block;
  margin-top: 5px;
}

.view-more-btn-modify:hover {
  text-decoration: underline;
}

/* Modal styling - Bootstrap 5 */
.category-modal .modal-header {
  background-color: #ff4757;
  color: white;
  border-radius: 0;
}

.category-modal .modal-content {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.category-modal .modal-footer {
  border-top: 1px solid #eee;
  padding: 12px 16px;
}

.category-modal .btn-secondary {
  background-color: #6c757d;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s;
}

.category-modal .btn-secondary:hover {
  background-color: #5a6268;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.category-grid-modify {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.category-item-modify {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  padding: 15px 10px;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
}

.category-item-modify:hover {
  background-color: #e9ecef;
  transform: translateY(-3px);
}

.category-item-modify i {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.category-item-modify span {
  font-size: 0.85rem;
  color: #343a40;
  font-weight: 500;
}
.floor-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 30px;
  color: white;
  margin-top: 5px;
  font-weight: 600;
  font-size: 0.6rem;
  gap: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-left: 8px;
  white-space: nowrap;
}

.floor-label {
  font-weight: 500;
  margin-right: 2px;
  opacity: 0.9;
}

.floor-badge.basement-2 {
  background-color: #6c5ce7;
}

.floor-badge.basement-1 {
  background-color: #574b90;
}

.floor-badge.ground {
  background-color: #20bf6b;
}

.floor-badge.floor-1 {
  background-color: #0097e6;
}

.floor-badge.floor-2 {
  background-color: #1e3799;
}

.floor-badge.floor-3 {
  background-color: #8e44ad;
}

.floor-badge.floor-4 {
  background-color: #d35400;
}

.icon-floor {
  color: #ffffff;
}

.badge-container-modify {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.offer-badge, .upcoming-badge, .new-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.offer-badge {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.upcoming-badge {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

.new-badge {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.badge-icon {
  margin-right: 5px;
  font-size: 0.9rem;
}

.badge-count {
  margin-left: 5px;
  font-weight: bold;
}

/* Add a hover effect */
.offer-badge:hover, .upcoming-badge:hover, .new-badge:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

/* New styles for adjusted layout */
.rating-section-modify {
  display: flex;
  align-items: center;
}

.rating-emoji-modify {
  height: 20px;
  width: auto;
}

.category-badges-modify {
  margin-top: 8px;
  margin-bottom: 8px;
}

.category-badge-modify {
  display: inline-flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 4px 8px;
  border-radius: 16px;
  font-size: 0.85rem;
  margin-bottom: 5px;
  border: 1px solid #e9ecef;
}



/* Follow Button Styles */
.follow-btn-wrapper {
  margin-left: 12px;
}

.brand-follow-btn {
  min-width: 110px;
  height: 34px;
  border-radius: 17px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0 16px;
}

/* Follow button states */
.brand-follow-btn.btn-outline-primary {
  color: #2196F3;
  border-color: #2196F3;
  background-color: white;
}

.brand-follow-btn.btn-outline-primary:hover {
  background-color: rgba(33, 150, 243, 0.08);
  box-shadow: 0 2px 5px rgba(33, 150, 243, 0.15);
}

.brand-follow-btn.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: white;
}

.brand-follow-btn.btn-success:hover {
  background-color: #43A047;
  box-shadow: 0 2px 5px rgba(76, 175, 80, 0.2);
}

.brand-follow-btn.btn-outline-secondary {
  color: #757575;
  border-color: #dbdbdb;
  background-color: #f8f9fa;
}

.brand-follow-btn.btn-outline-secondary:hover {
  background-color: #f0f0f0;
}


.view-more-badge-modify {
  display: inline-flex;
  align-items: center;
  background-color: #e9ecef;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 600;
  color: #495057;
  border: 1px solid #ced4da;
}

.view-more-badge-modify:hover {
  background-color: #dee2e6;
  transform: translateY(-1px);
}
.distance-badge-modify {
  display: inline-block;
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 6px 12px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.distance-badge-modify:hover {
  background-color: #e9ecef;
  border-color: #ced4da;
}

.location-icon-modify {
  color: #dc3545;
  margin-right: 6px;
}

.distance-text-modify {
  font-size: 0.9em;
  color: #6c757d;
  font-weight: 500;
}

.loading-spinner-modify {
  color: #6c757d;
  margin-left: 8px;
}

.distance-error-modify {
  color: #dc3545;
  font-size: 0.8em;
  margin-top: 4px;
}

.surrounding-areas-section {
  max-width: 1000px;
  margin: 0 auto 24px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

.section-header h2 {
  color: #334155;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.location-count {
  background: #3b82f6;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.areas-container {
  display: flex;
  flex-wrap: nowrap; /* prevents wrapping to next line */
  overflow-x: auto; /* enables horizontal scrolling */
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  scroll-behavior: smooth;
}

.area-badge {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 25px;
  padding: 0px 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  min-height: 42px;
}

.area-badge:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}

.area-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: 12px;
}

.location-name {
  color: #1e293b;
  font-weight: 600;
  font-size: 0.95rem;
}

.pincode {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 500;
}

.remove-btn {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.remove-btn:hover {
  background: #fef2f2;
  color: #dc2626;
  transform: scale(1.1);
}

.controls-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.reset-btn {
  background: #10b981;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

.reset-btn:hover {
  background: #059669;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.removed-info {
  color: #64748b;
  font-size: 0.875rem;
  font-style: italic;
}

 .filter-badge {
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25em 0.6em;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -2px;
    transition: transform 0.2s ease;
}

.filter-badge:hover {
    transform: scale(1.1);
}

.bg-purple {
    background: linear-gradient(45deg, #4f46e5, #8b5cf6);
}
.bg-blue {
    background: linear-gradient(45deg, #3b82f6, #60a5fa);
}
.bg-teal {
    background: linear-gradient(45deg, #14b8a6, #2dd4bf);
}

.store-item-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.store-info-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-img-wrap {
    flex-shrink: 0;
    width: 145px;
    height: 110px;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0f0;
}

.store-img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.store-text-wrap {
    flex-grow: 1;
}

.store-label {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.store-outlets {
    font-size: 14px;
    color: #666;
}

.store-address {
    font-size: 13px;
    color: #999;
}

/* Sticky filter css */
/* Premium Filter Bar Styles */
.premium-filter-bar {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.premium-filter-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

/* Filter Button */
.premium-filter-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
    position: relative;
}

.premium-filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
}

.filter-count {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-left: 4px;
}

/* Selected Filters */
.selected-filters-horizontal {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 40px;
}

.filters-scroll {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    max-height: 80px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filters-scroll::-webkit-scrollbar {
    display: none;
}

.filter-tag {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
}

.filter-tag:hover {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filter-tag i {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    font-size: 10px;
}

.filter-tag i:hover {
    opacity: 1;
}

/* Category-specific colors */
.category-tag {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    border-color: #bfdbfe;
}

.brand-tag {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border-color: #fde68a;
}

.rating-tag {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #065f46;
    border-color: #d1fae5;
}

.floor-tag {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
    color: #be185d;
    border-color: #fbcfe8;
}

.feature-tag {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    color: #7c3aed;
    border-color: #e9d5ff;
}

.clear-all-btn {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.clear-all-btn:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-1px);
    color: white;
}

/* Nearby Areas */
.nearby-areas-compact {
    display: flex;
    align-items: center;
    gap: 8px;
}

.areas-toggle {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    color: #475569;
}

.areas-toggle:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.areas-count {
    background: #3b82f6;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.areas-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.reset-areas-btn {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 10px;
    transition: all 0.3s ease;
}

.reset-areas-btn:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    color: white;
}

/* Areas Panel */
.areas-panel {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.area-item {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: all 0.2s ease;
    min-width: 120px;
}

.area-item:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.area-item.removed {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #fecaca;
}

.area-item.removed .area-name {
    text-decoration: line-through;
    color: #9ca3af;
}

.area-name {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    flex: 1;
}

.area-action {
    background: none;
    border: none;
    color: #6b7280;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 12px;
}

.area-action.remove:hover {
    background: #fee2e2;
    color: #dc2626;
}

.area-action.restore:hover {
    background: #ecfdf5;
    color: #059669;
}

/* Responsive Design */
@media (max-width: 768px) {
    .premium-filter-bar {
        padding: 8px 0;
    }
    
    .premium-filter-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .filters-scroll {
        max-height: 60px;
    }
    
    .filter-tag {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .areas-toggle {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .areas-grid {
        max-height: 150px;
    }
    
    .area-item {
        min-width: 100px;
        padding: 6px 10px;
    }
}

/* Sticky behavior offset for content */
body.filter-sticky {
    padding-top: 80px; /* Increased to accommodate expanded areas */
}



@media (max-width: 768px) {
    body.filter-sticky {
        padding-top: 70px; /* Increased for mobile */
    }
}

/* spinner css */
.premium-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* White with transparency */
    z-index: 1000;                        /* Ensure it's above content */
}


.loader-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    text-align: center;
    color: rgb(0, 0, 0);
    max-width: 300px;
    width: 100%;
    padding: 0 20px;
}

/* Main Spinner */
.main-spinner {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.spinner-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.spinner-ring:nth-child(1) {
    border-top-color: rgb(0, 0, 0);
    animation-duration: 2s;
}

.spinner-ring:nth-child(2) {
    border-right-color: rgb(0, 0, 0);
    animation-duration: 1.5s;
    animation-direction: reverse;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.spinner-ring:nth-child(3) {
    border-bottom-color: rgb(0, 0, 0);
    animation-duration: 1s;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

.spinner-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(0, 0, 0);
}

.spinner-center i {
    font-size: 18px;
    color: rgb(0, 0, 0);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-spinner {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .spinner-center {
        width: 32px;
        height: 32px;
    }
    
    .spinner-center i {
        font-size: 14px;
    }
    
    .loader-text h3 {
        font-size: 20px;
    }
    
    .loader-text p {
        font-size: 13px;
    }
}



/* Responsive adjustments */
@media (max-width: 576px) {
      .floor-badge {
      margin-left: 0;
      margin-top: 5px;
  }
}

/* Ensure mobile responsiveness */
@media (max-width: 767px) {
  .category-grid-modify {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .wi-citytitle-newui {
      font-size: 2rem;
  }
  
  .wi-sectiontitle-newui {
      font-size: 1.5rem;
  }
  
  .wi-cardgrid-newui {
      grid-template-columns: 1fr;
  }
  
  .wi-card-newui {
      margin-bottom: 1rem;
  }
}

/* reels infopage */
    /* Main container styles */
    .reel-info {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        z-index: 9999;
    }
    
    .shorts-container {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow-y: auto !important;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }
    
    /* Header styles */
    .reel__header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        z-index: 1000;
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    }
    
    .back-btn {
        background: none;
        border: none;
        color: white;
        font-size: 22px;
        padding: 5px 10px;
        cursor: pointer;
        margin-right: 15px;
        transition: transform 0.2s ease;
    }
    
    .back-btn:hover {
        transform: translateX(-3px);
    }
    
    .reel__title {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin: 0;
        background: linear-gradient(45deg, #ff7e5f, #feb47b);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradientShift 5s ease infinite;
    }
    
    /* Video container styles */
    .shorts-video {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        scroll-snap-align: start;
    }
    
    .reel-video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    .shorts-video.active .reel-video {
        transform: scale(1.02);
    }
    
    .video-gradient-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
        pointer-events: none;
    }
    
    /* User info styles */
    .reel__user-info {
        position: absolute;
        bottom: 100px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 100;
    }
    
    .reel__user-header {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        animation: splitIn 0.5s ease-out forwards;
        opacity: 0;
    }
    
    .reel__avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #fff;
        margin-right: 10px;
        animation: pulseGlow 2s infinite;
    }
    
    .reel-username {
        font-size: 16px;
        font-weight: 600;
        color: white;
        margin: 0;
        flex-grow: 1;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }
    
    /* Caption styles */
    .reel__caption {
        margin-bottom: 15px;
        max-width: 85%;
        animation: fadeInUp 0.5s ease-out forwards;
        animation-delay: 0.2s;
        opacity: 0;
    }
    
    .caption-text {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8);
        letter-spacing: 0.2px;
    }
    
    .caption-text.show-full {
        -webkit-line-clamp: unset;
    }
    
    .see-more {
        color: #ccc;
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        margin-top: 3px;
        position: relative;
        transition: color 0.3s ease;
    }
    
    .see-more:hover {
        color: #5e92f3;
    }
    
    .see-more::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #5e92f3;
        transition: width 0.3s ease;
    }
    
    .see-more:hover::after {
        width: 100%;
    }
    
    .extra-info {
        display: none;
        margin-top: 10px;
        font-size: 13px;
        color: #ccc;
        animation: fadeIn 0.5s ease-out forwards;
    }
    
    .categories {
        margin-bottom: 5px;
        color: #ddd;
    }
    
    .hashtags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .hashtag {
        color: #5e92f3;
        font-weight: 500;
        transition: transform 0.2s ease, color 0.2s ease;
        cursor: pointer;
    }
    
    .hashtag:hover {
        transform: scale(1.05);
        color: #7ea9f5;
    }
    
    /* Offer overlay styles */
    .offer-overlay {
        position: absolute;
        top: 45%;
        left: 46%;
        transform: translate(-50%, -50%);
        max-width: 300px;
        width: 85%;
        z-index: 100;
        opacity: 0;
        animation: floatIn 0.8s ease-out forwards;
        animation-delay: 0.5s;
    }
    
    .offer-card {
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 16px;
        padding: 15px;
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        transform: perspective(500px) rotateX(5deg);
        transition: transform 0.5s ease;
    }
    
    .offer-card:hover {
        transform: perspective(500px) rotateX(0deg) scale(1.02);
    }
    
    .offer-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: linear-gradient(45deg, #ff4e50, #f9d423);
        color: white;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transform: rotate(5deg);
        animation: pulse 2s infinite;
    }
    
    .offer-promo {
        font-size: 20px;
        font-weight: 700;
        background: linear-gradient(45deg, #5e92f3, #89f7fe);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 8px;
        animation: gradientShift 5s ease infinite;
        letter-spacing: 0.5px;
    }
    
    .offer-category {
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        margin-bottom: 15px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
        letter-spacing: 0.3px;
    }
    
    /* Carousel styles */
    .post-img-carousel {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .post-img-container {
        display: flex;
        transition: transform 0.4s ease;
    }
    
    .carousel-item {
        flex: 0 0 100%;
        transition: opacity 0.4s ease;
    }
    
    .carousel-item.active {
        opacity: 1;
    }
    
    .carousel-item:not(.active) {
        opacity: 0;
    }
    
    .post-img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.5s ease;
    }
    
    .post-img:hover {
        transform: scale(1.05);
    }
    
    .carousel-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
    }
    
    .carousel-prev, .carousel-next {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 12px;
        transition: background 0.3s ease;
    }
    
    .carousel-prev:hover, .carousel-next:hover {
        background: rgba(255, 255, 255, 0.4);
    }
    
    .carousel-indicators {
        display: flex;
        gap: 5px;
    }
    
    .indicator {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .indicator.active {
        background-color: #fff;
        width: 12px;
        border-radius: 3px;
    }
    
    .offer-dates {
        animation: fadeInUp 0.5s ease-out forwards;
        animation-delay: 0.6s;
        opacity: 0;
    }
    
    .date-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #eee;
        font-size: 13px;
        transition: transform 0.3s ease;
    }
    
    .date-item:hover {
        transform: translateX(5px);
    }
    
    .date-item i {
        width: 20px;
        margin-right: 8px;
        color: #5e92f3;
    }
    
    /* Interaction buttons */
    .reel-interactions {
        position: absolute;
        right: 15px;
        bottom: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        z-index: 100;
    }
    
    .interaction-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        transition: transform 0.3s ease;
        cursor: pointer;
    }
    
    .interaction-btn:hover {
        transform: scale(1.1);
    }
    
    .interaction-btn i {
        font-size: 26px;
        margin-bottom: 5px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    }
    
    .interaction-count {
        font-size: 12px;
        font-weight: 500;
    }
    
    .like-btn.active i {
        color: #ff2d55;
        animation: heartBeat 0.3s ease-out;
    }
    
    /* Play controls */
    .reel-controls {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 50;
    }
    
    .play-pause-btn {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        animation: zoomIn 0.3s ease-out;
        backdrop-filter: blur(4px);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .play-pause-btn::after {
        content: '▶';
        font-size: 30px;
        color: white;
    }
    
    /* Navigation buttons */
    .shorts-navigation {
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 1000;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        backdrop-filter: blur(4px);
        transition: all 0.3s ease;
    }
    
    .nav-btn:hover {
        background-color: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }
    
    /* Progress bar */
    .progress-bar-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: 1001;
    }
    
    .progress-bar {
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, #5e92f3, #89f7fe);
        transition: width 0.2s ease;
    }

    /* Updated carousel animations */
    .post-img-container {
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .carousel-item {
    flex: 0 0 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
}

.carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

    /* Add overlay animation */
    .offer-overlay {
        animation: floatIn 0.8s ease-out forwards;
        animation-delay: 0.3s;
    }
    
    /* Animations */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes floatIn {
        0% {
            opacity: 0;
            transform: translate(-50%, -70%);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
    }
    
    @keyframes zoomIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    @keyframes splitIn {
        from {
            opacity: 0;
            transform: translateX(-20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1) rotate(5deg);
        }
        50% {
            transform: scale(1.05) rotate(5deg);
        }
        100% {
            transform: scale(1) rotate(5deg);
        }
    }
    
    @keyframes pulseGlow {
        0% {
            box-shadow: 0 0 0 0 rgba(94, 146, 243, 0.7);
        }
        70% {
            box-shadow: 0 0 0 6px rgba(94, 146, 243, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(94, 146, 243, 0);
        }
    }
    
    @keyframes heartBeat {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.3);
        }
        50% {
            transform: scale(1);
        }
        75% {
            transform: scale(1.3);
        }
        100% {
            transform: scale(1);
        }
    }
    
    @keyframes gradientShift {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    
    /* Responsive styles */
    @media (min-width: 768px) {
        .shorts-container {
            max-width: 420px;
            margin: 0 auto;
            border-left: 1px solid rgba(255, 255, 255, 0.1);
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }
    }
    @media (max-width: 768px) {
        
        .offer-overlay {
            position: absolute;
            left: 46%;
            transform: translate(-50%, -50%);
        }
    }

    .carousel-container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-nav {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #333 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    opacity: 1 !important;
    transition: all 0.2s ease;
    z-index: 100 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.carousel-nav:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: #000 !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.carousel-nav i {
    font-size: 16px;
    line-height: 1;
}

.carousel-nav.prev {
    left: 12px;
}

.carousel-nav.next {
    right: 12px;
}

.carousel-indicators {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.8);
}

.carousel-dot.active {
    background: rgba(255,255,255,1);
    transform: scale(1.3);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.carousel-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 480px) {
    .carousel-container {
        max-width: 100%;
        border-radius: 0;
    }
    
    .carousel-wrapper {
        height: 350px;
    }
}

@media (max-width: 768px) {
  .section-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
  }
  .reel__title{
    display: none;
  }
  .areas-container {
      gap: 8px;
  }
  
  .area-badge {
      padding: 6px 12px;
      min-height: 38px;
  }
  
  .controls-section {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
  }
}

/* suggestions */

.premium-suggestions-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeInUp 0.2s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-header {
    padding: 12px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-header i {
    color: #ffd700;
}

.premium-section {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.premium-section:last-child {
    border-bottom: none;
}

.premium-section h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-section h4 i {
    color: #667eea;
}

.premium-suggestions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
}

.premium-suggestions-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 13px;
    margin-bottom: 8px;
}

.premium-suggestions-list li i {
    color: #764ba2;
    width: 18px;
    text-align: center;
}

.premium-suggestions-list.cannot-search-list li i {
    color: #e74c3c;
}

.premium-suggestions-list li:last-child {
    margin-bottom: 0;
}

/* Loading indicator styles */
#search.loading {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23666" d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" opacity=".25"/><path fill="%23666" d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.53,1.53,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.53,1.53,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"><animateTransform attributeName="transform" dur="0.75s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"/></path></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

/* Responsive design */
@media (max-width: 768px) {
    .premium-suggestions-container {
        width: calc(100vw - 32px) !important;
        left: 16px !important;
        right: 16px !important;
    }

    .premium-section {
        padding: 12px;
    }

    .premium-suggestions-list li {
        font-size: 12px;
        gap: 8px;
    }

    .premium-section h4 {
        font-size: 13px;
    }
}


    .category-badges-modify {
    position: relative;
    padding-right: 50px; /* space for 'more' badge */
}

.view-more-badge-modify {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f1f1f1;
    padding: 3px 8px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}

.category-badge-modify {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fafafa;
    font-size: 12px;
}


            .toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  position: relative;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 12px 40px 12px 20px;
  border-radius: 5px;
  margin-top: 10px;
  min-width: 200px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast.success {
  background-color: #28a745;
}

.toast.info {
  background-color: #28a745;
}

.toast.fail {
  background-color: #dc3545;
}

.toast .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
}


/* zero page seo */
.hero-title h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #232946;
  margin-bottom: 18px;
  line-height: 1.08;
  text-align: center;
  letter-spacing: -1px;
}
.hero-title .highlightz {
  color: #ff554d;
}
.hero-desc {
  max-width:1200px;
  margin: 0 auto 36px;
  font-size: 1.25rem;
  color: #5a6c7d;
  text-align: center;
  font-weight: 500;
}
.category-badges {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 36px 0 48px;
  flex-wrap: wrap;
}
.category-badge {
  background: linear-gradient(135deg, #fff 60%, #f8f9fa 100%);
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  padding: 18px 38px;
  font-weight: 700;
  color: #232946;
  font-size: 1.18rem;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #eaeaea;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.category-badge:hover {
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  transform: translateY(-3px) scale(1.04);
  background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}
.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  max-width: 600px;
  color: #5a6c7d;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.catalogue-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 40px;
}
.catalogue-card {
  background: linear-gradient(135deg, #fff 60%, #f8f9fa 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  width: 180px;
  text-align: center;
  padding: 20px 10px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #eaeaea;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.catalogue-card:hover {
  box-shadow: 0 12px 36px rgba(44,62,80,0.18);
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
}
.catalogue-card img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(44,62,80,0.10);
}
.catalogue-card-title {
  font-weight: 700;
  color: #232946;
  font-size: 1rem;
  margin-top: 6px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}
.cta-btn {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.cta-primary {
  background: #e74c3c;
  color: white;
}
.cta-primary:hover {
  background: #c0392b;
}
.cta-secondary {
  background: transparent;
  color: #e74c3c;
  border-color: #e74c3c;
}
.cta-secondary:hover {
  background: #e74c3c;
  color: white;
}
.wi-section-newui { margin-bottom: 60px; }
.why-choose {
  background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
  padding: 70px 0 60px;
  cursor:default;
}
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}
.feature-card {
  background: linear-gradient(135deg, #fff 60%, #f4f6fb 100%);
  box-shadow: 0 8px 32px rgba(44,62,80,0.13);
  border-radius: 22px;
  padding: 48px 32px;
  width: 290px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #eaeaea;
  overflow: hidden;
  position: relative;
}
.feature-card:hover {
  box-shadow: 0 16px 48px rgba(44,62,80,0.22);
  transform: translateY(-6px) scale(1.04);
  background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
}
.feature-icon {
  font-size: 3.2rem;
  color: #e74c3c;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff 60%, #ffe5e2 100%);
  box-shadow: 0 2px 12px rgba(231,76,60,0.08);
}
.feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #232946;
  margin-bottom: 8px;
}
.feature-description {
  color: #5a6c7d;
  font-size: 1.01rem;
  font-weight: 500;
}
.faq {
  padding: 60px 0;
  background: #fff;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.faq-question {
  background: #f8f9fa;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 1.13rem;
}
.faq-question.active {
  background: #e74c3c;
  color: white;
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}
.faq-answer.active {
  padding: 20px;
  max-height: 200px;
}
.faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  color: #e74c3c;
  display: flex;
  align-items: center;
}
.faq-toggle.active {
  transform: rotate(45deg);
  color: #fff;
}
.hero {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.15;
  }
  .hero {
    margin-top: 70px;
  }
}
.wi-cardgrid-newui {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
.wi-card-newui {
  background: linear-gradient(135deg, #fff 60%, #f8f9fa 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(44,62,80,0.10);
  width: 220px;
  min-width: 200px;
  max-width: 240px;
  text-align: center;
  padding: 18px 10px 16px 10px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.2px solid #eaeaea;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wi-card-newui:hover {
  box-shadow: 0 12px 36px rgba(44,62,80,0.18);
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
}
.wi-cardcontent-newui {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wi-cardheader-newui {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.wi-cardtitle-newui {
  font-size: 1.08rem;
  font-weight: 700;
  color: #232946;
  margin: 0;
  line-height: 1.2;
}
.wi-storescount-newui {
  font-size: 0.93rem;
  color: #5a6c7d;
  font-weight: 500;
}
.offer-count {
  color: #e74c3c;
  font-weight: 600;
  font-size: 0.92em;
}
/* Snackbar styles */
#snackbar-wi {
  visibility: hidden;
  min-width: 280px;
  background-color: #232946;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 18px 24px;
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 9999;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
  box-shadow: 0 4px 24px rgba(44,62,80,0.18);
}
#snackbar-wi.show {
  visibility: visible;
  opacity: 1;
}
.wi-cardarrow-newui {
  display: none;
}
 .shorts-container {
            background: transparent !important;
        }
        .shorts-video {
            height: 100vh !important;
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent !important;
        }
        .reel-video {
            width: 100vw !important;
            height: 100vh !important;
            object-fit: cover !important;
            background: transparent !important;
        }

/* Header Layout Control - High Specificity */
.main-navigation .topheader .container .container-fluid .topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.main-navigation .topheader .container .container-fluid .topbar .logo-wrapper {
    flex: 0 0 auto !important;
    max-width: 80% !important;
    width: 80% !important;
}

.main-navigation .topheader .container .container-fluid .topbar .user-menus {
    flex: 0 0 auto !important;
    max-width: 20% !important;
    width: 20% !important;
    min-width: 180px !important;
}

/* Ensure user menu doesn't overflow - High Specificity */
.main-navigation .topheader .container .container-fluid .topbar .user-menus .d-flex {
    flex-wrap: nowrap !important;
    overflow: hidden !important;
}

.main-navigation .topheader .container .container-fluid .topbar .user-menus .dropdown {
    max-width: 100% !important;
    overflow: hidden !important;
}

.main-navigation .topheader .container .container-fluid .topbar .user-menus .dropdown-toggle {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Responsive adjustments - High Specificity */
@media (max-width: 768px) {
    .main-navigation .topheader .container .container-fluid .topbar .logo-wrapper {
        max-width: 70% !important;
        width: 70% !important;
    }
    
    .main-navigation .topheader .container .container-fluid .topbar .user-menus {
        max-width: 30% !important;
        width: 30% !important;
        min-width: 150px !important;
    }
}

@media (max-width: 576px) {
    .main-navigation .topheader .container .container-fluid .topbar .logo-wrapper {
        max-width: 60% !important;
        width: 60% !important;
    }
    
    .main-navigation .topheader .container .container-fluid .topbar .user-menus {
        max-width: 40% !important;
        width: 40% !important;
        min-width: 120px !important;
    }
}