:root {
  --q-bg: #050507;
  --q-bg-soft: #101015;
  --q-card-bg: #16161d;
  --q-primary: #FF0000;
  --q-primary-soft: rgba(255, 41, 41, 0.18);
  --q-text: #ffffff;
  --q-muted: #747474;
  --q-border: #2a2a35;
  --q-radius-lg: 18px;
  --q-radius-md: 14px;
  --q-radius-pill: 999px;
  --q-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.q-wishlist-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    color: #6B7280;
    transition: all 0.2s ease;
}

.q-wishlist-indicator.active {
    color: #FF0000;
}

.q-wishlist-indicator i {
    font-size: 1.1rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
 font-family: "Inter", sans-serif;
  background-color: var(--q-bg);
  color: var(--q-text);
  overflow-x: hidden;
}

/* Disable scrollbars for horizontal scrollers on some browsers */
.q-category-scroller {
  scrollbar-width: none;
}
.q-category-scroller::-webkit-scrollbar {
  display: none;
}

/* NAVBAR */
.q-nav-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.7));
  z-index: 1030;
}

.q-nav-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.q-navbar {
  /* padding-top: 0.75rem; */
  padding-bottom: 0.75rem;
  background-color: #000;
}

.q-navbar .container-xl {
  position: relative;
}

.logo-main-img{
  height: 50px;
}

.q-search-form .input-group {
  border-radius: var(--q-radius-pill);
  background-color: rgba(15, 15, 22, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

/* Centered desktop search bar */
@media (min-width: 992px) {
  .q-search-form-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(540px, 100% - 260px);
  }
}

.q-search-category {
  border: none;
  background-color: transparent;
  color: #fff !important;
  font-size: 0.9rem;
  padding-inline: 0.9rem;
}
.q-search-category:focus {
  box-shadow: none;
}

.q-search-input {
  border: none;
  background-color: transparent;
  color: var(--q-text);
  font-size: 0.9rem;
  padding-inline: 0.75rem;
}

.q-search-input::placeholder {
  color: #fff;
}

.q-search-input:focus {
  box-shadow: none;
  background-color: transparent;
  color: var(--q-text);
}

.q-search-icon {
  border: none;
  background: transparent;
  color: var(--q-muted);
  padding-right: 0.9rem;
}

/* Right side icons */
.q-icon-btn {
  color: var(--q-muted);
  padding: 0;
  font-size: 1.2rem;
}

.q-icon-btn:hover {
  color: var(--q-primary);
}

.q-login-btn {
  border-radius: 8px;
  /* padding: 0.45rem 1.5rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.16); */
  background-color: transparent;
  color: var(--q-text);
  font-size: 0.88rem;
}

.q-login-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--q-text);
}

/* Cart badge */
.q-badge {
  position: absolute;
  /* top: -4px; */
  right: -8px;
  background-color: var(--q-primary);
  border-radius: 999px;
  padding: 0 0.3rem;
  font-size: 0.6rem;
  color: #fff;
}
   .login-main {
            padding: 60px 0 80px;
        }

/* HERO */
.q-main {
  min-height: 100vh;
}

.q-hero {
  position: relative;
  min-height: 540px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image:
    url("../../images/hero-img.svg");
  background-size: cover;
  background-position: center right;
  box-shadow: var(--q-shadow-soft);
}
.q-badge-pill {
  display: inline-block;
  padding: 0.25rem 0.9rem;
  border-radius: 8px;
  background-color: #420C0B;
  color: var(--q-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.7rem;
  border: 1px solid #5C0B0A;
}
.badge-dot{
  display:inline-block;
  width:8px;
  height:8px;
  background:#ff2b2b;
  border-radius:50%;
  margin-right:6px;
  position:relative;
  top:-1px;
}
.q-letter{
  color:#ff2b2b;
}
.q-hero-title {
  font-size: clamp(5.6rem, 4vw + 1.3rem, 4rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 0.35rem;
}
.q-hero-title span:last-child {
  display: block;
  color: var(--q-text);
}
.q-hero-subtitle {
  color: #fff;
  font-weight: 400;
}
.q-cta-btn {
  border-radius: 11px;
  padding: 0.7rem 1.9rem;
  background: #FF0000 !important;
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(255, 41, 41, 0.5);
}
.q-cta-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}

/* CATEGORY SECTION */
.q-category-section {
  padding: 34px 0 22px;
  background-color: var(--q-bg);
}

.q-section-title {
  font-size: 1.4rem;
  font-weight: 600;
}

/* Category grid: 8 cards in one line on large screens */
.q-category-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .q-category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .q-category-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.q-category-link {
  text-decoration: none;
  color: inherit;
}

.q-category-link:hover {
  color: inherit;
}

/* Custom 5-per-row on large screens */
@media (min-width: 1200px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.q-category-card {
  background-color: var(--q-card-bg);
  border-radius: var(--q-radius-md);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 158px;
  border: 1px solid var(--q-border);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease,
    background-color 0.18s ease;
}

.q-category-card--compact {
  min-width: 0;
  padding: 14px 12px 12px;
  align-items: center;
  text-align: center;
}

.q-category-card--compact .q-category-icon {
  width: 34px;
  height: 34px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.q-category-card--compact .q-category-label {
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.q-category-card--compact .q-category-count {
  font-size: 0.72rem;
}

.q-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.16);
  background-color: #1d1d28;
}

.q-category-label {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.q-category-count {
  color: #fff;
  font-size: 0.78rem;
}

/* FEATURED PRODUCTS */
.q-featured-section {
  padding: 18px 0 72px;
  background-color: var(--q-bg);
}

.q-featured-section--tight {
  padding-top: 8px;
}

.q-section-subtitle {
  color: #6E6E6E;
  font-size: 0.85rem;
  font-weight: 400;
}

.q-viewall-btn {
  border-radius: 10px;
  padding: 0.5rem 1.05rem;
  background: #FF0000 !important;
  color: #fff !important;
  border: none;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(255, 41, 41, 0.28);
}
.view-img{
  width: 20px;
  height: 20px;
}

.q-viewall-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}

.q-product-card {
  height: 100%;
  background-color: var(--q-card-bg);
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.q-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.16);
}

.q-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #0c0c11;
}

.q-product-media img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.02);
}

.q-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.q-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: var(--q-primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.5rem;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.q-discount-badge--green {
  background-color: #25c06d;
}

.q-product-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.q-product-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.q-product-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.78rem;
}

.q-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color:#FF0000;
}

.q-rating i {
  font-size: 0.78rem;
}

.q-rating-text {
  margin-left: 6px;
  color: #fff;
  font-weight: 700;
}
.prod-sub{
  font-size: 13px;
  color: #C0C0C0;
}
.q-meta-sep {
  opacity: 0.65;
}

.q-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 2px;
}

.q-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.q-price-old {
  font-size: 0.85rem;
  color: #C0C0C0;
  text-decoration: line-through;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;
  justify-content: end;
}

.qty-minus,
.qty-plus {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  background-color: #f5f5f5;
  color: #111827;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.qty-count {
  min-width: 16px;
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
}

.q-addcart-btn {
  margin-top: auto;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  background-color: #FF0000 !important;
  color: #fff !important;
  border: none;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-img{
  width: 22px;
  height: 22px;
}

.q-addcart-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}

/* PRODUCT LISTING PAGE */
.q-main-product {
  background-color: var(--q-bg);
}

.product-breadcrumb-strip {
  padding: 16px 0 8px;
  background-color: #050507;
}

.product-breadcrumb {
  font-size: 0.85rem;
  color: #9ca3af;
}

.product-breadcrumb a {
  color: #e5e7eb;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-breadcrumb-sep {
  margin: 0 6px;
}

.product-layout {
  padding: 20px 0 64px;
  background-color: var(--q-bg);
}

.product-sidebar {
  background-color: #050507;
  border-radius: 14px;
  padding: 18px 16px 16px;
}

.product-sidebar-section + .product-sidebar-section {
  /* margin-top: 20px;
  padding-top: 16px; */
  margin-bottom: 30px;
  /* border-top: 1px solid #ccc !important; */
}

.product-sidebar-title {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin: 20px 0px;
}

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

.product-filter-list li + li {
  margin-top: 6px;
}

.product-filter-list a {
  display: block;
  font-size: 0.88rem;
  color: #e5e7eb;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 999px;
}

.product-filter-list li.active a,
.product-filter-list a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.product-filter-list--compact a {
  border-radius: 6px;
  padding-inline: 4px;
}

.product-range-label {
  font-size: 0.8rem;
  color: #9ca3af;
}

.product-range-slider {
  position: relative;
  height: 26px;
  margin-top: 4px;
}
/* Range Inputs */
.product-range-input {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  margin: 0;
  background: #FF0000 ; /* IMPORTANT */
  pointer-events: none;
  -webkit-appearance: none;
}

