.project-template-custom {
  padding: 90px 0 0;
}
.project-template-custom .project-sidebar {
  padding-right: 100px;
  position: sticky;
  top: 30px;
}
.project-template-custom .project-sidebar .project-title {
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.project-template-custom .project-sidebar .project-meta .meta-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.project-template-custom .project-sidebar .project-meta .meta-item .meta-label {
  color: #6E6B6A;
}
.project-template-custom .project-sidebar .project-meta .meta-item .meta-value {
  color: #000;
}
.project-template-custom .project-sidebar .project-description {
  margin-top: 80px;
  font-size: 14px;
  color: #6E6B6A;
  height: 300px;
  overflow-y: auto;
  padding-right: 50px;
}
.project-template-custom .project-sidebar .project-description::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.project-template-custom .project-sidebar .project-description::-webkit-scrollbar-track {
  background: transparent;
}
.project-template-custom .project-sidebar .project-description::-webkit-scrollbar-thumb {
  background: #D0D1D8;
}
.project-template-custom .project-sidebar .project-description p:last-child {
  margin-bottom: 0;
}
.project-template-custom .project-gallery-main {
  margin-bottom: 16px;
}
.project-template-custom .project-gallery-main:hover .swiper-button-next,
.project-template-custom .project-gallery-main:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
}
.project-template-custom .project-gallery-main .swiper-slide img {
  width: 100%;
  height: 528px;
  object-fit: cover;
  border-radius: 0;
}
.project-template-custom .project-gallery-main .swiper-button-next,
.project-template-custom .project-gallery-main .swiper-button-prev {
  position: absolute;
  bottom: 30px;
  color: #fff;
  z-index: 10;
  left: unset;
  top: unset;
  background: transparent;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.project-template-custom .project-gallery-main .swiper-button-next::after,
.project-template-custom .project-gallery-main .swiper-button-prev::after {
  display: none;
}
.project-template-custom .project-gallery-main .swiper-button-prev {
  right: 60px;
}
.project-template-custom .project-gallery-main .swiper-button-next {
  right: 30px;
}
.project-template-custom .project-gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.project-template-custom .project-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0;
}
.project-template-custom .project-gallery-thumbs .swiper-button-next,
.project-template-custom .project-gallery-thumbs .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.project-template-custom .project-gallery-thumbs .swiper-button-next::after,
.project-template-custom .project-gallery-thumbs .swiper-button-prev::after {
  display: none;
}
.project-template-custom .project-gallery-thumbs .swiper-button-prev {
  left: 30px;
  right: unset;
}
.project-template-custom .project-gallery-thumbs .swiper-button-next {
  right: 30px;
  left: unset;
}
.project-template-custom .project-gallery-thumbs:hover .swiper-button-next,
.project-template-custom .project-gallery-thumbs:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
}

.related-projects-section {
  padding: 120px 0 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.25%, rgba(0, 0, 0, 0.25) 100%);
}
.related-projects-section .related-projects-title {
  margin: 0 0 50px;
  font-size: 15px;
  gap: 10px;
}
.related-projects-section .related-projects-title span {
  min-width: 100px;
}
.related-projects-section .related-projects-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
}
.related-projects-section .related-project-item .project-image {
  margin-bottom: 12px;
}
.related-projects-section .related-project-item .project-image a {
  display: block;
  width: 100%;
}
.related-projects-section .related-project-item .project-image a img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.related-projects-section .related-project-item .project-info h4,
.related-projects-section .related-project-item .project-info .project-date {
  font-size: 13px;
  margin: 0;
}

.elementor-lightbox .elementor-lightbox-image {
  width: 100%;
  height: 100%;
  box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 820px) {
  .project-template-custom .project-sidebar {
    padding-right: 0;
  }
  .related-projects-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .project-template-custom {
    padding: 70px 0 0;
  }
  .project-template-custom .project-sidebar {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .project-template-custom .project-sidebar .project-description {
    margin: 60px 0 0;
    padding: 0;
  }
  .project-template-custom .project-gallery-main .swiper-slide img {
    height: 300px;
  }
  .related-projects-section {
    padding: 70px 0;
  }
  .related-projects-section .row > * .related-project-item {
    margin-bottom: 30px;
  }
  .related-projects-section .row > *:last-child .related-project-item {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=project-detail.css.map */
