:root {
  --tp-theme-1: #7e71b1;
  --tp-theme-2: #f3efff;
}

.banner__area-3 {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.03) 100%),
    radial-gradient(circle at 12% 18%, rgba(126, 113, 177, 0.12), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(154, 175, 202, 0.16), transparent 30%),
    linear-gradient(145deg, #f8f9fc 0%, #eef1f7 42%, #e8edf5 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.banner__height-3 {
  min-height: 100svh;
}

.banner__item-3 {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 44px;
  z-index: 1;
}

.banner__area-3::after,
.banner__area-3::before {
  content: none;
}

.sartech-hero-squares {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 792px;
  height: 792px;
  pointer-events: none;
  z-index: 0;
}

.sartech-hero-square {
  position: absolute;
  top: 0;
  right: 0;
  width: 504px;
  height: 504px;
  border-radius: 4px;
  opacity: 0;
  transform: translate(-24px, 24px) scale(0.94);
}

.sartech-hero-square-1 {
  background: url("../img/sartech-hero-square-e.webp") center / cover no-repeat;
  z-index: 4;
  overflow: hidden;
}

.sartech-hero-square-1::after {
  content: none;
}

.sartech-hero-square-2 {
  top: 96px;
  right: 96px;
  background: rgba(147, 137, 188, 0.5);
  z-index: 3;
}

.sartech-hero-square-3 {
  top: 192px;
  right: 192px;
  background: rgba(147, 137, 188, 0.16);
  z-index: 2;
}

.sartech-hero-square-4 {
  top: 288px;
  right: 288px;
  background: rgba(147, 137, 188, 0.07);
  z-index: 1;
}

.sartech-hero-squares.is-started .sartech-hero-square {
  animation: sartechSquareReveal 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}

.sartech-hero-squares.is-started .sartech-hero-square-4 {
  animation-delay: 0s;
}

.sartech-hero-squares.is-started .sartech-hero-square-3 {
  animation-delay: 0.22s;
}

.sartech-hero-squares.is-started .sartech-hero-square-2 {
  animation-delay: 0.44s;
}

.sartech-hero-squares.is-started .sartech-hero-square-1 {
  animation-delay: 0.66s;
}

