html,
body {
  overflow-x: hidden;
}
.subheader-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
}

.subheader-container {
  margin: 0 auto;
  /* display: grid; */
  /* grid-template-columns: 1fr 2fr 1fr; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px; */
  padding: 0 15px;
}

.subheader-logo {
  width: 80px;
}

/* ===== Search Section ===== */
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #f5f5f5;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.category-dropdown {
  position: relative;
}

.dropdown-toggle-btn {
  background-color: #f7f7f7;
  border: none;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  height: 50px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.dropdown-toggle-btn:focus {
  outline: none;
}

.arrow {
  font-size: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 50;
}

.category-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.search-input {
  flex: 1;
  border: none;
  padding: 0 15px;
  height: 100%;
  font-size: 15px;
  color: #333;
  background: #f5f5f5;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
}

.new-search-input {
  background: #f5f5f5 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.new-search-input:focus {
  background: #f5f5f5 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-input:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
}

.search-btn {
  background-color: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  margin-right: 5px;
}

.search-btn:hover {
  opacity: 0.9;
}

.subheader-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hotline-icon {
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.hotline-text span {
  display: block;
  font-size: 13px;
  color: #777;
}

.hotline-text strong {
  font-size: 15px;
  color: #000;
}
.hotline-text {
  line-height: initial;
}
/* === New Simple Header Styles === */

.simple-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  height: 60px;
  width: 100%;
}

.simple-header .header-desktop,
.simple-header .container,
.simple-header .header-wrap {
  height: 100%;
}

.simple-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav-container nav,
.header-nav-container ul.mainmegamnus {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.header-nav-container ul.mainmegamnus > li {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav-container ul.mainmegamnus > li > a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 0 18px;
  transition: color 0.2s ease-in-out;
}

.header-nav-container ul.mainmegamnus > li > a:hover {
  color: #c92c2c;
}

.header-nav-container ul.mainmegamnus > li > a.active {
  color: #c92c2c;
  font-weight: 600;
}

.header-actions-container {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-actions-container .header-action-icon-2 a,
.header-actions-container .header-action-icon-2 .mini-cart-icon,
.header-actions-container .rbt-btn-wrapper a {
  position: relative;
  display: flex;
  align-items: center;
  color: #333 !important;
  cursor: pointer;
}

.header-actions-container .header-action-icon-2 img {
  width: 22px;
  height: 22px;
}

.header-actions-container .header-action-icon-2 .pro-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #c92c2c;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
}

.header-actions-container .rbt-btn-wrapper .fa-user {
  font-size: 22px !important;
  color: #333 !important;
}

.header-actions-container .user_dropdown .profile-image {
  display: none;
}

.header-actions-container .user_dropdown .language-dropdown-active::after {
  content: "Smith Jhon";
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-left: 8px;
}

.header-actions-container .user_dropdown .language-dropdown-active {
  display: flex !important;
  align-items: center;
}

.header-actions-container .user_dropdown .language-dropdown-active::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 22px;
}

.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}

.layout-sidebar {
  width: 100%;
}

.layout-main {
  width: 100%;
}

/* === 6. Category Sidebar Styles === */

.category-sidebar {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
}

.sidebar-header {
  background-color: #d10000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.sidebar-header .fi-rs-apps {
  margin-right: 10px;
  font-size: 18px;
}

.sidebar-header svg {
  transition: transform 0.3s ease;
}

.sidebar-header svg.open {
  transform: rotate(180deg);
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  border-bottom: 1px solid #f0f0f0;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.category-list li a:hover {
  background-color: #f5f5f5;
  color: #d10000;
  padding-left: 25px;
}

.category-list li a span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* home slider css */

