:root {
  --ists-font-body: "rgb-regular", Arial, sans-serif;
  --ists-font-heading: "rgb-semi-bold", Arial, sans-serif;
  --ists-font-light: "rgb-light", Arial, sans-serif;
}

body {
  font-family: var(--ists-font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #75b4e2;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-family: var(--ists-font-heading) !important;
}

h6,
.navbar a,
.navbar span {
  font-family: var(--ists-font-light) !important;
}

html {
  scroll-behavior: smooth;
}

body:not(.home) #header {
  background: #2c328d;
}

body.foxts-mobile-nav-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

#header .custom-logo {
  max-height: 40px;
  width: auto;
}

.navbar .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.mobile-nav-toggle {
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  line-height: 1;
}

.foxts-mobile-nav-toggle {
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
}

.foxts-mobile-nav-toggle::before {
  display: none;
  content: none !important;
}

.foxts-mobile-nav-lines,
.foxts-mobile-nav-lines::before,
.foxts-mobile-nav-lines::after {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease, background 180ms ease;
}

.foxts-mobile-nav-lines {
  position: relative;
}

.foxts-mobile-nav-lines::before,
.foxts-mobile-nav-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.foxts-mobile-nav-lines::before {
  top: -7px;
}

.foxts-mobile-nav-lines::after {
  top: 7px;
}

.ists-hero-subtitle {
  text-shadow: 1px 1px 5px #000;
  font-size: 21px;
  color: lightblue;
}

.ists-rounded {
  width: 100%;
  border-radius: 7px;
}

#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(247, 251, 255, 0.96), rgba(231, 242, 251, 0.96)),
    #f7fbff;
  opacity: 1;
  visibility: visible;
  transition: opacity 220ms ease, visibility 220ms ease;
}

#preloader::before {
  display: none;
  content: none;
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ists-preloader-mark {
  position: relative;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
}

.ists-preloader-mark::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(44, 50, 141, 0.12), #75b4e2, rgba(44, 50, 141, 0.12));
  transform-origin: center;
  animation: ists-loader-bar 1450ms ease-in-out infinite;
}

.ists-preloader-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(31, 42, 97, 0.2));
  animation: ists-loader-pulse 1450ms ease-in-out infinite;
}

.ists-preloader-ring,
.ists-preloader-ring::before {
  position: absolute;
  border-radius: 999px;
}

.ists-preloader-ring {
  inset: 0;
  border: 2px solid rgba(117, 180, 226, 0.22);
  border-top-color: #2c328d;
  border-right-color: #75b4e2;
  animation: ists-loader-spin 900ms linear infinite;
}

.ists-preloader-ring::before {
  content: "";
  inset: 12px;
  border: 1px solid rgba(44, 50, 141, 0.12);
  border-bottom-color: rgba(44, 50, 141, 0.48);
  animation: ists-loader-spin 1350ms linear infinite reverse;
}