/* Custom gradient for grey outside, red inside */
.product-range-input::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(to right, #E5E5E5 0%, #E5E5E5 var(--track-fill-start, 0%), #F90606 var(--track-fill-start, 0%), #F90606 var(--track-fill-end, 100%), #E5E5E5 var(--track-fill-end, 100%), #E5E5E5 100%);
  border-radius: 2px;
}

.product-range-input::-moz-range-track {
  height: 4px;
  background: #666;
  border-radius: 2px;
}

/* Thumb (circle) */
.product-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  margin-top: -5px;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.product-range-input::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  pointer-events: auto;
  cursor: pointer;
}

.product-range-value {
  font-size: 0.8rem;
  color: #e5e7eb;
}

.product-vendor-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-vendor-check {
  /* padding: 3px 0; */
  border-radius: 0;
}

.product-vendor-check .form-check-input {
  border-radius: 4px;
  border-color: #4b5563;
  background-color: transparent;
}

.product-vendor-check .form-check-input:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}

.product-vendor-check .form-check-label {
  font-size: 0.85rem;
  color: #e5e7eb;
}

.product-vendor-check .form-check-input:checked + .form-check-label {
  color: #ff0000;
  font-weight: 600;
}

.product-count {
  font-size: 0.9rem;
  color: #e5e7eb;
}

.product-sort-label {
  font-size: 0.85rem;
  color: #9ca3af;
}

.product-sort-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.35rem 0.9rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #18181B;
  color: #e5e7eb;
  font-size: 0.85rem;
  line-height: 1.1;
   overflow: hidden;
}

.product-sort-pill:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.product-sort-value {
  font-weight: 600;
  color: #ffffff;
}

.product-sort-icon {
  font-size: 0.8rem;
  color: #9ca3af;
}

.product-view-toggle {
    background-color: #18181B;
    padding: 2px;
    border: 1px solid var(--q-border);
    border-radius: 4px;
}

.product-view-btn {
  border-radius: 8px;
  border: none;
  color: #9ca3af;
  padding: 3px 7px;
  font-size: 0.85rem;
}

.product-view-btn i {
  font-size: 0.95rem;
}

.product-view-btn.active {
  background-color: #27272A;
  color: #ffffff;
}
.product-view-btn img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(7%) saturate(316%) hue-rotate(180deg) brightness(92%) contrast(87%);
}
.product-view-btn.active img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(7486%) hue-rotate(0deg) brightness(97%) contrast(119%);
}
/* LIST VIEW STYLES */
.row.list-view {
  display: flex;
  flex-direction: column;
}

.row.list-view [class*="col-"] {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row.list-view .q-product-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 200px;
}

.row.list-view .q-product-card .q-product-media {
  flex: 0 0 200px;
  max-width: 200px;
}

.row.list-view .q-product-card .q-product-media img {
  height: 132%;
  object-fit: cover;
}

.row.list-view .q-product-card .q-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

/* STATS STRIP */
.q-stats-strip {
  padding: 26px 0 34px;
  background-color:#1A1A1A;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.q-stat-item {
  color: #ffffff;
}

.q-stat-value {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.q-stat-prefix {
  margin-right: 2px;
}

.q-stat-suffix {
  margin-left: 2px;
}

.q-stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--q-muted);
}

/* FEATURES SECTION */
.q-features-section {
  padding: 64px 0;
  background-color: var(--q-bg);
}

.q-feature-card {
  text-align: center;
  padding: 32px 24px;
}

.q-feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0, #ff7b3b, #ff2929 65%, #460000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
}

.q-feature-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--q-text);
}

.q-feature-desc {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* OUR GROWING NETWORK */
.q-network-section {
  padding: 72px 0;
  background-color: var(--q-bg);
}

.q-network-header {
  margin-bottom: 48px;
}

.q-network-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--q-text);
}

.q-network-title-underline {
  position: relative;
  display: inline-block;
}

.q-network-title-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 70%;
  height: 4px;
  background: #ff2d2d;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(255, 45, 45, 0.7);
}

.q-network-subtitle {
  color: #fff;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.q-network-card {
  background-color: var(--q-card-bg);
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius-lg);
  padding: 40px 32px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.q-network-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.16);
}



