/* ── Global 80% Zoom ── */
html {
  zoom: 0.85;
  -moz-transform: scale(0.85);
  -moz-transform-origin: top left;
}
/* ── KMC Navbar ── */
.kmc-navbar {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* ── Active Nav Link Per Page ── */
.kmc-link.active {
  color: #4a9eff !important;
  position: relative;
}

.kmc-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4a9eff;
  border-radius: 2px;
}
/* Logo box */
.kmc-logo-box {
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
  flex-shrink: 0;
}

/* Brand text */
.kmc-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.kmc-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.kmc-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Nav links */
.kmc-link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 6px 16px !important;
  transition: color 0.2s;
}

.kmc-link:hover {
  color: #fff !important;
}

.kmc-link.active {
  color: #4a9eff !important;
  font-weight: 600;
}

/* Search icon */
.kmc-search {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.2s;
  margin-left: auto;
}

.kmc-search:hover {
  color: #fff;
}

/* Mobile toggler */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

/* ── Hero Slider Section ── */
.hero-slider-section {
  width: 100%;
  overflow: hidden;
}

.carousel-img {
  height: 90vh;
  object-fit: cover;
  filter: brightness(0.65);
}

/* Text overlay */
.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 10;
  text-align: left;
}

.slide-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: Georgia, serif;
  margin-bottom: 25px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

/* Shop button */
.btn-slide {
  background: #2d7dd2;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 35px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-slide:hover {
  background: #1a5fa8;
  color: #fff;
}

/* Arrows */
.carousel-arrow {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: none;
}

.carousel-arrow i {
  color: #fff;
  font-size: 1.2rem;
}

.carousel-control-prev.carousel-arrow {
  left: 15px;
}

.carousel-control-next.carousel-arrow {
  right: 15px;
}

/* Dots */
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  border: none;
  margin: 0 5px;
}

.carousel-indicators button.active {
  background-color: #2d7dd2;
  width: 30px;
  border-radius: 10px;
}
.shop-search-wrap {
  height: 56px;
  border-radius: 10px;
  border: 1.5px solid #dde3ed;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
}

.shop-search-icon {
  color: #aaa;
  font-size: 1rem;
}

.shop-search-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #555;
  width: 100%;
  height: 100%;
}

.shop-sort {
  height: 56px;
  border-radius: 10px;
  border: 1.5px solid #dde3ed;
  background: #fff;
  padding: 0 20px;
  font-size: 1rem;
  color: #333;
  outline: none;
  cursor: pointer;
  width: 100%;
  appearance: auto;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .kmc-search {
    display: none;
  }

  .navbar-nav {
    padding: 15px 0;
    gap: 5px !important;
  }

  .kmc-link {
    padding: 8px 10px !important;
  }
}

@media (max-width: 768px) {
  .carousel-img {
    height: 60vh;
  }

  .slide-title {
    font-size: 2rem;
  }

  .carousel-caption-custom {
    left: 25px;
  }

  .btn-slide {
    font-size: 0.85rem;
    padding: 10px 22px;
  }
}
/* ── Product Categories Section ── */
.categories-section {
  background-color: #f0f0f0;
}

.categories-title {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a2e;
  font-family: Georgia, serif;
}

/* Card */
.category-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  width: 90%;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Image */
.category-img-wrap {
  width: 100%;
  height: 130px;
  overflow: hidden;
  border-radius: 16px;
}

.category-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.category-card:hover .category-img-wrap img {
  transform: scale(1.05);
}

/* Text */
.category-body {
  padding: 20px;
  text-align: center;
}

.category-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.category-desc {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .categories-title {
    font-size: 1.6rem;
  }

  .category-img-wrap {
    height: 180px;
  }
}
/* ── Featured Products ── */
.featured-section {
  background-color: #f0f0f0;
}

.featured-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #1a1a2e;
}

.view-all-link {
  color: #2d7dd2;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.view-all-link:hover {
  opacity: 0.75;
  color: #2d7dd2;
}

/* ── Sidebar Category Card ── */
.sidebar-cat-card {
  background: #fff;
  border: 1px solid #e0e7f0;
  border-radius: 12px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}

.sidebar-cat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  text-decoration: none;
  color: #555;
  font-size: 0.92rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.sidebar-cat-item:hover {
  color: #2d7dd2;
  background: #f0f4ff;
  border-left-color: #2d7dd2;
}

