.header-icon {
  display: flex;
  align-items: center;
}

.header-button {
  margin-right: 0px !important;
  padding: 0px 15px !important;
  font-size: 15px !important;
  color: #009ce2 !important;
  background: #fff !important;
}

.header-button:hover {
  color: #fff !important;
  border: 2px solid #009ce2 !important;
  background: #009ce2 !important;
}

.header-button1 {
  margin-right: 0px !important;
  padding: 0px 15px !important;
  font-size: 15px !important;
  background: #009ce2 !important;
  color: #fff !important;
}

.header-button1:hover {
  color: #009ce2 !important;
  background: #fff !important;
  border: 2px solid #009ce2 !important;
}

.ro-works-section {
  margin-top: 40px;
}

.ro-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.ro-card:hover {
  transform: translateY(-5px);
}

.ro-icon {
  width: 90px;
  height: 90px;
  background: #e7f3ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.ro-icon img {
  width: 45px;
  height: auto;
}

.ro-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.ro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}

.ro-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.ro-card:hover {
  transform: translateY(-5px);
}

.ro-icon {
  font-size: 45px;
  color: #008ac8;
  margin-bottom: 20px;
}

.ro-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ro-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* Remove question bottom border when open */
.faq-question.active {
  border-bottom: none;
}

.faq-answer.open {
  padding: 10px 0px;
  max-height: 300px;
  border-bottom: 1px solid #e6e6e6;
}

/* Icon */
/* .faq-icon {
    font-size: 24px;
    transition: 0.3s;
}
.faq-icon.rotate {
    transform: rotate(45deg);
} */

.faq-card {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.faq-question {
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.3s ease;
  transform-origin: center;
}

/* Rotate when open */
.faq-card.active .faq-icon {
  transform: rotate(45deg); /* + becomes × */
}

/* Smooth height animation */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  transition: max-height 0.35s ease;
  padding-right: 10px;
  margin-top: 10px;
}

.category-section {
  text-align: center;
  padding: 60px 20px;
}

.category-text h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.category-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.shop-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.category-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.category-item {
  text-align: center;
}

.cat-circle {
  width: 150px;
  height: 150px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-circle img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.cat-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.cat-title sup {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

/* ---------------- MOBILE RESPONSIVE ---------------- */

@media (max-width: 768px) {
  .category-text h1 {
    font-size: 30px;
  }

  .category-list {
    gap: 30px;
  }

  .cat-circle {
    width: 110px;
    height: 110px;
  }

  .cat-circle img {
    width: 70px;
  }

  .cat-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .category-text h1 {
    font-size: 26px;
  }

  .cat-circle {
    width: 95px;
    height: 95px;
  }

  .cat-circle img {
    width: 60px;
  }

  .cat-title {
    font-size: 13px;
  }
}

.process {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 5px 10px;
}
.process-section {
  background: #f0f8ff;
  padding: 50px 20px;
}

/* Grid background like screenshot */
.process-section {
  /* background-image: linear-gradient(#1a1a1a 1px, transparent 1px),
                      linear-gradient(90deg, #1a1a1a 1px, transparent 1px); */
  background-size: 30px 30px;
}

.process-container {
  display: flex;
  justify-content: space-between;
  margin: 60px 0px;
}

/* Card Item */
.process-card {
  flex: 1;
  text-align: center;
  padding: 20px;
}

/* Step number bubble */
.step-circle {
  width: 55px;
  height: 55px;
  background: #009ce2; /* neon green */
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  font-size: 18px;
}

.process-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.process-card p {
  font-size: 15px;
  max-width: 260px;
  margin: 0 auto;
  opacity: 0.85;
}

/* Line Above Cards */
.tp-process-pp-border {
  max-width: 1200px;
  /* margin: 0 auto 40px auto; 
    opacity: 0.4; */
  margin-bottom: -57px;
}

.tp-process-pp-border svg {
  width: 100%;
  height: auto;
}

/* --- Mobile View: Horizontal Scroll --- */
@media (max-width: 768px) {
  .process-container {
    display: grid;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }

  .process-card {
    min-width: 250px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .process-container::-webkit-scrollbar,
  .cart-search,
  .second {
    display: none;
  }

  .achievement-box {
    border: none !important;
  }
}

/* Mobile: Hide by default on mobile devices */
.second {
  display: none; /* By default, hide on mobile devices */
}

/* Tablet (min-width: 768px, max-width: 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .second {
    display: none !important; /* Show on tablets */
  }
}

/* Laptop (min-width: 1025px, max-width: 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .second {
    display: block; /* Show on laptops */
  }
}

