/*=====================================
Tamplate Name: Game planet DB
Author: ISSL
Description: Game planet DB Template
Version: 1.0
=========================================*/

/*==========================================
[Table of contents]

1.Header Area 

============================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Anek Bangla", sans-serif;
  overflow-x: hidden;
}

:root {
  --primary-color: #c2410c;
  --secondary-color: #0f172a;
  --main-color: #fd9900;
  --fontFamily-Anek: "Anek Bangla", sans-serif;
  --fontFamily-Oswald: "Oswald", sans-serif;
}
.nav_bar {
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.23);
  /* position: fixed;
  top: 0;
  left: 0; */
  z-index: 1000;
  right: 0;
  /* padding: 1rem 0; */
  background-color: #171717;
}
.navbar-brand {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--fontFamily-Oswald);
}
.navbar-brand img {
  width: 170px;
}
.navbar-brand span {
  color: #ea580c;
  font-weight: 900;
}
/* .top-logo {
  width: 170px;
} */

.navbar {
  padding: 15px 0;
}

.nav-link {
  font-weight: 500;
  color: #fff !important;
  margin: 0 10px;
}

.nav-link:hover {
  color: #ff5a00 !important;
}

.nav-link.active {
  color: #ff5a00 !important;
  border-bottom: 2px solid #ff5a00;
  padding-bottom: 5px;
}

.round-border {
  padding: 0px 8px;
}

