:root {
  --pc-ink: #080425;
  --pc-ink-soft: #12103a;
  --pc-cyan: #60f7ff;
  --pc-coral: #ef5a5f;
  --pc-line: rgba(8, 4, 37, 0.12);
  --pc-shadow: 0 20px 60px rgba(8, 4, 37, 0.14);
}

html {
  scroll-padding-top: 6rem;
}

body {
  background: var(--pc-ink);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background: rgba(239, 90, 95, 0.85);
}

.button {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(239, 90, 95, 0.28);
  transform: translateZ(0);
}

.button:hover {
  background-color: #ff696e;
  box-shadow: 0 18px 44px rgba(239, 90, 95, 0.36);
  transform: translateY(-2px);
}

.button:focus-visible,
.navbar1_link:focus-visible,
.social-media-link:focus-visible,
.social-media-link2:focus-visible {
  outline: 2px solid var(--pc-cyan);
  outline-offset: 4px;
}

.navbar1_component {
  z-index: 30;
}

.nav-services-link {
  color: #fff;
  text-decoration: none;
}

.navbar1_component .w-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar1_component .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem;
}

.navbar1_component .dropdown-toggle .w-icon-dropdown-toggle {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}

.navbar1_component .w-dropdown-list {
  min-width: 19rem;
  margin-top: 0.55rem;
  padding: 0.45rem;
  border: 1px solid rgba(96, 247, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 1, 38, 0.98);
  box-shadow: 0 22px 58px rgba(8, 4, 37, 0.3);
  overflow: hidden;
}

.navbar1_component .navbar1_dropdown-link {
  padding: 0.72rem 0.9rem;
  border-radius: 6px;
  color: #fff;
  line-height: 1.25;
  white-space: normal;
}

.navbar1_component .navbar1_dropdown-link:hover,
.navbar1_component .navbar1_dropdown-link.w--current {
  color: #fff;
  background: rgba(96, 247, 255, 0.1);
}

.navbar1_menu .mobile-menu-center {
  column-gap: clamp(1.1rem, 2vw, 2rem);
}

.navbar1_container {
  border-bottom: 1px solid rgba(96, 247, 255, 0.08);
}

@media screen and (min-width: 992px) {
  .navbar1_component {
    background: linear-gradient(180deg, rgba(8, 4, 37, 0.94), rgba(8, 4, 37, 0.8));
    box-shadow: 0 18px 50px rgba(8, 4, 37, 0.18);
  }
}

.section-hero {
  isolation: isolate;
}

@media screen and (min-width: 992px) {
  .section-hero {
    overflow: hidden;
    min-height: clamp(760px, 76vh, 980px);
    margin-bottom: 0;
    background-image:
      radial-gradient(circle at 72% 42%, rgba(96, 247, 255, 0.1), rgba(96, 247, 255, 0) 22rem),
      radial-gradient(circle at 84% 58%, rgba(239, 90, 95, 0.14), rgba(239, 90, 95, 0) 18rem),
      linear-gradient(180deg, #050126 0%, #07042f 100%) !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto, auto, cover;
  }

  .section-hero-wrapper {
    background: #fff;
  }

  .section-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 0;
    height: clamp(2.75rem, 4vw, 4rem);
    pointer-events: none;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: translateY(58%);
  }

  .section-hero .page-padding,
  .section-hero .container-large,
  .section-hero .padding-vertical,
  .section-hero .hero-container,
  .section-hero .right-hero-container {
    overflow: visible;
  }

  .section-hero .page-padding {
    position: relative;
    z-index: 1;
  }

  .section-hero .padding-vertical.padding-xxhuge.hero {
    padding-bottom: clamp(110px, 10vw, 160px);
  }

  .hero-proof {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
  }

  .hero-img {
    overflow: visible;
    transform-origin: 50% 58%;
  }
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 40%, rgba(96, 247, 255, 0.13), rgba(96, 247, 255, 0) 28rem),
    radial-gradient(circle at 18% 26%, rgba(239, 90, 95, 0.08), rgba(239, 90, 95, 0) 22rem);
}

.hero-img {
  filter: drop-shadow(0 28px 42px rgba(96, 247, 255, 0.08));
}

.hero-proof {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-top: 0.2rem;
  max-width: 30rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-img:not(.hero-img-animate) {
    animation: pcHeroFloat 7s ease-in-out infinite;
  }
}

