@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 start */
.breadcrumb-contant {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.breadcrumb-contant ul.breadcrumb li {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline;
  padding-left: 5px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: -.01em;
}
.breadcrumb-contant ul.breadcrumb li a{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  letter-spacing: -.01em;
}
.breadcrumb-contant ul.breadcrumb li:first-child {
  padding-left: 0;
}
/* breadcrumb css start */

.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: 35px;
}
.desktop-header .search-box i {
  position: absolute;
  left: 10px;
  top: 30%;
  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;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
} 
.desktop-header .account{
  margin-top: 35px;
  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;
}
.menu > li:nth-child(2) > a {
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(to right, #1c98ce, #005f8e); /* dark blue contrast */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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 */

.responsive-header{
  display: none;
}
.responsive-header .top-bar {
  padding: 5px 0;
}
.responsive-header .logo{
  text-align: center;
}
.responsive-header .logo img {
  height: 70px;
}
.responsive-header .search-box-contant {
  position: relative;
}
.responsive-header .search-box-contant .search-box {
  position: relative;
  display: flex;
  margin-top: 10px;
}
.responsive-header .search-box i {
  position: absolute;
  left: 10px;
  top: 30%;
  color: #888;
  font-size: 16px;
}

.responsive-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 #f1f1f1;
  border-radius: 5px;
  outline: none;
}
.responsive-header .menu-icon{
  margin-top: 46px;
  padding-bottom: 0;
  margin-bottom: 0;
} 

.responsive-header .menu-icon .fas{
  font-size: 25px;
  color: #fff;
} 
.responsive-header .account{
  margin-top: 47px;
  text-align: right;
}
.responsive-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;
}
.responsive-header .account i {
  font-size: 20px;
  margin-right: 3px;
}

.responsive-header .logo { font-size: 24px; font-weight: bold; }
.responsive-header .account { font-size: 14px; }
@media (max-width: 992px) {
  .responsive-header {
    display: block;
  }
}
@media (max-width: 500px) {
  .responsive-header .logo img {
    height: 70px;
    
  }
}

/* responsive header end */

/* responsive menu or offcanvas css start */
/* offf canvase menu start */
#accordion1 .accordion-title,
.accordion-container .accordion-title-no {
    margin: 0;
    padding: 10px 10px;
    background-color: #2d3436;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 10px;
    background-color: #2d3436;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.accordion-container .accordion-title a,
.accordion-container .accordion-title-no a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #555555;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 2.5px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 2.5px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}
.accordion-content .accordion-sub-title2 {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    background-color: #353b48;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.accordion-content .accordion-sub-title2-no {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    background-color: #353b48;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.accordion-content .accordion-sub-title2 a,
.accordion-content .accordion-sub-title2-no a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.accordion-content .accordion-sub-title2:hover,
.accordion-content .accordion-sub-title2:active,
.accordion-content .accordion-sub-title2.open {
    background-color: #2f3542;
}

.accordion-content .accordion-sub-title2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 2.5px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-content .accordion-sub-title2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 2.5px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion-content .accordion-sub-title2.open::before {
    transform: rotate(180deg);
}

.accordion-content .accordion-sub-title2.open::after {
    opacity: 0;
}
.sub-sub-category {
    background: #3d3d3d;
    border: 1px solid #fff;
}
.sub-sub-category .accordion-sub-title3 a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
/* offf canvase menu End */
/* responsive menu off canvas css End */

/* 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;
}

/* Product image styling */
.product-image img {
  width: 100%;
  object-fit: contain;
  background: #fff;
  transition: transform 0.3s ease;
}

/* 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.1); /* 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;*/
/*}*/

.footer-bottom {
  background: #f1f1f1;
  padding: 10px 0;
}
.copy-right p {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}
.copy-right p a {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.01em;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  color: #00a2e0;
}
.footer {
      background: #fff;
      color: #333;
      border-top: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    
    .footer h4 {
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: bold;
    }
    .footer a {
        font-weight: bold;
      color: #333;
      text-decoration: none;
      display: block;
      margin: 6px 0;
      font-size: 14px;
      transition: all linear .3s;
    }
    .footer a:hover {
      text-decoration: underline;
      color: #26ace2;
    }
    .footer .social-icons {
  margin-top: 8px;
  padding-bottom: 10px;
}

.footer .social-icons {
  margin-top: 8px;
  padding-bottom: 10px;
}

.footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 4px; /* border radius 4px */
  background: #fff;
  border: 1px solid #000; /* default border black */
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Icon color as default brand color */
.footer .social-icons a .facebook { color: #1877F2; }
.footer .social-icons a .instagram { color: #E4405F; }
.footer .social-icons a .twitter { color: #1DA1F2; }
.footer .social-icons a .linkedin { color: #0077B5; }
.footer .social-icons a .youtube { color: #FF0000; }
.footer .social-icons a .pinterest { color: #BD081C; }


    .footer .logo {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .footer p {
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
    }



/* footer Css 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;
}

.related-product-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ddd;
}

/* card এর ভিতরের img এ zoom effect */
.related-product-card img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* smooth effect */
}

.related-product-card:hover img {
  transform: scale(1.1); /* zoom */
}


/* 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 */

/* age modal css */

.modals {
  display: none; /* Initially hide modal */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modals-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    .modals-dialog {
        width: 80%;
    }
}
.btn-tcolor {
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-weight: 400; 
  font-size: 14px; 
  letter-spacing: -0.01em;
  background-color: #1c98ce;
  border: 1px solid #1c98ce;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.btn-tcolor:hover {
  background-color: #fff;
  color: #1c98ce;
  border-color: #1c98ce;
}

/* age modal end */

/* 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 
 ==============================================================================*/