@font-face {
  font-family: "SF Pro Display";
  src: url(../assets/fonts/SF-Pro-Display-Regular.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

.container {
  max-width: 1400px;
  padding-inline: 2rem;
  margin: 0 auto;
}

.nav-bg {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(176, 176, 176, 0.404);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-p1 img {
  width: 100%;
}

.nav-p1 {
  width: 140px;
}

.nav-p2 {
  display: flex;
  font-size: 0.97rem;
  font-family: "Space Grotesk";
  letter-spacing: -0.01rem;
  margin-right: auto;
  margin-left: 2rem;
}

.nav-p2 a {
  border-radius: 1rem;
  color: black;
  padding: 0.7rem 0.5rem;
  margin: 0.8rem 0.3rem;
  transition: 0.1s;
}

.nav-p2 a:hover {
  background-color: #f1f1f1;
}

.nav-p3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-primary,
.btn-primary.second {
  font: 400 0.9rem "Space Grotesk";
  border: none;
  background: none;
  background-color: #505050;
  color: white;
  border-radius: 1rem;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
  height: 40px;
  transition: 0.1s;
}

.btn-primary:hover {
  background-color: #b8986f;
}

.btn-primary.second {
  background-color: #b8986f;
}

.btn-primary.second:hover {
  background-color: #505050;
}

.btn-primary i {
  font-size: 1rem;
  vertical-align: middle;
}



.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 0.6rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.hero-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3rem;
  cursor: pointer;
  transition: 0.1s;
  filter: saturate(120%);
}

.hero-card h3 {
  color: rgb(255, 255, 255);
  font: 500 1.5rem "Space Grotesk";
  z-index: 2;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.385);
  z-index: 1;
  transition: opacity 0.1s ease;
  opacity: 1;
}

section {
  padding-block: 6.5rem;
}

.why-us-content-header,
.collection-content-header,
.cta-content-header {
  display: flex;
  flex-direction: column;
}

.wuc-header-1,
.collection-header-1,
.cta-header-1 {
  font: 400 1.23rem "SF Pro Display";
  letter-spacing: 0.2px;
  background-color: #c8a97e;
  max-width: max-content;
  padding: 0.5rem 0.7rem;
  color: white;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.cta-header-1 {
  margin-left: auto;
}

.collection-header-1 {
  margin: 0 auto 1rem auto;
}

.wuc-header-2,
.collection-header-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.collection-header-2 {
  text-align: center;
}

.cta-header-2 {
  text-align: right;
  position: relative;
}

.customer-img {
  position: absolute;
  width: 500px;
}

.wuc-header-2-p1,
.collection-header-2-p1,
.cta-header-2-p1 {
  flex: 2;
  font: 400 4rem "Space Grotesk";
  letter-spacing: -4px;
  line-height: 1;
}

.cta-header-2-p1 {
  color: white;
}

.wuc-header-2-p2,
.collection-header-2-p2,
.cta-header-2-p2 {
  flex: 1.5;
  font: 400 1rem "SF Pro Display";
  letter-spacing: 0.3px;
  line-height: 1.4;
  color: #969696 !important;
}

section.cta .wuc-header-2-p2 {
  color: rgb(241, 241, 241) !important;
}

.wuc-header-2-p2 {
  margin-top: 1rem;
  color: rgb(246, 246, 246);
}

.wuc-header-2-p2 a {
  color: rgb(246, 246, 246);
  text-decoration: underline;
}

.wuc-header-2-p2 a:hover {
  color: #c8a97e;
}

.wuc-cards,
.cta-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.cta-header-2 .btn-primary {
  margin-top: 1rem;
}

.wuc-card,
.cta-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wuc-icon i,
.cta-icon i {
  font-size: 2.3rem;
  color: #c8a97e;
  margin-bottom: 1rem;
}

.wuc-card.cta .wuc-title,
.wuc-card.cta .wuc-text {
  color: white;
}

.wuc-title,
.cta-title {
  font: 600 1.3rem "Space Grotesk", sans-serif;
  color: #1a1a1a;
}

.wuc-text,
.cta-text {
  font: 400 0.95rem "SF Pro Display", sans-serif;
  color: #555;
  line-height: 1.6;
}

.wuc-card.cta,
.cta-card.cta {
  background-color: #c8a97e;
  border-color: #c8a97e;
}

.wuc-card.cta i,
.cta-card.cta i {
  color: white;
}

.wuc-card a,
.cta-card a {
  color: white;
}

.wuc-card a:hover,
.cta-card a:hover {
  text-decoration: underline;
}

.collection {
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.collection-cards {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  margin-top: 3rem;
  width: 100%;
}

.collection-card {
  align-self: flex-start;
  flex: 0 0 calc((100% - (3 * 2rem)) / 4);
  display: flex;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  padding-bottom: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.collection-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 0 0 calc((100% - (3 * 2rem)) / 4);
  transition: transform 0.2s ease;
}

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

.collection-card-link:hover .collection-card {
  box-shadow: rgba(99, 99, 99, 0.3) 0px 4px 15px 0px;
}

.cc-img-parent {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 1rem 1rem 0 0;
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #e4dfd9;
}

.cc-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 500 1rem "Space Grotesk";
  padding: 0.5rem 1rem;
}

.cc-row-2 {
  padding: 0rem 1rem;
  padding-bottom: 0.5rem;
}

.cc-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-category {
  font: 500 0.8rem "Space Grotesk";
  color: #171717;
  background-color: #f9f3ebc5;
  width: max-content;
  padding: 0.1rem 0.4rem;
  border-radius: 1rem;
  border: 1px solid #c8a97e;
}

.direction-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  padding: 0.7rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  margin: 0 1rem;
}

.direction-button.left {
  left: 0;
}

.direction-button.right {
  right: 0;
}

.direction-button:hover {
  background-color: #505050;
  color: white;
  cursor: pointer;
}

.footer {
  background-color: #202020;
  padding: 4rem 0 2rem;
  font-family: "Space Grotesk", sans-serif;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 3rem;
}

.footer-about {
  flex: 1 1 300px;
  max-width: 350px;
}

.footer-logo {
  height: 70px;
  margin-bottom: 1.5rem;
  display: block;
}

.footer-about-text {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #000000;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background-color: #8e8e8e;
}

.footer-nav {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.footer-nav-column {
  flex: 1;
  min-width: 160px;
}

.footer-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #9a9a9a;
}

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

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contact-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 1.6;
  font-size: 0.95rem;
  gap: 0.75rem;
}