.slider-content {
  text-align: left;
  animation: slideInFromLeft 0.8s ease-out forwards;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider-preheading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d80403;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.slider-heading {
  font-size: 2.75rem;
  font-weight: 700;
  color: #212529 !important;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  text-transform: capitalize;
}

.slider-btn.btn-warning {
  background-color: #f9a825;
  border-color: #f9a825;
  color: #212529;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(249, 168, 37, 0.3);
}

.slider-btn.btn-warning:hover {
  background-color: #f09c13;
  border-color: #f09c13;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(249, 168, 37, 0.4);
}

.slider-image {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-slider-wrapper {
  height: 480px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.home-slider-wrapper .swiper-pagination-bullet {
  background-color: #f9a825;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.home-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #f9a825;
  width: 12px;
  height: 12px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  /* .home-slider-wrapper {
    height: 550px;
  } */

  .slider-content {
    text-align: center;
    order: 2;
    padding: 1rem 0;
    animation: none;
  }

  .col-md-6.d-flex.align-items-center {
    order: 1;
    height: 50% !important;
    align-items: flex-end !important;
  }

  .slider-image {
    max-height: 250px;
    animation: none;
  }

  .row.h-100.align-items-center {
    align-items: flex-start !important;
  }
  .slider-right-badge {
    top: -40px !important;
    left: 0 !important;
  }
}

.slider-right-content {
  animation: slideInFromLeft 0.8s ease-out forwards;
}

.slider-right-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #d80403;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  position: absolute;
  top: -1rem;
  left: 40px;
}

.slider-right-heading {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 1.75rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
  .slider-right-banner {
    height: 300px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .slider-right-content {
    /* text-align: center; */
    /* animation: none; */
    /* padding-left: 1rem; */
    /* padding-right: 1rem; */
  }

  .slider-right-heading {
    font-size: 18px;
  }
}

.slider-content-overlay {
  text-align: left;
  animation: slideInFromLeft 0.8s ease-out forwards;
  color: white;
  padding-left: 38px;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider-preheading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d80403;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.slider-heading {
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  text-transform: capitalize;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.slider-btn.btn-warning {
  background-color: #d80403;
  border-color: #d80403;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(249, 168, 37, 0.3);
}

.slider-btn.btn-warning:hover {
  background-color: #000;
  border-color: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(249, 168, 37, 0.4);
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.home-slider-wrapper .swiper-pagination-bullet {
  background-color: #f9a825;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.home-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #f9a825;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.slider-right-banner {
  position: relative;
  height: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5f3ef;
}

.slider-right-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  max-width: 100%;
}

.slider-right-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #f9a825;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.slider-right-heading {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.3;
  margin-bottom: 1.75rem;
}

.slider-right-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-height: 90%;
  max-width: 50%;
  object-fit: contain;
  object-position: bottom right;
}

.spacial-product-heading {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.spacial-product-subtitle {
  color: #736a6b;
  font-size: 0.9rem;
}

.product-grid-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 0.5rem;
}

@media (max-width: 767.98px) {
  .home-slider-wrapper {
    height: 250px;
  }
  .slider-heading {
    font-size: 18px;
  }
  .slider-content-overlay {
    /* text-align: center; */
    animation: none;
  }
  .slide-background {
    align-items: center;
    justify-content: center;
  }

  .slider-right-banner {
    height: auto;
  }
  .slider-right-content {
    /* max-width: 100%; */
    /* text-align: center; */
    /* padding: 2rem 1.5rem 1rem 1.5rem; */
    padding: 12px;
  }

  .slider-right-image {
    position: static;
    display: block;
    margin: 0 auto;
    max-height: 250px;
    max-width: 70%;
  }

  .spacial-product-heading {
    font-size: 1.75rem;
  }
}

/* product card hover css */

/* Ensure the card has a relative position for absolute positioning of icons */
.product-card-with-hover {
  position: relative;
}

/* Container for the image, important for relative positioning of icons */
.product-image-container {
  position: relative;
  overflow: hidden; /* Ensures icons don't overflow image area */
}

/* Add a transition to the image for the scale effect */
.product-image-container .card-img-top {
  transition: transform 0.3s ease-in-out;
}

/* Apply the scale transform when the card is hovered */
.product-card-with-hover:hover .card-img-top {
  transform: scale(1.1); /* Zoom in */
}

/* Style for the discount badge */
.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #d80403; /* Red background */
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 2; /* Above other elements */
}

/* --- MODIFIED --- */
/* Container for the hover icons - positioned vertically on the right */
.hover-icons {
  position: absolute;
  top: 15px; /* The final resting position from the top */
  right: 15px; /* Position from the right */

  display: flex;
  flex-direction: column; /* Stack icons vertically */
  gap: 8px; /* Space between icons */
  z-index: 2; /* Ensure icons are above the image */

  /* --- 1. Animation START State --- */
  opacity: 0;
  transform: translateY(-20px); /* Start 20px ABOVE the final position */

  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  pointer-events: none; /* Prevent clicks when hidden */
}

/* --- MODIFIED --- */
/* Show icons on hover over the entire product card */
.product-card-with-hover:hover .hover-icons {
  opacity: 1;
  transform: translateY(
    0
  ); /* Move DOWN to the final resting position (top: 15px) */

  pointer-events: auto;
}

/* Style for individual icon buttons */
.hover-icons .icon-btn {
  /* background-color: #333333; */
  border: 1px solid #ddd;
  border-radius: 50%; /* Circular buttons */
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}

/* .hover-icons .icon-btn:hover {
  background-color: #d80403;
  color: white;
  
} */

.navbar-nav .nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #ffa500 !important;
}

/* .badge {
  font-size: 11px;
  padding: 3px 6px;
} */

/* Browse Categories dropdown - remove hover */
.browse-dropdown .dropdown-menu {
  /* Remove display:none; let Bootstrap handle it */
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 240px;
  border-radius: 0 0 6px 6px;
  z-index: 1000;
}

/* Remove this hover rule completely */
/* .browse-dropdown:hover .dropdown-menu {
  display: block;
} */

/* Category item style */
.dropdown-item {
  padding: 10px 15px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}

.dropdown-item:hover {
  background-color: #fdf2e9;
  color: #ffa500;
}

.cat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f8f9fa;
  padding: 4px;
}

