:root {
  --wdtSecondaryColorRgb: 13, 38, 60;
  --wdt-elementor-base-transition: all 0.3s linear 0s;
  --transition: all 0.3s ease;
  --border-radius: 1rem;
  --border-radius-pill: 2.5rem;
  --wdt-elementor-base-transition: all 0.3s ease;
}

.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-main {
  position: relative;
  margin: -50px 0;
  padding: 80px 0;
  border-radius: 50px;
  padding-bottom: 0;
  z-index: 5;
  background: #fff;
}
.project-main .project-image-content {
  margin: 3.75rem 0;
  align-items: center;
  background-color: #f6f3eb;
  border-radius: 80px;
  padding: 0;
  gap: 3rem;
  background-image: url(/images/icon/background-images-project-detail.svg);
  background-repeat: no-repeat;
  background-position: right 1.5rem bottom;
  background-size: auto;
}
.project-main .project-image-content .left {
  max-width: 840px;
  max-height: 480px;
}
.project-main .project-image-content .left img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 840/480;
  border-radius: 80px 0 0 80px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.project-main .project-image-content .right .featured-project-scales {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-content .project-scale-title {
  font-size: 1.125rem;
}
.project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-content .project-scale-description {
  font-size: 1rem;
}
.project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-image {
  border-radius: 15px;
  background: #fbf5e3;
  padding: 10px;
  border: 1px solid #eacd75;
  width: clamp(2.75rem, 4.175rem + 1.25vw, 4.5rem);
  height: clamp(2.75rem, 4.175rem + 1.25vw, 4.5rem);
}
.project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-image img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  width: 100%;
  height: auto;
  -o-object-fit: object-cover;
     object-fit: object-cover;
}
.project-main .project-image-content .right .featured-project-scales .featured-project-scale .featured-project-category-title {
  font-size: 1.1rem;
  color: #764d2a;
}

.project-featured .title {
  font-size: 1rem;
  color: #764d2a;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "MontserratSemiBold";
}
.project-featured .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #090909;
  margin: 0;
  line-height: 1.2;
  position: relative;
}