.contact-item i {
  color: #ffffff;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer-main {
    gap: 3rem;
  }

  .footer-about {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-title{
    text-align: center;
  }

  .footer-links{
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-nav {
    flex: 1 1 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .product-hero .breadcrumbs{
    margin-top: 2rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-nav-column {
    text-align: center;
  }

  .contact-item {
    justify-content: center;
    text-align: left;
  }

  .social-links {
    justify-content: center;
  }
}

.collection-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 5rem;
}

.collection-cards-scroll {
  overflow-x: hidden;
  width: 100%;
  padding-inline: 1rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.collection-cards-scroll.is-dragging {
  cursor: grabbing;
}

.show-all {
  display: flex;
  justify-content: center;
}

section.cta {
  padding-block: 20rem !important;
  background: url(../assets/img/2virender-singh-hE0nmTffKtM-unsplash.jpg)
    center/cover;
  height: 100vh;
}

footer {
  padding-block: 3rem;
  background-color: #505050;
}

footer .container {
  display: flex;
}

/* Product Detail Page */
.product-detail-page {
  background-color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

/* Breadcrumbs */
.product-detail-page .breadcrumbs {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: black;
}

.product-hero {
  padding-bottom: 2rem;
}

.product-detail-page .breadcrumbs a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}

.product-detail-page .breadcrumbs a:hover {
  color: #5b5b5b;
}

.product-detail-page .breadcrumbs span {
  color: #000000;
}

/* Product Detail Grid */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

/* Product Gallery */
.product-gallery {
  width: 100%;
}

.main-image {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.thumbnail-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail.active {
  border-color: #b8986f;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stars {
  color: #ffc107;
  letter-spacing: 2px;
}

.review-count {
  color: #b8986f;
  text-decoration: none;
}



.product-description {
  margin-bottom: 2rem;
  line-height: 1.6;
  color: #555;
}

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

.option-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.color-options {
  display: flex;
  gap: 0.8rem;
}

.color-option {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.color-option.active::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #b8986f;
  border-radius: 50%;
}

.form-select {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.form-select:focus {
  outline: none;
  border-color: #b8986f;
}



.product-actions {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}



.wishlist-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.wishlist-btn:hover,
.wishlist-btn.active {
  background: #f9f9f9;
  color: #e53935;
  border-color: #e53935;
}



/* Product Tabs */
.product-tabs-section {
  padding: 4rem 0;
  background: #f9f9f9;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  gap: 2rem;
}

.tab-btn {
  padding: 1rem 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.tab-btn.active {
  color: #333;
  border-bottom-color: #b8986f;
}

.tab-content {
  display: none;
  padding: 2rem 0;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1.5rem;
}

.tab-content p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: #555;
}

.feature-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #555;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b8986f;
  font-weight: bold;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.specs-table th,
.specs-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.specs-table th {
  font-weight: 600;
  color: #333;
  width: 40%;
}

/* Reviews Section */
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.average-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rating {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.total-reviews {
  color: #666;
}

.review-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.reviewer-name {
  font-weight: 600;
  color: #333;
}

.review-rating {
  color: #ffc107;
  letter-spacing: 2px;
}

.review-date {
  color: #999;
  font-size: 0.9rem;
}

.review-content h4 {
  margin-bottom: 0.5rem;
  color: #333;
}

.load-more-reviews {
  display: block;
  margin: 2rem auto 0;
  padding: 0.8rem 2rem;
  background: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.load-more-reviews:hover {
  background: #f5f5f5;
  color: #333;
}

@media (max-width: 1024px) {
  .product-detail-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .product-info h1 {
    font-size: 1.8rem;
  }

  .product-meta {
    gap: 1.2rem;
  }

  .current-price {
    font-size: 1.6rem;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-meta-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
    gap: 0.5rem;
  }

  .product-actions {
    flex-direction: column;
    align-items: center;
  }

  .wishlist-btn {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-page {
  padding-top: 40px;
  background-color: #f9f9f9;
}

/* Custom select styles */
.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 0;
}

.sort-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-options label {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 1em auto;
  padding: 8px 2.5em 8px 12px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: white;
  min-width: 180px;
}

/* For IE 10 & 11 */
select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.catalog-hero {
  background-color: #b8986f;
  padding: 60px 0;
}

.catalog-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .catalog-hero h1 {
    text-align: center;
  }
  .breadcrumbs {
    text-align: center;
  }
}

.breadcrumbs {
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  font-size: 0.9rem;
}

.catalog-content {
  padding-block: 3rem;
}

.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumbs a:hover {
  color: #ededed;
}

.breadcrumbs span {
  color: #ffffff;
  font-weight: 500;
}

.catalog-layout {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.catalog-filters {
  flex: 0 0 280px;
}

.filter-section {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffffff00 #f5f5f5;
}

/* Custom scrollbar for WebKit browsers */
.filter-section::-webkit-scrollbar {
  width: 6px;
}

.filter-section::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.filter-section::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.filter-header h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.clear-filters {
  background: none;
  border: none;
  color: #666;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.clear-filters:hover {
  color: #000;
}

.filter-group {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-group-header h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.filter-options {
  padding-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.filter-group.active .filter-options {
  max-height: 500px;
}

.filter-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.filter-option input[type="checkbox"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.filter-option label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  color: #555;
  cursor: pointer;
}





.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.color-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s, border-color 0.2s;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.selected {
  border-color: #2d2d2d;
  transform: scale(1.1);
}

.catalog-products {
  flex: 1;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 0;
}

.products-count {
  font-family: "Space Grotesk", sans-serif;
  color: #666;
  font-size: 0.9rem;
}

.sort-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-options label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  color: #555;
}

.sort-options select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.product-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.product-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
  padding-top: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}



.btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: 1px solid #eee;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-icon:hover {
  background: #2d2d2d;
  color: white;
  border-color: #2d2d2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.product-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #2d2d2d;
}

.product-category {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 10px;
}



.product-rating {
  color: #ffb800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating-count {
  color: #888;
  font-size: 0.8rem;
  margin-left: 5px;
  font-family: "Space Grotesk", sans-serif;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.page-btn {
  min-width: 44px;
  height: 44px;
  border: 2px solid #e5e5e5;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  user-select: none;
}

.page-btn:hover {
  background: #f8f8f8;
  color: #2d2d2d;
  border-color: #d0d0d0;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-btn.active {
  background: #2d2d2d;
  color: white;
  border-color: #2d2d2d;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(45, 45, 45, 0.3);
}

.page-btn.active:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(45, 45, 45, 0.4);
}

.page-btn.next {
  min-width: auto;
  padding: 0 20px;
  gap: 8px;
  font-weight: 500;
}

.page-btn.next i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.page-btn.next:hover i {
  transform: translateX(2px);
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.page-btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 992px) {
  .catalog-layout {
    flex-direction: column;
  }

  .catalog-filters {
    flex: 0 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }

  .filter-section {
    max-height: none;
    position: static;
    padding: 15px;
    margin-bottom: 20px;
  }

  .filter-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .filter-header h3 {
    font-size: 1.1rem;
  }

  .filter-group {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .filter-group-header h4 {
    font-size: 0.95rem;
  }

  .filter-options {
    padding-top: 8px;
  }

  .filter-option {
    margin-bottom: 6px;
  }

  .filter-option label {
    font-size: 0.9rem;
  }



  .color-options {
    gap: 8px;
  }

  .color-option {
    width: 32px;
    height: 32px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pagination {
    gap: 10px;
    margin-top: 40px;
  }

  .page-btn {
    min-width: 42px;
    height: 42px;
  }
}

@media (max-width: 576px) {
  /* Product Detail Page */
  .product-detail-page {
    padding: 0.8rem 0;
  }

  .product-hero {
    padding-bottom: 1rem;
  }

  .product-detail-page .breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }

  .product-detail-grid {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .main-image {
    margin-bottom: 0.6rem;
    border-radius: 4px;
  }

  .thumbnail-container {
    gap: 0.6rem;
    padding: 0.3rem 0;
  }

  .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 2px;
  }

  .product-info h1 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }

  .product-meta {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
  }



  .product-description {
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }

  .product-options {
    margin-bottom: 1rem;
  }

  .option-group {
    margin-bottom: 0.8rem;
  }

  .option-group label {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }

  .color-options {
    gap: 0.6rem;
  }

  .color-option {
    width: 28px;
    height: 28px;
  }



  .product-actions {
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .add-to-cart {
    padding: 0.7rem 0.8rem;
    font-size: 0.9rem;
  }

  .wishlist-btn {
    padding: 0.7rem 0.8rem;
    font-size: 0.85rem;
  }



  /* Product Tabs Section */
  .product-tabs-section {
    padding: 1rem 0;
  }

  .tabs {
    gap: 0.4rem;
    margin-bottom: 1rem;
  }

  .tab-btn {
    padding: 0.7rem 0.8rem;
    font-size: 0.85rem;
  }

  .tab-content {
    padding: 0.8rem 0;
  }

  .tab-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .tab-content p {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }

  .feature-list {
    margin: 0.8rem 0;
  }

  .feature-list li {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    padding-left: 1.2rem;
  }

  .specs-table {
    font-size: 0.8rem;
  }

  .specs-table th,
  .specs-table td {
    padding: 0.5rem 0.6rem;
  }

  /* Catalog */
  .product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .pagination {
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-btn {
    min-width: 40px;
    height: 40px;
    font-size: 13px;
    border-radius: 6px;
  }

  .page-btn.next {
    padding: 0 16px;
    gap: 6px;
  }
}

footer img {
  height: 70px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
}

.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../assets/img/about-background-img2.png") center/cover;
  color: #fff;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 120px;
  font-family: "SF Pro Display", "Space Grotesk", sans-serif;
}

.about-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.about-story {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.about-story-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-story-text {
  flex: 1;
}

.about-story-text h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -1px;
}

.about-story-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #c8a97e;
}

.about-story-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
  font-family: "SF Pro Display", sans-serif;
}

.about-story-image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-story-image:hover .about-image {
  transform: scale(1.03);
}

.about-mission {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.mission-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.mission-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "SF Pro Display", sans-serif;
}

.mission-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background-color: #f8f3ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a97e;
  font-size: 30px;
}

.mission-card h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}

.mission-card p {
  color: #666;
  line-height: 1.6;
}

.about-team {
  padding: 80px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.about-team h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}

.team-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
  font-family: "SF Pro Display", sans-serif;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.team-member {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.member-image {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-member:hover .team-image {
  transform: scale(1.05);
}

.member-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
  background: rgba(200, 169, 126, 0.9);
  transition: bottom 0.3s ease;
}

.team-member:hover .member-social {
  bottom: 0;
}

.member-social a {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.member-social a:hover {
  background: #fff;
  color: #c8a97e;
}

.team-member h4 {
  font-size: 1.25rem;
  margin: 20px 0 5px;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}

.team-member p {
  color: #c8a97e;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "SF Pro Display", sans-serif;
}

.about-stats {
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../assets/img/stats-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.stat-item {
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #c8a97e;
  font-family: "Space Grotesk", sans-serif;
}

.stat-text {
  font-size: 1.1rem;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
}

.about-cta {
  padding: 100px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.about-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}

.about-cta p {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: "SF Pro Display", sans-serif;
}

@media (max-width: 992px) {
  .about-story-content {
    flex-direction: column;
  }


  .about-story-text,
  .about-story-image {
    width: 100%;
  }

  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 2.5rem;
  }

  
  .about-story h2{
    text-align: center;
  }

  .about-story h2:after{
    left: 50%;
    transform: translateX(-50%);
  }

  .about-story-text{
    text-align: center;
  }

  .about-story-text h2,
  .about-team h2,
  .about-cta h2 {
    font-size: 2rem;
  }

  .mission-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .team-members {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .about-hero {
    padding: 80px 0;
  }

  .about-hero h1 {
    font-size: 2rem;
  }

  .about-hero p,
  .team-subtitle,
  .about-cta p {
    font-size: 1rem;
  }

  .about-story-text h2,
  .about-team h2,
  .about-cta h2 {
    font-size: 1.75rem;
  }

  .mission-card {
    padding: 30px 20px;
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h5 {
  font: 400 1rem "Space Grotesk";
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-col a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

footer .contact-link {
  color: white !important;
}



.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font: 600 2rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 0.5rem;
}

.section-header p {
  font: 400 1rem "Space Grotesk";
  color: #666;
}



/* Delivery Modal Styles */
.delivery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.delivery-modal.show {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

.modal-header h3 {
  font: 600 1.5rem "Space Grotesk";
  color: #2d2d2d;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.modal-close:hover {
  background-color: #f1f1f1;
  color: #2d2d2d;
}

.modal-body {
  padding: 2rem;
}

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

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group label {
  display: block;
  font: 500 0.9rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(176, 176, 176, 0.3);
  border-radius: 8px;
  font: 400 0.9rem "Space Grotesk";
  color: #2d2d2d;
  background: white;
  transition: 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #b8986f;
  box-shadow: 0 0 0 3px rgba(184, 152, 111, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(176, 176, 176, 0.2);
}

.form-actions button {
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
}

/* Responsive Modal */
@media (max-width: 768px) {
  .modal-content {
    margin: 1rem;
    max-height: calc(100vh - 2rem);
  }

  .modal-header,
  .modal-body {
    padding: 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .modal-header,
  .modal-body {
    padding: 1rem;
  }

  .modal-header h3 {
    font-size: 1.3rem;
  }
}

/* Projects Page Styles */
.projects-page {
  background: #f9f9f9;
}

.projects-hero {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  color: white;
  padding: 120px 0 80px;
  text-align: center;
}

.projects-hero .hero-content h1 {
  font: 700 3.5rem "Space Grotesk";
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #b8986f 0%, #d4af7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.projects-hero .hero-subtitle {
  font: 400 1.2rem "Space Grotesk";
  color: #cccccc;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.projects-overview {
  padding: 80px 0;
  background: white;
}

.overview-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.overview-text h2 {
  font: 600 2.5rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 1.5rem;
}

.overview-text p {
  font: 400 1.1rem "Space Grotesk";
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Projects page specific stats styles */
.overview-text .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.overview-text .stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background: rgba(184, 152, 111, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(184, 152, 111, 0.1);
  transition: all 0.3s ease;
}

.overview-text .stat-item:hover {
  transform: translateY(-5px);
  background: rgba(184, 152, 111, 0.1);
  border-color: rgba(184, 152, 111, 0.2);
}

.overview-text .stat-number {
  display: block;
  font: 700 2.5rem "Space Grotesk";
  color: #b8986f;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.overview-text .stat-text {
  font: 500 0.9rem "Space Grotesk";
  color: #2d2d2d;
  line-height: 1.4;
}

.overview-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.featured-projects {
  padding: 80px 0;
  background: white;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.project-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.project-card:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.project-card.featured {
  grid-column: span 2;
}

.project-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.project-card.featured .project-image {
  height: 350px;
}

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

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(45, 45, 45, 0.9) 0%,
    rgba(45, 45, 45, 0.7) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-details h3 {
  font: 600 1.5rem "Space Grotesk";
  color: white;
  margin-bottom: 0.5rem;
}

.project-details p {
  font: 400 0.9rem "Space Grotesk";
  color: #cccccc;
  margin-bottom: 1rem;
}

.project-meta {
  display: flex;
  gap: 1.5rem;
}

.project-meta span {
  font: 400 0.85rem "Space Grotesk";
  color: #b8986f;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-info {
  padding: 2rem;
}

.project-info h3 {
  font: 600 1.3rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 1rem;
}

.project-info p {
  font: 400 0.95rem "Space Grotesk";
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.process-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.process-step {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.process-step:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b8986f 0%, #d4af7a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 1.5rem "Space Grotesk";
  color: white;
  margin: 0 auto 1.5rem;
}

.step-content h3 {
  font: 600 1.3rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 1rem;
}

.step-content p {
  font: 400 0.95rem "Space Grotesk";
  color: #666;
  line-height: 1.6;
}

.testimonials-section {
  padding: 80px 0;
  background: white;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: #f8f9fa;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  background: white;
}

.testimonial-content p {
  font: 400 1rem "Space Grotesk";
  color: #2d2d2d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-info h4 {
  font: 600 1.1rem "Space Grotesk";
  color: #2d2d2d;
  margin-bottom: 0.25rem;
}

.author-info span {
  font: 400 0.9rem "Space Grotesk";
  color: #666;
}

.projects-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  color: white;
  text-align: center;
}

.cta-content h2 {
  font: 600 2.5rem "Space Grotesk";
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #b8986f 0%, #d4af7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content p {
  font: 400 1.1rem "Space Grotesk";
  color: #cccccc;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons a i {
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .overview-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .project-card.featured {
    grid-column: span 1;
  }

  .projects-hero .hero-content h1 {
    font-size: 2.8rem;
  }

  .overview-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .projects-hero {
    padding: 100px 0 60px;
  }

  .projects-hero .hero-content h1 {
    font-size: 2.2rem;
  }

  .projects-hero .hero-subtitle {
    font-size: 1rem;
  }

  .overview-text h2 {
    text-align: center;
    font-size: 1.8rem;
  }

  .overview-text p{
    text-align: center;
  }

  .overview-text .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .overview-text .stat-item {
    padding: 1rem;
  }

  .overview-text .stat-number {
    font-size: 2rem;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .projects-hero .hero-content h1 {
    font-size: 1.8rem;
  }

  .overview-text h2 {
    font-size: 1.5rem;
  }

  .category-card,
  .project-info,
  .process-step,
  .testimonial-card {
    padding: 1.5rem;
  }

  .cta-content h2 {
    font-size: 1.6rem;
  }
}

/* Partners Page Styles */
.partners-page {
  background-color: #f1f1f1;
}

.partners-hero {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  padding: 8rem 0 5rem 0;
  color: white;
  text-align: center;
}

.partners-hero-badge {
  font: 400 1.23rem "SF Pro Display";
  letter-spacing: 0.2px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.7rem;
  color: white;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.partners-hero h1 {
  font: 600 3.5rem "Space Grotesk";
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #c4a375;
}

.partners-hero p {
  font: 400 1.2rem "Space Grotesk";
  color: #cccdcd;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.partners-grid-section {
  background: #f8f8f8;
  padding: 6rem 0;
}

.partners-grid-header {
  text-align: center;
  margin-bottom: 4rem;
}

.partners-grid-header h2 {
  font: 400 3rem "Space Grotesk";
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.partners-grid-header p {
  font: 400 1rem "SF Pro Display";
  letter-spacing: 0.3px;
  line-height: 1.6;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.partner-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  text-align: center;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #c8a97e;
}

.partner-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 1rem;
  padding: 1rem;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partner-info h3 {
  font: 600 1.3rem "Space Grotesk";
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.partner-info p {
  font: 400 0.9rem "SF Pro Display";
  color: #555;
  line-height: 1.5;
}

.partnership-benefits {
  background: white;
  padding: 6rem 0;
}

.benefits-header {
  text-align: center;
  margin-bottom: 4rem;
}

.benefits-header h2 {
  font: 400 3rem "Space Grotesk";
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.benefits-header p {
  font: 400 1rem "SF Pro Display";
  letter-spacing: 0.3px;
  line-height: 1.6;
  color: #555;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background: #f8f8f8;
  padding: 2.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  background: #c8a97e;
  color: white;
  transform: translateY(-5px);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: #c8a97e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  background: white;
}

.benefit-icon i {
  font-size: 2rem;
  color: white;
}

.benefit-card:hover .benefit-icon i {
  color: #c8a97e;
}

.benefit-card h3 {
  font: 600 1.3rem "Space Grotesk";
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.benefit-card:hover h3 {
  color: white;
}

.benefit-card p {
  font: 400 0.95rem "SF Pro Display";
  color: #555;
  line-height: 1.6;
}

.benefit-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}
/* Responsive Design for Partners Page */
@media (max-width: 992px) {
  .partners-overview .overview-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .partners-overview .overview-text h2 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }

  .partners-hero h1 {
    font-size: 3rem;
    letter-spacing: -3px;
  }

  .partners-grid-header h2,
  .benefits-header h2,
  .partners-cta .cta-content h2 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }

  .partners-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .partners-stat-item {
    padding: 1rem;
  }

  .partners-stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .partners-hero {
    padding: 6rem 0 4rem 0;
  }

  .partners-hero h1 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }

  .partners-hero p {
    font-size: 1rem;
  }

  .partners-overview .overview-text h2,
  .partners-grid-header h2,
  .benefits-header h2,
  .partners-cta .cta-content h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .partners-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .partners-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .partners-cta .cta-buttons a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .partners-hero h1 {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .partners-overview .overview-text h2,
  .partners-grid-header h2,
  .benefits-header h2,
  .partners-cta .cta-content h2 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }

  .partner-card {
    padding: 1.5rem;
  }

  .partner-logo {
    width: 100px;
    height: 100px;
  }

  .benefit-card {
    padding: 2rem;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
  }

  .benefit-icon i {
    font-size: 1.5rem;
  }
}

/* Contact Page Styles */
.contact-hero {
  padding-bottom: 2rem;
}

.contact-info-section {
  padding: 4rem 0;
  background: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.contact-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

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

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b8986f 0%, #c8a97e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.contact-icon i {
  font-size: 1.5rem;
  color: white;
}

.contact-card h3 {
  font: 600 1.25rem "Space Grotesk";
  color: #333;
  margin-bottom: 0.5rem;
}

.contact-card p {
  font: 400 1rem "Space Grotesk";
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.contact-link {
  color: #b8986f;
  text-decoration: none;
  font: 500 0.9rem "Space Grotesk";
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #8b6b4a;
}

.map-section {
  padding: 4rem 0;
  background: white;
}

.map-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.map-content h2 {
  font: 600 2rem "Space Grotesk";
  color: #333;
  margin-bottom: 1rem;
}

.map-content p {
  font: 400 1rem "Space Grotesk";
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.office-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.office-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.office-item i {
  font-size: 1.25rem;
  color: #b8986f;
  margin-top: 0.2rem;
}

.office-item h4 {
  font: 600 1rem "Space Grotesk";
  color: #333;
  margin-bottom: 0.25rem;
}

.office-item p {
  font: 400 0.9rem "Space Grotesk";
  color: #666;
  margin: 0;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  border-radius: 12px;
}

/* Responsive Design for Contact Page */
@media (max-width: 992px) {
  .map-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .contact-cta .cta-content h2 {
    font-size: 2rem;
  }

  .contact-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .contact-cta .cta-buttons a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .map-content h2,
  .contact-cta .cta-content h2 {
    font-size: 1.5rem;
  }

  .contact-card {
    padding: 1rem;
  }
}

/* ===== COMPREHENSIVE RESPONSIVE DESIGN ===== */

/* Ensure all interactive elements are touch-friendly */
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

/* Mobile Navigation */
@media (max-width: 1027px) {
  .nav-p2 {
    display: none;
  }

  .nav-p3 {
    gap: 0.2rem;
  }

  nav {
    padding-block: 0.5rem;
  }

  .nav-p3 .btn-primary {
    font-size: 0.8rem;
  }

  .nav-p3 a[href^="tel:"] {
    display: none;
  }

  /* Mobile Menu Toggle */
  .mobile-menu-toggle {
    display: block !important;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.2s;
    outline: none;
    margin-left: 0.5rem;
  }

  .mobile-menu-toggle:hover {
    color: #b8986f;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 10001;
    transition: left 0.3s ease;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu a {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: color 0.2s;
    font-family: "Space Grotesk", sans-serif;
  }

  .mobile-menu a:hover {
    color: #b8986f;
  }

  .mobile-menu a:last-child {
    border-bottom: none;
  }

  .mobile-menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    transition: color 0.2s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .mobile-menu-close:hover {
    color: #b8986f;
    background: rgba(184, 152, 111, 0.1);
  }
}

/* Hero Section Responsive */
@media (max-width: 768px) {
  .hero-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .hero-card {
    height: 180px;
    padding: 1.5rem;
  }

  .hero-card h3 {
    font-size: 1.2rem;
  }

  #cta-header-2-p2 {
    margin-left: auto !important;
    margin-top: 0.8rem !important;
  }

  .wuc-header-2-p2 {
    width: 60%;
  }

  .cta-header-2-p1 {
    font-size: 3rem;
    letter-spacing: -2px;
  }

  .wuc-header-2-p1 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }

  .collection-header-2-p1 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }
}

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

  .hero-card {
    height: 200px;
  }

  .cta-header-2-p1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }

  .wuc-header-2-p1 {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .collection-header-2-p1 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}

/* Why Us Section Responsive */
@media (max-width: 768px) {
  .wuc-header-2 {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .wuc-header-2-p2 {
    margin-top: 0 !important;
  }

  .wuc-header-1 {
    margin-inline: auto;
  }

  .wuc-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wuc-card {
    padding: 1.5rem;
  }
}

/* Collection Section Responsive */
@media (max-width: 768px) {
  .collection-cards {
    flex-direction: column;
    gap: 1rem;
  }

  .collection-card,
  .collection-card-link {
    flex: none;
    width: 100%;
  }

  .collection-wrapper {
    padding: 1rem 1rem;
  }

  .direction-button {
    display: none;
  }
}

/* Footer Responsive */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-col {
    align-items: center;
  }
}

/* Container Responsive */
@media (max-width: 768px) {
  .container {
    padding-inline: 1rem;
  }
}

/* Section Padding Responsive */
@media (max-width: 768px) {
  section {
    padding-block: 4rem;
  }
}

/* Product Detail Responsive */
@media (max-width: 768px) {
  .product-detail-page {
    padding: 1rem 0;
  }

  .product-hero {
    padding-bottom: 1.5rem;
  }

  .product-detail-page .breadcrumbs {
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .product-gallery {
    order: 1;
  }

  .main-image {
    margin-bottom: 0.8rem;
    border-radius: 6px;
  }

  .thumbnail-container {
    gap: 0.8rem;
    padding: 0.4rem 0;
  }

  .thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 3px;
  }

  .product-info {
    order: 2;
  }

  .product-info h1 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .product-meta {
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    flex-wrap: wrap;
  }

  .product-price {
    margin-bottom: 1rem;
  }

  .current-price {
    font-size: 1.4rem;
  }

  .original-price {
    font-size: 1rem;
  }

  .discount {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }

  .product-description {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }

  .product-options {
    margin-bottom: 1.5rem;
  }

  .option-group {
    margin-bottom: 1rem;
  }

  .option-group label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .color-options {
    gap: 0.8rem;
  }

  .color-option {
    width: 32px;
    height: 32px;
  }

  .quantity-selector {
    margin-top: 1rem;
  }

  .quantity-selector label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .quantity-controls {
    gap: 0.5rem;
  }

  .quantity-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .quantity-input {
    width: 60px;
    height: 36px;
    font-size: 0.9rem;
  }

  .product-actions {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }

  .add-to-cart {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }

  .wishlist-btn {
    width: 100%;
    height: auto;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }

  .product-meta-bottom {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .meta-item {
    padding: 0.8rem;
    font-size: 0.85rem;
  }

  .meta-item i {
    font-size: 1rem;
  }

  /* Product Tabs Section */
  .product-tabs-section {
    padding: 1.5rem 0;
  }

  .tabs {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .tab-btn {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .tab-content {
    padding: 1rem 0;
  }

  .tab-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .tab-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .feature-list {
    margin: 1rem 0;
  }

  .feature-list li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
  }

  .specs-table {
    font-size: 0.85rem;
  }

  .specs-table th,
  .specs-table td {
    padding: 0.6rem 0.8rem;
  }
}

/* Catalog Responsive */
@media (max-width: 768px) {
  .catalog-layout {
    flex-direction: column;
  }

  .catalog-filters {
    position: static;
    max-height: none;
    margin-bottom: 2rem;
    width: 100%;
  }

  .filter-section {
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
  }

  .filter-header {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .filter-header h3 {
    font-size: 1rem;
  }

  .clear-filters {
    font-size: 0.85rem;
    padding: 4px 8px;
  }

  .filter-group {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .filter-group-header {
    margin-bottom: 8px;
  }

  .filter-group-header h4 {
    font-size: 0.9rem;
  }

  .filter-options {
    padding-top: 6px;
  }

  .filter-option {
    margin-bottom: 5px;
  }

  .filter-option label {
    font-size: 0.85rem;
    padding-left: 8px;
  }

  .filter-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .price-inputs {
    gap: 6px;
    flex-wrap: wrap;
  }

  .price-inputs input {
    padding: 6px 8px;
    font-size: 0.85rem;
    min-width: 80px;
  }

  .color-options {
    gap: 6px;
  }

  .color-option {
    width: 28px;
    height: 28px;
  }

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

  .catalog-toolbar {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .catalog-filters {
    margin-bottom: 1.5rem;
  }

  .filter-section {
    padding: 10px;
    margin-bottom: 12px;
  }

  .filter-header {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }

  .filter-header h3 {
    font-size: 0.95rem;
  }

  .clear-filters {
    font-size: 0.8rem;
    padding: 3px 6px;
  }

  .filter-group {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }

  .filter-group-header h4 {
    font-size: 0.85rem;
  }

  .filter-option {
    margin-bottom: 4px;
  }

  .filter-option label {
    font-size: 0.8rem;
    padding-left: 6px;
  }

  .filter-option input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }



  .color-options {
    gap: 4px;
  }

  .color-option {
    width: 24px;
    height: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .catalog-toolbar {
    gap: 0.8rem;
  }
}



/* About Page Responsive */
@media (max-width: 768px) {
  .about-story-content {
    flex-direction: column;
    gap: 2rem;
  }

  .about-hero h1 {
    font-size: 2.5rem;
  }

  .mission-cards {
    grid-template-columns: 1fr;
  }

  .team-members {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Projects Page Responsive */
@media (max-width: 768px) {
  .projects-hero .hero-content h1 {
    font-size: 2.2rem;
  }

  .overview-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* Partners Page Responsive */
@media (max-width: 768px) {
  .partners-hero h1 {
    font-size: 2.5rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact Page Responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .map-content h2{
    text-align: center;
  }

  .map-content p{
    text-align: center;
  }

  .office-item{
    text-align: center;
    margin-inline: auto;
  }
}

/* Modal Responsive */
@media (max-width: 768px) {
  .modal-content {
    margin: 1rem;
    max-height: calc(100vh - 2rem);
  }

  .modal-header,
  .modal-body {
    padding: 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions button {
    width: 100%;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .container {
    padding-inline: 0.5rem;
  }

  .hero-card {
    height: 150px;
    padding: 1rem;
  }

  .hero-card h3 {
    font-size: 1rem;
  }

  .cta-header-2-p1,
  .wuc-header-2-p1,
  .collection-header-2-p1 {
    font-size: 2.1rem;
    letter-spacing: -1px;
  }

  .wuc-card,
  .cta-card {
    padding: 1rem;
  }

  .collection-card {
    padding: 0.5rem;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  /* Touch-friendly improvements */
  .btn-primary {
    min-height: 44px;
    min-width: 44px;
  }

  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-close {
    min-height: 44px;
    min-width: 44px;
  }

  /* Better spacing for small screens */
  .wuc-header-1,
  .collection-header-1,
  .cta-header-1 {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
  }

  .wuc-header-2-p2,
  .collection-header-2-p2,
  .cta-header-2-p2 {
    font-size: 0.9rem;
  }

  /* Improved card spacing */
  .wuc-cards,
  .cta-cards {
    gap: 1rem;
    margin-top: 2rem;
  }

  .collection-cards {
    gap: 1rem;
  }

  /* Better form elements */
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 44px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  /* Improved modal on small screens */
  .modal-content {
    margin: 0.5rem;
    border-radius: 15px;
  }

  .modal-header,
  .modal-body {
    padding: 1rem;
  }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .mobile-menu {
    padding: 1rem;
  }

  .mobile-menu a {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}

/* Tablet Optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }

  .hero-card {
    height: 220px;
    padding: 2rem;
  }

  .hero-card h3 {
    font-size: 1.3rem;
  }

  .wuc-cards,
  .cta-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .collection-cards {
    gap: 1.5rem;
  }

  .collection-card,
  .collection-card-link {
    flex: 0 0 calc((100% - (2 * 1.5rem)) / 3);
  }

  .cta-header-2-p1,
  .wuc-header-2-p1,
  .collection-header-2-p1 {
    font-size: 3rem;
    letter-spacing: -3px;
  }

  .container {
    padding-inline: 1.5rem;
  }
}

/* Large Screen Optimizations */
@media (min-width: 1025px) {
  .hero-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }

  .hero-card {
    height: 280px;
  }

  .hero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .hero-card:hover::before {
    opacity: 0.7;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-card {
    background-size: cover;
  }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .mobile-menu {
    transition: none;
  }

  .hero-card {
    transition: none;
  }

  .wuc-card,
  .cta-card,
  .collection-card {
    transition: none;
  }
}

/* Focus styles for better accessibility */
.btn-primary:focus,
.mobile-menu-close:focus,
.mobile-menu a:focus {
  outline: 2px solid #b8986f;
  outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .mobile-menu {
    background: rgba(0, 0, 0, 0.95);
    color: white;
  }

  .mobile-menu a {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  .mobile-menu a:hover {
    color: #b8986f;
  }

  .mobile-menu-close {
    color: white;
  }

  .mobile-menu-close:hover {
    background: rgba(184, 152, 111, 0.2);
  }
}

/* Print Styles */
@media print {
  .nav-bg,
  .mobile-menu-toggle,
  .direction-button,
  .btn-primary,
  .cart-button,
  .mobile-menu {
    display: none !important;
  }

  .hero-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-card {
    break-inside: avoid;
    height: 200px;
  }

  .wuc-cards,
  .cta-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-cards {
    flex-direction: column;
  }

  .collection-card,
  .collection-card-link {
    width: 100%;
    margin-bottom: 1rem;
  }

  body {
    background: white !important;
    color: black !important;
  }

  .container {
    max-width: none;
    padding: 0;
  }

  section {
    padding: 1rem 0;
    break-inside: avoid;
  }
}