/* Desktop (min-width: 1201px) */
@media (min-width: 1201px) {
  .second {
    display: block; /* Show on desktops */
  }
}
/* .process-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 30px;
} */

/* Card styling */
.process-card {
  text-align: center;
  color: white;
}

.tp-process-pp-border svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ------ Mobile View (NO HORIZONTAL SCROLL) ------ */
@media (max-width: 768px) {
  /* Stack cards vertically */
  .process-container {
    grid-template-columns: 1fr; /* 1 column */
    gap: 30px;
  }

  /* SVG line stays full width */
  .tp-process-pp-border svg {
    width: 100%;
    max-width: 100%;
  }
}

/* LOOP CONTENT */
.loop-section {
  width: 100%;
  overflow: hidden;
  background: #f0f8ff;
  /* background: #cdf50d; */
  padding: 20px 0;
}

.loop-track {
  display: flex;
  width: max-content;
  gap: 80px;
  animation: scrollLoop 18s linear infinite;
  font-size: 32px;
  font-weight: 700;
  /* color: #000; */
}

.gradient-text {
  background: #273c81;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.loop-track span {
  white-space: nowrap;
}

/* infinite scroll */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* COUNTER */

.achievement-section {
  padding: 80px 0px 60px 0px;
  display: flex;
  justify-content: center;
  background: #f0f8ff;
}

.achievement-container {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.achievement-box {
  width: 250px;
  text-align: center;
  position: relative;
  border-right: 1px solid #ddd;
}

.achievement-box h2 {
  font-size: 58px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin: 0;
}

.achievement-box .plus,
.achievement-box .percent {
  font-size: 40px;
  font-weight: 700;
  margin-left: 4px;
}

.achievement-box p {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
/* 
.icon {
  width: 60px;
  height: auto;
  margin-top: 15px;
} */

.features-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.feature-box {
  flex: 1;
}

.feature-box .icon {
  margin-bottom: 15px;
  color: #000;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 16px;
  color: #555;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
    gap: 30px;
  }
}

/* ABOUT US PAGE */

/* =======================================================
   ABOUT SECTION – FINAL TEMPLATE STYLE
   ======================================================= */

/* Section Wrapper */
.fullwidth-section {
  width: 100%;
  overflow: hidden;
}

/* -------------------------------
   LEFT IMAGE (Worker Image Side)
-------------------------------- */
/* .fullwidth-section .image-column {
    position: relative;
    height: 100%;
    min-height: 520px;
    background-size: cover !important;
    background-position: center !important;
} */

.fullwidth-section .image-column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
   CLIENT COUNTER BOX
-------------------------------- */
.iconbox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0072c6;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 28px 45px;
  border-radius: 10px;
  z-index: 10;
}

.iconbox .icon {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 75px;
  text-align: center;
  margin-right: 18px;
  font-size: 32px;
  border-radius: 8px;
}

/* -------------------------------
   RIGHT CONTENT BOX
-------------------------------- */
.outer-box {
  background: #009ce2;
  position: relative;
  padding: 41px 60px;
  color: #fff;
  overflow: hidden;
}

/* Map / Shape image behind content */
.outer-box .shape-bg {
  position: absolute;
  left: 200px;
  right: -300px;
  bottom: 0;
  text-align: right;
  top: 70px;
}