.category-btn {
  background-color: #d80403 !important;
  border: none;
  width: 100%;
  height: 55px;
  color: var(--colorWhite);
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px !important;
  width: 312px;
}

.category-btn:hover {
  background-color: #d80403 !important;
}

.dropdown-menu {
  border-radius: 6px;
}

.dropdown-menu .dropdown-toggle::after {
  margin-left: auto;
}

.header {
  background: #edf5ff;
}
.nav-active {
  color: #d80403;
}
.nav-link:hover {
  color: #d80403 !important;
}

.header-icon {
  background-color: #d80403 !important;
}

/* === QUICK VIEW MODAL === */

/* === Quick View Modal Styles === */
.qv-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  backdrop-filter: blur(4px);
  padding: 20px;
}

.qv-container {
  background: #fff;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: qvFadeIn 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.qv-header {
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

.qv-body {
  padding: 24px;
}

.qv-body .row {
  align-items: center;
}

.qv-body img {
  border-radius: 10px;
  transition: transform 0.3s ease;
  max-height: 400px;
  object-fit: contain;
}

.qv-body img:hover {
  transform: scale(1.02);
}

/* Stars section */
.qv-body div[style*="color: #FFC107"] {
  display: flex;
  gap: 3px;
}

/* Product price */
.qv-body .card-text span {
  font-size: 1.1rem;
}

/* Product colors */
.qv-body .rounded-circle {
  cursor: pointer;
  border: 2px solid #eee;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.qv-body .rounded-circle:hover {
  transform: scale(1.1);
  border-color: #000;
}

/* 'View Full Details' button */
.qv-body .btn-outline-dark {
  border-radius: 50px;
  font-size: 0.9rem;
  padding: 8px 20px;
}

/* Animation */
@keyframes qvFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .qv-container {
    max-width: 95%;
  }
  .qv-body {
    padding: 16px;
  }
  .qv-body img {
    max-height: 300px;
  }
  .new-search-btn {
    width: 60px !important;
  }
}

.hover-text:hover {
  color: #fcb900 !important;
  background-color: #fff7e6;
}