@keyframes sartechSquareReveal {
  0% {
    opacity: 0;
    transform: translate(-24px, 24px) scale(0.94);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes sartechRevealIn {
  0% {
    opacity: 0;
    transform: translateY(32px) scale(0.985);
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.sartech-reveal {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(12px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.9s cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.sartech-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.sartech-motion-init .header__side-logo,
.sartech-motion-init .main-menu-3 ul li,
.sartech-motion-init .sartech-header-tools,
.sartech-motion-init .banner__content > *,
.sartech-motion-init .abs__info > *,
.sartech-motion-init .ab-left-content > *,
.sartech-motion-init .services__area .section__wrapper > *,
.sartech-motion-init .services__area .services__item,
.sartech-motion-init .project__area .section__wrapper > *,
.sartech-motion-init .project__slider-item,
.sartech-motion-init .cta__content > *,
.sartech-motion-init .process__area .section__wrapper > *,
.sartech-motion-init .process__item,
.sartech-motion-init .sartech-contact-area .section__wrapper > *,
.sartech-motion-init .sartech-contact-area .blog__item-2,
.sartech-motion-init .sartech-contact-card,
.sartech-motion-init .sartech-map-card,
.sartech-motion-init .footer__widget {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(12px);
}

.banner__content-title {
  max-width: 820px;
  letter-spacing: 0;
}

.sartech-hero-line {
  display: block;
}

.sartech-hero-line-1 {
  max-width: 760px;
  font-size: 1em;
  line-height: 0.96;
}

.sartech-hero-line-2 {
  margin-top: 12px;
  color: #4b5260;
  font-size: 0.62em;
  line-height: 1.16;
  font-weight: 600;
}

.sartech-hero-line-3 {
  color: #4b5260;
  font-size: 0.62em;
  line-height: 1.16;
  font-weight: 600;
}

.sartech-hero-line-4 {
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  padding: 12px 18px;
  border-left: 5px solid #7e71b1;
  border-radius: 8px;
  background: rgba(126, 113, 177, 0.1);
  color: #7e71b1;
  font-size: 0.58em;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
}

.banner__shape,
.banner__shape-2,
.banner__d-image {
  display: none;
}

.header__side-logo img,
.sidebar__logo img,
.cta__logo img,
.footer__logo img {
  max-height: 36px;
  width: auto;
}

.header__sticky.header__area-3 {
  background: linear-gradient(180deg, rgba(244, 242, 250, 0.98) 0%, rgba(235, 239, 247, 0.98) 100%);
  box-shadow: 0 12px 32px rgba(32, 38, 58, 0.08);
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.header__area-3 .custom-container {
  max-width: 1320px;
}

.header__area-3:not(.header__sticky) {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.header__area-3 .main-menu-3 {
  text-align: center;
}

.header__area-3 .main-menu-3 ul li {
  margin-right: 20px;
}

.header__area-3 .main-menu-3 ul li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sartech-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  color: rgba(126, 113, 177, 0.72);
  font-size: 14px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.header__area-3 .main-menu-3 ul li > a:hover {
  color: #7e71b1;
}

.header__area-3 .main-menu-3 ul li > a:hover .sartech-nav-icon {
  color: #7e71b1;
  transform: translateY(-1px);
}

body[data-title-key] .header__area-3:not(.header__sticky) .main-menu-3 ul li > a {
  color: rgba(255, 255, 255, 0.94) !important;
}

body[data-title-key] .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover,
body[data-title-key] .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover .sartech-nav-icon {
  color: #fff !important;
}

body[data-title-key] .header__area-3:not(.header__sticky) .sartech-nav-icon {
  color: rgba(255, 255, 255, 0.78) !important;
}

.header__side {
  display: flex;
  align-items: center;
}

.sartech-mobile-toggle {
  display: none;
  width: 52px;
  height: 52px;
  margin-left: auto;
  border: 1px solid rgba(147, 137, 188, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(79, 72, 117, 0.1);
  padding: 0;
}

.sartech-mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 4px;
  background: #7e71b1;
  border-radius: 999px;
}

.sartech-mobile-toggle span:last-child {
  margin-bottom: 0;
}

.sartech-header-tools {
  display: flex;
  justify-content: flex-end;
}

body.sartech-sidebar-open {
  overflow: hidden;
}

.sartech-lang-switch {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: #f3efff;
}

.sartech-lang-btn {
  border: 0;
  background: transparent;
  color: #343a40;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 11px;
  border-radius: 999px;
}

.sartech-lang-btn.is-active {
  background: #7e71b1;
  color: #fff;
}

.sidebar__lang-switch .sartech-lang-switch {
  width: 100%;
  justify-content: center;
  background: #f3efff;
}

.sidebar__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.sidebar__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sidebar__area.sidebar__area-2 {
  width: min(80vw, 420px);
  left: calc(-1 * min(80vw, 420px));
}

.sidebar__area.sidebar__area-2.sidebar-opened {
  left: 0;
}

.sidebar__logo {
  border-bottom: 0;
  padding-bottom: 0;
}

.sartech-sidebar-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  text-align: center;
}

.sartech-sidebar-main .mobile-menu-2 {
  width: 100%;
  max-width: 260px;
  margin-bottom: 0 !important;
}

.sartech-sidebar-main .sidebar__lang-switch {
  margin-bottom: 0 !important;
}

.sidebar__close-btn {
  background: #7e71b1;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(79, 72, 117, 0.18);
}

.sidebar__close-btn:hover {
  background: #6b5ea3;
  color: #fff;
}

.mobile-menu-2 .sartech-mobile-nav {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-menu-2 .sartech-mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.mobile-menu-2 .sartech-mobile-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #1d2234;
}

.mobile-menu-2 .sartech-mobile-nav > ul > li > a:hover {
  color: #7e71b1;
}

.mobile-menu-2 .sartech-mobile-nav > ul > li > a .sartech-nav-icon {
  width: 24px;
  font-size: 17px;
  color: rgba(126, 113, 177, 0.88);
}

.mobile-menu-2 .sartech-mobile-nav::-webkit-scrollbar,
.sidebar__area::-webkit-scrollbar,
.sidebar__wrapper::-webkit-scrollbar,
.sidebar__content::-webkit-scrollbar {
  display: none;
}

.mobile-menu-2 .sartech-mobile-nav > ul > li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar__lang-switch .sartech-lang-switch {
  gap: 10px;
  padding: 8px;
}

.sidebar__lang-switch .sartech-lang-btn {
  min-width: 52px;
  padding: 12px 14px;
  font-size: 14px;
}

.appoinment-cta-2__content {
  border-left: 4px solid #7e71b1;
}

.services__item-tp,
.services__item-tp .ser__icon i,
.services__item-tp .ser__title,
.services__item-tp p,
.services__item-tp .ser__more-option a,
.services__item-tp .ser__more-option a i {
  transition: color 0.28s ease;
}

.services__item-tp:hover .ser__icon i,
.services__item-tp:hover .ser__title,
.services__item-tp:hover p,
.services__item-tp:hover .ser__more-option a,
.services__item-tp:hover .ser__more-option a i {
  color: #fff;
}

.cta__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.cta__area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 18, 37, 0.82) 0%, rgba(44, 36, 77, 0.7) 100%);
}

.cta__area .container,
.cta__area .cta__content {
  position: relative;
  z-index: 1;
}

.services__area,
.process__area {
  isolation: isolate;
  overflow: hidden;
}

.services__area::before,
.process__area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.services__area::before {
  background:
    linear-gradient(180deg, rgba(18, 22, 34, 0.84) 0%, rgba(18, 22, 34, 0.76) 42%, rgba(18, 22, 34, 0.86) 100%),
    radial-gradient(circle at 50% 0%, rgba(126, 113, 177, 0.28), transparent 46%);
}

.process__area::before {
  background:
    linear-gradient(180deg, rgba(17, 20, 31, 0.88) 0%, rgba(24, 27, 38, 0.78) 48%, rgba(17, 20, 31, 0.9) 100%),
    radial-gradient(circle at 50% 18%, rgba(126, 113, 177, 0.26), transparent 42%);
}

.services__area .section__wrapper,
.process__area .section__wrapper {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 34px 30px;
  border-radius: 8px;
  background: rgba(10, 13, 22, 0.52);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(3px);
}

.services__area .section__wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.process__area .section__wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.services__area .section__wrapper .section__title,
.process__area .section__wrapper .section__title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.services__area .section__wrapper-2 .st-meta,
.services__area .section__wrapper-2 .st-meta-2,
.process__area .section__wrapper-2 .st-meta,
.process__area .section__wrapper-2 .st-meta-2 {
  background: rgba(255, 255, 255, 0.95);
  color: #5f5491;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.close-button,
.close-button:hover,
.ser__more-option a:hover,
.project__slider-item-title a:hover,
.blog__sm-title a:hover,
.footer__links a:hover {
  color: #7e71b1;
}

.process__step-number {
  display: inline-block;
  color: #9389bc;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.process__content .p-name {
  margin-top: 16px !important;
}

.sartech-contact-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(147, 137, 188, 0.09), transparent 24%),
    linear-gradient(180deg, #fbfbfe 0%, #f3f5fb 100%);
}

.sartech-contact-area .blog__item-2 {
  height: calc(100% - 40px);
  padding: 34px 32px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(147, 137, 188, 0.14);
  box-shadow: 0 24px 55px rgba(79, 72, 117, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sartech-contact-area .blog__item-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(79, 72, 117, 0.14);
  border-color: rgba(147, 137, 188, 0.26);
}

.sartech-contact-area .blog__item-2-content {
  padding: 0;
}

.sartech-contact-area .blog__author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.sartech-contact-area .blog__author i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(147, 137, 188, 0.18) 0%, rgba(147, 137, 188, 0.08) 100%);
  color: #7e71b1;
  font-size: 20px;
}

.sartech-contact-area .blog__author span {
  font-size: 19px;
  font-weight: 700;
  color: #1d2234;
}

.sartech-contact-area .blog__catagory span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9389bc;
}

.sartech-contact-area .blog__sm-title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25;
}

.sartech-contact-area .blog__sm-title a {
  color: #1d2234;
}

.sartech-contact-area .blog__btn-2 {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(147, 137, 188, 0.12);
}

.sartech-contact-area .blog__btn-2 .link-btn {
  font-weight: 700;
  color: #7e71b1;
}

.sartech-contact-area .blog__btn-2 .link-btn:hover {
  color: #5f5491;
}

.sartech-contact-card,
.sartech-map-card {
  height: calc(100% - 40px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(147, 137, 188, 0.14);
  box-shadow: 0 24px 55px rgba(79, 72, 117, 0.1);
}

.sartech-contact-card {
  padding: 38px 36px;
}

.sartech-contact-card h5 {
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 1.2;
  color: #1d2234;
}

.sartech-contact-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.sartech-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.55;
  color: #343a40;
}

.sartech-contact-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(147, 137, 188, 0.12);
  color: #7e71b1;
  font-size: 17px;
}