@keyframes ists-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ists-loader-pulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.82;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ists-loader-bar {
  0%,
  100% {
    transform: scaleX(0.58);
    opacity: 0.42;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.equal-height-boxes {
  display: flex;
}

.equal-height-boxes > div {
  flex: 1;
}

.giai-phap {
  background: #fff;
}

.recent-posts .post-box .post-img,
.blog .posts-list .post-img {
  aspect-ratio: 16 / 10;
  background: #f3f5fa;
}

.recent-posts .post-box .post-img img,
.blog .posts-list .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .posts-list .meta-top ul {
  display: flex;
  gap: 18px;
}

.blog .posts-list {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog .posts-list > * {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog .posts-list .read-more a {
  background: var(--foxts-main-color);
  color: #fff;
  padding: 8px 18px !important;
}

.blog .blog-details .post-img img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.ists-author-logo {
  width: 25px;
  margin-right: 4px;
}

.post-author img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.post-categories,
.blog .blog-details .tags {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 16px 0 0;
  margin: 0;
  list-style: none;
}

.services-product .service-box img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.services-product .service-box h3 {
  min-height: 58px;
}

.hero-product {
  background-size: cover;
  background-position: top center;
}

.hero-product h3 {
  color: #012970;
  padding-top: 11px;
}

.features-product .feature-box {
  cursor: pointer;
  color: #012970;
}

.features-product .feature-box:hover {
  color: #4154f1;
}

.ists-product-archive-hero p {
  margin-top: 16px;
  color: #444;
  font-size: 16px;
}

#hero.ists-product-archive-hero h2 {
  max-width: 620px;
  color: #48aebf !important;
  text-shadow: none;
}

.ists-product-archive-hero .hero-img img {
  max-height: 480px;
  object-fit: contain;
}

.ists-library-hero {
  background-position: top center;
  background-size: cover;
}

.ists-library-hero h2 {
  display: inline-block;
  box-sizing: border-box;
  max-width: min(760px, calc(100% - 32px));
  background: rgba(185, 31, 37, 0.92);
  border-radius: 8px;
  padding: 10px 18px;
  overflow-wrap: anywhere;
}

.portfolio .portfolio-item a {
  display: block;
}

.portfolio .portfolio-img {
  aspect-ratio: 4 / 3;
  background: #fff;
  overflow: hidden;
}

.portfolio .portfolio-img img,
.portfolio-details-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-details-slider {
  background: #fff;
  padding: 10px;
}

.portfolio-details-slider .swiper-slide {
  aspect-ratio: 4 / 3;
  background: #fff;
}

.portfolio-details-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq .faq-list a {
  display: flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  top: 50%;
  transform: translateY(-50%);
}

.why-us .accordion-list a {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.why-us .accordion-list i {
  top: 50%;
  transform: translateY(-50%);
}

.ists-faq-answer {
  padding: 0 18px 10px 42px;
}

.ists-faq-answer p:last-child {
  margin-bottom: 0;
}

.comment-form-comment textarea,
.comment-form input {
  width: 100%;
}

.blog .blog-details {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(44, 50, 141, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.blog .blog-details .post-img {
  margin: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #eef4fb;
}

.blog .blog-details > .title,
.blog .blog-details > .meta-top,
.blog .blog-details > .content,
.blog .blog-details > .meta-bottom {
  padding-left: 30px;
  padding-right: 30px;
}

.blog .blog-details > .title {
  margin: 28px 0 0;
  color: #18233f;
  font-size: 30px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.blog .blog-details > .meta-top {
  margin-top: 16px;
}

.blog .blog-details > .content {
  padding-bottom: 12px;
}

.blog .blog-details > .meta-bottom {
  margin-top: 8px;
  padding-top: 18px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(44, 50, 141, 0.1);
}

.blog .posts-list .post-img img {
  width: 100%;
  height: 215px !important;
  object-fit: cover;
}

.blog .blog-details .content img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

.blog .blog-details .content figure,
.blog .blog-details .content iframe,
.blog .blog-details .content video {
  max-width: 100%;
}

.blog .blog-details .content p,
.blog .blog-details .content li {
  color: #344054;
  font-size: 16px;
  line-height: 1.85;
}

.blog .blog-details .content h2,
.blog .blog-details .content h3,
.blog .blog-details .content h4,
.blog .blog-details .content h5 {
  color: #18233f;
  line-height: 1.35;
}

.blog .blog-details .content blockquote {
  border-left: 4px solid #0097a7;
  border-radius: 8px;
  background: #f6fbff;
  color: #344054;
}

.blog .blog-details .meta-top ul,
.blog .blog-details .meta-bottom,
.blog .post-author {
  flex-wrap: wrap;
  gap: 10px 18px;
}

.blog .post-author,
.blog .comments {
  border: 1px solid rgba(44, 50, 141, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.blog .comments {
  margin-top: 32px;
  padding: 30px;
}

.foxts-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(44, 50, 141, 0.1);
}

.blog .comments-title,
.blog .comment-reply-title {
  margin: 0;
  color: #18233f;
  font-family: var(--ists-font-heading);
  font-size: 24px;
  line-height: 1.3;
}

.blog .comment-reply-title {
  margin-bottom: 18px;
}

.blog .comment-list {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.blog .comment-list .children {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
  padding-left: 30px;
  list-style: none;
}

.blog .comment-body {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fbfdff;
}

.blog .comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #18233f;
  font-family: var(--ists-font-heading);
}

.blog .comment-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.blog .comment-author .says {
  display: none;
}

.blog .comment-metadata {
  margin: 8px 0 12px 60px;
  color: #667085;
  font-size: 13px;
}

.blog .comment-metadata a,
.blog .comment-edit-link {
  color: #667085;
}

.blog .comment-content,
.blog .comment-body > p {
  margin-left: 60px;
  color: #344054;
  line-height: 1.7;
}

.blog .reply {
  margin: 12px 0 0 60px;
}

.blog .comment-reply-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(44, 50, 141, 0.16);
  border-radius: 8px;
  color: var(--foxts-main-color);
  background: #fff;
  font-family: var(--ists-font-heading);
  font-size: 13px;
  text-decoration: none;
}

.blog .comment-reply-link:hover {
  color: #fff;
  background: var(--foxts-main-color);
}

.blog .comment-respond {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(44, 50, 141, 0.1);
}

.blog .foxts-comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog .foxts-comment-form p {
  margin: 0;
}

.blog .foxts-comment-form .comment-form-comment,
.blog .foxts-comment-form .comment-form-url,
.blog .foxts-comment-form .comment-form-cookies-consent,
.blog .foxts-comment-form .form-submit,
.blog .foxts-comment-form .logged-in-as {
  grid-column: 1 / -1;
}

.blog .foxts-comment-form label {
  display: block;
  margin-bottom: 7px;
  color: #18233f;
  font-family: var(--ists-font-heading);
  font-size: 14px;
}

.blog .foxts-comment-form input,
.blog .foxts-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(44, 50, 141, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #18233f;
  padding: 12px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.blog .foxts-comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.blog .foxts-comment-form input:focus,
.blog .foxts-comment-form textarea:focus {
  border-color: #0097a7;
  box-shadow: 0 0 0 4px rgba(0, 151, 167, 0.12);
}

.blog .foxts-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #344054;
  font-size: 14px;
  line-height: 1.5;
}

.blog .foxts-comment-form .comment-form-cookies-consent input {
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px;
  margin-top: 3px;
  padding: 0;
}

.blog .foxts-comment-form .comment-form-cookies-consent label {
  margin: 0;
  color: #344054;
  font-family: var(--ists-font-body);
  font-size: 14px;
  line-height: 1.5;
}

#comments {
  scroll-margin-top: 92px;
}

.blog .foxts-comment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 136px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--foxts-main-color);
  box-shadow: 0 10px 22px rgba(44, 50, 141, 0.18);
  font-family: var(--ists-font-heading);
  line-height: 1.2;
}

.blog .foxts-comment-submit:hover {
  background: #0097a7;
}

.pagination,
.nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 30px;
}

.page-numbers {
  padding: 7px 14px;
  background: #fff;
  color: var(--foxts-main-color);
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--foxts-main-color);
  color: #fff;
}

.main-timeline .timeline.ists-project-timeline::before {
  border-color: var(--ists-project-color, #46b2bc) !important;
}

.main-timeline .timeline.ists-project-timeline::after {
  border-color: var(--ists-project-accent-color, #65c7d0) !important;
}

.main-timeline .timeline.ists-project-timeline .timeline-icon,
.main-timeline .timeline.ists-project-timeline .timeline-year {
  color: var(--ists-project-accent-color, #65c7d0) !important;
}

.main-timeline .timeline.ists-project-timeline .title {
  color: var(--ists-project-color, #46b2bc) !important;
}

.main-timeline .timeline.ists-project-timeline .btn-get-started {
  background: var(--ists-project-color, #46b2bc);
  border-color: var(--ists-project-color, #46b2bc);
}

.main-timeline .timeline.ists-project-timeline .btn-get-started:hover,
.main-timeline .timeline.ists-project-timeline .btn-get-started:focus {
  background: var(--ists-project-accent-color, #65c7d0);
  border-color: var(--ists-project-accent-color, #65c7d0);
}

.clients {
  text-align: center;
}

.clients .ists-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.clients .ists-partner-logo:not(.client-logo) {
  min-height: 96px;
}

.clients .client-logo {
  height: 140px;
}

.clients .ists-partner-logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.clients .ists-partner-logo img {
  display: inline-block;
  width: auto;
  max-width: 60%;
  object-fit: contain;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

.clients .ists-partner-logo:hover img {
  transform: scale(1.1);
}

.foxts-section-title-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  margin-bottom: 34px;
}

.foxts-section-title-split h2 {
  margin-bottom: 0;
}

.foxts-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #0097a7;
  font-size: 13px;
  font-family: var(--ists-font-heading);
  text-transform: uppercase;
  letter-spacing: 0;
}

.foxts-section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #0097a7;
}

.foxts-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid rgba(44, 50, 141, 0.14);
  border-radius: 8px;
  color: var(--foxts-main-color);
  background: #fff;
  box-shadow: 0 10px 24px rgba(29, 45, 94, 0.06);
  font-family: var(--ists-font-heading);
  font-size: 14px;
}

.foxts-section-link:hover {
  color: #fff;
  background: var(--foxts-main-color);
  border-color: var(--foxts-main-color);
}

.breadcrumbs .d-flex {
  gap: 14px;
}

.breadcrumbs h1 {
  margin: 0;
  color: var(--foxts-main-color);
  font-size: 28px;
  font-weight: 600;
}

.breadcrumbs ol {
  flex-wrap: wrap;
  row-gap: 6px;
}

.contact .section-title h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--foxts-main-color);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact .section-title h1::before,
.contact .section-title h1::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.contact .section-title h1::before {
  bottom: 1px;
  width: 120px;
  height: 1px;
  background: #ddd;
}

.contact .section-title h1::after {
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--foxts-basic-color);
}

.ists-project-page {
  padding: 132px 0 92px;
}

.ists-project-page-heading {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.ists-project-page-heading .foxts-section-eyebrow {
  justify-content: center;
}

.ists-project-page-heading h1 {
  margin: 8px 0 16px;
  color: #252c70;
  font-size: 40px;
  line-height: 1.2;
}

.ists-project-page-heading p {
  margin: 0;
  color: #626b7d;
  font-size: 17px;
  line-height: 1.7;
}

.ists-project-timeline-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.foxts-library-summary h1 {
  margin: 8px 0 18px;
  color: #17213c;
  font-size: 30px;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .contact .section-title h1 {
    font-size: 29px;
  }

  .ists-project-page {
    padding: 104px 0 68px;
  }

  .ists-project-page-heading {
    margin-bottom: 42px;
  }

  .ists-project-page-heading h1 {
    font-size: 30px;
  }

  .ists-project-page-heading p {
    font-size: 15px;
  }

  .foxts-library-summary h1 {
    font-size: 26px;
  }
}

.recent-posts.foxts-home-blog {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 1)),
    #fff;
}

.recent-posts.foxts-home-blog .foxts-home-blog-grid {
  align-items: stretch;
}

.recent-posts.foxts-home-blog .foxts-home-blog-grid-single {
  justify-content: flex-start !important;
}

.recent-posts.foxts-home-blog .foxts-home-blog-grid-single > [class*="col-"] {
  max-width: 420px;
}

.recent-posts .foxts-home-post-card,
.blog .posts-list .foxts-blog-card {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.recent-posts .foxts-home-post-card:hover,
.blog .posts-list .foxts-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 151, 167, 0.28);
  box-shadow: 0 28px 58px rgba(26, 39, 86, 0.14);
}

.blog .posts-list .foxts-blog-card {
  min-height: 260px;
  max-width: 100%;
}

.recent-posts .foxts-home-post-card .post-img,
.blog .posts-list .foxts-blog-card .post-img {
  position: relative;
  max-height: none;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef4fb;
}

.recent-posts .foxts-home-post-card .post-img img,
.blog .posts-list .foxts-blog-card .post-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 420ms ease;
}

.recent-posts .foxts-home-post-card:hover .post-img img,
.blog .posts-list .foxts-blog-card:hover .post-img img {
  transform: scale(1.055);
}

.blog .posts-list .foxts-blog-card .post-img {
  flex: 0 0 42%;
  min-height: 260px;
  aspect-ratio: auto;
}

.foxts-post-category {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 7px 11px;
  border-radius: 8px;
  color: #fff;
  background: rgba(44, 50, 141, 0.92);
  box-shadow: 0 10px 24px rgba(10, 20, 48, 0.18);
  font-family: var(--ists-font-heading);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-posts .foxts-home-post-card .meta,
.blog .posts-list .foxts-blog-card .meta-top {
  margin: 0;
  padding: 18px 22px 0;
}

.recent-posts .foxts-home-post-card .meta .post-date,
.blog .posts-list .foxts-blog-card .meta-top,
.blog .posts-list .foxts-blog-card .meta-top a {
  color: #667085;
  font-size: 13px;
}

.recent-posts .foxts-home-post-card .meta .post-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog .posts-list .foxts-blog-card .meta-top ul {
  gap: 12px;
}

.blog .posts-list .foxts-blog-card .meta-top ul li + li {
  padding-left: 0;
}

.blog .posts-list .foxts-blog-card .meta-top i {
  color: #0097a7;
}

.foxts-blog-card-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  padding: 22px 24px;
}

.recent-posts .foxts-home-post-card .post-title,
.blog .posts-list .foxts-blog-card .title {
  height: auto !important;
  color: #18233f;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.recent-posts .foxts-home-post-card .post-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 54px;
  margin: 11px 22px 0;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .posts-list .foxts-blog-card .title {
  min-height: 66px;
  margin: 14px 22px 0;
  font-size: 22px;
}

.blog .posts-list .foxts-blog-card .title,
.blog .posts-list .foxts-blog-card .meta-top,
.blog .posts-list .foxts-blog-card .content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog .posts-list .foxts-blog-card .title {
  min-height: 0;
  margin-top: 0;
}

.blog .posts-list .foxts-blog-card .meta-top {
  margin-top: 12px;
  padding-top: 0;
}

.blog .posts-list .foxts-blog-card .title a {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #18233f;
  overflow-wrap: anywhere;
}

.recent-posts .foxts-home-post-card:hover .post-title,
.blog .posts-list .foxts-blog-card .title a:hover {
  color: var(--foxts-main-color);
}

.recent-posts .foxts-home-post-card .view-more,
.blog .posts-list .foxts-blog-card .content {
  margin: 12px 22px 0;
  color: #667085;
  line-height: 1.65;
}

.recent-posts .foxts-home-post-card .view-more {
  display: -webkit-box;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: 76px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog .posts-list .foxts-blog-card .content {
  margin: 16px 0 0;
  text-align: left;
}

.blog .posts-list .foxts-blog-card .content p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recent-posts .foxts-home-post-card .readmore,
.blog .posts-list .foxts-blog-card .read-more {
  align-self: flex-start;
  margin: auto 22px 22px;
}

.blog .posts-list .foxts-blog-card .read-more {
  align-self: flex-start !important;
  margin: auto 0 0;
}

.recent-posts .foxts-home-post-card .readmore,
.blog .posts-list .foxts-blog-card .read-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 96px;
  color: #fff !important;
  background: var(--foxts-main-color) !important;
  border-radius: 8px;
  padding: 10px 14px !important;
  box-shadow: 0 10px 22px rgba(44, 50, 141, 0.18);
  font-family: "rgb-semi-bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.recent-posts .foxts-home-post-card .readmore:hover,
.blog .posts-list .foxts-blog-card .read-more a:hover {
  color: #fff !important;
  background: #0097a7 !important;
}

/* Homepage blog refinement */
.recent-posts.foxts-home-blog {
  padding: 88px 0;
  background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
}

.foxts-home-blog .foxts-section-title-split {
  margin-bottom: 38px;
}

.foxts-home-blog .foxts-section-title-split h2 {
  color: #252c70;
  font-size: 34px;
  line-height: 1.2;
}

.foxts-home-blog .foxts-section-link {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(44, 50, 141, 0.28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.foxts-home-blog .foxts-section-link:hover {
  color: #0097a7;
  border-color: #0097a7;
  background: transparent;
}

.foxts-home-blog .foxts-home-blog-grid {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.recent-posts.foxts-home-blog .foxts-home-post-card {
  isolation: isolate;
  border-color: rgba(31, 43, 94, 0.1);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(26, 39, 86, 0.08);
}

.recent-posts.foxts-home-blog .foxts-home-post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(44, 50, 141, 0.2);
  box-shadow: 0 24px 48px rgba(26, 39, 86, 0.13);
}

.recent-posts.foxts-home-blog .foxts-home-post-card .post-img {
  aspect-ratio: 16 / 9;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .post-img::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 24, 65, 0.02) 52%, rgba(13, 24, 65, 0.2) 100%);
}

.foxts-home-blog .foxts-post-category {
  left: 18px;
  top: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(37, 44, 112, 0.88);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.recent-posts.foxts-home-blog .foxts-home-post-card .meta {
  padding: 20px 22px 0;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .meta .post-date {
  color: #7a8294;
  font-size: 12px;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .meta .post-date i {
  color: #0097a7;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .post-title {
  min-height: 57px;
  margin-top: 10px;
  color: #17213c;
  font-size: 21px;
  line-height: 1.36;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .view-more {
  min-height: 52px;
  margin-top: 10px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .readmore {
  width: calc(100% - 44px);
  min-width: 0;
  justify-content: space-between;
  margin: auto 22px 20px;
  padding: 15px 0 0 !important;
  border-top: 1px solid rgba(31, 43, 94, 0.09);
  border-radius: 0;
  color: #252c70 !important;
  background: transparent !important;
  box-shadow: none;
}

.recent-posts.foxts-home-blog .foxts-home-post-card .readmore i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #252c70;
  background: #f0f2fa;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.recent-posts.foxts-home-blog .foxts-home-post-card:hover .readmore,
.recent-posts.foxts-home-blog .foxts-home-post-card .readmore:hover {
  color: #0097a7 !important;
  background: transparent !important;
}

.recent-posts.foxts-home-blog .foxts-home-post-card:hover .readmore i {
  color: #fff;
  background: #252c70;
  transform: translateX(3px);
}

/* Homepage team and FAQ section rhythm */
.home #team.team {
  position: relative;
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #f2f5fb 0%, #f7f8fc 100%);
}

.home #team.team .member {
  padding: 28px;
  border: 1px solid rgba(31, 43, 94, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(26, 39, 86, 0.07);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.home #team.team .member:hover {
  transform: translateY(-6px);
  border-color: rgba(44, 50, 141, 0.16);
  box-shadow: 0 20px 42px rgba(26, 39, 86, 0.11);
}

.home #team.team .member .pic {
  border: 4px solid #f1f3f9;
  box-shadow: 0 8px 20px rgba(26, 39, 86, 0.08);
}

.home #faq.faq {
  position: relative;
  padding: 90px 0 96px;
  border-top: 1px solid rgba(31, 43, 94, 0.07);
  background: #fff;
}

.home #faq.faq .faq-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.home #faq.faq .faq-list li {
  padding: 14px 20px;
  border: 1px solid rgba(31, 43, 94, 0.09);
  border-radius: 10px;
  background: #f9fafe;
  box-shadow: none;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.home #faq.faq .faq-list li + li {
  margin-top: 12px;
}

.home #faq.faq .faq-list li:hover {
  border-color: rgba(0, 151, 167, 0.24);
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 39, 86, 0.06);
}

.home #faq.faq .faq-list a {
  min-height: 40px;
  padding: 0 38px 0 44px;
  color: #252c70;
  font-family: var(--ists-font-heading);
  font-size: 16px;
  line-height: 1.45;
}

.home #faq.faq .faq-list .icon-help {
  left: 18px;
  top: 18px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0097a7;
  background: rgba(0, 151, 167, 0.09);
  font-size: 18px;
}

.home #faq.faq .faq-list .icon-show,
.home #faq.faq .faq-list .icon-close {
  right: 4px;
  color: #59627a;
  font-size: 21px;
}