.flashsell-badge {
  padding: 10px !important;
  border-radius: 15px !important;
}

/* sidecart */
/* Container for the side cart, including overlay */
.side-cart-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040; /* Lower than the cart, higher than content */

  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* The semi-transparent black overlay */
.side-cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* The actual cart panel that slides */
.side-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px; /* Max width of the cart */
  height: 100%;
  background: #fff;
  z-index: 1050; /* Highest z-index */

  /* Off-screen by default */
  transform: translateX(100%);
  transition: transform 0.3s ease;

  /* Layout */
  display: flex;
  flex-direction: column;
}

/* Show the container and slide in the cart when 'open' */
.side-cart-container.open {
  opacity: 1;
  visibility: visible;
}

.side-cart-container.open .side-cart {
  transform: translateX(0);
}

/* Cart Header */
.side-cart-header {
  padding: 20px;
  background-color: #d80403; /* Matching the image */
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
}

.side-cart-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 5px;
}

/* Cart Body (the list) */
.side-cart-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
}

/* Single Cart Item */
.cart-item {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  /* padding-right: 20px; */
}

a.cart-nameitem {
  font-size: 12px;
  font-weight: 500;
  color: #7b7575;
}
.cart-item-image img {
  width: 80px;
  height: auto;
  border: 1px solid #eee;
  margin-right: 15px;
}

.cart-item-details {
  flex-grow: 1;
}

.cart-item-details .product-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.cart-item-details .product-price {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-item-details .product-price .old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}

.cart-item-details .product-attributes {
  font-size: 0.9rem;
  color: #666;
}

.cart-item-remove {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #999;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Cart Footer */
.side-cart-footer {
  padding: 10px;
  border-top: 2px solid #eee;
  flex-shrink: 0;
  background: #fff;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-buttons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.cart-buttons .btn {
  flex: 1;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;

  /* --- ADDED / MODIFIED --- */
  position: relative; /* For containing the pseudo-element */
  overflow: hidden; /* Keeps the effect inside the button's bounds */
  z-index: 1; /* Establishes a stacking context */
  transition: color 0.3s ease; /* Animate text color (optional but smooth) */
}

/* 2. Modify the specific .btn-view-cart class */
.cart-buttons .btn-view-cart {
  background-color: #d80403;
  color: #ffffff;
  /* Changed border to match background for a cleaner look */
  /* border: 1px solid #d80403; */
}

/* 3. Add these NEW classes for the animation */

/* This is the new layer that slides in (based on your snippet) */
.cart-buttons .btn-view-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* Use 'left: 0' for a "left-to-right" wipe */
  width: 0; /* Starts at 0 width */
  height: 100%;
  background: #333; /* The color to slide in (from btn-checkout) */
  color: #ffffff;
  transition: width 0.3s ease;
  z-index: -1; /* This is the key: places it BEHIND the text */
}

/* This triggers the animation on hover */
.cart-buttons .btn-view-cart:hover::before {
  width: 100%; /* Expands to full width */
}

