*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.announcement-bar {
  background: #9b2650;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

/* Scrolling content */
.announcement-track {
  display: inline-flex;
  gap: 50px;
  animation: scrollTicker 20s linear infinite;
}

/* Individual items */
.announcement-item {
  font-size: 14px;
}

.announcement-item a {
  color: #ffc107;
  text-decoration: none;
  margin-left: 5px;
}

.announcement-item a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes scrollTicker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.navbar {
            padding: 15px 0;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .navbar-brand img {
            max-height: 107px;
        }
        .nav-link {
            color: #008080 !important; /* Teal color as per image */
            font-size: 14px;
            font-weight: 500;
            padding: 0 12px !important;
        }
        .nav-link:hover {
            color: #005f5f !important;
        }
        /* Sale Badge Styling */
        .badge-sale {
            background-color: #6d2d2d;
            color: white;
            font-size: 10px;
            padding: 3px 8px;
            border-radius: 4px;
            margin-left: 5px;
            text-transform: uppercase;
        }
        /* Icons Styling */
        .nav-icons a {
            color: #008080;
            margin-left: 20px;
            text-decoration: none;
            font-size: 20px;
            position: relative;
        }
        /* Cart Count Badge */
        .cart-count {
            position: absolute;
            top: -8px;
            right: -10px;
            background-color: #008080;
            color: white;
            font-size: 10px;
            border-radius: 50%;
            padding: 2px 6px;
        }
/* Icons */
.header-icons i {
  font-size: 18px;
  margin-left: 15px;
  cursor: pointer;
}
.banner-img {
  height: 500px;
  object-fit: cover;
}
.scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-item {
  min-width: 280px;
  flex: 0 0 auto;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}
.slider-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slider-img {
    height: auto;
  }
}
.testimonial-slider {
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 40px;
  scroll-behavior: smooth;

  /* Hide scrollbar */
  scrollbar-width: none;      /* Firefox */
}

.testimonial-slider::-webkit-scrollbar {
  display: none;              /* Chrome, Safari */
}

.testimonial-card {
  min-width: 300px;
  background: #f9efe5;;
  padding: 30px 20px 20px;
  border-radius: 25px;
  position: relative;
  margin-top: 30px;
}

/* PROFILE IMAGE FIX */
.profile-img {
  position: absolute;
  top: -35px;
  right: -11px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  width: 40px;
  height: 60px;
  
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  
  border: none;
  border-radius: 8px;
  
  font-size: 22px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
  transition: 0.3s;
}

/* LEFT BUTTON */
.slider-btn.prev {
  left: -65px;
}

/* RIGHT BUTTON */
.slider-btn.next {
  right: -65px;
}

/* HOVER EFFECT */
.slider-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
.custom-arrow {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}
.logo-slider {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  gap: 50px;
  animation: scroll 20s linear infinite;
}

.logo-item img {
  width: 165px;
  height: auto;
  opacity: 0.8;
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.custom-btn {
  display: inline-block;
  padding: 15px 70px;
  background-color:#269b9c;;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
  transition: 0.3s;
}

.custom-btn:hover {
  background-color:#1a6d6e;
  color: #fff;
}
.newsletter-section {
  position: relative;
  overflow: hidden;
}

.newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('./img/footer-15-15-15-15.webp') no-repeat center;
  background-size: cover;
  z-index: -1;
}
.footer-link {
  text-decoration: none;
  color: #555;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #000;
  padding-left: 5px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.social-icon:hover {
  background: #444;
}

/*-------------------product-page-css-------------*/
body { background-color: #fff; font-family: 'Segoe UI', sans-serif; }
        
        /* Sidebar Styling */
        .filter-section { border-right: 1px solid #eee; padding-right: 20px; }
        .filter-title { font-weight: bold; font-size: 14px; text-transform: uppercase; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
        .filter-list { list-style: none; padding: 0; font-size: 13px; }
        .filter-list li { padding: 8px 0; border-bottom: 1px solid #f9f9f9; cursor: pointer; color: #555; }
        
        /* Product Card Styling */
        .product-card { border: none; position: relative; margin-bottom: 30px; }
        .product-card img { width: 100%; border-radius: 4px; object-fit: cover; height: 350px; }
        .badge-seller { position: absolute; top: 10px; right: 10px; background: #c2a691; color: white; font-size: 10px; padding: 3px 8px; border-radius: 2px; }
        .product-info { text-align: center; margin-top: 12px; }
        .product-name { font-size: 13px; font-weight: 500; color: #333; margin-bottom: 4px; display: block; text-decoration: none; }
        .stars { color: #ffc107; font-size: 11px; }
        .price { font-weight: bold; color: #008080; font-size: 14px; margin-top: 5px; }

        /* Top Circular Icons */
        .circle-cat { width: 80px; text-align: center; margin: 0 10px; }
        .circle-cat img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; padding: 2px; }
        .circle-cat span { font-size: 11px; display: block; margin-top: 5px; font-weight: 500; }
    </style>