.sidebar-cat-item.active {
  color: #2d7dd2;
  font-weight: 600;
  background: #f0f4ff;
  border-left-color: #2d7dd2;
}

.sidebar-cat-icon {
  font-size: 1rem;
  color: #2d7dd2;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
/* Product Card */
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  border: solid #afb1b1;
   
}


.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-img-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
}

.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

.badge-stock {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #2d7dd2;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

.btn-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.btn-wishlist:hover {
  color: #e91e8c;
}

.product-body {
  padding: 14px 16px;
}

.product-category {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 6px;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  color: #2d7dd2;
  font-size: 1.05rem;
  font-weight: 700;
}

.btn-chat {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #28a745;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-chat:hover {
  background: #1e7e34;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .kmc-search { display: none; }
  .navbar-nav { padding: 15px 0; gap: 5px !important; }
  .kmc-link { padding: 8px 10px !important; }
}

@media (max-width: 768px) {
  .carousel-img { height: 60vh; }
  .slide-title { font-size: 2rem; }
  .carousel-caption-custom { left: 25px; }
  .btn-slide { font-size: 0.85rem; padding: 10px 22px; }
  .categories-title { font-size: 1.6rem; }
  .category-img-wrap { height: 180px; }
  .featured-title { font-size: 1.3rem; }
  .product-img-wrap { height: 200px; }
}
/* ── Why Choose KMC ── */
.why-section {
  background-color: #f0f0f0;
}

.why-title {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a2e;
  font-family: Georgia, serif;
}

/* Card */
.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 10px 15px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  border: solid rgba(30, 29, 29, 0.106);
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon */
.why-icon {
  font-size: 2.8rem;
  color: #2d7dd2;
  margin-bottom: 20px;
}

/* Title */
.why-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

/* Description */
.why-desc {
  font-size: 0.88rem;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .why-title {
    font-size: 1.6rem;
  }
}
/* ── Ready to Order CTA ── */
.cta-section {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%);
  padding: 80px 0;
}

.cta-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  font-family: Georgia, serif;
  margin-bottom: 16px;
}

.cta-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: #2d7dd2;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 40px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-cta-primary:hover {
  background: #1a5fa8;
  color: #fff;
}

.btn-cta-whatsapp {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.btn-cta-whatsapp:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.btn-cta-whatsapp i {
  font-size: 1.1rem;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .cta-title {
    font-size: 1.6rem;
  }

  .btn-cta-primary,
  .btn-cta-whatsapp {
    width: 100%;
    justify-content: center;
  }
}
/* ── KMC Footer ── */
.kmc-footer {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%);
}

.footer-heading {
  color: #4a9eff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.footer-links li a:hover {
  color: #fff;
}

/* Contact list */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact li i {
  color: #4a9eff;
  font-size: 1rem;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.footer-tags {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .footer-heading {
    margin-top: 10px;
  }
}
/* ── About Hero ── */
.about-hero {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%);
  padding: 100px 0;
  text-align: center;
}

.about-hero-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-hero-text {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  line-height: 1.8;
}

/* ── About Section Labels ── */
.about-label {
  color: #2d7dd2;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.about-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 16px;
}

.about-section-text {
  color: #666;
  line-height: 1.8;
  margin-bottom: 12px;
}

.about-btn-shop {
  background: #2d7dd2;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
}

.about-btn-shop:hover {
  background: #1a5fa8;
  color: #fff;
}
/* ── Mission & Vision Cards ── */
.mv-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s;
}

.mv-card:hover {
  transform: translateY(-6px);
}

.mv-icon {
  font-size: 2rem;
  color: #2d7dd2;
  margin-bottom: 20px;
}

.mv-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 14px;
}

.mv-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0;
}/* ── Products & Services Cards ── */
.ps-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s;
  border: 1px solid rgb(214, 214, 214);
}
.ps-card:hover {
  transform: translateY(-6px);
}

.ps-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 14px;
}

.ps-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #555;
  font-size: 0.88rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ps-list li i {
  color: #2d7dd2;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
/* ── Our Clients ── */
.clients-section {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%);
  padding: 70px 0;
}

.clients-icon {
  font-size: 2.8rem;
  color: #4a9eff;
  display: block;
  margin-bottom: 16px;
}

.clients-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.client-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px 24px;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  transition: background 0.3s;
}