.icon-btn {
  position: relative;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-btn:hover {
  color: #ff5a00;
}

.badge-custom {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #ff5a00;
  font-size: 12px;
}

/* Hover Dropdown */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  top: calc(100% + 8px);
  margin-top: 0 !important;
  overflow: visible;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdown-menu-user::before {
  left: auto;
  right: 15px;
  transform: rotate(45deg);
}

.dropdown-menu-cart::before {
  left: auto;
  right: 20px;
  transform: rotate(45deg);
}

.search-box {
  position: relative;
  margin-right: 10px;
}

.search-box input {
  border-radius: 50px;
  padding-right: 40px;
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff5a00;
  border: none;
  color: #fff;
  width: 35px;
  height: 35px;
}

.search-btn:hover {
  background: #e04e00;
}

.hero {
  opacity: 1;
  background-image: linear-gradient(
    to right top,
    #2b2b2b,
    #312b31,
    #3b2a30,
    #452a29,
    #482c1e
  );
  color: white;
  padding: 140px 0 60px 0;
  text-align: center;
  position: relative;
}

.video-frame {
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.card-height {
  height: 150px;
}

/* background-image: linear-gradient(to right top, #171717, #19191c, #1a1b22, #1b1d27, #1b1f2d, #1f1f2f, #241f30, #291f31, #321d2b, #361c23, #371d1c, #352015); */

/* .hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 61px;
  background-image: url(../img/after.png);
  background-repeat: repeat-x;
  background-position: center;
} */
.hero h1 {
  font-family: "Anek Bangla", sans-serif !important;
  font-size: 4.5rem;
  font-weight: 700;
}
.hero p {
  font-size: 24px;
}
.section-bg {
  background-image: linear-gradient(
    to right top,
    #171717,
    #19191c,
    #1a1b22,
    #1b1d27,
    #1b1f2d,
    #1f1f2f,
    #241f30,
    #291f31,
    #321d2b,
    #361c23,
    #371d1c,
    #352015
  );
}
.section-bg-2 {
  background-color: #fff7ed;
}
.section-bg-3 {
  background-color: #171717;
}
.upadan {
  border-radius: 12px;
}
.product-info p {
  font-size: 22px;
}
.product-info ul {
  padding: 0;
  margin: 0;
}
.product-info ul li {
  list-style: none;
  font-size: 22px;
}
.btn-custom {
  background: #ea580c;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 16px 40px;
  transition: 0.4s;
}
.btn-custom:hover {
  color: #fff;
  background-color: #c2410c !important;
}
.btn-custom-2 {
  background: #ea580c;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.4s;
}
.btn-custom-2:hover {
  color: #fff;
  background-color: #c2410c;
}
.text-color-primary {
  color: var(--primary-color);
}
.product-info h2 {
  color: var(--primary-color);
}
.section-title {
  font-weight: 700;
}
.feature-list li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 22px;
  color: #dfbcbc;
}
.lab-test-text {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
  line-height: 1.625;
  font-size: 1.125rem !important;
  font-family: "Anek Bangla", sans-serif !important;
  padding: 1rem 0;
}
.card-custom {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Ingredients {
  background-color: var(--primary-color);
}

.prize-section {
  padding: 40px 0px;
  text-align: center;
  background-color: var(--primary-color);
}
.bg-light {
  background-color: #f5f5f5;
}
.bg-brown th {
  background-color: #a93d00;
  color: #fff !important;
  text-transform: uppercase;
  border: none;
}
.prize-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.prize-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.swiper {
  padding-bottom: 40px;
}

.prize-card {
  padding: 20px;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  border-radius: 5px;
}
/* .prize-card__box {
  border: 1.75px solid var(--primary-color);
  background-color: var(--primary-color);
} */
.prize-card img {
  border: #ea580c 2px solid;
  width: 245px;
  height: 275px;
}

.swiper-pagination {
  position: sticky !important;
}

@media (max-width: 576px) {
  .prize-card {
    height: 200px;
  }
  .top-logo {
    width: 100px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .hero-text h1 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .brand-text {
    font-weight: 700;
    font-size: 3.5rem;

    /* Gradient text */
    background: linear-gradient(90deg, #ff6a00, #ff0000, #910b0a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Text border */
    -webkit-text-stroke: 1.5px #910b0a;

    /* Optional polish */
    letter-spacing: 1px;
  }
  .benifit-title {
    font-size: 2rem;
  }
  .lab-report h1 {
    font-size: 37px !important;
    font-weight: 700;
    color: black;
    font-family: "Anek Bangla", sans-serif !important;
  }
}

.benefit-img {
  width: 388px;
  height: auto;
  margin: 20px 0px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lab-report h1 {
  font-size: 58px;
  font-weight: 700;
  color: black;
  font-family: "Anek Bangla", sans-serif !important;
}

.sub-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
}

.swiper-pagination-bullet {
  background: var(--main-color) !important;
}

.order-header {
  background: #ea580c;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 24px;
}
.card {
  border-radius: 6px;
}
.btn-order {
  background: #ea580c;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0% {
    transform: skewY(-5deg);
  }
  5% {
    transform: skewY(5deg);
  }
  10% {
    transform: skewY(-5deg);
  }
  15% {
    transform: skewY(5deg);
  }
  20% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
.checkout-title {
  color: #ea580c;
  font-family: "Anek Bangla", sans-serif !important;
}
.border-orange {
  border: 2px solid #ea580c;
  padding: 0 0px;
  border-radius: 8px;
}

.btn-order:hover {
  background: #da520a;
  color: #fff;
}
.order-summary img {
  width: 50px;
}

.footer {
  background-color: #0a0a0a;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #ea580c;
  border-radius: 3px;
  margin-right: 6px;
  font-size: 16px;
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 12px;
}
.footer p {
  font-size: 18px;
}
.footer ul li {
  font-size: 18px;
}



.checkout-header {
  background: #ea580c;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 20px;
}
.btn-confirm {
  background: #ea580c;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.btn-confirm:hover {
  background: #571919;
  color: #fff;
}


/*=============================
home page
===============================*/
.product-image {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.thumbnail img {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.feature-box {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e0e0e0;
}
.related img {
  height: 150px;
  object-fit: cover;
}

.quantity {
  display: inline-flex;
  align-items: center;
}
.quantity button {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.quantity input {
  width: 50px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}
.checkout {
  background-color: #691b1b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.stats-container {
  display: flex;
  gap: 50px;
}

.stat-item {
  text-align: center;
}

.counter {
  font-size: 3.5rem;
  font-weight: bold;
  color: #c2410c; /* Green for success/growth */
  display: block;
}

.stat-item p {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.nutrition-card p {
  color: rgb(82 82 82);
  font-size: 14px;
  color: #fff;
}
.nutrition-card {
  padding: 20px;
  font-family: Arial, sans-serif;
}
.header-text {
  font-weight: bold;
  margin-bottom: 15px;
}
.label-group span {
  color: #fff;
  font-weight: 600;
}
.label-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-weight: 500;
}
.progress {
  margin: 1rem 0;
}
.progress-bar1 {
  background-color: var(--primary-color); /* Dark fill like the sketch lines */
}
.progress-bar2 {
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.progress-bar3 {
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.lab-test-wrapper {
  border-radius: 12px;
  border: 15px solid #232323;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  margin: 0 !important;
}

.lab-test-image {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 12px;
}

.pulse {
  width: 8px;
  height: 8px;
  display: inline-block;
  animation: pulse 1.5s infinite ease-in-out;
}
.capsule {
  padding: 6px 12px;
  background-color: #171717;
  border-radius: 50px;
  width: fit-content;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-text {
  font-family: "Anek Bangla", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
}
.hero-text h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-text {
  font-weight: 700;
  font-size: 4.5rem;

  /* Gradient text */
  background: linear-gradient(90deg, #ff6a00, #ff0000, #910b0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Text border */
  -webkit-text-stroke: 1.5px #910b0a;

  /* Optional polish */
  letter-spacing: 1px;
}

.image-container:hover {
  /* transform: translateY(-5px); */
  transform: scale(1.05);
}

.image-container {
  position: relative;
  background: #f8f9fa;
  transition: 0.4s all;
  transition-duration: 500ms;
}

.badge-best-seller {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #e63946;
  color: white;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}

.badge-stock {
  background-color: #e8f5e9;
  color: #2e7d32;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
}

.flavor-text {
  color: #d97706; /* Orange-ish flavor highlight */
  font-weight: 600;
}

.price-new {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.discount-tag {
  background-color: #ffebee;
  color: #c62828;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 8px;
}

.order-btn {
  background-color: #ea580c;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.order-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.form-label {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.required-star {
  color: red;
  margin-left: 4px;
}

/* Styling the Input Group */
.input-group-text {
  background-color: #e0e0e0; /* Grey background for icon */
  border: 1px solid #ced4da;
  border-right: none;
  color: #333;
  width: 50px;
  justify-content: center;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.form-control::placeholder {
  color: #777;
}

/* Adjustments for mobile labels */
@media (max-width: 767px) {
  .form-label {
    margin-bottom: 8px;
  }
}

.shipping-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
/* Custom Bordered Group */
.shipping-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.shipping-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  transition: background 0.2s;
}
.shipping-option:last-child {
  border-bottom: none;
}
.shipping-option:hover {
  background-color: #fdfdfd;
}
/* Styling the Radio and Label */
.form-check-input {
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0;
  border: 2px solid #adb5bd;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.shipping-label {
  margin-left: 10px;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  flex-grow: 1;
}
.shipping-price {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.orange-border {
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.2s ease;
}

.orange-border.active {
  border-color: var(--primary-color);
}

.headline-text {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: white !important;
  font-family: "Anek Bangla", sans-serif !important;
}

/*====================================
Home pages css
======================================*/
.header {
  background-color: #0f172a;
  padding: 0.5rem 0;
}
.g-10 {
  gap: 10px;
}
.left-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
}
.left-header li {
  list-style: none;
  color: #fff;
}
.right-header {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  margin: 0;
}
.right-header li {
  list-style: none;
}
.right-header li a {
  color: #fff;
  text-decoration: none;
}
.carousel img {
  height: 400px;
}
.offer img {
  width: 100%;
  height: 400px;
}

/*=======================
Product slider
==========================*/

/* Buttons */
.btn-buy {
  background-color: #ff5722;
  color: white;
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
}

.btn-add {
  background-color: transparent;
  color: #333;
  border: 1px solid #ff5722;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
}

.btn-stock-out {
  background-color: #e9ecef;
  color: #6c757d;
  border: none;
  cursor: not-allowed;
}

/*=======================
Product slider
==========================*/
.product-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.thumb-img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: 0.3s;
}

.thumb-img:hover {
  transform: scale(1.05);
}

.thumb-img.active {
  border: 2px solid #0d6efd;
}

@media (max-width: 768px) {
  .product-img {
    height: 250px;
  }
}

.product-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}

.quantity-box button {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.quantity-box input {
  width: 60px;
  text-align: center;
  height: 40px;
}

.social-btn i {
  font-size: 18px;
}

.whatsapp-btn {
  background: #25d366;
  color: white;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  color: white;
}

.nav-link-color {
  color: #333 !important;
}

.contact-section {
  padding: 60px 0;
}

.contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-info {
  background: #90daee;
  color: #333;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.contact-info i {
  font-size: 20px;
}

.contact-social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #0d6efd;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}

.contact-social-icons a:hover {
  background: #084298;
  color: white;
}


/* Product Card Fixed Size */
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s;
}

.product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}

.product-card .img-container {
    width: 100%;
    height: 220px;        /* fixed height */
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* image যাই হোক, box fill করবে, crop হবে */
    object-position: center;
    transition: transform 0.3s ease;
}

.product-card .img-container img:hover {
    transform: scale(1.05);
}

.product-card .product-title {
    padding: 10px 12px 4px;
    font-size: 14px;
    font-weight: 600;
    flex-grow: 1;
    min-height: 48px;
    text-align: center;
}

.product-card .price-section {
    padding: 4px 12px 8px;
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    color: #dc3545;
    font-size: 0.85rem;
    margin-right: 6px;
}

.new-price {
    color: #198754;
    font-weight: bold;
    font-size: 1.1rem;
}

.product-card .d-flex.gap-2,
.product-card .btn-stock-out {
    padding: 0 12px 12px;
}

/* ====================================
   Cart Notifications Styling
   ==================================== */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

.toast {
    background-color: #28a745;
    color: white;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    animation: slideIn 0.3s ease-in-out;
}

.toast.error {
    background-color: #dc3545;
}

.toast strong {
    font-size: 1.2rem;
    margin-right: 5px;
}

@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

/* Loading spinner animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.la-spin {
    animation: spin 1s linear infinite;
}

/* Button disabled state */
.btn-add[disabled],
.btn-add-to-cart[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Category Filter */
.category-filter {
    justify-content: center;
}
.category-btn {
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.25s ease;
}
.category-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Category Page Cards */
.category-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    border-color: #ddd;
}
.category-img-wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}
.category-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.category-card:hover .category-img-wrap img {
    transform: scale(1.05);
}
.category-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 4px;
}
.category-count {
    font-size: 0.8rem;
    color: #888;
}