.q-network-card-label {
  color: var(--q-primary);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.q-network-card-value {
  font-size: 3rem;
  font-weight: 800;
  color: var(--q-text);
  margin-bottom: 12px;
  line-height: 1;
}

.q-network-card-suffix {
  margin-left: 4px;
}

.q-network-card-underline {
  width: 60px;
  height: 3px;
  background-color: var(--q-primary);
  margin: 0 auto;
}

/* WHY CHOOSE QITUP CTA */
.q-cta-section {
  padding: 80px 0;
  background: #F90606;
  position: relative;
  overflow: hidden;
}

.q-cta-content {
  position: relative;
  z-index: 1;
}

.q-cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.q-cta-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.q-cta-buttons {
  margin-top: 32px;
}

.q-cta-btn-black {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.q-cta-btn-black:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.q-cta-btn-white {
  background-color: #fff;
  color: var(--q-primary);
  border: 2px solid var(--q-primary);
  border-radius: 10px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.q-cta-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  background-color: #fff;
  color: var(--q-primary);
}

/* FOOTER */
.q-footer {
  padding: 64px 0 32px;
  background-color: #000;
}

.q-footer-brand {
  margin-bottom: 24px;
}

.q-footer-top-row {
  position: relative;
  padding-top: 24px;
}

/* Full width top divider */
.q-footer-top-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #ffffff;
}
.q-footer-tagline {
  color: var(--q-text);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

.q-footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: var(--q-text);
  margin-bottom: 16px;
}

.q-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.q-footer-links li {
  margin-bottom: 10px;
}

.q-footer-links a {
  color: var(--q-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.q-footer-links a:hover,
.q-footer-links a.active {
  color: var(--q-primary);
}
.q-footer-copyright {
  position: relative;
  padding-top: 32px;
  color: var(--q-text);
  font-size: 0.85rem;
  text-align: center;
}

/* Full-width border line */
.q-footer-copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;          
  height: 1px;
  background: #ffffff;
   
}

.q-footer-copyright p {
  margin: 0;
}

/* Mobile horizontal scroller */
.q-category-scroller {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

/* Offcanvas */
.q-offcanvas {
  background: radial-gradient(circle at top left, #32202a 0, #050507 50%, #050507 100%);
}

.q-offcanvas-link {
  color: var(--q-muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.q-offcanvas-link:hover {
  color: var(--q-text);
}

/* Small screens */
@media (max-width: 991.98px) {
  .q-navbar {
    padding-inline: 0.75rem;
  }

  .navbar-toggler {
   border:none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .q-hero {
    min-height: 480px;
    padding-top: 24px;
    padding-bottom: 48px;
    background-position: center center;
  }

  .q-hero-title {
    font-size: 2.4rem;
  }

  .q-hero-subtitle {
    font-size: 0.9rem;
  }

  .q-category-section {
    padding-top: 24px;
  }

  .q-features-section {
    padding: 48px 0;
  }

  .q-feature-card {
    padding: 24px 16px;
  }

  .q-network-section {
    padding: 48px 0;
  }

  .q-network-title {
    font-size: 2rem;
  }

  .q-network-card {
    padding: 32px 24px;
  }

  .q-network-card-value {
    font-size: 2.4rem;
  }

  .q-cta-section {
    padding: 60px 0;
  }

  .q-cta-title {
    font-size: 2.2rem;
  }

  .q-cta-subtitle {
    font-size: 1rem;
  }

  .q-footer {
    padding: 48px 0 24px;
  }
}

/* Extra small */
@media (max-width: 575.98px) {
  .q-hero-title {
    font-size: 2.1rem;
  }

  .q-hero {
    padding-inline: 0.75rem;
  }

  .q-section-title {
    font-size: 1.2rem;
  }

  .q-category-card {
    min-width: 150px;
  }

  .q-features-section {
    padding: 40px 0;
  }

  .q-feature-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .q-feature-title {
    font-size: 1.1rem;
  }

  .q-feature-desc {
    font-size: 0.9rem;
  }

  .q-network-section {
    padding: 40px 0;
  }

  .q-network-title {
    font-size: 1.8rem;
  }

  .q-network-subtitle {
    font-size: 0.9rem;
  }

  .q-network-card {
    padding: 28px 20px;
  }

  .q-network-card-value {
    font-size: 2rem;
  }

  .q-cta-section {
    padding: 48px 0;
  }

  .q-cta-title {
    font-size: 1.8rem;
  }

  .q-cta-subtitle {
    font-size: 0.95rem;
  }

  .q-cta-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .q-cta-btn-black,
  .q-cta-btn-white {
    width: 100%;
  }

  .q-footer {
    padding: 40px 0 20px;
  }

  .q-footer-heading {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .q-footer-links a {
    font-size: 0.85rem;
  }
}

/* 10-03-2026 */

/* .qty-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  justify-content: end;
} */

.qty-minus,
.qty-plus {
  width: 26px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  background-color: #f5f5f5;
  color: #111827;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qty-count {
  min-width: 16px;
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
} 

/* 12-03-2026 */

.q-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:40px;
}

.q-page{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:36px;
    height:36px;
    padding:0 10px;
    border-radius:8px;
    border:1px solid #2a2a2a;
    background:#111;
    color:#ddd;
    font-size:14px;
    text-decoration:none;
    transition:0.2s;
}

.q-page:hover{
    background:#ff2c2c;
    border-color:#ff2c2c;
    color:#fff;
}

.q-page.active{
    background:#ff2c2c;
    border-color:#ff2c2c;
    color:#fff;
    font-weight:600;
}

.q-page.disabled{
    opacity:0.4;
    pointer-events:none;
}

.q-page.dots{
    border:none;
    background:transparent;
}

/* 16-03-2026 */

.page-container {
            max-width: 680px;
            margin: 0 auto;
        }

        .back-link {
            color: #6c757d;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            transition: color 0.2s;
        }

        .back-link:hover {
            color: #343a40;
        }

        .back-link i {
            margin-right: 0.5rem;
            font-size: 1.1rem;
        }

        .review-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            /* Soft shadow */
        }

        .review-title {
            font-weight: 800;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            color: #000;
        }

        .product-info-box {
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 1rem;
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }

        .product-image {
            width: 72px;
            height: 72px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 1.25rem;
            background-color: #1a1a1a;
            /* Backup color */
        }

        .product-name {
            font-weight: 700;
            font-size: 1.15rem;
            margin-bottom: 0.25rem;
            color: #000;
        }

        .product-brand {
            color: #6c757d;
            font-size: 0.95rem;
            font-weight: 500;
            margin: 0;
        }

        .section-label {
            font-size: 0.75rem;
            font-weight: 700;
            color: #7b838a;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }

        .rating-stars {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 2rem;
        }

        .rating-stars i {
            font-size: 1.75rem;
            color: #ff0015;
            cursor: pointer;
            transition: color 0.2s;
        }

        .rating-text {
            color: #adb5bd;
            font-size: 0.95rem;
            margin-left: 0.5rem;
            font-weight: 500;
        }

        .custom-input,
        .custom-textarea {
            background-color: #f8f9fa;
            border: 1px solid transparent;
            border-radius: 8px;
            padding: 0.875rem 1.25rem;
            font-size: 1rem;
            color: #212529;
            width: 100%;
            transition: all 0.2s ease-in-out;
            font-weight: 500;
        }

        .custom-input:focus,
        .custom-textarea:focus {
            outline: none;
            background-color: #ffffff;
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
        }

        .custom-input::placeholder,
        .custom-textarea::placeholder {
            color: #adb5bd;
            font-weight: 400;
        }

        .custom-textarea {
            min-height: 120px;
            resize: vertical;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .add-photo-box {
            width: 80px;
            height: 80px;
            border: 2px dashed #ced4da;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #868e96;
            cursor: pointer;
            transition: all 0.2s;
            background-color: transparent;
        }

        .add-photo-box:hover {
            border-color: #6c757d;
            background-color: #f8f9fc;
            color: #495057;
        }

        .add-photo-box i {
            font-size: 1.5rem;
            margin-bottom: 0.2rem;
        }

        .add-photo-box span {
            font-size: 0.8rem;
            font-weight: 600;
        }

        .action-buttons {
            display: flex;
            gap: 1rem;
            margin-top: 2.5rem;
        }

        .btn-submit {
            background-color: #ff0015;
            color: white;
            font-weight: 700;
            font-size: 1rem;
            padding: 1rem 1.5rem;
            border-radius: 10px;
            border: none;
            width: 100%;
            transition: all 0.2s;
        }

        .btn-submit:hover {
            background-color: #e60012;
            color: white;
            box-shadow: 0 4px 12px rgba(255, 0, 21, 0.2);
        }

        .btn-cancel {
            background-color: white;
            color: #000;
            font-weight: 700;
            font-size: 1rem;
            padding: 1rem 1.5rem;
            border-radius: 10px;
            border: 1px solid #e9ecef;
            width: 100%;
            transition: all 0.2s;
        }

        .btn-cancel:hover {
            background-color: #f8f9fa;
            border-color: #dee2e6;
        }

        .btn-submit-wrapper {
            flex: 3.5;
        }

        .btn-cancel-wrapper {
            flex: 1;
        }

        /* Responsive adjustments */
        @media (max-width: 576px) {
            .review-card {
                padding: 1.5rem;
            }

            .action-buttons {
                flex-direction: column;
                gap: 1rem;
            }

            .btn-submit-wrapper,
            .btn-cancel-wrapper {
                flex: none;
                width: 100%;
            }

            .review-title {
                font-size: 1.6rem;
            }

            .rating-stars i {
                font-size: 1.5rem;
            }

            /* body {
                padding: 1.5rem 1rem;
            } */
        }

        label.error{
    color:red;
    font-size:14px;
    margin-top:5px;
    display:block;
}

/* 17-03-2026 */

.link-1 {
      color: #9CA3AF !important;
      white-space: nowrap;
      font-size: 18px;
      font-weight: 400;
    }

    .link-2 {
      white-space: nowrap;
      font-size: 14px;
    }

    .orange-font {
      color: #F90606;
      white-space: nowrap;
    }

    .qty-box {
      border-radius: 6px;
      overflow: hidden;
    }

    .qty-btn {
      width: 35px;
      height: 35px;
      border: none;
      background: #f5f5f5;
      font-size: 18px;
      cursor: pointer;
      transition: 0.2s;
    }

    .qty-btn:hover {
      background: #F90606;
      color: #fff;
    }

    .qty-number {
      width: 50px;
      border: none;
      outline: none;
      font-weight: 600;
      background: #fff;
    }

    .orange-outline {
      border: 1px solid #F90606;
      height: 50px !important;
    }

    .orange-outline:hover {
      border: 1px solid #F90606;
    }

    .orange-backround {
      background-color: #F90606;
      color: white !important;
      height: 50px;
    }

    .orange-backround:hover {
      color: black !important;
      border: 1px solid;
      background-color: #F90606;
    }

    .badge-off {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #F90606;
      color: #fff;
      font-size: 12px;
      padding: 5px 10px;
      border-radius: 20px;
      font-weight: 600;
    }

    .stock-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000000;
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10; /* above overlay */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

    .brand {
      color: #999;
      font-size: 12px;
      letter-spacing: 1px;
    }

    .rating i {
      color: #F90606;
      font-size: 14px;
    }

    .new-price {
      font-weight: 700;
      font-size: 18px;
    }

    .old-price {
      text-decoration: line-through;
      color: #aaa;
      margin-left: 8px;
    }

    /* Tabs */
    .custom-tabs {
      gap: 30px;
    }

    .custom-tabs .nav-link {
      border: none;
      background: none;
      color: #777;
      font-weight: 500;
      padding: 10px 0;
      position: relative;
    }

    .custom-tabs .nav-link:hover {
      color: #000;
    }

    .custom-tabs .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 0;
      height: 2px;
      background: #F90606;
      transition: 0.3s;
    }

    .custom-tabs .nav-link:hover::after {
      width: 100%;
    }

    .custom-tabs .nav-link.active {
      color: #000;
      font-weight: 600;
    }

    .custom-tabs .nav-link.active::after {
      width: 100%;
    }

    /* Card Box */
    .tab-box {
      background: #fff;
      border-radius: 8px;
      padding: 30px;
      margin-top: 20px;
    }

    /* Specification list */
    .spec-row {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      font-size: 14px;
    }

    .spec-row:last-child {
      border-bottom: none;
    }

    /* Review */
    .rating-big {
      font-size: 48px;
      font-weight: 700;
    }

    .progress {
      height: 6px;
      background: #eee;
    }

    .progress-bar {
      background: #F90606;
    }

    .review-btn {
      background: #F90606;
      color: #fff;
      border: none;
      padding: 10px 25px;
      border-radius: 30px;
    }

    /* Responsive */
    @media(max-width:768px) {
      .spec-row {
        flex-direction: column;
        gap: 5px;
      }
    }

    .guarantee-text {
      font-size: 14px;
      line-height: 1.3;
      word-break: break-word;
    }

    /* Mobile adjustments */
    @media (max-width:576px) {

      .guarantee-text {
        font-size: 13px;
      }
    }

    .review-card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 25px;
      margin-bottom: 20px;
    }

    .profile-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #e6e6e6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
    }

    .review-name {
      font-weight: 600;
    }

    .review-date {
      font-size: 13px;
      color: #888;
    }

    .review-title {
      font-weight: 700;
      margin-top: 10px;
    }

    .review-text {
      color: #555;
      font-size: 14px;
    }

    .review-stars {
      color: #F90606;
      font-size: 14px;
    }

    .helpful {
      font-size: 13px;
      margin-top: 10px;
      color: #777;
      cursor: pointer;
    }

    .reviews {
      background: #f7f7f7;
      font-family: Arial;
    }
    .badge-pill-custom{
    background: #cfe8d6;
    color: #16A34A;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 7px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    height: 25px;
}

.rating-pill{
    background:#cfe8d6;
    color:#16A34A;
    font-weight:700;
    border-radius:20px;
    padding:8px 18px;
    font-size:20px;
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.rating-pill i{
    font-size:18px;
}

@media (max-width:576px){

.badge-pill-custom,
.rating-pill{
    font-size:16px;
    padding:6px 14px;
}

}

.product-sort-pill option{
  background-color: #000 !important;
  color: #fff;
}

.product-sort-pill{
    padding:8px 16px;
    border:1px solid #333;
    border-radius:5px;
    cursor:pointer;
}

.sort-overlay{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
    
}

.product-sort-select {
    color: #fff; /* selected text */
}

.product-sort-select option {
    background-color: #000;
    color: #fff !important;
}

/* 23-03-2026 */

.icon-img {
  width: 16px;
  height: auto;
  margin-top: 10px;
}

/* Modern Wallet Toggle */
.wallet-toggle-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wallet-toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}

.wallet-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.wallet-toggle-switch {
  position: relative;
  width: 56px;
  height: 30px;
  background-color: #e9ecef;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wallet-toggle-switch::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Checked state */
.wallet-toggle-input:checked + .wallet-toggle-switch {
  background: linear-gradient(135deg, #D32F2F 0%, #ff4757 100%);
  box-shadow: 0 0 12px rgba(211, 47, 47, 0.4);
}

.wallet-toggle-input:checked + .wallet-toggle-switch::before {
  transform: translateX(26px);
}

/* Hover effect */
.wallet-toggle-label:hover .wallet-toggle-switch {
  background-color: #dee2e6;
}

.wallet-toggle-label:hover .wallet-toggle-input:checked + .wallet-toggle-switch {
  background: linear-gradient(135deg, #c62828 0%, #e53935 100%);
}

/* Text styling */
.wallet-toggle-text {
  color: #495057;
  font-weight: 500;
  transition: color 0.2s ease;
}

.wallet-toggle-label:hover .wallet-toggle-text {
  color: #D32F2F;
}

.wallet-toggle-input:checked ~ .wallet-toggle-text {
  color: #D32F2F;
}

/* Balance badge */
.wallet-toggle-balance {
  background-color: #f1f3f5;
  color: #495057;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.wallet-toggle-input:checked ~ .wallet-toggle-balance {
  background-color: rgba(211, 47, 47, 0.1);
  color: #D32F2F;
}

/* Disabled state */
.wallet-toggle-input:disabled + .wallet-toggle-switch {
  background-color: #dee2e6;
  opacity: 0.5;
  cursor: not-allowed;
}

.wallet-toggle-input:disabled ~ .wallet-toggle-text,
.wallet-toggle-input:disabled ~ .wallet-toggle-balance {
  opacity: 0.5;
}

.wallet-toggle-note {
  font-size: 12px;
  margin-left: 40px;
}
.delivery-text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9CA3AF;
  line-height: 1; /* important to avoid cut */
  display: flex;
  align-items: center;
}
    .back-cart{
        color: #6B7280;
        font-size: 14px;
        font-weight: 500;
    }
    .checkout{
        color: #000000;
        font-size: 28px;
        font-weight: 800;
    }
    .default{
        color: #D32F2F;
        background-color: #D32F2F1A;
    }
    .check-address{
        color: #4B5563;
        font-size: 14px;
    }
    .add-new{
        color: #D32F2F;
    }
    .current-balance{
        color: #71717A;
        font-size: 14px;
    }
    .current-price{
        font-size: 24px;
        font-weight: 900;
    }
    .suff-balance{
        color: #71717A;
        font-size: 12px;
    }
    .order-sub{
        color: #6B7280;
        font-size: 14px;
    }
    .summary-sub{
        color: #9CA3AF;
        font-size: 10px;
    }
    .summary-sub2{
        color: #4B5563;
        font-size: 12px;
    }
     .sub-total{
        color: #475569 ;
    }
    .summary-price{
        color: #0F172A;
    }
    .summary-free{
        color: #16A34A;
    }
    .total{
        color: #0F172A;
    }
    .total-price{
        color: #0F172A;
        font-weight: 900 !important;
    }

    .checkout-label{
        white-space: nowrap;
    }
    .form-switch .form-check-input{
         background-color: #F90707 !important;
    }
    .form-switch .form-check-input:checked{
        background-color: #F90707 !important;
    }
    @media(max-width:1080px){
        .pay-wallet-box{
            display: flex;
            flex-direction: column !important;
        }
    }

    /* 24-03-2026 */

    .account-main {
  background-color: #F5F5F5;
}

.account-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}

.account-sidebar {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 0;
  overflow: hidden;
}

.account-user-card {
  background-color: #f90606;
  color: #ffffff;
  padding: 20px 18px;
}

.account-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #f90606;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.account-user-name {
  font-weight: 600;
  margin-bottom: 2px;
}

.account-user-email {
  font-size: 0.85rem;
  word-wrap: break-word;
}

.account-nav {
  padding: 10px 0;
}

.account-nav-item {
  display: block;
  padding: 10px 18px;
  font-size: 16px;
  color: #475569;
  text-decoration: none;
  font-weight: 400;
}

.account-nav-item.active {
  color: #f90606;
  font-weight: 500;
  background-color: #FEF2F2;
}

.account-nav-item-logout {
  color: #f90606;
  /* border-top: 1px solid #f3f4f6; */
  margin-top: 4px;
}
.account-address-main{
        background-color: #f5f5f5 !important;
}

.account-address-main {
  background-color: transparent;
}

.account-address-section {
  background-color: transparent;
}

.account-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.account-address-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.account-add-new-btn {
  border-radius: 8px;
  background-color: #F90606 !important;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.account-add-new-btn:hover {
  filter: brightness(1.05);
  color: #ffffff;
}

.account-address-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.account-address-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 16px 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.03);
}

.account-address-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.account-address-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.account-address-name {
  font-weight: 700;
  color: #111827;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.account-default-pill {
  background-color: #FEF2F2;
  color: #F90606;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 0.2rem 0.6rem;
}

.account-address-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-action-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background-color: transparent;
  color: #ff0000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.account-action-btn:hover {
  background-color: rgba(255, 0, 0, 0.07);
}

.account-address-lines {
  margin-top: 10px;
  color: #4B5563;
  font-size: 14px;
  line-height: 22.75px;
}

.account-address-line-bold {
  font-weight: 600;
  color: #111827;
}
.account-address-line-bold span{
  font-weight: 600;
  color: #4B5563;
}

.account-edit-btn {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.account-secondary-btn {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-size: 0.85rem;
  padding-inline: 20px;
}

@media (max-width: 767.98px) {
  .account-main {
    padding-top: 1.25rem;
  }

 
}

/* ADDRESS FORM SPECIFIC STYLES */
.back-link {
  color: #6B7280;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.back-link:hover {
  color: #374151;
}

.address-form-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

@media (max-width: 576px) {
  .address-form-card {
    padding: 24px;
  }
}

.form-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.custom-checkbox {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 6px !important;
  cursor: pointer;
  box-shadow: none !important;
}
.custom-checkbox:checked {
  background-color: #F90606 !important;
  border-color: #F90606 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.btn-red {
  background-color: #F90606 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  border: none !important;
  font-size: 1rem !important;
}
.btn-red:hover {
  background-color: #dc0505 !important;
}

/* Add Address Cancel Button */
.btn-cancel-text {
  color: #6B7280 !important;
  font-weight: 600 !important;
  background: transparent !important;
  border: none !important;
  padding: 12px 24px !important;
  font-size: 0.95rem !important;
}
.btn-cancel-text:hover {
  color: #374151 !important;
}

/* Edit Address Cancel Button */
.btn-cancel-outline {
  background-color: #ffffff !important;
  color: #111827 !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  border: 1px solid #111827 !important;
  font-size: 1rem !important;
}
.btn-cancel-outline:hover {
  background-color: #F9FAFB !important;
}


.nop {
    color: #ffffff  !important;
    text-shadow: 2px 5px 19px rgb(173 166 166);
    font-size: 1.4rem;
    font-weight: 600;
}

/* 27-03-2026 */

.shop-category-dark {
        background-color: #050507;
        padding: 50px 0;
        font-family: 'Inter', sans-serif;
        color: #fff;
      }
      .shop-category-dark-title {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: -0.5px;
      }
      .shop-category-dark-subtitle {
        color: #a3a3a3;
        font-size: 15px;
        margin-bottom: 40px;
      }
      .shop-category-dark-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-bottom: 48px;
        justify-items: center;
      }
      .shop-category-dark-card {
        background-color: #161616;
        border-radius: 16px;
        padding: 40px 20px;
        width: 100%;
        max-width: 300px;
        text-align: center;
        text-decoration: none;
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      .shop-category-dark-card:hover {
        transform: translateY(-5px);
        background-color: #1c1c1c;
      }
      .shop-category-dark-icon-wrap {
        width: 68px;
        height: 68px;
        background-color: #2a0b0b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
      }
      .shop-category-dark-icon-wrap svg {
        width: 28px;
        height: 28px;
        stroke: #f01414;
      }
      .shop-category-dark-card-title {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .shop-category-dark-card-count {
        color: #a3a3a3;
        font-size: 13px;
      }
      .shop-category-dark-btn-wrap {
        text-align: center;
        margin-top: 10px;
      }
      .shop-category-dark-btn {
        display: inline-flex;
        align-items: center;
        background-color: #ffffff;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        padding: 14px 30px;
        border-radius: 30px;
        text-decoration: none;
        transition: background-color 0.3s;
      }
      .shop-category-dark-btn:hover {
        background-color: #f3f4f6;
        color: #000000;
      }
      .shop-category-dark-btn span {
        color: #f01414;
        margin-left: 10px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
      }
      @media (max-width: 991px) {
        .shop-category-dark-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 575px) {
        .shop-category-dark-grid {
          grid-template-columns: 1fr;
        }
      }


      .shop-category-light {
      background-color: #ffffff;
      padding: 60px 0;
      font-family: 'Inter', sans-serif;
    }
    .shop-category-light-title {
      color: #111827;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .shop-category-light-subtitle {
      color: #6b7280;
      font-size: 15px;
      margin-bottom: 30px;
    }
    .shop-category-light-carousel-wrapper {
        position: relative;
    }

    .shop-category-light-carousel {
        margin-bottom: 30px;
    }

    .shop-category-light-carousel .owl-item {
        padding: 0 8px;
    }

    .shop-category-light-carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        padding: 0 10px;
        margin-top: 0 !important;
    }

    .shop-category-light-carousel .owl-nav [class*="owl-"] {
        background: rgba(0, 0, 0, 0.6) !important;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        padding: 0 !important;
        pointer-events: auto;
        opacity: 1;
    }

    .shop-category-light-carousel .owl-nav [class*="owl-"]:hover {
        background: rgba(0, 0, 0, 0.8) !important;
    }

    .shop-category-light-carousel .owl-nav [class*="owl-"] i {
        color: #ffffff !important;
        font-size: 20px;
    }

    .shop-category-light-carousel .owl-nav .owl-prev {
        margin-left: -20px !important;
    }

    .shop-category-light-carousel .owl-nav .owl-next {
        margin-right: -20px !important;
    }

    .shop-category-light-card-item {
        display: flex;
        padding-top: 15px;
        align-items: stretch;
    }

    .shop-category-light-card {
      background-color: #1e1e1e;
      border-radius: 12px;
      padding: 24px 14px;
      text-align: center;
      text-decoration: none;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      min-height: 200px;
    }
    .shop-category-light-card:hover {
      transform: translateY(-1px);
      border-radius: 12px;
    }
    .shop-category-light-icon-wrap {
      width: 54px;
      height: 54px;
      background-color: #381010;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }
    .shop-category-light-icon-wrap svg {
      width: 24px;
      height: 24px;
      stroke: #f01414;
    }
    .shop-category-light-card-title {
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 6px;
      white-space: normal;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .shop-category-light-card-count {
      color: #9ca3af;
      font-size: 12px;
      white-space: nowrap;
    }
    
    .shop-category-stats-divider {
      height: 1px;
      background-color: #f1f5f9;
      margin: 40px 0 30px 0;
      border: none;
    }
    .shop-category-stats {
      display: flex;
      gap: 70px;
      align-items: center;
      margin-bottom: 20px;
    }
    .shop-category-stat-val {
      color: #0f172a;
      font-size: 26px;
      font-weight: 800;
      margin-bottom: 4px;
      line-height: 1.2;
    }
    .shop-category-stat-label {
      color: #64748b;
      font-size: 13px;
    }
    @media (max-width: 575px) {
      .shop-category-stats {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
      }
    }

  /* 01-04-2026 */

  /* Mobile Bottom Nav CSS */
  /* @media (max-width: 991px) {
    body {
      padding-bottom: 70px !important;
    }
  } */
  .q-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    z-index: 1030;
  }
  .navbar-toggler-icon{
    font-size: 15px;
  }


  /* 02/04/26 */
  .no-vendors{
    color: #fff !important;
  }
  .carousel-item img{
    height: 450px !important;
  }

  @media(max-width:991px){
    .carousel-item img{
    height: 350px !important;
  }
  }
  @media(max-width:767px){
  .carousel-item img{
    height: 250px !important;
  }
   .orange-outline{
    width: 100% !important;
  }
  .orange-backround{
    width: 100% !important;
    margin-top: 10px;
  }
  .cart-box{
    width: 100% !important;
  }
  }

  .product-card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease;
      height: 100%;
    }

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

    .product-img {
      position: relative;
      background: #000;
      padding: 0;
      text-align: center;
    }

    .product-img img {
      height: 272px;
      width: 100%;
      object-fit: cover;
    }

    .wishlist-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
      background: none;
      border: none !important;
      border: 1px solid #e5e5e5;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      cursor: pointer;
    }

    .wishlist-btn i {
      color: #fff;
    }

    .wishlist-btn.active i {
      color: #F90606;
    }

    .out-of-stock-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 273px;
  background: rgba(0, 0, 0, 0.5); /* adjust dim level */
  z-index: 5;
  border-radius: inherit;
}

.register-main {
    padding: 60px 0 80px;
}
.menu-item{
  border-bottom: 1px solid #F1F5F9;
}

.sameclass{
  font-size: 14px;
}

/* ========================================
   Mobile Account Menu Styles (Responsive)
   ======================================== */
.mobile-account-menu-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  margin-bottom: 20px;
}