.home #faq.faq .faq-list p {
  margin: 2px 38px 0 44px;
  padding: 10px 0 2px;
  border-top: 1px solid rgba(31, 43, 94, 0.07);
  color: #626b7d;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .recent-posts.foxts-home-blog {
    padding: 68px 0;
  }

  .foxts-home-blog .foxts-section-title-split {
    gap: 14px;
    margin-bottom: 28px;
  }

  .foxts-home-blog .foxts-section-title-split h2 {
    font-size: 29px;
  }

  .recent-posts.foxts-home-blog .foxts-home-post-card .post-title {
    min-height: 0;
    font-size: 19px;
  }

  .home #team.team,
  .home #faq.faq {
    padding: 68px 0;
  }

  .home #team.team .member {
    padding: 22px;
  }

  .home #faq.faq .faq-list {
    padding: 0;
  }

  .home #faq.faq .faq-list li {
    padding: 12px 14px;
  }

  .home #faq.faq .faq-list a {
    padding: 0 30px 0 40px;
    font-size: 15px;
  }

  .home #faq.faq .faq-list .icon-help {
    left: 12px;
    top: 16px;
    width: 30px;
    height: 30px;
  }

  .home #faq.faq .faq-list p {
    margin: 4px 26px 0 40px;
  }
}

