


    body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
    }

    /* Logo Styling */
    .nav-logo {
        height: 100px; /* Adjust this height to fit your logo design */
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    /* Hover effect for the logo */
    .navbar-brand:hover .nav-logo {
        transform: scale(1.1) rotate(-5deg); /* Subtle premium pop */
    }

    /* Ensure the brand text aligns perfectly with the logo */
    .navbar-brand {
        font-size: 2.1rem;
        letter-spacing: -0.5px;
        display: flex;
        font-weight: bold;
        align-items: center;
    }

    /* Apply your custom gradient */
    /* .custom-navbar {
        background: #FFFF;
    } */

    /* Ensure text is readable on dark background */
    /* .custom-navbar .nav-link,
    .custom-navbar .navbar-brand, */
    .offcanvas-header,
    .offcanvas-body {
        color: rgb(255, 52, 1) !important;
    }

    /* Style for the ACTIVE link */
    /* Use a high-priority selector */
    /* .custom-navbar .navbar-nav .nav-link.active {
        color: #000000 !important;
        font-weight: 700 !important;
        border-bottom: 2px solid #000000 !important;
    } */

    /* Fix for offcanvas background to match */
    .offcanvas {
        background: linear-gradient(135deg, #ff0000, #4d0000);
        color: white;
    }


    /* Cart Theme: White Background, Red Text */
    .custom-cart {
        background-color: #ffffff !important;
    }

    .custom-cart .offcanvas-header {
        border-bottom: 1px solid #eeeeee;
    }

    /* Specific Red Text for ILUmart */
    .text-red {
        color: #ff0000 !important;
    }

    /* Button style using your brand gradient */
    .btn-brand-red {
        background: linear-gradient(135deg, #ff0000, #4d0000);
        color: white;
        border: none;
        transition: opacity 0.3s;
    }

    .btn-brand-red:hover {
        color: white;
        opacity: 0.9;
    }

    /* Outline button for 'Continue Shopping' */
    .btn-outline-brand-red {
        border: 1px solid #ff0000;
        color: #ff0000;
    }

    .btn-outline-brand-red:hover {
        background-color: #ff0000;
        color: white;
    }


    /* Mobile Menu Background: Your Red Gradient */
    .custom-mobile-menu {
        background: linear-gradient(135deg, #4d0000, #000000) !important; /* Deep Dark Red to Black */
        color: white !important;
    }

    /* Mobile Logo Size */
    .mobile-nav-logo {
        height: 35px;
        width: auto;
        object-fit: contain;
    }

    /* Mobile Link Styling */
    .mobile-link {
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 1.1rem;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: 0.3s;
    }

    .mobile-link.active, .mobile-link:hover {
        color: #ff0000 !important;
        padding-left: 10px !important; /* Slight slide effect when active/tapped */
    }

    /* Custom Red for the 'mart' part and Search Button */
    .text-brand-red {
        color: #ff0000 !important;
    }

    .btn-brand-red {
        background: #ff0000;
        color: white;
        border: none;
    }

    .btn-brand-red:hover {
        background: #cc0000;
        color: white;
    }






  /* Slider Part */
    .hero-swiper {
        width: 100%;
        height: 90vh;
        position: relative;
    }

    .swiper-slide {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .slide-background {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .slide-background::after {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(80, 99, 99, 0.30);
        z-index: 2;
    }


    .content-wrapper {
        position: relative;
        z-index: 3;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        padding: 2rem;
    }

    /* Base Styles (Large/Desktop) */
    .title{
        font-size: 4.5rem;
        font-weight: 900;
        text-shadow: 0 4px 20px rgba(0,0,0,0.7);
        /* Adding line-height for better mobile scaling */
        line-height: 1.1;
    }

    .subtitle { font-size: 1.9rem; font-weight: 500; opacity: 0.95; }
    .text p { font-size: 1.2rem; max-width: 600px; margin: 1.5rem 0; }

    .btn-shop {
        padding: 14px 40px !important;
        font-weight: bold;
        transition: all 0.4s ease;
    }

    .btn-shop:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    }

    /* Responsive Overrides (Mobile) */
    @media (max-width: 991.98px) { /* Targeting tablet/mobile screens */
        .hero-swiper { height: 75vh; }
    }

    @media (max-width: 767.98px) { /* Targeting smaller mobile screens */
        .hero-swiper { height: 65vh; }
        .title { font-size: 2.2rem; }
        .subtitle { font-size: 1.2rem; }
        .text p  { font-size: 1rem; }
        .btn-shop { padding: 10px 25px !important; }
    }

        /* Adjusting for very small screens if necessary */
    @media (max-width: 575.98px) {
          .title { font-size: 1.8rem; }
    }

      /* Custom CSS to hide the Offcanvas Toggler on Desktop */
    @media (min-width: 992px) { /* min-width for 'lg' breakpoint and up */
      .navbar-toggler {
          display: none;
    }
  }

/* Custom CSS to hide the desktop content on mobile */
@media (max-width: 991.98px) { /* max-width for smaller than 'lg' breakpoint */
    #navbarContent {
        display: none !important; /* Hide the original desktop content on mobile */
    }
}


  /*--------------- Best seller section---------------------*/

.products-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}

.products-slider::-webkit-scrollbar { display: none; }

.product-card {
  width: 280px;
  transition: all 0.4s ease;
  border: 1px solid #eee;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
  border-color: #28a74530;
}



/* Hide Add to Cart button by default */
.product-card .btn-add-to-cart {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  background: linear-gradient(135deg, #ff0000, #8b0000);
}

/* Show button on card hover */
.product-card:hover .btn-add-to-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: linear-gradient(135deg, rgb(255, 0, 0), #8b0000);
}

/* Optional: Make the whole card slightly lift + enhance hover */
.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
  border-color: #28a74530;
}

/* Beautiful Green Circular Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px; height: 56px;
  background: #000000;
  color: white;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-prev { left: -28px; }
.slider-next { right: -28px; }

.slider-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 10px 30px rgba(226, 68, 10, 0.5);
}

/* Fire Badge */
.hot-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(255,107,53,0.5);
  animation: pulse-fire 2s infinite;
}

@keyframes pulse-fire {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.sale-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 10;
}
/* BEAUTIFUL GREEN CIRCULAR ARROWS – PREMIUM LOOK */
#bestSellerCarousel .carousel-control-prev,
#bestSellerCarousel .carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(218, 3, 3, 0.4);
    transition: all 0.3s ease;
    z-index: 10;
}

/* BEST SELLER – 1 ROW + PREMIUM ARROWS */
#bestSellerCarousel .carousel-control-prev,
#bestSellerCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #ff0404;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(253, 0, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 10;
}