.project-featured-main {
  padding: 3rem 0;
}
.project-featured-main .project-scales-grid {
  display: grid;
  grid: auto/repeat(1, 1fr);
  gap: 0rem;
  margin-top: 2rem;
  height: 100%;
}
.project-featured-main .project-scales-grid .owl-stage {
  padding: 0.5rem 0;
  height: 100% !important;
}
.project-featured-main .featured-project-scale {
  background: #f6f3ec;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 4px 24px rgba(118, 77, 42, 0.08);
  border: 1px solid #f6f3ec;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: inherit;
}
.project-featured-main .featured-project-scale:hover {
  transform: translateY(-3px);
  border-color: #eacd75;
}
.project-featured-main .featured-project-scale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(234, 205, 117, 0.02) 0%, rgba(118, 77, 42, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-featured-main .featured-project-scale:hover::before {
  opacity: 1;
}
.project-featured-main .featured-project-scale .scale-icon-wrapper {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image {
  width: 264px;
  height: 264px;
  border-radius: 20px;
  overflow: hidden;
  background: #f6f3ec;
  position: relative;
  transition: var(--wdt-elementor-base-transition);
}
.project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image img {
  transition: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: opacity(0.85);
  transition: filter 0.3s ease;
}
.project-featured-main .featured-project-scale .scale-icon-wrapper .scale-icon {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #eacd75;
  z-index: 2;
  transition: var(--wdt-elementor-base-transition);
}
.project-featured-main .featured-project-scale .scale-icon-wrapper .scale-icon img {
  transition: inherit;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-featured-main .featured-project-scale .scale-content {
  position: relative;
  z-index: 1;
}
.project-featured-main .featured-project-scale .scale-content .scale-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #764d2a;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.project-featured-main .featured-project-scale .scale-content .scale-description {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.project-featured-main .featured-project-scale:hover .scale-icon-wrapper .scale-icon {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: #d4af37;
  box-shadow: 0 6px 24px rgba(212, 175, 55, 0.3);
}
.project-featured-main .featured-project-scale:hover .scale-content .scale-title {
  color: #d4af37;
}

@media (max-width: 768px) {
  .project-featured-main {
    padding: 0rem 0 2rem 0;
  }
  .project-featured-main .project-scales-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .project-featured-main .featured-project-scale {
    padding: 1.5rem;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image {
    width: 300px;
    height: 300px;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-icon {
    max-width: 65px;
    max-height: 65px;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-icon img {
    width: 50px;
    height: 50px;
  }
  .project-featured-main .featured-project-scale .scale-content .scale-title {
    font-size: 1.125rem;
  }
  .project-featured-main .featured-project-scale .scale-content .scale-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .project-featured-main .featured-project-scale {
    padding: 1.25rem;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper {
    margin-bottom: 2.5rem;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image img {
    aspect-ratio: 200/200;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-icon img {
    width: 40px;
    height: 40px;
  }
}
.categories-section {
  padding: 8rem 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;
}

.video-placeholder .layout-videos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.video-placeholder .video-layout-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-placeholder .video-layout-center .video-center {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-placeholder .video-layout-center .video-center a {
  display: block;
  width: 100%;
}
.video-placeholder .video-layout-center .video-center .main-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  background: #eee;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-placeholder .video-layout-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  flex-direction: row;
}
.video-placeholder .video-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.video-placeholder .video-item .video-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.video-placeholder .video-item .video-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-placeholder .video-item .video-thumb .thumb-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #eee;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 900px) {
  .video-placeholder .video-item {
    width: 100%;
  }
  .video-placeholder .video-item .video-thumb {
    height: 180px;
  }
  .video-placeholder .video-layout-bottom {
    gap: 1rem;
    justify-content: center;
  }
  .video-placeholder .video-layout-bottom .video-item {
    max-width: 100%;
  }
  .video-placeholder .video-layout-bottom .video-item .video-thumb {
    height: 160px;
  }
}
@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;
  }
}
.project-reason {
  padding: 5rem 0;
}
.project-reason .section-header {
  margin-bottom: 5rem;
}
.project-reason .section-header .section-subtitle {
  font-size: 1rem;
  color: #764d2a;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "MontserratSemiBold";
}
.project-reason .section-header .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #090909;
  margin: 0;
  line-height: 1.2;
  position: relative;
}
.project-reason .project-reason-main .reasons-grid {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 6.25rem 2.25rem;
  margin-top: 2rem;
}
.project-reason .project-reason-main .reasons-grid .reason-card {
  background: linear-gradient(to bottom, rgb(246, 243, 236) 0%, rgba(246, 243, 236, 0.8) 80%, rgba(246, 243, 236, 0) 100%);
  padding: 7.19rem 1.88rem 3.75rem 1.88rem;
  border-radius: 2.25rem;
  position: relative;
  transition: all 0.3s ease;
}
.project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper {
  top: 0;
  left: 50%;
  right: 50%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease;
}
.project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 2em;
  top: 2.6em;
  right: calc(7% - 1.5em);
  box-shadow: inset 1em -1em 0px 0px #fff;
  transform: rotate(100deg);
  z-index: 3;
}
.project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 2em;
  top: 2.6em;
  left: calc(7% - 1.5em);
  box-shadow: inset 1em 1em 0px 0px #ffffff;
  transform: rotate(85deg);
  z-index: 1;
}
.project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper .reason-image {
  padding: 1rem;
  background: #eacd75;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 4;
  transition: inherit;
}
.project-reason .project-reason-main .reasons-grid .reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.project-reason .project-reason-main .reasons-grid .reason-card:hover .reason-image-wrapper .reason-image {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  transform: translateX(0%) scale(1.1);
}
.project-reason .project-reason-main .reasons-grid .reason-content h4.reason-title {
  color: #090909;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.project-reason .project-reason-main .reasons-grid .reason-content p.reason-description {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.project_detail_list {
  background: #f6f3ec;
  border-radius: 50px;
  padding: 0px 0 80px 0;
}
.project_detail_list .layout_project_detail_item .project-detail-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.78rem;
  justify-content: center;
  margin-top: 1.78rem;
}
.project_detail_list .layout_project_detail_item .project-detail-grid .owl-stage-outer {
  height: 100%;
}
.project_detail_list .layout_project_detail_item .project-detail-grid .owl-stage-outer .owl-stage {
  height: inherit;
}
.project_detail_list .layout_project_detail_item .project-detail-grid .owl-stage-outer .owl-stage .owl-item {
  height: inherit;
}
.project_detail_list .layout_project_detail_item .project-detail-item {
  background: #fff;
  border-radius: 1.33rem;
  box-shadow: 0 0.22rem 1.33rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
  width: 100%;
  transition: box-shadow 0.2s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.project_detail_list .layout_project_detail_item .project-detail-image {
  width: 100%;
  overflow: hidden;
  border-radius: 1.33rem;
}
.project_detail_list .layout_project_detail_item .project-detail-image img {
  width: 100%;
  height: 16.78rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.33rem;
  display: block;
  transition: transform 0.3s ease;
}
.project_detail_list .layout_project_detail_item .project-detail-image img:hover {
  transform: scale(1.05);
}
.project_detail_list .layout_project_detail_item .project-detail-content {
  padding: 1.33rem 0.89rem 1.78rem 0.89rem;
}
.project_detail_list .layout_project_detail_item .project-detail-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.67rem;
  color: #333;
  font-family: "MontserratSemiBold";
}
.project_detail_list .layout_project_detail_item .project-detail-description {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 50rem) {
  .project_detail_list {
    padding-bottom: 1rem;
    border-radius: 0 0 2rem 2rem;
  }
  .project_detail_list .layout_project_detail_item .project-detail-grid {
    grid-template-columns: 1fr;
    gap: 1.11rem;
  }
}
#location-content .box-location {
  width: 100%;
  max-width: 100%;
}
#location-content .box-location .location-image {
  flex: 1;
  width: 100%;
  border-radius: 36px;
}
#location-content .box-location .location-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
#location-content .box-location .location-description {
  height: auto;
  max-width: 38.1%;
  width: 100%;
  flex-shrink: 0;
  border-radius: 36px;
  background: #fff;
  position: relative;
}
#location-content .box-location .location-description .layout-description {
  padding: 7.75rem 4rem;
}
#location-content .box-location .location-description::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -1.75rem;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 29px;
  background-image: url(/images/icon/pint_location.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 4;
  border-radius: unset;
}
#location-content .box-location .location-description::after {
  content: "";
  position: absolute;
  top: 70%;
  left: -1.75rem;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 29px;
  background-image: url(/images/icon/pint_location.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 4;
  border-radius: unset;
}
#location-content .click-modal-location {
  background-color: #764d2a;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