.blog .sidebar {
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.blog .sidebar .recent-posts .post-item {
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(44, 50, 141, 0.08);
}

.blog .sidebar .recent-posts .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog .sidebar .recent-posts .post-item > div {
  min-width: 0;
}

.blog .sidebar .recent-posts img {
  flex: 0 0 76px;
  width: 76px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.blog .sidebar .recent-posts h4 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .sidebar .tags ul a {
  border-radius: 8px;
}

.foxts-about-page section {
  scroll-margin-top: 72px;
}

.foxts-about-overview {
  position: relative;
  padding: 132px 0 96px;
  background:
    radial-gradient(circle at 8% 14%, rgba(117, 180, 226, 0.18), transparent 25%),
    radial-gradient(circle at 92% 4%, rgba(0, 151, 167, 0.12), transparent 22%),
    linear-gradient(180deg, #fff 0%, #f5f8fd 100%);
}

.foxts-about-overview::before,
.foxts-about-overview::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.foxts-about-overview::before {
  top: 120px;
  left: -96px;
  width: 210px;
  height: 210px;
  border: 34px solid rgba(44, 50, 141, 0.035);
}

.foxts-about-overview::after {
  top: 70px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: rgba(0, 151, 167, 0.04);
}

.foxts-about-overview .container {
  position: relative;
  z-index: 1;
}

.foxts-about-hero {
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}

.foxts-about-hero .foxts-section-eyebrow,
.foxts-about-section-heading .foxts-section-eyebrow {
  justify-content: center;
}

.foxts-about-hero h1 {
  margin: 4px 0 20px;
  color: #18233f;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.foxts-about-hero > p {
  margin: 0;
  color: #53627a;
  font-size: 18px;
  line-height: 1.75;
}

.foxts-purpose-grid {
  align-items: stretch;
}

.foxts-purpose-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 56px rgba(25, 40, 86, 0.1);
}

.foxts-purpose-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -66px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(117, 180, 226, 0.08);
}

.foxts-purpose-number {
  position: absolute;
  top: 14px;
  right: 22px;
  color: rgba(44, 50, 141, 0.07);
  font-family: var(--ists-font-heading);
  font-size: 72px;
  line-height: 1;
}

.foxts-purpose-icon,
.foxts-advantage-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #2c328d, #0097a7);
  box-shadow: 0 12px 28px rgba(44, 50, 141, 0.2);
  font-size: 24px;
}

