.projects-page {
  overflow-x: hidden;
  background-color: #050706;
  color: #ffffff;
}

.projects-page #smooth-content {
  background-color: #050706;
}

.projects-page .tp-header-9-area {
  top: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  min-height: 88px;
  background: rgba(4, 8, 6, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  backdrop-filter: blur(18px) saturate(1.3);
}

.projects-page .tp-header-9-area .container-1750,
.projects-page .tp-header-9-area .row,
.projects-page .tp-header-9-box,
.projects-page .tp-header-9-right {
  min-height: 88px;
  align-items: center !important;
}

.projects-page .tp-header-9-logo a {
  display: inline-flex;
  align-items: center;
}

.projects-page .tp-header-9-logo .logo-1 {
  display: inline-block;
}

.projects-page .tp-header-9-logo .logo-2 {
  display: none;
}

.projects-page .tp-header-9-menu > nav > ul {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.projects-page .tp-header-9-menu > nav > ul > li {
  display: flex;
  align-items: center;
  padding: 0;
}

.projects-page .tp-header-9-menu > nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.82);
}

.projects-page .tp-header-9-menu > nav > ul > li > a.active,
.projects-page .tp-header-9-menu > nav > ul > li > a:hover {
  color: #d8ff74;
}

.projects-page .tp-header-bar button i {
  background-color: #ffffff;
}

.projects-page .tp-btn-yellow-green {
  background-color: #d8ff74;
}

.projects-showcase-area {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  padding: 148px 0 96px;
  background:
    linear-gradient(180deg, rgba(8, 12, 10, 0.94) 0%, #050706 54%, #030403 100%),
  #050706;
}

.projects-showcase-area *,
.projects-showcase-area *::before,
.projects-showcase-area *::after {
  box-sizing: border-box;
}

.projects-showcase-area::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.62) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(216, 255, 116, 0.42) 0 1px, transparent 1.4px);
  background-position: 0 0, 42px 54px;
  background-size: 86px 86px, 124px 124px;
}

.projects-showcase-area::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 110px),
    linear-gradient(90deg, rgba(3, 6, 4, 0.86), rgba(3, 6, 4, 0.14) 50%, rgba(3, 6, 4, 0.86));
  pointer-events: none;
}

.projects-showcase-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 1280px);
  min-height: calc(100vh - 244px);
  margin: 0 auto;
  gap: 28px;
}

.projects-showcase-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d8ff74;
}

.projects-showcase-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 520px;
  perspective: 1000px;
}

.projects-showcase-card {
  position: relative;
  z-index: 4;
  width: min(720px, calc(100vw - 48px));
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background-color: #101410;
  box-shadow: 0 44px 90px rgba(0, 0, 0, 0.56);
}

.projects-showcase-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
  transition: opacity 0.24s ease;
}

.projects-showcase-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), transparent 46%, rgba(0, 0, 0, 0.24));
}

.projects-card-bottom,
.projects-card-title {
  position: absolute;
  z-index: 2;
}

.projects-card-title {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 34px 118px;
  text-align: center;
}

.projects-card-title h1 {
  margin: 0;
  max-width: 620px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.05;
  white-space: normal;
  overflow-wrap: break-word;
}

.projects-card-title h1 span,
.projects-card-title h1 em {
  display: inline;
}

.projects-card-title h1 em {
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
}

.projects-card-bottom {
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.projects-card-copy {
  display: grid;
  gap: 5px;
  max-width: 390px;
  color: #ffffff;
}

.projects-card-copy strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.projects-card-copy span,
.projects-card-copy small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.projects-card-copy small {
  color: rgba(255, 255, 255, 0.62);
}

.projects-card-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.projects-card-action:hover {
  color: #050706;
  border-color: #d8ff74;
  background: #d8ff74;
}

.projects-ghost-card {
  position: absolute;
  z-index: 1;
  width: 380px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background-color: #0a0d0b;
  opacity: 0.42;
  filter: blur(3px) saturate(0.72);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.52);
}

.projects-ghost-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.44);
}

.projects-ghost-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-ghost-card--left {
  left: 0;
  transform: translateX(-24%) scale(0.86) rotateY(12deg);
}

.projects-ghost-card--right {
  right: 0;
  transform: translateX(24%) scale(0.86) rotateY(-12deg);
}

.projects-selector-wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 980px);
  gap: 10px;
}

.projects-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.projects-selector span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #d8ff74;
  border: 1px solid rgba(216, 255, 116, 0.26);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.projects-selector strong {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projects-selector:hover,
.projects-selector.is-active {
  color: #ffffff;
  border-color: rgba(216, 255, 116, 0.72);
  background: rgba(43, 174, 117, 0.2);
}

@media (max-width: 1199px) {
  .projects-showcase-stage {
    min-height: 460px;
  }

  .projects-showcase-card {
    width: min(650px, calc(100vw - 42px));
  }

  .projects-ghost-card {
    width: 320px;
  }

  .projects-card-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .projects-showcase-area {
    padding: 128px 0 72px;
  }

  .projects-showcase-shell {
    min-height: auto;
  }

  .projects-showcase-stage {
    min-height: 410px;
  }

  .projects-ghost-card {
    width: 260px;
    opacity: 0.26;
  }

  .projects-selector-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .projects-page .tp-header-9-area {
    min-height: 82px;
  }

  .projects-page .tp-header-9-area .container-1750,
  .projects-page .tp-header-9-area .row,
  .projects-page .tp-header-9-box,
  .projects-page .tp-header-9-right {
    min-height: 82px;
  }

  .projects-showcase-area {
    padding: 112px 0 54px;
  }

  .projects-showcase-shell {
    gap: 20px;
  }

  .projects-showcase-kicker {
    font-size: 12px;
  }

  .projects-showcase-stage {
    min-height: auto;
    padding: 0 0 6px;
  }

  .projects-showcase-card {
    width: min(100%, calc(100vw - 28px));
    min-height: 480px;
    aspect-ratio: auto;
  }

  .projects-ghost-card {
    display: none;
  }

  .projects-card-title {
    align-items: center;
    padding: 82px 24px 170px;
  }

  .projects-card-title h1 {
    max-width: 300px;
    font-size: 30px;
  }

  .projects-card-bottom {
    left: 18px;
    right: 18px;
    bottom: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .projects-card-copy strong {
    font-size: 16px;
  }

  .projects-card-action {
    width: 100%;
    min-height: 42px;
  }

  .projects-selector-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, calc(100vw - 28px));
  }

  .projects-selector {
    min-height: 50px;
    padding: 7px 10px;
  }

  .projects-selector strong {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .projects-showcase-card {
    min-height: 440px;
  }

  .projects-card-title h1 {
    max-width: 260px;
    font-size: 27px;
  }

  .projects-selector {
    gap: 8px;
  }

  .projects-selector span {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