#location-content .click-modal-location:hover {
  background-color: rgba(118, 78, 42, 0.8823529412);
  color: #ddb359;
}
@media (max-width: 768px) {
  #location-content .box-location {
    flex-direction: column;
  }
  #location-content .box-location .location-image {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
  #location-content .box-location .location-description {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
  #location-content .box-location .location-description .layout-description {
    padding: 3rem 2rem;
  }
  #location-content .box-location .location-description::before {
    top: -1.75rem;
    left: 30%;
    bottom: 0;
    right: unset;
    transform: rotate(90deg);
  }
  #location-content .box-location .location-description::after {
    top: -1.75rem;
    left: 60%;
    bottom: 0;
    right: unset;
    transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  #location-content .box-location .location-image {
    border-radius: 12px;
  }
  #location-content .box-location .location-image img {
    border-radius: inherit;
  }
  #location-content .box-location .location-description {
    border-radius: 12px;
  }
  #location-content .box-location .location-description .layout-description {
    padding: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  #location-content .box-location .location-image {
    border-radius: 12px;
  }
  #location-content .box-location .location-description {
    border-radius: 12px;
  }
  #location-content .click-modal-location {
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
}

.bando iframe {
  width: 100%;
  border-radius: 1rem;
}

@media (max-width: 1024px) {
  .project-reason {
    padding: 3rem 0;
  }
  .project-reason .section-header {
    margin-bottom: 2.5rem;
  }
  .project-reason .section-header .section-title {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  h1.title {
    padding-top: 2rem;
  }
  .project-reason {
    padding: 2.5rem 0;
  }
  .project-reason .section-header {
    margin-bottom: 2rem;
  }
  .project-reason .section-header .section-title {
    font-size: 1.875rem;
  }
  .project-reason .project-reason-main {
    margin-top: 5rem;
  }
  .project-reason .project-reason-main .reasons-grid {
    grid-template-columns: 1fr;
    gap: 5.5rem;
  }
  .project-reason .reason-card .reason-image-wrapper {
    height: 200px;
  }
  .project-reason .reason-card .reason-image-wrapper .reason-overlay .reason-number {
    font-size: 2.5rem;
  }
  .project-reason .reason-card .reason-content {
    padding: 1.5rem;
  }
  .project-reason .reason-card .reason-content .reason-title {
    font-size: 1.25rem;
  }
  .project-reason .reason-card .reason-content .reason-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .project-reason {
    padding: 2rem 0;
  }
  .project-reason .section-header .section-subtitle {
    font-size: 1rem;
  }
  .project-reason .section-header .section-title {
    font-size: 1.625rem;
  }
  .project-reason .reason-card {
    border-radius: 16px;
  }
  .project-reason .reason-card .reason-image-wrapper {
    height: 180px;
  }
  .project-reason .reason-card .reason-image-wrapper .reason-overlay .reason-number {
    font-size: 2rem;
  }
  .project-reason .reason-card .reason-content {
    padding: 1.25rem;
  }
  .project-reason .reason-card .reason-content .reason-title {
    font-size: 1.125rem;
  }
}
.project-gallery-section {
  background: #f6f3ec;
  /* Gallery Grid Styles */
  /* Tab Content Styles */
  /* Video Content Styles */
  /* Location Content Styles */
  /* Responsive Design */
}
.project-gallery-section .gallery-header .gallery-subtitle {
  font-size: 1rem;
  color: #764d2a;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "MontserratSemiBold";
}
.project-gallery-section .tab-navigation .tab-buttons {
  background: var(--white);
  border-radius: var(--border-radius-pill);
  padding: 8px;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  margin-bottom: 3rem;
  gap: 1rem;
}
.project-gallery-section .tab-navigation .tab-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 2.5rem;
  font-weight: 500;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  border: 1px solid #eacd75;
  background: #fff;
  cursor: pointer;
}
.project-gallery-section .tab-navigation .tab-btn.active {
  background: var(--primary-color);
  color: var(--white);
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.1);
  background: linear-gradient(to bottom, #eacd75, #ddb359);
}
.project-gallery-section .tab-navigation .tab-btn:hover:not(.active) {
  background: var(--bg-light);
  color: #495057;
}
.project-gallery-section .tab-navigation .tab-btn svg {
  transition: var(--transition);
}
.project-gallery-section .gallery-content .gallery-grid {
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: repeat(5, 1fr);
  height: auto;
  max-height: 800px;
}
.project-gallery-section .gallery-content .gallery-item {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.project-gallery-section .gallery-content .gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  z-index: 10;
}
.project-gallery-section .gallery-content .gallery-item:hover img {
  transform: scale(1.05);
}
.project-gallery-section .gallery-content .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.project-gallery-section .gallery-content .gallery-item.main-image {
  grid-area: center;
  grid-column: 2/2;
  grid-row: 6/1;
}
.project-gallery-section .gallery-content .gallery-item.main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.project-gallery-section .gallery-content .gallery-item.left-top {
  grid-area: left-top;
  grid-column: 1/1;
  grid-row: 1/4;
}
.project-gallery-section .gallery-content .gallery-item.left-bottom {
  grid-area: left-bottom;
  grid-column: 1/1;
  grid-row: 4/6;
}
.project-gallery-section .gallery-content .gallery-item.right-top {
  grid-column: 3/3;
  grid-row: 6/3;
}
.project-gallery-section .gallery-content .gallery-item.right-bottom {
  grid-column: 3/3;
  grid-row: 3/1;
}
.project-gallery-section .tab-content {
  display: none;
}
.project-gallery-section .tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.project-gallery-section .video-content .video-placeholder {
  border-radius: var(--border-radius);
  text-align: center;
  color: var(--white);
}
.project-gallery-section .video-content .video-placeholder h4 {
  margin-bottom: 1rem;
}
.project-gallery-section .video-content .video-placeholder p {
  opacity: 0.8;
}
.project-gallery-section .video-content .video-placeholder svg {
  margin-bottom: 1rem;
}
.project-gallery-section .location-content .location-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
}
@media (max-width: 768px) {
  .project-gallery-section .gallery-header .gallery-subtitle {
    font-size: 1rem;
  }
  .project-gallery-section .gallery-content .gallery-grid {
    gap: 1rem;
    gap: 0.3rem;
  }
  .project-gallery-section .gallery-content .gallery-item.main-image {
    height: 300px;
  }
  .project-gallery-section .tab-navigation {
    margin-bottom: 2rem !important;
  }
  .project-gallery-section .tab-navigation .tab-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: unset;
    overflow-y: hidden;
    margin: 0px;
    justify-content: center;
  }
  .project-gallery-section .tab-navigation .tab-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .project-featured-main .project-scales-grid {
    grid: auto/repeat(1, 1fr);
  }
  .project-featured-main .featured-project-scale {
    padding: 1rem !important;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image {
    width: 200px;
    height: 200px;
  }
  .project-reason-main {
    padding-top: 3rem;
  }
  .project-main .project-image-content {
    height: 100% !important;
    border-radius: 3rem;
  }
  .project-main .project-image-content .left {
    height: inherit !important;
  }
  .project-main .project-image-content .left img {
    height: 100% !important;
    border-radius: 3rem 0 0 3rem;
    max-height: inherit;
    aspect-ratio: unset;
  }
}
@media (min-width: 1101px) and (max-width: 1350px) {
  .project-featured-main .project-scales-grid {
    grid: auto/repeat(1, 1fr);
  }
  .project-featured-main .featured-project-scale {
    padding: 1rem !important;
  }
  .project-featured-main .featured-project-scale .scale-icon-wrapper .scale-background-image {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .project-home .hero-section .hero-background img {
    height: 60vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .project-main {
    padding: 0rem 0;
    border-radius: 2rem;
  }
  .project-main .project-image-content {
    flex-direction: column;
    gap: 1rem;
    border-radius: 2rem;
    background-size: contain;
    margin-bottom: 2rem;
  }
  .project-main .project-image-content .left {
    width: 100% !important;
    max-width: 100%;
  }
  .project-main .project-image-content .left img {
    border-radius: 2rem;
  }
  .project-main .project-image-content .right {
    width: 100% !important;
    padding: 1rem !important;
    padding-bottom: 2rem !important;
  }
  .project-main .project-image-content .right .featured-project-scales {
    display: flex;
    flex-direction: column;
  }
  .project-main .project-image-content .right .featured-project-scales .featured-project-scale {
    margin-bottom: 1.5rem;
  }
  .project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-content {
    text-align: center;
  }
  .project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-image {
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 0.7rem;
  }
  .project-main .project-image-content .right .featured-project-scales .featured-project-scale .project-scale-image img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  .project-main .project-image-content .right .featured-project-scale {
    margin-bottom: 1.5rem;
  }
  .project-main .project-image-content .right .featured-project-scale .project-scale-content {
    text-align: center;
  }
  .project-main .project-image-content .right .featured-project-scale .project-scale-image {
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 0.7rem;
  }
  .project-main .project-image-content .right .featured-project-scale .project-scale-image img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  .project-featured-main .project-scales-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .project-featured-main .project-scales-grid .featured-project-scale {
    box-sizing: border-box;
    background-color: #eee;
    padding: 1rem;
    text-align: center;
  }
  .project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper::before {
    top: 1.85em;
    left: calc(9% - 1.5em);
  }
  .project-reason .project-reason-main .reasons-grid .reason-card .reason-image-wrapper::after {
    top: 1.85em;
    right: calc(9% - 1.5em);
  }
  .project-reason .project-reason-main .reasons-grid .reason-card {
    padding: 4.19rem 1.88rem 3.75rem 1.88rem;
  }
  .project-reason .reason-card .reason-content {
    padding: 0.25rem;
  }
}