/* flashsellsection */
.flash-sell-swiper .swiper-button-next,
.flash-sell-swiper .swiper-button-prev {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flash-sell-swiper .swiper-button-next::after,
.flash-sell-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
.flash-sell-swiper .swiper-button-prev {
  left: -10px;
}
.flash-sell-swiper .swiper-button-next {
  right: -10px;
}

/* category css */
.category-slider {
  /* Use 'auto' to respect the 'text-center' parent */
  margin: 0 auto 15px auto;
  width: 150px; /* Made smaller to match screenshot */
  height: 150px; /* Made smaller to match screenshot */
  background: #f5f5f5; /* Light grey, not red */
  padding: 20px; /* Padding is on the container, not the image */

  /* Your initial blob border-radius */
  border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;

  /* Added flex to perfectly center the image */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Added hover effect from Zents theme */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease; /* Added border-radius to transition */
}

.category-slider:hover {
  /* transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  border-radius: 50%;
}

/* --- NEW: Image pop-up/scale animation on hover --- */
.category-slider img {
  transition: transform 0.3s ease; /* Smooth transition for image scale */
}

.category-slider:hover img {
  transform: scale(1.1); /* Scale up the image by 10% */
}

/* Your arrow styles (they are correct) */
.category-swiper .swiper-button-next,
.category-swiper .swiper-button-prev {
  color: #000;
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.category-swiper .swiper-button-next::after,
.category-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
.category-swiper .swiper-slide {
  align-self: flex-start;
  margin-left: 25px !important;
}
/* Header search Bar */
.new-search-bar-wrapper {
  position: relative;
  width: 100%;
  width: 500px;
  font-family: Arial, sans-serif;
  z-index: 100; /* ensures it's above nearby layout elements */
}

.new-search-input-group {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.new-search-input {
  flex-grow: 1;
  border: none;
  padding: 12px 16px;
  font-size: 1rem;
  outline: none;
  background-color: #f7f7f7;
}

/* .new-search-btn {
  border: none;
  background-color: black;
  border-radius: 50%;
  margin-right: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background-color 0.2s ease;
} */

.new-search-btn {
  border: none;
  background-color: black;
  border-radius: 100%;
  margin-right: 0;
  width: 55px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background-color 0.2s ease;
}

.new-search-btn:hover {
  background-color: #222;
}

/* ✅ fixed dropdown */
.new-search-autocomplete {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  z-index: 99999; /* ensures it's always on top */
  max-height: 450px;
  overflow-y: auto;
  isolation: isolate;
}

.new-suggestions-list {
  padding: 8px;
}

.new-search-section {
  margin-bottom: 8px;
}

.new-search-section-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #777;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.new-suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  gap: 12px;
}

.new-suggestion-item:hover {
  background-color: #f4f4f4;
}

.new-product-image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.new-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.new-product-info {
  flex-grow: 1;
  min-width: 0;
}

.new-product-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-product-categories {
  font-size: 0.8rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-product-price {
  font-size: 0.9rem;
  font-weight: bold;
  color: #007bff;
  margin-top: 4px;
}

.new-product-price .old-price {
  font-weight: normal;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

.category-item {
  font-weight: 500;
}

.new-blog-image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.new-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.new-blog-title {
  font-weight: 500;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-no-results {
  padding: 16px;
  text-align: center;
  color: #888;
}

/* Product Price Styling */
.product-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.product-price .price-new {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000;
}

.product-price .price-old {
  font-size: 0.6rem;
  color: #999;
  text-decoration: line-through;
}

/* Optional: image consistency */
.product-grid-image {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

/* subcategory */

/* === Scoped Dropdown Wrapper === */
.subheader-unique-dropdown {
  position: relative;
  display: inline-block;
  z-index: 99;
  isolation: isolate; /* Creates a new stacking context so z-index works cleanly */
}

.subheader-unique-dropdown .subheader-unique-toggle-btn {
  padding: 8px 18px;
  border: none !important;
  font-size: 14px;
  background: none;
  font-weight: 600;
  width: 150px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  transition: all 0.2s ease;
  position: relative;
  z-index: 100;
}

.tab-review {
  color: #d80403;
}

.subheader-unique-dropdown .subheader-unique-toggle-btn:hover {
  background-color: #f1f1f1;
  border-color: #d5d5d5;
}

.subheader-unique-dropdown .subheader-unique-arrow {
  font-size: 11px;
  color: #555;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.subheader-unique-menu {
  position: absolute;
  top: 12%;
  left: 30%;
  width: 240px;
  list-style: none;
  padding: 6px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 10002;
  transform-origin: top;
  animation: dropdownFade 0.2s ease forwards;
  overflow: visible !important;
}

.subheader-unique-item-wrapper {
  position: relative;
}

.subheader-unique-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.subheader-unique-item:hover {
  background-color: #f8f9fa;
}

.subheader-unique-link {
  color: #333;
  text-decoration: none;
  flex-grow: 1;
}

.subheader-unique-submenu {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0;
  border-left: 1px solid #eee;
  background-color: #fafafa;
  overflow: visible !important;
}

.subheader-unique-subitem {
  display: block;
  padding: 8px 14px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.subheader-unique-subitem:hover {
  background-color: #f1f1f1;
}

.subheader-unique-dropdown,
.subheader-unique-dropdown * {
  overflow: visible !important;
}

/* === Subtle fade animation === */
@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
  .subheader-unique-dropdown .subheader-unique-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .side-cart {
    max-width: 300px !important;
  }
  .hotline-icon {
    width: 38px;
    height: 38px;
  }
  .subheader-right {
    gap: 5px;
  }
  .hotline-text strong {
    font-size: 12px;
  }
}

/* browse category css */

/* === Browse Dropdown === */
.browse-dropdown {
  position: relative;
  z-index: 1000;
}

/* === Toggle Button === */
.category-btn {
  background-color: #fbb200;
  border-radius: 6px;
  padding: 10px 16px;
  border: none;
  font-size: 15px;
  transition: background-color 0.2s ease;
}

.category-btn:hover {
  background-color: #e6a200;
}
.browse-dropdown-menu {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 312px;
  padding: 0;
  list-style: none;
  z-index: 1001;
}

.browse-dropdown-menu.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  height: 500px;
}

/* === Dropdown Items === */
.browse-dropdown-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.browse-dropdown-menu li:last-child {
  border-bottom: none;
}

.browse-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: background-color 0.2s ease;
}

.browse-dropdown-menu .dropdown-item:hover {
  background-color: #f9f9f9;
}

/* === Category Icons === */
.cat-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
}

/* === Submenu === */
.dropdown-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 200px;
  border-radius: 8px;
  padding: 0;
  list-style: none;
  display: none;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.2s ease;
}

.browse-item:hover > .dropdown-submenu {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

/* === Scrollbar for Long Category Lists === */
.browse-dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

.browse-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.browse-dropdown-menu::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.hotline-icon svg {
  color: #000;
}

/* product id  */
/* Main container (holds both columns) */
.productsidslider {
  display: flex;
  flex-direction: row;
  gap: 15px;
  height: 500px; /* You can adjust this */
}

/* 1. Thumbnail Column (Left) */
.slider-left {
  flex: 0 0 100px; /* Fixed width for the thumbnail strip */
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Swiper container for thumbnails */
.slider-left .mySwiper {
  width: 100%;
  height: 100%; /* Take available space between arrows */
}

/* Individual thumbnail slide */
.slider-left .mySwiper .swiper-slide {
  width: 100%;
  height: 100px !important; /* Fixed height for each thumbnail */
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

/* Image inside the thumbnail slide */
.slider-left .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* Style for the ACTIVE thumbnail (like the orange border) */
.slider-left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #d80403; /* Your theme's red color */
}

/* Up/Down Navigation Arrows */
.slider-nav-up,
.slider-nav-down {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative; /* Ensure arrows are positioned correctly */
  z-index: 10;
}

.slider-nav-up:hover,
.slider-nav-down:hover {
  background: #eee;
}

/* Your existing up/down icon styles */
.sliderupicon {
  background: #fff;
  padding: 3px 5px;
  top: 0px;
  position: absolute;
  z-index: 9;
  border-radius: 4px;
}
.sliderdownicon {
  background: #fff;
  padding: 3px 5px;
  /* position: absolute; */
  z-index: 9;
  /* bottom: 11rem;  */
  border-radius: 4px;
}

/* 2. Main Image Column (Right) */
.slider-right {
  flex: 1; /* Take up the remaining space */
  min-width: 0; /* Prevents flexbox overflow */
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden; /* Clips the image to the border-radius */
  background: #fff;
}

/* Swiper container for the main image */
.slider-right .mySwiper2 {
  width: 100%;
  height: 100%; /* Make main image fill its container */
}

/* Main image slide */
.slider-right .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

/* Image inside the main slide */
.slider-right .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Use 'contain' to see the whole image */
}

/* Swiper's built-in < > arrows for main image */
.slider-right .swiper-button-next,
.slider-right .swiper-button-prev {
  color: #d80403; /* Your theme's red color */
  --swiper-navigation-size: 24px; /* Makes arrows smaller */
}

.hover-text-danger:hover {
  color: #d80403 !important;
}

.user-profile {
  padding-left: 8px;
  border-left: 1px solid #ddd;
}

.profileDropdownnew {
  right: 27px;
}

.product-body {
  height: 135px;
}

.contactinfo-footer span,
a {
  font-size: 16px !important;
}

.rounded-4:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.footer-about {
  font-size: 16px !important;
}
.copyright-text {
  font-size: 16px !important;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-icons h6 {
  font-size: 16px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: red !important;
  font-size: 16px;
  background: #ffffff47;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  border-radius: 50%;
}
.col.special-col {
  margin-bottom: 12px;
}

/* category  */
/* --- Wrapper --- */
/* --- 1. Main Wrapper --- */
.browse-category-wrap {
  width: 270px; /* Matches standard sidebar width */
  position: relative;
  z-index: 999; /* Ensures it stays on top of sliders/banners */
}

.category-toggle-btn {
  width: 100%;
  background-color: #fc9790;
  color: #000;
  padding: 14px 20px;
  border: none;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.category-toggle-btn:hover,
.category-toggle-btn.active {
  background-color: #d80403; /* Darker yellow on hover/active */
  color: #ffffff;
}

/* --- 3. Base Menu Styling (Applies to all levels) --- */
.category-menu {
  background: #fff;
  border: 1px solid #eee;
  margin: 0;
  min-width: 250px;
  list-style: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Softer shadow */
}

/* Root Menu Specifics */
.category-menu.level-0 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none; /* Hidden by default */
  border-top: none; /* Seamless connection to button */
  border-radius: 0 0 8px 8px; /* Rounded bottom corners */
}

.category-menu.level-0.show {
  display: block;
}

/* --- 4. Individual Items --- */
.category-item {
  position: relative;
  border-bottom: 1px solid #ddd;
}

/* The Links */
.category-link {
  padding: 11px 20px; /* Match button padding */
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.category-link:hover {
  /* background-color: #fff8e1; Light yellow background on hover */
  color: #d80403; /* Optional: Zenis red for text on hover, or stick to black */
}

/* Icon handling */
.category-link .cat-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 12px;
}

/* --- 5. FLYOUT SUBMENUS --- */
.category-menu.submenu {
  position: absolute;
  left: 100%; /* Push completely right */
  top: 0; /* Align to top of parent item */
  display: none; /* Hidden by default */
  z-index: 100;
  min-width: 230px; /* Slightly narrower for submenus */
  border-radius: 8px; /* Fully rounded corners for submenus */
  animation: fadeInRight 0.2s ease-in-out;
}

/* SHOW submenu on hover */
.category-item:hover > .category-menu.submenu {
  display: block;
}

/* Animation for smoother appearance */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.special-product-text {
  line-height: normal;
}
.special-product-img {
  background-color: #f5f5f5;
  padding: 13px;
  border-radius: 5px;
}
.special-text-heading {
  top: 40px;
  left: 30px;
}

.special-head-sec {
  margin-bottom: 40px;
}
/* Force disable scrolling when this class is added by React */
body.body-no-scroll {
  overflow: hidden !important;
  height: 100vh; /* Prevents mobile safari bounce sometimes */
}
.blogs .card {
  height: 410px;
  padding: 10px;
}
.blogs .card:hover {
  /* box-shadow: 0px 14px 70px 0px rgba(7, 28, 31, 0.14); */
  /* border-color: transparent; */
  /* padding: 13px; */
}
.category-toggle-btn {
  border-radius: 10px 10px 0px 0px !important;
}
.product-card-title a {
  font-size: 15px !important;
}
.product-card-text span {
  font-size: 14px !important;
}
.review-text {
  font-size: 13px !important;
}
.product-detail .description {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}
.product-detail .description p {
  font-size: 16px !important;
}
.review-header {
  font-size: 20px;
}

/* contact css */
.contact-card {
  display: flex;
  align-items: center;
  background: #f5f5f5; /* Light gray background */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 20px 24px;
  max-width: 363px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 115px;
}

.contact-card .icon-box {
  background-color: #d80403;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 16px;
  position: absolute;
  left: -24px;
}

.contact-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: invert(2);
}
.contact-info {
  padding-left: 35px;
}
.contact-info h5 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.contact-info p {
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.4;
}

.contact-fom-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 31px;
  border-radius: 10px;
}

/* contact image */

.contact-image-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.contact-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.contact-image-container .hotline-badge {
  position: absolute;
  bottom: 16px;
  left: -18px;
  background: #d80403;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.contact-image-container .hotline-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-image-container .hotline-text {
  line-height: 1.2;
}

.contact-image-container .hotline-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.contact-image-container .hotline-number {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.contact-image-container .hotline-icon {
  background: #ffb300;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Hero Section */
.hero-section {
  position: relative;
  background-image: url("/assets/imgs/page-banner.webp");
  background-size: cover;
  background-position: center;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero-content {
  max-width: 600px;
}

.brand-title {
  font-size: 50px;
  margin-bottom: 20px;
}

.brand-tagline {
  font-size: 24px;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #f5a623;
  padding: 10px 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

/* About Us Section */
.about-us-main {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
}

.about-us-text {
  flex: 1;
  max-width: 600px;
}

.about-us-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-us-text p {
  font-size: 18px;
  line-height: 1.6;
}

.about-us-image {
  flex: 1;
}

.about-us-image img {
  width: 100%;
  border-radius: 10px;
  max-height: 500px;
  object-fit: cover;
}

/* Our Values Section */
.values-section {
  /* margin-top: 60px; */
  text-align: center;
}

.values-section h2 {
  font-size: 36px;
  /* margin-bottom: 40px; */
}

.values-container {
  display: flex;
  justify-content: space-around;
}

.value-item {
  flex: 1;
  max-width: 300px;
  padding: 20px;
  text-align: center;
}

.value-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.value-item p {
  font-size: 16px;
  color: #666;
}

/* Footer */
.about-us-footer {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}

.about-us-footer p {
  font-size: 16px;
  color: #333;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
    padding: 20px;
  }
  .subheader-logo {
    width: 60px;
  }
  .about-us-main {
    flex-direction: column;
    text-align: center;
  }

  .values-container {
    flex-direction: column;
  }

  .value-item {
    /* margin-bottom: 30px; */
    max-width: 100%;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .category-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .category-menu.show {
    max-height: 600px;
    opacity: 1;
  }
  .category-menu.level-0 {
    top: 60%;
  }
  .footer-mobileview {
    margin-bottom: 70px;
  }
}

.contact-fom-sec textarea.form-control {
  height: 150px !important;
}

ul.dashboard-dec-sidebar li {
  display: flex;
  align-items: flex-start;
}
.wishliscontact {
  font-size: 12px !important;
}

.car-totalsbar {
  color: #000;
  /* background: #ffebee; */
  background: #e9e7e7;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #ffebee;
}

/* footer  */
.iconcenterclass {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* subheader catergory css  */

/* CATEGORY DROPDOWN FIX */

.category-dropdown-wrapper {
  width: 220px;
  position: relative;
}

.category-dropdown {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #d80403;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  color: #222;
  appearance: none; /* removes ugly browser arrow */
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23d80403' height='24' width='24' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

/* Dropdown options styling */
.category-dropdown option {
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #111;
}

/* Firefox hover styling */
.category-dropdown option:hover {
  background: #ffe6e6 !important;
  color: #d80403 !important;
}

/* Selected option styling */
.category-dropdown option:checked {
  background: #d80403;
  color: #fff;
}

/* Improve nested category indenting */
.category-dropdown option[nested] {
  padding-left: 20px;
  font-size: 13px;
  opacity: 0.85;
}