.sartech-contact-list a {
  color: #343a40;
}

.sartech-contact-list a:hover {
  color: #7e71b1;
}

.sartech-contact-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sartech-map-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.sartech-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.sartech-map-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 8px;
  background: #fff;
  color: #1d2234;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(32, 38, 58, 0.16);
}

.sartech-map-link:hover {
  background: #7e71b1;
  color: #fff;
}

.sartech-footer-credit {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.sartech-footer-credit a {
  color: #fff;
}

.sartech-footer-credit a:hover {
  color: #9389bc;
}

.sartech-footer-contact {
  margin-left: auto;
}

.sartech-footer-contact .footer__links li {
  color: #b4b8bb;
  font-size: 16px;
  line-height: 1.28;
  margin-bottom: 7px;
}

.sartech-footer-contact .footer__links li:last-child {
  margin-bottom: 0;
}

.sartech-subheader {
  position: relative;
  overflow: hidden;
  padding: 150px 0 69px;
  background:
    linear-gradient(135deg, rgba(25, 23, 42, 0.48) 0%, rgba(70, 61, 111, 0.32) 54%, rgba(126, 113, 177, 0.2) 100%),
    url("../img/sartech-services-bg.webp") center / cover no-repeat;
  color: #fff;
}

.sartech-subheader::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(10deg);
}

