@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
img{
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6,a,ul,ol,li,img,p{
  margin: 0px;
  padding: 0px;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.badge {
  color: #44494e;
}
body { font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; }
/* breadcrumb css - Globally Hidden on All Pages except .pro-breadcrumb-bar */
.breadcrumb-contant,
.breadcrumb-wrapper,
div.breadcrumb-contant {
  display: none !important;
}

/* Professional Modern Breadcrumb Bar */
.pro-breadcrumb-bar {
    display: block !important;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 13px;
}
.pro-breadcrumb-bar ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pro-breadcrumb-bar ul.breadcrumb li {
    display: flex;
    align-items: center;
    color: #64748b;
    font-weight: 500;
}
.pro-breadcrumb-bar ul.breadcrumb li a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}
.pro-breadcrumb-bar ul.breadcrumb li a:hover {
    color: #1B84C7;
}
.pro-breadcrumb-bar ul.breadcrumb li.active {
    color: #1B84C7;
    font-weight: 700;
}
.pro-breadcrumb-bar ul.breadcrumb li .breadcrumb-separator {
    color: #94a3b8;
    margin: 0 8px;
    font-size: 10px;
}

.desktop-header .top-bar {
  padding: 10px 0 6px;
}
.desktop-header .logo img {
  height: 80px;
}
.desktop-header .search-box-contant {
  position: relative;
}
.desktop-header .search-box-contant .search-box {
  position: relative;
  display: flex;
  margin-top: 0;
}
.desktop-header .search-box i {
  position: absolute;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #64748b;
  font-size: 14px;
  z-index: 10;
  pointer-events: none;
}

.desktop-header .search-box input {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  padding: 10px 10px 10px 35px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
} 
.desktop-header .account{
  margin-top: 0;
  text-align: right;
}
.desktop-header .account a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  text-decoration: none;
  color: #000;
}
.desktop-header .account i {
  font-size: 20px;
  margin-right: 3px;
}
/* .desktop-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0px 52px;
  position: relative;
} */

/* .desktop-header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
 */
/* .desktop-header .logo img {
  height: 100px;
  width: 100%;
}
.desktop-header .account{
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.desktop-header .account a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  text-decoration: none;
  color: #ffffff;
}
.desktop-header .account i {
  font-size: 20px;
	margin-right: 6px;
}
.desktop-header .search-box {
  position: relative;
  display: flex;
  align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 9px;
}
 */
/* .desktop-header .search-box i {
  position: absolute;
  left: 10px;
  color: #888;
  font-size: 16px;
}

.desktop-header .search-box input {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  padding: 10px 10px 10px 35px; /* left padding for icon */
  /* width: 300px;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 5px; */
/* }  */

.desktop-header .logo { font-size: 24px; font-weight: bold; }
.desktop-header .account { font-size: 14px; }
@media (max-width: 992px) {
  .desktop-header {
    display: none;
  }
  .main-menu-section {
    display: none;
  }
}
/* ====== BASE STYLES ====== */
/* NAV BACKGROUND */
.main-menu-section{
  background-color: #1f1f1f;
  border-bottom: 1px solid #ccc;
}
.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  position: relative;
  padding: 8px 5px;
}

.menu > li:first-child {
  padding-left: 0;
}
/* High contrast menu link defaults */

.menu > li:last-child {
  padding-right: 0;
}

.menu > li > a {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: black;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
  letter-spacing: -.01em;
}
.menu > li:hover {
  background: #f2f2f2;
}
.menu > li > a .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  padding-left: 18px;
  transform: translateY(-50%);
}

/* SUBMENU */
.menu > li > ul{
  padding-left: 0;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #ddd;
}
.menu > li:hover .submenu {
  display: block;
}
.submenu li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.submenu li > a {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  display: block;
  padding: 6px;
  color: black;
  text-decoration: none;
  padding-right: 20px;
}
.submenu li:hover {
  background: #f2f2f2;
}

/* SUB-SUBMENU */
.submenu li > ul{
  padding-left: 0;
}
.sub-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  min-width: 200px;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #ddd;
}
.submenu li:hover .sub-submenu {
  display: block;
}
.submenu li > a .arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
/* responsive header start */

/* ===== MODERN COMPACT RESPONSIVE HEADER ===== */
.responsive-header {
  display: none;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eef2f6;
  z-index: 1030;
}

@media (max-width: 991px) {
  .responsive-header {
    display: block;
  }
  
  /* Compact Announcement Bar on Mobile */
  .top-announcement-bar {
    padding: 3px 0 !important;
    font-size: 11px !important;
  }
  .top-announcement-bar .announcement-badge {
    padding: 1px 7px !important;
    font-size: 10px !important;
  }
  .top-announcement-bar .announcement-item {
    font-size: 11px !important;
  }
}

.mobile-header-main {
  background: #ffffff;
  border-bottom: 1px solid #eef2f6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  padding: 7px 0 6px 0;
}

.mobile-header-row {
  position: relative;
  height: 42px;
}

.mobile-menu-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #1e293b !important;
  font-size: 15px;
  transition: all 0.2s ease;
}
.mobile-menu-btn:hover, .mobile-menu-btn:active {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #1B84C7 !important;
}

.mobile-logo-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: auto;
  max-width: 175px;
}
.mobile-logo-img {
  height: 36px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.mobile-actions-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-action-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.mobile-action-btn:hover, .mobile-action-btn:active {
  background: #e0f2fe;
  border-color: #1B84C7;
  color: #1B84C7;
}

.mobile-search-toggle-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #334155 !important;
  font-size: 14px;
  transition: all 0.2s ease;
}

.mobile-search-toggle-btn:hover,
.mobile-search-toggle-btn.active {
  background: #e0f2fe;
  border-color: #1B84C7;
  color: #1B84C7 !important;
}

/* Expandable Mobile Search Wrap */
.mobile-search-wrap {
  position: relative;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.25s ease, 
              margin-top 0.3s ease, 
              padding-bottom 0.3s ease;
}