.outer-box .shape-bg img {
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Content Layer above shape */
.outer-box .inner-container {
  position: relative;
  z-index: 5;
}

/* Heading */
.outer-box h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

/* Description Text */
.outer-box .text {
  font-size: 17px;
  color: #e8e8e8;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Bullet Lists */
.outer-box .list li {
  list-style: none;
  font-size: 17px;
  color: #fff;
  margin-bottom: 12px;
}

.outer-box .list li i {
  margin-right: 8px;
  font-size: 18px;
  color: #fff;
}

/* Button Style */
.theme_btn_2.small_btn_light span {
  padding: 12px 30px;
  border: 2px solid #fff;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}

.theme_btn_2.small_btn_light:hover span {
  background: #fff;
  color: #0072c6;
}

/* -------------------------------
   RESPONSIVE RULES
-------------------------------- */
@media (max-width: 1199px) {
  .outer-box {
    padding: 90px 45px;
  }
}

@media (max-width: 991px) {
  .outer-box {
    padding: 60px 30px;
  }
  .iconbox {
    position: relative;
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .outer-box h2 {
    font-size: 32px;
  }
  .iconbox {
    flex-direction: column;
    text-align: center;
  }
  .iconbox .icon {
    margin: 0 0 10px 0;
  }
}

.mission-vision-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mv-card {
  flex: 1 1 calc(50% - 15px); /* 2 cards in a row */
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  transition: 0.3s ease;
  border-right: 1px solid #ddd;
}

.mv-icon {
  font-size: 50px;
  color: #009ce2; /* theme color */
  min-width: 50px;
  margin-top: -28px;
}

.mv-text h4 {
  margin: 0 0 8px;
}

.mv-text p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.services-part-3 {
  display: none;
}

/* Responsive (mobile) */
@media (max-width: 768px) {
  .mv-card {
    flex: 1 1 100%; /* full width on mobile */
  }

  .services-part-1 {
    display: block;
  }

  .account-sidebar {
    display: none;
  }
}

@media (min-width: 992px) {
  .services-part-3 {
    display: block; /* visible on large screens */
  }

  .services-part-1 {
    display: none;
  }
}

/* Feature Section */
.feature-section {
  padding: 60px 0;
}

.feature-title span {
  font-weight: 600;
  color: #009ce2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

.feature-title h2 span {
  color: #009ce2;
}

/* Support Box */
.support-content {
  text-align: center;
  padding: 20px 10px;
  transition: all 0.3s ease;
}

.support-content:hover {
  transform: translateY(-5px);
}

/* Circle Icon Background */
.support-icon {
  width: 80px;
  height: 80px;
  background: #eef4ff;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

/* Title */
.support-content a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

/* Description Text */
.support-content p {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 1.6;
  padding: 0 10px;
}

/* Hover effect on text */
.support-content:hover a {
  color: #009ce2;
}

/* Responsive */
@media (max-width: 768px) {
  .support-icon {
    width: 110px;
    height: 110px;
  }

  .feature-title h2 {
    font-size: 32px;
  }

  .support-content a {
    font-size: 18px;
  }
}

/* GALLERY */

/* Zoom Popup Overlay */
.image-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.image-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Zoomed Image */
.image-popup-overlay img {
  max-width: 85%;
  max-height: 85%;
  border-radius: 10px;
  transform: scale(0.6);
  transition: transform 0.35s ease;
}

.image-popup-overlay.active img {
  transform: scale(1.3);
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* PRODUCT PAGE – CLEAN & UPDATED */

/* ===== FILTER SIDEBAR ===== */
.filter-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.filter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.filter-group {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

.filter-group h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.filter-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 8px;
}

.filter-list label {
  font-size: 14px;
  cursor: pointer;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  transition: none !important; /* Remove unwanted animations */
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;

  margin-bottom: 10px;
}

/* Title & Price */
.product-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-card .price {
  font-size: 15px;
  font-weight: 500;
}

.product-card del {
  color: #888;
  font-size: 13px;
}

/* Remove ALL hover movement effects */
.product-card:hover,
.product-card:focus,
.product-card:active {
  transform: none;
  box-shadow: none;
}

.product-card img {
  width: 100%;
  border-radius: 10px;
}

/* IMAGE WRAPPER FOR ICON POSITIONING */
.product-image-wrapper {
  position: relative;
}

/* ALWAYS VISIBLE HEART ICON */
.product-action-static {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.product-action-static i {
  width: 42px;
  height: 42px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #444;
  cursor: pointer;
  transition: 0.2s;
}

.product-action-static i:hover {
  background: #f2f2f2;
}

/* HOVER ICON GROUP */
.product-actions {
  position: absolute;
  top: 60px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.product-card-container:hover .product-actions {
  opacity: 1;
  pointer-events: auto;
}

/* HOVER ICON BUTTONS */
.product-actions i {
  width: 42px;
  height: 42px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #444;
  cursor: pointer;
  transition: 0.2s ease;
}

.product-actions i:hover {
  background: #f2f2f2;
}

/* PRODUCT INFO */
.product-info {
  text-align: center;
  margin-top: 15px;
}

.product-info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #0d0d3b;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  color: #0671e3;
}

.product-price .price {
  color: #666;
  font-size: 16px;
}

/* Product Text */
.product-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-price {
  font-weight: 700 !important;
  color: #009ce2;
  margin-bottom: 5px !important;
}

/* Text */
.product-count-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}
.product-count-text span {
  font-weight: 700;
}

/* Progress Bar */
.progress-bar {
  width: 300px;
  height: 8px;
  background: #eaeaea;
  border-radius: 20px;
  margin: 0 auto 35px auto;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0;
  background: #008ac8; /* peach like your example */
  border-radius: 20px;
  transition: width 0.3s ease;
}

#price-slider {
  height: 8px;
  background: #ddd;
}
.noUi-connect {
  background: red; /* slider active range color */
}
.noUi-handle {
  background: red; /* handle color */
  border: none;
  width: 20px;
  height: 20px;
  top: -6px;
}
.price-display {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 60px;
  text-align: center;
  background: #f9f9f9;
  font-weight: 600;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* LEFT - SORT BY */
.sort-by select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
}

/* FILTER BUTTON */
.filter-toggle {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  background: #fafafa;
  font-size: 14px;
  transition: 0.2s;
}
.filter-toggle:hover {
  background: #f1f1f1;
}

/* RIGHT – VIEW TOGGLE */
.view-toggle {
  display: flex;
  gap: 10px;
}

.view-btn {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; /* CENTER CENTER */
  transition: 0.2s ease;
}

.view-btn.active {
  background: #009ce2;
  border-color: #009ce2;
}

.view-btn.active i {
  color: #fff;
}

.view-btn i {
  font-size: 20px;
  color: #555;
}

/*.product-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* default 4 */
/* }*/
*/ .pagination {
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.pagination-btn {
  padding: 8px 15px;
  font-size: 16px;
  cursor: pointer;
  margin: 0px 5px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.pagination-btn:hover {
  background-color: #009ce2;
  color: white;
}

.pagination-btn:disabled {
  cursor: not-allowed;
  background-color: #e0e0e0;
  border-color: #ddd;
}

/* FILTER SIDEBAR */
.filter-sidebar {
  position: fixed;
  top: 0;
  left: -300px; /* Hidden initially */
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  transition: left 0.35s ease-in-out;
  overflow-y: auto;
}

/* When active */
.filter-sidebar.active {
  left: 0;
}

/* Overlay */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9998;
}

.filter-overlay.show {
  display: block;
}

/* Header */
.filter-header h5 {
  font-size: 18px;
  font-weight: 700;
}

.close-filter {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
}

/* MOBILE ONLY */
@media (min-width: 992px) {
  .filter-sidebar {
    display: none; /* Hide sidebar on desktop */
  }
}

.filter-sidebar {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.35s ease-in-out;
  overflow-y: auto;
  border-right: 1px solid #eee;
}

/* active */
.filter-sidebar.active {
  left: 0;
}

/* overlay */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9998;
  display: none;
}
.filter-overlay.show {
  display: block;
}

/* HEADER */
.filter-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.close-filter {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
}

/* FILTER BLOCK */
.filter-block {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* CHECKBOXES */
.filter-option {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.filter-option input {
  margin-right: 6px;
}

/* PRICE INPUT BOXES */
.price-input input {
  width: 48%;
  font-size: 13px;
  padding: 6px 8px;
}

.product-search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.search-btn {
  padding: 10px 18px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.price-filter-box {
  margin-bottom: 25px;
}

.filter-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.price-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.price-option {
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.price-option input {
  margin-right: 8px;
}

.custom-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-price input {
  width: 30%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 5px;
}

.apply-price {
  padding: 6px 14px;
  background: #0d6efd;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
}

.apply-price:hover {
  background: #0057d6;
}

/* MOBILE */
@media (max-width: 480px) {
  .custom-price input {
    width: 28%;
  }
  .apply-price {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.apply-filter-btn {
  width: 100%;
  padding: 10px;
  background: #0d6efd;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
}

/* ---------------------- */
/* HIDE EVERYTHING IN DESKTOP */
/* ---------------------- */
@media (min-width: 992px) {
  .filter-sidebar,
  .filter-overlay,
  .filter-btn {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .view-toggle,
  .filter-box {
    display: none; /* Hide view change buttons in mobile */
  }
}

/* MY ACCOUNT PAGE */

/* MAIN LAYOUT */
.account-section {
  padding: 100px 0px 100px 0px;
}

.account-container {
  display: flex;
  gap: 40px;
}

/* SIDEBAR */
.account-sidebar {
  width: 280px;
  background: #fafafa;
  padding: 40px 32px;
  border-radius: 16px;
}

.sidebar-profile {
  text-align: center;
  margin-bottom: 30px;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.profile-email {
  font-size: 14px;
  color: #777;
  margin: 4px 0 0;
}

/* SIDEBAR MENU */
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.sidebar-menu li i {
  font-size: 18px;
}

.sidebar-menu li.active {
  background: #fff;
  border: 1px solid #eee;
}

.sidebar-menu li:hover {
  background: #fff;
  border: 1px solid #eee;
}

/* CONTENT */
.account-content {
  flex: 1;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

/* FORM */
.account-form input,
.account-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
  transition: border 0.2s;
}

.account-form input:focus,
.account-form select:focus {
  border-color: #000;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row.full {
  display: block;
}

/* BUTTON */
.btn-update {
  background: #fff;
  color: #009ce2;
  padding: 14px 32px;
  border-radius: 50px;
  border: 2px solid #009ce2;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
}

.btn-update:hover {
  background: #009ce2;
  border: 2px solid #009ce2;
  color: #fff;
}

.my-account-wrap .my-account-content {
  width: 100% !important;
}

account-orders table {
  width: 100%;
  min-width: 700px;
}

.account-orders table thead,
.account-orders table td,
.account-orders table th {
  padding: 15px 20px;
}

.account-orders table thead tr {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
}

.account-orders table tbody {
  border: 1px solid #e9e9e9;
  border-top: 0;
}

.account-orders table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.login-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.login-card h3 {
  font-weight: 600;
  margin-bottom: 8px;
}

.login-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.social-login {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.social-login a {
  flex: 1;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: 0.3s;
}

.social-login a:hover {
  background: #f1f1f1;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.divider::before {
  margin-right: 10px;
}

.divider::after {
  margin-left: 10px;
}

.form-group {
  text-align: left;
  margin-bottom: 15px;
}

.form-group label {
  font-weight: 500;
}

.password-wrapper {
  position: relative;
}

.password-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.login-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.login-btn {
  background: #fff;
  color: #009ce2;
  border: 2px solid #009ce2;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

.login-btn:hover {
  background: #009ce2;
  border: 2px solid #009ce2;
  color: #fff;
}

.login-btn:hover {
  color: #fff;
}

.social-login img {
  width: 18px;
  height: 18px;
}

.tp-login-option-item a {
  font-size: 16px;
  color: #041226;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  font-family: var(--tp-ff-dm);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 198, 198, 0.4);
}

.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}

.tp-login-option-item {
  margin-bottom: 10px;
}

.tp-login-option-item.has-google a img {
  margin-right: 7px;
}

.tp-login-option-item.has-google a {
  width: 220px;
}

.tp-login-mail {
  position: relative;
  z-index: 1;
}

.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  z-index: -1;
  transition: 0.3s;
  background-color: #c6c6c6;
}

.tp-login-mail p {
  font-size: 15px;
  color: #55585b;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-family: var(--tp-ff-dm);
}

.tp-product-details-stock span {
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px 4px 12px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}

.cat {
  color: #777;
  font-size: 14px;
}

.title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stock-badge {
  background: #009ce2;
  color: #fff;
  font-size: 13px;
  padding: 2px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 5px;
}

.rating .stars {
  color: #f5b400;
  font-size: 18px;
}

.rating .review {
  color: #555;
  margin-left: 5px;
}

.desc {
  color: #666;
  font-size: 14px;
  margin: 10px 0;
}

.price .old {
  text-decoration: line-through;
  color: #aaa;
  margin-right: 10px;
}

.price .new {
  font-size: 25px;
  font-weight: 700;
  color: #009ce2;
}

.label {
  margin-top: 20px;
  font-weight: 600;
}

.color-options {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}

.color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s ease;
}

.color.c1 {
  background: #f6b93b;
}
.color.c2 {
  background: #ccc;
}
.color.c3 {
  background: #666;
}
.color.c4 {
  background: #b33939;
}

.qty-box button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.cart-row {
  margin-bottom: 15px;
}

.btn-cart {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.btn-buy {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background: #009ce2;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border: 2px solid #009ce2;
}

.btn-buy:hover {
  color: #009ce2;
  border: 2px solid #009ce2;
  background-color: #fff;
}
.extras {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #666;
}

.extras i {
  margin-right: 5px;
}

.meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.share-title {
  font-weight: 600;
}

.share-icons i {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.color.active {
  border: 2px solid #b4b4b4;
  transform: scale(1.1);
}

/* ---------- QUANTITY + ADD TO CART (ONE LINE) ---------- */
.cart-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* quantity box */
.qty-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 30px;
}

.extras a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.extras a:hover {
  color: #000;
}

/* ---------- SOCIAL ICONS (CLICKABLE) ---------- */
.share-icons a i {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.share-icons a:hover i {
  border-color: #000;
}

/* ---------- RESPONSIVE MOBILE ---------- */
@media (max-width: 480px) {
  .cart-section {
    flex-direction: column;
    align-items: stretch;
  }

  .qty-box {
    justify-content: center;
    width: 100% !important;
  }

  .btn-cart {
    width: 100%;
    text-align: center;
  }

  .extras {
    flex-direction: column;
    gap: 10px;
  }

  .extras a {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  .product-box {
    padding: 10px;
  }
}

.variant-section {
  margin: 20px 0;
}

/* Label */
.variant-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
  color: #263e7f;
}

.req {
  color: red;
}

/* Color Circles */
.variant-colors {
  display: flex;
  gap: 10px;
}

.color-variant {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

.color-variant.active {
  border: 2px solid #000;
  transform: scale(1.1);
}

/* Variant Button Options */
.variant-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.variant-btn {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
  transition: 0.2s;
}

.variant-btn.active {
  background: #009ce2;
  color: #fff;
  border-color: #009ce2;
}

.variant-btn:hover {
  border-color: #009ce2;
}

/* Select fields */
.variant-select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-top: 5px;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .variant-buttons {
    flex-direction: column;
  }
  .variant-btn,
  .back-home-btn {
    width: 100% !important;
    text-align: center;
  }
}

.product-tabs {
  width: 100%;
  margin-top: 30px;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.tab-buttons .tab-btn {
  background: none;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #777;
  cursor: pointer;
  position: relative;
}

.tab-buttons .tab-btn.active {
  color: #000;
}

/* Orange Marker */
.tab-indicator {
  position: absolute;
  bottom: -1.5px;
  height: 4px;
  width: 120px;
  background: #ff6600;
  border-radius: 50px;
  right: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}

/* ================================
   TAB CONTENT
================================ */
.tab-content {
  display: none;
  padding: 40px 0;
  animation: fade 0.3s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ================================
   SPECIFICATION TABLE
================================ */
.spec-table {
  width: 50%;
  border-spacing: 0;
  background: #fff;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
}

.spec-table tr {
  border-bottom: 1px solid #f3f3f3; /* light grey */
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table td {
  padding: 18px 22px;
  font-size: 16px;
  vertical-align: middle;
}

.spec-table td:first-child {
  width: 35%;
  font-weight: 600;
  color: #333; /* Dark grey like the image */
}

.spec-table td:last-child {
  color: #666; /* Light grey like the image */
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .tab-buttons .tab-btn {
    padding: 12px 18px;
    font-size: 16px;
  }

  .tab-indicator {
    width: 90px;
  }

  .spec-table td {
    padding: 14px 12px;
    font-size: 15px;
  }
}

.product-card {
  cursor: pointer;
}

.product-img {
  position: relative;
  margin-bottom: 20px;
}

.hot-badge,
.discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
}

.product-category {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}

.product-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-price {
  font-size: 16px;
  font-weight: 500;
}

.cart-section {
  background: #fff;
}

.cart-table-wrapper {
  border-radius: 14px;
  padding: 20px;
}

.cart-table thead {
  background: #f8f8f8;
}

.cart-table th {
  font-weight: 600;
  padding: 18px;
}

.cart-table td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 5px 0px 5px 0px;
}

.cart-img img {
  width: 70px;
  border-radius: 10px;
}

.cart-title {
  font-weight: 600;
  font-size: 16px;
}

.cart-price {
  font-weight: 600;
}

/* Quantity Box */
.qty-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
}

.w-70 {
  width: 75%;
}

.qty-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
}

.qty-box input {
  width: 30px;
  text-align: center;
  border: none;
}

/* Remove Button */
.remove-btn {
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  font-size: 14px;
}

/* Coupon and Update Box */
.coupon-box input {
  width: 70%;
  padding: 14px;
  border-radius: 40px;
  border: 1px solid #eee;
}

.apply-btn {
  background: #009ce2;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 40px;
  margin-left: 10px;
}

.update-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 35px;
  border-radius: 40px;
}

/* Right Card */
.checkout-card {
  padding: 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
}

.checkout-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.shipping-box h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ship-option {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.total-row {
  border: none;
  padding-top: 20px;
}

.checkout-btn {
  margin-top: 20px;
  display: block;
  background: #fff;
  color: #009ce2;
  border: 2px solid #009ce2;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  width: 100%;
}

.checkout-btn:hover {
  color: #fff;
  background-color: #009ce2;
  border: 2px solid #fff;
}

/* WRAPPER CARD */
.white-bg {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.wp-checkout-bill-inner {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

/* LABELS */
.wp-checkout-input label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.wp-checkout-input label span {
  color: #e63946;
}

/* INPUT FIELDS */
.wp-checkout-input input,
.wp-checkout-input textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 15px;
  background-color: #fafafa;
  transition: all 0.2s ease;
}

/* FOCUS EFFECT */
.wp-checkout-input input:focus,
.wp-checkout-input textarea:focus {
  border-color: #4e73df;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(78, 115, 223, 0.15);
}

/* TEXTAREA */
.wp-checkout-input textarea {
  min-height: 120px;
  resize: none;
}

/* SPACING */
.mb-10 {
  margin-bottom: 15px;
}

/* OPTIONAL FIELD LABEL COLOR */
.wp-checkout-input label span.optional {
  color: #999;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .wp-checkout-bill-inner {
    padding: 20px 15px;
  }

  .wp-checkout-input input,
  .wp-checkout-input textarea {
    font-size: 14px;
    padding: 10px 12px;
  }
}

/* OPTIONAL: FORM GROUP STYLE */
.wp-checkout-input {
  display: flex;
  flex-direction: column;
}

/* INPUT PLACEHOLDER COLOR */
.wp-checkout-input input::placeholder,
.wp-checkout-input textarea::placeholder {
  color: #888;
  font-size: 14px;
}

/* ----------------------------
   LOGIN + COUPON BOXES
-----------------------------*/
.wp-checkout-verify {
  background: #fff;
  border-radius: 14px;
  padding: 20px 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.wp-checkout-verify-item {
  border-bottom: 1px dashed #ccc;
  padding: 12px 0;
}

.wp-checkout-verify-item:last-child {
  border-bottom: none;
}

.wp-checkout-verify-reveal button {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  padding-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}

/* ----------------------------
   BILLING FORM CARD
-----------------------------*/
.wp-checkout-bill-area {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.wp-checkout-bill-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.wp-checkout-input label {
  font-weight: 600;
  font-size: 12px;
}

.wp-checkout-input input:focus,
.wp-checkout-input textarea:focus {
  border-color: #000;
  background: #fff;
}

.wp-checkout-input textarea {
  height: 120px;
}

/* Checkbox spacing */
.wp-checkout-option-wrapper {
  margin: 20px 0;
}

/* ----------------------------
   ORDER SUMMARY BOX (RIGHT SIDE)
-----------------------------*/
.wp-checkout-place {
  border-radius: 18px;
  background: #fff;
  padding: 30px 35px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.wp-checkout-place-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.wp-order-info-list ul {
  padding: 0;
  margin: 0;
}

.wp-order-info-list ul li {
  list-style: none;
  padding: 12px 0;
}

.wp-order-info-list-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.wp-order-info-list-desc {
  display: flex;
  justify-content: space-between;
  color: #222;
  font-size: 15px;
}

.wp-order-info-list-subtotal,
.wp-order-info-list-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 12px 0;
  border-top: 1px solid #eee;
}

.wp-order-info-list-total span:last-child {
  font-size: 20px;
  font-weight: 700;
}

.wp-order-info-list-shipping span {
  font-size: 14px;
}

/* ----------------------------
   PAYMENT SECTION
-----------------------------*/
.wp-checkout-payment-item {
  margin-top: 15px;
}

.wp-checkout-payment-item label {
  font-weight: 600;
  cursor: pointer;
}

.wp-checkout-payment-desc {
  background: #fafafa;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 10px;
  display: none;
}

input[type="radio"]:checked + label + .wp-checkout-payment-desc {
  display: block;
}

/* ----------------------------
   BUTTON
-----------------------------*/
.wp-checkout-btn {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 14px 0;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
}

.wp-checkout-btn:hover {
  background: #222;
}

/* ----------------------------
   RESPONSIVE
-----------------------------*/
@media (max-width: 991px) {
  .wp-checkout-place {
    margin-top: 25px;
  }
}

.thankyou-section {
  background: #f8f8f8;
  padding: 30px 15px;
  font-family: "Inter", sans-serif;
}

.thankyou-container {
  max-width: 850px;
  margin: auto;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ----- HEADING ----- */
.thankyou-title {
  font-size: 26px;
  color: #222;
  margin-bottom: 25px;
}

/* ----- ORDER SUMMARY BOXES ----- */
.order-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.summary-box {
  flex: 1;
  /* padding: 18px; */
  border-right: 1px solid #ececec;
}

.summary-box .label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
}

.summary-box .value {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}

/* ----- ORDER TABLE ----- */
.order-details {
  margin-top: 20px;
}

.section-heading {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  border-left: 4px solid #000;
  padding-left: 10px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
}

.order-table th,
.order-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eee;
}

.order-table th {
  background: #f3f3f3;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.order-table .total-row td {
  font-size: 16px;
  font-weight: 700;
}

/* ----- CUSTOMER DETAILS ----- */
.customer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.customer-box {
  flex: 1;
  min-width: 260px;
}

.customer-box h3 {
  font-size: 18px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #222;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 600px) {
  .order-summary {
    flex-direction: column;
  }

  .customer-wrapper {
    flex-direction: column;
  }

  .thankyou-container {
    padding: 20px;
  }
}

.back-home-btn {
  display: grid;
  margin: 25px auto 0;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #009ce2;
  color: #009ce2;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  text-align: center;
  width: 40%;
}

.back-home-btn:hover {
  background: #009ce2;
  color: #fff;
  border: 2px solid #009ce2;
}

/* CARD */
.order-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e8e8e8;
}

/* HEADER */
.order-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.order-img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  object-fit: cover;
}

.order-status {
  background: #e6e339;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.order-id {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

/* INFO GRID */
.order-info-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.label {
  color: #777;
  font-size: 14px;
}

.value {
  font-weight: 600;
  font-size: 15px;
}

/* TABS */
.order-tabs {
  margin-top: 25px;
}

.tab-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.tab-menu li {
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
}

.tab-menu li.active {
  color: #000;
  border-bottom: 2px solid #4a90e2;
}

/* TIMELINE */
.timeline {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  height: 100%;
  background: #e0e0e0;
}

.dot {
  width: 14px;
  height: 14px;
  background: #cfcfcf;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 0;
}

.dot.success {
  background: #4caf50;
}

.timeline .content h5 {
  font-size: 15px;
  font-weight: 700;
}

.timeline .time {
  font-size: 13px;
  color: #666;
}

/* ITEM DETAILS */
.item-detail-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.detail-img {
  width: 65px;
  border-radius: 8px;
}

/* PRICE LIST */
.price-list {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* RECEIVER TAB */
.success-text {
  color: #2b8a3e;
  font-weight: 600;
}

.detail-list li {
  margin: 5px 0;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .order-info-grid {
    grid-template-columns: 1fr;
  }

  .tab-menu {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.order-table th,
.order-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #ececec;
  text-align: left;
}

.order-table th {
  background: #f7f7f7;
  font-weight: 700;
}

.order-table tfoot th {
  background: #fafafa;
  font-size: 16px;
  font-weight: 700;
  border-top: 2px solid #ddd;
}

/* QUICK VIEW MODAL */
.qv-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100000;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.qv-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  animation: scaleIn 0.3s ease;
  position: relative;
}

@keyframes scaleIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.qv-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #444;
}

.qv-rating {
  font-size: 18px;
  color: #ffc107;
}

.qv-qty-box button {
  background: #eee;
  border: none;
  padding: 6px 12px;
  font-size: 20px;
  border-radius: 6px;
}

.qv-qty-box span {
  margin: 0 10px;
  font-size: 18px;
}

.qv-add-cart {
  background: #e3006d;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  margin-right: 10px;
}

.qv-info-btn {
  background: #f0f0f0;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
}

.quick-view-btn {
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.quick-view-btn i {
  font-size: 16px;
}

.modal-content {
  padding: 30px;
  border-radius: 8px;
}
.modal-header {
  border-bottom: 2px solid #f1f1f1;
}
.modal-footer {
  border-top: 2px solid #f1f1f1;
}
.form-control {
  border-radius: 5px;
  padding: 12px;
}
.tp-login-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.tp-login-mail p {
  font-size: 16px;
}
#qv-desc {
  text-align: justify;
}
#qv-category {
  margin: 5px 0px;
}

/*description*/

.description-wrapper {
  /* position: relative;  */
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* .description-wrapper:not(.expanded)::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 3px 0 0px; 
    top: 40px;
    background: white; 
} */

.description-wrapper.expanded {
  max-height: 2000px;
}

.description-wrapper.expanded::after {
  content: none;
}

/*validation*/

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.error-message {
  color: #dc3545;
  font-size: 0.8rem;
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -10px;
  background: #ffffff; /* white background */
  color: #009ce2; /* blue text */
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid white;
  line-height: 1;
  min-width: 20px;
  text-align: center;
}
