:root {
    --primary-color: rgb(22 50 155);
    --secondary-color: #f8f9fc;
    --accent-color: #ff6b6b;
    --dark-color: rgb(33, 37, 41);
    --light-color: #f8f9fa;
    --logo-color: #ff7f00;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--secondary-color);
    color: #333;
    line-height: 1.6;
}

.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: white !important;
}

.navbar-brand {
   
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color) !important;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color) !important;
    margin: 0 10px;
    padding: 8px 15px !important;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--logo-color) !important;
    transform: translateY(-2px);
}

.btn-primary{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
/* .hero-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 15px;
overflow: hidden;
z-index: 1;
text-align: center;
}

#backgroundCarousel {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 0;
pointer-events: none;
}

#backgroundCarousel .carousel-item img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: brightness(0.4);
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.25);
z-index: 1;
}

.hero-section .container {
position: relative;
z-index: 2;
max-width: 100%;
}

.hero-section h1,
.hero-section p {
color: #fff;
text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
padding: 0 10px;
}


@media (max-width: 767px) {
.hero-section {
padding: 60px 10px;
}

.hero-section h1 {
font-size: 1.8rem;
}

.search-container {
flex-direction: column;
}

.search-row > div {
margin-bottom: 15px;
}
} */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 999;
}


/* .hero-section {
    background: url('../images/other/banners/1.jpg') center center/cover no-repeat;
    background: linear-gradient(180deg, #fff 10%, #fff 100%);
    color: #222;
    padding: 140px 0 80px;
    margin-top: 60px;
    text-align: center;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #222;
    
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */


.hero-section {
    position: relative;
    color: #222;
    padding: 140px 0 80px;
    margin-top: 110px;
    text-align: center;
    overflow: hidden;
}

.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #222;
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.search-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-select {
    height: 50px;
    border-radius: 8px !important;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
}

.btn-find-stores {
    background-color: var(--accent-color);
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-find-stores:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.section-title {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: var(--primary-color);
    bottom: -10px;
    left: 0;
    border-radius: 2px;
}

/* .store-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: white;
}

.store-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.store-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.store-info {
    padding: 20px;
}

.store-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.store-location {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
}

.store-description {
    margin-bottom: 15px;
}

.store-rating {
    color: #ffc107;
    margin-bottom: 10px;
}

.btn-view-store {
    background-color: var(--primary-color);
    color: white;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-view-store:hover {
    background-color: #3a56c7;
    color: white;
    transform: translateY(-2px);
} */

.how-it-works {
    padding: 80px 0;
    background-color: white;
}

.step-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #6a11cb 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}

.step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--accent-color);
    color: white;
    border-radius: 50%;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.step-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.book-shopper {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

.book-shopper h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.book-shopper p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 18px;
}

.btn-book-now {
    background-color: var(--accent-color);
    color: white;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.btn-book-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.4);
}

