.custom-heading {
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  color: #333333;
  font-family: "Abhay-Libre Bold";
  text-transform: capitalize;
  padding: 0 0 30px;
}

.custom-heading .subheading {
  font-size: 15px;
  line-height: 20px;
  font-family: "pangramregular";
  color: #646464;
  text-align: center;
  letter-spacing: 0.02em;
  display: block;
}

.store-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.store-image {
  transition: transform 0.3s ease;
}

/* Hover Effects */
.store-card:hover .store-image {
  transform: scale(1.1);
}

.store-card:hover .store-info {
  background: rgba(0, 0, 0, 0.7);
}

.store-info {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.offer-banner {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  display: inline-flex;
}

.offer-badge {
  background: #4caf4f;
  color: #fff;
  border-radius: 50px 0 0 50px;
  font-family: "pangrammedium";
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
}

.offer-text {
  padding-right: 10px;
  color: #333333;
  font-family: "pangramregular";
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.text-danger {
  color: #ff5722 !important;
  /* Custom orange color for the discount text */
}

.shadow-offer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Default color for all p tags */
p {
  color: black;
  transition: color 0.3s ease;
  /* Smooth transition for color change */
}

/* Change text color to red on hover of either image or text */
a:hover p {
  color: red;
}

.strip i,
.strip span {
  color: white;
}

/* Optional: make the vertical divider white as well */
.strip .vr {
  background-color: white;
  width: 1px;
  height: 30px;
}

.custom-heading {
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  color: #333333;
  font-family: "Abhay-Libre Bold";
  text-transform: capitalize;
  padding: 0 0 30px;
}

.custom-heading .subheading {
  font-size: 15px;
  line-height: 20px;
  font-family: "pangramregular";
  color: #646464;
  text-align: center;
  letter-spacing: 0.02em;
  display: block;
}

.store-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.store-image {
  transition: transform 0.3s ease;
}

/* Hover Effects */
.store-card:hover .store-image {
  transform: scale(1.1);
}

.store-card:hover .store-info {
  background: rgba(0, 0, 0, 0.7);
}

.store-info {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.offer-banner {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  display: inline-flex;
}

.offer-badge {
  background: #4caf4f;
  color: #fff;
  border-radius: 50px 0 0 50px;
  font-family: "pangrammedium";
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
}

.offer-text {
  padding-right: 10px;
  color: #333333;
  font-family: "pangramregular";
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.text-danger {
  color: #ff5722 !important;
  /* Custom orange color for the discount text */
}

.shadow-offer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Default color for all p tags */
p {
  color: black;
  transition: color 0.3s ease;
  /* Smooth transition for color change */
}

/* Change text color to red on hover of either image or text */
a:hover p {
  color: red;
}

.strip i,
.strip span {
  color: white;
}

/* Optional: make the vertical divider white as well */
.strip .vr {
  background-color: white;
  width: 1px;
  height: 1vh;
}

.nav-item {
  text-decoration: none; /* Prevents default underline */
}

.nav-item:hover {
  text-decoration: underline; /* Underline on hover */
}

.d-flex.overflow-x-auto {
  scrollbar-width: thin;
  scrollbar-color: #888 #f5f5f5;
}

.d-flex.overflow-x-auto::-webkit-scrollbar {
  height: 8px;
}

.d-flex.overflow-x-auto::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.d-flex.overflow-x-auto::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.overflow-auto::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Webkit browsers */
}

.overflow-auto {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-name {
  color: #515151;
  white-space: normal;
  font-size: 11px;
}

.toppic {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.company-address {
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  font-family: 'pangramregular';
  color: #515151;
  line-height: 20px;
  font-size: 13px;
}

@media (max-width: 767px) {

  .shop-category,
  .banner-mid1 {
    display: none;
  }
}