.page-wrapper .navbar {
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(192, 171, 209, 1) 25%,
    rgba(180, 139, 201, 1) 50%,
    rgba(192, 171, 209, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  ); */
  border-bottom: 2px solid #555;
}
.navbar-brand img {
  height: 55px;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 1410px;
}
/*  */
.sec-offer,
.sec-carousel {
  padding: 60px 0;
}
.sec-service {
}
.sec-service i {
  font-size: 40px;
  line-height: normal;
}

/* Base styling */
.brand-item {
  padding: 5px;
  font-size: 0.9rem;
  color: #333;
  border: 1px solid #bbb;
  font-weight: 500;
  text-align: center;
}
.brand-item img {
  width: auto;
  height: 90px;
  object-fit: contain;
  filter: grayscale(0);
  transition: 0.3s ease;
}
.brand-item:hover img {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.brand-item h6 {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}

/* âœ… Custom column width for 9 cols on large screens */
@media (min-width: 992px) {
  .col-lg-9th {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

/* âœ… 6 cols on medium (tablet) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-6th {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

.m-footer {
  padding-top: 70px;
}
.m-footer .text-head {
  color: #fff;
}
.m-footer .widget-light .widget-list-link {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.product-card {
  height: 100%;
}

.product-card img {
  object-fit: contain;
  height: 300px; /* adjust based on design */
  width: 100%;
}

.product-card-brand {
  height: 100%;
}

.product-card-brand img {
  object-fit: contain;
  width: 100%;
}

.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px; /* ensure fixed height for 2 lines */
}
.navbar-sticky .navbar {
  padding: 0;
  background: #76309b;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(192, 171, 209, 1) 25%,
    rgba(180, 139, 201, 1) 50%,
    rgba(192, 171, 209, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  );
}
.navbar-brand img {
  height: 55px;
}
.sec-brand .brand-logo {
  text-align: center;
}
.sec-brand .brand-logo img {
  height: 100px;
  margin: 0 auto;
  border: 2px solid #2f75fa;
  padding: 10px;
}
.icon-circle {
  width: 28px;
  height: 28px;
  background-color: #000; /* black background */
  color: #fff; /* white icon */
  border-radius: 50%; /* make it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.icon-circle i {
  font-size: 10px;
  font-weight: bold;
}
.icon-circle:hover {
  background-color: #333; /* slightly lighter on hover */
  transform: scale(1.05); /* smooth hover zoom */
}

.product-box {
  box-shadow: 0px 2px 5px #808080;
}
.product-card:not(.card-static) {
  box-shadow: none;
  border: 1px solid #bbb !important;
  border-radius: 0;
}

.product-card:hover:not(.card-static) {
  box-shadow: none;
  border: 1px solid #bbb !important;
  border-radius: 0;
}

.product-card .card-body-hidden,
.card-body-hiddens {
  left: -1px;
  width: calc(100% + 2px);
}
.product-card:hover:not(.card-static) .card-body-hidden,
.card-body-hiddens {
  box-shadow: none;
  border: 1px solid #bbb !important;
  border-radius: 0;
  margin-top: -1px;
}
.card-body-hiddens {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  border-top: 0 !important;
  box-shadow: 0px 4px 5px #808080;
}

.offer-heading {
  font-weight: 600;
  color: #0d6efd; /* Bootstrap primary color */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-size: 12px;
}
.offer-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #0d6efd;
  margin-top: 4px;
  border-radius: 1px;
}
.offer-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  margin: 0;
}
.offer-list li {
  background: #f8f9fa; /* light gray background */
  margin-bottom: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  border-left: 4px solid #0d6efd; /* bootstrap primary color stripe */
  font-weight: 500;
  transition: all 0.2s ease;
  box-shadow: 0px 1px 5px #b1b1b1;
  font-size: 12px;
}
.offer-list li:hover {
  background: #e9ecef;
  transform: translateX(2px);
}

.numbers .minus,
.numbers .plus {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.multiple .numbers input {
  width: 45px;
  height: auto;
  font-size: 16px;
  border-radius: 2px;
}

.vape-history,
.vape-sales,
.vape-offer {
  padding: 70px 0;
}
.sec-brand {
  background-color: #f2f2f2;
  padding-bottom: 40px;
}