.sartech-subheader .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sartech-subheader-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #6b5ea3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sartech-subheader h1 {
  max-width: none;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
  white-space: nowrap;
}

.sartech-subheader p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.65;
}

.sartech-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.sartech-breadcrumb a {
  color: rgba(255, 255, 255, 0.92);
}

.sartech-breadcrumb a:hover,
.sartech-breadcrumb a:focus {
  color: #fff;
}

.sartech-breadcrumb span[aria-current="page"] {
  color: #fff;
}

.sartech-products-line {
  background: #E9EEFA;
}

.sartech-products-catalog,
.sartech-line-detail {
  background: #E9EEFA;
}

.sartech-line-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(126, 113, 177, 0.14);
  box-shadow: 0 18px 42px rgba(63, 58, 100, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sartech-line-card:hover,
.sartech-line-card:focus {
  transform: translateY(-6px);
  border-color: rgba(126, 113, 177, 0.34);
  box-shadow: 0 26px 58px rgba(63, 58, 100, 0.16);
}

.sartech-line-card-image {
  display: flex;
  align-items: center;
  min-height: 178px;
  padding: 22px 16px;
  background: #E9EEFA;
}

.sartech-line-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sartech-line-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.sartech-line-card-kicker {
  margin-bottom: 9px;
  color: #7e71b1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sartech-line-card strong {
  color: #1d2234;
  font-size: 21px;
  line-height: 1.18;
}

.sartech-line-card strong span {
  display: block;
}

.sartech-innovation-list-section,
.sartech-innovation-detail {
  background: #E9EEFA;
}

.sartech-innovation-list {
  display: grid;
  gap: 22px;
}

.sartech-innovation-item {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(126, 113, 177, 0.14);
  box-shadow: 0 18px 42px rgba(63, 58, 100, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sartech-innovation-item:hover,
.sartech-innovation-item:focus {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(126, 113, 177, 0.34);
}

.sartech-innovation-thumb {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe5f2;
  aspect-ratio: 16 / 10;
}

.sartech-innovation-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sartech-innovation-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sartech-innovation-body strong {
  color: #1d2234;
  font-size: 26px;
  line-height: 1.22;
}

.sartech-innovation-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 13px 18px;
  border-radius: 8px;
  background: #7e71b1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.sartech-innovation-detail-image {
  overflow: hidden;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(147, 137, 188, 0.14);
  box-shadow: 0 24px 60px rgba(79, 72, 117, 0.12);
}

.sartech-innovation-detail-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.sartech-line-schema {
  overflow: visible;
  width: 100%;
  background: #E9EEFA;
}

.sartech-line-schema img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: #E9EEFA;
  box-shadow: none;
}

.sartech-module-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(126, 113, 177, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

a.sartech-module-card:hover,
a.sartech-module-card:focus {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(126, 113, 177, 0.34);
}

.sartech-module-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  margin-bottom: 14px;
}

.sartech-module-card-number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 9px;
  border-radius: 8px;
  background: #7e71b1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(79, 72, 117, 0.18);
}