.mobile-account-user-card {
  background-color: #f90606;
  color: #ffffff;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-account-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #f90606;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.mobile-account-user-info {
  flex-grow: 1;
  min-width: 0;
}

.mobile-account-user-name {
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-account-user-email {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-account-nav-list {
  padding: 12px 0;
}

.mobile-account-nav-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #475569;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
}

.mobile-account-nav-item:hover {
  background-color: #f8fafc;
}

.mobile-account-nav-item.active {
  color: #f90606;
  background-color: #FEF2F2;
  font-weight: 600;
}

.mobile-account-nav-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
}

.mobile-account-nav-icon img {
  width: 20px;
  height: 20px;
}

.mobile-account-nav-text {
  flex-grow: 1;
  text-align: left;
}

.mobile-account-logout-btn {
  color: #ef4444;
  border-top: 1px solid #f3f4f6;
  margin-top: 8px;
  padding-top: 14px;
}

.mobile-account-logout-btn:hover {
  background-color: #fef2f2;
}

.no-categories-message{
  align-items: center;
  display: flex;
  justify-content: center;
}

/* 07-05-2026 */

.order-history-title {
  font-size: 20px;
  font-weight: 700;
  color: #0F172A;
  padding: 10px 0;
}

.order-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-card-row {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
  border: 1px solid #f1f5f9;
}

