


.fly-img {
  position: fixed;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.8s ease-in-out;
}
.cart-bump {
  animation: bump 0.3s ease;
}

@keyframes bump {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}


 /* Search overlay */
    .search-popup {
      position: fixed;
      inset: 0;
      background: #fff;
      z-index: 1080; /* above offcanvas (1050) and header */
      display: none;
      overflow-y: auto;
    }
    .search-popup.show { display:block; }

    /* sticky search top bar inside popup */
    .search-popup .search-top {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 1090;
      padding: .75rem 1rem;
      border-bottom: 1px solid #e9e9e9;
    }

    /* on mobile, cards should be smaller & horizontal scroller for recommended */
    .recommended-scroll { overflow-x: auto; display:flex; gap:1rem; padding:1rem 0; }
    .recommended-card { min-width:140px; max-width:160px; flex:0 0 auto; }

    /* subtle styling for left recent search column on larger screens */
    @media(min-width:768px) {
      .search-left {
        background:#fbf6f1;
        padding:1.25rem;
        min-height:300px;
      }
    }


    /* Mobile submenu toggle */
.offcanvas-body a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color .2s;
}
.offcanvas-body a:hover {
  color: #d63384;
}

/* Indent submenu */
.offcanvas-body ul li ul li a {
  font-size: .95rem;
}

/* Chevron rotate on open */
.offcanvas-body a[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: transform .3s;
}

/* Mobile-only offcanvas customization */
@media(max-width: 767.98px) {
  .mobile-menu {
    width: 80% !important;
    max-width: 350px; /* optional for very large phones */
  }

  .mobile-menu .offcanvas-header {
    border-bottom: 1px solid #eee;
  }

  .mobile-menu .offcanvas-body ul li a {
    font-size: 1rem; /* increase font */
    color: #333;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu .offcanvas-body ul li a:hover {
    background: #f9f9f9;
    color: black;
  }

  /* Submenu items */
  .mobile-menu .offcanvas-body ul li ul li a {
    font-size: 0.95rem;
    border-bottom: none;
    padding-left: 24px;
    padding-top: 5px;
  }

  /* Chevron rotation */
  .mobile-menu .offcanvas-body a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform .3s;
  }
}

.rotate {
  transform: rotate(180deg);
  transition: transform .3s;
}




/* Scrollable recommended cards */
.recommended-scroll {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 0.5rem 0;
}

.recommended-card {
  min-width: 140px;
  max-width: 160px;
  flex: 0 0 auto;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.recommended-card:hover {
  transform: translateY(-3px);
}

/* Left recent search panel */
.search-left {
  background: #fbf6f1;
  padding: 1rem;
  border-radius: 12px;
}

/* Mobile input */
.modal-header .form-control {
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}




 .eventlogo:hover{
    background-color: transparent !important;
    }


    .search-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 0.5rem;
    background: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.search-item-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.search-item-content {
    padding-left: 1rem;
    flex-grow: 1;
}

.search-item-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 0.2rem;
}

.search-item-subtitle {
    font-size: 0.8rem;
    color: #777;
}

#searchInput:focus
{
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.evecustomMenuLogo
{
  max-width: 300px; max-height:45px;
}


@media (max-width: 767px) 
{
  .evecustomMenuLogo
  {
    max-width: 190px !important; max-height:45px !important;
  }
}


@media (max-width: 767px) {  /* Bootstrap mobile breakpoint */
  #mobileHeader {
    left: 0;
    width: 100%;
    z-index: 1150;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    transition: top 0.3s ease; /* smooth slide */
  }
}


.offcanvas-backdrop {
  background-color: transparent !important;

}


#categoryMenuBarOverlay {
  position: fixed;      /* Cover the whole screen */
  top: 0;
  inset: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 1 !important;           /* Start hidden */
  display: none;        /* Start hidden */
  z-index: 1040;        /* Above content but below offcanvas (1050) */
  transition: opacity 0.3s ease-in-out;
}




    /* COMMON CSS OF HEADER FILE  START */
    /* Make nav links sleek */
.nav-link {
  color: rgba(0, 0, 0, 0.69);
  transition: color .2s ease;
  padding: 8px 20px;
  font-size:15px;
}
.nav-link:hover, .nav-link:focus {
  color:black; 
}

