.category-showcase .thumb {
  border-radius: 10px;
  overflow: hidden;
}

.category-showcase .thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.category-showcase .content {
  padding-top: 12px;
}

.category-showcase .title {
  font-size: 15px;
  margin: 0;
}

/* Intro block */
.brand-section {
  background: #f5f5f5;
}

/* Intro text toggle */
.brand-intro-text {
  margin-bottom: 10px;
}

.intro-toggle {
  margin-top: 8px;
}

/* Category slider labels */
.category-single-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-single-item img {
  width: 100%;
  display: block;
}

.category-single-item .cat-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  /* padding: 8px 10px; */
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.category-single-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* Product slider cards */
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.08); */
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card .product-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 220px;
}

.product-card .product-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}

.product-card .product-title {
  font-size: 15px;
  line-height: 1.4;
  color: #1a1d29;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;

}

.product-card .product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
}

.product-card .price {
  color: #1a1d29;
  font-weight: 700;
}

.product-card .old-price {
  color: #8f8f8f;
  text-decoration: line-through;
}

.product-card .off {
  color: #1baa5c;
  font-weight: 700;
}

.product-card .product-rating {
  font-size: 14px;
  color: #f5a623;
  font-weight: 700;
}

.product-card .product-rating .count {
  color: #6c757d;
  font-weight: 500;
  margin-left: 4px;
}

/* Banner slider spacing */
.home-banner-slider .swiper-slide {
  padding: 10px 0;
}

/* Home furnishing grid */


.hf-card {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #eef0f7;
  height: 100%;
}

.hf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.hf-card .hf-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hf-card .hf-body {
  padding: 14px;
}

.home-furnishing-section {
  background: #f9f8ef;
}

/* News and trends */
.news-trends-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef0f7;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-trends-card-image img {
  width: 100%;
  display: block;
}

.news-trends-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.news-trends-card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #1a1d29;
}

.news-trends-card-description {
  font-size: 14px;
  /* color: #dadada; */
  margin: 0;
}

/* Customer reviews */
.customer-review-section {
  background: #f5f5f5;
}

.review-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #bfc1c9;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.06); */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.review-body {
  /* padding: 14px; */
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-text {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  max-height: 80px;
  overflow-y: auto;
}

.review-rating {
  color: #f5a623;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-author {
  font-weight: 700;
  color: #1a1d29;
}

.review-city {
  font-size: 13px;
}

/* Furniture information content */
.furniture-info-content {
  /* max-width: 900px; */
  margin: 0 auto;
  line-height: 1.8;
}

.furniture-info-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1d29;
  margin: 40px 0 20px;
}

.furniture-info-content h2:first-child {
  margin-top: 0;
}

.furniture-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1d29;
  margin: 20px 0 10px;
}

.furniture-info-content p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 15px;
  text-align: justify;
}

.furniture-info-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.furniture-info-content ol li {
  margin-bottom: 25px;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.7;
}

.furniture-info-content ol li p {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: justify;
}

.furniture-info-content a {
  color: #dc3545;
  text-decoration: none;
  font-weight: 500;
}

.furniture-info-content a:hover {
  text-decoration: underline;
}

.furniture-info-content strong {
  font-weight: 700;
  color: #1a1d29;
}

@media (max-width: 768px) {
  .furniture-info-content h2 {
    font-size: 24px;
  }

  .furniture-info-content h3 {
    font-size: 18px;
  }

  .furniture-info-content p,
  .furniture-info-content ol li {
    font-size: 15px;
  }
}

/* Sitemap styles */
.sitemap-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.sitemap-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1d29;

}

.sitemap-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sitemap-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1d29;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc3545;
}

.sitemap-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}

.sitemap-content ul li {
  margin: 0;
}

.sitemap-content ul li a {
  color: #4a4a4a;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.sitemap-content ul li a:hover {
  color: #dc3545;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .sitemap-title h2 {
    font-size: 28px;
  }

  .sitemap-content {
    padding: 20px;
  }

  .sitemap-content h2 {
    font-size: 20px;
  }

  .sitemap-content ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .sitemap-content ul li a {
    font-size: 14px;
  }
}

/* Media section styles */
.media-section {
  padding: 60px 0;
  background: #fff;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.media-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e6e6e6;
}

.media-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.media-image-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
}

.media-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  display: block;
  transition: transform 0.3s ease;
}

.media-item:hover .media-image {
  transform: scale(1.05);
}

.media-info {
  padding: 20px;
  text-align: center;
}

.media-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1a1d29;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.media-title:hover {
  color: #dc3545;
}

.media-date {
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .media-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .media-image-wrapper {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .media-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .media-image-wrapper {
    height: 220px;
  }

  .media-title {
    font-size: 16px;
  }

  .media-date {
    font-size: 13px;
  }
}

/* Contact section styles */
.contact-section {

  background: #fff;
}

.contact-header {
  margin-bottom: 50px;
}

.contact-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1d29;
  margin-bottom: 15px;
  font-family: 'Georgia', 'Times New Roman', serif;
}

.contact-hours {
  font-size: 16px;
  color: #6c757d;
  font-weight: 400;
  margin: 0;
}

.contact-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 35px 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e6e6e6;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.contact-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1d29;
  margin-bottom: 25px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4a4a4a;
}

.contact-item i {
  font-size: 18px;
  color: gray;
  min-width: 20px;
}

.contact-item a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #dc3545;
}

@media (max-width: 768px) {
  .contact-main-title {
    font-size: 36px;
  }

  .contact-hours {
    font-size: 14px;
  }

  .contact-card {
    padding: 25px 20px;
  }

  .contact-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact-item {
    font-size: 15px;
  }
}

/* Bulk order page */


.bulk-order-banner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}



.bulk-heading {
  font-size: 32px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bulk-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  /* max-width: 1180px; */
  text-align: justify;
  margin: 0 auto 40px;
}

.bulk-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-items: center;
}

