.services-page {
  background-color: #030604;
}

.services-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);
}

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

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

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

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

.services-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);
}

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

.services-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);
}

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

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

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

.services-board-area {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  padding: 142px 0 96px;
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 18%, rgba(216, 255, 116, 0.08), transparent 22%),
    radial-gradient(circle at 78% 10%, rgba(43, 174, 117, 0.12), transparent 24%),
    #030604;
}

.services-board-area::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.48;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.52) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(216, 255, 116, 0.28) 0 1px, transparent 1.5px);
  background-position: 0 0, 38px 62px;
  background-size: 92px 92px, 128px 128px;
}

.services-board-area::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 6, 4, 0.16), #030604 96%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
  pointer-events: none;
}

.services-board-shell {
  width: min(100%, 1680px);
  margin: 0 auto;
}

.services-board-eyebrow {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.services-board-panel {
  overflow: hidden;
  min-height: 690px;
  padding: 54px 34px 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.28);
}

.services-board-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr);
  align-items: start;
  min-height: 245px;
  padding: 0 0 44px;
}

.services-board-heading span {
  justify-self: end;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.services-board-heading h1 {
  max-width: 560px;
  margin: 0 0 0 auto;
  color: #ffffff;
  font-size: clamp(56px, 6.2vw, 118px);
  font-weight: 900;
  line-height: 0.88;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0;
}

.services-board-list {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
}

.services-board-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.services-board-row {
  display: grid;
  grid-template-columns: 0.18fr 0.35fr minmax(180px, 0.34fr) 50px;
  gap: 28px;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 0;
  color: #ffffff;
  text-align: left;
  border: 0;
  background: transparent;
}

.services-board-row:hover {
  background: transparent;
}

.services-board-number {
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.services-board-title {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0;
}

.services-board-copy {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.12;
}

.services-board-icon {
  justify-self: end;
  color: #d8ff74;
  font-size: 38px;
  line-height: 1;
  transition: transform 0.28s ease;
}

.services-board-item:not(.is-active) .services-board-icon {
  transform: rotate(90deg);
}

.services-board-detail {
  display: grid;
  grid-template-columns: 0.18fr 0.35fr minmax(180px, 0.34fr) 50px;
  gap: 28px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.34s ease, opacity 0.22s ease, padding 0.34s ease;
}

.services-board-item.is-active .services-board-detail {
  max-height: 260px;
  padding: 0 0 28px;
  opacity: 1;
}

.services-board-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  color: #0e2119;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: #d8ff74;
  border: 1px solid #d8ff74;
}

.services-board-cta::before,
.services-board-cta::after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  border-color: #d8ff74;
  border-style: solid;
}

.services-board-cta::before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
}

.services-board-cta::after {
  right: -6px;
  bottom: -6px;
  border-width: 0 2px 2px 0;
}

.services-board-cta:hover {
  color: #0e2119;
  background: #ffffff;
  border-color: #ffffff;
}

.services-board-detail p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.16;
}

.services-board-detail p + p {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .services-board-heading {
    grid-template-columns: minmax(0, 0.42fr) minmax(360px, 0.58fr);
  }

  .services-board-row,
  .services-board-detail {
    grid-template-columns: 70px minmax(260px, 1fr) minmax(220px, 0.72fr) 42px;
  }

  .services-board-detail p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .services-board-area {
    padding-top: 122px;
  }

  .services-board-panel {
    padding: 42px 24px 34px;
  }

  .services-board-heading {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 14px;
    padding-bottom: 38px;
  }

  .services-board-heading span {
    justify-self: start;
    margin-top: 0;
  }

  .services-board-heading h1 {
    margin-left: 0;
    text-align: left;
  }

  .services-board-row,
  .services-board-detail {
    grid-template-columns: 56px minmax(0, 1fr) 38px;
    gap: 18px;
  }

  .services-board-copy {
    display: none;
  }

  .services-board-detail > div:first-child {
    display: none;
  }

  .services-board-detail > div:nth-child(2) {
    grid-column: 2 / 3;
  }

  .services-board-detail > div:nth-child(3) {
    grid-column: 2 / 4;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .services-page .tp-header-9-area,
  .services-page .tp-header-9-area .container-1750,
  .services-page .tp-header-9-area .row,
  .services-page .tp-header-9-box,
  .services-page .tp-header-9-right {
    min-height: 72px;
  }

  .services-page .tp-header-bar,
  .services-page .tp-header-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .services-page .tp-header-bar {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-left: 0 !important;
    transform: translateY(-50%);
  }

  .services-page .tp-header-bar button {
    width: 42px;
    height: 42px;
    flex-direction: column;
    gap: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
  }

  .services-page .tp-header-bar button i {
    width: 18px;
    margin: 0 auto !important;
    background-color: #ffffff !important;
  }

  .services-page .tp-header-bar button i:nth-child(2) {
    width: 24px;
  }

  .services-board-area {
    padding: 104px 0 70px;
  }

  .services-board-eyebrow {
    margin-bottom: 18px;
  }

  .services-board-panel {
    min-height: auto;
    padding: 30px 14px 26px;
  }

  .services-board-heading {
    padding-bottom: 30px;
  }

  .services-board-heading h1 {
    font-size: 47px;
  }

  .services-board-row {
    position: relative;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 76px;
    padding-right: 34px;
  }

  .services-board-detail {
    display: block;
    padding-left: 0;
  }

  .services-board-number {
    font-size: 21px;
  }

  .services-board-title {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .services-board-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 28px;
    transform: translateY(-50%);
  }

  .services-board-item:not(.is-active) .services-board-icon {
    transform: translateY(-50%) rotate(90deg);
  }

  .services-board-detail > div:nth-child(3) {
    grid-column: 2 / 3;
  }

  .services-board-item.is-active .services-board-detail {
    max-height: 380px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .services-board-cta {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 10px;
  }

  .services-board-detail p {
    width: min(100%, calc(100vw - 72px));
    max-width: 310px;
    font-size: 13px;
    line-height: 1.28;
    overflow-wrap: break-word;
  }
}

@media (max-width: 420px) {
  .services-board-panel {
    border-radius: 7px;
  }

  .services-board-heading h1 {
    font-size: 40px;
  }

  .services-board-row,
  .services-board-detail {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .services-board-detail,
  .services-board-item.is-active .services-board-detail {
    padding-left: 0;
  }

  .services-board-detail p {
    width: min(100%, calc(100vw - 64px));
    max-width: 300px;
  }

  .services-board-title {
    font-size: 21px;
  }
}
