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

:root {
  --wdtSecondaryColorRgb: 13, 38, 60;
  --wdt-elementor-base-transition: all 0.3s linear 0s;
}

.project-main {
  position: relative;
  margin: -50px 0;
  border-radius: 50px;
  z-index: 5;
  background: #fff;
}

.project-home {
  width: 100%;
  background: #fff;
}
.project-home .hero-section {
  position: relative;
  height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 5.5rem;
}
.project-home .hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-home .hero-section .hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
.project-home .hero-section .hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(118, 77, 42, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}
.project-home .hero-section .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3rem;
}
.project-home .hero-section .hero-content .search-container {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: none;
  box-shadow: none;
  padding: 0;
}
.project-home .hero-section .hero-content .search-container .main-search {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input {
  width: 100%;
  height: 46px;
  padding: 0 60px 0 48px;
  border: 1px solid #eacd75;
  border-radius: 32px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: transparent;
  box-shadow: 0 2px 8px rgba(234, 205, 117, 0.15);
  font-weight: 400;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transform: translateY(-1px);
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:hover {
  border-color: #d4af37;
  box-shadow: 0 4px 16px rgba(234, 205, 117, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: translateY(-1px);
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:hover::-moz-placeholder {
  opacity: 1;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:hover::placeholder {
  opacity: 1;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input::-moz-placeholder {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3337 18.3334L16.667 16.6667M17.5003 9.58335C17.5003 13.9556 13.9559 17.5 9.58366 17.5C5.2114 17.5 1.66699 13.9556 1.66699 9.58335C1.66699 5.2111 5.2114 1.66669 9.58366 1.66669C13.9559 1.66669 17.5003 5.2111 17.5003 9.58335Z" stroke="%23FBF5E3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-position: 42% center;
  background-size: 20px 20px;
  color: #fff;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input::placeholder {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3337 18.3334L16.667 16.6667M17.5003 9.58335C17.5003 13.9556 13.9559 17.5 9.58366 17.5C5.2114 17.5 1.66699 13.9556 1.66699 9.58335C1.66699 5.2111 5.2114 1.66669 9.58366 1.66669C13.9559 1.66669 17.5003 5.2111 17.5003 9.58335Z" stroke="%23FBF5E3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-position: 42% center;
  background-size: 20px 20px;
  color: #fff;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2), 0 6px 20px rgba(234, 205, 117, 0.3);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transform: translateY(-2px);
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:focus::-moz-placeholder {
  opacity: 0.6;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:focus::placeholder {
  opacity: 0.6;
}
.project-home .hero-section .hero-content .search-container .main-search .main-search-input:active {
  transform: translateY(0);
}
.project-home .hero-section .hero-content .search-container .main-search .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  pointer-events: none;
}
.project-home .hero-section .hero-content .search-container .filter-options {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
  transition: background 0.2s, color 0.2s;
  color: #764d2a;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group {
  flex: 1;
  position: relative;
  max-width: 356px;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select {
  width: 100%;
  height: 46px;
  padding: 0 40px 0 20px;
  border: none;
  border-bottom: 1px solid #eacd75;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 16px;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select::placeholder {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:hover {
  border-bottom-color: #d4af37;
  border-bottom-width: 2px;
  transform: translateY(-1px);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:hover::-moz-placeholder {
  opacity: 1;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:hover::placeholder {
  opacity: 1;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:hover + .select-arrow {
  color: #eacd75;
  transform: translateY(-50%) scale(1.1);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:focus {
  outline: none;
  border-bottom-color: #d4af37;
  border-bottom-width: 3px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 205, 117, 0.2);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:focus::-moz-placeholder {
  opacity: 0.6;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:focus::placeholder {
  opacity: 0.6;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:focus + .select-arrow {
  color: #d4af37;
  transform: translateY(-50%) scale(1.2) rotate(180deg);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select:active {
  transform: translateY(0);
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select option {
  color: #1f2937;
  background: #fff;
  padding: 8px 12px;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select option:hover {
  background: #f3f4f6;
}
.project-home .hero-section .hero-content .search-container .filter-options .filter-group .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.8;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn {
  height: 48px;
  padding: 0 28px;
  background: #eacd75;
  color: #764d2a;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 170px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3337 18.3334L16.667 16.6667M17.5003 9.58335C17.5003 13.9556 13.9559 17.5 9.58366 17.5C5.2114 17.5 1.66699 13.9556 1.66699 9.58335C1.66699 5.2111 5.2114 1.66669 9.58366 1.66669C13.9559 1.66669 17.5003 5.2111 17.5003 9.58335Z' stroke='%23FBF5E3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 42% center;
  background-size: 20px 20px;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn::placeholder {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3337 18.3334L16.667 16.6667M17.5003 9.58335C17.5003 13.9556 13.9559 17.5 9.58366 17.5C5.2114 17.5 1.66699 13.9556 1.66699 9.58335C1.66699 5.2111 5.2114 1.66669 9.58366 1.66669C13.9559 1.66669 17.5003 5.2111 17.5003 9.58335Z' stroke='%23FBF5E3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 42% center;
  background-size: 20px 20px;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn:hover {
  background: #d4af37;
  color: #764d2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn:hover::before {
  left: 100%;
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn:hover i {
  transform: scale(1.1);
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}
.project-home .hero-section .hero-content .search-container .filter-options .search-btn i {
  transition: transform 0.3s ease;
}
.project-home .hero-section .hero-content .search-container .filter-options:hover {
  color: #764d2a;
}

.categories-section {
  padding: 80px 0;
  background: #f6f3ec;
  border-radius: 0 0 50px 50px;
}
.categories-section .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #764d2a;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.02em;
}
.categories-section .categories-grid {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 2.25rem;
}
.categories-section .project-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(212, 175, 55, 0.08);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.25s, transform 0.25s;
  padding: 20px;
  transition: var(--wdt-elementor-base-transition);
}
.categories-section .project-card .project-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f6f3ec;
  max-width: 350px;
  max-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  transition: var(--wdt-elementor-base-transition);
}
.categories-section .project-card .project-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: var(--wdt-elementor-base-transition);
}
.categories-section .project-card .project-card-image .project-link {
  color: #764d2a;
  background: linear-gradient(to bottom, #eacd75 0%, #ddb359 100%);
  border: 1px solid #fff;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
  right: 60%;
  left: 50%;
  transition: var(--wdt-elementor-base-transition);
  white-space: nowrap;
}
.categories-section .project-card .project-card-content {
  padding: 20px 0px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.categories-section .project-card .project-card-content .project-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #090909;
  margin: 0;
  line-height: 1.3;
}
.categories-section .project-card .project-card-content .project-location {
  font-size: 1rem;
  color: #b59b6a;
  font-weight: 400;
}
.categories-section .project-card .project-card-content .project-meta {
  display: flex;
  gap: 16px;
  margin-top: 0px;
  gap: 5px 8px;
}
.categories-section .project-card .project-card-content .project-meta .project-scales {
  display: flex;
  align-items: center;
  gap: 4px;
  width: calc((100% - 16px) / 2);
}
.categories-section .project-card .project-card-content .project-meta .project-scales .project-scale-image {
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-section .project-card .project-card-content .project-meta .project-scales .project-scale-image img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: auto;
  display: block;
}
.categories-section .project-card .project-card-content .project-meta .project-scales .scale-content {
  flex: 1 1 0;
}
.categories-section .project-card .project-card-content .project-meta .project-scales .scale-content p.project-scale-description {
  margin: 0;
  font-size: 15px;
  color: #764d2a;
  font-weight: 500;
  line-height: 1.4;
}
.categories-section .project-card:hover {
  box-shadow: 0 8px 32px 0 rgba(212, 175, 55, 0.18);
  box-shadow: 0 0 20px 0 rgba(var(--wdtSecondaryColorRgb), 0.2);
  transition: var(--wdt-elementor-base-transition);
}
.categories-section .project-card:hover .project-card-image {
  transition: var(--wdt-elementor-base-transition);
}
.categories-section .project-card:hover .project-card-image .project-link {
  transition: var(--wdt-elementor-base-transition);
  opacity: 1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.categories-section .project-card:hover .project-card-image img {
  transform: translateX(10%) scale(1.2);
}
.categories-section .project-card:hover .project-card-content .project-name {
  color: #764d2a;
}

.project-scale-content .project-scale-title {
  font-size: 2rem;
}
.project-scale-content .project-scale-title .text-span {
  font-size: 1.5rem;
  color: #764d2a;
}

.project-slide-full {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3.125rem;
}
.project-slide-full .left {
  position: sticky;
  top: 72px;
  width: calc((100% - 50px) / 2);
  max-width: 815px;
  display: inline-block;
}
.project-slide-full .left .nav-carousel {
  margin-right: 12px;
}
.project-slide-full .left .nav-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-slide-full .left .main-carousel .item-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  max-width: 815px;
}
.project-slide-full .left .product-slide-wrap-two {
  width: 100%;
  position: absolute;
  bottom: clamp(2.125rem, -9.5395rem + 13.1579vw, 4.25rem);
  right: 16%;
  background: #ffffff;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-radius: 40px;
  z-index: 1;
  right: -86%;
}
.project-slide-full .left .product-slide-wrap-two .bottom {
  position: relative;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel {
  margin-right: 0px;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel ul {
  gap: 1.5rem;
  display: flex;
  position: relative;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel ul li {
  list-style: none;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  max-width: 210px;
  max-height: 210px;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel ul li:before {
  content: "";
  position: absolute;
  border-radius: 24px;
  background: #000000;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
  bottom: 100%;
  left: 0;
  max-width: 0%;
  transition: 0.5s;
}
.project-slide-full .left .product-slide-wrap-two .bottom .nav-carousel ul li:hover:before {
  top: 0%;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  transition: 0.5s;
}
.project-slide-full .left .product-slide-wrap-two::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 2em;
  top: -1em;
  left: calc(13% - 0.5em);
  box-shadow: inset 1em 1em 0px 0px rgb(255, 255, 255);
  transform: rotate(180deg);
}
.project-slide-full .left .product-slide-wrap-two::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 2em;
  bottom: -1em;
  left: calc(13% - 0.5em);
  box-shadow: inset 1em -1em 0px 0px rgb(255, 255, 255);
  transform: rotate(180deg);
}
.project-slide-full .right {
  max-width: 50%;
  position: relative;
  width: calc((100% - 50px) / 2);
  max-width: 50%;
  position: relative;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 {
  width: 100%;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-category-title {
  font-size: 1.5rem;
  color: #764d2a;
  text-transform: uppercase;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-scales {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-scales .featured-project-scale .project-scale-image {
  border-radius: 15px;
  background: #fbf5e3;
  padding: 10px;
  border: 1px solid #eacd75;
  width: clamp(3.75rem, 4.175rem + 1.25vw, 5rem);
  height: clamp(3.75rem, 4.175rem + 1.25vw, 5rem);
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-link a {
  background: linear-gradient(to bottom, #eacd75, #ddb359);
  border: none;
  padding: 0.65rem 1rem;
  color: #764d2a;
  border-radius: 24px;
  transition: var(--wdt-elementor-base-transition);
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-link a svg {
  margin-right: 0.5rem;
  transition: inherit;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-link a svg path {
  transition: inherit;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-link a:hover {
  background-color: #764d2a;
  color: #fff;
}
.project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-link a:hover svg path {
  stroke: #fff;
}

.des-title {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
}

.bst {
  font-weight: 300;
}

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

.owl-center .owl-carousel {
  display: flex !important; /* To override display:block I added !important */
  flex-direction: row;
  justify-content: center; /* To center the carousel */
}

.color-item-outside {
  opacity: 0.3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-item-outside .color-item-inside {
  width: 28px;
  height: 28px;
  border-radius: 15px;
}

.color-item-outside.active {
  opacity: 1;
}

.size-item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  cursor: pointer;
}

.size-item.active {
  border: 2px solid #333;
}

.size-item.sold-out {
  opacity: 0.3;
}

.change-quantity {
  position: relative;
  width: 100%;
}

.subtract,
.plus {
  border: none;
  height: 48px;
  background-color: transparent;
  position: absolute;
}

.subtract {
  left: 5px;
  z-index: 10;
}

.plus {
  right: 5px;
  z-index: 10;
}

.number-only {
  position: relative;
  height: 48px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-add-to-cart {
  width: 100%;
  height: 48px;
  background-color: #000;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

.btn-add-to-cart-out-of-stock {
  width: 100%;
  height: 48px;
  background-color: #b5b5b5;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

.thong-tin-gioi-thieu svg {
  min-width: 28px;
}

.dac-diem-noi-bat ul li {
  padding: 5px;
  font-weight: 300;
}

.product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Alias-Primary---On-Theme, #27272a);
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  word-break: break-word;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.nav-link {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
  color: #757575;
  position: relative;
}

.nav-link.active {
  color: black;
  font-weight: 500;
}
.nav-link.active::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-pane {
  min-height: 400px;
}
.tab-pane p {
  font-weight: 300;
}
.tab-pane img {
  max-width: 100%;
  height: auto;
}

.comments .jq-star {
  width: 40px !important;
  height: 40px !important;
}
.comments .left-comment {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 25px;
}
.comments svg {
  min-width: 40px;
  min-height: 40px;
}

@media (max-width: 768px) {
  .categories-section {
    padding: 40px 0;
  }
  .categories-section .categories-grid {
    gap: 16px;
  }
  .categories-section .project-card {
    border-radius: 16px;
  }
  .categories-section .project-card .project-card-image img {
    border-radius: 16px 16px 0 0;
  }
  .categories-section .project-card .project-card-content {
    padding: 14px 12px 18px 12px;
  }
}
@media (max-width: 1024px) {
  .project-home .hero-section {
    height: 500px;
  }
  .project-home .hero-section .hero-content .search-container {
    padding: 0;
  }
  .project-home .hero-section .hero-content .search-container .filter-options {
    flex-wrap: wrap;
    gap: 12px;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .filter-group {
    flex: 1;
    min-width: 180px;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .search-btn {
    flex-shrink: 0;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .project-home .hero-section {
    height: 400px;
  }
  .project-home .hero-section .hero-content .search-container {
    padding: 0;
  }
  .project-home .hero-section .hero-content .search-container .filter-options {
    flex-direction: column;
    gap: 12px;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .filter-group {
    min-width: auto;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .search-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .project-home .hero-section {
    height: 350px;
  }
  .project-home .hero-section .hero-content {
    padding: 0 16px;
  }
  .project-home .hero-section .hero-content .search-container {
    padding: 0;
  }
  .project-home .hero-section .hero-content .search-container .main-search .main-search-input {
    height: 56px;
    font-size: 14px;
  }
  .project-home .hero-section .hero-content .search-container .main-search .main-search-input::-moz-placeholder {
    background-position: 24% center;
    background-size: 1.3rem;
  }
  .project-home .hero-section .hero-content .search-container .main-search .main-search-input::placeholder {
    background-position: 24% center;
    background-size: 1.3rem;
  }
  .project-home .hero-section .hero-content .search-container .filter-options {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .filter-group .filter-select {
    height: 48px;
    font-size: 1rem;
    padding: 0 0.5rem 0 0.5rem;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .filter-group {
    flex: 1;
  }
  .project-home .hero-section .hero-content .search-container .filter-options .search-btn {
    height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hero-content .search-container .main-search .main-search-input {
    height: 45px;
    font-size: 1rem;
    padding: 0 1rem 0 1rem;
  }
  .hero-content .search-container .main-search .main-search-input::-moz-placeholder {
    background-position: 24% center;
    background-size: 1.3rem;
  }
  .hero-content .search-container .main-search .main-search-input::placeholder {
    background-position: 24% center;
    background-size: 1.3rem;
  }
  .hero-content .search-container .filter-options {
    flex-wrap: wrap;
  }
  .hero-content .search-container .filter-options .filter-group {
    flex: 1;
  }
  .hero-content .search-container .filter-options .filter-group .filter-select {
    height: 48px;
    font-size: 1rem;
    padding: 0 1rem 0 0.1rem;
  }
  .main-carousel-wrap_2 {
    width: 100%;
  }
  .custom_nav_info_prd_detail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .custom_nav_info_prd_detail::-webkit-scrollbar {
    display: none;
  }
  .custom_nav_info_prd_detail .nav-link {
    min-width: unset;
  }
  .product-slide-wrap .left {
    position: relative;
    top: 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .product-slide-wrap .left .nav-carousel {
    display: none;
  }
  .product-slide-wrap .right {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1540px) {
  .project-slide-full .left .product-slide-wrap-two {
    bottom: clamp(2.75rem, -14.7115rem + 23.0769vw, 4rem);
  }
}
@media (max-width: 1280px) {
  .categories-section .categories-grid {
    grid: auto/repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .project-slide-full .right .featured-projects-grid.main-carousel-wrap_2 .featured-project-item .featured-project-scales .featured-project-scale .project-scale-image {
    border-radius: 15px;
    background: #fbf5e3;
    padding: 0.5rem;
    border: 1px solid #eacd75;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 1024px) {
  .project-slide-full .left::before, .project-slide-full .left::after {
    left: 1.2rem;
  }
}
@media (max-width: 600px) {
  .project-slide-full .left::before, .project-slide-full .left::after {
    left: 0.5rem;
    width: 1.5em;
    height: 1.5em;
  }
}