.client-badge:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* ── Contact Hero Fix ── */
.contact-hero {
  background: linear-gradient(135deg, #0a1628 0%, #1a2f5e 50%, #0d1f3c 100%) !important;
  padding: 100px 0 !important;
  text-align: center;
}

.contact-hero-title {
  color: #fff !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  font-family: Georgia, serif !important;
}

.contact-hero-text {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.1rem !important;
}
/* ── Contact Section Heading ── */
.contact-section-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 8px;
}

/* ── Contact Info Card (updated) ── */
.contact-info-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border: 1px solid #e8e8e8;
}

.contact-info-title {
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 10px;
  font-size: 1rem;
}

.contact-info-text {
  color: #444;
  font-size: 0.92rem;
  margin-bottom: 6px;
}

/* ── WhatsApp Button ── */
.contact-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #28a745;
  color: #fff;
  border-radius: 14px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.contact-whatsapp-btn:hover {
  background: #1e7e34;
  color: #fff;
}

.contact-whatsapp-btn i {
  font-size: 1.3rem;
}

/* ── Contact Form (updated) ── */
.contact-form-card {
  background: #f4f6fb;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.contact-label {
  font-size: 1rem;
  font-weight: 600;
  color: #0a1628;
  margin-bottom: 8px;
  display: block;
}

.contact-input {
  width: 100%;
  padding: 16px 18px;
  border: 1.5px solid #d0d7e3;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  background: #fff;
  outline: none;
  transition: border 0.2s;
}

.contact-input:focus {
  border-color: #2d7dd2;
}

.contact-textarea {
  height: 180px;
  resize: vertical;
}

.contact-submit-btn {
  background: #4a7fd4;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 18px 32px;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}

.contact-submit-btn:hover {
  background: #2d5fa8;
  color: #fff;
}
/* ── Contact Map ── */
.contact-map-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  margin-bottom: 20px;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: 300px;
}
/* ══════════════════════════════
   FOOTER FIX
══════════════════════════════ */
.kmc-footer .footer-links li {
  color: rgba(255, 255, 255, 0.75) !important;
  margin-bottom: 10px;
  list-style: none;
}

.kmc-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  transition: color 0.2s;
}

.kmc-footer .footer-links li a:hover {
  color: #fff !important;
}

.kmc-footer .footer-links li i {
  color: rgba(255, 255, 255, 0.75) !important;
}

.kmc-footer .footer-desc {
  color: rgba(255, 255, 255, 0.75) !important;
}

.kmc-footer .footer-heading {
  color: #4a9eff !important;
  font-weight: 700;
  margin-bottom: 16px;
}
.product-page-section {
  background: #f4f6fb;
  padding: 50px 0;
}

.product-breadcrumb {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 24px;
}
.product-breadcrumb a {
  color: #2d7dd2;
  text-decoration: none;
}
.product-breadcrumb a:hover { text-decoration: underline; }
.product-breadcrumb span { color: #555; }

.product-main-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

.product-img-main {
  width: 100%;
  height: 380px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8f9fc;
  padding: 20px;
}

.product-img-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  justify-content: center;
}

.product-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  border: 2px solid #e0e7f0;
  padding: 4px;
  cursor: pointer;
  background: #f8f9fc;
  transition: border-color 0.2s;
}

.product-thumb.active,
.product-thumb:hover {
  border-color: #2d7dd2;
}

.product-cat-label {
  color: #2d7dd2;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0d1f3c;
  margin-bottom: 6px;
  line-height: 1.2;
}

.product-model {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.product-price-tag {
  font-size: 2rem;
  font-weight: 800;
  color: #2d7dd2;
  margin-bottom: 14px;
}

.product-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #28a745;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.product-description {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 22px;
  line-height: 1.7;
}

.product-features-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d1f3c;
  margin-bottom: 12px;
}

.product-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 24px;
}

.product-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #444;
}

.product-feature-item i {
  color: #2d7dd2;
  font-size: 1rem;
}

.product-qty-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.product-qty-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.qty-controls {
  display: flex;
  align-items: center;
  border: 1.5px solid #dde3ed;
  border-radius: 10px;
  overflow: hidden;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background: #f4f6fb;
  border: none;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
}

.qty-btn:hover { background: #e0e7f0; }

.qty-input {
  width: 48px;
  height: 40px;
  border: none;
  border-left: 1.5px solid #dde3ed;
  border-right: 1.5px solid #dde3ed;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  outline: none;
}

.btn-whatsapp-order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  margin-bottom: 10px;
}

