/* Header Top Strip  */
.header-top-strip {
  background-color: var(--site-bg);
  color: var(--color-000000);
  position: fixed;
  top: 0;
  left: 0;
  right: 0; /* Ensure full width */
  width: 100%; /* Alternative to left:0; right:0; */
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15);  */
}

.header-top-strip p,
a {
  font-size: 1rem;
}
/* Header Middle Start  */
.header-middle {
  background-color: var(--color-131921);
}

.header-middle .logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.header-middle .search-group {
  width: 100%;
  display: flex;
}

.header-middle .search-group input {
  width: 90%;
  border-radius: 0;
  padding: 5px 15px;
  border: none;
  background-color: rgb(255, 255, 255);
}

.header-middle .search-icon {
  width: 10%;
  background-color: var(--color-968686);
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-middle-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-middle .header-middle-links p {
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
.header-middle .header-middle-links img {
  width: 30px;
  height: 30px;
}
/* Header Bottom Start  */

.header-bottom {
  background-color: var(--color-968686);
}
.header-bottom .dropdown img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.header-bottom .menu-links a,
.header-bottom .dropdown button {
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: none;
}

.header-bottom .dropdown button:focus {
  box-shadow: none;
}

.header-bottom .dropdown-menu {
  /* background-color: var(--color-C22026); */
  background-color: white;
  width: 95% !important;
  border-radius: 0px !important;
  transform: translate3d(0px, 57px, 0px) !important;
  padding: 0;
}

.header-bottom .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgb(185, 74, 74) !important;
  color: black !important;
  margin-bottom: 0px;
  padding: 15px 20px !important;
}

.header-bottom .dropdown-menu .dropdown-item:hover {
  /* background-color: transparent !important; */
  color: white !important;
  background-color: var(--color-968686);
  border-bottom: 1px solid white !important;
}

.menu-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: 0 !important;
}

.sticky__header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 3px 3px 8px -3px #ddd;
  background-color: var(--secondary-color);
}

.nav__item a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
}

.nav__active {
  font-weight: 700 !important;
}

.srcitem {
  z-index: 1000;
  background: rgb(238, 237, 237);
  position: absolute;
  width: 100%;
  top: 44px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px;
}
.srcItem {
  cursor: pointer;
}

.srcItem:hover {
  color: #c22026;
  font-weight: 500;
}
.linkst {
  display: block;
}

.header-bottom .dropdown-menu {
  background-color: white;
  width: 95% !important;
  border-radius: 0px !important;
  transform: translate3d(0px, 57px, 0px) !important;
  padding: 0;
  z-index: 9000;
}

/* @media (max-width: 991.98px) {
  .header-middle .logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }

  .header-middle .search-group input {
    width: 80%;
  }

  .header-middle .search-icon {
    width: 20%;
  }
  .header-middle .header-middle-links img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
   .header-middle-links .wishlist p,
  .my__account p {
    display: none;
  }  
  .header-bottom .dropdown img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .header-bottom .menu-links a,
  .header-bottom .dropdown button {
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border: none;
  }
} */

@media (max-width: 575.98px) {
  /* Header Top Strip  */

  .header-top-strip p,
  a {
    font-size: 0.9rem;
  }

  /* Header Middle Start  */
  .header-middle .logo {
    text-align: center;
    padding-bottom: 20px;
  }
  .header-middle .logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }

  .header-middle .search-group {
    width: 100%;
  }

  .header-middle .search-group input {
    width: 80%;
  }

  .header-middle .search-icon {
    width: 20%;
  }
  .header-middle .header-middle-links {
    padding: 15px 0px 10px 0px;
  }
  .header-middle-links .wishlist p,
  .my__account p {
    display: block;
  }

  .header-middle .header-middle-links img {
    width: 20px;
    height: 20px;
  }

  /* Header Bottom Start  */
  .header-bottom dropdown {
    padding-bottom: 20px;
  }
  .menu-links {
    display: none;
  }
  .nav__item a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
  }
}

.categoryimg { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* .userst {
  display: flex;
  justify-content: end;
  align-items: center;
} */
.username {
  color: #000000 !important;
}

.userimgdiv {
  height: 29px;
  width: 33px;
  border-radius: 50%;
  /* border: 1px solid white; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bbb7b7;
}
.userdropicon {
  margin-left: 4px;
  margin-top: -4px;
}
.wish_cart {
  display: flex;
  justify-content: end;
}
.wishlist {
  margin-right: 23px;
}
.categoryimgdown {
  filter: grayscale(100%);
  height: 17px;
  width: 17px;
  margin-right: 16px;
  opacity: 0.6;
}

.drpMenuItem {
  position: relative;
  /* background-color: red; */
}

.subcategory__list__st {
  position: absolute;
  right: -301px;
  top: -1px;
  background: rgb(255 255 255);
  width: 300px;
  padding: 5px 1px;
  border-radius: 2px;
  height: 100.2%;
  border: 1px solid #d1cdcd;
}

.css-1ka5eyc-MuiPaper-root-MuiMenu-paper-MuiPopover-paper {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  /* box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12); */
  box-shadow: none !important;
  border: 1px solid rgb(197, 197, 197);
  max-height: calc(100% - 96px);
  -webkit-overflow-scrolling: touch;
  position: absolute;
  overflow: inherit !important;
  min-width: 16px;
  min-height: 16px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  outline: 0;
}
.itemstyle--set {
  padding: 8px;
  font-size: 13px !important;
}
.itemstyle--set:hover {
  background-color: var(--color-968686) !important;
  color: rgb(255, 255, 255);
}

.headerIcondesign {
  font-size: 35px;
  font-weight: 400;
}

span.badge.bg-white.text-dark.cardamount {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navcontent {
  justify-content: end;
}

@media only screen and (min-width: 900px) {
  #navcontent .navbar-nav {
    gap: 31px;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  /* .userst {
    display: none;
  } */
  #navcontent {
    /* position: absolute;
    top: 41px;
    right: -12px; */
    background: rgb(255, 255, 255);
    /* box-shadow: 0px 0px 10px #f3f3f3c7; */
    padding: 6px;
  }
  .wish_cart {
    display: none;
  }

  /* .categories__card {
    display: none;
  } */

  .features-wrap .single-feature {
    position: relative;
    flex: 1 0 49%;
    max-width: 50%;
    margin-top: 30px;
    padding: 0 15px;
  }

  .cartdropwidth
    > MuiList-root
    MuiList-padding
    MuiMenu-list
    css-6hp17o-MuiList-root-MuiMenu-list {
    width: 400px !important;
  }
  .bgr-menu {
    display: none;
  }
}
/* .active-link {
  color: #ff0000; 
  font-weight: bold; 
  
} */
/* .toggle-nav-bar {
  gap: 30px;
} */
.wc-logo {
  width: 290px !important;
}
.wc-logo2 {
  width: 230px !important;
}
.home_inbox {
  position: absolute;
  top: -26%;
  left: 9%;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #ff4040;
  color: white;
  text-align: center;
  align-content: center;
  font-size: small;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .menu-list-navitems {
    padding: 10px 0px;
  }
  .toggle-nav-bar {
    background: #fff;
    box-shadow: 0px 0px 10px #5e5e5e47;
    position: absolute;
    top: 60px;
    right: 10px;

    width: 250px;
    border-radius: 10px;
    padding: 14px 0px;
    gap: 0px !important;
  }
  .wc-logo {
    width: 200px !important;
  }

  .mb-nav {
    position: fixed;
  }
}
@media only screen and (min-width: 800px) and (max-width: 992px) {
  .wc-logo {
    width: 190px !important;
  }
}

@media (min-width: 801px) and (max-width: 992px) {
  .menu-list-navitems {
    padding: 10px 0px;
  }
  .toggle-nav-bar {
    gap: 0px !important;
  }
  .mobile-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 14px 0px;
    width: 250px;
    gap: 0px !important;
    border-radius: 6px;
  }
  .navbar-toggler-icon {
    height: "10px";
    color: var(--button-bg);
  }
}
@media (min-width: 993px) and (max-width: 1128px) {
  .size-header.px-lg-4.px-md-4 {
    padding-left: 10px !important;
    padding-right: 3px !important;
  }
  .toggle-nav-bar {
    gap: 6px !important;
    margin-top: 6px;
  }
  .wc-logo {
    margin-top: 10px;
  }
  .navbar-toggler-icon {
    height: 10px;
  }
}