.bulk-card {
  background: #fcf5ed;
  border: 1px solid #f2e5d8;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;

  /* FIX SIZE */
  min-height: 260px;
  /* 🔥 same height for all cards */
  width: 100%;
  /* 🔥 width controlled by Bootstrap column */

  /* ALIGN CONTENT */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.bulk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.bulk-icon {
  margin-bottom: 12px;
}

.bulk-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

/* Bulk create pack */
.bulk-order-packages-section {

  background: linear-gradient(135deg, #000000 0%, #372601 100%);
  color: #fff;
}

.bulk-form-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.bulk-form-content .pg-heading {
  font-size: 30px;
  font-weight: 700;
}

.btn-forbulk-form {
  background: #ff8000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-forbulk-form:hover {
  background: #e96f00;
}

.list-_ul-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.list-_ul-2 li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  /* border-radius: 8px; */
  font-weight: 600;
  text-decoration: none;
}

.list-_ul-2 li a:hover {
  background: #f1f1f1;
}

.women-insofa img {
  max-width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .bulk-form-content {
    margin-top: 20px;
  }
}

/* Customise now */

.list-for-custom {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.custom-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 50px;
  border: 3px dashed;
  background: #f9f9f9;
  font-weight: 700;
  color: #1a366c;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}


.chip-blue {
  border-color: #1a366c;
  color: #1a366c;
}

.chip-green {
  border-color: #1baa5c;
  color: #20a153;
}

.chip-red {
  border-color: #fe3a3a;
  color: #ff6767;
}

.custom-chip:hover {
  transform: translateY(-2px) scale(1.02) translateX(2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: #ff7004;
}

.custom_btn_n {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  border-radius: 30px;
  background: #ff8000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom_btn_n:hover {
  background: #e96f00;
  color: #fff;
}


/* Info header page */
.info-header-container {
  border-bottom: 1px solid #e0e0e0;
}

.info-heading h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.info-heading p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}

.order-sec {
  gap: 12px;
  font-size: 14px;
  color: #444;
}

.order-sec .mang-order-btn {
  padding: 8px 14px;
  background: #ff8000;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.order-sec .mang-order-btn:hover {
  background: #e96f00;
}

.info-page .info-sidebar {
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
}

.info-page .info-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-page .info-nav li {
  border-bottom: 1px dotted #e0e0e0;
}

.info-page .info-nav li a {
  display: block;
  padding: 14px 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.info-page .info-nav li.active a {
  color: #ff8000;
  font-weight: 700;
}

.info-page .info-nav li a:hover {
  color: #ff8000;
}

.info-page .info-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-page .info-content p {
  color: #4a4a4a;
  line-height: 1.6;
}

.info-block {
  margin-bottom: 32px;
}

.info-accordion {
  margin: 20px 0 10px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.info-accordion .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 8px;
  overflow: hidden;
}

.info-accordion .accordion-button {
  padding: 14px 16px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
}

.info-accordion .accordion-button:focus {
  box-shadow: none;
}

.info-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #ff8000;
}

.info-accordion .accordion-body {
  border-top: 1px solid #e5e5e5;
  padding: 12px 16px;
  color: #555;
  line-height: 1.6;
}

/* Postal Address Styles */
.postal-heading {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}

.postal-locations {
  margin-top: 20px;
}

.postal-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.postal-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.postal-card-content {
  flex: 1;
}

.postal-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.postal-card-address {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.postal-btn {
  /* border: none; */
  color: #fff;
  transition: background 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.postal-btn:hover {
  color: #fff;
}

/* Furniture Information Styles */
.furniture-information-wrapper {
  position: relative;
}

.furniture-information-content {
  transition: all 0.3s ease;
}


.read-more--toggle-funiture-content {
  display: none;
}

.read-more-toggle-funiture-btn {
  color: #c17f32;
  cursor: pointer;
  font-weight: 600;
}


/* View Toggle Styles */
.view-as-options {
  margin-left: 15px;
}

.view-label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-right: 8px;
}

.view-toggle {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 2px;
  background: #fff;
}

.view-toggle .view-btn:not(:last-child) {
  margin-right: 5px;
}

.view-btn {
  background: transparent;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-btn:hover {
  background: #f5f5f5;
  color: #333;
}

.view-btn.active {
  background: #ff7004;
  color: #fff;
}

.view-btn i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .view-as-options {
    margin-left: 10px;
  }

  .view-label {
    font-size: 12px;
    margin-right: 5px;
  }

  .view-btn {
    padding: 5px 8px;
  }

  .view-btn i {
    font-size: 14px;
  }
}

/* Category Header Section Styles - Enhanced */
.category-header-section {
  background: linear-gradient(135deg, #f9f8ef 0%, #f5f5f5 100%);
  position: relative;
  overflow: hidden;
}

.category-header-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 112, 4, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.category-header-wrapper {
  gap: 30px;
  position: relative;
  z-index: 1;
}

.category-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1d29;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.category-count {
  font-size: 16px;
  color: #ff7004;
  margin-bottom: 16px;
  font-weight: 600;
}

.category-description {
  position: relative;
  max-width: 800px;
}

.category-desc-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.category-read-more {
  color: #ff7004;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
}

.category-read-more:hover {
  color: #e66300;
  gap: 8px;
}

.category-read-more::after {
  content: '→';
  transition: transform 0.3s ease;
}

.category-read-more:hover::after {
  transform: translateX(4px);
}







/* Category Navigation Row Styles - Enhanced */
.category-nav-row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ff7004 #f5f5f5;
}

.category-nav-row::-webkit-scrollbar {
  height: 6px;
}

.category-nav-row::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

.category-nav-row::-webkit-scrollbar-thumb {
  background: #ff7004;
  border-radius: 10px;
}

.category-nav-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 12px;
  border-radius: 12px;
  min-width: 110px;
  background: #fff;
  border: 2px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
}

.category-nav-item:hover {
  background: #fff;
  border-color: #ff7004;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 112, 4, 0.15);
}

.category-nav-item.active {
  background: linear-gradient(135deg, #fff3e6 0%, #ffe8d1 100%);
  border-color: #ff7004;
  box-shadow: 0 4px 12px rgba(255, 112, 4, 0.2);
}

.category-nav-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.category-nav-item:hover .category-nav-icon {
  background: linear-gradient(135deg, #fff3e6 0%, #ffe8d1 100%);
}

.category-nav-item.active .category-nav-icon {
  background: linear-gradient(135deg, #ff7004 0%, #ff8a2a 100%);
}

.category-nav-icon i {
  font-size: 28px;
  color: #666;
  transition: all 0.3s ease;
}

.category-nav-item:hover .category-nav-icon i {
  color: #ff7004;
  transform: scale(1.1);
}

.category-nav-item.active .category-nav-icon i {
  color: #fff;
}

.category-nav-image {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 3px solid #f0f0f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.category-nav-item:hover .category-nav-image {
  border-color: #ff7004;
  box-shadow: 0 4px 12px rgba(255, 112, 4, 0.2);
  transform: scale(1.05);
}

.category-nav-item.active .category-nav-image {
  border-color: #ff7004;
  box-shadow: 0 4px 16px rgba(255, 112, 4, 0.3);
}

.category-nav-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-nav-item:hover .category-nav-image img {
  transform: scale(1.1);
}

.active-checkmark {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #ff7004 0%, #ff8a2a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(255, 112, 4, 0.4);
  border: 2px solid #fff;
}

.category-nav-label {
  font-size: 13px;
  color: #555;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.category-nav-item:hover .category-nav-label {
  color: #ff7004;
}

.category-nav-item.active .category-nav-label {
  color: #ff7004;
  font-weight: 700;
}

/* Product Filter Transitions */
.product-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}

.product-item[style*="display: none"] {
  opacity: 0;
  transform: scale(0.95);
}

/* Shop Top Bar Styles */
.filters-section {
  display: flex;
  align-items: center;
}

.filters-btn {
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  transition: all 0.2s ease;
}

.filters-btn:hover {
  background: #f5f5f5;
  border-color: #ff7004;
  color: #ff7004;
}

.filters-btn i {
  font-size: 18px;
}

.shop-top-bar {
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
  .category-header-wrapper {
    flex-direction: column;
  }

  .category-live-demo {
    align-self: flex-start;
  }

  .category-title {
    font-size: 24px;
  }

  .shop-top-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
}




/* krishna sharma */

.product-customer-stories {
  background-color: #f9f9f9;
}

.product-section-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.product-section-subtitle {
  color: #666;
  font-size: 14px;
}

/* Card */
.product-story-card {
  background: #fff;
  /* border: 1px solid #eee; */
  /* border-radius: 0px; */
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.product-story-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Image */
.product-story-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Body */
.product-story-body {
  padding: 15px;
}

.product-story-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  align-items: start;
}

.product-story-rating {
  color: #e27a34;
  font-size: 13px;
  margin-bottom: 6px;
  align-items: start;

}

.product-story-text {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

/* Footer */
.product-story-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #777;
}

.product-story-name {
  font-weight: 500;
}


/* PRODUCT CUSTOMER BANNER */
.product-customer-banner {
  padding: 60px 0;
  background: url("https://images.woodenstreet.de/wsnew2024/static-webmedia/images/customer/cust-banner.png") no-repeat center/cover;
}

.product-customer-content h3 {
  color: #e27a34;
  font-weight: 600;
}

.product-customer-title {
  font-size: 2rem;
  margin: 15px 0;
}

.product-customer-rating {
  margin-bottom: 20px;
}

.product-rating-stars {
  color: #e27a34;
  font-size: 18px;
}

.product-rating-count {
  margin-left: 10px;
  color: #666;
}

.product-review-btn {
  border-radius: 30px;
  padding: 10px 25px;
}

/* VIDEO */
.product-customer-video {
  cursor: pointer;
}

.product-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 18px;
}

/* HAPPY CUSTOMERS */
.product-happy-customers {
  padding: 60px 0;
}

.product-section-title {
  text-transform: uppercase;
  font-weight: 600;
}

.product-section-desc {
  max-width: 700px;
  margin: auto;
  color: #666;
}

.product-customer-card {
  position: relative;
  overflow: hidden;
}

.product-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.product-customer-card:hover .product-card-play {
  opacity: 1;
}


/* ===============================
COMMON
================================ */
.product-section-title {
  font-size: 32px;
  font-weight: 600;
  color: #2b2b2b;
}

.product-section-text {
  color: #555;
  margin: 15px 0 20px;
}

/* ===============================
WAREHOUSE
================================ */
.product-warehouse-stats {
  padding-left: 18px;
}

.product-warehouse-stats li {
  margin-bottom: 8px;
  font-weight: 500;
}

.product-image-card {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
PROJECTS
================================ */
.product-project-card {
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
STORIES
================================ */
.product-story-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  /* text-align: center; */
  height: 100%;
}

.product-story-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.product-story-card p {
  font-size: 14px;
  color: #555;
  align-items: start;
}

.product-story-card h5 {
  margin: 10px 0 0;
  font-size: 16px;
}

.product-story-card span {
  font-size: 13px;
  color: #888;
}

/* ===============================
RESPONSIVE
================================ */
@media (max-width: 768px) {
  .product-section-title {
    font-size: 24px;
  }

  .product-image-card,
  .product-project-card {
    height: 140px;
  }
}


/* ===============================
COMMON
================================ */
.product-section-title {
  font-size: 32px;
  font-weight: 600;
  color: #2b2b2b;
}

.product-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #f3601e;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.product-btn:hover {
  background: #e24f12;
}

/* ===============================
BANNER
================================ */
.product-banner {
  background: url("../images/design-partners/banner.jpg") no-repeat center bottom/cover;
  padding: 90px 0;
}

.product-banner-title {
  font-size: 42px;
  color: #fff;
}

.product-banner-text {
  color: #fff;
  margin: 15px 0 30px;
}

/* ===============================
DESIGNER SECTION
================================ */
.product-designer-list {
  padding-left: 20px;
}

.product-designer-list li {
  margin-bottom: 15px;
}

.product-designer-list h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

/* ===============================
STATS
================================ */
.product-stats-list li {
  list-style: none;
  font-size: 18px;
}

/* ===============================
WAREHOUSE
================================ */
.product-warehouse-card {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-warehouse-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
RESPONSIVE
================================ */
@media (max-width: 768px) {
  .product-banner-title {
    font-size: 28px;
  }

  .product-section-title {
    font-size: 24px;
  }
}


/* ===============================
COMMON
================================ */
.product-section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2e2e2e;
}

.product-section-heading p {
  font-size: 15px;
  color: #666;
}

.product-highlight {
  color: #e27a34;
  font-weight: 600;
}

.product-card-col {
  display: flex;
}

/* ===============================
HOME SOLUTION CARDS
================================ */
.product-solution-card {
  width: 100%;
  min-height: 230px;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #333;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform .3s;
}

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

.product-solution-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}

.product-solution-card p {
  margin-top: 10px;
  font-weight: 500;
}

/* ===============================
STRENGTH IMAGE CARDS
================================ */
.product-image-card {
  width: 100%;
  height: 260px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
BUSINESS MODEL
================================ */
.product-business-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.product-business-box h3 {
  margin-top: 20px;
  font-size: 18px;
}

.product-business-box ul {
  padding-left: 18px;
}

/* ===============================
SUCCESS STORIES
================================ */
.product-story-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.product-story-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.product-story-card span {
  font-size: 13px;
  color: #777;
}

/* ===============================
BUTTON
================================ */
.product-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #e27a34;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

.product-btn:hover {
  background: #e57200;
}

/* ===============================
MOBILE
================================ */
@media (max-width: 576px) {
  .product-section-heading h2 {
    font-size: 24px;
  }

  .product-solution-card img {
    height: 130px;
  }

  .product-image-card {
    height: 220px;
  }
}


/* ==============================
   COMMON SECTION HEADING
================================ */
.product-section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2e2e2e;
}

.product-section-heading p {
  color: #666;
  font-size: 15px;
}

.product-highlight {
  color: #e27a34;
}

/* ==============================
   COMMON CARD RULE (IMPORTANT)
================================ */
.product-store-card,
.product-partner-card,
.product-layout-card {
  height: 100%;
}

/* ==============================
   STORE CARDS (4-4 GRID)
================================ */
.product-store-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  min-height: 260px;
  padding: 16px;

  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-store-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.product-store-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.product-store-card p {
  margin-top: 12px;
  font-weight: 500;
  text-align: center;
}

/* ==============================
   PARTNER CARDS (WHY PARTNER)
================================ */
.product-partner-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  min-height: 210px;
  padding: 25px 15px;

  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  text-align: center;
}

.product-partner-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 14px;
}