@keyframes pcHeroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: auto;
    min-height: 0;
    background-image: none !important;
    padding-bottom: clamp(80px, 16vw, 130px);
  }

  .section-hero .padding-vertical.padding-xxhuge.hero {
    padding-top: clamp(3rem, 6vw, 4rem);
    padding-bottom: clamp(2rem, 5vw, 3rem);
  }

  .section-hero .hero-container {
    position: relative;
    flex-direction: column;
    min-height: 0;
  }

  .section-hero .left-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
  }

  .section-hero .hero-img {
    position: relative;
    right: auto;
    bottom: auto;
    display: block !important;
    width: min(48vw, 18rem);
    max-width: 100%;
    margin: 0.75rem auto 0;
  }

  .hero-proof {
    max-width: 24rem;
  }

  .hero-mobile-bg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section-hero .padding-vertical.padding-xxhuge.hero {
    padding-top: 3.75rem;
    padding-bottom: 2.25rem;
  }

  .section-hero .page-padding {
    padding-top: 2.25rem;
  }

  .section-hero .left-hero-container {
    margin-top: 2rem;
  }

  .section-hero .hero-img {
    width: min(70vw, 19rem);
    margin: -0.5rem auto 0;
  }

  .hero-proof {
    max-width: 20rem;
    font-size: 0.72rem;
    line-height: 1.55;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-hero .hero-container {
    align-items: center;
    flex-direction: column;
    min-height: 39rem;
  }

  .section-hero .left-hero-container {
    max-width: 30rem;
  }

  .section-hero .hero-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
    width: min(22vw, 8.5rem);
    max-width: 8.5rem;
    margin: 0.5rem auto 0;
    pointer-events: none;
  }

  .hero-proof {
    max-width: 19rem;
  }
}

.section-services {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.section-services .padding-vertical.padding-xhuge.custom.gg {
  padding-top: clamp(4rem, 7vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 9rem);
}

.section-services .heading-container {
  position: relative;
}

.section-services .heading-container::after {
  content: "";
  display: block;
  width: 5rem;
  height: 3px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--pc-coral), var(--pc-cyan));
  border-radius: 999px;
}

.section-services .heading-container.align-left::after {
  margin-left: 0;
}

.services-intro {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: rgba(8, 4, 37, 0.72);
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.section-services .sticky-wrap {
  height: auto;
  padding: 3rem 0 0;
  position: static;
  overflow: visible;
}

.section-services .scroll-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 1.25rem;
  align-items: stretch;
}

.services-item-container {
  width: 100%;
  height: 100%;
  grid-template-columns: 2rem 1fr 2rem;
}