/* .navbar {
 display: none;
} */

@media only screen and (max-width: 576px) {
  .navbar {
    overflow: hidden;
    background-color: transparent;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: inline;
  }
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar a:hover {
    /* background: #f1f1f1; */
    color: var(--button-bg);
  }

  /* .navbar a.active {
    background-color: #04AA6D;
    color: white;
  } */
}
@media (min-width: 1066px) and (max-width: 1181px) {
  .navbar-nav.toggle-nav-bar {
    gap: 11px !important;
  }
}

.tab-header {
  display: flex;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.tab-btn {
  flex: 1 1;
  padding: 14px 16px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}

.tab-btn.active {
  color: #0095f6;
  border-bottom: 3px solid #0095f6;
  font-weight: 600;
}

.tab-btn:hover:not(.active) {
  background: #f0f2f5;
}

.empty-state {
  padding: 40px 20px;
  text-align: center;
  color: #777;
  font-size: 15px;
}

.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.cart-bell {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-icon {
  cursor: pointer;
  font-size: 22px;
  color: var(--letters);
  transition: color 0.3s;
}

.cart-icon:hover {
  color: var(--text-primary);
  transition: color 0.3s;
}

.cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #52a131;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
}

/* Overlay for dim background */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 999;
}

/* Slide-in sheet */
.cart-sheet {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

/* Header */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
  background-color: #f8f9fa;
}

.cart-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #555;
}

.close-btn:hover {
  color: #000;
}

/* Cart list */
.cart-list {
  flex: 1 1;
  overflow-y: auto;
  padding: 10px 5px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  padding: 5px;
  transition: background 0.3s;
  border: 1px solid #efefef;
  gap: 12px;
  position: relative;
}

.cart-item:hover {
  background: #f7f9fb;
}