.foxts-purpose-card h2 {
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  color: #18233f;
  font-size: 28px;
  line-height: 1.2;
}

.foxts-purpose-copy {
  position: relative;
  z-index: 1;
  color: #53627a;
  font-size: 16px;
  line-height: 1.75;
}

.foxts-purpose-copy p:last-child {
  margin-bottom: 0;
}

.foxts-purpose-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.foxts-purpose-points li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(0, 151, 167, 0.14);
  border-radius: 14px;
  color: #46556e;
  background: #f7fcff;
  font-size: 15px;
  line-height: 1.65;
}

.foxts-purpose-points i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #0097a7;
  font-size: 18px;
}

.foxts-purpose-card.is-mission {
  border-color: transparent;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(117, 180, 226, 0.24), transparent 26%),
    linear-gradient(135deg, #252c7e, #2c328d 56%, #174f78);
}

.foxts-purpose-card.is-mission::after {
  background: rgba(255, 255, 255, 0.06);
}

.foxts-purpose-card.is-mission .foxts-purpose-number {
  color: rgba(255, 255, 255, 0.08);
}

.foxts-purpose-card.is-mission .foxts-purpose-icon {
  color: #2c328d;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 15, 62, 0.24);
}

.foxts-purpose-card.is-mission h2,
.foxts-purpose-card.is-mission .foxts-purpose-copy {
  color: #fff;
}

.foxts-purpose-card.is-mission .foxts-purpose-copy {
  color: rgba(255, 255, 255, 0.8);
}

.foxts-purpose-card.is-mission .foxts-purpose-points li {
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.foxts-purpose-card.is-mission .foxts-purpose-points i {
  color: #8edcf1;
}

.foxts-purpose-card.is-core {
  display: grid;
  grid-template-columns: auto minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: 26px;
  align-items: start;
}

.foxts-purpose-card.is-core .foxts-purpose-icon {
  margin-top: 4px;
}

.foxts-purpose-card.is-core h2 {
  margin-top: 0;
}

.foxts-purpose-card.is-core .foxts-purpose-points {
  margin-top: 0;
}

.foxts-about-section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.foxts-about-section-heading h2 {
  margin: 4px 0 16px;
  color: #18233f;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -1px;
}

.foxts-about-section-heading > p {
  margin: 0;
  color: #53627a;
  font-size: 17px;
  line-height: 1.7;
}

.foxts-advantages {
  padding: 96px 0;
  background: #f2f5fb;
}

.foxts-advantage-list {
  display: grid;
  gap: 30px;
}

.foxts-advantage-item {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(44, 50, 141, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(26, 39, 86, 0.09);
}

.foxts-advantage-item.is-reverse .foxts-advantage-media {
  order: 2;
}

.foxts-advantage-media {
  min-height: 360px;
  overflow: hidden;
  background: #e9eef8;
}

.foxts-advantage-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.foxts-advantage-item:hover .foxts-advantage-media img {
  transform: scale(1.025);
}

.foxts-advantage-content {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}

.foxts-advantage-index {
  position: absolute;
  top: 20px;
  right: 28px;
  color: rgba(44, 50, 141, 0.07);
  font-family: var(--ists-font-heading);
  font-size: 64px;
  line-height: 1;
}

.foxts-advantage-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 15px;
  font-size: 22px;
}

.foxts-advantage-content h3 {
  position: relative;
  margin: 0 0 14px;
  color: #18233f;
  font-size: 30px;
  line-height: 1.2;
}

.foxts-advantage-content > div:last-child {
  position: relative;
  color: #53627a;
  font-size: 16px;
  line-height: 1.8;
}

.foxts-about-clients {
  padding: 96px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(117, 180, 226, 0.1), transparent 34%),
    #fff;
}

.foxts-main-logo-grid,
.foxts-other-logo-grid {
  display: grid;
  gap: 18px;
}