.why-choose-us {
    padding: 80px 0;
    background-color: white;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    padding: 20px;
    margin-bottom: 15px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #6a11cb 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.testimonials {
    padding: 80px 0;
    background-color: var(--secondary-color);
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px;
    color: rgba(78, 115, 223, 0.1);
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-location {
    color: #6c757d;
    font-size: 14px;
}

.delivery-locations {
    padding: 80px 0;
    background-color: white;
    text-align: center;
}

.country-badge {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    margin: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.country-badge:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

.footer {
    background-color: var(--dark-color);
    color: white;
    padding: 60px 0 30px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer h5:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    color: #adb5bd;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .search-container {
        padding: 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}
.navbar-brand img{
    /* width: 55%; */
    /* width: 250px; */
    width: 100px;
    display: block;
}

.flip-tile {
perspective: 1000px;
height: 200px;
}

.flip-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.6s;
transform-style: preserve-3d;
}

.flip-tile:hover .flip-inner {
transform: rotateY(180deg);
}

.flip-front,
.flip-back {
position: absolute;
width: 100%;
height: 100%;
border-radius: 15px;
backface-visibility: hidden;
background-size: cover;
background-position: center;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 15px;
color: white;
font-weight: bold;
font-size: 1.1rem;
box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.flip-front {
background-color: #333;
}

.flip-back {
background-color: #222;
transform: rotateY(180deg);
}

.category-name {
background: rgba(78, 115, 223, 0.6);
padding: 6px 12px;
border-radius: 8px;
text-align: center;
}




.flipping-carousel-section {
position: relative;
min-height: 100vh;
overflow: hidden;
background: #000;
}

.flipping-tile-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 10px;
padding: 20px;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}

.tile-wrapper {
perspective: 1000px;
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
}

.tile-inner {
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: transform 1.2s ease-in-out;
}

.tile-front,
.tile-back {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border-radius: 8px;
backface-visibility: hidden;
}

.tile-back {
transform: rotateY(180deg);
}

.tile-wrapper.flipped .tile-inner {
transform: rotateY(180deg);
}

/* Random Flip Animation */
@keyframes random-flip {
0% { transform: rotateY(0); }
100% { transform: rotateY(180deg); }
}

/* Overlay Search Styling */
.search-overlay {
position: relative;
z-index: 5;
padding-top: 100px;
padding-bottom: 80px;
background: rgba(0, 0, 0, 0.3);
}
.brand-logo {
max-height: 80px; /* Adjust as needed */
height: auto;
width: auto;
object-fit: contain;
}


/*find stores */
.location-header {
    background-color: white;
    padding: 60px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-top:90px;
    /* margin-bottom: 30px; */
  }
  
  .location-title {
    font-weight: 600;
    color: var(--dark-color);
  }
  
  .location-subtitle {
    color: var(--logo-color);
    font-weight: 500;
     display: inline; /* Ensure it behaves like normal text */
    white-space: normal;
    word-break: break-word;
  }
  
  .btn-change-location {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .btn-change-location:hover {
    background-color: #3a56c7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(78, 115, 223, 0.3);
  }
  
  /* Updated Categories Section */
  .categories-section {
    /* background-color: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
    margin-bottom: 30px;
  }
  
  .categories-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
    position: relative;
  }
  
  .categories-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    bottom: -8px;
    left: 0;
    border-radius: 2px;
  }
  
  .btn-category {
    text-align: center;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    color: var(--dark-color);
    min-width: 120px;
  }
  
  .btn-category:hover, .btn-category.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(78, 115, 223, 0.2);
  }
  
  .btn-category i {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .category-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    backdrop-filter: blur(2px);
}

.trending-categories {
  padding: 20px 0;
}

.trending-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  position: relative;
}

.trending-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #4e73df;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

.category-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.category-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.category-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.category-label {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}

.category-item:hover .category-label {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-5px);
}

/* .category-card {
background-color: #fff;
border-radius: 12px;
padding: 15px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
transition: transform 0.2s;
height: 100%;
} */

.category-card:hover {
transform: translateY(-5px);
}

.category-img {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 8px;
}

.category-name {
margin-top: 10px;
font-weight: 500;
font-size: 16px;
}

  
  .stores-section {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: var(--primary-color);
    bottom: -10px;
    left: 0;
    border-radius: 2px;
  }
  
  .store-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: white;
  }
  
  .store-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }
  
  .store-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .store-info {
    padding: 20px;
  }
  
  .store-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
  }
  
  .store-location {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .store-rating {
    color: var(--logo-color);
    margin-bottom: 15px;
  }
  
  .btn-view-store {
    background-color: var(--dark-color);
    color: white;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .btn-view-store:hover {
    background-color: #fff;
    color: var(--dark-color);
    transform: translateY(-2px);
  }
  
  .upcoming-stores {
    background-color: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  
  .upcoming-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
  }
  
  .upcoming-list {
    list-style: none;
    padding: 0;
  }
  
  .upcoming-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  
  .upcoming-item:last-child {
    border-bottom: none;
  }
  
  .coming-soon-badge {
    background-color: var(--accent-color);
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
  }
  
  .offer-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
  }
  
  .modal-header {
    background-color: var(--dark-color);
    color: white;
    border: none;
  }
  
  .modal-body {
    padding: 30px;
    text-align: center;
  }
  
  .offer-icon {
    font-size: 50px;
    color: var(--accent-color);
    margin-bottom: 20px;
  }
  
  .offer-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .btn-claim-offer {
    background-color: var(--accent-color);
    color: white;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
  }
  
  .btn-claim-offer:hover {
    background-color: #e05555;
    transform: translateY(-2px);
  }
  .location-header {
    background-color: white;
    padding: 60px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-top:90px;
    /* margin-bottom: 30px; */
  }
  
  .location-title {
    font-weight: 600;
    color: var(--dark-color);
  }
  
  .location-subtitle {
    color: var(--logo-color);
    font-weight: 500;
  }
  
  .btn-change-location {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .btn-change-location:hover {
    background-color: #3a56c7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(78, 115, 223, 0.3);
  }
  
  /* Updated Categories Section */
  .categories-section {
    /* background-color: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
    margin-bottom: 30px;
  }
  
  .categories-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
    position: relative;
  }
  
  .categories-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    bottom: -8px;
    left: 0;
    border-radius: 2px;
  }
  
  .btn-category {
    text-align: center;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    color: var(--dark-color);
    min-width: 120px;
  }
  
  .btn-category:hover, .btn-category.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(78, 115, 223, 0.2);
  }
  
  .btn-category i {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .trending-categories {
margin-bottom: 30px;
}

.trending-title {
font-weight: 600;
color: var(--dark-color);
margin-bottom: 20px;
position: relative;
}

.trending-title::after {
content: '';
position: absolute;
width: 50px;
height: 3px;
background: var(--primary-color);
bottom: -8px;
left: 0;
border-radius: 2px;
}
.trending-card{
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* .category-card {
background-color: #fff;
border-radius: 12px;
padding: 15px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
transition: transform 0.2s;
height: 100%;
} */

.category-card:hover {
transform: translateY(-5px);
}

.category-img {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 8px;
}

.category-name {
margin-top: 10px;
font-weight: 500;
font-size: 16px;
}

  
  .stores-section {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: var(--primary-color);
    bottom: -10px;
    left: 0;
    border-radius: 2px;
  }
  
  .store-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: white;
  }
  
  .store-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }
  
  .store-img {
    width: 100%;
    /* height: 100%; */
    height: 220px;
    object-fit: cover;
  }
  
  .store-info {
    padding: 20px;
  }
  
  .store-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
  }
  
  .store-location {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .store-rating {
    color: #ffc107;
    margin-bottom: 15px;
  }
  
  .btn-view-store {
  background-color: transparent;
  color: var(--dark-color);
  border: 2px solid var(--dark-color);
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 500; /* Added for better visibility */
}

.btn-view-store:hover {
  background-color: var(--dark-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}
  
  .upcoming-stores {
    background-color: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  
  .upcoming-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
  }
  
  .upcoming-list {
    list-style: none;
    padding: 0;
  }
  
  .upcoming-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  
  .upcoming-item:last-child {
    border-bottom: none;
  }
  
  .coming-soon-badge {
    background-color: var(--accent-color);
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
  }
  
  .offer-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
  }
  
  .modal-header {
    background-color: var(--dark-color);
    color: white;
    border: none;
  }
  .modal-header .btn-close{
    --bs-btn-close-color:var(--light-color) !important;
  }
  
  .modal-body {
    padding: 30px;
    text-align: center;
  }
  
  .offer-icon {
    font-size: 50px;
    color: var(--accent-color);
    margin-bottom: 20px;
  }
  
  .offer-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .btn-claim-offer {
    background-color: var(--accent-color);
    color: white;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
  }
  
  .btn-claim-offer:hover {
    background-color: #e05555;
    transform: translateY(-2px);
  }
  @media (max-width: 768px) {
    .btn-category {
      min-width: 100px;
      padding: 8px 10px;
      font-size: 14px;
    }
    
    .btn-category i {
      font-size: 20px;
    }
    
    .store-img {
      height: 100%;
    }
  }

  .categories-section {
    position: relative;
    /* padding: 20px 40px; */
    overflow: hidden;
  }
  
  .categories-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0px 50px 0px 50px;
    
  }
  
  .categories-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .categories-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .btn-category {
    flex: 0 0 auto;
    margin-right: 10px;
    white-space: nowrap;
  }
  
  /* Arrow Buttons */
  .scroll-btn {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
    text-align: center;
    padding: 0;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
  
  .scroll-btn i {
    font-size: 1rem;
    color: #333;
    line-height: 36px;
  }
  
  
  @media (max-width: 576px) {
    .categories-section {
      /* padding: 20px 15px; */
    }
    .categories-container{
      padding: 0px 50px 0px 50px;
    }
  }
  .search-wrapper {
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .search-wrapper .form-control {
    border-right: 0;
    border-radius: 8px 0 0 8px;
    padding: 15px;
      font-size: 1rem;
  }
  
  .search-wrapper .btn {
    border-left: 0;
    border-radius: 0 8px 8px 0;
  }

  /* store details */
  .store-header {
    
    background: linear-gradient(-165deg, #231f20 20%, #3b3b3b 100%);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0 60px;
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px;
  }
  
  .store-title {
    font-weight: 700;
    font-size: 2.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .store-location {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .store-rating {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  
  .store-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .section-title {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: var(--primary-color);
    bottom: -10px;
    left: 0;
    border-radius: 2px;
  }
  
  .product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: white;
    cursor: pointer;
  }
  
  .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }
  
  .product-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
  
  .product-info {
    padding: 20px;
  }
  
  .product-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
  }
  
  .product-price {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .product-rating {
    color: #ffc107;
    margin-bottom: 15px;
  }
  
  .btn-add-to-cart {
    background-color: var(--primary-color);
    color: white;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .btn-add-to-cart:hover {
    background-color: #3a56c7;
    color: white;
    transform: translateY(-2px);
  }
  
  .store-description {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 40px;
  }
  
  .detail-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background: white;
    z-index: 1050;
    transition: right 0.4s ease-in-out;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    padding: 30px;
  }
  
  .detail-panel.show {
    right: 0;
  }
  
  .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  
  .panel-title {
    font-weight: 700;
    color: var(--dark-color);
    margin: 0;
  }
  
  .btn-close-panel {
    background: none;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-close-panel:hover {
    color: var(--accent-color);
    transform: rotate(90deg);
  }
  
  .panel-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  
  .panel-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
  .panel-description {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  
  .panel-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  
  @media (max-width: 768px) {
    .store-header {
      padding: 80px 0 40px;
    }
    
    .store-title {
      font-size: 2rem;
    }
    
    .detail-panel {
      width: 90%;
    }
    
    .panel-img {
      height: 200px;
    }
  }

  /* tracking */

  .tracking-progress {
    overflow-x: auto;
    padding-bottom: 10px;
}

.tracking-steps {
    display: flex;
    justify-content: space-between;
    min-width: 600px;
    position: relative;
}

.tracking-steps:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 20%;
}

.step-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.step.completed .step-icon {
    background: #28a745;
    color: white;
}

.step.current .step-icon {
    background: #ffc107;
    color: white;
}

.step.completed:before,
.step.current:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #28a745;
    z-index: -1;
}

.step.current:before {
    background: #ffc107;
}

.step:first-child:before {
    width: 50%;
    left: 50%;
}

.step:last-child:before {
    width: 50%;
}

.step-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

.step small {
    font-size: 11px;
    color: #6c757d;
    display: block;
}

/* cart */

.quantity-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity-input {
  height: 30px;
  padding: 0;
}

.offer-badge {
  background-color: #f8f9fa;
  border: 1px dashed #dee2e6;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.offer-badge:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.offer-badge span {
  font-weight: 600;
  display: block;
  color: #4e73df;
}

.offer-badge small {
  font-size: 12px;
  color: #6c757d;
}

.payment-icon {
  height: 24px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.payment-icon:hover {
  filter: grayscale(0);
  opacity: 1;
}
.wrap-text {
        flex-wrap: wrap;
        word-break: break-word;
    }
.breadcrumb-item a{
  color: var(--logo-color);
}
.breadcrumb-item a:hover{
  color: var(--dark-color);
}