.product-image {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.cart-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.text-with-toggle {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.product-name {
  color: #262626;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.product-price {
  font-size: 13px;
  color: #262626;
  font-weight: 600;
}

.toggle-btn {
  background: none;
  border: none;
  color: #0095f6;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 4px;
}

.toggle-btn:hover {
  text-decoration: underline;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.quantity-control button {
  background: #eee;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-control button:hover {
  background: #ddd;
}

.quantity-control span {
  font-size: 14px;
  min-width: 20px;
  text-align: center;
}
.checkout-btn-cart {
  background-color: #4f46e5; /* primary blue */
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.checkout-btn-cart:hover {
  background-color: #4338ca;
}

.checkout-btn-cart:active {
  transform: scale(0.98);
}

.checkout-btn-cart:disabled {
  background-color: #c7c7c7;
  cursor: not-allowed;
}

.remove-btn {   
  /* position: absolute; */
  bottom: 0px;
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #555;
}

.remove-btn:hover {
  color: #000;
}

.no-items-text {
  display: flex;
  font-size: 14px;
  color: #000000;
  justify-content: center;
  background: #bdbdbd;
  padding: 2px 6px;
  border-radius: 5px;
}

.cart-time {
  display: block;
  font-size: 12px;
  color: #8e8e8e;
  margin-top: auto;
  align-self: flex-start;
}
/* Base styles for sidebar (Desktop Expanded) */
.business-filters-label {
  font-weight: 700;
  /* padding: 1rem 0rem; */
  font-size: 0.8em;
  margin-left: -5px;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  opacity: 0.5;
  display: inline-block; /* ensures padding/margin apply properly */
}
.psb-sidebar {
  color: var(--button-text);
  overflow-x: hidden !important;
  position: fixed;
  /* top: 64px; */
  top: 59px;
  left: 0;
  width: 300px;
  height: 92vh;
  transition:
    width 0.5s ease,
    left 0.5s ease;
  box-shadow: 4px 0 8px var(--theme-shadow);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 98;
  background-color: transparent;
}

.psb-sidebar::-webkit-scrollbar {
  display: none;
}

/* Desktop Collapsed State (>= 1000px) */
.psb-sidebar.psb-collapsed-desktop {
  width: 80px;
}

.psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-header {
  opacity: 0;
}

.psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-item a .psb-title {
  display: none;
}

.psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-item {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-item a {
  padding: 0 !important;
  justify-content: center;
}

.psb-sidebar.psb-collapsed-desktop
  .psb-menu
  > ul
  > .psb-menu-item
  > a
  .psb-suffix {
  opacity: 0;
}

/* Hide all text elements when collapsed on desktop */
.psb-sidebar.psb-collapsed-desktop .sidebar-title,
.psb-sidebar.psb-collapsed-desktop .submenu-title,
.psb-sidebar.psb-collapsed-desktop .submenu-list,
.psb-sidebar.psb-collapsed-desktop .sidebar-header-text,
.psb-sidebar.psb-collapsed-desktop .filter-label,
.psb-sidebar.psb-collapsed-desktop .radius-text,
.psb-sidebar.psb-collapsed-desktop .location-filter,
.psb-sidebar.psb-collapsed-desktop .show-more,
.psb-sidebar.psb-collapsed-desktop .Business-btn,
.psb-sidebar.psb-collapsed-desktop .location-filter input,
.psb-sidebar.psb-collapsed-desktop .location-filter input::placeholder {
  display: none !important;
}

/* Hide input placeholders when collapsed */
.psb-sidebar.psb-collapsed-desktop .location-filter input {
  opacity: 0;
  pointer-events: none;
}
.location-filter:hover {
  cursor: pointer;
}
.location-filter {
  margin: 15px 0px;
}
/* Main content margins for Desktop */
.main-content-desktop-expanded {
  margin-left: 300px;
}

.main-content-desktop-collapsed {
  margin-left: 80px;
}

/* Desktop Collapser Button */
.psb-collapser {
  transition:
    right,
    transform 0.3s;
  position: absolute;
  right: 7%;
  top: 20px;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  background-color: var(--button-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transform: translateX(50%);
  z-index: 111;
  cursor: pointer;
  color: var(--white);
  box-shadow: 1px 1px 4px var(--theme-shadow);
}

.psb-sidebar.psb-collapsed-desktop .psb-collapser {
  left: 20%;
  top: 1.5%;
  transform: translateX(50%) rotateY(180deg);
}

.psb-mobile-trigger {
  position: fixed;
  left: 12px;
  top: 75px;
  padding: 3px 8px 3px 3px;
  height: auto;
  border-radius: 5px;
  background-color: var(--theme-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 0.85em;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 9;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
.psb-mobile-trigger:hover .psb-mobile-close-btn:hover {
  color: var(--white);
}
/* .psb-mobile-trigger:hover {
  background-color: var(--theme-dark);  
  transform: scale(1.05);  
} */

.psb-mobile-close-btn {
  transition:
    right,
    transform 0.3s;
  position: absolute;
  right: 7%;
  top: 1.5%;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  background-color: var(--theme-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transform: translateX(50%);
  z-index: 1000;
  cursor: pointer;
  color: var(--white);
  box-shadow: 1px 1px 4px var(--theme-shadow);
}
.psb-menu-item:hover .psb-icon {
  animation: pro-swing ease-in-out 0.5s 1 alternate; /* Swing animation */
  transform: scale(1.1); /* Scale up */
  font-weight: 700; /* Bold text */
}
/* Overlay for mobile/tablet */
.psb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

/* General rule to show overlay when sidebar is toggled */
.psb-toggled ~ .psb-overlay {
  display: block;
}

/* Tablet View (600px to 999px) */
@media (min-width: 600px) and (max-width: 999px) {
  .psb-sidebar {
    top: 60px;
    width: 80px;
    left: 0;
  }

  .psb-sidebar.psb-toggled {
    width: 300px;
  }

  .psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-item {
    display: flex;
    justify-content: center;
    padding: 0 !important;
  }
  .psb-menu .psb-menu-item a .psb-badge-container {
    position: absolute;
    top: -25px;
    right: -5px;
  }
  .sidebar-item:hover {
    cursor: pointer;
  }
  .psb-menu-item:hover .psb-icon {
    animation: pro-swing ease-in-out 0.5s 1 alternate; /* Swing animation */
    transform: scale(1.1); /* Scale up */
    font-weight: 700; /* Bold text */
  }
  .sidebar-item:not(.sidebar-item-active):hover {
    cursor: pointer;
    background-color: var(--beige-bg); /* Add background color on hover */
    color: var(--button-text);
  }

  .sidebar-item:not(.sidebar-item-active):hover .sidebar-icon {
    animation: pro-swing ease-in-out 0.5s 1 alternate; /* Shake animation */
    transform: scale(1.1); /* Scale up */
    font-weight: 700; /* Bold text */
  }
  .psb-sidebar.psb-collapsed-desktop {
    width: 80px;
  }

  .psb-sidebar .psb-menu .psb-menu-header {
    opacity: 0;
  }

  .psb-sidebar .psb-menu .psb-menu-item a .psb-title {
    display: none;
  }

  .psb-sidebar.psb-collapsed-desktop .sidebar-title,
  .psb-sidebar.psb-collapsed-desktop .submenu-title,
  .psb-sidebar.psb-collapsed-desktop .submenu-list {
    display: none;
  }

  .psb-sidebar:not(.psb-toggled) .sidebar-title,
  .psb-sidebar:not(.psb-toggled) .submenu-title,
  .psb-sidebar:not(.psb-toggled) .submenu-list,
  .psb-sidebar:not(.psb-toggled) .sidebar-header-text,
  .psb-sidebar:not(.psb-toggled) .filter-label,
  .psb-sidebar:not(.psb-toggled) .radius-text,
  .psb-sidebar:not(.psb-toggled) .location-filter,
  .psb-sidebar:not(.psb-toggled) .show-more,
  .psb-sidebar:not(.psb-toggled) .Business-btn,
  .psb-sidebar:not(.psb-toggled) .location-filter input {
    display: none !important;
  }

  .psb-sidebar .psb-menu .psb-menu-item {
    display: flex;
    justify-content: center;
    padding: 0 !important;
  }

  .psb-sidebar .psb-menu .psb-menu-item a {
    padding: 0 !important;
    justify-content: center;
  }

  .psb-sidebar.psb-toggled .psb-menu .psb-menu-header {
    opacity: 1;
  }

  .psb-sidebar.psb-toggled .psb-menu .psb-menu-item a .psb-title {
    display: flex;
  }

  .psb-sidebar.psb-toggled .psb-menu .psb-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 1rem;
  }

  .main-content-tablet-collapsed {
    margin-left: 80px;
  }

  .psb-sidebar.psb-toggled .psb-menu .psb-menu-item a {
    justify-content: left;
  }

  .psb-menu-item.psb-active a {
    display: none;
  }

  .main-content-tablet-toggled {
    margin-left: 300px;
  }

  .psb-sidebar.psb-collapsed-desktop .psb-menu .psb-menu-item a .psb-title {
    display: none;
  }

  .psb-sidebar.psb-collapsed-desktop .sidebar-link::after {
    display: none;
  }

  .psb-sidebar .psb-menu .psb-menu-item a .psb-title {
    display: none;
  }

  .psb-mobile-trigger {
    z-index: 99;
    display: flex;
  }

  .psb-mobile-close-btn {
    z-index: 9;
    display: flex;
  }
}

/* Mobile View (max-width: 599px) */
@media (max-width: 599px) {
  .psb-sidebar {
    width: 310px;
    left: -310px;
  }
  /* .sidebar-item {
    display: contents;
  } */
  .psb-sidebar.psb-toggled {
    left: 0;
  }

  .psb-sidebar.psb-collapsed-desktop {
    width: 280px;
    left: -280px;
  }
  .sidebar-item:hover {
    cursor: pointer;
  }

  .sidebar-item:not(.sidebar-item-active):hover {
    cursor: pointer;
    background-color: var(--beige-bg); /* Add background color on hover */
    color: var(--button-text);
  }

  .sidebar-item:not(.sidebar-item-active):hover .sidebar-icon {
    animation: pro-swing ease-in-out 0.5s 1 alternate; /* Shake animation */
    transform: scale(1.1); /* Scale up */
    font-weight: 700; /* Bold text */
  }
  .psb-sidebar .psb-menu .psb-menu-header {
    opacity: 1;
  }

  .psb-sidebar .psb-menu .psb-menu-item a .psb-title {
    display: flex;
  }

  .psb-sidebar .psb-menu .psb-menu-item {
    justify-content: flex-start;
  }

  /* .home-after-login {
    padding-top: 8%;
  } */

  .main-content {
    margin-left: 0;
  }

  .psb-collapser {
    display: none;
  }

  .psb-mobile-trigger {
    z-index: 99;
    display: flex;
  }

  .psb-mobile-close-btn {
    z-index: 9;
    display: flex;
  }
}

/* Existing styles (not modified, but included for completeness) */
.psb-sidebar::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.psb-sidebar:hover::-webkit-scrollbar-thumb {
  background-color: var(--theme-deep);
}

.psb-sidebar::-webkit-scrollbar {
  width: 6px;
  background-color: var(--theme-deep);
}

.psb-sidebar .psb-image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.psb-sidebar .psb-image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.psb-sidebar.psb-has-bg-image .psb-image-wrapper {
  display: block;
}

.psb-layout {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--site-bg);
  box-shadow: 4px 0 8px var(--theme-shadow);
  z-index: 98;
}

.psb-header {
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.psb-header > .psb-logo {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes psb-swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}

/* Styles for sidebar dropdown arrows and animations */
.sidebar-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align to the right end */
}

.sidebar-link::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.psb-sidebar.psb-collapsed-desktop .sidebar-link::after {
  display: none;
}

.sidebar-item.sidebar-open .sidebar-link::after {
  transform: rotate(-135deg);
}

.submenu-list[style*="display: block"] {
  opacity: 1;
}

.submenu-list[style*="display: none"] {
  opacity: 0;
}

.submenu-item {
  transition:
    background-color 0.5s ease,
    color 0.5s ease,
    transform 0.5s ease;
  transition: transform 0.5s ease;
}

.submenu-item:hover {
  transform: scale(1.03);
}

.psb-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.psb-menu .psb-menu-header {
  font-weight: 700;
  padding: 1rem 0rem;
  font-size: 0.8em;
  margin-left: -5px;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  opacity: 0.5;
}

.psb-menu .psb-menu-item a {
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  position: relative;
}

.psb-menu .psb-menu-item a .psb-icon {
  font-size: 1.2rem;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  transition: color 0.3s;
}

.psb-menu .psb-menu-item a .psb-icon i {
  display: inline-block;
}

.psb-menu .psb-menu-item a .psb-title-container {
  position: relative;
  display: inline-block;
}

.psb-menu .psb-menu-item a .psb-title {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  white-space: nowrap;
}

.psb-menu .psb-menu-item a .psb-badge-container {
  position: absolute;
  top: -5px;
  right: -20px;
}

.psb-menu .psb-menu-item a .psb-suffix {
  display: inline-block;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}

.psb-menu .psb-menu-item a:hover .psb-icon i {
  animation: psb-swing ease-in-out 0.5s 1 alternate;
}

.psb-menu .psb-menu-item.psb-sub-menu > a::after {
  content: "";
  transition: transform 0.3s;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}

.psb-menu .psb-menu-item.psb-sub-menu > .psb-sub-menu-list {
  display: none;
  overflow: hidden;
  z-index: 999;
  background-color: var(--overly-bg);
}

.psb-menu .psb-menu-item.psb-sub-menu.psb-open > a {
  color: var(--theme-lighter);
}

.psb-menu .psb-menu-item.psb-sub-menu.psb-open > a::after {
  transform: rotate(45deg);
}

.psb-menu .psb-menu-item.psb-active > a .psb-icon {
  color: var(--theme-primary);
}
.psb-menu .psb-menu-item.psb-active > a .psb-title {
  color: var(--theme-primary);
  font-size: medium;
  font-weight: 700;
}

.psb-menu .psb-menu-item.psb-active {
  background-color: var(--theme-primary);
  color: var(--white) !important;
}

.psb-menu .psb-menu-item.psb-active > a::after {
  border-color: var(--theme-border);
}

.psb-menu-item.psb-active a,
.psb-menu-item.psb-active .psb-title,
.psb-menu-item.psb-active .psb-icon svg {
  color: white;
  font-weight: 700;
}

.psb-menu-item.psb-active a,
.psb-menu-item.psb-active a:hover,
.psb-menu-item.psb-active .psb-title,
.psb-menu-item.psb-active .psb-icon svg,
.psb-menu-item.psb-active .psb-icon svg:hover {
  font-weight: 700;
}

.psb-menu-item a,
.psb-menu-item .psb-title,
.psb-menu-item .psb-icon svg {
  color: rgb(83, 82, 82);
  font-weight: 700;
}

.psb-menu-item a .psb-title,
.psb-menu-item a .psb-icon {
  transition: transform 0.3s ease;
}

.psb-menu-item:not(.psb-active):hover .psb-title,
.psb-menu-item:not(.psb-active):hover .psb-icon {
  transform: scale(1.1);
  cursor: pointer;
  font-weight: 700;
}

.psb-menu-item {
  margin: 5px 0px;
  cursor: pointer;
}

.psb-menu-item:not(.psb-active):hover {
  background: var(--beige-bg);
  color: var(--white);
}
.sidebar-item:hover {
  cursor: pointer;
}

.sidebar-item:not(.sidebar-item-active):hover {
  cursor: pointer;
  background-color: var(--beige-bg); /* Add background color on hover */
  color: var(--button-text);
}

.sidebar-item:not(.sidebar-item-active):hover .sidebar-icon {
  animation: pro-swing ease-in-out 0.5s 1 alternate; /* Shake animation */
  transform: scale(1.1); /* Scale up */
  font-weight: 700; /* Bold text */
}
.psb-menu-item.psb-active:hover .psb-title,
.psb-menu-item.psb-active:hover .psb-icon {
  color: var(--white);
  animation: pro-swing ease-in-out 0.5s 1 alternate;
  transform: scale(1.1);
  font-weight: 700;
}
@keyframes pro-swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}

.psb-sidebar.psb-collapsed-desktop
  .psb-menu
  > ul
  > .psb-menu-item.psb-sub-menu
  > a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}

.psb-sidebar.psb-collapsed-desktop
  .psb-menu
  > ul
  > .psb-menu-item.psb-sub-menu
  > a:hover::after {
  background-color: var(--theme-lighter);
}

.psb-sidebar.psb-collapsed-desktop
  .psb-menu
  > ul
  > .psb-menu-item.psb-sub-menu
  > .psb-sub-menu-list {
  transition: none !important;
  width: 200px;
  margin-left: 3px !important;
  border-radius: 4px;
}

.psb-sidebar.psb-collapsed-desktop
  .psb-menu
  > ul
  > .psb-menu-item.psb-active
  > a::after {
  background-color: var(--theme-lighter);
}

.psb-sidebar.psb-has-bg-image:not(.psb-collapsed-desktop)
  .psb-menu
  > ul
  > .psb-sub-menu
  > .psb-sub-menu-list {
  background-color: var(--theme-lighter);
}

.psb-title-subcat {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  padding: 8px 0px 1px 25px;
  display: inline-block;
  height: 35px !important;
  transition: color 0.3s ease;
}

.psb-menu-item-subcat .psb-active {
  background-color: cadetblue;
}

.psb-title-subcat:hover {
  color: var(--theme-letters);
}

.psb-logo {
  display: flex;
  align-items: center;
}

.psb-logo > div {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  background-color: var(--theme-dark);
  margin-right: 10px;
}

.psb-logo > h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  transition: opacity 0.3s;
  opacity: 1;
  color: var(--theme-lighter);
}

.psb-sidebar.psb-collapsed-desktop .psb-logo > h5 {
  opacity: 0;
}

.main-content {
  transition: margin-left 0.5s ease;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-trigger {
  display: flex;
  align-items: center;
  height: 100%;
}

.tooltip {
  position: fixed;
  background-color: #1a2e4b;
  color: #dee2ec;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.9em;
  z-index: 1000;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.tooltip-wrapper:hover .tooltip {
  opacity: 1;
}

/* Hide tooltip on screens where sidebar is not collapsed */
.psb-sidebar:not(.psb-collapsed-desktop) .tooltip {
  display: none;
}

/* Show tooltip on tablet when not toggled (collapsed state) */
@media (min-width: 600px) and (max-width: 999px) {
  .psb-sidebar:not(.psb-toggled) .tooltip {
    display: block;
  }

  .psb-sidebar:not(.psb-toggled) .tooltip-wrapper:hover .tooltip {
    opacity: 1;
  }
}

/* Hide tooltips on mobile */
@media (max-width: 599px) {
  .tooltip {
    display: none !important;
  }
}

/* Arrow styling */
.tooltip-arrow,
.tooltip-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.tooltip-arrow {
  top: 40%;
  left: -4px;
}

.tooltip-arrow::before {
  border-right: 1px solid #1a2e4b;
  border-bottom: 1px solid #1a2e4b;
  left: 0;
  transform: rotate(45deg);
}

/* Loading animations */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.sidebar-loading {
  padding: 0;
  margin: 0;
}

.sidebar-loading ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-loading-item {
  margin-bottom: 8px;
}

.sidebar-loading-content {
  background-color: transparent;
}

.loading-icon-skeleton {
  flex-shrink: 0;
}

.loading-text-skeleton {
  flex-grow: 1;
  max-width: 200px;
}

.loading-input-skeleton {
  position: relative;
  overflow: hidden;
}

.loading-input-skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sidebar-loading {
    display: none;
  }
}

.zipcode-input-wrapper {
  position: relative;
  width: 100%;
}

.zipcode-input-field {
  width: 100%;
  padding-right: 35px; /* space for clear button */
  border: 1px solid var(--theme-border);
}

.zipcode-clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #888;
  font-weight: bold;
}

.zipcode-clear-btn:hover {
  color: #000;
}
/* .github-fork-ribbon-wrapper {
  z-index: 97 !important; 
} */
.empty-state-business {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
}

.empty-card {
  background: #f9fafb;

  border-radius: 12px;

  text-align: center;
  max-width: 320px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.empty-icon {
  padding: 16px;
  border-radius: 5px;
  background-color: #f3f4f6;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-title {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
  min-width: none;
}

.empty-text {
  font-size: 12px;
  color: #6b7280;
}

.list-item-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
  padding: 2px 3px 2px 10px;
  margin: 0.25rem 0;
  border-radius: 8px;
  transition: background 0.2s;
}

.list-item-business:hover {
  background: #f0f0f0; /* choose any color */
}
.filter-clear-bottom-btn {
  background: #f8f9fa;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-clear-bottom-btn:hover {
  background: #e9ecef;
  color: #333;
}

.github-fork-ribbon-wrapper {
  z-index: 40 !important;
}
.grid-action-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
/* 
.grid-action-icons .message-icon,
.grid-action-icons .call-icon,
.grid-action-icons .video-icon {
  font-size: 14px; 
  color: var(--button-bg);
  border: 1px solid var(--button-bg);
  border-radius: 50%;
  padding: 5px; 
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-action-icons .link-icon {
  font-size: 10px;
  background: linear-gradient(to right, var(--theme-deep), var(--theme-light));
  color: var(--white);
  padding: 2px 4px;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.grid-action-icons .link-icon:hover,
.grid-action-icons .message-icon:hover,
.grid-action-icons .call-icon:hover,
.grid-action-icons .video-icon:hover {
  background-color: var(--beige-bg);
  border-color: var(--button-bg);
} */
.biz-dtl-btn {
  font-size: 12px;
  color: var(--button-bg);
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.bwv-minimal {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}
.bwv-minimal-header {
  padding: 14px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.bwv-minimal-content {
  flex: 1 1;
  overflow-y: auto;
  padding: 15px;
}
.bwv-grid {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.bwv-item {
  margin-bottom: 6px;
}
.bwv-label {
  font-weight: 600;
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 6px;
  display: block;
}
.bwv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bwv-tag {
  padding: 5px 10px;
  font-size: 0.82rem;
  background: #f0f0f5;
  border-radius: 6px;
  color: #555;
  border: 1px solid #ddd;
}
.bwv-tag:hover {
  background: #967cf3;
  color: #fff;
}
.bwv-footer {
  padding: 12px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
  text-align: center;
}
.bwv-footer button {
  padding: 6px 16px;
  border: 1px solid #967cf3;
  color: #967cf3;
  border-radius: 6px;
  background: #fff;
  font-weight: 600;
}
.bwv-footer button:hover {
  background: #967cf3;
  color: #fff;
}

/* ═══════════════════════════════════════════════════════════════
   BwvBox Card  —  unique namespace: .bwv-*
   Uses only CSS variables already defined in the global stylesheet.
   Consistent image height, fully responsive, smooth transitions.
═══════════════════════════════════════════════════════════════ */

/* ── Card shell ─────────────────────────────────────────────── */
.bwv-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--theme-border);
  border-radius: 16px;
  overflow: hidden;
  transition:
    box-shadow var(--msc-transition),
    transform   var(--msc-transition);
  will-change: transform, box-shadow;
}

.bwv-card:hover {
  box-shadow:
    0 8px 24px var(--theme-shadow),
    0 2px 6px  var(--theme-shadow);
  transform: translateY(-2px);
}

/* ── Three-column inner layout ──────────────────────────────── */
.bwv-card__layout {
  display: grid;
  grid-template-columns: 220px 1fr 180px;
  min-height: 200px;
  align-items: stretch;
}

/* ── Media (image) column ───────────────────────────────────── */
.bwv-card__media {
  position: relative;
  height: 220px;          /* locked height  */
  width: 100%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  flex-shrink: 0;
}

.bwv-card__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.bwv-card__media:hover .bwv-card__slide-img {
  transform: scale(1.04);
}

/* Avatar badge (top-left corner) */
.bwv-card__avatar-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  background: var(--white);
  border-radius: 50%;
  /* padding: 2px; */
  box-shadow: 0 1px 4px var(--theme-shadow);
  line-height: 0;
}

.bwv-card__avatar-badge img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* ── Content (middle) column ────────────────────────────────── */
.bwv-card__content {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  outline: none;
  border-left: 1px solid var(--theme-border);
  border-right: 1px solid var(--theme-border);
  transition: background 0.2s ease;
}

.bwv-card__content:hover {
  background: var(--hero-blue-bg);
}

.bwv-card__content:focus-visible {
  outline: 2px solid var(--theme-primary);
  outline-offset: -2px;
}

/* Title */
.bwv-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-text-color);
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  transition: color 0.2s;
}

.bwv-card__content:hover .bwv-card__title {
  color: var(--theme-primary);
}

/* Description */
.bwv-card__desc {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* Tag row */
.bwv-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 2px;
}

.bwv-card__location-tag {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-style: italic;
}

.bwv-icon-pin {
  color: var(--theme-primary);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.bwv-card__service-tag {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.bwv-card__service-tag strong {
  color: var(--text-primary);
}

/* Date */
.bwv-card__date {
  font-size: 0.75rem;
  color: var(--small-text-color);
  margin-top: auto;
  display: block;
}

/* ── Actions (right) column ─────────────────────────────────── */
.bwv-card__actions-col {
  padding: 7px 6px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background: var(--gray-button-bg);
  border-radius: 0 12px 12px 0;
}

.bwv-actions {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  width: 100%;
}

/* ── Action button overrides (scoped) ───────────────────────── */
.bwv-btn {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  /* border-radius: 8px !important; */
  /* padding: 7px 10px !important; */
  transition:
    background-color 0.2s,
    box-shadow 0.2s,
    transform 0.15s !important;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.01em;
}

.bwv-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px var(--theme-shadow-hover) !important;
}

.bwv-btn:active {
  transform: translateY(0);
}

/* Call button accent */
.bwv-btn--call {
  border-color: var(--theme-primary) !important;
}

/* Buy button accent */
.bwv-btn--buy strong {
  margin-left: 3px;
  color: var(--dc-amber-dark);
}

/* ── Image popup ────────────────────────────────────────────── */
.bwv-popup {
  position: fixed;
  inset: 0;
  background: var(--overly-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: bwv-fade-in 0.18s ease;
}

.bwv-popup__box {
  position: relative;
  background: var(--white);
  padding: 1rem;
  border-radius: 12px;
  max-width: 82vw;
  max-height: 84vh;
  box-shadow: 0 8px 32px rgba(0,0,0,0.28);
  animation: bwv-scale-in 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bwv-popup__img {
  display: block;
  max-width: 100%;
  max-height: 68vh;
  object-fit: contain;
  border-radius: 6px;
}

.bwv-popup__close {
  position: absolute;
  top: -11px;
  right: -4px;
  background: var(--theme-primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.15s;
}

.bwv-popup__close:hover {
  background: var(--theme-dark);
  transform: scale(1.1);
}

/* ── Keyframes ──────────────────────────────────────────────── */
@keyframes bwv-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes bwv-scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */

/* Tablet / iPad (≤ 1024px) */
@media (max-width: 1024px) {
  .bwv-card__layout {
    grid-template-columns: 180px 1fr 160px;
  }
  .bwv-card__media {
    height: 200px;
  }
}

/* Tablet portrait / large phone (≤ 768px) */
@media (max-width: 768px) {
  .bwv-card {
    border-radius: 12px;
  }

  .bwv-card__layout {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto auto;
  }

  .bwv-card__media {
    height: 200px;
    border-radius: 12px 12px 0 0;
  }

  .bwv-card__content {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--theme-border);
    padding: 14px 16px 10px;
  }

  .bwv-card__title {
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bwv-card__actions-col {
    border-radius: 0 0 12px 12px;
    padding: 12px 14px;
    flex-direction: row;
    gap: 8px;
    background: var(--gray-button-bg);
  }

  .bwv-actions {
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 6px; */
  }

  .bwv-btn {
    flex: 1 1 auto;
  }
}

/* Small phone (≤ 480px) */
@media (max-width: 480px) {
  .bwv-card__media {
    height: 180px;
  }

  .bwv-card__actions-col {
    flex-direction: column;
  }

  .bwv-actions {
    flex-direction: column;
  }

  .bwv-btn {
    flex: initial;
    width: 100%;
  }

  .bwv-popup__box {
    max-width: 94vw;
    padding: 0.75rem;
  }

  .bwv-popup__img {
    max-height: 60vh;
  }
}
.carousel-item {
  /* border: none !important; */
  box-shadow: 0 0 0 white !important;
}
.slick-slider {
  height: 170px !important;
}

@media screen and (max-width: 575px) {
  .slick-slider {
    height: 320px !important;
  }
  .list_button {
    justify-content: space-evenly;
  }
  .list_text {
    padding: 0px 12px;
    margin-top: 10px;
  }
}

/* Container styles */
.popup-container {
  background: white;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left section for social logins */
.popup-left {
  flex: 1 1;
  padding-right: 20px;
}

.popup-left button {
  width: 100%;
  /* padding: 10px; */
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.popup-left .popup-facebook {
  background-color: #3b5998 !important; /* Facebook Blue */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.facebook-signin-button {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  background-color: #3b5998; /* Facebook blue */
  color: white !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 4px !important;
  padding: 5px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  /* margin: 5px; */
}

.facebook-icon {
  background-color: white !important;
  color: #3b5998 !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 8px !important;
  border-radius: 2px !important;
}

.facebook-icon svg {
  font-size: 18px !important; /* Adjust icon size */
}

.popup-left .popup-google {
  background-color: #db4437 !important; /* Google Red */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* Right section for manual login */
.popup-right {
  flex: 1 1;
  padding-left: 20px;
}

.popup-right h2 {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.popup-right input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-right .popup-remember-me {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.popup-right .popup-remember-me input {
  margin-right: 10px;
}

.popup-right .popup-login-btn {
  width: 35%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #ff4b5c; /* Login Button Color */
  font-size: 16px;
  cursor: pointer;
}

/* Footer links */
.popup-footer-links {
  display: flex;
  justify-content: space-evenly;
}

.popup-footer-links p {
  color: #ff4b5c; /* Link Color */
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.popup-footer-links p:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vertical-line {
    display: none !important;
  }
  .horizontal-line {
    display: block !important;
  }
}

.popup-left .nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
  font-size: 16px !important;
  height: 45px !important;
  background-color: #db4437 !important;
}

.popup-left .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  background-color: white !important;
  color: #3b5998 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 8px !important;
  border-radius: 2px !important;
}

.popup-left .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  color: white !important;
  font-weight: 500 !important;
}

/* .login-main {
   background-color: #e7e2ff; 
} */
.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input {
  padding-right: 40px;
}

.eye-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #666;
}
.login-box {
  margin: 10px auto;
}
.login-wrapper {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.login-img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: top;
  /* border-radius: 30px 0px 0px 30px; */
   border-radius: 10px;
}

.form__group > .form-control {
  width: 100%;
  color: #000 !important;
  background: #f3f1ff;
  border-radius: 5px !important;
  border: 1px solid #0000003b !important;
  padding: 22px;
}

.inst_socl-login {
  text-align: center;
  width: 89px;
  background: #fff;
  margin-top: -30px;
  z-index: 9;
}

.auth__btn {
  background: #0d6efd !important;
  color: #fff !important;
  padding: 7px 30px;
  border-radius: 5px;
}

.auth__btn:hover {
  background: none !important;
  color: #0d6efd !important;
  border-color: #0d6efd;
}

.form__group input[type="file"] {
  cursor: pointer;
  color: var(--secondary-color);
  margin-right: 190px !important;
  border-radius: 5px !important;
}

@media only screen and (max-width: 576px) {
  .auth__form {
    /* width: 50%; */
    margin: 0 auto;
    padding: 18px;
    border-radius: 0px;
    /* box-shadow: 0px 0px 1px 0px; */
  }

  .login-feture {
    flex-direction: column-reverse;
  }

  .fb-styles {
    /* width: 50%; */
    margin: auto;
  }
  /* .fb-styles-signin {
    width: 80%;
  } */
}

@media only screen and (max-width: 992px) {
  .auth__form {
    /* width: 90%; */
    margin: 20 auto !important;
    padding: 40px;
    border-radius: 0px;
    /* box-shadow: 0px 0px 1px 0px; */
  }

  .login-img,
  .signin-image {
    border-radius: 0px !important;
  }
}

.fb-styles {
  /* border-radius: 4px; */
  background: #375397;
  color: #fff;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* .fb-styles svg {
  font-size: 35px;
  margin-top: -5px;
  margin-left: -20px;
} */

.fb-styles button {
  background: none;
  color: #fff;
  font-size: 14px;
}

.signin-image {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 30px 0px 0px 30px;
}

.signin-wrapper {
  border-radius: 10px;
  box-shadow: 0px 0px 20px #dadada;
  background: #fff;
}

.wd-signup {
  text-align: center;
  width: 100px;
  background: #fff;
  margin: -30px auto auto auto;
  z-index: 9;
}
.fb-styles button {
  font-size: 12px;
}
.login-ctr-select .css-1d6ozc4-control,
.signup-ctr-select .css-1d6ozc4-control {
  border-radius: 100px;
}
.auth__btn:hover {
  border: 1px solid #0d6efd;
}

.web_page .nsm7Bb-HzV7m-LgbsSe {
  font-size: 27px !important;
  height: 55px !important;
  padding: 0 25px !important;
}

.web_page .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  height: 33px !important;
  width: 35px !important;
}
.web_page .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  margin-left: 10px !important;
}

@media screen and (max-width: 500px) {
  .web_page .nsm7Bb-HzV7m-LgbsSe {
    font-size: 20px !important;
    padding: 5px !important;
  }
}

 
.router-wrapper {
  flex: 1 1;
  padding-top: 80px;
}
@media (max-width: 599px) {
  .router-wrapper {
    padding-top: 65px;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 99;
  opacity: 0.9;
  transition: all 0.3s ease;
  animation: softPulse 1s ease-in-out infinite;
}

.scroll-to-top:hover {
  background-color: #0056b3;
  transform: scale(1.12);
  opacity: 1;
}

/* Pure scale + opacity pulse (no box-shadow) */
@keyframes softPulse {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}

.scroll-to-top[hidden] {
  display: none;
}
 
/* @media (max-width: 499px) {
  .router-wrapper {
    padding-top: 90px !important;
  }
} */
/* Entrance: Start from bottom, slide up */
.online-popup-enter {
  transform: translateX(-50%) translateY(100%) !important; /* Start from bottom */
  opacity: 0;
}
.online-popup-enter-active {
  transform: translateX(-50%) translateY(0) !important; /* Slide up to position */
  opacity: 1;
}

/* Exit: Slight slide up + fade */
.online-popup-exit {
  transform: translateX(-50%) translateY(-10px) !important; /* Slight up */
  opacity: 0;
}
.pp-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  border-radius: 10px;
  padding: 8px 16px;
  background: var(--site-bg);
  border-bottom: 1px solid var(--gray-button-border);
  box-shadow: 0 2px 8px var(--theme-shadow);
  animation: pp-slide-down 0.2s ease;
}

@keyframes pp-slide-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .pp-banner {
    padding: 5px 10px;
  }
}

/* ══════════════════════════════════════════════
   BAR ROOT
══════════════════════════════════════════════ */
.pp-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* ══════════════════════════════════════════════
   SIZE MODIFIERS  (track height)
══════════════════════════════════════════════ */
.pp-bar--sm .pp-track {
  height: 5px;
  border-radius: 3px;
}
.pp-bar--md .pp-track {
  height: 9px;
  border-radius: 5px;
}
.pp-bar--lg .pp-track {
  height: 15px;
  border-radius: 8px;
}

.pp-bar--sm .pp-label,
.pp-bar--sm .pp-percent {
  font-size: 0.7rem;
}
.pp-bar--md .pp-label {
  font-size: 0.8rem;
}
.pp-bar--md .pp-percent {
  font-size: 0.75rem;
}
.pp-bar--lg .pp-label {
  font-size: 0.88rem;
}
.pp-bar--lg .pp-percent {
  font-size: 0.82rem;
}

/* ══════════════════════════════════════════════
   META ROW  (label + percent)
══════════════════════════════════════════════ */
.pp-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.pp-label {
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.01em;
  line-height: 1;
}

.pp-percent {
  font-weight: 700;
  color: var(--text-secondary);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  min-width: 3ch;
  text-align: right;
  line-height: 1;
}

/* ══════════════════════════════════════════════
   TRACK
══════════════════════════════════════════════ */
.pp-track {
  width: 100%;
  background: var(--gray-button-bg);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
}

/* ══════════════════════════════════════════════
   FILL  — base
══════════════════════════════════════════════ */
.pp-fill {
  height: 100%;
  border-radius: inherit;
  transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  will-change: width;
}

/* ── Variant fills (all map to existing root vars) ── */
.pp-fill--default {
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-light));
}
.pp-fill--success {
  background: linear-gradient(
    90deg,
    var(--approve-button-bg),
    var(--approve-button-bg-hover)
  );
}
.pp-fill--error {
  background: linear-gradient(
    90deg,
    var(--delete-button-bg),
    var(--delete-button-bg-hover)
  );
}
.pp-fill--warning {
  background: linear-gradient(
    90deg,
    var(--warning-button-bg),
    var(--yellow-button-bg)
  );
}

/* ── Shimmer sweep (determinate + animated) ── */
.pp-fill--shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  animation: pp-shimmer 1.6s linear infinite;
}

@keyframes pp-shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

/* ── Indeterminate bounce ── */
.pp-fill--indeterminate {
  width: 42% !important;
  animation: pp-bounce 1.8s ease-in-out infinite;
}

@keyframes pp-bounce {
  0% {
    transform: translateX(-115%);
  }
  100% {
    transform: translateX(280%);
  }
}

/* ══════════════════════════════════════════════
   SUB-LABEL
══════════════════════════════════════════════ */
.pp-sublabel {
  margin: 0;
  font-size: 0.7rem;
  color: var(--text-tertiary);
  letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════
   OVERLAY BACKDROP
══════════════════════════════════════════════ */
.pp-overlay-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--overly-bg);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pp-fade-in 0.18s ease;
}