.foxts-main-logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.foxts-other-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.foxts-about-clients .foxts-logo-card {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(44, 50, 141, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(26, 39, 86, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.foxts-about-clients .foxts-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 151, 167, 0.28);
  box-shadow: 0 22px 46px rgba(26, 39, 86, 0.12);
}

.foxts-about-clients .foxts-logo-card-main {
  min-height: 170px;
  padding: 28px;
}

.foxts-about-clients .foxts-logo-card-other {
  min-height: 124px;
  padding: 20px;
}

.foxts-about-clients .foxts-logo-card a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.foxts-about-clients .foxts-logo-card img {
  width: auto;
  max-width: 76%;
  max-height: 74px;
  padding: 0;
  object-fit: contain;
}

.foxts-about-clients .foxts-logo-card-main img {
  max-height: 84px;
}

.foxts-other-customers-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 52px 0 24px;
  color: #344054;
  font-family: var(--ists-font-heading);
  text-align: center;
}

.foxts-other-customers-heading::before,
.foxts-other-customers-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(44, 50, 141, 0.12);
}

.foxts-other-customers-heading span {
  flex: 0 1 auto;
}

.foxts-about-team {
  padding: 96px 0;
  background: #f2f5fb;
}

.foxts-team-card {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(44, 50, 141, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(26, 39, 86, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.foxts-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(26, 39, 86, 0.13);
}

.foxts-team-profile {
  display: flex;
  align-items: center;
  gap: 22px;
}

.foxts-team-photo {
  flex: 0 0 116px;
  width: 116px;
  height: 116px;
  overflow: hidden;
  border: 4px solid #eef5fb;
  border-radius: 22px;
  background: #eef5fb;
  box-shadow: 0 12px 26px rgba(26, 39, 86, 0.12);
}

.foxts-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foxts-team-identity {
  min-width: 0;
}

.foxts-team-prefix {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #007f8e;
  background: rgba(0, 151, 167, 0.1);
  font-size: 12px;
  line-height: 1;
}

.foxts-team-identity h3 {
  margin: 0;
  color: #2c328d;
  font-size: 23px;
  line-height: 1.25;
}

.foxts-team-role {
  margin: 7px 0 0;
  color: #667085;
  font-size: 14px;
}

.foxts-team-bio {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(44, 50, 141, 0.1);
  color: #53627a;
  font-size: 15px;
  line-height: 1.75;
}

.foxts-team-bio p:last-child {
  margin-bottom: 0;
}

.foxts-about-cta {
  padding: 72px 0;
  background: #fff;
}

.foxts-about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  padding: 44px 48px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(117, 180, 226, 0.28), transparent 27%),
    linear-gradient(135deg, #252c7e, #2c328d 58%, #165a7f);
  box-shadow: 0 24px 58px rgba(35, 43, 120, 0.24);
}

.foxts-about-cta-inner .foxts-section-eyebrow {
  color: #9be4f0;
}

.foxts-about-cta-inner .foxts-section-eyebrow::before {
  background: #9be4f0;
}

.foxts-about-cta h2 {
  margin: 3px 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.foxts-about-cta p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.foxts-about-cta-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #2c328d;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 16, 64, 0.2);
  font-family: var(--ists-font-heading);
}

.foxts-about-cta-link:hover {
  color: #fff;
  background: #0097a7;
}

@media (max-width: 991px) {
  .foxts-about-overview {
    padding: 116px 0 80px;
  }

  .foxts-purpose-card.is-core {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .foxts-purpose-card.is-core .foxts-purpose-points {
    grid-column: 1 / -1;
  }

  .foxts-advantage-item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .foxts-advantage-content {
    padding: 34px;
  }

  .foxts-other-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .foxts-about-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .foxts-about-overview,
  .foxts-advantages,
  .foxts-about-clients,
  .foxts-about-team {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .foxts-about-overview {
    padding-top: 112px;
  }

  .foxts-about-hero {
    margin-bottom: 34px;
  }

  .foxts-about-hero h1 {
    margin-top: 8px;
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .foxts-about-hero > p {
    font-size: 16px;
    line-height: 1.7;
  }

  .foxts-purpose-card {
    padding: 26px;
    border-radius: 18px;
  }

  .foxts-purpose-card h2 {
    font-size: 25px;
  }

  .foxts-purpose-number {
    font-size: 58px;
  }

  .foxts-purpose-points,
  .foxts-purpose-card.is-core {
    grid-template-columns: 1fr;
  }

  .foxts-purpose-card.is-core {
    gap: 18px;
  }

  .foxts-purpose-card.is-core .foxts-purpose-icon,
  .foxts-purpose-card.is-core .foxts-purpose-points {
    grid-column: auto;
  }

  .foxts-about-section-heading {
    margin-bottom: 34px;
  }

  .foxts-about-section-heading h2 {
    font-size: 34px;
  }

  .foxts-advantage-item {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
  }

  .foxts-advantage-item.is-reverse .foxts-advantage-media {
    order: 0;
  }

  .foxts-advantage-media,
  .foxts-advantage-media img {
    min-height: 250px;
  }

  .foxts-advantage-content {
    padding: 28px 24px 30px;
  }

  .foxts-advantage-content h3 {
    font-size: 26px;
  }

  .foxts-advantage-index {
    top: 18px;
    right: 20px;
    font-size: 54px;
  }

  .foxts-main-logo-grid {
    grid-template-columns: 1fr;
  }

  .foxts-other-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .foxts-about-clients .foxts-logo-card-main {
    min-height: 132px;
  }

  .foxts-about-clients .foxts-logo-card-other {
    min-height: 108px;
    padding: 14px;
  }

  .foxts-other-customers-heading {
    margin-top: 38px;
    font-size: 14px;
  }

  .foxts-team-card {
    padding: 22px;
    border-radius: 18px;
  }

  .foxts-team-profile {
    gap: 16px;
  }

  .foxts-team-photo {
    flex-basis: 92px;
    width: 92px;
    height: 92px;
    border-radius: 18px;
  }

  .foxts-team-identity h3 {
    font-size: 21px;
  }

  .foxts-team-bio {
    margin-top: 18px;
    padding-top: 17px;
  }

  .foxts-about-cta {
    padding: 56px 0;
  }

  .foxts-about-cta-inner {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .foxts-about-cta h2 {
    font-size: 28px;
  }

  .foxts-about-cta-link {
    width: 100%;
  }
}

.contact .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #344054;
  font-size: 17px;
  line-height: 1.65;
}

.contact .info,
.contact .php-email-form {
  overflow: hidden;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-top: 4px solid #75b4e2;
  border-bottom: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.contact .info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact .info .address,
.contact .info .email,
.contact .info .phone {
  position: relative;
  min-height: 52px;
  padding-left: 64px;
}

.contact .info i {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 48px;
  height: 48px;
  color: #0097a7;
  background: #ebf8ff;
  box-shadow: inset 0 0 0 1px rgba(0, 151, 167, 0.1);
}

.contact .info h4,
.contact .info p {
  padding-left: 0;
}

.contact .info h4 {
  margin-bottom: 5px;
  color: #18233f;
  font-size: 21px;
  line-height: 1.25;
}

.contact .info p {
  margin-bottom: 0;
  color: #53627a;
  font-size: 15px;
  line-height: 1.55;
}

.contact .info iframe {
  display: block;
  margin-top: 2px;
  border-radius: 8px;
}

.contact .php-email-form label {
  color: #18233f;
  font-family: var(--ists-font-heading);
  font-size: 14px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border: 1px solid rgba(44, 50, 141, 0.16);
  border-radius: 8px;
  color: #18233f;
  background: #fbfdff;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0097a7;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 151, 167, 0.12);
}

.contact .php-email-form button {
  min-width: 164px;
  border-radius: 8px;
  background: var(--foxts-main-color);
  box-shadow: 0 12px 26px rgba(44, 50, 141, 0.2);
  font-family: var(--ists-font-heading);
}

.contact .php-email-form button:hover,
.contact .php-email-form button:focus {
  background: #0097a7;
}

#hero.ists-library-hero.foxts-library-hero {
  min-height: 520px;
  height: auto;
  padding: 160px 0 120px;
  background-position: center;
}

#hero.ists-library-hero.foxts-library-hero h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#hero.ists-library-hero.foxts-library-hero h2 {
  display: inline-block;
  box-sizing: border-box;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
}

.foxts-library-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.foxts-library-heading .foxts-section-eyebrow {
  justify-content: center;
}

.foxts-library-archive .portfolio-container {
  row-gap: 28px;
}

.foxts-library-archive .portfolio-item {
  margin-bottom: 0;
}

.foxts-library-card {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.foxts-library-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 151, 167, 0.28);
  box-shadow: 0 28px 58px rgba(26, 39, 86, 0.14);
}

.foxts-library-card .portfolio-img {
  position: relative;
  max-height: none;
  aspect-ratio: 4 / 3;
  background: #eef4fb;
}

.foxts-library-card .portfolio-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 420ms ease;
}

.foxts-library-card:hover .portfolio-img img {
  transform: scale(1.045);
}

.foxts-library-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 8px;
  color: #fff;
  background: rgba(44, 50, 141, 0.92);
  box-shadow: 0 10px 24px rgba(10, 20, 48, 0.18);
  font-family: "rgb-semi-bold", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.foxts-library-archive .portfolio-item .foxts-library-card .portfolio-info,
.foxts-library-card .portfolio-info {
  position: static;
  inset: auto;
  z-index: auto;
  padding: 20px 22px 22px;
  opacity: 1;
  background: #fff;
}

.foxts-library-archive .portfolio-item .foxts-library-card .portfolio-info h4,
.foxts-library-card .portfolio-info h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #18233f;
  font-size: 20px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.foxts-library-archive .portfolio-item .foxts-library-card .portfolio-info p,
.foxts-library-card .portfolio-info p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.foxts-library-archive .portfolio-item:hover .foxts-library-card .portfolio-img img {
  transform: scale(1.045);
}

.foxts-library-detail .foxts-library-slider {
  overflow: hidden;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.foxts-library-detail .foxts-library-slider .swiper-slide {
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  background: #eef4fb;
}

.foxts-library-detail .foxts-library-slider img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}

.foxts-library-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.foxts-library-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(26, 39, 86, 0.08);
}

