/* Local overrides — not from Webflow. */

:root {
  --wc-spectrum: linear-gradient(
    105deg,
    #4338ca 0%,
    #06b6d4 24%,
    #22c55e 46%,
    #ffd400 65%,
    #fb7185 82%,
    #8b5cf6 100%
  );
}

.w-webflow-badge,
a.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.icon-border-box.icon-search,
.icon-border-box.anchor,
.menu-hover-anchor-wrap,
.search-popup-overlay {
  display: none !important;
}

.menu-hover-overlay {
  transform: scale3d(0, 1, 1) !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.menu-hover-anchor {
  transform: translate3d(120vw, 0, 0) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.local-anchor-open .menu-hover-overlay {
  transform: scale3d(1, 1, 1) !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-hover-anchor .anchor-decs {
  font-family: "Poppins", sans-serif;
  color: #262626;
  line-height: 1.45;
}

.menu-hover-anchor .icon-box-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #262626;
}

.menu-hover-anchor .icon-box-desc {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.menu-hover-anchor .icon-box.style-1 {
  grid-column-gap: 10px;
}

.menu-hover-anchor .contact-bi {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  filter: none;
}

.features-card-item {
  cursor: pointer;
}

.features-card-wrap .features-card-item,
.features-card-wrap .features-card-item.fade-in-up,
.section-features .features-card-item,
.section-features .features-card-item.fade-in-up {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.features-card-wrap .features-card-container-hover,
.section-features .features-card-container-hover {
  border: none !important;
  box-shadow: none !important;
}

.section-features .divider-horizontal,
.logo-marquee-section .divider-horizontal {
  display: none !important;
}

.navbar .mega-menu .menu-line {
  display: none !important;
}

.navbar .mega-menu {
  border: none !important;
}

.solution-card {
  border: none !important;
  box-shadow: none !important;
}

.solution-card .divider-dark,
.solution-card .divider-line-dark {
  display: none !important;
}

.features-card-hit {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.features-icon {
  width: auto;
  height: auto;
  max-height: 25px;
  object-fit: contain;
}

.solution-icon {
  width: 40px;
  height: 40px;
  max-height: 40px;
}

.section-solutions .solution-icon {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.section-solutions .solution-icon-wrap {
  overflow: hidden;
}

.header-after-box {
  display: none;
}

.navbar {
  overflow: visible;
  border-radius: 16px;
}

.header-container {
  border-radius: 16px;
  overflow: visible;
}

.header-logo .logo-icon {
  max-height: 42px;
  height: 42px;
  width: auto;
}

.navbar .menu-item-link,
.navbar .icon-phone-text {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.navbar .link-block {
  overflow: hidden;
  border-radius: 8px;
}

.navbar .nav-indicator {
  background-color: #000;
  border-radius: 8px;
}

.navbar .icon-phone-wrap {
  background-color: #1c26e6;
  color: #fff;
}

.mobile-item-menu:hover,
.mobile-menu-link:hover,
.mobile-menu-link.w--current {
  color: #1c26e6;
}

.mobile-logo {
  max-height: 44px;
  width: auto;
}

.main-header,
.header-menu,
.primary-menu {
  overflow: visible;
}

.primary-menu-item:hover,
.primary-menu-item:focus-within {
  z-index: 20;
}

.navbar .mega-menu {
  min-width: 280px;
  grid-template-columns: 1fr;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  z-index: 30;
  pointer-events: none;
  box-shadow: 0 16px 40px rgba(10, 17, 25, 0.1);
}

.navbar .mega-menu .mega-menu-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.navbar .mega-menu .sub-menu-heading-2,
.navbar .mega-menu .sub-menu-item-link-2,
.navbar .mega-menu .text-block-7 {
  font-family: "Poppins", sans-serif;
}

.navbar .mega-menu .sub-menu-item-link-2 {
  color: #262626;
  background-image: none;
  white-space: nowrap;
}

.navbar .mega-menu .sub-menu-item-link-2:hover,
.navbar .mega-menu .sub-menu-item-link-2.w--current {
  color: #1c26e6;
}

.primary-menu-item:hover > .mega-menu,
.primary-menu-item:focus-within > .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: scale3d(1, 1, 1) !important;
}

.mobile-item-menu.partent {
  display: block;
  cursor: pointer;
}

.mobile-item-menu.partent .mobile-dropdown-header {
  justify-content: space-between;
  width: 100%;
}

.mobile-item-menu.partent .mobile-menu-link {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .navbar .mega-menu {
    display: none !important;
  }
}

.gradient-flow-wrap {
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
}

.gradient-flow-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #4338ca 0%,
    #06b6d4 24%,
    #22c55e 46%,
    #ffd400 65%,
    #fb7185 82%,
    #8b5cf6 100%
  );
  filter: blur(clamp(40px, 8vw, 120px));
}

/* Inner-page heroes: Style Guide split — spectrum wash left, photo right. */
.page-title-wrap,
.page-title-wrap:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3) {
  background-color: transparent;
}

.page-title-content,
.page-title-content:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3) {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: transparent !important;
  justify-content: flex-start;
}

.page-title-content > .gradient-flow-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  filter: none;
}

.page-title-content > *:not(.gradient-flow-wrap) {
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: transparent !important;
}

.hero-content > .gradient-flow-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  filter: none;
}