.services-cms-item-card {
  grid-column: span 2;
  height: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.services-cms-item-card:nth-child(5) {
  grid-column: 2 / span 2;
}

.services-cms-item-card:nth-child(6) {
  grid-column: 4 / span 2;
}

.services-cms-item-card:nth-child(7) {
  grid-column: 6 / span 2;
}

.services-item {
  position: relative;
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--pc-shadow);
  color: var(--pc-ink);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.services-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(96, 247, 255, 0.16), rgba(239, 90, 95, 0) 44%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.services-item:hover {
  border-color: rgba(96, 247, 255, 0.42);
  box-shadow: 0 26px 74px rgba(8, 4, 37, 0.18);
  transform: translateY(-4px);
}

.services-item:hover::before {
  opacity: 1;
}

.services-item_icon {
  position: relative;
  z-index: 1;
}

.services-item h3,
.services-item .text-rich-text {
  position: relative;
  z-index: 1;
}

.services-item h3 {
  font-size: 1.55rem;
  line-height: 1.18;
  min-height: 3.66rem;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.services-item .text-rich-text p {
  margin-bottom: 0;
}

.services-item .text-rich-text {
  order: 1;
  margin-bottom: 1.5rem;
}

.services-item h3 {
  order: 3;
}

.services-item > .services-item_icon {
  order: 2;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  .section-services .services-item {
    height: 100%;
  }

  .one-page-header .one-page-punch-line {
    max-width: 72rem;
    flex-wrap: wrap;
  }
}

.why-us-container .text,
.why-us-container .icon {
  transition: transform 220ms ease, filter 220ms ease;
}

.why-us-container .icon:hover {
  filter: drop-shadow(0 0 18px rgba(96, 247, 255, 0.25));
  transform: translateY(-3px);
}

.aboutus-contain {
  border: 1px solid rgba(96, 247, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(96, 247, 255, 0.03));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.aboutus-img {
  filter: saturate(1.05) contrast(1.04);
}

.ourclients-contain {
  padding: 1.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(96, 247, 255, 0.1);
}

.service-page-clients {
  align-items: center;
}

.service-page-clients img,
.our-clients-logos {
  filter: saturate(0.98) contrast(1.04);
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.service-page-clients img:hover {
  filter: saturate(1.12) contrast(1.08);
  transform: translateY(-2px);
}

.section-contact {
  background:
    radial-gradient(circle at 18% 70%, rgba(96, 247, 255, 0.18), rgba(96, 247, 255, 0) 22rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-container {
  border: 1px solid rgba(8, 4, 37, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 90px rgba(8, 4, 37, 0.12);
}

.contact-contain-right .slide-in2,
.contact-contain-right .tricks,
.contact-contain-right .letter,
.contact-contain-right h1 {
  color: var(--pc-ink);
}

.contact-support {
  color: rgba(8, 4, 37, 0.68);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 35rem;
  margin: -0.5rem 0 1.75rem;
}

.form_input {
  padding-left: 1.25rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form_input:focus {
  border-color: var(--pc-coral);
  background-color: rgba(96, 247, 255, 0.05);
  box-shadow: 0 12px 30px rgba(8, 4, 37, 0.08);
}

.section-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--pc-ink);
}

.footer-contain {
  border-top-color: rgba(8, 4, 37, 0.12);
}

.section-footer a,
.section-footer .copyright,
.section-footer .footer-copyrigh--holder,
.section-footer .footer-seperator {
  color: rgba(8, 4, 37, 0.72);
}

.section-footer .bold-p {
  color: var(--pc-ink);
}

.one-page-header {
  background:
    radial-gradient(circle at 50% 28%, rgba(96, 247, 255, 0.08), rgba(96, 247, 255, 0) 24rem),
    #13133e;
}

.one-page-main {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.section-about-us.legal-page {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.section-about-us.legal-page .aboutus-contain {
  display: block;
  width: 100%;
  max-width: 54rem !important;
  margin: 0 auto !important;
}

.section-about-us.legal-page .text-rich-text {
  width: 100%;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(8, 4, 37, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(8, 4, 37, 0.1);
}

.section-about-us.legal-page .text-rich-text > *:first-child {
  margin-top: 0 !important;
}

.section-about-us.legal-page .text-rich-text p,
.section-about-us.legal-page .text-rich-text li {
  font-family: Poppins, sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
}

.section-about-us.legal-page .text-rich-text h3,
.section-about-us.legal-page .text-rich-text h4 {
  line-height: 1.2;
}

.section-about-us.legal-page .text-rich-text ul,
.section-about-us.legal-page .text-rich-text ol {
  margin-bottom: 1.35rem;
  padding-left: 1.35rem;
}

.content-line {
  border-top: 1px solid rgba(8, 4, 37, 0.08);
}

.content-line:first-child {
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .navbar1_menu.w-nav-menu--open {
    background:
      radial-gradient(circle at 50% 18%, rgba(96, 247, 255, 0.12), rgba(96, 247, 255, 0) 18rem),
      rgba(8, 4, 37, 0.98);
  }

  .navbar1_menu.w-nav-menu--open .navbar1_link {
    color: #fff;
  }

  .navbar1_menu.w-nav-menu--open .w-dropdown {
    width: min(34rem, calc(100vw - 3rem));
  }

  .navbar1_menu.w-nav-menu--open .dropdown-toggle {
    justify-content: center;
    padding: 0.25rem 0.5rem;
  }

  .navbar1_menu.w-nav-menu--open .w-dropdown-list.w--open {
    width: 100%;
    margin-top: 0.65rem;
  }

  .navbar1_menu.w-nav-menu--open .navbar1_dropdown-link {
    padding: 0.8rem 1rem;
    font-size: clamp(1rem, 3.5vw, 1.35rem);
    line-height: 1.18;
  }

  .services-item {
    padding: 1.5rem;
    min-height: auto;
  }

  .section-services .scroll-inner {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }

  .services-cms-item-card {
    grid-column: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .aboutus-contain,
  .contact-container {
    padding: 1.5rem;
  }

  .section-about-us.legal-page .aboutus-contain {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-services .padding-vertical.padding-xhuge.custom.gg {
    padding-top: 3rem;
  }

  .section-services .heading-container::after {
    margin-left: auto;
    margin-right: auto;
  }

  .cms-services-mobile-list {
    gap: 1.25rem;
  }

  .services-item {
    width: 100%;
  }

  .aboutus-contain,
  .ourclients-contain,
  .contact-container {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .section-contact {
    margin-bottom: 0;
  }

  .section-contact .padding-vertical.padding-xxhuge.custom.footer {
    padding-bottom: 2.75rem;
  }

  .section-contact .button-holder.margin-top {
    justify-content: center;
    align-self: center;
  }

  .section-footer .footer-contain {
    height: auto;
    min-height: 0;
    gap: 1.25rem;
    padding-top: 1.75rem;
    padding-bottom: 2rem;
  }

  .section-footer .social-media-cms-wrapper {
    position: static;
    width: auto;
  }

  .section-footer .social-media-cms-list {
    display: flex;
    gap: 0.75rem;
  }

  .section-about-us.legal-page .text-rich-text {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    background-position: 50% 50%;
    min-height: 805px;
    padding-bottom: clamp(210px, 58vw, 260px);
  }

  .section-services .padding-vertical.padding-xhuge.custom.gg {
    padding-top: 2.25rem;
  }

  .button {
    min-height: 3.75rem;
  }

  .section-about-us.legal-page .text-rich-text {
    padding: 1.15rem;
  }
}