.foxts-library-side {
  position: static;
}

.foxts-library-summary {
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 1)),
    #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.foxts-library-summary .foxts-section-eyebrow {
  margin-bottom: 12px;
}

.foxts-library-summary h2 {
  margin: 0;
  color: #18233f;
  font-size: 28px;
  line-height: 1.25;
}

.foxts-library-copy {
  margin-top: 14px;
  color: #667085;
  line-height: 1.75;
}

.foxts-library-copy p:last-child {
  margin-bottom: 0;
}

.foxts-library-meta {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.foxts-library-meta > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
}

.foxts-library-meta dt,
.foxts-library-meta dd {
  margin: 0;
}

.foxts-library-meta dt {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #667085;
  font-size: 13px;
}

.foxts-library-meta dt i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0097a7;
  background: rgba(0, 151, 167, 0.1);
  font-size: 14px;
}

.foxts-library-meta dd {
  color: #18233f;
  font-family: var(--ists-font-heading);
  font-size: 16px;
}

.foxts-library-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 24px;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  background: var(--foxts-main-color);
  box-shadow: 0 10px 22px rgba(44, 50, 141, 0.18);
  font-family: var(--ists-font-heading);
  text-decoration: none;
}

.foxts-library-back:hover {
  color: #fff;
  background: #0097a7;
}

.foxts-library-info,
.foxts-library-description,
.foxts-library-empty {
  border: 1px solid rgba(44, 50, 141, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 39, 86, 0.08);
}

.foxts-library-info h3,
.foxts-library-description h2 {
  color: #18233f;
}

.foxts-library-description .wp-block-image img,
.foxts-library-description img {
  max-width: 100%;
  height: auto;
}

.foxts-library-empty {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 36px;
  color: #667085;
  text-align: center;
}

.foxts-library-empty i {
  display: block;
  margin-bottom: 12px;
  color: #75b4e2;
  font-size: 42px;
}