.mobile-search-wrap.is-visible {
  max-height: 60px !important;
  opacity: 1 !important;
  margin-top: 8px !important;
  padding-bottom: 3px !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.mobile-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-search-icon {
  position: absolute;
  left: 14px;
  color: #1B84C7;
  font-size: 13px;
  pointer-events: none;
  z-index: 2;
}

.mobile-search-input {
  width: 100%;
  height: 38px;
  padding: 0 40px 0 36px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  outline: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.mobile-search-input:focus {
  border-color: #1B84C7 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(27, 132, 199, 0.15) !important;
}

.mobile-clear-btn {
  position: absolute;
  right: 36px;
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 13px;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-clear-btn:hover {
  color: #ef4444;
}

.mobile-search-close-btn {
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2e8f0;
  border: none;
  color: #64748b;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}
.mobile-search-close-btn:hover {
  background: #cbd5e1;
  color: #0f172a;
}

/* responsive header end */

/* =========================================================
   MODERN OFFCANVAS MOBILE NAVIGATION MENU
   ========================================================= */
.offcanvas.offcanvas-start {
  max-width: 320px;
  width: 85%;
  border-right: 1px solid #eef2f6;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.offcanvas-header {
  padding: 16px 18px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.drawer-brand-bar {
  width: 4px;
  height: 22px;
  background: #1B84C7;
  border-radius: 4px;
}

.drawer-close-btn {
  font-size: 12px;
  padding: 8px;
  border-radius: 50%;
  background-color: #f1f5f9;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.drawer-close-btn:hover {
  opacity: 1;
  background-color: #e2e8f0;
}

.offcanvas-body {
  background: #ffffff !important;
  padding: 14px 14px 24px 14px !important;
}

/* Menu Item Wrappers */
.drawer-nav-item,
.accordion-container .accordion-title,
.accordion-container .accordion-title-no,
#accordion1 .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  margin-bottom: 6px;
  background-color: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.accordion-container .accordion-title-no a,
#accordion1 .accordion-title a,
.drawer-nav-item {
  font-family: inherit;
  text-decoration: none;
  color: #1e293b;
  font-size: 14.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
}

/* Category & Subcategory text link only occupies text width */
.accordion-container .accordion-title .drawer-cat-link,
.accordion-content .accordion-sub-title2 .drawer-subcat-link {
  font-family: inherit;
  text-decoration: none;
  color: #1e293b;
  font-size: 14.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 6px;
  transition: all 0.2s ease;
  z-index: 2;
  flex-shrink: 0;
}

.accordion-container .accordion-title .drawer-cat-link:hover,
.accordion-content .accordion-sub-title2 .drawer-subcat-link:hover {
  color: #1B84C7;
  background-color: #e0f2fe;
}

/* The rest of the category card is the hit area to toggle dropdown */
.drawer-toggle-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  cursor: pointer;
  padding-left: 12px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title-no:hover,
#accordion1 .accordion-title:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
}

/* Active Menu Item in Drawer */
.accordion-title.active-accordion,
.accordion-title-no.active-accordion,
.drawer-nav-item.active {
  background-color: rgba(27, 132, 199, 0.08) !important;
  border-color: rgba(27, 132, 199, 0.25) !important;
  color: #1B84C7 !important;
}

.accordion-title.active-accordion a,
.accordion-title-no.active-accordion a,
.drawer-nav-item.active {
  color: #1B84C7 !important;
  font-weight: 700 !important;
}

/* Accordion Toggle Button & Chevron */
.drawer-toggle-btn {
  background: transparent;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.drawer-toggle-btn:hover {
  color: #1B84C7;
  background: #f0f9ff;
}

.drawer-toggle-btn i {
  transition: transform 0.25s ease;
  pointer-events: none;
}

.accordion-title.open .drawer-toggle-btn i,
.accordion-sub-title2.open .drawer-toggle-btn i {
  transform: rotate(180deg);
  color: #1B84C7;
}

/* Submenu Content Accordion Box */
.accordion-content {
  padding: 6px 8px 8px 12px;
  margin: -2px 0 8px 0;
  background: #ffffff;
  border-left: 2px dashed #cbd5e1;
  margin-left: 14px;
}

.accordion-content .accordion-sub-title2,
.accordion-content .accordion-sub-title2-no {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-bottom: 4px;
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s ease;
}

.accordion-content .accordion-sub-title2 a,
.accordion-content .accordion-sub-title2-no a {
  text-decoration: none;
  color: #334155;
  font-size: 13.5px;
  flex: 1;
}

.accordion-content .accordion-sub-title2:hover,
.accordion-content .accordion-sub-title2-no:hover {
  background-color: #f0f9ff;
  color: #1B84C7;
}

.accordion-content .accordion-sub-title2.open {
  background-color: #f0f9ff;
  border-color: rgba(27, 132, 199, 0.2);
}

/* Sub-Sub-Category Box */
.sub-sub-category {
  padding: 4px 6px 6px 10px;
  margin-left: 10px;
  border-left: 2px dotted #e2e8f0;
}

.sub-sub-category .accordion-sub-title3 a {
  font-family: inherit;
  font-size: 13px;
  padding: 5px 8px;
  display: block;
  text-decoration: none;
  color: #64748b;
  border-radius: 6px;
  transition: all 0.2s;
}

.sub-sub-category .accordion-sub-title3 a:hover {
  color: #1B84C7;
  background-color: #f0f9ff;
}

/* Drawer Footer Info */
.drawer-footer-card {
  margin-top: 20px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 12px;
}
.drawer-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #475569;
  text-decoration: none;
  margin-bottom: 8px;
}
.drawer-footer-item:last-child {
  margin-bottom: 0;
}
.drawer-footer-item i {
  color: #1B84C7;
  width: 16px;
}

/* hero area css start */

.scroll-container-wrapper {
  overflow: hidden;
  width: 100%;
}
.scroll-container {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}
.scroll-item {
  flex: 0 0 calc((100% - 25px) / 6); /* Show 5 items with 10px gap between them */
  border-radius: 8px;
  overflow: hidden;
}
.scroll-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.scroll-container a {
  text-decoration: none;
  display: block;
}

@media (max-width: 1024px) {
  .scroll-item {
    flex: 0 0 calc((100% - 30px) / 3); /* Show 3 items on tablets */
  }
}

@media (max-width: 600px) {
  .scroll-item {
    flex: 0 0 40%; /* Show ~1.5 items on small screens with swipe */
  }
}

/* hero area css end */

/* common  header css start*/
.home-heading-wrapper{
    background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between; /* 👈 এই লাইন অ্যাড করুন */
  text-align: left;
  padding: 5px 5px 5px 0;
}
.heading-wrapper {
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    text-align: left;
}

.home-heading-wrapper .heading-wrapper h3 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.heading-wrapper .heading-wrapper h3 {
  margin-bottom: 0;
}


.border-bar {
  width: 4px;
  height: 40px; 
  background: linear-gradient(to bottom, #00c6ff, #0072ff);
  border-radius: 3px;
  margin-right: 8px;
}

.common-heading {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: -.01em;
  font-weight: bold;
  color: #333;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.see-all-btn .btn{
    border: 2px solid #1c98ce;;
    color: #000;
    transition: .3s;
}
.see-all-btn .btn:hover{
    background: #1c98ce;
    color: #fff;
}
@media (max-width: 768px) {
    .see-all-btn .btn {
        font-size: 12px;
    }
}
.blogs-heading-section{
 background: #f1f1f1;   
}
.blogs-heading h1{
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 6px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.blogs-heading p{
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 6px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
/* common header css end */

/*Banner section Start  */
.banner-cart {
  flex: 0 0 calc(100% / 5 - 4px);
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none; /* No default shadow */
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ddd;
}
/*Banner section end  */
/* product card section css start */
.product-slider-wrapper {
  touch-action: pan-y;
}
.product-slider {
    
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Safari momentum scroll */
  scroll-snap-type: x mandatory;
  cursor: grab;
}
.product-slider:active {
  cursor: grabbing;
}
.product-slider > .product-card {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.product-slider::-webkit-scrollbar {
  display: none;
}


.product-card {
  position: relative;
  flex: 0 0 calc(100% / 6 - 4px);
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none; /* No default shadow */
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ddd;
}
/* Navigation Buttons */
/* Responsive: Adjust number of items per view */
@media (max-width: 1200px) {
  .product-card {
    flex: 0 0 calc(100% / 5 - 20px);
  }
}
@media (max-width: 992px) {
  .product-card {
    flex: 0 0 calc(100% / 4 - 20px);
  }
}
@media (max-width: 768px) {
  .product-card {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
@media (max-width: 576px) {
  .product-card {
    min-width: 175px;
    flex: 0 0 calc(100% / 2 - 20px);
  }
  .banner-cart {
    min-width: 180px;
    flex: 0 0 calc(100% / 3 - 4px);
  }
}

/* Arrow buttons */
/*.slider-btn {*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  transform: translateY(-50%);*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*  color: white;*/
/*  border: none;*/
/*  font-size: 24px;*/
/*  padding: 10px 15px;*/
/*  cursor: pointer;*/
/*  z-index: 10;*/
/*}*/

/*.slider-btn.left {*/
/*  left: 10px;*/
/*}*/

/*.slider-btn.right {*/
/*  right: 10px;*/
/*}*/

/*.slider-btn:hover {*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.left-btn { left: 0; }
.right-btn { right: 0; }

/* মোবাইল/ট্যাবলেটে হাইড */
@media (max-width: 1024px) {
  .slider-btn {
    display: none;
  }
}

/* Wrapper to control overflow for image zoom */
.product-image {
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product image styling */
.product-image img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  background: #fff;
  transition: transform 0.3s ease;
  margin: auto;
}

/* Hover effects */
.product-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); /* Shadow appears on hover */
}
.product-card:hover .product-image img {
  transform: scale(1.05); /* Zoom image on hover */
}
.product-card a{
  text-decoration: none;
}
.product-title {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
.product-price {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.product-price del{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -.01em;
  color: #aaa;
  font-weight: bold;
}

.product-details-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.quantity-controls input{
  width: 15px;
  font-size: 13px;
  background: #0dcaf0;
  border: none;
  outline: none;
  color: #fff;
}
.qty-btn {
  background: transparent;
  border: none;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
}

/* Add to cart button */
.cart-button {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  background: #1c98ce;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  width: 100%;
  padding: 7.8px 3px;
  font-size: 13px;
}

.cart-button .cart-icon {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 16px;
}
.cart-button .cart-text {
  transition: all 0.3s ease;
}
.cart-button:hover .cart-text {
  transform: translateY(-100%);
  opacity: 0;
}
.cart-button:hover .cart-icon {
  bottom: 6px;
  opacity: 1;
}
@media (max-width: 576px) {
  .quantity-controls input{
    width: 10px;
    font-size: 13px;
    background: #0dcaf0;
    border: none;
    outline: none;
    color: #fff;
  }
  .qty-btn {
    font-size: 16px;
    padding: 4px;
  }
  .cart-button {
    padding: 7px 3px;
    font-size: 12px;
  }
  
}
.persent-contant{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0019;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.persent-contant span{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
}
/* product card section css end */
/* banner top css start */

.banner-top-image {
  position: relative;
  overflow: hidden;
}

.banner-top-image img {
  transition: transform 0.5s ease;
}

.banner-top-image::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0); /* No smoke initially */
  transition: background 0.5s ease;
  z-index: 1;
}

.banner-top-image:hover img {
  transform: scale(1.1); /* Zoom effect */
}

.banner-top-image:hover::after {
  background: rgba(0, 0, 0, 0.2); /* Smoke effect on hover */
}

/* Zoom + Smoke hover effect */
.banner-cart-contant {
  overflow: hidden;
  position: relative;
}

.banner-cart-contant img {
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}

.banner-cart-contant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.5) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}

.banner-cart-contant:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.1);
}

.banner-cart-contant:hover::before {
  opacity: 1;
}

/* ========================================================================================================================
     banner css end
   ========================================================================================================================*/

/* service part css start */
.service-box {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
/*   border-radius: 8px; */
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}
.service-box .service-icon {
  flex: 0 0 40px
}
.service-box .service-icon .far,
.service-box .service-icon .fas {
  font-size: 25px;
  color: #26ace2;
  transition: transform 0.5s ease-in-out;
}
/* Spin animation keyframes */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* When .service-box is hovered, spin the icon */
.service-box:hover .service-icon .far,
.service-box:hover .service-icon .fas {
  animation: spin 1s linear infinite;
}
.service-box .service-text {
  float: right;
  margin-left: 10px
}
.service-box .service-text h5 {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 16px
}
.service-box .service-text p{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-weight: 400;
  font-size: 13px
}
/* service part css end */

/* Footer Css Start */
/*.footer-top {*/
/*  padding: 20px 0;*/
/*  background: #000000*/
/*}*/
/*.company_info .footer-company-logo h2,*/
/*.footer-menu-header h4 {*/
/*  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  letter-spacing: -.01em;*/
/*  font-weight: 800;*/
/*  font-size: 25px;*/
/*  color: #fff;*/
/*  border-bottom: 2px solid #1c98ce;*/
/*}*/
/*.company_info .company-short-description p {*/
/*  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  letter-spacing: -.01em;*/
/*  font-size: 13px;*/
/*  font-weight: 400;*/
/*  color: #fff;*/
/*  padding-top: 8px*/
/*}*/
/*.user-nav-link {*/
/*    padding-top: 8px*/
/*}*/
.breadcrumb-contant ul.breadcrumb,
.user-nav-link ul li {
    list-style: none
}
/*.user-nav-link ul li a {*/
/*  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  letter-spacing: -.01em;*/
/*  font-weight: 400;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*  display: block;*/
/*  transition: all linear 0.3s;*/
/*}*/
/*.user-nav-link ul li a .fas {*/
/*  color: #1c98ce;*/
/*  margin-right: 5px*/
/*}*/
/*.user-nav-link ul li a:hover{*/
/*  color: #1c98ce;*/
/*}*/
/*.user-nav-link address{*/
/*  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  letter-spacing: -.01em;*/
/*  font-weight: 400;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*  margin-bottom: 0;*/
/*}*/
/*.user-nav-link a{*/
/*  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  letter-spacing: -.01em;*/
/*  font-weight: 400;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*  transition: all linear 0.3s;*/
/*}*/
/*.user-nav-link a:hover{*/
/*  color: #1c98ce;*/
/*}*/

/* ===== Modern Footer Styles - Elegant Light Off-White Theme ===== */
.site-footer {
  background: #f8fafc;
  color: #475569;
  padding: 48px 0 0 0;
  margin-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
}

.site-footer .footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.site-footer .footer-logo-link {
  display: inline-block;
  text-decoration: none;
}

.site-footer .footer-logo {
  max-height: 48px;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}

.site-footer .footer-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.site-footer .footer-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 18px;
  max-width: 320px;
  font-weight: 400;
}

/* Social Icons */
.site-footer .footer-social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.site-footer .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.site-footer .social-btn:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

/* Headings */
.site-footer .footer-heading {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  position: relative;
}

.site-footer .footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2.5px;
  background: #0284c7;
  border-radius: 2px;
}

/* Contact List */
.site-footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.5;
}

.site-footer .footer-contact-list li i {
  color: #0284c7;
  font-size: 14px;
  margin-top: 3px;
  min-width: 16px;
}

.site-footer .footer-contact-list li a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline;
  margin: 0;
  font-weight: 500;
}

.site-footer .footer-contact-list li a:hover {
  color: #0284c7;
  text-decoration: none;
}

/* Footer Links */
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links li {
  margin-bottom: 10px;
}

.site-footer .footer-links li a {
  color: #475569;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease;
  margin: 0;
}

.site-footer .footer-links li a:hover {
  color: #0284c7;
  transform: translateX(3px);
  text-decoration: none;
}

.site-footer .footer-links li a i {
  font-size: 11px;
  color: #94a3b8;
  transition: color 0.2s ease;
}

.site-footer .footer-links li a:hover i {
  color: #0284c7;
}

/* Bottom Bar */
.site-footer .footer-bottom-bar {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  padding: 16px 0;
  margin-top: 36px;
}

.site-footer .footer-copyright {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

.site-footer .footer-credit {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

.site-footer .footer-credit a {
  color: #0284c7;
  text-decoration: none;
  font-weight: 600;
  display: inline;
  margin: 0;
  font-size: 12.5px;
  transition: color 0.2s ease;
}

.site-footer .footer-credit a:hover {
  color: #0369a1;
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .site-footer .footer-brand {
    justify-content: center;
  }
  .site-footer .footer-desc {
    max-width: 100%;
  }
  .site-footer .footer-social {
    justify-content: center;
    margin-bottom: 10px;
  }
  .site-footer .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer .footer-contact-list li {
    justify-content: center;
  }
  .site-footer .footer-bottom-bar {
    text-align: center;
  }
}
/* ===== Footer Styles End ===== */

/* single product css start */

.product-container {
  display: flex;
  background: #fff;
  padding: 10px 0;
  border-radius: 8px;
  width: 100%;
}
.product-image-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.product-image-frame img#productImg {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.thumbnails {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}
.thumbnails img.active {
  border-color: black;
}
.product-info h3 {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -.01em;
  font-weight: 600;
  margin: 0;
}
.price {
  margin-top: 10px;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.01em;
  font-weight: 600;
  color: #1c98ce;
}
.price del{
  color: #999;
}

.availability {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.out-of-stock {
  color: #f32b3e;
}
.in-stock {
  color: #028b88;
}
.section .title-attr{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top:0;
  margin-bottom:5px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -.01em;
}
div.section > div {
  width:100%;
  display:inline-flex;
}
div.section > div > input {
  margin:0;
  padding-left:5px;
  font-size:14px;
  padding-right:5px;
  max-width:18%;
  text-align:center;
}

.color-nav ul{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.color-nav ul li{
  list-style: none;
  padding: 5px;
}
.color-nav ul li:first-child{
  padding-left: 0;
}
.color-nav ul li:last-child{
  padding-right: 0;
}
.attr, 
.attr2, 
.attr3, 
.attr4, 
.attr5,
.attr6{
  style="font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 12px;   /* Using the last value */
  padding: 2px 5px; /* Using the last value */
  border: 1px solid black;
  border-radius: 2px;
  color: #000000;
  width: auto;
  height: auto;      /* Using the last value */
  cursor: pointer;
}

.attr.active_color, 
.attr2.active_size, 
.attr3.active_nic_level,
.attr4.active_resistances, 
.attr5.active_flavor,
.attr6.active_puff{
  background: #000;
  color: #fff;
}
.note span{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.note{
  margin-top: 10px;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.quantity-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.quantity-box {
  display: flex;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 35px;
}

.quantity-input {
  width: 36px;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 14px;
  outline: none;
}

.quantity-control {
  display: flex;
  flex-direction: column;
}

.quantity-control button {
  border: none;
  background: #fff;
  width: 24px;
  height: 20px;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.quantity-control button:hover {
  background: #f0f0f0;
}

.add-to-cart {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  background: #1c98ce;
  color: white;
  font-weight: bold;
  padding: 6px 16px;
  border: 1px solid #1c98ce;
  font-size: 14px;
  cursor: pointer;
  height: 37px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.add-to-cart:hover {
  background: white;
  color: #1c98ce;
  border-color: #1c98ce;
  transform: scale(1.05); /* slightly zooms in */
  box-shadow: 0 2px 8px rgba(28, 152, 206, 0.3);
}
.description h1,
.description h2,
.description h3,
.description h4{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size:  16px;
  letter-spacing: -.01em;
  color: #000000;
  text-align: left;

}
.description p,
.description h6,
.description h5,
.description span{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size:  14px;
  letter-spacing: -.01em; 
  color: #000000;
  text-align: left;
}
.description a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size:  14px;
  letter-spacing: -.01em;   
  text-align: left;
}

/* single product css end */

/* checkout css start */

.form-control:focus {
  border-color: #198754;
  box-shadow: none;
}
.form-label {
  font-weight: 600;
}
.order-summary {
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 8px;
}
.total {
  font-weight: bold;
  font-size: 1.2rem;
}
.payment-option {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 8px;
  margin-top: 15px;
}
.progress-steps {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.progress-steps li {
  position: relative;
  text-align: center;
  flex: 1;
}

.progress-steps li::before {
  counter-increment: step;
  content: counter(step);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #f1f1f1; /* Default: inactive */
  color: #fff;
}
.progress-steps li:last-child::before {
  color: #000;
}
.progress-steps li.active::before {
  background-color: #1c98ce; /* Active steps */
}

.progress-steps li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f1f1f1; /* Default: inactive line */
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progress-steps li.active::after {
  background-color: #1c98ce; /* Active connector */
}

.progress-steps li:first-child::after {
  content: none;
}

.progress-steps li span {
  display: block;
  font-weight: 500;
  color: ;
}

@media (max-width: 576px) {
  .progress-steps li span {
    font-size: 0.8rem;
  }
}

.animated-btn {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1c98ce;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.animated-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.8s ease;
}

.animated-btn:hover::before {
  left: 100%;
}

.animated-btn:hover {
  box-shadow: 0 8px 16px rgba(28, 152, 206, 0.4);
  transform: translateY(-2px);
  border: 1px solid #1c98ce;
}

.animated-btn span {
  position: relative;
  z-index: 1;
}
/* Increase height of the Select2 selection box */
.select2-container .select2-selection--single {
  height: 34px !important;
  line-height: 34px !important;
}

/* Adjust the rendered text inside */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 33px !important;
  font-size: 13px;
  font-weight: 400;
}

/* Adjust the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px !important;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible,
.select2-container--default .select2-selection--single:focus-within {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}
.order-summary span{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size:  14px;
  letter-spacing: -.01em; 
}
.form-label{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size:  13px;
  letter-spacing: -.01em; 
}
.form-control{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 13px; 
  font-weight: 400; 
  letter-spacing: -.01em;
}
/* checkout css end */

/* ===== Modern Age Verification Modal ===== */
.modals {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modals-dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: auto;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(226, 232, 240, 0.8);
  overflow: hidden;
  animation: modalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes modalPop {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modals-content {
  border: none;
  border-radius: 24px;
  background: transparent;
}

.modals-body {
  padding: 34px 28px 26px 28px;
  text-align: center;
}

/* Header & 18+ Badge */
.age-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.age-badge-wrap {
  margin-bottom: 14px;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fef2f2;
  border: 3px solid #ef4444;
  color: #dc2626;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.22);
}

.age-logo-wrap {
  margin-top: 4px;
}

.age-logo-img {
  max-height: 38px;
  max-width: 160px;
  object-fit: contain;
}

/* Modal Texts */
.age-modal-text {
  margin-bottom: 24px;
}

.age-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.age-subtitle {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* Buttons */
.age-buttons-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.btn-age-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.btn-age-no:hover {
  background: #fee2e2;
  color: #dc2626;
  border-color: #fca5a5;
  transform: translateY(-1px);
}

.btn-age-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: all 0.2s ease;
  outline: none;
}

.btn-age-yes:hover {
  background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
  color: #ffffff;
}

/* Footer Note */
.age-footer-note {
  font-size: 11.5px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

/* Access Denied Alert */
.age-denied-alert {
  padding: 18px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 14px;
  margin-bottom: 12px;
  animation: modalPop 0.25s ease forwards;
}

.age-denied-alert h5 {
  font-size: 16px;
  font-weight: 700;
  color: #dc2626;
  margin: 6px 0 4px 0;
}

.age-denied-alert p {
  font-size: 13px;
  color: #7f1d1d;
  margin: 0;
}

@media (max-width: 480px) {
  .modals-body {
    padding: 26px 20px 20px 20px;
  }
  .age-badge {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
  .age-title {
    font-size: 18px;
  }
  .age-buttons-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* offcanves cart item css start */
.cart-offcanvas-body {
  padding: 5px 8px;
  overflow-y: auto;
  max-height: calc(100vh - 130px); /* Adjust height based on header + buttons height */
}
.fixed-cart-buttons {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 10px 8px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
.add-to-cart-product table tr td .cart-pname{
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 7px;
}
.add-to-cart-product table tr td .cart-pprice{
  font-size: 14px;
  font-weight: 700;
  color: #1c98ce;
  padding-bottom: 7px;
}
.add-to-cart-product table tr td .cart-pprice span{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.add-to-cart-product table tr td .cart-ptotal{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.offcanvas-header h5{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
/* offcanves cart item css end */

/* ============================================================================
      Profile part Start 
   ============================================================================*/
.edit-btn{
  background: #1c98ce;
  color: #ffffff;
  margin-left: 5px;
  padding: 3px;
  transition: all linear 0.3s;
}
.edit-btn:hover{
  background: #ffffff;
  color: #1c98ce;
}
.customer_menu{
  background: #f1f1f1;
  padding: 10px;
  height: 100%;
}

.user-menu ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  display: block;
  background: #f1f1f1;
}
/* .user-menu ul li:last-child{
  border-bottom: none;
} */
.user-menu ul li a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -.01em;
  padding: 10px 8px;
  display: block;
  transition: all linear 0.3s;
}
.user-menu li .active,
.user-menu li a:hover{
  background: #fff;
  color: #1c98ce;
}
.customer-details{
  background: #f1f1f1;
  padding: 10px;
  height: 100%;
}
.customer-details h3{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -.01em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.customer-details dt{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -.01em;
}
.customer-details dd{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
}
.des-pro-name{
  border-bottom: 2px solid #ddd;
}
.des-pro-name h3{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

/* ==============================================================================
      Profile part end 
   ==============================================================================*/

/* ==============================================================================
  privacy policy part end 
==============================================================================*/

.privacypolicy-details {
    background: #f1f1f1;
    padding: 10px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px; /* মনে রাখবেন: 100px অনেক বড়, প্রয়োজন অনুযায়ী কমান */
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000;
  }

  .privacypolicy-details p,
  .privacypolicy-details span,
  .privacypolicy-details h6,
  .privacypolicy-details h5,
  .privacypolicy-details div {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px; /* মনে রাখবেন: 100px অনেক বড়, প্রয়োজন অনুযায়ী কমান */
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 0;
  }

  .privacypolicy-details h1,
  .privacypolicy-details h2,
  .privacypolicy-details h3,
  .privacypolicy-details h4 {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #000;
  }

  .privacypolicy-details a {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
   /* ==============================================================================
      about part end 
   ==============================================================================*/
.about-description{
  padding: 10px;
}
.about-description a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -.01em;
}
.about-description h1,
.about-description h2,
.about-description h3{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}
.about-description h4,
.about-description h5,
.about-description h6,
.about-description p,
.about-description span,
.about-description div {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

/* ==============================================================================
      about part end 
   ==============================================================================*/

/* ==============================================================================
      Contact part start 
   ==============================================================================*/
.google_map_location {
  width: 100%;
  padding: 10px;
  background: #ffffff;
}

.google_map_location iframe {
  width: 100%;
  height: 100%;
}

.message-box {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  padding: 15px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}

.contact {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background: #ffffff;
}

.contract_info {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #fff;
  color: #000000;
}
.address{
  display: flex;
    align-items: center;
}
.address p {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400; 
  font-size: 13px; 
  color: #000; 
  letter-spacing: -.01em;
  transition: .3s;
  margin: 0; 
}
.address p a {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400; 
  font-size: 13px; 
  color: #000; 
  letter-spacing: -.01em;
  transition: .3s;
  float: right;
  padding-right: 10px;
}
.address p:hover,
.address p a:hover{
  color: #ff0000;
}
.address p span {
  padding-right: 8px;
  float: left;
    font-size: 25px;
}
.contract_info3 {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #fff;
  color: #716f70;
}
/* ==============================================================================
    Contact part end 
 ==============================================================================*/
 /* ==============================================================================
    Shopping cart part start 
 ==============================================================================*/

.cart-clear-btn-contant{
  background: #ffffff;
  color: #fff;
  padding: 5px 10px;
  transition: all linear .3s;
}
.cart-clear-btn-contant .cart-clear-btn{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1c98ce;
  padding: 3px 8px;
  transition: all linear .3s;
  font-size: 13px;
  letter-spacing: -.01em;
  font-weight: 400;
  text-align: center;
  border: 1px solid #1c98ce;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.cart-clear-btn-contant .cart-clear-btn:hover{
  background: #1c98ce;
  color: #fff;
  border: 1px solid #1c98ce;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.shopping-cart-btn ul{
  display: flex;
  justify-content: flex-end;
}
.shopping-cart-btn ul li{
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.shopping-cart-btn ul li .btn{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #1c98ce;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: -.01em;
  font-weight: 500;
  transition: all linear .3s;
  padding: 7px 8px;
}
.shopping-cart-btn ul li .btn:hover{
  background: #ffffff;
  color: #000000;
  border: 1px solid #1c98ce;
}
@media (max-width: 360px) {
  .shopping-cart-btn ul li{
    padding: 0 5px;
      
  }
  .shopping-cart-btn ul li a{
    padding: 5px;
  }
}
@media (max-width: 265px) {
  .shopping-cart-btn ul li a{
    padding: 5px 2px;
    font-size: 12px;
  }
}

 /* ==============================================================================
    Shopping cart part end 
 ==============================================================================*/


/* ==============================================================================
    Category page part start 
 ==============================================================================*/
.desktop-filter-container{
  border: 1px solid #ccc;
}
.refine-name .btn{
  background: #ddd;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-transform: capitalize;
}
/* pagination css */
.page-item.active .page-link{
  /*background-color: #1a263b;*/
  /*border-color: #1a263b;*/
}
/* Remove default styles for pagination links */
.page-link {
    border: none; /* No border */
    background: none; /* No background */
    color: black; /* Text color */
    font-size: 16px; /* Font size */
    padding: 0 10px; /* Adjust spacing between numbers */
    text-decoration: none; /* Remove underline */
}

/* Remove list style and spacing */
.pagination {
    list-style: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    display: flex; /* Align items inline */
}

/* Add hover effects (optional) */
.page-link:hover {
    color: gray; /* Change text color on hover */
    text-decoration: underline; /* Add underline on hover */
}

/* Active page styling */
.page-item.active .page-link {
    font-weight: bold; /* Make the active page bold */
    color: #1c98ce; /* Active page color */
    background: none;
}

/* Disabled state for previous/next buttons */
.page-item.disabled .page-link {
    color: lightgray; /* Grey out disabled buttons */
    pointer-events: none; /* Disable click */
}
@media (max-width: 991px) {
  .footer-cont {
    margin-top: 15px;
  }
}
.page-link{
  color: #1a263b;
}
.page-link:hover{
  color: #000;
}
/*.accordion-header{*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/
.accordion-button::after{
    height: 0;
    width: 0;
}
.accordion-padding {
    padding: 1rem 1.55rem;
}
.filter_hading {
  background: #f1f1f1;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.filter_hading h3 {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: -.01em;
    font-weight: 600;
    color: #000;
}
.ui-slider-horizontal {
    height: .3em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #1c98ce;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid #1c98ce;
    background: #fff; 
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px;
}
.reset_button {
  width: auto;
  background: #1c98ce;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  transition: all linear 0.5s;
  border: none;
}
.reset_button:hover{
    color: #1c98ce;
    background: #000;
}
.accordion-item .accordion-header button{
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 992px) {
  .filter_hading {
      background: #ffffff;
  }
  .filter_hading h3 {
     color: #131f35;
  }
  .reset_button {
      color: #131f35;
  }
}
/* desktop filter prire range css */
.filter-price-range{
    padding: 10px;
}
.filter-price-range2 ul{
    display: flex;
}
.filter-price-range2 ul li{
    list-style: none;
    margin-right: 10px;
}
.filter-price-range2 ul li:last-child{
    margin-right: 0;
}
.filter-price-range2 ul li:first-child input{
    text-align: left;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.filter-price-range2 ul li:last-child input{
    text-align: right;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.filter-price-range ul li input{
    background: #f1f1f1;
}
/* mobile filter range css */
.filter-price-range ul{
    display: flex;
}
.filter-price-range ul li{
    list-style: none;
    margin-right: 10px;
}
.filter-price-range ul li:last-child{
    margin-right: 0;
}
.filter-price-range ul li:first-child input{
    text-align: left;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.filter-price-range ul li:last-child input{
    text-align: right;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;s
}
.filter-price-range ul li input{
    background: #f1f1f1;
}
.list-group-item img{
    float:left
}
.list-group-item {
    border: none;
    padding: 3px 15px;
    border-bottom: 1px solid #ddd;
}

.list-groups {
    margin-left: 25px;
}

/* ul.ac-list {
    padding-left: 40px;
    list-style-type: disc;
} */
.filterbg {
    padding: 0 20px 20px;
    background: #fff;
}
@media (max-width: 991px) {
    .desktop-filter-container{
        display: none;
    }
}

.price-range ul {
    display: flex;
    justify-content: flex-start;
}

.price-range ul li {
    list-style: none;
    padding: 0px 15px 10px;
}

.price-range ul li:first-child {
    padding-left: 0;
}

.price-range #hidden_minimum_price {
    width: 70px;
    padding-left: 20px;
    text-align: center;
    background: rgba(225, 238, 250, 1) !important;
}

.price-range #hidden_maximum_price {
    width: 70px;
    padding-left: 20px;
    text-align: center;
    background: rgba(225, 238, 250, 1) !important;
}
@media (max-width: 991px) {
    .category-title-sort-view{
        margin-top: 3px;
    }
    .category-title h3 {
        font-size: 14px;
        font-weight: 600;
    }
    .refine-categories{
        display: none;
    }
}

/* ul.ac-list {
    padding-left: 40px;
    list-style-type: disc;
} */
.view-more-btn{
    background: transparent;
    border: none;
    text-align: left;
    color: #1a263b;
    font-size: 13px;
    font-weight: bold;
}
.view-less-btn{
    background: transparent;
    border: none;
    text-align: left;
    color: #1a263b;
    font-size: 13px;
    font-weight: bold;
}
.sort-grid{
    float: right;
}
.show-by span,
.show-by select,
.show-by option{
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    letter-spacing: -.01em;
    font-size: 15px;
    padding: 0.2em;
}
/* mobile filter start */
.accordion-body{
    padding: 0.7em;
}
.filter-button button{
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
    border: 1px solid #ccc;
    transition: .3s;
}
.filter-button button:hover{
    border: 1px solid #1c98ce;
    color: #1c98ce;
}

.sorting_select{
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 37px; 
    width:200px; 
    vertical-align: middle;
    padding: 0;
    background: #f1f1f1;
    padding: 0px 5px;
    font-size: 13px;
    font-weight: 400; 
    letter-spacing: -.01em;
}
@media (max-width: 350px){
    .sorting_select {
        width: 125px;
    }
}

.sorting_select option{
    font-size: 12px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    letter-spacing: -.01em;
}
.accordion-button:not(.collapsed) {
    background: #fff;
    color: #1c98ce;
}
.sort-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: center;
    padding-top: 10px;
}
.sort-footer .sort-footer-btn {
    padding: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border: 1px solid #f0f0f0;
}
.category-title h3 {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #000000;
    padding: 0px 5px;
}


.progress-container {
      position: relative;
      width: 100%;
      max-width: 500px;
    }

    .progress-bar {
      height: 6px;
      background: #e5e5e5;
      border-radius: 3px;
      overflow: hidden;
      margin-bottom: 25px;
    }

    .progress-fill {
      width: 30%; /* কতটুকু progress হয়েছে সেটা এখানে % দিয়ে সেট করো */
      height: 100%;
      background: #1c98ce;
    }

    .icon-box {
      position: absolute;
      top: -12px;
      left: 30%;
      transform: translateX(-50%);
      background: #fff;
      border: 1px solid #1c98ce;
      padding: 5px 8px;
      border-radius: 3px;
    }

    .icon-box i {
      color: #1c98ce;
      font-size: 16px;
    }

    .text {
      font-size: 15px;
      color: #000;
    }

    .text .highlight {
      font-weight: bold;
    }
    
    /* all category  container*/
.category-frame {
  overflow: hidden;
  background: #ffffff;
  padding: 20px 10px;
  position: relative;
}

.category-slider {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  /* transition: transform 0.5s ease; */ /* We'll animate via JS */
  will-change: transform;
}

/* Show 6 items on desktop */
.category-slider li {
  flex: 0 0 calc((100% - 75px) / 6); /* 15px gap * 5 gaps = 75px */
  text-align: center;
  user-select: none;
  box-sizing: border-box;
}


/* Responsive */
@media (max-width: 992px) {
  /* tablets show 4 */
  .category-slider li {
    flex: 0 0 calc((100% - 45px) / 4);
  }
}

@media (max-width: 576px) {
  /* mobile show 2 */
  .category-slider li {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

  /* ==============================================================================
     Category product page part end 
  ==============================================================================*/

/* ==============================================================================
   Modern Homepage Redesign & 5 Items Per Row Grid
   ============================================================================== */

/* Top Bar & Header Styling */
.top-bar-bg {
  background: #ffffff;
  border-bottom: 1px solid #eef0f3;
  padding: 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.search-input-custom {
  border-radius: 50px !important;
  padding-left: 42px !important;
  padding-right: 36px !important;
  height: 44px;
  border: 1px solid #e2e8f0 !important;
  font-size: 14px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #f8fafc !important;
}

.search-input-custom:focus {
  background: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.search-box .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 15px;
  pointer-events: none;
  z-index: 5;
}

.header-action-btn {
  color: #1e293b;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.header-action-btn:hover {
  color: #2563eb;
  background: #f1f5f9;
}

.header-action-btn .action-icon {
  font-size: 18px;
  color: #475569;
}

.header-action-btn:hover .action-icon {
  color: #2563eb;
}

.header-cart-btn {
  background: #0f172a;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 13px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.header-cart-btn:hover {
  background: #1e293b;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
}

.cart-badge {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 4px 10px !important;
  font-size: 13px !important;
}

/* Sticky Main Navigation Bar with Glassmorphic Blur */
.main-menu-section {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* 5 Items Per Row Product Grid */
.product-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .product-grid-5 {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 992px) {
  .product-grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 576px) {
  .product-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* Category Grid & Product Pages Support for 5 Items Per Row */
#filter_data {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  #filter_data {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 992px) {
  #filter_data {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 576px) {
  #filter_data {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

#filter_data > div {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  padding: 0 !important;
}

/* Modern Card Styling */
.related-product-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Corner Stock Badge */
.stock-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 8px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.stock-badge.in-stock {
  background-color: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.stock-badge.out-of-stock {
  background-color: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

/* Quick Select Variation Modal Styles */
#quickSelectVariationModal .modal-content {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  overflow: hidden;
}
#quickSelectVariationModal .modal-header {
  border-bottom: 1px solid #f1f5f9;
  padding: 14px 20px;
  background: #f8fafc;
}
#quickSelectVariationModal .modal-body {
  padding: 20px;
}
.quick-var-img-box {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  border: 1px solid #f1f5f9;
}
.quick-var-img-box img {
  max-height: 220px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.quick-var-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 6px;
}
.quick-var-price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.quick-var-price {
  font-size: 22px;
  font-weight: 800;
  color: #0284c7;
}
.quick-var-old-price {
  font-size: 15px;
  color: #94a3b8;
  text-decoration: line-through;
}
.quick-var-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.quick-var-attr-row {
  margin-bottom: 14px;
}
.quick-var-attr-title {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-var-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.quick-var-pill-btn {
  border: 1.5px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  outline: none !important;
}
.quick-var-pill-btn:hover {
  border-color: #0284c7;
  color: #0284c7;
  background: #f0f9ff;
}
.quick-var-pill-btn.active {
  border-color: #0284c7;
  background: #0284c7;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.3);
}
.quick-var-pill-btn:disabled, .quick-var-pill-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: #e2e8f0;
  background: #f1f5f9;
  text-decoration: line-through;
}
.quick-var-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  height: 38px;
  background: #fff;
}
.quick-var-qty-btn {
  width: 36px;
  height: 100%;
  border: none;
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.quick-var-qty-btn:hover {
  background: #e2e8f0;
}
.quick-var-qty-input {
  width: 50px;
  height: 100%;
  border: none;
  border-left: 1.5px solid #cbd5e1;
  border-right: 1.5px solid #cbd5e1;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #0f172a;
  outline: none !important;
}
.quick-var-btn-add {
  background: #ffffff;
  color: #0284c7;
  border: 2px solid #0284c7;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.quick-var-btn-add:hover {
  background: #0284c7;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}
.quick-var-btn-buy {
  background: #1B84C7;
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(27, 132, 199, 0.3);
}
.quick-var-btn-buy:hover {
  background: #156da6;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(27, 132, 199, 0.4);
}

.related-product-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.related-product-card > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none !important;
}

.related-product-card .product-image {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  padding: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}

.related-product-card .product-image img {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 88% !important;
  object-fit: contain !important;
  margin: auto;
  display: block;
}

.related-product-card:hover .product-image img {
  transform: scale(1.05);
}

.related-product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px 12px 0 12px !important;
}

.related-product-card .product-title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 34px;
}

.related-product-card .product-price {
  font-size: 14.5px;
  font-weight: 700;
  color: #0284c7;
  margin-top: 5px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.related-product-card .product-price del {
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 400;
  margin-left: 4px;
}

.related-product-card > div:last-child,
.related-product-card .p-2.pt-1,
.related-product-card .mt-auto {
  padding: 4px 12px 12px 12px !important;
  margin-top: auto !important;
}

.related-product-card .card-buy-btn {
  background: #1B84C7;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11.5px;
  font-weight: 700;
  width: 100%;
  margin-top: 0 !important;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 2px 6px rgba(27, 132, 199, 0.25);
  text-decoration: none !important;
}

.related-product-card .card-buy-btn:hover {
  background: #156da6;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(27, 132, 199, 0.35);
}

.related-product-card .selectOptionBtn {
  background: #1B84C7;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(27, 132, 199, 0.25);
}

.related-product-card .selectOptionBtn:hover {
  background: #156da6;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(27, 132, 199, 0.35);
}

/* Section Headings */
.home-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 16px;
}

.border-bar {
  width: 5px;
  height: 22px;
  background: linear-gradient(180deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 4px;
  margin-right: 10px;
}

.common-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.see-all-btn .btn {
  background: #f1f5f9;
  color: #1e293b;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  transition: all 0.25s ease;
  border: 1px solid #e2e8f0;
}

.see-all-btn .btn:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

/* ==============================================================================
   Standard Container & Pixel Ratio Layout System (All Devices)
   ============================================================================== */

/* Base Container Standard Ratio */
.container-fluid,
.container {
  max-width: 1400px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

/* Ultra-Wide Monitors (>= 1600px) */
@media (min-width: 1600px) {
  .container-fluid,
  .container {
    max-width: 1480px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* Desktops & Laptops (992px - 1400px) */
@media (max-width: 1199px) {
  .container-fluid,
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Tablets (576px - 991px) */
@media (max-width: 991px) {
  .container-fluid,
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Mobile Devices (< 576px) */
@media (max-width: 575px) {
  .container-fluid,
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Full Width Wrappers for Sticky / Header / Footer backgrounds */
.top-bar-bg,
.main-menu-section,
.footer-part,
.copyright-part {
  width: 100%;
}

/* ==============================================================================
   Ultra-Professional E-Commerce Header Styling
   ============================================================================== */

/* Top Announcement Strip */
.top-announcement-bar {
  background: #1B84C7 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-announcement-bar .text-accent {
  color: #ffffff !important;
}

.top-announcement-bar .announcement-highlight {
  color: #ffffff !important;
}

.top-announcement-bar .announcement-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11.5px;
}

/* Top Bar & Header Styling */
.top-bar-bg {
  background: #ffffff;
  border-bottom: 1px solid #eef0f3;
  padding: 4px 0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.desktop-header .top-bar {
  padding: 0 !important;
  margin: 0 !important;
}

.desktop-header .logo {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.desktop-header .search-box-contant {
  position: relative;
  margin: 0 !important;
}

.desktop-header .search-box-contant .search-box {
  position: relative;
  display: flex;
  margin-top: 0 !important;
}

.search-input-custom {
  border-radius: 50px !important;
  padding-left: 42px !important;
  padding-right: 32px !important;
  height: 38px !important;
  border: 1px solid #e2e8f0 !important;
  font-size: 13px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #f8fafc !important;
}

.search-input-custom:focus {
  background: #ffffff !important;
  border-color: #1B84C7 !important;
  box-shadow: 0 0 0 3px rgba(27, 132, 199, 0.15) !important;
}

.search-box .search-icon {
  position: absolute;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #64748b;
  font-size: 14px;
  pointer-events: none;
  z-index: 10;
}

.desktop-header .account {
  margin-top: 0 !important;
  text-align: right;
}

.header-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 4px 14px 4px 5px;
  border-radius: 50px;
  color: #334155;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.header-action-btn .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #1B84C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease;
}

.header-action-btn .account-name-text {
  font-weight: 600;
  color: #334155;
  max-width: 120px;
  font-size: 13px;
  transition: color 0.2s;
}

.header-action-btn:hover {
  background: #ffffff;
  border-color: #1B84C7;
  color: #1B84C7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(27, 132, 199, 0.12);
}

.header-action-btn:hover .icon-circle {
  background: #1B84C7;
  color: #ffffff;
  transform: scale(1.05);
}

.header-action-btn:hover .account-name-text {
  color: #1B84C7;
}

/* Header Account Dropdown Menu */
.header-account-dropdown {
  position: relative;
}

.custom-account-dropdown-menu {
  min-width: 220px;
  border-radius: 16px;
  padding: 8px 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 10px !important;
  border: none;
  background: #ffffff;
  z-index: 1060;
  animation: accountDropdownAnim 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes accountDropdownAnim {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.custom-account-dropdown-menu .dropdown-header {
  padding: 8px 18px 10px;
}

.custom-account-dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  padding: 8px 18px;
  transition: all 0.2s ease;
}

.custom-account-dropdown-menu .dropdown-item .menu-icon {
  width: 18px;
  font-size: 14px;
  color: #64748b;
  transition: color 0.2s ease, transform 0.2s ease;
}

.custom-account-dropdown-menu .dropdown-item:hover {
  background-color: #f0f9ff;
  color: #1B84C7;
  padding-left: 22px;
}

.custom-account-dropdown-menu .dropdown-item:hover .menu-icon {
  color: #1B84C7;
}

.custom-account-dropdown-menu .dropdown-logout-item {
  color: #64748b;
}

.custom-account-dropdown-menu .dropdown-logout-item .menu-icon-logout {
  width: 18px;
  font-size: 14px;
  color: #94a3b8;
  transition: color 0.2s ease;
}

.custom-account-dropdown-menu .dropdown-logout-item:hover {
  background-color: #fef2f2;
  color: #dc2626 !important;
  padding-left: 22px;
}

.custom-account-dropdown-menu .dropdown-logout-item:hover .menu-icon-logout {
  color: #dc2626;
}

/* Header Cart Button - Balanced Site Primary Blue Theme */
.header-cart-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #1B84C7 !important;
  color: #ffffff !important;
  border: 1px solid #1777b5 !important;
  border-radius: 50px !important;
  padding: 4px 5px 4px 15px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: -0.2px !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 3px 10px rgba(27, 132, 199, 0.22) !important;
}

.header-cart-btn:hover {
  background: #1573ad !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 15px rgba(27, 132, 199, 0.32) !important;
}

.cart-total-price {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.cart-badge {
  background: #ffffff !important;
  color: #1B84C7 !important;
  border-radius: 50px !important;
  padding: 4px 11px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.header-cart-btn:hover .cart-badge {
  transform: scale(1.04) !important;
}

/* Header Logo */
.header-logo-img {
  max-height: 48px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Sticky Main Navigation Navbar - Brand Blue #1B84C7 Theme */
.main-menu-section {
  background: #1B84C7 !important;
  box-shadow: 0 4px 14px rgba(27, 132, 199, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 16px !important;
}

.main-menu-section ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.main-menu-section ul.menu > li {
  position: relative;
  flex-shrink: 0;
  padding: 4px 2px;
}

.main-menu-section ul.menu > li > a {
  display: flex;
  align-items: center;
  padding: 6px 12px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap !important;
  line-height: 1.2;
  border-radius: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: none !important;
}

.main-menu-section ul.menu > li:hover > a {
  color: #ffffff !important;
  background: #156da6 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-1px);
}

.main-menu-section .arrow-icon,
.main-menu-section .cat-arrow-icon {
  font-size: 10px;
  transition: transform 0.25s ease, color 0.25s ease;
  opacity: 0.85;
}

.main-menu-section ul.menu > li:hover > a .arrow-icon,
.main-menu-section ul.menu > li:hover > a .cat-arrow-icon {
  transform: rotate(180deg);
  color: #ffffff;
  opacity: 1;
}

/* Submenu Arrow Indicator for Items with Sub-Submenus */
.main-menu-section .sub-arrow-icon {
  font-size: 11px;
  color: #94a3b8;
  margin-left: auto;
  padding-left: 10px;
  transition: all 0.2s ease;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.main-menu-section ul.submenu > li:hover > a .sub-arrow-icon {
  color: #0284c7;
  transform: translateX(4px);
}

/* Submenu Dropdowns - Clean High-End Style */
.main-menu-section ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
  padding: 8px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1000;
  border: 1px solid #e2e8f0;
}

.main-menu-section ul.menu > li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu-section ul.submenu > li {
  position: relative;
}

.main-menu-section ul.submenu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 18px;
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.main-menu-section ul.submenu > li:hover > a {
  background: #f0f9ff;
  color: #0284c7;
  border-left-color: #0284c7;
  padding-left: 22px;
}

/* Special High-Visibility Highlight for New Arrivals */
.nav-link-new-arrivals,
.menu > li > a.nav-link-new-arrivals {
  color: #ffffff !important; /* Pure White Crisp Text for Maximum Contrast */
  -webkit-text-fill-color: #ffffff !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%) !important; /* Vibrant Flame Red-Orange Gradient */
  border-radius: 50px !important;
  padding: 5px 14px !important;
  box-shadow: 0 2px 10px rgba(239, 68, 68, 0.4) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: none !important;
}

.nav-link-new-arrivals .text-flame {
  color: #fef08a !important; /* Bright Yellow Flame Icon */
  display: inline-block;
  animation: pulseFlame 1.8s infinite ease-in-out;
}

@keyframes pulseFlame {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.22); opacity: 0.85; }
}

/* Hover State for New Arrivals */
.nav-link-new-arrivals:hover,
li:hover > .nav-link-new-arrivals {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%) !important;
  box-shadow: 0 4px 16px rgba(239, 68, 68, 0.6) !important;
  transform: translateY(-2px) !important;
}

.nav-link-new-arrivals:hover .text-flame,
li:hover > .nav-link-new-arrivals .text-flame {
  color: #ffffff !important;
}

/* Sub-Submenu Level 3 Dropdown */
.main-menu-section ul.sub-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 230px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1001;
  border: 1px solid #e2e8f0;
}

.main-menu-section ul.submenu > li:hover > ul.sub-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.main-menu-section ul.sub-submenu > li > a {
  display: block;
  padding: 9px 20px;
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.main-menu-section ul.sub-submenu > li:hover > a {
  background: #eff6ff;
  color: #2563eb;
  padding-left: 24px;
}

/* ==========================================================================
   Floating WhatsApp Chat Widget & Footer Social WhatsApp
   ========================================================================== */
.social-whatsapp {
  background-color: #25D366 !important;
  color: #ffffff !important;
}
.social-whatsapp:hover {
  background-color: #128C7E !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.4) !important;
}

.floating-whatsapp-wrap {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99999;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.floating-whatsapp-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6);
  color: #ffffff !important;
}

.floating-whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s ease;
  pointer-events: none;
}

.floating-whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0f172a;
}

.floating-whatsapp-wrap:hover .floating-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.floating-whatsapp-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.6);
  animation: waPulseEffect 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

@keyframes waPulseEffect {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .floating-whatsapp-wrap {
    bottom: 20px;
    right: 16px;
  }
  .floating-whatsapp-btn {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
  .floating-whatsapp-tooltip {
    display: none;
  }
}