.product-partner-card p {
  font-size: 14px;
  line-height: 1.4;
  min-height: 40px;
  color: #333;
}

/* ==============================
   STORE LAYOUT CARDS
================================ */
.product-layout-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

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

/* ==============================
   BUTTON
================================ */
.product-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #e27a34;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.product-btn:hover {
  background: #e57200;
}

/* ==============================
   BOOTSTRAP GRID FIX
================================ */
/* USE THIS WITH COLS */
.product-card-col {
  display: flex;
}

.product-card-col>* {
  width: 100%;
}

/* ==============================
   MOBILE RESPONSIVE FIX
================================ */
@media (max-width: 576px) {
  .product-store-card img {
    height: 140px;
  }

  .product-layout-card img {
    height: 200px;
  }

  .product-section-heading h2 {
    font-size: 26px;
  }
}


/* become a franchise */
.product-top-stories-section {
  overflow: hidden;
}

.product-section-heading h2 {
  font-size: 32px;
  color: #2e2e2e;
}

.product-story-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.product-story-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #3e2723;
  /* width: 300px; */
}

.product-story-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  /* width: 300px; */
}

.product-story-image img {
  border-radius: 10px;
  width: 400px;
}

/* Vertical Card */
.product-story-vertical {
  display: block;
}

.product-story-vertical img {
  width: 100%;
  max-width: 100%;
}

/* View All Button */
.product-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  border-radius: 30px;
  background: #e27a34;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.product-view-all-btn:hover {
  background: #e57200;
}

/* Responsive */
@media (max-width: 767px) {
  .product-story-card {
    flex-direction: column;
    /* text-align: center; */
  }

  .product-story-image img {
    max-width: 100%;
  }
}


/* partner with us page */
/* FULL PAGE CONTAINER */
.partner-page {
  width: 100%;
  min-height: 100vh;
  background: #f8f5f2;
}

