article.single-proiect {
  background: #fff;
}

.proiect-breadcrumbs-wrapper {
  max-width: 1232px;
  margin: 0 auto;
  padding: 24px 20px 0;
}
@media (min-width: 1025px) {
  .proiect-breadcrumbs-wrapper {
    padding: 32px 20px 0;
  }
}

article.single-proiect .rbl-breadcrumbs {
  font-size: 16px;
  line-height: 24px;
}
article.single-proiect .rbl-breadcrumbs .rbl-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
article.single-proiect .rbl-breadcrumbs .rbl-breadcrumbs__link {
  color: #52525b;
  text-decoration: none;
  transition: color 0.2s ease;
}
article.single-proiect .rbl-breadcrumbs .rbl-breadcrumbs__link:hover {
  color: #18181b;
}
article.single-proiect .rbl-breadcrumbs .rbl-breadcrumbs__separator {
  color: #a1a1aa;
  margin: 0 4px;
}
article.single-proiect .rbl-breadcrumbs .rbl-breadcrumbs__current {
  color: #52525b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: inline-block;
}

.proiect-hero {
  padding: 50px 0;
}
.proiect-hero__container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  align-items: start;
}
@media (min-width: 768px) {
  .proiect-hero__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }
}
@media (min-width: 1025px) {
  .proiect-hero__container {
    grid-template-columns: minmax(auto, 577px) minmax(auto, 588px);
    column-gap: 66px;
  }
}
.proiect-hero__content {
  order: 2;
}
@media (min-width: 768px) {
  .proiect-hero__content {
    order: 1;
  }
}
.proiect-hero__logo {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .proiect-hero__logo {
    margin-bottom: 24px;
  }
}
.proiect-hero__logo-img {
  max-height: 40px;
  width: auto;
  height: auto;
}
@media (min-width: 1025px) {
  .proiect-hero__logo-img {
    max-height: 50px;
  }
}
.proiect-hero__title {
  font-weight: 500;
  margin: 0 0 24px;
}
.proiect-hero__description {
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .proiect-hero__description {
    margin-bottom: 70px;
  }
}
.proiect-hero__description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #27272a;
  margin: 0;
}
@media (min-width: 1025px) {
  .proiect-hero__description p {
    font-size: 20px;
    line-height: 28px;
  }
}
.proiect-hero__team {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .proiect-hero__team {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
}
@media (min-width: 1025px) {
  .proiect-hero__team {
    gap: 20px 56px;
  }
}
.proiect-hero__team-break {
  flex-basis: 100%;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .proiect-hero__team-break {
    display: none;
  }
}
.proiect-hero__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .proiect-hero__links {
    margin-top: 48px;
    gap: 24px;
  }
}
.proiect-hero__website-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #29235C;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 1025px) {
  .proiect-hero__website-btn {
    padding: 14px 24px;
    font-size: 16px;
  }
}
.proiect-hero__website-btn:hover {
  background: rgb(24.5354330709, 20.9448818898, 55.0551181102);
  color: #FFFFFF;
  text-decoration: none;
}
.proiect-hero__website-btn svg {
  flex-shrink: 0;
}
.proiect-hero__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.proiect-hero__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(22, 22, 155, 0.06);
  color: #52525b;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .proiect-hero__social-icon {
    width: 44px;
    height: 44px;
  }
}
.proiect-hero__social-icon:hover {
  background: #29235C;
  color: #FFFFFF;
}
.proiect-hero__social-icon svg {
  width: 20px;
  height: 20px;
}
.proiect-hero__media-container, .proiect-hero__image-container {
  order: 1;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #9f9fa9;
}
@media (min-width: 768px) {
  .proiect-hero__media-container, .proiect-hero__image-container {
    order: 2;
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .proiect-hero__media-container, .proiect-hero__image-container {
    height: 588px;
  }
}
.proiect-hero__media-container--original {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .proiect-hero__media-container--original {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .proiect-hero__media-container--original {
    height: auto;
  }
}
.proiect-hero__media-container--original .proiect-hero__image {
  height: auto;
  object-fit: initial;
  display: block;
}
.proiect-hero__video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .proiect-hero__video-wrapper {
    aspect-ratio: auto;
    height: 100%;
  }
}
.proiect-hero__video-wrapper .plyr {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  --plyr-color-main: #29235C;
  --plyr-video-control-background-hover: #29235C;
}
.proiect-hero__video-wrapper .plyr__video-embed,
.proiect-hero__video-wrapper .plyr__video-wrapper {
  height: 100%;
  padding-bottom: 0 !important;
}
.proiect-hero__video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.proiect-hero__video-wrapper .plyr__controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.proiect-hero__video-wrapper:hover .plyr__controls {
  opacity: 1;
}
.proiect-hero__video-wrapper .plyr__control--overlaid {
  background: #fff;
  color: #29235C;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.proiect-hero__video-wrapper .plyr__control--overlaid:hover {
  background: #fff;
  color: rgb(24.5354330709, 20.9448818898, 55.0551181102);
}
.proiect-hero__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.proiect-hero__poster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  transition: background 0.3s ease;
}
.proiect-hero__poster:hover::before {
  background: rgba(0, 0, 0, 0.35);
}
.proiect-hero__poster--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.proiect-hero__play-btn {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #29235C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .proiect-hero__play-btn {
    width: 100px;
    height: 100px;
  }
}
.proiect-hero__play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}
.proiect-hero__play-btn svg {
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
@media (min-width: 1025px) {
  .proiect-hero__play-btn svg {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
}
.proiect-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proiect-hero__image-placeholder {
  width: 100%;
  height: 100%;
  background: #9f9fa9;
}

@media (min-width: 768px) {
  .hero-team-member {
    flex: 0 0 auto;
    flex-grow: 1;
    max-width: calc(50% - 16px);
  }
}
@media (min-width: 1025px) {
  .hero-team-member {
    max-width: calc(50% - 28px);
  }
}
.hero-team-member__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.hero-team-member__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.hero-team-member__link:hover .hero-team-member__name {
  color: #29235C;
}
.hero-team-member__avatar {
  width: 80px;
  height: 80px;
  border-radius: 75px;
  overflow: hidden;
  flex-shrink: 0;
}
.hero-team-member__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-team-member__info {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.hero-team-member__role {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.hero-team-member__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}
.hero-team-member__position {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.proiect-tabs {
  padding: 40px 0 60px;
  background: #fff;
}
@media (min-width: 1025px) {
  .proiect-tabs {
    padding: 60px 0 80px;
  }
}
.proiect-tabs__container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}
.proiect-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .proiect-tabs__nav {
    gap: 18px;
    margin-bottom: 48px;
  }
}
.proiect-tabs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  background: #e4e4e7;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 1025px) {
  .proiect-tabs__btn {
    padding: 16px 32px;
    font-size: 16px;
  }
}
.proiect-tabs__btn:hover {
  background: #d4d4d8;
}
.proiect-tabs__btn--active {
  background: #29235c;
  color: #fff;
}
.proiect-tabs__btn--active:hover {
  background: #29235c;
}
.proiect-tabs__panel {
  display: none;
}
.proiect-tabs__panel--active {
  display: block;
}
.proiect-tabs__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52525c;
}
.proiect-tabs__text p {
  margin: 0 0 16px;
}
.proiect-tabs__text p:last-child {
  margin-bottom: 0;
}
.proiect-tabs__text h2, .proiect-tabs__text h3, .proiect-tabs__text h4 {
  color: #18181b;
  margin: 24px 0 16px;
}
.proiect-tabs__text h2:first-child, .proiect-tabs__text h3:first-child, .proiect-tabs__text h4:first-child {
  margin-top: 0;
}
.proiect-tabs__text ul, .proiect-tabs__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.proiect-tabs__text li {
  margin-bottom: 8px;
}
.proiect-tabs__text a {
  color: #29235C;
  text-decoration: underline;
}
.proiect-tabs__text a:hover {
  text-decoration: none;
}
.proiect-tabs__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .proiect-tabs__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .proiect-tabs__gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.proiect-tabs__gallery-item {
  display: block;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #e4e4e7;
}
.proiect-tabs__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.proiect-tabs__gallery-item:hover img {
  transform: scale(1.05);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox--active {
  opacity: 1;
  visibility: visible;
}
.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox__image--loaded {
  opacity: 1;
}
.lightbox__loader {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lightbox-spin 0.8s linear infinite;
}
.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__close svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
  z-index: 10;
}
.lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lightbox__nav svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.lightbox__nav--prev {
  left: 20px;
}
.lightbox__nav--next {
  right: 20px;
}
.lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}
.proiect-noutati {
  padding: 60px 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .proiect-noutati {
    padding: 80px 0;
  }
}
.proiect-noutati__container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}
.proiect-noutati__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .proiect-noutati__header {
    margin-bottom: 48px;
  }
}
.proiect-noutati__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.96px;
  color: #18181b;
  margin: 0;
}
@media (min-width: 1025px) {
  .proiect-noutati__title {
    font-size: 48px;
  }
}
.proiect-noutati__arrows {
  display: flex;
  gap: 8px;
}
.proiect-noutati__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(22, 22, 155, 0.06);
  border: none;
  cursor: pointer;
  color: #030217;
  transition: background 0.2s ease;
}
.proiect-noutati__arrow:hover {
  background: rgba(22, 22, 155, 0.12);
}
.proiect-noutati__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.proiect-noutati__arrow svg {
  width: 24px;
  height: 24px;
}
.proiect-noutati__carousel {
  overflow: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .proiect-noutati__carousel {
    margin: 0;
    padding: 0;
  }
}
.proiect-noutati__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}
.proiect-noutati__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1025px) {
  .proiect-noutati__track {
    gap: 32px;
  }
}
.proiect-noutati__card.post-card {
  flex: 0 0 280px;
  min-width: 280px;
  max-width: 280px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .proiect-noutati__card.post-card {
    flex: 0 0 320px;
    min-width: 320px;
    max-width: 320px;
  }
}
@media (min-width: 1025px) {
  .proiect-noutati__card.post-card {
    flex: 0 0 378px;
    min-width: 378px;
    max-width: 378px;
  }
}
.proiect-noutati__card.post-card .post-card__image .post-thumbnail {
  height: 180px;
}
@media (min-width: 1025px) {
  .proiect-noutati__card.post-card .post-card__image .post-thumbnail {
    height: 242px;
  }
}
.proiect-noutati__card.post-card .post-card__placeholder {
  width: 100%;
  height: 180px;
  background: #9f9fa9;
  border-radius: 8px;
}
@media (min-width: 1025px) {
  .proiect-noutati__card.post-card .post-card__placeholder {
    height: 242px;
  }
}

.proiect-cta {
  padding: 80px 0;
  background: #dce4f5;
}
@media (min-width: 1025px) {
  .proiect-cta {
    padding: 100px 0;
  }
}
.proiect-cta__container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.proiect-cta__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  color: #030217;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .proiect-cta__title {
    font-size: 48px;
  }
}
.proiect-cta__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #030217;
  margin: 0 0 32px;
}
@media (min-width: 1025px) {
  .proiect-cta__description {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.proiect-cta__button {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.04);
}
.proiect-cta__button:hover {
  background: #e6b800;
  transform: translateY(-2px);
  text-decoration: none;
}

/*# sourceMappingURL=single-proiect.css.map */