.hero-content > *:not(.gradient-flow-wrap) {
  position: relative;
  z-index: 1;
}

.page-title-image,
.page-title-image:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3) {
  display: block !important;
  width: 50%;
}

.heading-page-title,
.heading-page-title:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3),
.desc-page-title,
.breadcrumb-page-title,
.breadcrumb-link,
.breadcrumb-current {
  font-family: "Poppins", sans-serif;
}

.breadcrumb-page-title {
  margin-top: auto;
  border-radius: 12px;
  padding: 0.4rem 0.95rem;
  gap: 0.4rem;
}

.breadcrumb-link,
.breadcrumb-current {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.breadcrumb-link {
  color: #4f4f4f;
  text-decoration: none;
}

a.breadcrumb-link:hover {
  color: #1c26e6;
}

.breadcrumb-current {
  color: #262626;
}

.breadcrumb-divider {
  filter: brightness(0);
  opacity: 0.35;
  height: 10px;
  width: auto;
}

.section-logo-client .text-18 {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.section-logo-client .space-100px {
  padding-top: 2.5rem;
}

/* Clone template marquee logo sizing — do not shrink slots. */
.section-logo-client .logo-client {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.case-studies-content .about-desc-b,
.case-studies-content .about-desc {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
  line-height: 1.75;
}

.case-studies-content .about-desc-b {
  font-weight: 500;
  color: #262626;
}

.case-studies-content .about-h2 {
  font-family: "Poppins", sans-serif;
  max-width: 14ch;
  line-height: 1.15;
  margin-bottom: 1.75rem;
}

.case-studies-content .row {
  align-items: flex-start;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .case-studies-content .about-h2 {
    max-width: none;
  }
}

.heading-page-title,
.heading-page-title:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3) {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.desc-page-title {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .page-title-content,
  .page-title-content:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3),
  .page-title-image,
  .page-title-image:where(.w-variant-5019b224-aabc-670e-0b70-eec0fca6aaf3) {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gradient-flow-wrap {
    transform: none !important;
  }
}

.space-after-mission {
  height: 1rem;
  background-color: #fff;
}

@media (max-width: 767px) {
  .space-after-mission {
    height: 0.75rem;
  }
}

/* Homepage testimonials: all quotes stacked under the first row, not extra slider slides. */
.section-testimonials .testimonial-slider-home {
  margin-top: 2rem;
  overflow: visible;
  height: auto !important;
}

.section-testimonials .testi-grid-mask {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  width: 100%;
  height: auto !important;
  overflow: visible !important;
  white-space: normal;
}

.section-testimonials .testi-grid-mask > .slide-item {
  width: 100% !important;
  min-width: 0;
  height: auto;
  padding: 0;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column;
}

.section-testimonials .slide-item-box {
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  justify-content: flex-start;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  translate: none !important;
}

.section-testimonials .testi-desc.text-18 {
  flex: 1 1 auto;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.section-testimonials .slide-item-box > .divider-horizontal {
  margin-top: auto;
  width: 100%;
}

.section-testimonials .testi-counter-wrap {
  margin-top: 1rem;
  width: 100%;
}

.section-testimonials .testimonial-slider-home .w-slider-arrow-left,
.section-testimonials .testimonial-slider-home .w-slider-arrow-right,
.section-testimonials .testimonial-slider-home .w-slider-nav {
  display: none !important;
}

@media (max-width: 991px) {
  .section-testimonials .testi-grid-mask {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .section-testimonials .slide-item-box {
    min-height: 22rem;
  }
}

@media (max-width: 767px) {
  .section-testimonials .testimonial-slider-home {
    margin-top: 1.5rem;
  }

  .section-testimonials .testi-grid-mask {
    grid-template-columns: minmax(0, 1fr);
  }
}

.social-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.main-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  background-color: #4338ca;
  background-image: linear-gradient(
    105deg,
    #4338ca 0%,
    #06b6d4 24%,
    #22c55e 46%,
    #ffd400 65%,
    #fb7185 82%,
    #8b5cf6 100%
  ) !important;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px 16px 0 0;
}

.main-footer > .gradient-flow-wrap {
  display: none;
}

.main-footer .footer-lines-wrapper {
  display: none;
}

.main-footer-wrap {
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-footer,
.main-footer a,
.main-footer .footer-description,
.main-footer .col-heading,
.main-footer .footer-link,
.main-footer .footer-link-text,
.main-footer .contact-item-wrap,
.main-footer .contact-item-title,
.main-footer .contact-item-desc,
.main-footer .note-text,
.main-footer .copyright-text,
.main-footer .copyright-text a,
.main-footer .legal-link,
.main-footer .wc-office-phone-number {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}

.main-footer .footer-top {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.main-footer .footer-description {
  max-width: 355px;
  font-weight: 400;
}

.main-footer .brand-logo-imaage {
  max-height: none;
  width: 140px;
  height: auto;
}

.main-footer .col-heading {
  margin-bottom: 1.5rem;
}

.main-footer .status-dot {
  border-color: rgba(255, 255, 255, 0.35);
}

.main-footer .status-dot-icon {
  background-color: #fff;
}

.main-footer .dot-footer-link.before {
  background-color: #fff;
}

.main-footer .footer-divider {
  background-color: rgba(255, 255, 255, 0.28);
}

.main-footer .social-icon-wrap.social-light {
  background-color: #fff !important;
}

.main-footer .social-icon-wrap.social-light:hover {
  background-color: #1c26e6 !important;
  border-color: #1c26e6 !important;
}

.main-footer .social-icon-wrap.social-light:hover .social-icon {
  filter: brightness(0) invert(1);
}

.social-icon-wrap:hover {
  background-color: #1c26e6 !important;
  border-color: #1c26e6 !important;
}

.main-footer .newsletter-form {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-footer .newsletter-form .button-primary {
  width: auto;
  max-width: none;
  flex: none;
  background-color: #000 !important;
}

.main-footer .newsletter-form .button-primary::before {
  display: none !important;
}

.main-footer .newsletter-form .button-primary:hover,
.main-footer .newsletter-form .button-primary:focus-visible {
  background-color: #333 !important;
}

.main-footer .newsletter-form .button-primary:hover .button-text,
.main-footer .newsletter-form .button-primary:hover .button-text *,
.main-footer .newsletter-form .button-primary:hover .button-text-wrap *,
.main-footer .newsletter-form .button-primary:focus-visible .button-text,
.main-footer .newsletter-form .button-primary:focus-visible .button-text *,
.main-footer .newsletter-form .button-primary:focus-visible .button-text-wrap * {
  color: #1c26e6 !important;
}

.main-footer .newsletter-form .button-primary:hover::after,
.main-footer .newsletter-form .button-primary:focus-visible::after {
  background-color: #1c26e6;
  background-image: none;
  -webkit-mask: url("/assets/img/wc/button-arrow.svg") no-repeat center / contain;
  mask: url("/assets/img/wc/button-arrow.svg") no-repeat center / contain;
}

.main-footer .contact-info-list {
  justify-content: flex-start;
  gap: 1.5rem;
}

.main-footer .contact-country {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  width: 100%;
}

.main-footer .contact-country-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.3;
}

.main-footer .contact-country .contact-item-desc {
  flex: none;
  width: 100%;
  line-height: 1.5;
  color: #fff;
}

.main-footer .contact-item-wrap {
  align-items: center;
  flex-flow: nowrap !important;
}

.main-footer .contact-item-title {
  flex-shrink: 0;
}

.main-footer .contact-item-desc {
  flex: 1;
  min-width: 0;
}

.main-footer .wc-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 4px;
  width: 100%;
}

.main-footer .wc-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.main-footer .wc-phone-icon:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.main-footer .wc-phone-icon img,
.main-footer .wc-call-icon,
.main-footer .wc-whatsapp-icon,
.main-footer .wc-mail-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.main-footer .wc-whatsapp-icon,
.main-footer .wc-mail-icon {
  filter: brightness(0) invert(1);
}

.main-footer .wc-office-phone-number {
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

.main-footer .contact-hours {
  margin-top: 0.15rem;
}

.button-primary {
  background-color: #000 !important;
  background-image: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 12px;
  padding: 16px 52px 16px 24px;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  isolation: isolate;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.button-primary::before {
  display: none !important;
  content: none !important;
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary.w--hover {
  background-color: #333 !important;
  background-image: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 20px #00000028, 0 4px 8px #00000024;
}

.button-primary:hover::before,
.button-primary:focus-visible::before,
.button-primary.w--hover::before {
  display: none !important;
  transform: none !important;
}

.button-primary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  z-index: 3;
  background: url("/assets/img/wc/button-arrow.svg") no-repeat center / contain;
  transform: translateY(-50%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.button-primary:hover::after {
  transform: translate(5px, -50%);
}

.button-primary .button-text-wrap {
  overflow: visible !important;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}

.button-primary .button-text,
.button-primary .button-text *,
.button-primary .button-text-wrap * {
  color: #fff !important;
  text-shadow: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  position: relative;
  z-index: 2;
}

.button-primary .button-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}

.button-primary.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e,
.button-primary.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec,
.button-primary:where(.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e),
.button-primary:where(.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec) {
  background-color: #1c26e6 !important;
  background-image: none !important;
  color: #fff;
}

.button-primary.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e:hover,
.button-primary.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec:hover,
.button-primary.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e:focus-visible,
.button-primary.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec:focus-visible,
.button-primary.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e.w--hover,
.button-primary.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec.w--hover,
.button-primary:where(.w-variant-9757c07d-2f68-3f80-ff9a-c4f57767293e):hover,
.button-primary:where(.w-variant-36f8b112-a902-e599-5fa5-97d35f9493ec):hover {
  background-color: #151db8 !important;
  background-image: none !important;
}

.button-primary.w-variant-54a1689d-c8b2-ab73-0eed-d828c4d0168e,
.button-primary:where(.w-variant-54a1689d-c8b2-ab73-0eed-d828c4d0168e),
.button-primary.w-variant-54a1689d-c8b2-ab73-0eed-d828c4d0168e:hover,
.button-primary:where(.w-variant-54a1689d-c8b2-ab73-0eed-d828c4d0168e):hover {
  background-color: #333 !important;
  color: #fff;
}

.form-password-button {
  background-color: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 12px;
}

.readmore {
  color: #262626;
  font-family: "Poppins", sans-serif;
}

.blog-grid-card {
  background-color: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.blog-grid-card .post-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #262626;
  line-height: 1.35;
}

.blog-grid-card .post-desc {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
  line-height: 1.65;
  margin-top: 0;
}

.blog-grid-card .post-divider {
  display: none;
}

.blog-grid-card .readmore {
  font-weight: 600;
  color: #262626;
}

.blog-grid-card .readmore:hover,
.blog-grid-card .readmore:focus-visible {
  color: #1c26e6;
}

.blog-grid-card .readmore-arrow {
  filter: none;
}

.blog-time-wrap {
  background-color: #262626 !important;
  border-radius: 8px;
}

.blog-time-wrap .time-day {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}

.blog-time-wrap .time-year {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.blog-category-wrap {
  background-color: #1c26e6 !important;
  font-family: "Poppins", sans-serif;
  border-radius: 999px;
}

.blog-author-wrap,
.blog-author-wrap .post-author {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.blog-grid-container {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.readmore.features-btn {
  background-color: #1c26e6;
  color: #fff;
  border-radius: 12px;
}

.arrow-mission {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.arrow-mission:hover,
.arrow-mission:focus-visible {
  background-color: #fff !important;
  border-color: #fff;
  color: #1c26e6;
}

.tag-dot-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex: none;
}

/* Brand tokens — replace leftover Fexora lime / forest across template components. */
:root,
html,
body {
  --_fonts---fonts-name--heading-font: "Poppins", sans-serif;
  --_fonts---fonts-name--body-font: "Poppins", sans-serif;
  --_color---theme-color--heading: #262626;
  --_color---theme-color--body: #4f4f4f;
  --_color---theme-color--primary: #1c26e6;
  --_color---theme-color--secondary: #262626;
  --_color---base-color--black: #000000;
  --_color---base-color--cream: #f6f6f6;
  --_color---base-color--dark: #f6f6f6;
}

.heading-tagbox {
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.45em 1.25rem;
  background-color: #262626;
  color: #fff;
}

.heading-tagbox .text-tag,
.heading-tagbox.bg-primary,
.heading-tagbox.bg-primary .text-tag {
  color: #fff;
}

.heading-tagbox.bg-primary {
  background-color: #262626;
}

.dot,
.cursor-dot {
  background-color: #262626;
}

.chart-column._1,
.chart-column._1 .stat-label,
.chart-column._1 .counter-number-wrap,
.chart-column._1 .counter-number-value,
.chart-column._1 .counter-prefix,
.chart-column._1 .counter-suffix {
  color: #fff !important;
}

.chart-column._3 {
  background-color: #06b6d4;
}

.rectangular-chart {
  background-image: var(--wc-spectrum) !important;
  background-size: 400% 100% !important;
  background-repeat: no-repeat !important;
}

.rectangular-chart-wrap .rectangular-chart:nth-child(1) {
  background-position: 0% 0;
}

.rectangular-chart-wrap .rectangular-chart:nth-child(2) {
  background-position: 33.333% 0;
}

.rectangular-chart-wrap .rectangular-chart:nth-child(3) {
  background-position: 66.666% 0;
}

.rectangular-chart-wrap .rectangular-chart:nth-child(4) {
  background-position: 100% 0;
}

.section-about-content {
  background-color: #f6f6f6;
}

.section-about .h2,
.section-about .about-home-h2,
.section-about .heading-tagbox,
.section-about .text-tag {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.section-about .heading-tagbox,
.section-about .heading-tagbox .text-tag {
  color: #fff;
}

.section-about .about-content-right,
.section-about .about-content-right p,
.section-about .about-content-right li {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.section-about .about-content-right li::marker {
  color: #262626;
}

.highlight-banner-left {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  background-image: none !important;
}

.highlight-banner-left > .gradient-flow-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  filter: none;
}

.highlight-banner-left > *:not(.gradient-flow-wrap) {
  position: relative;
  z-index: 1;
}

.section-highlight-banner .slide-mission-desc,
.section-highlight-banner .text-18.light {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.stat-card-title,
.stat-card-number-wrap,
.stat-cards-item .counter-number-wrap,
.stat-cards-item .counter-suffix {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.stat-cards-item.primary,
.stat-cards-item.primary .stat-card-title,
.stat-cards-item.primary .counter-number-wrap,
.stat-cards-item.primary .counter-suffix,
.stat-cards-item.primary .counter-number-value,
.stat-cards-item.primary .stat-card-stat {
  color: #fff;
}

.stat-cards-item.primary .stat-card-number-wrap {
  overflow: visible;
  height: auto;
  display: flex;
  align-items: flex-end;
}

.stat-cards-item.primary .stat-card-stat {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat-card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.stat-cards-item .counter-suffix.stat-yrs {
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-left: 0.4rem;
  line-height: 1;
}

.stat-cards-item.primary .stat-card-icon {
  filter: brightness(0) invert(1);
}

.featured-card._03,
.featured-card._03 .h2,
.featured-card._03 .h3,
.featured-card._03 .h4,
.featured-card._03 .h5,
.featured-card._03 .h6 {
  color: #fff;
}

.list-item-check,
.list-check,
.hero-list-item {
  background-image: url("../img/wc/service-check-arrow.svg?v=1");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}

.service-check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .hero-list-item {
    background-size: 16px 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-list-item {
    background-size: 14px 14px;
  }
}

.icon-affter {
  border-bottom-color: #262626 !important;
}

.features-icon-wrap,
.feature-icon-wrap {
  background-color: #f6f6f6 !important;
}

.section-features .features-icon-wrap {
  background-color: #f6f6f6 !important;
}

.section-features .h2,
.section-features .h5,
.section-features .features-card-hover-title {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.section-features .h5.features-card-title {
  text-align: center;
  color: #262626;
}

.section-features .features-card-rest-desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4f4f4f;
  text-align: center;
  margin: 0;
  max-width: 15.5rem;
}

.section-features .features-desc,
.section-features .features-card-hover-desc {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.features-card-tag {
  background-color: #262626;
  color: #fff;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  height: auto;
  max-width: none;
  padding: 0.45em 1.25rem;
}

.section-features .features-card-item-hover {
  z-index: 3;
  background-color: #1c26e6;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.section-features .features-card-item:hover .features-card-item-hover,
.section-features .features-card-item:focus-within .features-card-item-hover {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: none;
}

.section-features .features-card-item:hover .features-card-container-hover {
  border: none !important;
}

.section-features .features-card-item:hover .features-card-hover-title,
.section-features .features-card-item:hover .features-card-hover-desc,
.section-features .features-card-item:hover .features-card-button {
  color: #fff;
  opacity: 1 !important;
  transform: none !important;
}

.section-features .features-card-hover-desc {
  text-align: center;
  max-width: 16rem;
}

.section-features .readmore.features-btn {
  background-color: #fff;
  color: #1c26e6;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.section-features .readmore.features-btn .readmore-text {
  color: #1c26e6;
}

.section-features .readmore-arrow {
  width: 14px;
  height: 14px;
  filter: invert(16%) sepia(98%) saturate(4480%) hue-rotate(239deg) brightness(92%) contrast(101%);
}

.features-card-item > .features-icon-wrap {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.feature-icon {
  width: 36px;
  height: 36px;
  max-height: 36px;
  object-fit: contain;
}

.feature-cards-item {
  align-items: stretch;
  min-height: 100%;
  background-color: #f6f6f6 !important;
  border: 1px solid #d1d1d1 !important;
  border-radius: 12px;
  overflow: hidden;
}

.feature-cards-left {
  border-right: 1px solid #d1d1d1;
  border-right-color: #d1d1d1;
}

.feature-cards-item .feature-icon-wrap {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.feature-cards-item .feature-icon {
  width: 40px;
  height: 40px;
  max-height: 40px;
}

.feature-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #262626;
}

.feature-desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4f4f;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.faq-line.faq-vertical.is-first {
  background-color: #fff;
}

.arrow-circle {
  border-color: #d1d1d1;
}

.arrow-circle.active {
  border-color: #262626;
  background-color: #262626;
}

.arrow-circle.active .arrow-icon {
  filter: brightness(0) invert(1);
}

.accent-line,
.accent-line.active {
  background-color: #262626;
}

.services-included {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.services-title-full {
  background-color: #262626;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.services-included .text-body-bold {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.services-included .faq-paragraph.tab-style2 {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.services-included .expandable-single.tab-style2 {
  background-color: #f6f6f6 !important;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.services-included .divider-accordion.tab-style2 {
  background-color: #d1d1d1;
}

.services-included .tab-link-faqs {
  border-bottom-color: transparent;
}

.purpose-content {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  background-image: none !important;
}

.purpose-content > .gradient-flow-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  filter: none;
}

.purpose-content > *:not(.gradient-flow-wrap) {
  position: relative;
  z-index: 1;
}

.purpose-icon {
  z-index: 1;
}

.our-core-banner {
  overflow: hidden;
  background-color: #4338ca;
  background-image: linear-gradient(
    105deg,
    #4338ca 0%,
    #06b6d4 24%,
    #22c55e 46%,
    #ffd400 65%,
    #fb7185 82%,
    #8b5cf6 100%
  ) !important;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
}

.our-core-banner > .gradient-flow-wrap {
  display: none;
}

.our-core-banner > *:not(.gradient-flow-wrap) {
  position: relative;
  z-index: 1;
}

.our-core-banner .h4,
.our-core-banner .h4.light {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.our-core-banner .button-primary::before {
  display: none !important;
}

.our-core-banner .button-primary:hover,
.our-core-banner .button-primary:focus-visible {
  background-color: #333 !important;
}

.our-core-banner .button-primary:hover .button-text,
.our-core-banner .button-primary:hover .button-text *,
.our-core-banner .button-primary:hover .button-text-wrap *,
.our-core-banner .button-primary:focus-visible .button-text,
.our-core-banner .button-primary:focus-visible .button-text *,
.our-core-banner .button-primary:focus-visible .button-text-wrap * {
  color: #1c26e6 !important;
}

.our-core-banner .button-primary:hover::after,
.our-core-banner .button-primary:focus-visible::after {
  background-color: #1c26e6;
  background-image: none;
  -webkit-mask: url("/assets/img/wc/button-arrow.svg") no-repeat center / contain;
  mask: url("/assets/img/wc/button-arrow.svg") no-repeat center / contain;
}

/* Case-study overlay chips: spectrum bar, white Poppins. */
.case-category {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(
    to right,
    #4338ca 0%,
    #06b6d4 24%,
    #22c55e 46%,
    #ffd400 65%,
    #fb7185 82%,
    #8b5cf6 100%
  );
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/*
  Homepage case-study rail: IX scrubs .list-horizontal to
  var(--space--space-slider). Template -78% was too short for
  eight cards, so the last item never fully entered the frame.
*/
@media screen and (min-width: 992px) {
  :root,
  body {
    --space--space-slider: -96%;
  }

  .section-case-studies {
    height: 400vh;
  }

  .section-case-studies .case-carousel-wrapper {
    height: calc(100vh - 135px);
  }

  .section-case-studies .case-list.list-horizontal {
    padding-right: clamp(3rem, 14vw, 12rem);
  }

  .section-case-studies .case-item.case-item-scroll:last-child {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .section-case-studies .case-list.list-horizontal {
    padding-right: 25%;
    scroll-padding-inline-end: 25%;
  }
}

/* Homepage testimonials: Poppins + charcoal copy, Brand 700 chrome. */
.section-testimonials,
.section-testimonials .h2,
.section-testimonials .author-name,
.section-testimonials .author-name.text-18,
.section-testimonials .testi-desc,
.section-testimonials .testi-desc.text-18 {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.section-testimonials .heading-tagbox,
.section-testimonials .heading-tagbox .text-tag {
  color: #fff;
}

.section-testimonials .solution-desc,
.section-testimonials .author-position,
.section-testimonials .testi-counter-wrap,
.section-testimonials .testi-suffix,
.testimonial-block .testi-counter-wrap,
.testimonial-block .testi-suffix {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.section-testimonials .icon-wrap,
.testimonial-block .icon-wrap {
  background-color: #262626 !important;
}

.section-testimonials .icon-wrap img,
.testimonial-block .icon-wrap img {
  filter: brightness(0) invert(1);
}

.section-testimonials .icon-affter,
.testimonial-block .icon-affter {
  border-bottom-color: #262626 !important;
}

.section-testimonials .slide-item-box > .divider-horizontal,
.testimonial-block .slide-item-box > .divider-horizontal {
  background-color: #d1d1d1;
  opacity: 1;
}

.section-testimonials .testi-counter-text,
.testimonial-block .testi-counter-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #262626;
}

.section-testimonials .testi-number-wrap,
.testimonial-block .testi-number-wrap {
  display: flex !important;
  overflow: visible;
  height: auto;
  align-items: flex-end;
}

.section-testimonials .testi-stat,
.testimonial-block .testi-stat {
  font-family: "Poppins", sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #262626;
}

.section-testimonials .testi-suffix,
.testimonial-block .testi-suffix {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #262626;
  padding-bottom: 0.15rem;
}

.testimonial-block .author-name,
.testimonial-block .testi-desc {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.testimonial-block .author-position {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

/* FAQ accordion: WC grey rows, charcoal plus. Brand 700 is buttons only. */
.section-help-center .expandable-single,
.tabs-faqs .expandable-single,
.expandable-single,
.accordion-item-inner {
  background-color: #f6f6f6;
  font-family: "Poppins", sans-serif;
  border-radius: 12px;
}

.section-help-center .text-body-bold,
.section-help-center .accordion-title,
.tabs-faqs .text-body-bold,
.section-help-center .help-heading,
.section-help-center .desc-help {
  font-family: "Poppins", sans-serif;
  color: #262626;
}

.section-help-center .faq-paragraph,
.section-help-center .description,
.section-help-center .help-avatar-desc,
.tabs-faqs .faq-paragraph {
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

.section-help-center .divider-accordion {
  background-color: #d1d1d1;
}

.button-primary {
  --_color---theme-color--primary: #1c26e6;
  --_color---theme-color--secondary: #000000;
}

.faq-animated-box,
.faq-animated-box.faq-boxcolor,
.accordion-icon {
  --_color---theme-color--primary: #262626;
  --_color---theme-color--secondary: #262626;
}

.faq-animated-box.faq-boxcolor,
.faq-animated-box.faq-boxcolor.is-first,
.tab-link-faqs.w--current .faq-animated-box.faq-boxcolor,
.tab-link-faqs:hover .faq-animated-box.faq-boxcolor,
.expandable-single:hover .faq-animated-box.faq-boxcolor,
.accordion-icon,
.accordion-item.w--current .accordion-icon,
.accordion-header:hover .accordion-icon {
  background-color: #262626 !important;
}

.faq-line,
.faq-line.faq-vertical,
.faq-line.faq-vertical.is-first,
.accordion-icon-plus._1,
.accordion-icon-plus._2 {
  background-color: #fff !important;
}