/* Dropdown menu style */
.dropdown-menu {
  min-width: 200px;
  padding: .5rem 0;
}
.dropdown-item {
      color: dimgray;
  padding: .5rem 1rem;
  font-size:15px;
  transition: background .2s ease;
}
.dropdown-item:hover {
  background: #f1f1f1;
}
 .formatted-text b {
            font-weight: bold;
        }
        .formatted-text i {
            font-style: italic;
        }
        .formatted-text u {
            text-decoration: underline;
        }
        .formatted-text strike {
            text-decoration: line-through;
        }
        .formatted-text ul {
            list-style-type: disc;
            padding-left: 20px;
        }
         .formatted-text a
        {
          color: blue;
          text-decoration: underline !important;
    }


    .Product-rating-badge 
{
    color: white;
    padding: 1px 2px 1px 8px;
    border-radius: 6px;
    margin-right: 5px;
    font-size: 14px;
}
.Product-rating-info 
{
  color: rgb(139, 139, 163);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 0px;
    padding: 0px;
}



.page-heading-div {
  height: 200px;
  display: flex;
  position: relative;
  padding: 0px 35px;
  flex-direction: column;
  justify-content: center; /* Vertically center */
  align-items: center;     /* Horizontally center */
  text-align: center;
}



@media (max-width:1000px){
   .container_custom{
    padding:35px 20px !important;
  }
  .headingStyle
  {
    font-size: 40px !important;
  }
   .teamHeading
  {
    font-size: 40px !important;
  }
}





        
    .headingStyle,
.Subtitle {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

/* When visible (fade in) */
.headingStyle.visible,
.Subtitle.visible {
  opacity: 1;
}

/* Optional delay for subtitle */
.Subtitle {
  transition-delay: 0.3s;
}

  .mobile-menu-wrapper {
   height: auto;
}

#mobileMenu {
  min-height: 70vh; /* Adjust as needed */
}



.powered-by {
  padding: 10px 0;
  height:10vh;
}

.custom-flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  
  gap: 12px; /* replaces gap-2 (≈0.5rem) or adjust as you like */
}

@media (min-width: 768px)
{
  .custom-flex-end {
    gap: 16px; /* replaces gap-md-3 (≈1rem) */
    /* padding-right: 1rem; same as pe-md-3 */
  }
}

/* ===== FINAL DESKTOP DROPDOWN UX FIX ===== */
/* ================= MAIN DROPDOWN ================= */

.nav-item.dropdown {
  position: relative;
  z-index: 1000;
}

.nav-item.dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  max-height: 600px;        /* ✅ scroll allowed */
  overflow-y: auto;
  overflow-x: visible;     /* 🔥 important */
  background: #fffffff5;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 2000;
}

/* show main dropdown */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

/* scrollbar */
.nav-item.dropdown > .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.nav-item.dropdown > .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
}

/* ================= SUBMENU ================= */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a {
  padding-right: 30px;
}

/* 🔥 SUBMENU – FREE FROM SCROLL */
.dropdown-submenu > .dropdown-menu {
  display: none;
  position: fixed;          /* 🔥 KEY FIX */
  min-width: 220px;
  max-height: none;         /* ❌ no scroll here */
  overflow: visible;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  z-index: 9999;
}

/* show submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* arrow */
.submenu-title::after {
  content: "›";
  float: right;
  font-size: 14px;
}

/* ================= GLOBAL FIX ================= */

nav,
.navbar,
.navbar-nav,
.container-fluid {
  overflow: visible !important;
}


#mobileMenu .parent-item { margin-bottom: 6px; margin-right: 10px; padding-bottom: 3px; border-bottom: 1px solid #F3F3F3; } 
.arrow-icon { border-radius: 50%; border: 1px solid #8080804a; padding: 6px; margin-top: -9px; margin-right: -20px; display: block; }

.arrow-child-icon
{
  border: 1px solid #8080804a;
    border-radius: 50%;
    padding: 4px;
}


  .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: 100%;
}

.slide-item 
{
  flex: 0 0 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
/*  padding: 10px; /* or adjust as needed */
  text-align: center;
}


  /* Custom buttons */
  .slider-btn 
  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 4px 6px;
    border-radius: 4px;
    transition: background 0.3s;
  }

  .slider-btn:hover {
    background: rgba(255,255,255,0.5);
  }

  .slider-btn-prev {
    left: 5px;
  }

  .slider-btn-next {
    right: 5px;
  }

 @media (max-width: 600px) {
  .announcement-container {
    font-size: 14px;
    display: flex;
    align-items: center;  /* vertical center */
    justify-content: center; /* horizontal center if needed */
  }

  .slide-item {
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
    padding: 0 15px;
  }
}




#categoryMenuBar{
      left: 0;
       color: white;
       width: 100%;
       padding: 3px 0;
       backdrop-filter: blur(7px);
       -webkit-backdrop-filter: blur(7px);
        z-index:999;
       /* z-index: 1040; */
       position: relative;
}

#eliteAccessButton{
   display: flex;
               align-items: center;
               justify-content: center;
               width: 32px;
               height: 32px;
               background: black;
               color: #EFBD08;
               border-radius: 50%;
               border: none;
               font-size: 16px;
               text-decoration: none;
}