.bg-banner-top {
  background: linear-gradient(90deg, #f1ede1 0%, #f4e1e7 50%, #d6e8f6 100%);
}
.bg-banner {
  background: url(../images/bg-image.webp) top center no-repeat;
  background-size: 100% auto;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-marquee {
  animation: marquee 30s linear infinite;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Floating icon animation — MUST be outside @layer to work with Tailwind CDN */
@keyframes float-icon {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}
.float-1 {
  animation: float-icon 3.5s ease-in-out infinite;
}
.float-2 {
  animation: float-icon 3.5s ease-in-out infinite 0.5s;
}
.float-3 {
  animation: float-icon 3.5s ease-in-out infinite 1s;
}
.float-4 {
  animation: float-icon 3.5s ease-in-out infinite 1.5s;
}
.float-5 {
  animation: float-icon 3.5s ease-in-out infinite 0.25s;
}
.float-6 {
  animation: float-icon 3.5s ease-in-out infinite 0.75s;
}

/* CH Portfolio Wrapper */
.ch_portfolio_wrapper {
  --offset: 80px;
  max-width: 810px;
  margin: auto;
}

.ch_portfolio_wrapper .singel-item-wrapper {
  position: sticky;
  top: calc(var(--top) + var(--offset));
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: column;
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ch_portfolio_wrapper .singel-item-wrapper img {
  max-width: 70%;
  margin: auto;
}

.ch_portfolio_wrapper .singel-item-wrapper:nth-child(1) {
  --top: calc((1 - 1) * 0px);
}

.ch_portfolio_wrapper .singel-item-wrapper:nth-child(2) {
  --top: calc((2 - 1) * 0px);
}

.ch_portfolio_wrapper .singel-item-wrapper:nth-child(3) {
  --top: calc((3 - 1) * 0px);
}

.ch_portfolio_wrapper .singel-item-wrapper:nth-child(4) {
  --top: calc((4 - 1) * 0px);
}

.ch_portfolio_wrapper .singel-item-wrapper .item-content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.ch_portfolio_wrapper .singel-item-wrapper.sticked .item-content {
  transform: scale3d(0.96, 0.96, 1);
}

.ch_portfolio_wrapper .singel-item-wrapper .port-img {
  position: relative;
  align-items: center;
  width: 100%;
  text-align: center;
}

.ch_portfolio_wrapper .singel-item-wrapper .port-img img {
  /*border-radius: 20px;*/
  margin: auto;
}

.ch_portfolio_wrapper .singel-item-wrapper img {
  max-width: 70%;
  margin: auto;
  margin: -40px auto 70px !important;
}

.ch_portfolio_wrapper .singel-item-wrapper .port-content {
  padding: 40px 80px;
  border-radius: 20px;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ch_portfolio_wrapper .singel-item-wrapper .port-content .project-genres {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 6px;
}

.ch_portfolio_wrapper .singel-item-wrapper .port-content .project-genres a {
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
}

.ch_portfolio_wrapper
  .singel-item-wrapper
  .port-content
  .project-genres
  a:hover {
  border-color: #d85d27;
  background: #d85d27;
}

.ch_portfolio_wrapper .singel-item-wrapper.project-style-5 .project-wrap-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title.gamma {
  font-size: 50px;
  line-height: 46px;
  margin: 0px;
  text-align: center;
  letter-spacing: -1;
}

.ch_portfolio_wrapper .singel-item-wrapper.project-style-5 .project-title-main {
  font-size: 16px;
  line-height: normal;
  margin: 0px;
  text-align: center;
  letter-spacing: -1;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 7px 8px;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title-main2 {
  font-size: 50px;
  line-height: 70px;
  margin: 0px 0px 15px;
  text-align: center;
  letter-spacing: -1;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title-main3 {
  font-size: 50px;
  line-height: 46px;
  margin: 0px;
  text-align: center;
  letter-spacing: -1;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title.gamma
  a {
  color: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(360deg, #ffffff, #ffffff);
  -webkit-text-stroke: 0.5px #fff;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title.gamma
  a:hover {
  color: #d85d27;
}

.ch_portfolio_wrapper .singel-item-wrapper.project-style-5 .project-title {
  margin-bottom: 0;
}

.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title
  .alpha,
.ch_portfolio_wrapper .singel-item-wrapper.project-style-5 .project-title .beta,
.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title
  .gamma,
.ch_portfolio_wrapper
  .singel-item-wrapper.project-style-5
  .project-title
  .delta {
  display: block;
}

.ch_portfolio_wrapper .singel-item-wrapper .project-platforms {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 -10px;
  justify-self: center;
}

.project-platforms p {
  text-transform: none;
  font-size: 16px;
}

.bg-step1 .item-content,
.bg-step4 .item-content {
  background-color: #d6e7f5 !important;
  border-radius: 15px;
  box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.07);
}

.bg-step2 .item-content {
  background-color: #f4e0e7 !important;
  border-radius: 15px;
}

.bg-step3 .item-content {
  background-color: #f1ede1 !important;
  border-radius: 15px;
}

.project-title-main2 {
  margin-bottom: 5px;
}

.project-platforms p {
  margin-bottom: 25px;
}

/* ─── FAQ Section ───────────────────────────────────── */
.faq-list {
  /* max-width: 56rem; */
  /* margin: 0 auto; */
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
  list-style: none;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
  user-select: none;
}

.faq-item > summary::-webkit-details-marker,
.faq-item > summary::marker {
  display: none;
}

@media (min-width: 768px) {
  .faq-item > summary {
    font-size: 1.25rem;
  }

  .faq-toggle-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.faq-toggle-btn {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  position: relative;
  pointer-events: none;
}

.faq-item > summary:hover .faq-toggle-btn {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-toggle-btn::before,
.faq-toggle-btn::after {
  content: "";
  position: absolute;
  background: #1a1a1e;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.faq-toggle-btn::before {
  width: 14px;
  height: 1.8px;
}
.faq-toggle-btn::after {
  width: 1.8px;
  height: 14px;
}

.faq-item[open] .faq-toggle-btn::after {
  transform: scaleY(0);
  opacity: 0;
}

.faq-answer {
  display: block !important;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease,
    padding 0.4s ease;
}

.faq-item[open] > .faq-answer {
  opacity: 1;
}

.faq-answer > p {
  line-height: 1.625; 
  margin-bottom: 30px;
}

/* 	 Media Queries   */
@media only screen and (max-width: 1024px) {
  .ch_portfolio_wrapper
    .singel-item-wrapper.project-style-5
    .project-title-main2 {
    font-size: 48px;
    line-height: 50px;
  }

  .ch_portfolio_wrapper .singel-item-wrapper .port-content {
    padding: 40px;
  }

  .ch_portfolio_wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .ch_portfolio_wrapper
    .singel-item-wrapper.project-style-5
    .project-title-main2 {
    font-size: 38px;
    line-height: 40px;
  }

  .ch_portfolio_wrapper .singel-item-wrapper .port-content {
    padding: 40px;
  }

  .ch_portfolio_wrapper {
    max-width: 90%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .ch_portfolio_wrapper
    .singel-item-wrapper.project-style-5
    .project-title-main2 {
    font-size: 28px;
    line-height: 30px;
  }

  .ch_portfolio_wrapper .singel-item-wrapper .port-content {
    padding: 40px;
  }

  .ch_portfolio_wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 580px) {
  .ch_portfolio_wrapper
    .singel-item-wrapper.project-style-5
    .project-title-main2 {
    font-size: 28px;
    line-height: 30px;
  }

  .ch_portfolio_wrapper .singel-item-wrapper .port-content {
    padding: 40px;
  }

  .ch_portfolio_wrapper {
    max-width: 85%;
  }

  .ch_portfolio_wrapper .singel-item-wrapper img {
    max-width: 80%;
    margin: -40px auto 40px !important;
  }
}