.ists-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 991px) {
  #hero {
    height: auto;
    min-height: 100svh;
    padding: 90px 0 48px;
  }

  #hero .container {
    padding-top: 0;
  }

  #header .container {
    position: relative;
    min-height: 58px;
  }

  #navbar {
    margin-left: auto;
  }

  .navbar .menu {
    display: none;
  }

  .mobile-nav-toggle {
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 1001;
    display: inline-flex !important;
    background: rgba(44, 50, 141, 0.72);
    box-shadow: 0 8px 22px rgba(22, 30, 82, 0.22);
  }

  .foxts-mobile-nav-toggle {
    color: #fff !important;
    font-size: 28px;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 12px;
    right: 16px;
  }

  .navbar-mobile .foxts-mobile-nav-lines {
    background: transparent;
  }

  .navbar-mobile .foxts-mobile-nav-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .navbar-mobile .foxts-mobile-nav-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .foxts-section-title-split {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .blog .posts-list .foxts-blog-card {
    min-height: 0;
  }

  .blog .posts-list .foxts-blog-card .post-img {
    flex-basis: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .blog .posts-list .foxts-blog-card .title {
    font-size: 21px;
    line-height: 1.34;
  }

  .blog .posts-list .foxts-blog-card .title a {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .foxts-blog-card-body {
    padding: 22px;
  }

  .blog .foxts-comment-form {
    grid-template-columns: 1fr;
  }

  .blog .comment-list .children {
    padding-left: 18px;
  }

  .blog .comment-metadata,
  .blog .comment-content,
  .blog .comment-body > p,
  .blog .reply {
    margin-left: 0;
  }

  #hero.ists-library-hero.foxts-library-hero {
    min-height: 420px;
    padding: 130px 0 90px;
  }

  .foxts-library-detail .foxts-library-slider .swiper-slide {
    min-height: 320px;
  }

  .foxts-library-side {
    position: static;
  }

  .foxts-library-summary {
    padding: 22px;
  }

  .foxts-library-summary h2 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home #hero {
    height: auto;
    min-height: 100svh;
    padding: 86px 0 42px;
    overflow: hidden;
  }

  .home #hero .container {
    padding-top: 0;
  }

  .home #hero .row {
    --bs-gutter-x: 0;
  }

  .home #hero .hero-img {
    margin-bottom: 20px;
  }

  .home #hero .hero-img img {
    width: min(86vw, 330px);
    max-width: 100%;
  }

  .recent-posts.foxts-home-blog .foxts-home-blog-grid-single > [class*="col-"] {
    max-width: 100%;
  }

  .blog .comments {
    padding: 20px;
  }

  .blog .comment-body {
    padding: 16px;
  }

  .blog .comments-title,
  .blog .comment-reply-title {
    font-size: 21px;
  }

  .home #hero h1 {
    max-width: 340px;
    margin: 0 auto 14px;
    font-size: 29px;
    line-height: 1.18;
  }

  .home #hero .ists-hero-subtitle {
    max-width: 340px;
    margin: 0 auto 20px;
    padding: 0 12px;
    font-size: 19px;
    line-height: 1.42;
    text-wrap: balance;
  }

  .home #hero .d-flex.justify-content-center {
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 0 14px;
  }

  .home #hero .btn-get-started,
  .home #hero .btn-watch-video {
    margin: 0;
  }

  .home #hero .btn-watch-video {
    min-height: 44px;
    white-space: nowrap;
  }

  .home #hero .btn-watch-video span {
    display: inline-block;
  }

  .home #hero .d-flex.justify-content-center {
    flex-direction: column;
    align-items: center;
  }

  .breadcrumbs .d-flex {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .blog .container,
  .about-us .container,
  .main-timeline {
    max-width: 100%;
    overflow-x: hidden;
  }

  .blog .row.g-5 {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog .row.g-5 > * {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog .blog-details {
    padding: 0;
  }

  .blog .blog-details > .title,
  .blog .blog-details > .meta-top,
  .blog .blog-details > .content,
  .blog .blog-details > .meta-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog .blog-details > .title {
    margin-top: 22px;
    font-size: 27px;
  }

  .blog .blog-details .content,
  .blog .blog-details .content p,
  .blog .post-author p {
    text-align: left !important;
    word-spacing: normal;
  }

  .blog .blog-details .meta-top ul {
    gap: 8px 14px;
    flex-wrap: wrap;
  }

  .blog .posts-list article {
    padding: 18px;
  }

  .blog .posts-list article.foxts-blog-card {
    padding: 0;
  }

  .blog .posts-list .post-img {
    margin: 0;
  }

  .blog .posts-list .foxts-blog-card .post-img {
    margin: 0;
  }

  .blog .posts-list .title {
    height: auto;
    min-height: 0;
    font-size: 21px;
    line-height: 1.3;
  }

  .blog .posts-list .foxts-blog-card .title,
  .blog .posts-list .foxts-blog-card .content {
    margin-left: 0;
    margin-right: 0;
  }

  #hero.ists-library-hero.foxts-library-hero {
    min-height: 360px;
    padding: 118px 0 72px;
  }

  #hero.ists-library-hero.foxts-library-hero h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  #hero.ists-library-hero.foxts-library-hero h2 {
    width: min(280px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    padding: 10px 14px;
    font-size: 17px;
    line-height: 1.35;
  }

  .foxts-library-card .portfolio-info {
    padding: 18px;
  }

  .foxts-library-detail .foxts-library-slider .swiper-slide {
    min-height: 240px;
  }

  .foxts-library-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-timeline .timeline {
    padding: 28px 0;
    overflow: hidden;
  }

  .main-timeline .timeline-content {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .main-timeline .content,
  .main-timeline .timeline:nth-child(even) .content {
    box-sizing: border-box;
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px 18px 22px 42px;
  }

  .main-timeline .title {
    width: 100%;
    max-width: 100%;
    font-size: 22px !important;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .main-timeline .description {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .main-timeline .img-mobile {
    max-width: 180px;
    height: auto;
    object-fit: contain;
  }

  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(24px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-24px, 0, 0);
  }

  html:not(.no-js) [data-aos="zoom-in"] {
    transform: scale(0.94);
  }

  html:not(.no-js) [data-aos="zoom-out"] {
    transform: scale(1.04);
  }

  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate,
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    transform: translateZ(0) scale(1);
  }

  .features-product .content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .features-product .content > .row,
  .features-product .row.align-self-center {
    --bs-gutter-x: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .features-product .feature-box {
    width: 100%;
  }

  .contact {
    padding-top: 90px !important;
  }

  .contact .info,
  .contact .php-email-form {
    padding: 24px 20px;
  }

  .contact .info .address,
  .contact .info .email,
  .contact .info .phone {
    padding-left: 58px;
  }

  .contact .info i {
    width: 44px;
    height: 44px;
  }

  .contact .php-email-form button {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-mobile > ul {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body #header .foxts-mobile-nav-toggle.mobile-nav-toggle,
  body #header #navbar .foxts-mobile-nav-toggle.mobile-nav-toggle {
    position: fixed !important;
    top: 12px !important;
    right: 16px !important;
    z-index: 2147483000 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    border-radius: 999px !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(44, 50, 141, 0.82) !important;
    box-shadow: 0 8px 22px rgba(22, 30, 82, 0.28) !important;
  }
}

.foxts-contact-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-aos] {
    transition-duration: 0.01ms !important;
  }

  #preloader {
    transition: none;
  }

  .ists-preloader-logo,
  .ists-preloader-mark::after,
  .ists-preloader-ring,
  .ists-preloader-ring::before {
    animation: none;
  }
}