/* HERO SECTION */
.partner-hero {
  min-height: 60vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/banner/partner-bg.jpg");
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.partner-hero h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

.partner-hero p {
  font-size: 16px;
  max-width: 700px;
  opacity: 0.95;
}

/* CONTENT SECTION */
.partner-content {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

/* BENEFITS */
.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.benefit-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.benefit-box h3 {
  color: #6d4c41;
  margin-bottom: 12px;
}

.benefit-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* FORM SECTION */
.partner-form {
  background: #fff;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.partner-form h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #5d4037;
}

.partner-form p {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 35px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  margin-bottom: 6px;
  color: #5d4037;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
}

.form-group textarea {
  resize: none;
  height: 120px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #8d6e63;
}

/* BUTTON */
.submit-btn {
  margin-top: 30px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #8d6e63, #6d4c41);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

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

/* blog */
/* FULL SIZE CONTAINER */
.page-container {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/banner/login-bg.jpg");

  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Glass Card */
.login-wrapper {
  width: 420px;
  padding: 45px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.login-wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.login-wrapper p {
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 35px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.form-group input {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.form-group input:focus {
  box-shadow: 0 0 0 2px #d7b98e;
}

.options {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 30px;
}

.options a {
  color: #f5deb3;
  text-decoration: none;
}

.login-btn {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d7b98e, #b08968);
  color: #3e2723;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

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

.signup {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
}

.signup a {
  color: #f5deb3;
  text-decoration: none;
}

/* help */
.product-help-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-help-subtitle {
  color: #6c757d;
  font-size: 14px;
}

.product-faq-category .list-group-item {
  cursor: pointer;
  font-weight: 500;
}

.product-faq-category .active {
  background-color: #e66b47;
  border-color: #e66b47;
}

.product-faq-heading {
  margin-bottom: 1rem;
  font-weight: 600;
}

.product-faq-accordion .accordion-button {
  font-weight: 500;
}

.product-faq-accordion .accordion-body {
  font-size: 14px;
  line-height: 1.8;
}

/* Mobile */
@media (max-width: 768px) {
  .product-faq-category {
    display: flex;
    overflow-x: auto;
  }

  .product-faq-category .list-group-item {
    white-space: nowrap;
  }
}


/* About us */
/* PRODUCT ABOUT BANNER */
.about-banner-txt {
  width: 75%;
}

.product-about-banner {
  position: relative;
  padding: 4rem 0;
  background: url("../images/about-image/about.jpg") center top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;

}

/* Dark overlay for readability */
.product-about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image:url("../images/about-image/about.jpg"); */
}

/* Content wrapper */
.product-breadcrumb-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* Title */
.product-breadcrumb-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Description */
.product-breadcrumb-text {
  font-size: 1.05rem;
  max-width: 720px;
  line-height: 1.6;
}

/* Highlight text */
.product-breadcrumb-highlight {
  color: #fd8500;
  font-size: 1rem;
  margin-top: 0.75rem;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-banner-txt {
    width: 65%;
  }

  .product-breadcrumb-title {
    font-size: 1.8rem;
  }

  .product-breadcrumb-text {
    font-size: 1rem;
  }
}

@media (max-width : 768) {
  .about-banner-txt {
    width: 50%;
  }

  .product-breadcrumb-title {
    font-size: 1.4rem;
  }

  .product-breadcrumb-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .product-about-banner {
    height: auto;
    /* padding: 4rem 0; */
  }

  .product-breadcrumb-title {
    font-size: 2rem;
  }
}

/* navi about */
/* PRODUCT BREADCRUMB BAR */
.product-breadcrumb-bar {
  position: relative;
  background-color: #f8f9fa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Breadcrumb nav */
.product-breadcrumb-nav {
  display: block;
}

/* Breadcrumb list */
.product-breadcrumb-list {
  background: transparent;
  padding: 0;
}

/* Breadcrumb links */
.product-breadcrumb-link {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-breadcrumb-link:hover {
  color: #fd8500;
}

/* Current page */
.product-breadcrumb-current {
  color: #212529;
  font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .product-breadcrumb-bar {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .product-breadcrumb-current {
    font-size: 0.9rem;
  }
}

/* about us */
/* PRODUCT ABOUT SECTION */
.product-about-section {
  background-color: #f5f5f5;
}

/* Page heading */
.product-page-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
}

.product-page-subtitle {
  font-size: 1rem;
  color: #fc7f03;
  margin-bottom: 0;
}

/* Content headings */
.product-about-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #212529;
}

/* Paragraph text */
.product-about-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}

/* Image wrapper */
.product-about-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .product-page-title {
    font-size: 1.7rem;
  }

  .product-about-heading {
    font-size: 1.35rem;
  }
}

@media (max-width: 576px) {
  .product-page-title {
    font-size: 1.5rem;
  }

  .product-about-text {
    font-size: 0.9rem;
  }
}

/* ,ission */

/* Section */
.product-mission-vision {
  background-color: var(--bs-white);
}

/* Headings */
.product-section-title {
  font-weight: 700;
  letter-spacing: 1px;
}

.product-section-subtitle {
  color: var(--bs-gray-600);
}

/* Side Text */
.product-side-title {
  color: #ff9800;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-side-text {
  font-size: 0.9rem;
  color: var(--bs-gray-700);
  line-height: 1.7;
}

/* Mission & Vision Section Enhancement */
.product-mission-vision {
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}



/* Center Circle - Enhanced Design */
.product-circle-wrapper {
  position: relative;
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #ff9800 0%, #ff6f00 50%, #ff9800 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(255, 152, 0, 0.3),
    0 0 0 8px rgba(255, 152, 0, 0.1),
    inset 0 0 40px rgba(255, 255, 255, 0.1);
  animation: pulse-glow 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.product-circle-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 70px rgba(255, 152, 0, 0.4),
    0 0 0 10px rgba(255, 152, 0, 0.15),
    inset 0 0 50px rgba(255, 255, 255, 0.15);
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 20px 60px rgba(255, 152, 0, 0.3),
      0 0 0 8px rgba(255, 152, 0, 0.1),
      inset 0 0 40px rgba(255, 255, 255, 0.1);
  }

  50% {
    box-shadow: 0 25px 70px rgba(255, 152, 0, 0.35),
      0 0 0 10px rgba(255, 152, 0, 0.12),
      inset 0 0 45px rgba(255, 255, 255, 0.12);
  }
}

/* Sofa Container */
.product-sofa-container {
  position: relative;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.product-sofa-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.product-circle-wrapper:hover .product-sofa-image {
  transform: scale(1.05);
}

/* Enhanced Labels with Icons */
.product-label {
  position: absolute;
  background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
  color: #1a1d29;
  padding: 10px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15),
    0 0 0 2px rgba(255, 152, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 3;
  backdrop-filter: blur(10px);
}

.product-label i {
  font-size: 1rem;
  color: #ff9800;
  flex-shrink: 0;
}

.product-label:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(255, 152, 0, 0.3);
  background: linear-gradient(135deg, #fff 0%, #fff5e6 100%);
}

/* Label Positions - Enhanced */
.product-label-top {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.product-label-left {
  top: 35%;
  left: -12%;
  transform: translateY(-50%);
}

.product-label-right {
  top: 35%;
  right: -15%;
  transform: translateY(-50%);
}

.product-label-bottom-left {
  bottom: 10%;
  left: -8%;
  transform: translateY(0);
}

.product-label-bottom-right {
  bottom: 10%;
  right: -12%;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 991px) {
  .product-circle-wrapper {
    width: 320px;
    height: 320px;
    margin: 2rem auto;
  }

  .product-label {
    font-size: 0.7rem;
    padding: 8px 12px;
  }

  .product-label i {
    font-size: 0.9rem;
  }

  .product-label-left,
  .product-label-right,
  .product-label-bottom-left,
  .product-label-bottom-right {
    display: none;
  }

  .product-label-top {
    top: 3%;
    font-size: 0.65rem;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  .product-circle-wrapper {
    width: 280px;
    height: 280px;
  }

  .product-label-top {
    font-size: 0.6rem;
    padding: 5px 8px;
  }
}

@media (max-width: 576px) {
  .product-circle-wrapper {
    width: 250px;
    height: 250px;
  }
}


/* one step */
.product-one-stop {
  background-color: var(--bs-light);
  /* background: url("../images/about-image/about-bg.jpg") center center / cover no-repeat; */
  margin-top: 2rem;
}


/* Heading */
.product-one-stop-heading h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #585757;
}

.product-one-stop-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-dark);
}

/* Content Section */
.product-one-stop-content {
  max-width: 100%;
}

.product-one-stop-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1rem;
  text-align: left;
}

/* Features List */
.product-one-stop-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-one-stop-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #495057;
  transition: transform 0.2s ease;
}

.product-one-stop-features li:hover {
  transform: translateX(5px);
}

.product-one-stop-features i {
  color: #080808;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.product-one-stop-features span {
  font-weight: 500;
}

/* Clouds */
.product-cloud {
  position: absolute;
  z-index: 1;
}

.product-cloud-1 {
  top: -10%;
  left: 5%;
}

.product-cloud-2 {
  top: 10%;
  right: 5%;
}

/* Main Image */
.product-one-stop-image {
  position: relative;
  z-index: 2;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .product-cloud {
    display: none;
  }

  .product-one-stop-title {
    font-size: 1.6rem;
  }

  .product-one-stop-text {
    text-align: center;
    font-size: 0.9rem;
  }

  .product-one-stop-features {
    align-items: center;
  }

  .product-one-stop-features li {
    justify-content: center;
  }

  .about-product-label-wrapper .product-label {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-one-stop-title {
    font-size: 1.4rem;
  }

  .product-one-stop-subtitle {
    font-size: 1rem;
  }

  .product-one-stop-text {
    font-size: 0.85rem;
  }

  .product-one-stop-features li {
    font-size: 0.85rem;
  }
}

/* our branches */
.product-branches-section {
  background-color: var(--bs-body-bg);
}

/* Headings */
.product-section-heading {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-section-subheading {
  color: var(--bs-gray-600);
  font-size: 0.95rem;
}

/* Map Wrapper */
.product-map-wrapper {
  display: flex;
  justify-content: center;
}

.product-map-image {
  max-width: 900px;
  width: 100%;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .product-section-heading {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

/* testimonial */
.product-testimonial-section {
  background-color: var(--bs-light);
  overflow: visible;
}



/* Heading */
.product-testimonial-heading {
  font-weight: 700;
}

/* Content */
.product-testimonial-content p {
  color: var(--bs-gray-700);
  font-size: 0.95rem;
}

.product-testimonial-intro {
  color: var(--bs-gray-700);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Stats Section */
.product-testimonial-stats {
  margin-top: 1.5rem;
}

.product-stat-box {
  text-align: center;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.product-stat-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.product-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #ff9800;
  margin: 0;
  line-height: 1.2;
}

.product-stat-label {
  font-size: 0.85rem;
  color: var(--bs-gray-600);
  margin: 0.5rem 0 0 0;
}

.product-testimonial-btn {
  margin-top: 1rem;
}

/* Review Slider Wrapper */
.product-review-slider-wrapper {

  padding: 0 20px 20px;

}

.product-review-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-review-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.product-review-slider .swiper-slide {
  height: auto;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

.product-review-slider .swiper-slide .product-review-card {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}

.product-review-slider .swiper-slide {
  padding-bottom: 1rem;
}

/* Navigation Buttons */
.product-review-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 0;
}

.product-review-slider-btn {
  background: #fff;
  border: 2px solid #ff9800;
  color: #ff9800;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 1.2rem;
  outline: none;
  border: none;
}

.product-review-slider-btn i {
  font-size: 1.2rem;
  color: #ff9800;
}

.product-review-slider-btn:hover {
  background: #ff9800;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.product-review-slider-btn:hover i {
  color: #fff;
}

.product-review-slider-btn:active {
  transform: scale(0.95);
}

.product-review-slider-prev {
  left: 0;
  position: absolute;
}

.product-review-slider-next {
  right: 0;
  position: absolute;
}

/* Pagination Dots */
.product-review-slider-pagination {
  position: relative;
  margin-top: 1.5rem;
  text-align: center;
}

.product-review-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.product-review-slider-pagination .swiper-pagination-bullet-active {
  background: #ff9800;
  transform: scale(1.3);
}

/* Ensure slider is visible */
.product-review-slider.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-review-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: ease-in-out;
  will-change: transform;
}

/* Review Card */
.product-review-card {
  background: var(--bs-white);
  padding: 1rem;
  border-radius: var(--bs-border-radius-lg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* User */
.product-review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.product-review-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.product-review-source img {
  width: 22px;
}

/* Text */
.product-review-text {
  font-size: 0.9rem;
  color: var(--bs-gray-800);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

/* Customer Info */
.product-review-customer-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f0f0f0;
}

.product-review-name {
  font-size: 0.85rem;
  color: var(--bs-gray-900);
  font-weight: 600;
}

.product-review-location {
  font-size: 0.75rem;
  color: var(--bs-gray-600);
}

/* Rating */
.product-review-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-star-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.25rem;
  color: #fbbc04;
  font-size: 0.9rem;
}

.product-review-time {
  font-size: 0.75rem;
  color: var(--bs-gray-600);
}

/* Responsive */
@media (max-width: 991px) {
  .product-testimonial-heading {
    font-size: 1.6rem;
  }

  .product-stat-number {
    font-size: 1.5rem;
  }

  .product-stat-label {
    font-size: 0.8rem;
  }

}

@media (max-width: 768px) {
  .product-testimonial-intro {
    font-size: 0.9rem;
  }

  .product-stat-box {
    padding: 0.75rem;
  }

  .product-stat-number {
    font-size: 1.3rem;
  }

  .product-review-slider-wrapper {
    padding: 0 30px 30px;
  }

  .product-review-slider-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .product-review-slider-btn i {
    font-size: 1rem;
  }

  .product-review-slider-prev {
    left: -15px;
  }

  .product-review-slider-next {
    right: -15px;
  }
}

@media (max-width: 576px) {
  .product-review-slider-wrapper {
    padding: 0 20px 30px;
  }

  .product-review-slider-btn {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .product-review-slider-btn i {
    font-size: 0.9rem;
  }

  .product-review-slider-prev {
    left: -10px;
  }

  .product-review-slider-next {
    right: -10px;
  }
}

/* Section */
.product-expertise-section {
  background-color: var(--bs-white);
}

/* Headings */
.product-section-heading {
  font-weight: 700;
}

.product-section-subheading {
  color: var(--bs-gray-600);
}

/* Highlight */
.product-expertise-highlight {
  font-weight: 600;
  color: #ff9800;
  margin-top: 0.5rem;
}

/* Description */
.product-expertise-description {

  margin: 0 auto;

  color: var(--bs-gray-700);
}

/* Cards */
.product-expertise-card {
  background: #fff;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.product-expertise-card:nth-child(1) {
  animation-delay: 0.1s;
}

.product-expertise-card:nth-child(2) {
  animation-delay: 0.2s;
}

.product-expertise-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-expertise-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff9800, #ffc062, #ff9800);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.product-expertise-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(255, 152, 0, 0.2);
  border-color: rgba(255, 152, 0, 0.3);
}

.product-expertise-card:hover::before {
  transform: scaleX(1);
}

.product-expertise-card-inner {
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 1;
}

.product-expertise-number {
  position: absolute;
  top: -18px;
  left: 24px;
  background: linear-gradient(135deg, #ff9800, #ff6b00);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
  z-index: 2;
  transition: all 0.3s ease;
}

.product-expertise-card:hover .product-expertise-number {
  transform: scale(1.1) rotate(360deg);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.6);
}

.product-expertise-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1), rgba(255, 152, 0, 0.05));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 1.5rem;
  transition: all 0.3s ease;
}

.product-expertise-icon i {
  font-size: 2rem;
  color: #ff9800;
  transition: all 0.3s ease;
}

.product-expertise-card:hover .product-expertise-icon {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.2), rgba(255, 152, 0, 0.1));
  transform: scale(1.1);
}

.product-expertise-card:hover .product-expertise-icon i {
  transform: scale(1.1);
  color: #ff6b00;
}

.product-expertise-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.product-expertise-card:hover .product-expertise-title {
  color: #ff9800;
}

/* List */
.product-expertise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-expertise-list li {
  font-size: 0.95rem;
  color: var(--bs-gray-700);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  transform: translateX(-10px);
  animation: slideInLeft 0.5s ease forwards;
  transition: all 0.3s ease;
}

.product-expertise-list li:nth-child(1) {
  animation-delay: 0.4s;
}

.product-expertise-list li:nth-child(2) {
  animation-delay: 0.5s;
}

.product-expertise-list li:nth-child(3) {
  animation-delay: 0.6s;
}

.product-expertise-list li i {
  color: #ff9800;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.product-expertise-card:hover .product-expertise-list li {
  transform: translateX(5px);
}

.product-expertise-card:hover .product-expertise-list li i {
  transform: scale(1.2);
  color: #ff6b00;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-expertise-card-inner {
    padding: 1.5rem 1.25rem;
  }

  .product-expertise-icon {
    width: 60px;
    height: 60px;
    margin: 0.75rem 0 1.25rem;
  }

  .product-expertise-icon i {
    font-size: 1.75rem;
  }

  .product-expertise-title {
    font-size: 1.1rem;
  }

  .product-expertise-list li {
    font-size: 0.9rem;
  }
}

/* ORANGE CIRCLE */
.product-expertise-circle {
  width: 520px;
  height: 520px;
  margin: 0 auto;
  background: radial-gradient(circle, #ffc062, #ff9800);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-expertise-circle-img {
  max-width: 75%;
  z-index: 2;
}



/* review */
/* SECTION */
.product-review-section {
  background: #fff;
}

/* TITLE */
.product-review-title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-pangrammedium);
}

/* SUMMARY */
.product-review-score {
  text-align: left;
}

.product-review-rating {
  font-size: 48px;
  font-weight: 600;
}

.product-review-stars {
  color: #e27a34;
  font-size: 18px;
}

.product-review-count {
  color: #666;
  margin: 10px 0;
}

.product-review-write-btn {
  border: none;
  background: none;
  color: #e27a34;
  text-decoration: underline;
  padding: 0;
}

/* BARS */
.product-review-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-review-bar .progress {
  flex: 1;
  height: 8px;
}

/* IMAGES */
.product-review-images img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

/* REVIEW ITEM */
.product-review-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

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

.product-review-user span {
  font-size: 12px;
  color: #777;
}

/* VIEW ALL */
.product-review-view-all {
  color: #e27a34;
  font-weight: 500;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .product-review-rating {
    font-size: 36px;
  }
}

/* process section */
.product-process-section {
  padding: 3rem 0;
}

.product-content-sec-forcustom-process {
  max-width: 520px;
}

.product-heading-all {
  font-size: 2.5rem;
  font-weight: 700;
}

.product-heading-all span {
  color: var(--special_color);
}

.product-process-text {
  margin-top: 1rem;
  color: var(--secondery-text-color);
}

.product-process-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.product-box-process {
  text-align: center;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-box-process img {
  max-width: 60px;
  margin-bottom: 0.5rem;
}

.product-step {
  position: absolute;
  top: -10px;
  left: -10px;
  background: var(--special_color);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .product-process-icon {
    grid-template-columns: 1fr;
  }

  .product-heading-all {
    font-size: 2rem;
  }
}

/* price model cusome -f */
.product-pricing-section {
  padding: 3rem 0;
}

/* Heading */
.product-heading-all {
  font-size: 2.5rem;
  font-weight: 700;
}

.product-heading-all span {
  color: var(--special_color);
}

/* Table */
.product-pricing-outer {
  margin-top: 2rem;
}

.product-price-table {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.product-price-row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.product-price-header,
.product-price-header-uw {
  font-weight: 600;
  text-align: left;
}

.product-price-header-uw {
  color: var(--special_color);
}

.product-grey {
  color: #999;
}

.product-uw {
  font-weight: 600;
}

.product-cross {
  color: red;
}

/* Note */
.product-pricing-note {
  margin: 1.5rem 0;
  color: var(--secondery-text-color);
}

/* Button */
.product-customise-now {
  padding: 12px 30px;
  background: #e96f00;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.product-customise-now:hover {
  background: #e96f00;
}

/* Mobile image */
.product-pricing-image {
  margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
  .product-heading-all {
    font-size: 2rem;
  }
}

/* already customize  */

/* Section wrapper */
.product-how-we-do {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* Heading */
.product-heading-all {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Slider spacing */
.product-popularitems,
.product-popularitems-2 {
  margin-bottom: 1.5rem;
}

/* Slides */
.product-how-we-do .slide-item-pp {
  padding: 10px;
}

.product-how-we-do .slide-item-pp img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.product-how-we-do .slide-item-pp img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .product-heading-all {
    font-size: 1.8rem;
  }
}

/* Main slider wrapper */
.product-popularitems-slider {
  width: 100%;
  overflow: hidden;
  direction: rtl;
  margin-bottom: 1.5rem;
}

/* Slick list */
.product-popularitems-slider .slick-list {
  overflow: hidden;
}

/* Track fix */
.product-popularitems-slider .slick-track {
  display: flex;
  align-items: center;
}

/* Slides */
.product-popularitems-slider .slick-slide {
  padding: 10px;
}

/* Slide item */
.product-popularitems-slider .slide-item-pp img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

/* Hover effect */
.product-popularitems-slider .slide-item-pp img:hover {
  transform: scale(1.05);
}

/* Remove outline */
.product-popularitems-slider .slick-slide:focus {
  outline: none;
}

/* Responsive */
@media (max-width: 992px) {
  .product-popularitems-slider .slick-slide {
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .product-popularitems-slider .slick-slide {
    padding: 6px;
  }
}

/* whatsapp */
/* Section */
.product-whatsapp-section {
  background: #424241;
  padding: 2.5rem 0;
}

/* Reverse row on desktop if needed */
.product-reverse-row {
  align-items: center;
}

/* Image */
.product-chatting-img {
  max-width: 100%;
  height: auto;
}

/* Right content */
.product-right-whatsapp {
  padding-left: 2rem;
}

/* Heading */
.product-wtsap-heading {
  font-size: 2rem;
  line-height: 1.3;
}

.product-text-big {
  font-size: 2.2rem;
  color: var(--special_color);
}

/* Button */
.product-chat-now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.5rem;
  padding: 12px 26px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.product-chat-now img {
  width: 22px;
}

.product-chat-now:hover {
  background: #1ebe5d;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .product-right-whatsapp {
    padding-left: 0;
    text-align: center;
    margin-top: 1.5rem;
  }

  .product-wtsap-heading {
    font-size: 1.7rem;
  }

  .product-text-big {
    font-size: 1.9rem;
  }
}

/* uw features */
/* Section */
.product-uw-feature-section {
  padding: 3rem 0;
}

/* Heading */
.product-heading-all {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.product-heading-all span {
  color: var(--special_color);
}

/* Feature box */
.product-feature-box {
  background: #fff;
  text-align: center;
  /* padding: 1.8rem 1.2rem; */
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.product-feature-box img {
  max-width: 70px;
  margin-bottom: 1rem;
}

/* Feature title */
.product-sec-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Text */
.product-feature-box p {
  font-size: 0.95rem;
  color: var(--secondery-text-color);
}

/* Custom width helper */
.product-width-50 {
  margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .product-heading-all {
    font-size: 1.7rem;
  }
}

/* custome review */
.product-review-section {
  padding: 3rem 0;
}

/* Heading */
.product-heading-all {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

/* Review card */
.product-client-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 1.5rem;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Client image */
.product-client-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

/* Content */
.product-client-name span {
  font-weight: 600;
  font-size: 1rem;
}

.product-client-comment p {
  font-size: 0.95rem;
  color: var(--secondery-text-color);
  margin-top: 5px;
}

/* Slider spacing */
.product-customer-logos,
.product-customer-logos-2 {
  margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
  .product-client-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* work */
/* Section */
.product-uw-unit {
  padding: 3rem 0;
}

/* Heading */
.product-heading-all {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

/* Grid row */
.product-unit-row {
  display: flex;
  flex-wrap: wrap;
}

/* Column */
.product-column {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Image card */
.product-img-grid-box {
  padding: 0;
}

.product-img-grid {
  position: relative;
  overflow: hidden;
}

.product-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.product-overlay-alt {
  background: rgba(0, 0, 0, 0.6);
}

/* Content */
.product-img-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

.product-img-content h6 {
  font-size: 1rem;
  font-weight: 600;
}

.product-img-content hr {
  width: 40px;
  height: 2px;
  background: #fff;
  border: none;
  margin-top: 5px;
}

/* Hover effect */
.product-img-grid:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .product-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .product-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-img-content {
    left: 15px;
    bottom: 15px;
  }

}

/* trusted */
/* Section */
.product-our-partner {
  padding: 3rem 0;
}

/* Heading */
.product-heading-all {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

/* Logo list */
.product-partner-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Logo item */
.product-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-partner-item img {
  max-width: 140px;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Hover */
.product-partner-item img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .product-partner-item img {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .product-partner-logo-list {
    gap: 25px;
  }

  .product-partner-item img {
    max-width: 100px;
  }
}

.product-bottom-content {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.product-bottom-heading {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-bottom-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--primaery-text-color);
}

.product-bottom-more-content h2 {
  font-size: 1.5rem;
  margin-top: 1.8rem;
  font-weight: 700;
}

.product-bottom-more-content h3 {
  font-size: 1.1rem;
  margin-top: 1.2rem;
}

.product-bottom-more-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--secondery-text-color);
}

/* Toggle button */
.product-toggle-button {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .product-bottom-heading {
    font-size: 1.5rem;
  }
}


/* p detail */
.product-review-section {
  background: #fff;
}

/* Heading */
.product-review-heading {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-pangrammedium);
}

/* Summary */
.product-review-score {
  font-size: 30px;
  font-weight: 600;
}

.product-review-stars {
  color: #e27a34;
  font-size: 18px;
}

.product-review-meta {
  font-size: 14px;
  color: #666;
}

.product-review-write {
  background: none;
  border: none;
  color: #e27a34;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}

/* Bars */
.product-review-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-review-bar .progress {
  flex: 1;
  height: 8px;
}

/* Images */
.product-review-images img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

/* Review Item */
.product-review-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

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

.product-review-user span {
  font-size: 12px;
  color: #777;
}

/* View All */
.product-review-viewall {
  color: #e27a34;
  font-weight: 500;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .product-review-score {
    font-size: 36px;
  }
}

/* product detail */
.product-title {
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font-pangrammedium);
  color: #333;
}

.product-rating {
  font-size: 14px;
}

.product-stars {
  color: #e27a34;
}

.product-review-count {
  margin-left: 6px;
  color: #777;
}

.product-wishlist-btn {
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

.product-divider {
  margin: 15px 0;
}

.product-deal-badge {
  background: #e27a34;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}

.product-price-current {
  font-size: 26px;
  font-family: var(--font-pangrammedium);
}

.product-price-original {
  text-decoration: line-through;
  color: #888;
}

.product-price-discount {
  color: #2aa952;
  font-weight: 600;
}

.product-offer-note {
  font-size: 14px;
  color: #555;
}

.product-offer-link {
  color: #e27a34;
  font-weight: 600;
  cursor: pointer;
}

.product-option-card,
.product-size-card {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.product-option-card.active,
.product-size-card.active {
  border-color: #e27a34;
  background: #fff2ec;
}

.product-option-card img {
  width: 100%;
  height: auto;
}

.product-pincode-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
}

.product-pincode-btn {
  padding: 8px 16px;
  border: 1px solid #e27a34;
  background: #e27a34;
  color: #fff;
}

.product-qty-box {
  display: flex;
  border: 1px solid #ccc;
  margin: 0 10px;
}

.product-qty-box button {
  padding: 6px 12px;
  background: none;
  border: none;
}

.product-qty-box input {
  width: 40px;
  text-align: center;
  border: none;
}

.product-btn-primary {
  background: #e27a34;
  border: 1px solid #e27a34;
  color: #fff;
  padding: 12px;
}

.product-btn-outline {
  background: #fff;
  border: 1px solid #e27a34;
  color: #e27a34;
  padding: 12px;
}

@media (max-width: 768px) {
  .product-title {
    font-size: 16px;
  }

  .product-price-current {
    font-size: 22px;
  }
}

/* product detail */
.product-title {
  font-family: var(--font-pangrammedium);
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

.product-rating-stars {
  color: #e27a34;
  font-size: 15px;
}

.product-rating-count {
  margin-left: 6px;
  color: #777;
  font-size: 14px;
}

.product-wishlist-btn {
  border: none;
  background: none;
  font-size: 13px;
  cursor: pointer;
}

.product-divider {
  margin: 15px 0;
}

.product-deal-badge {
  background: #e27a34;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}

.product-price-current {
  font-size: 26px;
  font-family: var(--font-pangrammedium);
}

.product-price-original {
  text-decoration: line-through;
  color: #888;
}

.product-price-discount {
  color: #2aa952;
  font-weight: 600;
}

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

.product-offer-link {
  color: #e27a34;
  font-weight: 600;
  cursor: pointer;
}

.product-option-card,
.product-size-card {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.product-option-card.active,
.product-size-card.active {
  border-color: #e27a34;
  background: #fff2ec;
}

.product-option-card img {
  width: 100%;
  height: auto;
}

.product-pincode-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
}

.product-pincode-btn {
  padding: 8px 16px;
  background: #e27a34;
  border: 1px solid #e27a34;
  color: #fff;
}

.product-qty-box {
  display: flex;
  border: 1px solid #ccc;
  margin: 0 10px;
}

.product-qty-box button {
  padding: 6px 12px;
  border: none;
  background: none;
}

.product-qty-box input {
  width: 40px;
  border: none;
  text-align: center;
}

.product-btn-primary {
  background: #e27a34;
  border: 1px solid #e27a34;
  color: #fff;
  padding: 12px;
}

.product-btn-outline {
  background: #fff;
  border: 1px solid #e27a34;
  color: #e27a34;
  padding: 12px;
}

@media (max-width: 768px) {
  .product-title {
    font-size: 16px;
  }

  .product-price-current {
    font-size: 22px;
  }
}

/* product detail others */
.product-overview-title {
  font-family: var(--font-pangrammedium);
  font-size: 18px;
  color: #333;
}

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

.product-overview-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.product-overview-label {
  width: 45%;
  font-size: 14px;
  color: #777;
  font-family: var(--font-pangramregular);
}

.product-overview-value {
  width: 55%;
  font-size: 14px;
  color: #333;
  font-family: var(--font-pangrammedium);
}

@media (max-width: 768px) {
  .product-overview-item {
    flex-direction: column;
  }

  .product-overview-label,
  .product-overview-value {
    width: 100%;
  }

  .product-overview-label {
    margin-bottom: 4px;
  }
}

/* product loan */
.product-offers-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 44px;
}

/* hide scrollbar */
.product-offers-wrapper::-webkit-scrollbar {
  display: none;
}

/* CARD */
.product-offer-card {
  min-width: 190px;
  max-width: 190px;
  flex-shrink: 0;
  display: flex;
  /* 🔥 */
}

/* BUTTON FULL HEIGHT */
.product-offer-btn {
  width: 100%;
  height: 100%;
  /* 🔥 same height */
  background: #fff;
  border: 1px solid #f0c7a6;
  border-radius: 6px;
  text-align: left;
  padding: 0;
  cursor: pointer;

  display: grid;
  /* 🔥 grid layout */
  grid-template-rows: auto 1fr auto;
}

/* HEADER */
.product-offer-header {
  background: #fff2ec;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* BODY */
.product-offer-body {
  padding: 8px;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

/* FOOTER */
.product-offer-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  margin-top: auto;
  /* 🔥 footer bottom me rahe */
}

.product-offer-footer img {
  height: 28px;
}

/* product images */


/* product detail right scroll */
.product-scroll-box {
  max-height: 700px;
  /* fixed height */
  overflow-y: auto;
  /* vertical scroll */
  overflow-x: hidden;
  padding: 10px;

  border: none;
  /* ❌ border removed */
}

/* 🔥 scrollbar hide (Chrome, Edge, Safari) */
.product-scroll-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* 🔥 scrollbar hide (Firefox) */
.product-scroll-box {
  scrollbar-width: none;
}

/* 🔥 scrollbar hide (IE / Edge old) */
.product-scroll-box {
  -ms-overflow-style: none;
}



/* product page */
/* SECTION */
.product-gallery-section {
  background: #fff;
}

/* HEADING */
.product-gallery-heading {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-pangrammedium);
}

/* IMAGES */
.product-gallery-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* MAIN IMAGE */
.product-gallery-main-inner {
  position: relative;
}

/* VIEW BUTTON */
.product-view-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #fff;
  border-color: var(--bg-orange-btn);
  color: var(--bg-orange-btn);
}

.product-view-btn:hover {
  background: var(--bg-orange-btn);
  color: #fff;
}

/* SIDE ITEMS */
.product-gallery-side-item {
  overflow: hidden;
  border-radius: 6px;
}

/* VIDEO */
.product-video-thumb {
  cursor: pointer;
}

.product-video-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .product-gallery-side {
    display: flex;
    gap: 12px;
  }

  .product-gallery-side-item {
    flex: 1;
  }
}

/* PRODUCT CUSTOM BANNER */
.product-custom-banner {
  padding: 2rem 0;
  background-image: url("../images/custome-furniture/customfurniturebanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Content */
.product-banner-title {
  font-size: 3rem;
  font-weight: 700;
}

.product-banner-title span {
  font-weight: 300;
}

.product-banner-desc {
  margin: 1rem 0;
  font-size: 16px;
  max-width: 90%;
}

.product-banner-features {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

.product-banner-features li {
  font-weight: 500;
  position: relative;
  padding-right: 12px;
}

.product-banner-features li::after {
  content: "|";
  position: absolute;
  right: 0;
}

.product-banner-features li:last-child::after {
  display: none;
}

/* Form Box */
.product-form-wrapper {
  background: #ffffff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-form-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* File Upload */
.product-file-upload small {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* Submit Button */
.product-submit-btn {
  background-color: #fc7f03;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px;
}

.product-submit-btn:hover {
  background-color: #e56f00;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .product-banner-title {
    font-size: 2.2rem;
  }

  .product-banner-desc {
    max-width: 100%;
  }
}



.mega-menu .menu-banner {
  border: none !important;
  padding-right: 15px !important;
}

.mega-menu .menu-banner .menu-banner-img {
  width: 340px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


@media (max-width: 767px) {

  .hero-banner-image-right {
    display: none;
  }
}


/* iks css */

/* Career Page  */
.br-heading {
  font-weight: 700;
  margin-bottom: 1rem;
}

.br-job-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.br-job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.br-job-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.br-job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.br-job-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(13, 110, 253, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  font-size: 1.2rem;
}

.br-job-badge {
  background: #198754;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.br-job-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.br-job-company {
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 12px;
}

.br-job-desc {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  flex-grow: 1;
}

.br-job-meta {
  border-top: 1px solid #e9ecef;
  padding-top: 14px;
  margin-bottom: 20px;
}

.br-meta-item {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 6px;
}

.br-apply-btn {
  display: block;
  text-align: center;
  background: #ff7004;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.br-apply-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(255, 112, 4, 0.35);
  color: #fff;
  background: #e57200;
}

/* Job Application Modal */
#jobApplicationModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#jobApplicationModal .modal-header {
  border-bottom: 2px solid #f0f0f0;
  padding: 1.5rem;
}

#jobApplicationModal .modal-title {
  font-weight: 700;
  color: #333;
  font-size: 1.5rem;
}

#jobApplicationModal .modal-body {
  padding: 2rem;
}

/* Form Styling */
.br-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.br-form .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.br-form .form-control:focus {
  border-color: #ff7004;
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 4, 0.15);
  outline: none;
}

.br-form .form-control::placeholder {
  color: #999;
}

.br-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.br-form small.text-muted {
  font-size: 0.85rem;
  margin-top: 0.25rem;
  display: block;
}

.br-form .btn-primary {
  background-color: #ff7004;
  border-color: #ff7004;
  font-weight: 600;
  padding: 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.br-form .btn-primary:hover {
  background-color: #e57200;
  border-color: #e57200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 112, 4, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  #jobApplicationModal .modal-body {
    padding: 1.5rem;
  }

  #jobApplicationModal .modal-title {
    font-size: 1.25rem;
  }
}

.br-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 400px;
  /* Banner height */
}

.br-banner .banner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.br-banner-text {
  color: #fff;
  max-width: 600px;
}

.br-banner-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.br-banner-para {
  font-size: 1.1rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* .br-banner {
    height: 100px;
  } */
  /* .br-banner-heading {
    font-size: 2rem;
  }
  .br-banner-para {
    font-size: 1rem;
  }
  .br-banner-text {
    padding-left: 1rem;
    width: 100%;
  } */
}

@media (max-width :425px) {

  .br-banner-heading {
    font-size: 2rem;

  }

  .br-banner-text {
    padding-left: 1rem;
    width: 90%;
  }
}

/* OUR STORE PAGE */

.product-store-banner {
  width: 100%;
  position: relative;
  display: block;
}

/* Banner image wrapper */
.product-store-banner-inner {
  width: 100%;
  height: 260px;
  background-image: url("../images/banner/store-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Optional overlay */
.product-store-banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

/* Tablet */
@media (max-width: 992px) {
  .product-store-banner-inner {
    height: 220px;
    background-position: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .product-store-banner-inner {
    height: 160px;
    background-position: center;
  }
}

/* Discount Banner */
.product-cta-section {
  width: 100%;
  display: block;
}

.product-cta-link {
  display: block;
  width: 100%;
  cursor: pointer;
}

.product-cta-img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  /* vertical-align: middle; */
}

/* Optional hover effect (safe & subtle) */
.product-cta-link:hover .product-cta-img {
  filter: brightness(0.97);
}

/* Responsive safety */
@media (max-width: 576px) {
  .product-cta-img {
    border-radius: 0;
  }
}


/* cHOOSE yOUR pERFECT mATCH */

/* Section spacing */
.product-category-section {
  padding: 3.5rem 0;
}

/* Heading */
.product-category-heading {
  margin-bottom: 2.5rem;
}

.product-category-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.product-category-subtitle {
  font-size: 0.9rem;
  color: #777;
}

/* Wrapper */
.product-category-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

/* Hide scrollbar */
.product-category-wrapper::-webkit-scrollbar {
  display: none;
}

/* Item */
.product-category-item {
  flex: 0 0 auto;
  width: 130px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.product-category-item img {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.product-category-item p {
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.product-category-item:hover p {
  color: #e27a34;
}

/* Desktop grid */
@media (min-width: 768px) {
  .product-category-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
  }

  .product-category-item {
    width: 14%;
    margin-bottom: 2rem;
  }
}

/* OUR STORE MID BANNER */
.product-custom-section {
  padding: 3.5rem 0;
  background-color: #fff;
}

/* Banner */
.product-custom-banner {
  background-image: url("../images/Banner/customiz-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  padding: 3rem 2.5rem;
}

/* Content */
.product-custom-content {
  max-width: 600px;
}

/* Title */
.product-custom-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #f5b400;
  line-height: 1.2;
}

.product-custom-title span {
  display: block;
  color: #fff;
  margin-bottom: 0.25rem;
}

/* Subtitle */
.product-custom-subtitle {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 1rem;
}

/* Divider */
.product-custom-divider {
  display: block;
  width: 130px;
  height: 1px;
  border: 1px solid #e27a34;
  margin-top: 1rem;
}

/* Text */
.product-custom-text {
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

/* Actions */
.product-custom-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Call button */
.product-custom-call {
  background: #fff;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  text-decoration: none;
}

.product-custom-call img {
  width: 18px;
}

/* CTA button */
.product-custom-btn {
  background-color: #e27a34;
  color: #fff;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}

.product-custom-btn:hover {
  background-color: #e57200;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .product-custom-title {
    font-size: 1.75rem;
  }

  .product-custom-banner {
    padding: 2.5rem 2rem;
  }
}


/* services store */
.product-services-section {
  background-color: #fff;
  padding: 4rem 0;
  border-top: 1px solid #e7e7e7;
}

/* Heading */
.product-services-heading {
  margin-bottom: 2.5rem;
}

.product-services-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.product-services-subtitle {
  color: #777;
  font-size: 0.95rem;
}

/* Grid */
.product-services-grid {
  margin-bottom: 2.5rem;
}

/* Card */
.product-service-card {
  text-align: center;
  margin-bottom: 2rem;
}

.product-service-card figure {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.product-service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-service-card:hover img {
  transform: scale(1.05);
}

.product-service-card p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  padding: 0 1rem;
}

/* CTA */
.product-services-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-services-call {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e27a34;
  padding: 0.65rem 1.2rem;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.product-services-call img {
  width: 20px;
}

.product-services-btn {
  background-color: #e27a34;
  color: #fff;
  border: none;
  padding: 0.65rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.product-services-btn:hover {
  background-color: #e57200;
}

/* Responsive */
@media (max-width: 576px) {
  .product-service-card img {
    height: 160px;
  }

  .product-services-title {
    font-size: 1.4rem;
  }
}

/* our store page desc */
.product-store-text-section {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}

.product-store-content {
  max-width: 1100px;
  margin: auto;
}

.product-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-subheading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.product-paragraph {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #333;
}

.product-link {
  color: #e27a34;
  text-decoration: none;
}

.product-link:hover {
  text-decoration: underline;
}

.product-city-list,
.product-product-list,
.product-feature-list {
  padding-left: 18px;
  margin-bottom: 24px;
}

/* Tablet */
@media (max-width: 992px) {
  .product-heading {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .product-store-text-section {
    padding: 24px 0;
  }

  .product-heading {
    font-size: 20px;
  }

  .product-subheading {
    font-size: 16px;
  }

  .product-paragraph {
    font-size: 13px;
  }
}

/* Investor relations page */

/* Section Wrapper */
.product-investor-section {
  background-color: #f9f9f9;
}

/* Heading */
.product-investor-heading {
  font-family: var(--font-pangrammedium, Arial, sans-serif);
  color: #000000;
  font-size: 28px;
}

/* Paragraph Text */
.product-investor-text {
  font-family: var(--font-pangramregular, Arial, sans-serif);
  color: #000000;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Buttons */
.product-investor-btn {
  background-color: #e27a34;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-family: var(--font-pangramregular, Arial, sans-serif);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  border: none;
  box-shadow: 0 2px 8px rgba(226, 122, 52, 0.2);
}

.product-investor-btn:hover {
  background-color: #e57200;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 122, 52, 0.3);
}

/* Content Container */
.product-investor-content {
  margin-top: 2rem;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .product-investor-heading {
    font-size: 22px;
  }

  .product-investor-text {
    font-size: 14px;
  }

  .product-investor-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* dELIVERY lOCATION  */
.product-location-section {
  background-color: #fff;
}

.product-location-heading {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.product-location-list {
  border-top: 1px solid #e5e5e5;
}

.product-location-row {
  display: flex;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product-location-state {
  min-width: 180px;
  font-weight: 600;
  color: #f36f21;
  /* WoodenStreet orange */
  font-size: 15px;
}

.product-location-cities {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #474747;
}

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

  .product-location-state {
    min-width: unset;
  }
}


/* Home Page India's Finest Online Furniture Brand */
/* SECTION */

/* Home Page Discount Banner  */

/* Section spacing & overflow fix */
.product-banner-section {
  overflow: hidden;
  /* background-color: #fff; */
}

/* Wrapper */
.product-banner-wrapper {
  /* max-width: 1150px; */
}

/* Anchor */
.product-banner-link {
  display: block;
}

/* Image styling */
.product-banner-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .product-banner-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .product-banner-image {
    border-radius: 6px;
  }
}


/* customer storeies page  */
/* PRODUCT HAPPY CUSTOMERS */
.product-happy-customers {
  background-color: #fff;
}

/* Heading */
.product-happy-customers__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-happy-customers__desc {
  font-size: 1rem;
  color: #666;
}

/* Card */
.product-customer-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-customer-card__image {
  width: 100%;
  transition: transform 0.3s ease;
}

.product-customer-card:hover .product-customer-card__image {
  transform: scale(1.05);
}

/* Play Button */
.product-customer-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-customer-card:hover .product-customer-card__play {
  opacity: 1;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .product-happy-customers__title {
    font-size: 1.5rem;
  }
}


/* desgin partner */
/* SECTION */
.product-designer-section {
  background-color: #fff;
}

/* TITLE */
.product-designer-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

/* IMAGE */
.product-designer-image-wrap {
  display: block;
}

.product-designer-image {
  width: 100%;
  max-width: 460px;
  /* desktop image chhoti */
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: cover;
}

/* LIST */
.product-designer-list {
  padding-left: 1.25rem;
  margin: 0;
}

.product-designer-item {
  margin-bottom: 14px;
}

.product-designer-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #000;
}

.product-designer-item-desc {
  font-size: 14px;
  color: #474747;
  line-height: 1.6;
}

/* BUTTON */
.product-designer-btn {
  display: inline-block;
  background-color: #fd7e14;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.product-designer-btn:hover {
  background-color: #e36d0f;
  color: #fff;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* 1024px */
@media (max-width: 1024px) {
  .product-designer-image {
    max-width: 420px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .product-designer-title {
    font-size: 24px;
  }

  .product-designer-image {
    max-width: 380px;
  }
}

/* 425px */
@media (max-width: 425px) {
  .product-designer-image {
    max-width: 100%;
  }

  .product-designer-item-title {
    font-size: 15px;
  }
}

/* 375px */
@media (max-width: 375px) {
  .product-designer-title {
    font-size: 22px;
  }
}

/* Cart page */
.product-cart-section {
  background: #f5f5f5;
  padding: 40px 0 0px;
  min-height: 100vh;
}

.hover-btn-cart:hover {
  background: #e27a34;
  color: white;
}

/* STEPS */
.product-cart-step-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
}

.product-cart-step-list li {
  font-weight: 600;
  color: #999;
}

.product-cart-step-list li.active {
  color: #000;
  border-bottom: 2px solid #fd7e14;
}

/* CARD */
.product-cart-card,
.product-cart-summary-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

/* PRODUCT */
.product-cart-item-img img {
  width: 100px;
  height: auto;
  border-radius: 6px;
}

.product-cart-item-name small {
  display: block;
  color: #666;
}

/* QTY WRAPPER */
.product-cart-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* LABEL */
.product-cart-qty-label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

/* QTY BOX */
.product-cart-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  height: 36px;
  background: #fff;
}

/* BUTTONS */
.product-cart-qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

.product-cart-qty-btn:hover {
  background: #ececec;
}

.product-cart-qty-btn:active {
  background: #ddd;
}

/* INPUT */
.product-cart-qty-input {
  width: 44px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #fff;
}

.product-cart-qty-input:focus {
  outline: none;
}

/* MOBILE */
@media (max-width: 576px) {
  .product-cart-qty-box {
    height: 34px;
  }

  .product-cart-qty-btn {
    width: 34px;
    height: 34px;
  }

  .product-cart-qty-input {
    width: 40px;
    font-size: 13px;
  }
}


/* SUMMARY */
.product-cart-summary-list {
  list-style: none;
  padding: 0;
}

.product-cart-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.product-cart-summary-list li.total {
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.product-cart-summary-list small {
  display: block;
  font-size: 12px;
  color: #777;
}

.product-cart-savings {
  font-size: 14px;
  color: green;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .product-cart-pincode {
    flex-wrap: wrap;
  }
}

/* Product Information Accordion/List */
.product-info-list {
  border-top: 1px solid #f0f0f0;
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
}

.info-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.info-list-item:hover {
  padding-left: 15px;
  background-color: #fafafa;
}

.info-list-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1a1d29;
  transition: width 0.3s ease;
}

.info-list-item:hover::after {
  width: 100%;
}

.info-list-item span {
  font-size: 16px;
  font-weight: 500;
  color: #1a1d29;
  letter-spacing: 0.3px;
}

.info-list-item i {
  font-size: 14px;
  color: #ccc;
  transition: all 0.3s ease;
}

.info-list-item:hover i {
  color: #1a1d29;
  transform: translateX(5px);
}

/* Offcanvas Custom styling */
.product-offcanvas {
  width: 550px !important;
  border-left: none;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  z-index: 99999 !important;
  /* Ensure it stays above everything */
}

.offcanvas-backdrop {
  z-index: 99998 !important;
  /* Proper z-index for backdrop */
}

.offcanvas-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 30px;
}

.offcanvas-title {
  font-weight: 800;
  color: #1a1d29;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.offcanvas-body {
  padding: 30px;
}

.offcanvas-section-title {
  font-weight: 700;
  color: #1a1d29;
  margin-bottom: 8px;
  margin-top: 25px;
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.offcanvas-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 15px;
  background-color: #1a1d29;
  border-radius: 2px;
}

.offcanvas-section-title:first-child {
  margin-top: 0;
}

.offcanvas-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.merchant-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.merchant-table td {
  padding: 15px;
  background-color: #f9f9f9;
  font-size: 14px;
  border: none;
}

.merchant-table td:first-child {
  border-radius: 8px 0 0 8px;
}

.merchant-table td:last-child {
  border-radius: 0 8px 8px 0;
}

.merchant-label {
  font-weight: 700;
  color: #1a1d29;
  width: 40%;
}

.merchant-value {
  color: #555;
}

.care-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}

.care-list li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.care-list li::before {
  content: "\F26A";
  font-family: "Bootstrap-icons";
  color: #1a1d29;
  font-size: 14px;
}

@media (max-width: 576px) {
  .product-offcanvas {
    width: 100% !important;
  }

  .offcanvas-body {
    padding: 20px;
  }
}
/* Read More Collapse Logic */
.read-more-box {
    position: relative;
    transition: height 0.3s ease;
}

.read-more-box.collapsed {
    height: 160px; /* Visible height when collapsed */
    overflow: hidden;
}

.read-more-box.collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}

/* Toggle Button Styling */
.read-more-toggle-funiture-btn {
    display: inline-block;
    color: #dc3545; /* Matches theme primary red/orange */
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
}

.read-more-toggle-funiture-btn:hover {
    color: #a71d2a;
}