.btn-whatsapp-order:hover {
  background: #218838;
  color: #fff;
}

.btn-wishlist-product {
  width: 48px;
  height: 48px;
  border: 1.5px solid #dde3ed;
  border-radius: 10px;
  background: #fff;
  color: #888;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.btn-wishlist-product:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}

.product-action-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-whatsapp-order-wrap { flex: 1; }

.product-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.product-share-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #888;
}

.product-share-row a {
  color: #2d7dd2;
  font-size: 1.1rem;
  text-decoration: none;
}

.related-section { margin-top: 50px; }

.related-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0d1f3c;
  margin-bottom: 20px;
}
.back-to-shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 0.95rem;
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.2s;
}

.back-to-shop:hover {
  color: #2d7dd2;
}
/* ── Cart Page ── */
.cart-section {
  background: #f5f7fa;
  min-height: 80vh;
  padding: 48px 0;
}

.cart-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a2f5e;
  margin-bottom: 24px;
}

/* ── Cart Table ── */
.cart-table-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e7f0;
  overflow: hidden;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table thead tr {
  background: #f0f4ff;
}

.cart-table thead th {
  padding: 14px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a2f5e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e0e7f0;
}

.cart-table tbody tr {
  border-bottom: 1px solid #f0f4ff;
  transition: background 0.15s;
}

.cart-table tbody tr:last-child {
  border-bottom: none;
}

.cart-table tbody tr:hover {
  background: #fafbff;
}

.cart-table td {
  padding: 16px 20px;
  vertical-align: middle;
  font-size: 0.92rem;
  color: #333;
}

/* ── Product Cell ── */
.cart-product-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e0e7f0;
}

.cart-product-name {
  font-weight: 600;
  color: #1a2f5e;
  font-size: 0.92rem;
  margin-bottom: 2px;
}

.cart-product-cat {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
}

/* ── Qty Controls ── */
.cart-qty-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #dde3ed;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}

.cart-qty-btn {
  background: #f0f4ff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  color: #2d7dd2;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-qty-btn:hover {
  background: #2d7dd2;
  color: #fff;
}

.cart-qty-input {
  width: 40px;
  height: 32px;
  border: none;
  border-left: 1.5px solid #dde3ed;
  border-right: 1.5px solid #dde3ed;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2f5e;
  outline: none;
}

/* ── Prices ── */
.cart-price {
  font-weight: 600;
  color: #2d7dd2;
  font-size: 0.95rem;
}

.cart-total-price {
  font-weight: 700;
  color: #1a2f5e;
  font-size: 0.95rem;
}

/* ── Remove Button ── */
.cart-remove-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.15s;
  padding: 4px;
}

.cart-remove-btn:hover {
  color: #e74c3c;
}

/* ── Back Link ── */
.cart-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2d7dd2;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.cart-back-link:hover {
  color: #1a5faa;
}

/* ── Order Summary Card ── */
.summary-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e7f0;
  padding: 28px 24px;
  position: sticky;
  top: 20px;
}

.summary-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2f5e;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f4ff;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.92rem;
  color: #555;
}

.summary-row.total {
  font-weight: 700;
  color: #1a2f5e;
  font-size: 1rem;
  padding-top: 14px;
  border-top: 1px solid #f0f4ff;
  margin-top: 4px;
}

.summary-row.total span:last-child {
  color: #2d7dd2;
  font-size: 1.1rem;
}

.free-delivery {
  color: #28a745;
  font-weight: 600;
}

/* ── Coupon ── */
.coupon-wrap {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.coupon-input {
  flex: 1;
  border: 1.5px solid #dde3ed;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  outline: none;
}

.coupon-input:focus {
  border-color: #2d7dd2;
}

.btn-apply {
  background: #1a2f5e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.btn-apply:hover {
  background: #2d7dd2;
}

/* ── Buttons ── */
.btn-whatsapp-cart {
  width: 100%;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 13px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.btn-whatsapp-cart:hover {
  background: #1da851;
  color: #fff;
}

.btn-checkout {
  width: 100%;
  background: #2d7dd2;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-checkout:hover {
  background: #1a5faa;
}

.btn-continue {
  width: 100%;
  background: #fff;
  color: #2d7dd2;
  border: 2px solid #2d7dd2;
  border-radius: 50px;
  padding: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: block;
  text-align: center;
}

.btn-continue:hover {
  background: #f0f4ff;
  color: #1a5faa;
}