@keyframes pp-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ══════════════════════════════════════════════
   OVERLAY CARD
══════════════════════════════════════════════ */
.pp-overlay-card {
  background: var(--site-bg);
  border-radius: 14px;
  padding: 30px 34px;
  width: min(370px, 88vw);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  animation: pp-card-up 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes pp-card-up {
  from {
    transform: translateY(10px) scale(0.97);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Bar stretches to full card width */
.pp-overlay-card .pp-bar {
  width: 100%;
}

/* ══════════════════════════════════════════════
   SPINNER RING  (inside overlay card)
══════════════════════════════════════════════ */
.pp-overlay-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid var(--gray-button-border);
  border-top-color: var(--theme-primary);
  border-radius: 50%;
  animation: pp-spin 0.85s linear infinite;
  flex-shrink: 0;
}

@keyframes pp-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ══════════════════════════════════════════════
   REDUCED MOTION
══════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .pp-fill--shimmer::after,
  .pp-fill--indeterminate,
  .pp-overlay-spinner {
    animation: none;
  }
  .pp-fill {
    transition: none;
  }
  .pp-fill--indeterminate {
    width: 100% !important;
    transform: none;
    opacity: 0.45;
  }
}


/*# sourceMappingURL=main-31743c5a.65772e1b.css.map*/