.project-clean-intro {
    padding-top: 28px;
    padding-bottom: 28px
}


.project-clean-intro .project-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: #7d8798;
    margin-bottom: 24px
}

.project-clean-intro .project-breadcrumb a {
    color: #68758a;
    text-decoration: none
}

.project-clean-intro .project-breadcrumb i {
    font-size: 16px;
    color: #9aa4b4
}

.project-clean-intro .project-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eef4ff;
    color: #2868f0;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 13px
}

.project-clean-intro h1 {
    font-size: 20px;
    font-weight: 900;
    color: #14213d;
    margin: 0 0 12px;
}

.project-clean-intro p {
    font-size: 14px;
    line-height: 2;
    color: #687386;
    margin: 0;
    max-width: 760px
}

.project-page {
    background: #fff
}

.project-gallery,
.project-info-card,
.project-link-card,
.related-card {
    border: 1px solid #e7ebf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(21, 39, 75, .06)
}
.related-card a {
    text-decoration: none;
}
.project-info-card a {
    text-decoration: none;
}
.related-card,
.project-info-card a:hover {
    text-decoration: none;
    color:#ddd;
}
.gallery-main {
    height: 470px;
    position: relative;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    background: #f3f5f9
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #17284d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
    font-size: 23px;
    cursor: pointer
}

.gallery-next {
    right: 16px
}

.gallery-prev {
    left: 16px
}

.gallery-count {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #14254b;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 12px
}

.gallery-thumb {
    height: 78px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f4f8;
    cursor: pointer
}

.gallery-thumb.active {
    border-color: #2868f0
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-section {
    padding: 40px 0 5px
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px
}

.section-heading>span {
    font-size: 13px;
    font-weight: 800;
    color: #3170ee;
    background: #eef4ff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center
}

.section-heading small {
    display: block;
    color: #789;
    font-size: 11px;
    margin-bottom: 3px
}

.section-heading h2 {
    font-size: 23px;
    font-weight: 900;
    color: #14213d;
    margin: 0
}

.project-section>p {
    font-size: 14px;
    line-height: 2.2;
    color: #596579;
    margin-bottom: 12px
}

.project-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px
}

.project-feature {
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center
}

.project-feature i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #eef4ff;
    color: #2868f0;
    font-size: 20px
}

.project-feature h3 {
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 5px
}

.project-feature p {
    font-size: 10px;
    color: #8a94a6;
    margin: 0
}

.tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.tech-list span {
    background: #f4f7fb;
    color: #4f5d73;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #edf0f5
}

.service-checks {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px
}

.service-checks li {
    font-size: 13px;
    color: #566276
}

.service-checks i {
    color: #13a56b;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 6px
}

.gallery-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.gallery-bottom-grid img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 9px
}

.project-sidebar {
    position: sticky;
    top: 95px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.project-info-card {
    padding: 22px
}

.project-brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.brand-icon {
    width: 50px;
    height: 50px;
    border-radius: 11px;
    background: #f21f55;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 27px
}

.project-brand span {
    font-size: 11px;
    color: #7c8799
}

.project-brand h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 2px 0 0
}

.project-info-card>p {
    font-size: 13px;
    line-height: 2;
    color: #687386;
    margin: 18px 0
}

.info-divider {
    height: 1px;
    background: #edf0f5;
    margin: 16px 0
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
    font-size: 12px
}

.info-row span {
    color: #748095
}

.info-row i {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle
}

.info-row strong {
    color: #26324a
}

.status-done {
    color: #13a56b !important;
    background: #e9faf2;
    padding: 4px 9px;
    border-radius: 999px
}

.project-live-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #14244c;
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    padding: 12px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 700
}

.project-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px
}

.link-card-icon {
    width: 43px;
    height: 43px;
    border-radius: 10px;
    background: #edf4ff;
    color: #3371ee;
    display: grid;
    place-items: center;
    font-size: 21px
}

.project-link-card span {
    display: block;
    color: #6e788b;
    font-size: 11px;
    margin-bottom: 4px
}

.project-link-card a {
    color: #2670ef;
    font-size: 12px;
    text-decoration: none
}

.copy-link {
    margin-right: auto;
    color: #8390a5;
    cursor: pointer
}

.related-card {
    padding: 18px
}

.related-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.related-title h3 {
    font-size: 17px;
    font-weight: 900;
    margin: 0
}

.related-title i {
    color: #3371ee
}

.related-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #f0f2f6;
    text-decoration: none;
    color: #26324a
}

.related-item img {
    width: 58px;
    height: 45px;
    border-radius: 7px;
    object-fit: cover
}

.related-item span {
    font-size: 11px;
    font-weight: 700;
    flex: 1
}

.related-item small {
    display: block;
    color: #8993a4;
    font-size: 9px;
    font-weight: 400;
    margin-top: 4px
}

.related-item>i {
    color: #6e7d96
}