.sartech-module-card-image img {
  display: block;
  max-width: 100%;
  max-height: 128px;
  width: auto;
  height: auto;
}

.sartech-module-card strong {
  display: block;
  color: #1d2234;
  font-size: 17px;
  line-height: 1.28;
  text-align: center;
}

.sartech-line-layout {
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(220px, 30%);
  gap: 24px;
  align-items: start;
}

.sartech-line-stage {
  position: relative;
  min-width: 0;
  background: #E9EEFA;
}

.sartech-line-layout {
  overflow-x: auto;
  padding-bottom: 34px;
}

.sartech-line-stage img {
  display: block;
  width: 100%;
  height: auto;
}

.sartech-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #7e71b1;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 12px 30px rgba(79, 72, 117, 0.34);
  font-size: 18px;
  font-weight: 800;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sartech-hotspot:hover,
.sartech-hotspot:focus {
  color: #fff;
  background: #5f5491;
  transform: translate(-50%, -50%) scale(1.12);
}

.sartech-line-preview {
  position: sticky;
  top: 110px;
  min-height: 100%;
  padding: 12px 0 0 24px;
  border-left: 1px solid rgba(126, 113, 177, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sartech-line-preview-image {
  overflow: hidden;
  max-width: 148px;
  margin: 0 auto 18px;
}

.sartech-line-preview-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sartech-line-preview > span,
.sartech-product-copy > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7e71b1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sartech-line-preview h3 {
  margin-bottom: 8px;
  color: #1d2234;
  font-size: 22px;
  line-height: 1.2;
}

.sartech-line-preview p {
  margin-bottom: 18px;
  color: #596070;
  font-size: 15px;
  line-height: 1.65;
}

.sartech-product-detail {
  background:
    radial-gradient(circle at 78% 12%, rgba(126, 113, 177, 0.1), transparent 26%),
    linear-gradient(180deg, #fbfbfe 0%, #eef2f8 100%);
}

.sartech-product-visual {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(147, 137, 188, 0.14);
  box-shadow: 0 24px 60px rgba(79, 72, 117, 0.12);
}

.sartech-product-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.sartech-product-copy {
  padding-left: 34px;
}

.sartech-product-copy h2 {
  margin-bottom: 20px;
  color: #1d2234;
  font-size: 40px;
  line-height: 1.15;
}

.sartech-product-intro {
  max-width: 680px;
  margin-bottom: 26px;
  color: #596070;
  font-size: 18px;
  line-height: 1.7;
}

.sartech-product-copy ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.sartech-product-copy li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  color: #343a40;
  font-size: 17px;
  line-height: 1.55;
}

.sartech-product-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7e71b1;
}

.progress-wrap {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 0 0 2px rgba(126, 113, 177, 0.18),
    0 16px 36px rgba(79, 72, 117, 0.16);
  backdrop-filter: blur(12px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  inset: 0;
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #7e71b1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #7e71b1;
  stroke-width: 4;
  box-sizing: border-box;
}

.footer__copyright-text p,
.footer__copyright-links p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.footer__copyright-text,
.footer__copyright-links {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.footer__copyright-text p {
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 576px) {
  .footer__copyright-text,
  .footer__copyright-links {
    min-height: 100%;
    display: flex;
    align-items: center;
  }

  .footer__copyright-links {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .sartech-footer-contact {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header__area-3 .main-menu-3 ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__area-3 .main-menu-3 ul li {
    margin-right: 11px;
  }

  .sartech-line-layout {
    grid-template-columns: 1fr;
  }

  .sartech-line-preview {
    position: relative;
    top: auto;
    min-height: 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(126, 113, 177, 0.18);
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .header__area-3 .row.align-items-center {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
  }

  .header__area-3 .row.align-items-center > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .header__area-3 .header__side {
    justify-content: flex-start;
  }

  .header__area-3 .main-menu-3 {
    display: flex;
    justify-content: center;
    transform: none;
  }

  .header__area-3 .sartech-header-tools {
    justify-content: flex-end;
  }
}

@media (max-width: 1199px) {
  .banner__height-3 {
    min-height: 100svh;
  }

  .sidebar__area.sidebar__area-2 {
    width: 80vw;
    left: -80vw;
  }

  .header__side {
    justify-content: space-between;
    width: 100%;
  }

  .sartech-mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header__area-3 .main-menu-3,
  .header__area-3 .sartech-header-tools {
    display: none;
  }

  .banner__item-3 {
    min-height: 100svh;
    padding-top: 0;
    padding-bottom: 42px;
  }

  .sartech-hero-squares {
    width: 612px;
    height: 612px;
  }

  .sartech-hero-square {
    width: 390px;
    height: 390px;
  }

  .sartech-hero-square-2 {
    top: 72px;
    right: 72px;
  }

  .sartech-hero-square-3 {
    top: 144px;
    right: 144px;
  }

  .sartech-hero-square-4 {
    top: 216px;
    right: 216px;
  }

  .sartech-header-tools {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .banner__height-3 {
    min-height: 100svh;
  }

  .banner__item-3 {
    min-height: 100svh;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .sartech-hero-squares {
    width: 351px;
    height: 351px;
  }

  .sartech-hero-square {
    width: 225px;
    height: 225px;
  }

  .sartech-hero-square-2 {
    top: 36px;
    right: 36px;
  }

  .sartech-hero-square-3 {
    top: 72px;
    right: 72px;
  }

  .sartech-hero-square-4 {
    top: 108px;
    right: 108px;
  }

  .header__side-logo img,
  .sidebar__logo img,
  .cta__logo img,
  .footer__logo img {
    max-height: 30px;
  }

  .process__step-number {
    font-size: 52px;
  }

  .services__area .section__wrapper,
  .process__area .section__wrapper {
    padding: 24px 20px 26px;
  }

  .services__area .section__wrapper {
    padding: 0;
  }

  .process__area .section__wrapper {
    padding: 0;
  }

  .sartech-hero-line-2 {
    margin-top: 10px;
  }

  .sartech-hero-line-4 {
    max-width: 100%;
    margin-top: 18px;
    padding: 10px 14px;
    font-size: 0.5em;
  }

  .sartech-contact-area .blog__item-2 {
    padding: 28px 24px 24px;
  }

  .sartech-contact-area .blog__sm-title {
    font-size: 24px;
  }

  .sartech-contact-card {
    padding: 30px 24px;
  }

  .sartech-contact-card h5 {
    font-size: 26px;
  }

  .sartech-contact-list li {
    font-size: 16px;
  }

  .sartech-map-card,
  .sartech-map-card iframe {
    min-height: 360px;
  }

  .sartech-subheader {
    padding: 120px 0 52px;
  }

  .sartech-subheader h1 {
    font-size: 38px;
    white-space: normal;
  }

  .sartech-subheader p {
    font-size: 17px;
  }

  .sartech-line-layout {
    display: block;
    overflow: visible;
    padding-bottom: 0;
  }

  .sartech-innovation-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sartech-innovation-body {
    align-items: flex-start;
    flex-direction: column;
  }

  .sartech-innovation-body strong {
    font-size: 22px;
  }

  .sartech-line-stage {
    width: calc(100% - 24px);
    min-width: 0;
    margin: 0 12px 24px;
  }

  .sartech-hotspot {
    width: 34px;
    height: 34px;
    border-width: 2px;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(79, 72, 117, 0.28);
  }

  .sartech-line-preview {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(126, 113, 177, 0.18);
  }

  .sartech-line-preview:not(.is-active) {
    display: none;
  }

  .sartech-product-copy {
    margin-top: 34px;
    padding-left: 0;
  }

  .sartech-product-copy h2 {
    font-size: 31px;
  }

  .sartech-footer-credit {
    text-align: left;
  }

  .sartech-sidebar-main {
    gap: 34px;
  }

  .sartech-sidebar-main .mobile-menu-2 {
    max-width: 100%;
  }

  .mobile-menu-2 .sartech-mobile-nav > ul > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1921px) {
  .sartech-hero-squares {
    right: calc((100vw - 1920px) / 2 + 100px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sartech-hero-square,
  .sartech-reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