.order-card-row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: inherit;
}

.order-left {
  display: flex;
  flex-direction: column;
}

.order-id-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.order-id {
  font-weight: 700;
  color: #0F172A;
  font-size: 16px;
}

.order-status {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

.order-status.delivered {
  background-color: #dcfce7;
  color: #15803d;
}

.order-status.shipped {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.order-status.confirmed {
  background-color: #fef3c7;
  color: #b45309;
}

.order-date {
  font-size: 12px;
  color: #94A3B8;
  margin-bottom: 12px;
}

.order-images {
  display: flex;
  gap: 8px;
}

.order-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #f8fafc;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}

.order-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-price {
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
}

.order-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #cbd5e1;
}

@media (max-width: 767.98px) {
  .account-main {
    padding-top: 1.25rem;
  }
}

.order-page-main {
      background-color: #f7f8fa;
      min-height: calc(100vh - 68px - 240px);
      padding: 2.5rem 0 3rem;
    }
    .order-back-link {
      font-size: 0.88rem;
      font-weight: 500;
      color: #000 !important;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 1.5rem;
      transition: color 0.2s;
    }
    .order-back-link:hover { color: #FF0000 !important; }

    .order-card {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 18px rgba(0,0,0,0.055);
      border: 1px solid #eeeff2;
      padding: 28px 30px;
      margin-bottom: 1.25rem;
    }
    @media (max-width: 576px) {
      .order-card { padding: 18px 16px; }
    }

    /* Order header */
    .order-id-title {
      font-size: 24px !important;
      font-weight: 800;
      color: #000000;
      letter-spacing: -0.5px;
      margin-bottom: 4px;
    }
    .order-date { font-size: 14PX; color: #6B7280; }
    .invoice-link {
      font-size: 0.83rem;
      font-weight: 700;
      color: #F90606 !important;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
    .invoice-link:hover { color: #cc0000 !important; }

    /* ===== TRACKER (DESKTOP) ===== */
    .tracker-desktop-wrap {
      position: relative;
      padding: 0 20px;
      margin: 2rem 0 1.5rem;
    }
    .tracker-line-track {
      position: absolute;
      top: 20px;
      left: calc(20px + 40px);
      right: calc(20px + 40px);
      height: 3px;
      background: #e9ecef;
      z-index: 0;
    }
    .tracker-line-fill {
      position: absolute;
      top: 0; left: 0;
      height: 100%;
      background: #FF0000;
      border-radius: 2px;
      width: 60%; /* shipped = 4th of 6 steps */
    }
    .tracker-steps-row {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 1;
    }
    .t-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      color:#F90606 !important;
    }
    .t-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.88rem;
      font-weight: 700;
      background: #f1f3f5;
      color: #adb5bd;
      margin-bottom: 10px;
      position: relative;
      z-index: 2;
      transition: all 0.2s;
    }
    .t-step.done .t-circle {
      background: #FF0000;
      color: #fff;
    }
    .t-step.active .t-circle {
      background: #FF0000;
      color: #fff;
    }
    .t-label {
      font-size:11px !important;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #9CA3AF !important;
      text-align: center;
      line-height: 1.2;
    }
    .t-step.done .t-label,
    .t-step.active .t-label {
      color: #F90606 !important;
    }

    /* ===== TRACKER (MOBILE) ===== */
    .tracker-mobile-wrap {
      padding: 0.5rem 0 1rem;
    }
    .tracker-mobile-current {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff8f8;
      border: 1px solid #ffdddd;
      border-radius: 10px;
      padding: 12px 16px;
    }
    .tracker-mobile-icon {
      width: 36px;
      height: 36px;
      background: #FF0000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1rem;
      flex-shrink: 0;
      box-shadow: 0 0 0 4px #ffebeb;
    }
    .tracker-mobile-label {
      font-size: 0.78rem;
      font-weight: 800;
      color: #FF0000;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .tracker-mobile-sub { font-size: 0.76rem; color: #888; margin-top: 2px; }

    /* Tracking ID bar */
    .tracking-id-bar {
      background: #f8f9fa;
      border-radius: 10px;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.86rem;
      color: #000000 !important;
      margin-top: 0.5rem;
    }
    .tracking-id-bar i { font-size: 1.1rem; color: #888; }
    .tracking-id-bar strong { color: #000000; }

    /* ===== ORDER ITEMS ===== */
    .order-section-title {
      font-size: 18PX !important;
      font-weight: 700;
      color: #000000 !important;
      margin-bottom: 1.2rem;
    }
    .order-item-row {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-bottom: 1rem;
    }
    .order-item-row + .order-item-row {
      padding-top: 1rem;
      border-top: 1px solid #f2f2f2;
    }
    .order-item-img {
      width: 64px;
      height: 64px;
      object-fit: contain;
      border-radius: 10px;
      /* border: 1px solid #f0f0f0; */
      /* background: #fafafa; */
      padding: 6px;
      flex-shrink: 0;
    }
    .order-item-name {
      font-size: 14PX !important;
      font-weight: 700;
      color: #000000 !important;
      margin-bottom: 3px;
    }
    .order-item-meta { font-size: 12PX !important; color: #6B7280 !important; }
    .order-item-price {
      font-size:18PX !important;
      font-weight: 800;
      color: #000000 !important;
      white-space: nowrap;
      margin-left: auto;
    }
    .order-total-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 1rem;
      margin-top: 0.5rem;
      border-top: 1px solid #f0f0f0;
    }
    .order-total-label { font-size: 16PX !important; font-weight: 700; color: #000000 !important; }
    .order-total-amount { font-size: 18PX !important; font-weight: 900; color: #000000 !important; }

    /* ===== NEED HELP / ADDRESS ===== */
    .need-help-title,
    .delivery-title {
      font-size: 18px;
      font-weight: 700;
      color: #000000 !important;
      margin-bottom: 1.2rem;
    }
    .btn-help-red {
      flex: 1;
      border: 1.5px solid #F90606 !important;
      color: #F90606 !important;
      background: #fff;
      border-radius: 10px;
      padding: 12px 10px;
      font-size:16px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: all 0.2s;
      cursor: pointer;
    }
    .btn-help-red:hover { background: #fff0f0; }
    .btn-help-dark {
      flex: 1;
      border: 1.5px solid #000000 !important;
      color: #000000 !important;
      background: #fff;
      border-radius: 10px;
      padding: 12px 10px;
      font-size:16px !important;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: all 0.2s;
      cursor: pointer;
    }
    .btn-help-dark:hover { background: #f8f9fa; }
    .help-btns-row { display: flex; gap: 12px; }
    @media (max-width: 400px) {
      .help-btns-row { flex-direction: column; }
    }

    .address-block { display: flex; align-items: flex-start; gap: 12px; }
    .address-block i { font-size: 1.1rem; color: #888; margin-top: 2px; }
    .address-name { font-size: 0.92rem; font-weight: 700; color: #000000; margin-bottom: 4px; }
    .address-text { font-size: 14px; color: #6B7280; line-height: 1.7; }

    
    /* ========== MOBILE BOTTOM NAV ========== */
    /* @media (max-width: 991px) {
      body { padding-bottom: 70px !important; }
    } */
    .q-bottom-nav {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      background: #000;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px 16px;
      z-index: 1030;
      /* border-top: 1px solid #1a1a1a; */
    }
    .q-btn-nav {
      background: none;
      border: none;
      color: rgba(255,255,255,0.55);
      font-size: 1.35rem;
      padding: 4px 8px;
      position: relative;
      cursor: pointer;
    }
    .q-btn-nav:hover { color: #FF0000; }
    .q-bottom-nav .q-login-btn {
      font-size: 0.8rem;
      padding: 0;
    }
    .t-step active{
      color: #F90606 !important;
    }

    .refund-main {
    background: #f2f2f2;
    padding: 34px 0 46px;
    min-height: 72vh;
  }
  .refund-item-prod{
    color: #374151;
    font-size: 14px;
    font-weight: 500;
  }
  .refund-wrap {
    max-width: 680px;
    margin: 0 auto;
  }
  .refund-cost{
    color: #0F172A;
    font-size: 14px;
    font-weight: 500;
  }
  .refund-back {
    color: #8b949e;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
  }
  .refund-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px;
  }
  .refund-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  .refund-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #fff2e8;
    color: #ff8a1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .refund-title {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #111827;
  }
  .select-time{
    color: #111827; 
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .refund-order-id {
    font-size: 12px;
    color: #6B7280;
    font-weight: 400;
    margin-top: 1px;
  }
  .refund-steps {
    display: flex;
    align-items: center;
    margin: 16px 0 22px;
    gap: 8px;
  }
  .refund-step {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
  }
  .refund-step-badge {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    background: #4B5563;
    color: #ffffff;
  }
  .refund-step-label {
    font-size: 12px;
    color: #6B7280;
    font-weight: 500;
    white-space: nowrap;
  }
  .refund-step-line {
    height: 1px;
    flex: 1;
    background: #d1d5db;
  }
  .refund-step.active .refund-step-badge {
    background: #F90606;
  }
  .refund-step.active .refund-step-label {
    color: #F90606;
    font-weight: 600;
  }
  .refund-step.done .refund-step-badge {
    background: #22c55e;
  }
  .refund-step.done .refund-step-label {
    color: #22c55e;
  }
  .refund-step.done + .refund-step-line {
    background: #86efac;
  }
  .refund-subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
  }
  .refund-option {
    border: 1px solid #222222;
    border-radius: 8px;
    padding: 25px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
  }
  .refund-option.selected {
    border: 2px solid #E53935;
    background: #F906060D;
  }
  .refund-option-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  /* === Checkbox (Tab 1 – Select Items) === */
  .refund-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #4B5563;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    transition: background 0.18s, border-color 0.18s;
  }
  .refund-option.selected .refund-checkbox {
    background: #F90606;
    border-color: #F90606;
  }
  .refund-option.selected .refund-checkbox::after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
  }
  /* === Radio Button (Tab 2 & 3 – Reason / Refund Method) === */
  .refund-radio {
    width: 16px;
    height: 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    transition: border-color 0.18s;
  }
  .refund-option.selected .refund-radio {
    border-color: #E52D2D;
  }
  .refund-option.selected .refund-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E52D2D;
  }
  .refund-item-thumb {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 6px;
  }
  .refund-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
  }
  .refund-item-meta {
    font-size: 12px;
    color: #64748B;
  }
  .refund-actions {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .refund-btn {
    min-width: 96px;
    height: 38px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #374151 !important;
  }
  .refund-btn-primary {
    background: #F90606 !important;
    border-color: #F90606;
    color: #fff !important;
    box-shadow: #F9060633;
  }
  .refund-btn-primary:hover {
    color: #fff;
  }
  .refund-summary {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    padding: 12px;
    margin-top: 10px;
  }
  .refund-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
  }
  .refund-summary-total {
    border-top: 1px solid #e5e7eb;
    padding-top: 8px;
    font-weight: 700;
  }
  .refund-summary-total .amount {
    color: #F90707;
    font-size: 24px;
  }
  .refund-success {
    margin-top: 10px;
    background: #F0FDF4;
    border: 1px solid #DCFCE7;
    color: #15803d;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
  }
  .refund-panel {
    display: none;
  }
  .refund-panel.active {
    display: block;
  }

    /* Mobile Bottom Nav CSS */
  /* @media (max-width: 991px) {
    body {
      padding-bottom: 70px !important;
    }
  } */
  .q-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    z-index: 1030;
  }

  /* 12-02-2026 */

  .cancellation-main {
      min-height: calc(100vh - 160px);
      background-color: #F0F2F5;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 16px;
    }

    /* The white card */
    .cancel-card {
      background: #FFFFFF;
      border-radius: 24px;
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
      padding: 52px 48px 44px;
      max-width: 520px;
      width: 100%;
      text-align: center;
    }

    /* Green icon circle */
    .cancel-icon-outer {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      background-color: #E6F9EE;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 28px;
    }
    .cancel-icon-inner {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #34C264;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cancel-icon-inner i {
      color: #fff;
      font-size: 1.4rem;
    }

    /* Heading */
    .cancel-heading {
      font-size: 36px !important;
      font-weight: 800;
      color: #111827 !important;
      letter-spacing: -0.5px;
      margin-bottom: 14px;
      line-height: 1.2;
    }

    /* Sub text */
    .cancel-order-text {
      font-size: 18px !important;
      color: #4B5563 !important;
      margin-bottom: 8px;
      line-height: 1.55;
    }
    .cancel-order-text strong {
      color: #111827 !important;
      font-weight: 700;
    }
    .cancel-refund-text {
      font-size: 16px !important;
      color: #6B7280 !important;
      margin-bottom: 36px;
      line-height: 1.55;
    }
    .cancel-refund-text strong {
      color: #111827 !important;
      font-weight: 700;
    }

    /* CTA Button */
    .cancel-btn {
      display: inline-block;
      background-color: #F90707 !important;
      color: #FFFFFF !important;
      font-weight: 700;
      font-size: 16px  !important;
      padding: 15px 48px;
      border-radius: 999px;
      text-decoration: none; 
      border: none;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
      box-shadow: 0 0px 4px #D32F2F;
      /* width: 53%; */
      letter-spacing: 0.2px;
    }
    .cancel-btn:hover {
      background-color: #F90707 !important;
      transform: translateY(-1px);
      box-shadow: 0 2px 10px #D32F2F !important;
      color: #FFFFFF !important;
    }
    .cancel-btn:active {
      transform: translateY(0);
    }

    /* Support link */
    .cancel-support {
      margin-top: 24px;
      font-size: 14px !important;
      color: #9CA3AF !important;
    }
    .cancel-support a {
      color: #D32F2F !important;
      font-weight: 600;
      text-decoration: none;
      transition: opacity 0.15s;
    }
    .cancel-support a:hover { opacity: 0.8; }

    .wallet-card {
  background-color: #f90606;
  border-radius: 24px;
  padding: 42px 40px;
  color: #ffffff;
  box-shadow: 0 12px 40px rgba(255, 0, 0, 0.15);
  margin-bottom: 30px;
}

.wallet-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.wallet-card-header i {
  font-size: 1.1rem;
}

.wallet-balance-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 15px;
}

.wallet-balance-amount {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

.wallet-balance-currency {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
  color: #FFFFFF99;
}

.wallet-card-subtitle {
  font-size: 0.9rem;
  color:#FFFFFFCC;
}

.transaction-history-card {
  background-color: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}

.transaction-header {
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
}

.transaction-header-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0F172A;
}

.view-all-link {
  color: #F90606;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}

.transaction-item {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.2s ease;
}

.transaction-item:hover {
  background-color: #F8FAFC;
}

.transaction-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.icon-refund { background-color: #DCFCE7; color: #10B981; }
.icon-payment { background-color: #FEE2E2; color: #EF4444; }
.icon-topup { background-color: #DCFCE7; color: #10B981; }

.transaction-details {
  flex-grow: 1;
}

.transaction-name {
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 3px;
  font-size: 1rem;
}

.transaction-date {
  font-size: 0.8rem;
  color: #94A3B8;
  font-weight: 500;
}

.transaction-amount {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: right;
}

.amount-plus { color: #22C55E; }
.amount-minus { color: #F90606; }

.transaction-footer {
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}

.show-older-btn {
  background: none;
  border: none;
  color: #64748B;
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 767.98px) {
  .wallet-card {
    padding: 30px 24px;
  }
  .wallet-balance-amount {
    font-size: 2.8rem;
  }
  .transaction-header, .transaction-item {
    padding-inline: 18px;
  }
}

.terms-page {
        background-color: #ffffff;
    }

    .terms-container {
        max-width: 800px;
    }

    .terms-border {
        border-color: #f1f1f1 !important;
    }

    .terms-title {
        font-size: clamp(2.0rem, 5vw, 2.5rem);
        font-weight: 900;
        letter-spacing: -1px;
        color: #18181B !important;
    }

    .terms-highlight-one {
        color: #F90606 !important;
        font-size: clamp(2.0rem, 5vw, 2.5rem);
        letter-spacing: -1px;
        font-weight: 900;
    }

    .terms-highlight {
        color: #F90606 !important;
        font-size: 24PX !important;
    }

    .terms-subtitle {
        font-size: clamp(0.95rem, 3vw, 1.1rem);
        color: #71717A !important;
        font-weight: 500;
    }

    .terms-section-title {
        color: #18181B !important;
        font-size: 24px !important;
    }

    .terms-text {
        font-size: 16PX !important;
        line-height: 1.7;
        color: #52525B !important;
        font-weight: 500;
    }

    .terms-badge {
        background-color: #ffeaea;
        color: #F90606 !important;
        padding: 3px 8px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .terms-highlight-bold {
        color: #F90606 !important;
        font-weight: 700;
    }

    .terms-footer-date {
        font-size: 12px;
        color: #A1A1AA !important;
        font-weight: 600;
    }

    .terms-action-link {
        color: #F90606 !important;
        font-size: 14px !important;
        font-weight: 600;
        white-space: nowrap;
    }

      .cs-page {
            background-color: #F0F2F5;
            padding: 56px 0 80px;
            min-height: calc(100vh - 74px);
        }

        /* Card wrapper */
        .cs-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
            display: flex;
            flex-direction: row;
        }

        /* LEFT PANEL */
        .cs-left {
            background: #F9FAFB !important;
            padding: 52px 44px;
            flex: 0 0 46%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-right: 1px solid #F0F2F5;
            height: 100% !important;
        }

        .cs-badge {
            display: inline-block;
            background-color: #FEF2F2 !important;
            color: #F90606 !important;
            font-size: 12px !important;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 6px;
            margin-bottom: 22px;
            width: fit-content;
        }

        .cs-title {
            font-size: clamp(1.9rem, 3vw, 2.6rem);
            font-weight: 800;
            line-height: 1.12;
            color: #111827 !important;
            margin-bottom: 18px;
            letter-spacing: -0.03em;
        }

        .cs-title .cs-highlight {
            color: #F90606 !important;
        }

        .cs-desc {
            color: #4B5563 !important;
            font-size: 18px !important;
            line-height: 1.7;
            margin-bottom: 36px;
            max-width: 340px;
        }

        /* Feature list */
        .cs-features {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cs-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .cs-feature-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            background-color: #FFFFFF;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FF0000;
            font-size: 1.15rem;
        }

        .cs-feature-text h6 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #111;
            margin: 0 0 3px;
        }

        .cs-feature-text p {
            font-size: 0.83rem;
            color: #6B7280;
            margin: 0;
            line-height: 1.5;
        }

        /* RIGHT PANEL */
        .cs-right {
            flex: 1;
            padding: 52px 44px;
            background-color: #FFFFFF !important;
        }

        /* Form styles */
        .cs-form-label {
            font-size: 14px !important;
            font-weight: 600;
            color: #374151 !important;
            margin-bottom: 8px;
            display: block;
        }

        .cs-form-control {
            width: 100%;
            background-color: #F9FAFB;
            border: 1.5px solid #E5E7EB;
            border-radius: 10px;
            padding: 13px 16px;
            font-size: 0.92rem;
            color: #6B7280 !important;
            outline: none;
            transition: border-color 0.2s, box-shadow 0.2s;
            font-family: "Inter", sans-serif;
        }

        .cs-form-control::placeholder {
            color: #9CA3AF;
        }

        .cs-form-control:focus {
            border-color: #FF0000;
            box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.08);
            background-color: #fff;
        }

        textarea.cs-form-control {
            resize: none;
            min-height: 110px;
        }

        .cs-submit-btn {
            width: 100%;
            background-color: #F90606 !important;
            color: #FFFFFF !important;
            border: none;
            border-radius: 10px;
            padding: 15px 24px;
            font-size: 16PX !important;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s;
            box-shadow: 0 4px 10px rgba(255, 0, 0, 0.25) !important;
            letter-spacing: 0.01em;
        }

        .cs-submit-btn:hover {
            background-color: #D40000;
            transform: translateY(-1px);
            box-shadow: 0 12px 30px rgba(255, 0, 0, 0.32);
        }

        .cs-submit-btn:active {
            transform: translateY(0);
        }

        .cs-privacy {
            font-size: 12px !important;
            color: #9CA3AF;
            text-align: center;
            margin-top: 14px;
        }

        .cs-privacy a {
            color: #6B7280;
            text-decoration: underline;
        }

        .cs-privacy a:hover {
            color: #111;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .cs-card {
                flex-direction: column;
            }

            .cs-left {
                flex: none;
                border-right: none;
                border-bottom: 1px solid #F0F2F5;
                padding: 40px 32px;
            }

            .cs-right {
                padding: 40px 32px;
            }
        }

        @media (max-width: 575px) {
            .cs-page {
                padding: 32px 0 80px;
            }

            .cs-left,
            .cs-right {
                padding: 28px 20px;
            }

            .cs-title {
                font-size: 1.7rem;
            }
        }

        .track-package {
            color: #111827 !important;
            font-size: 16px !important;
            font-weight: 600;
        }

        .track-package-sub {
            color: #6B7280 !important;
            font-size: 14px !important;
            margin-top: 4px;
        }

        .cs-privacy-link {
            font-size: 12px !important;
            color: #9CA3AF;
            text-align: center;
            margin-top: 14px;
        }

/* Empty Wishlist Styling - Refined Minimalist Design */
.q-empty-wishlist {
    padding: 80px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    margin: 60px auto;
    border: 1px solid #f1f5f9;
    max-width: 580px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.q-empty-wishlist-icon-wrap {
    width: 100px;
    height: 100px;
    background: #fff1f1;
    border-radius: 30px; /* Modern squircle-like radius */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transform: rotate(-3deg);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.q-empty-wishlist:hover .q-empty-wishlist-icon-wrap {
    transform: rotate(0deg) scale(1.05);
}

.q-empty-wishlist-icon {
    font-size: 2.8rem;
    color: #F90606;
    filter: drop-shadow(0 5px 12px rgba(249, 6, 6, 0.15));
}

.q-empty-wishlist-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.q-empty-wishlist-text {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 35px;
    max-width: 360px;
    line-height: 1.6;
    font-weight: 400;
}

.q-empty-wishlist-btn {
    padding: 14px 40px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 16px;
    background-color: #F90606; /* Dark for premium contrast */
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
}

.q-empty-wishlist-btn:hover {
    background-color: #1e293b;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.25);
    color: #fff;
}

@media (max-width: 768px) {
    .q-empty-wishlist {
        padding: 50px 25px;
        margin: 30px auto;
    }
    .q-empty-wishlist-icon-wrap {
        width: 85px;
        height: 85px;
        border-radius: 24px;
    }
    .q-empty-wishlist-icon {
        font-size: 2.5rem;
    }
    .q-empty-wishlist-title {
        font-size: 1.5rem;
    }
}

/* Personal Details Content */
.pd-main-card {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.pd-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pd-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.pd-edit-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #F90606;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.pd-edit-btn:hover {
  opacity: 0.75;
}

.pd-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 40px;
}

.pd-spacer {
  flex: 1;
}

.pd-field-label {
  font-size: 0.75rem;
  color: #64748B;
  margin-bottom: 5px;
}

.pd-field-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000000;
}

.pd-divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 0 0 20px;
}

.pd-security-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pd-security-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.pd-security-desc {
  font-size: 0.8rem;
  color: #6B7280;
  margin: 0;
}

.pd-update-btn {
  flex-shrink: 0;
  border: 1px solid #D1D5DB;
  background: #ffffff;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 22px;
  cursor: pointer;
  transition: background 0.15s;
}

.pd-update-btn:hover {
  background: #F9FAFB;
}

@media (max-width: 575.98px) {
  .pd-fields-grid {
    grid-template-columns: 1fr;
  }
  .pd-security-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .account-main {
    padding-top: 1.25rem;
  }
}

.contact-main {
      background-color: #FAFAFB;
      background-image: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08) 0%, rgba(250, 250, 251, 1) 50%);
      padding: 80px 0 100px 0;
      min-height: 80vh;
    }

    .contact-hero {
      text-align: center;
      max-width: 650px;
      margin: 0 auto 60px auto;
    }

    .contact-icon-wrapper {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      background-color: #FF0000;
      border-radius: 18px;
      color: white;
      font-size: 28px;
      margin-bottom: 24px;
      box-shadow: 0 10px 24px rgba(255, 0, 0, 0.25);
    }

    .contact-title {
      font-size: 2.8rem;
      font-weight: 800;
      color: #1A1C1C;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
    }

    .contact-subtitle {
      font-size: 18px;
      color: #5F3E39;
      line-height: 1.6;
      font-weight: 400;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    @media (min-width: 992px) {
      .contact-grid {
        grid-template-columns: 1fr 1.6fr;
        gap: 30px;
      }
    }

    .contact-info-column {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .contact-info-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 32px 36px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
      border: 1px solid rgba(0,0,0,0.03);
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .contact-info-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    }

    .contact-info-icon {
      width: 44px;
      height: 44px;
      background-color: #FFF1F1;
      color: #FF0000;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 24px;
    }

    .contact-info-label {
      font-size: 0.75rem;
      font-weight: 800;
      color: #5F3E39;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .contact-info-value {
      font-size: 1.4rem;
      font-weight: 700;
      color: #1A1C1C;
      letter-spacing: -0.3px;
    }

    .contact-form-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 44px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
      border: 1px solid rgba(0,0,0,0.03);
      height: 100%;
    }

    .contact-form-title {
      font-size: 1.8rem;
      font-weight: 800;
      color: #1A1C1C;
      margin-bottom: 32px;
      letter-spacing: -0.5px;
    }

    .contact-form .form-label {
      font-size: 12px;
      font-weight: 700;
      color: #5F3E39;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .contact-form .form-control {
      background-color: #F3F3F3;
      border: 1px solid #E2E2E2;
      border-radius: 14px;
      padding: 16px 20px;
      font-size: 0.95rem;
      color: #0F172A;
      font-weight: 500;
      transition: all 0.2s ease;
    }

    .contact-form .form-control::placeholder {
      color: #5F3E3980;
      font-weight: 400;
      font-size: 16px;
    }

    .contact-form .form-control:focus {
      background-color: #ffffff;
      border-color: #F90707;
      box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.1);
      outline: none;
    }

    .contact-form textarea.form-control {
      min-height: 160px;
      resize: vertical;
    }

    .btn-contact-submit {
      background-color: #F90707;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 16px 36px;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 16px;
      transition: all 0.2s ease;
      box-shadow: 0 8px 20px rgba(255, 0, 0, 0.25);
    }

    .btn-contact-submit:hover {
      background-color: #E60000;
      box-shadow: 0 8px 24px rgba(224, 0, 0, 0.35);
      color: white;
      transform: translateY(-1px);
    }


   