.project-next-cta {
    margin: 35px 0 10px;
    padding: 23px 25px;
    border-radius: 13px;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.project-next-cta span {
    font-size: 11px;
    color: #5470a1
}

.project-next-cta h2 {
    font-size: 19px;
    font-weight: 900;
    margin: 5px 0
}

.project-next-cta p {
    font-size: 11px;
    color: #65738a;
    margin: 0
}

.project-next-cta .btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 18px
}

@media(max-width:991px) {
    .project-sidebar {
        position: static
    }

    .gallery-main {
        height: 390px
    }

    .project-feature-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575px) {
    .project-clean-intro {
        padding: 20px 0
    }

    .project-clean-intro h1 {
        font-size: 28px
    }

    .project-clean-intro p {
        font-size: 13px
    }

    .gallery-main {
        height: 260px
    }

    .gallery-thumbs {
        grid-template-columns: repeat(5, 1fr);
        gap: 5px
    }

    .gallery-thumb {
        height: 55px
    }

    .project-feature-grid {
        grid-template-columns: 1fr 1fr
    }

    .service-checks {
        grid-template-columns: 1fr
    }

    .gallery-bottom-grid {
        grid-template-columns: 1fr 1fr
    }

    .project-next-cta {
        flex-direction: column;
        align-items: stretch
    }

    .project-next-cta .btn {
        width: 100%
    }
}



/* =========================
   Project Monitor
========================= */

.project-monitor {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 0;
}

.monitor-frame {
  width: min(100%, 900px);
  position: relative;
}


/* =========================
   Monitor Screen
========================= */

.monitor-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;

  background: #111;

  border: 10px solid #181818;
  border-bottom: 30px solid #181818;
  border-radius: 14px;

  overflow: hidden;

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.18),
    0 5px 15px rgba(0, 0, 0, 0.08);
  
}


/* =========================
   Website Viewport
========================= */

.monitor-scroll {
  position: absolute;
  inset: 0;

  overflow: hidden;

  background: #fff;
}


/* Website Screenshot */

.monitor-scroll img {
  display: block;

  width: 100%;
  height: auto;

  max-width: none;

  transform: translateY(0);

  transition: transform 5s ease;
}


/* =========================
   Screen Glass
========================= */

.monitor-screen::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  border-radius: 5px;

  box-shadow:
    inset 0 0 25px rgba(0, 0, 0, 0.25);

  z-index: 3;
}


/* =========================
   Website Scroll On Hover
========================= */

.monitor-screen:hover .monitor-scroll img {
  transform: translateY(
    calc(-1 * var(--scroll-distance, 0px))
  );
}


/* =========================
   Monitor Bottom
========================= */

.monitor-bottom {
  position: relative;

  width: 100%;
  height: 135px;
}


/* =========================
   Monitor Neck
========================= */

.monitor-neck {
  position: absolute;

  left: 50%;
  top: 0;

  transform: translateX(-50%);

  width: 95px;
  height: 95px;

  background: linear-gradient(
    to right,
    #1c1c1c,
    #333,
    #1c1c1c
  );

  border-radius: 0 0 8px 8px;

  z-index: 1;
}


/* =========================
   HavinWeb Brand
========================= */

.monitor-brand {
  position: absolute;

  left: 50%;
  top: -25px;

  transform: translateX(-50%);

  z-index: 4;

  white-space: nowrap;

  font-family: IRANYekanX, sans-serif;

  font-size: 12px;
  font-weight: 700;

  color: #fff;

  text-align: center;

  pointer-events: none;
}


/* =========================
   Monitor Base
========================= */

.monitor-base {
  position: absolute;

  left: 50%;
  bottom: 28px;

  transform: translateX(-50%);

  width: 260px;
  height: 18px;

  background: #242424;

  border-radius: 50%;

  z-index: 2;

  box-shadow:
    0 7px 14px rgba(0, 0, 0, 0.12);
}


/* =========================
   Responsive
========================= */

@media (max-width: 768px) {

  .project-monitor {
    padding-top: 10px;
  }

  .monitor-screen {
    border-width: 7px;
    border-radius: 10px;
    border-bottom: 22px solid #181818;
  }

  .monitor-bottom {
    height: 110px;
  }

  .monitor-neck {
    width: 75px;
    height: 75px;
  }

  .monitor-brand {
    top: -18px;
    font-size: 9px;
  }

  .monitor-base {
    width: 210px;
    height: 15px;
  }

}



/* =========================
   Monitor Hint
========================= */

.monitor-hint {
  margin-top: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: #71717a;

  font-family: IRANYekanX, sans-serif;

  font-size: 13px;
  font-weight: 500;

  text-align: center;
}

.monitor-hint i {
  font-size: 18px;
}

@media (max-width: 768px) {

  .monitor-hint {
    margin-top: 14px;
    font-size: 11px;
  }

  .monitor-hint i {
    font-size: 16px;
  }

}


.project-services-grid{
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px 24px;
}

.project-service-item{
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    line-height: 1.9;
    color: #566276;
}

.project-service-item i{
    color: #13a56b;
    font-size: 17px;
    margin-top: 2px;
    flex: 0 0 auto;
}

@media (max-width: 767px){
    .project-services-grid{
        grid-template-columns: 1fr;
    }
}
