:root {
  --brand-dark: #0f1111; /* header bg */
  --brand-accent: #febd69; /* search btn */
  --brand-accent-2: #232f3e; /* sub header */
}

/* Header */
.topbar {
  /* background: var(--brand-dark); */
  background: #fff;
  color: #fff;
}
.topbar .navbar-brand {
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}
.topbar .nav-link,
.topbar .navbar-text {
  color: #6c6969;
}
.topbar .nav-link:hover {
  color: #4a4747;
}

/* Search */
.search-wrap {
  min-width: 240px;
}
.search-select {
  max-width: 140px;
}
.search-btn {
  background: rgb(80, 124, 149);
  border: 0;
  color: white;
  transition: 0.3s ease;
}
.search-btn:hover {
  background: rgb(56, 95, 117);
}

/* Subnav */
.subnav {
  background: rgb(56, 95, 117);
}
.subnav .nav-link {
  color: #ddd;
  white-space: nowrap;
}
.subnav .nav-link:hover {
  color: #fff;
}
.subnav .scroll-x {
  overflow-x: auto;
}
.subnav .scroll-x::-webkit-scrollbar {
  height: 6px;
}

/* Hero */
.hero .carousel-caption {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

/* Cards */
.product-card .price {
  font-size: 1.1rem;
  font-weight: 700;
}
.product-card .old {
  color: #777;
  text-decoration: line-through;
}

/* Sidebar filters */
.filter-title {
  font-weight: 700;
}
.filter-block + .filter-block {
  border-top: 1px solid #eee;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

/* Deal strip */
.deal-strip {
  background: linear-gradient(180deg, #fff, #f3f3f3);
  border-radius: 0.75rem;
}

/* Footer */
footer {
  background: #0f1111;
  color: #ddd;
}
footer a {
  color: #ddd;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}

/* Utilities */
.badge-deal {
  background: #cc0c39;
}

@media (max-width: 991.98px) {
  .search-select {
    display: none;
  }
}

@media screen and (max-width: 1030px) {
  .navbar_dekstop {
    display: none !important;
  }

  .navbar_dekstop {
    display: block;
  }
  .filter_container {
    flex-direction: column;
  }
  .mobile_navbar {
    display: block !important;
  }
  .banner_images {
    height: 300px !important;
  }
}

.mobile_navbar {
  display: none;
}
.filter_container {
  display: flex;
  align-items: center;
}
.banner_images {
  height: 500px;
  object-fit: cover;
}
.banner_content {
  top: 0;
}
.gw_cards {
  box-shadow: -1px 0px 14px 4px #80808012;
  padding: 20px 0;
}
.name_categories {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 0;
}
.name_categories-anchor {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  margin-top: 4px;
  margin-bottom: 0;
}
.gw_cards .h5 {
  /* margin-bottom: 12px; */
  font-size: 1.1rem;
  padding: 0px 14px;
}
.sub_container {
  padding: 0 5%;
}
.mulitple_image_products {
  overflow-x: auto;
}

.mulitple_image_products::-webkit-scrollbar {
  display: none;
}
.product_details_cont {
  margin: 3% 5% 0;
}
.categroy_img {
  text-align: center;
}
.categroy_img img {
  height: 140px;
  /* object-fit: cover; */
  margin-top: 9px;
}
.navbar-logo {
  max-height: 60px; /* adjust based on your navbar height */
  width: auto; /* keeps aspect ratio */
}
.home_banner_images {
  width: 100%;
  /* height: 600px;
  object-fit: fill; */
}
.slider_butttons::after {
  font-size: 20px !important;
  color: gray !important;
}
.brands_slider img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.product-card {
  transition: 0.2s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-title a{
  text-decoration: none !important;
  color: inherit !important;
}
.product-card:hover {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 16px 0px;
}
.cart_products {
  width: 10%;
}
.mulitple_image_products img {
  width: 100px;
  height: 100px;
}
.timeline li::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #dee2e6;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: -1;
}
.timeline li {
  position: relative;
  padding-left: 30px;
}
.hero-section {
  background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=80")
    center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
}
.hero-section p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: auto;
}
.values-card {
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.values-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.footer_main_sec {
  background-color: rgb(21 50 66);
}
.form-select,
.form-control:focus {
  box-shadow: none !important;
}
.buy_btn {
  background: rgb(63, 108, 136);
  color: white;
  transition: 0.3s ease;
}

.buy_btn:hover {
  background: rgb(80, 124, 149);
  color: white;
}
.cart_btn {
  border: 1px solid gray;
  transition: 0.3s ease;
}
.cart_btn:hover {
  /* background-color: rgba(187, 182, 182, 0.478); */
}
.gw_layout {
  margin-top: 20px;
}
.named_category {
  font-size: 14px;
}
.ct_category {
  position: relative;
  border-radius: 0 !important;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.ct_category:hover {
  transform: translateY(-5px);
}

.ct_category img.category-img {
  border-radius: 0 !important;

  transition: transform 0.4s ease-in-out;
}

.category-img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.ct_category:hover img.category-img {
  transform: scale(1.1);
}

.ct_category .category-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ct_category:hover .category-overlay {
  opacity: 1;
}

.cs-custom-slider {
  width: 100%;
  padding: 20px 0;
}

.cs-custom-slider .swiper-slide {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.cs-custom-slider .swiper-button-next,
.cs-custom-slider .swiper-button-prev {
  color: #000;
  transition: 0.3s;
}

.cs-custom-slider .swiper-button-next:hover,
.cs-custom-slider .swiper-button-prev:hover {
  color: #007bff;
}

.cs-custom-slider .swiper-pagination-bullet {
  background: #000;
}
.cs-custom-slider .swiper-pagination-bullet-active {
  background: #007bff;
}
.custom-product-slide img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.product_shows {
  margin: 25px 0;
}

.profile-header {
  background: linear-gradient(135deg, rgb(56, 95, 117), rgb(36 125 175));
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: #fbfbfb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 1rem;
}

.profile-card {
  border-radius: 12px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}

.profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.profile-card h6 {
  margin-bottom: 0.25rem;
}
.links_profile {
  color: rgb(44, 113, 153);
}
.column_thead th {
  color: black;
}
.orders-tabs-lnks {
  border: none !important;
  position: relative;
  color: rgb(72, 66, 66) !important;
}
.orders-tabs-lnks::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: rgb(44, 113, 153);
  transition: 0.3s ease;
}

.orders-tabs-lnks:focus::after,
.orders-tabs-lnks:hover::after {
  width: 100%;
}
.orders-tabs-lnks:focus,
.orders-tabs-lnks:hover {
  color: rgb(68, 158, 209) !important;
}
.nav_header_tab {
  border: none !important;
}

@media screen and (max-width: 769px) {
  .sub_nav .nav-link {
    padding: 6px 5px;
    font-size: 13px;
  }
  .navbar-logo-mobile {
    max-width: 115px;
    width: 100%;
  }
  .nav_icon {
    color: rgb(56, 95, 117);
    font-size: 24px;
  }
  .gw_layout {
    margin-top: 0px !important;
  }
  .sub_container {
    padding: 0 !important;
  }
  .gw_cards {
    box-shadow: -1px 0px 14px 4px #80808012;
    padding: 11px 3px;
  }
  .categroy_img img {
    height: 100% !important;
  }
  .gw_cards .h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .brands_slider img {
    height: 60px;
  }
  .product_mobile_div {
    padding: 0 10px;
  }

  .product-card img {
    height: 110px;
  }
  .swiper-button-prev {
    left: -2% !important;
  }
  .swiper-button-next {
    right: -1% !important;
  }
  .custom-product-slide img {
    height: 115px;
  }
  .cs-custom-slider {
    padding: 0;
  }
  .product_shows {
    padding: 0 3px;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #292626;
  }
  .product_details_cont {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1029px){
    .navbar-logo-mobile {
    max-width: 115px;
    width: 100%;
  }
}
.offcanvas_filter {
  height: auto !important; /* prevent full height */
  max-height: 70vh; /* only 70% of viewport */
  margin: 0 auto; /* center horizontally */
  border-radius: 12px 12px 0 0;
}

.filter_div {
    display: flex;
    justify-content: end;
    column-gap: 17px;
}

.client-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.client-carousel img {
    max-width: 150px;

    transition: all 0.3s ease;
}