#bestSellerCarousel .carousel-control-prev { left: -30px; }
#bestSellerCarousel .carousel-control-next { right: -30px; }

#bestSellerCarousel .carousel-control-prev:hover,
#bestSellerCarousel .carousel-control-next:hover {
    background: #f65600;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(40,167,69,0.5);
}

@media (max-width: 992px) {
    #bestSellerCarousel .carousel-control-prev { left: 10px; }
    #bestSellerCarousel .carousel-control-next { right: 10px; }
}

/* FIRE EMOJI NEXT TO BEST SELLERS TITLE – 2025 STYLE */
.fire-emoji {
  font-size: 2rem;
  animation: pulse-fire 2s infinite;
  filter: drop-shadow(0 2px 8px rgba(255, 107, 53, 0.5));
}

@keyframes pulse-fire {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50%      { transform: scale(1.15) rotate(5deg); }
}

/* Optional: Make it even more premium */
@media (max-width: 768px) {
  .fire-emoji { font-size: 1.6rem; }
}



/* Best seller section - FIX END */


/* Featured Products Start*/

.cat-floating-card {
    display: block;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.cat-floating-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #ff0000; /* Subtle red hint to match your brand */
}

.cat-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.cat-icon-box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* Pastel Backgrounds */
.bg-soft-blue   { background-color: #e3f2fd; }
.bg-soft-orange { background-color: #fff3e0; }
.bg-soft-green  { background-color: #e8f5e9; }
.bg-soft-yellow { background-color: #fffde7; }

.cat-floating-card:hover .cat-icon-box {
    transform: rotate(10deg);
}

.cat-info h6 {
    font-size: 0.95rem;
    letter-spacing: -0.2px;
}

.cat-info .badge {
    font-weight: 500;
    font-size: 0.7rem;
    padding: 5px 12px;
}

/* Mobile responsive font sizing */
@media (max-width: 576px) {
    .cat-icon-box {
        width: 65px;
        height: 65px;
    }
    .cat-icon-box img {
        width: 35px;
        height: 35px;
    }
}

/* Featured Products End*/

/* Promotional Section Start */

#flashSaleBanner {
    /* Subtle background on the whole row for visual separation */
    background-color: #343a40;
}

/* Style for the image column on the left */
.promo-cta-section .image-col {
    /* Use a light/off-white background for the image section */
    background-color: #f8f8f8;
}

/* Enhances the hover effect for the CTA button */
.promo-cta-section .btn-warning {
    transition: all 0.3s ease;
}

.promo-cta-section .btn-warning:hover {
    background-color: #fce8a9; /* Slightly brighter yellow on hover */
    transform: scale(1.03); /* Slight scale up effect */
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.5); /* Glowing shadow */
}

/* Custom styling for the countdown timer box */
.countdown-timer {
    max-width: 300px; /* Limits width of the timer */
}


/* Promotional Section End */


/* New Arrivals Start */

.shop-by-category {
  background: #ffffff;
}

/* 2025 MODERN CIRCULAR CATEGORY CARDS */
.real-cat-card {
  display: block;
  padding: 20px 12px;
  border-radius: 20px;
  background: #a50909;
  border: 1px solid #110505;
  transition: all 0.4s ease;
  height: 100%;
}

.real-cat-card:hover {
  transform: translateY(-12px);

  border-color: #28a74530;
  background: #f8fff8;
}

.img-float {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;

  transition: all 0.4s ease;
}

.real-cat-card:hover .img-float {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.img-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.real-cat-card h6 {
  font-size: 1.9rem;
  color: #1a1a1a;
  margin-top: 20px;
}

.real-cat-card p {
  font-size: 1.85rem;
  font-weight: 800;
  margin-top: 4px;
}

/* Mobile */
@media (max-width: 768px) {
  .img-float { width: 110px; height: 110px; padding: 12px; }
}

/* New Arrivals End */



    /* New Header Slider */

    /* Swiper Container */
    /* Swiper Container */
    .mySwiper {
        width: 100%;
        height: 100vh; /* Full viewport height for a hero section look */
        background: #000;
        margin-bottom: 50px; /* Space below the hero */
    }

    /* Parallax Background Image */
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%; /* Stretch background for parallax effect */
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        /* Dark overlay for contrast and premium feel */
        background-color: rgba(0, 0, 0, 0.4);
        background-blend-mode: darken;
    }

    /* Individual Slide Styling */
    .swiper-slide {
        font-size: 18px;
        color: #fff;
        box-sizing: border-box;
        padding: 100px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /* Content Styling and Premium Typography */
    .swiper-slide .title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
        opacity: 0.9;
        letter-spacing: 2px;
    }

    .swiper-slide .subtitle {
        font-size: 24px;
        margin-bottom: 15px;
        opacity: 0.8;
    }

    .swiper-slide .text {
        max-width: 600px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .swiper-slide .text p {
        font-size: 16px;
    }

    /* Premium Button Style */
    .btn-shop {
        display: inline-block;
        padding: 12px 30px;
        background: linear-gradient(135deg, #ff0000, #8b0000);
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 5px;
        transition: background 0.3s ease;
    }
    .btn-shop:hover {
        background: linear-gradient(135deg, #ff0000, #8b0000);
    }

    /* Customizing Swiper Controls */
    .swiper-button-next, .swiper-button-prev {
        color: #fff !important;
        transition: opacity 0.3s;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 0.7;
    }
    .swiper-pagination-bullet-active {
        background: #fff !important;
    }

    /* Styling for the horizontal scroll containers */
    .horizontal-slider-container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
    }
    .slider-wrapper {
        display: flex;
        gap: 16px; /* Tailwind's gap-4 */
    }
    .product-card {
        min-width: 260px; /* Product card width */
        scroll-snap-align: start;
    }
    .category-card {
        min-width: 240px; /* Category card width */
        scroll-snap-align: start;
    }
    /* Hide default scrollbar */
    .horizontal-slider-container::-webkit-scrollbar {
        display: none;
    }

    .horizontal-slider-container {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }


  /* Trust & Benefits Section Styling */
  .trust-benefits-section {
    background: #5c5645;
    padding: 40px 0;
  }
  .trust-benefits-section .benefit-item {
    text-align: center;
    padding: 20px;
  }
  .trust-benefits-section .benefit-item i {
    font-size: 36px;
    color: #c20000;
    margin-bottom: 15px;
  }


  /* SCROLL PROGRESS BAR – 2025 STYLE */
  #circularProgress {
      pointer-events: none; /* so it doesn't block clicks */
      z-index: 9999;
  }

  .circular-svg {
      transform: rotate(-90deg); /* Start from top */
      filter: drop-shadow(0 4px 15px rgba(0,0,0,0.3));
  }

  .circular-svg .track {
      fill: none;
      stroke: #e0e0e0;
      stroke-width: 6;
  }

  .circular-svg .progress-ring {
        fill: none;
        stroke: #ae0606;
        stroke-width: 7;
        stroke-linecap: round;
        stroke-dasharray: 226;    /* 2π×36 ≈ 226 */
        stroke-dashoffset: 226;
        transition: stroke-dashoffset 0.4s ease;
        filter: drop-shadow(0 0 10px rgba(40,167,69,0.6));
  }

  .percent-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1rem;
      font-weight: 900;
      color: #3300ff;
      text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }

  /* Optional: Hide when at top */
  #circularProgress.hide {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.4s ease;
  }




  /* Premium Footer Styling */
  .footer-premium {
      background-color: #000000 !important; /* Pure Black */
      color: #ffffff;
      font-family: 'Inter', sans-serif;
  }

  /* Red Accent for Brand and Headings */
  .text-brand-red {
      color: #ff0000 !important;
  }

  /* Link Hover Animation */
  .footer-link {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
  }

  .footer-logo {
    max-height: 60px; /* Slightly larger than the navbar logo for better visibility */
    width: auto;
    object-fit: contain;
    display: block;
    transition: filter 0.3s ease;
  }

  /* Optional: Slight glow effect on logo hover */
  .footer-logo:hover {
      filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.4));
  }

  .footer-link:hover {
      color: #ff0000 !important;
      transform: translateX(5px); /* Subtle slide effect */
  }

  /* Social Icon Hover */
  .social-icon {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      color: white;
      text-decoration: none;
  }

  .social-icon:hover {
      background: linear-gradient(135deg, #ff0000, #4d0000);
      color: white;
      transform: translateY(-5px);
  }

  /* Divider color */
  .footer-divider {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /*===================================================================
  ==========================Home Page Ending=========================== */






