.button-doxai {
  border-radius: 8px;
  height: 40px !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: none;
}
.button-doxai.btn-primary {
  background-color: #184bff;
  color: #fff;
}
.button-doxai.btn-primary:hover {
  background-color: #1135b3 !important;
}
.button-doxai.btn-secondary {
  background-color: #fff;
  color: #184bff;
}
.button-doxai.btn-secondary:hover {
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff !important;
}

.header-container {
  position: relative;
}
.header-container .menu-desktop {
  position: relative;
  width: 100%;
}
.header-container .menu-icon {
  color: #000 !important;
  margin-top: -5px;
}
.header-container .menu-desktop .menu-products p,
.header-container .menu-desktop .menu-medias p {
  position: relative;
}
.header-container {
  z-index: 2;
}
.header-container .menu-desktop .menu-products p.active-menu::after,
.header-container .menu-desktop .menu-medias p.active-menu::after {
  border-color: #000;
}
.header-container .menu-desktop .menu-products p::after,
.header-container .menu-desktop .menu-medias p::after,
.header-container .menu-desktop .menu-support p::after,
.header-container .menu-desktop .menu-company p::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
 /* Mask with the chevron SVG */
  -webkit-mask: url('../images/icons/chevron-down.svg') no-repeat center;
  mask: url('../images/icons/chevron-down.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
.header-container .menu {
  color: #000;
  padding: 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
}
.header-container .menu:hover {
  color: #8d8d8d;
}
.header-container .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 999;
}
.header-container .menu-inactive-btn {
  border: none !important;
  color: #000 !important;
  padding: 20px;
  text-transform: none !important;
}
.header-container .sub-menu a:not(:last-child) .menu {
  padding-bottom: 0;
}
.header-container .menu-medias:hover + .sub-menu {
  display: block;
}

/* Base position/context */
.header-container .menu-desktop { 
  position: relative; 
}
.header-container .menu-desktop .menu-medias,
.header-container .menu-desktop .menu-support,
.header-container .menu-desktop .menu-company { 
  position: relative; 
}
.header-container .menu-desktop .sub-menu {
  position: absolute;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #EBEBEB;
  z-index: 1001;        
  display: none;         
  min-width: 145px;    
  top: 70px;   
}
.header-container .menu-desktop .menu-medias + .sub-menu {
  left: 158px;
}
.header-container .menu-desktop .menu-company + .sub-menu {
  left: 292px;
}
.header-container .menu-desktop .menu-support + .sub-menu {
  left: 418px;
}
.header-container .menu-desktop .menu-support:hover + .sub-menu,
.header-container .menu-desktop .menu-company:hover + .sub-menu,
.header-container .menu-desktop .menu-medias:hover + .sub-menu,
.header-container .menu-desktop .sub-menu:hover {
  display: block;
}
/* Hover bridge: extend the trigger hit area downward to meet submenu */
.header-container .menu-desktop .menu-medias::after,
.header-container .menu-desktop .menu-support::after,
.header-container .menu-desktop .menu-company::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 12px;         
  bottom: -12px;         
}
/* Hover bridge: extend submenu hit area upward to meet trigger */
.header-container .menu-desktop .sub-menu::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 12px;
  top: -12px;          
}
.header-container .menu-desktop .sub-menu a .menu {
  padding: 10px 16px;
  white-space: nowrap;
}
.header-container .menu-desktop .sub-menu a:hover .menu {
  /* background: #f5f7ff; */
  border-radius: 6px;
}
.header-container .menu-desktop .menu-medias,
.header-container .menu-desktop .sub-menu {
  pointer-events: auto;
}

.header-container .submenu {
  border-radius: 10px;
  padding: 20px 0;
}
.header-container .submenu .menu-list {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 25px 0 0;
  position: relative;
}
.header-container .submenu .menu-list div:before {
  bottom: 15px;
  content: '';
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.header-container .submenu .menu-list .menu-container {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 20px;
}
.header-container .submenu .menu-list .title {
  color: #000;
}
.header-container .submenu .menu-list .description {
  color: #28292b;
}

body.admin-bar .header-container .products-menu {
  top: 162px;
}
.header-container .products-menu {
  position: fixed;     
  left: 0;
  right: 0;
  top: 132px;              
  margin-top: 0 !important;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  transition: opacity .18s ease, visibility .18s ease;
}
.header-container .products-menu .MuiContainer-maxWidthMd {
  max-width: 1280px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  padding: 0;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
}
/* Trigger: extend its hit area downward so leaving doesn't fire immediately */
.header-container .menu-desktop .menu-products {
  position: relative; /* ensure positioning context */
}
.header-container .menu-desktop .menu-products::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
}
/* Panel: bridge upward */
.header-container .products-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
/* open state toggled by JS */
.header-container .products-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.header-container .products-menu.is-open .mega-wrap {
  transform: translateY(0);
}
.header-container .mega-wrap {
  display: grid;
  grid-template-columns: 400px 1fr;
  transform: translateY(8px);
  transition: transform 0.18s ease;
}
.header-container .mega-left-group {
  margin-bottom: 24px;
}
/* Left tab active state */
.header-container .mega-left-link.is-active {
  background: #F3F3F3;
  color: #000;
}
/* Panels */
.header-container .mega-panels { position: relative; }
.header-container .mega-panel[hidden] { display: none !important; }
.header-container .mega-panel.is-active { display: block; }
.header-container .mega-panel .mega-sub-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #474747;
  margin-bottom: 12px;
}
/* LEFT RAIL */
.header-container .mega-left {
  background: #fff;
  border-radius: 12px 0 0 12px;
  padding: 24px;
  border-right: 1px solid #EBEBEB;
}
.header-container .mega-left-title {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 8px;
}
.header-container .mega-left-link {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  padding: 10px 8px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.header-container .mega-left-link:hover,
.header-container .mega-left-link:focus {
  background: #F3F3F3;
  border: 1px solid #EBEBEB;
}
.header-container .mega-left .chev {
  font-size: 18px;
  line-height: 1;
  opacity: 0.6;
}
.header-container .mega-left-divider {
  height: 1px;
  background: #eee;
  margin: 12px 0;
}
/* RIGHT CONTENT */
.header-container .mega-right {
  background-color: #fff;
  border-radius: 0 16px 16px 0px;
  padding: 24px;
  overflow-y: scroll;
  height: 520px;
}
.header-container .mega-right-header {
  display: inline-block;
  align-items: center;
  padding-bottom: 20px;
}
.header-container .mega-right-title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.header-container .mega-cta {
  display: inline-block;
  border: 2px solid #184BFF;
  color: #184BFF;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}
.header-container .mega-cta:hover,
.header-container .mega-cta:focus {
  background: #EBF0FF;
}
/* Product grid (2 columns on large screens) */
.header-container .mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
/* Product cards */
.header-container .mega-card {
  display: flex;
  gap: 12px;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  padding: 16px 12px;
  color: #000;
  position: relative; 
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
}
/* The icon pseudo-element (hidden by default with opacity) */
.header-container .mega-card::after {
  content: url('../images/icons/arrow-up-right.svg'); 
  position: absolute;
  right: 10px;           
  top: 20px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(2px); 
  transition: opacity .15s ease, transform .15s ease;
  pointer-events: none;       
}
/* Show on hover */
.header-container .mega-card:hover::after,
.header-container .mega-card:focus-visible::after {   /* keyboard accessibility */
  opacity: 1;
  transform: translateY(0);
}
.header-container .mega-card:hover,
.header-container .mega-card:focus {
  background-color: #F3F3F3;
  /* transform: translateY(-1px); */
  outline: none;
}
.header-container .mega-card:hover .mega-card-icon {
  background: #fff;
}
.header-container .mega-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  font-size: 18px;
}
.header-container .mega-card-icon .icon-asset-verification {
  content: url('../images/icons/icon-menu-asset-verification.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-categorise-ai {
  content: url('../images/icons/icon-menu-categorise-ai.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-cross-check-ai {
  content: url('../images/icons/icon-menu-cross-check-ai.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-data-exchange {
  content: url('../images/icons/icon-menu-data-exchange.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-esignature {
  content: url('../images/icons/icon-menu-esignature.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-ewitness {
  content: url('../images/icons/icon-menu-ewitness.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-extract-ai {
  content: url('../images/icons/icon-menu-extract-ai.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-fraud-check-ai {
  content: url('../images/icons/icon-menu-fraud-check-ai.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-identity-verification {
  content: url('../images/icons/icon-menu-identity-verification.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-redact-ai {
  content: url('../images/icons/icon-menu-redact-ai.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-icon .icon-evault {
  content: url('../images/icons/icon-menu-evault.svg');
  width: 20px;
  height: 20px;
}
.header-container .mega-card-body {
  display: grid;
  gap: 3px;
}
.header-container .mega-card-title {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.header-container .mega-card-desc {
  font-size: 13px;
  color: #474747;
}
/* Responsive */
@media (max-width: 1200px) {
  .header-container .mega-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  /* Disable desktop mega on small screens; use your existing mobile drawer */
  .header-container .products-menu {
    display: none !important;
  }
}

.header-container .MuiContainer-maxWidthLg {
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.header-container .login {
  border: 2px solid #184bff !important;
  font-family: 'SF Pro' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  text-transform: none !important;
  color: #184bff !important;
}
.header-container .login:hover {
  background-color: #fff !important;
  border-color: #fff;
}
.header-container .signup {
  font-family: 'SF Pro' !important;
  background-color: #184bff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 40px !important;
  color: #fff !important;
  border: 2px solid #184bff !important;
}
.header-container .signup:hover {
  background-color: #1135b3 !important;
}
.header-container .mobile-menu-login,
.header-container .signup {
  border: 1px solid #184bff !important;
  font-family: 'SF Pro';
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 32px !important;
}
.header-container .mobile-menu-login {
  color: #184bff !important;
}
.header-container .desktop-menu-wrapper {
  display: flex;
  margin: 0;
  margin-right: auto;
  margin-left: 20px;
}

.footer-container {
  color: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.footer-container .footer-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) rotate(180deg);
  object-fit: cover;
  z-index: -1;
  opacity: 1;
}
.footer-container .footer-top {
  display: grid;
  grid-template-columns: 350px 148px 1fr 114px 100px;
  gap: 112px;
}
.footer-container .footer-top .description .footer-text {
  padding: 16px 0;
  font-size: 17px;
  line-height: 22px;
}
.footer-container .footer-top .description .socials p {
  font-size: 13px;
  color: #cecece;
  padding-bottom: 8px;
}
.footer-container .footer-top .footer-menu .footer-menu-title {
  color: #7e7e7e;
  font-size: 17px;
}
.footer-container .footer-top .footer-menu .list-menu {
  list-style: none;
  padding-left: 0;
}
.footer-container .footer-top .footer-menu .list-menu li {
  padding-bottom: 12px;
}
.footer-container .footer-top .footer-menu .list-menu li a {
  color: #fff;
  font-size: 16px;
  font-family: 'SF Pro' !important;
  line-height: 24px;
}
.footer-container .footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  font-size: 13px;
}
.footer-container .footer-bottom .menu-terms-policy {
  text-align: right;
}
.footer-container .footer-bottom .menu-terms-policy .list-menu {
  padding-left: 0;
  display: inline-flex;
  gap: 22px;
}
.footer-container .footer-bottom .menu-terms-policy .list-menu li a {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.footer-container .footer-bottom .menu-terms-policy .list-menu li:first-child {
  list-style: none;
}

.home .MuiTypography-h2 {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 16px;
}
.home .MuiTypography-body1 {
  color: #474747;
  font-size: 20px;
  line-height: 30px;
}

.home .page-banner {
  background: linear-gradient(90.12deg, #ecf6ff 7.42%, #f1fcff 93.38%);
  overflow: hidden;
  position: relative;
  padding-top: 150px;
}
.home .page-banner .banner-bg-video {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}
.home .page-banner .hero-owl {
  position: relative;
  overflow: clip;
  background: transparent;
  color: #7e7e7e;
  padding-bottom: 148px;
}
.home .page-banner .hero-carousel .hero-slide {
  min-height: clamp(420px, 65vh, 720px);
  display: grid;
  place-items: center;
  position: relative;
}
.home .page-banner .hero-carousel .hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.75;
  pointer-events: none;
}
.home .page-banner .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  max-width: 1080px;
}
.home .page-banner .hero-title {
  font-weight: 700;
  line-height: 86px;
  margin: 18px;
  font-size: 72px;
  color: #000;
}
.home .page-banner .hero-title .gradient-italic {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .page-banner .hero-sub {
  max-width: 860px;
  font-size: clamp(14px, 2.1vw, 16.5px);
  line-height: 1.7;
  color: #5e6370;
  margin: 0 auto;
}
.home .page-banner .hero-button-wrapper {
  text-align: center;
}
.home .page-banner .hero-cta {
  margin-top: 8px;
}
.home .page-banner .btn-primary {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition:
    background 0.2s ease,
    transform 0.05s ease;
}
.home .page-banner .btn-primary:hover {
  background: #fff;
  color: #0d6efd;
}
.home .page-banner .btn-primary:hover .btn-label {
  color: transparent;
  background-image: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.home .page-banner .btn-primary:active {
  transform: translateY(1px);
}
/* Owl dots styled like the screenshot */
.home .page-banner .hero-owl .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: flex;
}
.home .page-banner .hero-owl .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #000;
  transition: all 0.25s ease;
}
.home .page-banner .hero-owl .owl-dot.active span {
  border-radius: 999px;
  background: #000;
}

.home .client-container {
  background-color: #edf0ff;
  padding: 52px 0;
  text-align: center;
}
.home .client-container .client-description {
  max-width: 455px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.home .client-container .client-description p {
  color: #474747;
  font-size: 20px;
  line-height: 30px;
}
.home .client-container .ticker-wrapper {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  max-width: 1135px;
  margin: 0 auto;
}
.home .client-container .ticker-wrapper .ticker-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-scroll 30s linear infinite;
}
.home .client-container .ticker-wrapper .ticker-track .ticker-group {
  display: inline-flex;
  gap: 48px;
  padding-right: 48px;
}
.home .client-container .ticker-wrapper .ticker-track .ticker-group .ticker-item {
  display: inline-block;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.home .client-container .ticker-wrapper .ticker-track .ticker-group .ticker-item:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
/* Remove default spacing/padding that can create gaps */
.home .client-container .ticker-wrapper,
.home .client-container .ticker-track,
.home .client-container .ticker-group,
.home .client-container .ticker-item {
  box-sizing: border-box;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Optional: pause on hover */
.home .client-container .ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

.home .flow-steps {
  background-color: #edf0ff;
  padding: 80px 0;
  color: #0b1b33;
}
.home .flow-steps .flow-steps__inner {
  background-image: url('../images/bg-automate.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.home .flow-steps .flow-steps__inner .sec-header {
  text-align: center;
}
/* Visual */
.home .flow-steps .flow-steps__visual {
  position: relative;
  padding: 16px;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home .flow-steps .flow-steps__visual img {
  height: auto;
  max-height: 100%;
  width: 100%;
  margin: 0 auto;
  transition:
    max-height 0.2s ease,
    opacity 0.18s ease;
}
/* Cards */
.home .flow-steps .flow-steps__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 80px;
}
.home .flow-steps .flow-steps__cards .flow-card {
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #F9F9F9;
  padding: 18px 16px 16px;
  cursor: pointer;
  outline: none;
  position: relative;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  box-shadow: 0 1px 0 rgba(12, 21, 47, 0.04);
  text-align: center;
  width: 220px;
  height: 204px;
}
.home .flow-steps .flow-steps__cards .flow-card:hover,
.home .flow-steps .flow-steps__cards .flow-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  border-color: #184bff;
  background: #fff;
}
.home .flow-steps .flow-steps__cards .flow-card.is-active {
  border: 1px solid #184bff;
  box-shadow: 0 12px 28px rgba(19, 107, 210, 0.18);
}
.home .flow-steps .flow-steps__cards .flow-card::after {
  content: '';
  position: absolute;
  inset: auto 0 -6px 0;
  height: 6px;
  border-radius: 0 0 12px 12px;
  background: transparent;
  transition: background 0.18s ease;
}
.home .flow-steps .flow-steps__cards .flow-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #184bff;
  color: #fff;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
}
.home .flow-steps .flow-steps__cards .flow-card .flow-card__title {
  display: block;
  font-weight: 500;
  margin: 0 0 6px;
  font-size: 24px;
}
.home .flow-steps .flow-steps__cards .flow-card .flow-card__text {
  display: block;
  color: #474747;
  font-size: 20px;
  line-height: 30px;
}

.home .orbit-section {
  padding-top: 80px;
  background: linear-gradient(180deg, #edf0ff 11.53%, #e0dcff 77.66%);
}
.home .orbit-section .sec-header {
  text-align: center;
}
.home .orbit-section .sec-header .label-title {
  font-size: 17px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 32px;
  padding: 8px 12px;
  margin-bottom: 16px;
  display: inline-block;
  border: 1px solid #C9CACE;
}
.home .orbit-section .sec-header .MuiTypography-h2 img {
  position: relative;
  top: 3px;
  width: 120px;
}
.home .orbit-section .orbit-tabs {
  margin: 0 auto;
  margin-top: 40px;
}
.home .orbit-section .orbit-tabs .orbit-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.home .orbit-section .orbit-tabs .orbit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.home .orbit-section .orbit-tabs .dot-button-item {
  position: absolute;
  left: var(--dot-left);
  top: var(--dot-top);
  transform: translate(-50%, -50%);
  display: grid;
  align-items: center;
  gap: 00px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  justify-items: center;
}
/* The dot + pulse (GIF) */
.home .orbit-section .orbit-tabs .dot-button-item .dot {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url('../images/icons/pulse-effect.gif'); /* pulse animated GIF */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home .orbit-section .orbit-tabs .dot-button-item .dot-label {
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #001049;
  padding: 8px 14px;
  border-radius: 56px;
  border: 1px solid rgba(44, 74, 165, 0.2);
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.home .orbit-section .orbit-tabs .dot-button-item:hover .dot-label,
.home .orbit-section .orbit-tabs .dot-button-item.active .dot-label {
  /* background: #ffffff;
  color: #1b3ea8; */
  border-color: rgba(44, 74, 165, 0.35);
}

.home .group-automation {
  background-color: #fafafa;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .group-automation.bg-tab-0 {
  background-image: url('../images/bg-group-process-automation.jpg');
}
.home .group-automation.bg-tab-1 {
  background-image: url('../images/bg-group-documents-management.jpg');
}
.home .group-automation.bg-tab-2 {
  background-image: url('../images/bg-group-identity-asset-verification.jpg');
}
.home .group-automation .top-section {
  text-align: center;
  margin-bottom: 40px;
}
.home .group-automation .slider-container {
  margin: 0 auto;
  max-width: calc(1100 / 1440 * 100vw);
}
.home .group-automation .slider-container .tab-buttons {
  display: flex;
  gap: calc(24 / 1440 * 100vw);
  align-items: end;
  width: fit-content;
  margin: 0 auto;
  background-color: rgba(32, 32, 32, 0.8);
  overflow-x: auto;
  overflow-y: hidden;
  max-width: calc(875 / 1440 * 100vw);
  border-radius: 32px;
  padding: 8px;
}
.home .group-automation .slider-container .tab-button-item {
  position: relative;
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  padding: calc(12 / 1440 * 100vw);
  cursor: pointer;
  border-bottom: solid 1px transparent;
  color: #fff;
}
.home .group-automation .slider-container .tab-button-item.active {
  color: #000;
  background-color: #fff;
  border-radius: 32px;
}
.home .group-automation .slider-container .tab-contents {
  margin-top: calc(42 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}
.home .group-automation .slider-container .tab-contents .tab-content-item {
  display: flex;
  align-items: flex-start;
  border: calc(1 / 1440 * 100vw) solid #ebebeb;
  border-radius: calc(16 / 1440 * 100vw);
  background-color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .title {
  font-family: 'SF Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .description {
  font-family: 'SF Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #5f6368;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .description ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding-bottom: 16px;
  color: #000;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .description ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .description ul li a:after {
  content: url('../images/icons/arrow-right-blue.png');
  width: 24px;
  height: 24px;
}
.home .group-automation .slider-container .tab-contents .tab-content-item:not(.active) {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .left-side {
  padding: calc(48 / 1440 * 100vw);
  width: calc(50% - calc(40 / 1440 * 100vw));
}
.home .group-automation .slider-container .tab-contents .tab-content-item .right-side {
  display: flex;
  padding: calc(48 / 1440 * 100vw);
  align-items: center;
  justify-content: center;
  width: calc(50% + calc(40 / 1440 * 100vw));
  margin: auto 0;
}
.home .group-automation .slider-container .tab-contents .tab-content-item .right-side img {
  max-width: 100%;
}
.home .group-automation .buttons {
  text-align: center;
}
.home .group-automation .buttons .button-doxai {
  width: 290px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.home .security-section {
  background: #f3f3f3;
  padding: 80px 16px 80px;
  color: #0f172a;
}
.home .security-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home .security-section .container .sec-header {
  text-align: center;
  margin-bottom: 40px;
}
.home .security-section .container .card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(10, 25, 41, 0.06);
  padding: 40px;
}
.home .security-section .container .card.soft-violet .card-content {
  max-width: 387px;
}
.home .security-section .container .card-lg {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 16px;
}
.home .security-section .container .card .card-content h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 16px;
}
.home .security-section .container .card .card-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home .security-section .container .card.soft-violet .card-visual {
  position: absolute;
  max-width: 155px;
  right: 0;
  bottom: 0;
}
.home .security-section .container .card.soft-teal .card-visual {
  position: absolute;
  max-width: 110px;
  right: 0;
  bottom: 0;
}
.home .security-section .container .card .card-visual .illus {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 22px rgba(16, 24, 40, 0.15));
}
.home .security-section .container .card .card-visual .clouds {
  max-width: 160px;
}
.home .security-section .container .logo-strip {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 24px;
  border: 1px solid #EBEBEB;
}
.home .security-section .container .logo-strip .logo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 150px;
}
.home .security-section .container .logo-strip .logo-list img {
  max-height: 85px;
  width: auto;
  opacity: 0.85;
  filter: grayscale(100%);
}
.home .security-section .container .logo-strip .logo-list img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
/* Gradients */
.home .security-section .container .security-gradient {
  background: rgba(24, 75, 255, 0.12);
}
.home .security-section .container .soft-violet {
  background: rgba(154, 54, 255, 0.15);
}
.home .security-section .container .soft-teal {
  background: linear-gradient(106.54deg, #dbeaf1 1.17%, #bee6f8 100%);
}
.home .security-section .container .card .card-content .checklist {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 8px;
}
.home .security-section .container .card .card-content .checklist li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: baseline;
  column-gap: 12px;
  color: #000;
  font-size: 20px;
  line-height: 33px;
  position: relative;
}
.home .security-section .container .card .card-content .checklist li::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d6ee5 0%, #184bff 100%);
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="white"><path d="M7.8 13.6l-3.3-3.3-1.4 1.4 4.7 4.7L17 7.9l-1.4-1.4z"/></svg>') center/24px 24px no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="white"><path d="M7.8 13.6l-3.3-3.3-1.4 1.4 4.7 4.7L17 7.9l-1.4-1.4z"/></svg>') center/24px 24px no-repeat;
}
.home .security-section .container .card .card-content .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home .security-section .container .card .card-content .chip-row .chip {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  background: #fff;
  border-radius: 32px;
  padding: 12px;
}
.home .security-section .container .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.home .security-section .container .cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home .security-section .container .cta-wrap .btn-primary .arrow {
  display: inline-block;
  margin-left: 17px;
  transition: transform 0.18s ease;
}
.home .security-section .container .cta-wrap .btn-primary:hover .arrow {
  transform: translateX(3px);
}

.home .success-stories {
  background: #f2f2f4;
  padding: 80px 16px 80px;
  color: #111318;
}
.home .success-stories .ss-container {
  max-width: 1200px;
  margin: 0 auto;
}
.home .success-stories .ss-container .ss-header {
  text-align: center;
  margin-bottom: 40px;
}
.home .success-stories .ss-container .ss-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: stretch;
}
/* ===== Left panel ===== */
.home .success-stories .ss-container .ss-row .ss-left {
  border-radius: 14px;
  padding: 0;
}
.home .success-stories .ss-container .ss-row .ss-left .ss-badge {
  display: inline-block;
  font-size: 17px;
  color: #000;
  background: #fff;
  padding: 8px 12px;
  border-radius: 32px;
  margin-bottom: 10px;
  border: 1px solid #C9CACE;
}
.home .success-stories .ss-container .ss-row .ss-left .ss-case-title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
}
.home .success-stories .ss-container .ss-row .ss-left .ss-case-desc {
  color: #474747;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 24px;
}
.home .success-stories .ss-container .ss-row .ss-left .button-doxai .arrow {
  margin-left: 17px;
  transition: all 0.26s ease;
}
.home .success-stories .ss-container .ss-row .ss-left .button-doxai:hover .arrow {
  transform: translateX(3px);
}
/* ===== Right: 2x2 thumbs ===== */
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 140px;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb {
  position: relative;
  overflow: hidden;
  background: #e5e7eb;
  cursor: pointer;
  outline: none;
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.12);
  filter: grayscale(100%);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb[aria-selected='true'] {
  filter: grayscale(0%);
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb:hover {
  /* transform: translateY(-2px); */
  filter: grayscale(0%);
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb:focus-visible {
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.45);
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95);
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb .ss-thumb-label {
  position: absolute;
  left: 10px;
  bottom: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.38));
  opacity: 0.7;
  pointer-events: none;
}
/* Progress */
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb .ss-progress-track,
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb .ss-progress-fill {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb[aria-selected='true'] .ss-progress-track {
  background: #c9cace;
}
.home .success-stories .ss-container .ss-row .ss-right .ss-thumbs .ss-thumb .ss-progress-fill {
  background: #184bff;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
}
/* Progress animation */
@keyframes ssProgressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* ===== Stats ===== */
.home .success-stories .ss-container .ss-stats {
  margin-top: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  padding-bottom: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border: 1px solid #ebebeb;
}
.home .success-stories .ss-container .ss-stats .ss-stat {
  text-align: center;
  padding: 8px;
}
.home .success-stories .ss-container .ss-stats .ss-stat .ss-stat-value {
  font-weight: 800;
  color: #184bff;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 12px;
}
.home .success-stories .ss-container .ss-stats .ss-stat .ss-stat-label {
  color: #7e7e7e;
  font-size: 20px;
  line-height: 30px;
  min-height: 60px;
}
/* Fade-in on content change */
.home .success-stories .ss-container .ss-fade-enter {
  opacity: 0;
  transform: translateY(4px);
}
.home .success-stories .ss-container .ss-fade-enter.ss-fade-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.26s ease;
}

.home .section-testimonial {
  background-color: #f3f3f3;
  text-align: center;
  padding: 80px 0;
}
.home .section-testimonial .heading {
  margin-bottom: calc(16 / 1440 * 100vw);
}
.home .section-testimonial .MuiContainer-root > .description {
  color: #474747;
}
.home .section-testimonial .testimonial-box {
  max-width: calc(856 / 1440 * 100vw);
  margin: calc(40 / 1440 * 100vw - 20px) auto 0 auto;
  padding: 20px;
}
.home .section-testimonial .testimonial-bg {
  background: #ffffff;
  border-radius: calc(16 / 1440 * 100vw);
  padding: calc(60 / 1440 * 100vw) calc(98 / 1440 * 100vw);
  border: 1px solid #ebebeb;
}
.home .section-testimonial .testimonial-bg:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px 0px;
}
.home .section-testimonial .quote {
  font-family:
    'SF Pro',
    Helvetica,
    Arial,
    sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.home .section-testimonial .client-image {
  position: relative;
  background: #1c4e80;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 24px auto;
}
.home .section-testimonial .client-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .section-testimonial .client-logo.fit-width {
  width: 80%;
  height: auto;
}
.home .section-testimonial .client-location {
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: #5f6368;
}
.home .section-testimonial .quote-wrapper {
  position: relative;
}
.home .section-testimonial .quote {
  position: relative;
  z-index: 1;
}
.home .section-testimonial .quote-img1,
.home .section-testimonial .quote-img2 {
  position: absolute;
  width: calc(80 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  z-index: 0;
}
.home .section-testimonial .quote-img1 {
  top: calc(-50 / 1440 * 100vw);
  left: calc(-50 / 1440 * 100vw);
}
.home .section-testimonial .quote-img2 {
  bottom: calc(-50 / 1440 * 100vw);
  right: calc(-30 / 1440 * 100vw);
  transform: rotate(-180deg);
}
.home .section-testimonial button.owl-prev,
.home .section-testimonial button.owl-next {
  line-height: 0;
  border-radius: 50%;
  background: white !important;
  padding: calc(10 / 1440 * 100vw) !important;
  border: 1px solid #ebebeb;
}
.home .section-testimonial .owl-prev svg,
.home .section-testimonial .owl-next svg {
  height: calc(46 / 1440 * 100vw);
  width: calc(46 / 1440 * 100vw);
}
.home .section-testimonial .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 80vw;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}

.home .section-blog {
  background-color: #f3f3f3;
  padding: 80px 16px 80px;
}
.home .section-blog .container {
  margin: 0 auto;
  max-width: 1200px;
}
.home .section-blog .section-head h1 {
  margin: 0 0 8px 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.home .section-blog .section-head p {
  margin: 0 0 28px 0;
  color: #6b7280; /* gray-500 */
  font-size: 16px;
}
.home .section-blog .card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.home .section-blog .card-wrapper:hover {
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
}
.home .section-blog .card-wrapper:hover .tag {
  background: #fff;
}
.home .section-blog .card-wrapper:hover .top-row{
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
}
.home .section-blog .top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
}
.home .section-blog .top-row .card:first-child {
  border: 0px;
  border-radius: 16px 0 0 16px;
}
.home .section-blog .top-row .card:nth-child(2) {
  border: 0px;
  border-radius: 0 16px 16px 0;
}
.home .section-blog .image-only-card {
  padding: 70px;
  background: #fafafa;
}
.home .section-blog .image-only-card .media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
}
.home .section-blog .image-only-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .section-blog .content-only-card {
  padding: 24px;
  align-content: center;
}
.home .section-blog .second-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.home .section-blog .article .media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.home .section-blog .article .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .section-blog .article .content {
  padding: 24px;
}
.home .section-blog .meta {
  color: #474747;
  font-size: 16px;
  margin-bottom: 16px;
}
.home .section-blog .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}
.home .section-blog .summary {
  font-size: 17px;
  line-height: 25px;
  color: #474747;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .section-blog .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 15px;
  color: #0a0a0a;
  line-height: 20px;
  background: #f3f3f5;
  border: 1px solid #f3f3f5;
}
.home .section-blog .actions {
  text-align: center;
  margin-top: 40px;
}
.home .section-blog .actions a svg {
  margin-left: 12px;
}
.home .section-blog .actions .button-doxai svg {
  transition: all 0.26s ease;
  margin-top: -3px;
}
/* .home .section-blog .actions .button-doxai:hover svg  {
  transform: translateY(-3px);
} */

.home .section-cta {
  background-color: #fff;
  padding: 80px 16px 0px;
}
.home .section-cta .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home .section-cta .container .cta-hero {
  position: relative;
  isolation: isolate;
  border-radius: 18px;
  overflow: hidden;
  max-height: 544px;
  padding: 80px 62px;
  background:
    linear-gradient(rgb(12 11 11 / 50%), rgb(82 78 78 / 50%)),
    url(../images/bg-cta.jpg) no-repeat right top;
  background-size: cover;
  color: #e8edf3;
}
.home .section-cta .cta-hero .cta-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  height: 100%;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy {
  align-self: center;
  max-width: 760px;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__badge {
  display: inline-block;
  color: #fff;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__badge img {
  width: 100px;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__badge .badge-medal {
  display: block;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__badge .badge-text {
  font-size: 20px;
  line-height: 30px;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__title {
  margin: 16px 0 12px;
  font-weight: 800;
  line-height: 1.12;
  font-size: 56px;
  letter-spacing: -0.02em;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__title .t1 {
  background: linear-gradient(90deg, #ff8a39, #ffb66b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__title .t2 {
  background: linear-gradient(90deg, #6b4df5, #b18cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__title .t3 {
  background: linear-gradient(90deg, #00b6ff, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__desc {
  color: #fff;
  line-height: 1.55;
  font-size: clamp(14px, 1.3vw, 16px);
}
/* CTA cards (frosted glass) */
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 6px;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card {
  position: relative;
  display: grid;
  /* grid-template-columns: auto 1fr auto; */
  align-items: center;
  gap: 12px;
  padding: 18px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #e9f0f8;
  min-height: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 8px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  overflow: hidden;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card:hover {
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card:active {
  transform: translateY(0);
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
/* Soft bokeh/glow layer inside card */
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card__glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(500px 180px at 20% 20%, rgba(255, 120, 64, 0.25), transparent 60%), radial-gradient(600px 260px at 80% 60%, rgba(27, 181, 255, 0.25), transparent 60%), radial-gradient(400px 160px at 50% 120%, rgba(174, 95, 255, 0.22), transparent 60%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .cta-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #eaf3ff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom .cta-card__text {
  font-size: 28px;
  font-weight: 500;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom .cta-card__arrow {
  display: grid;
  place-items: center;
  color: #fff;
}
.home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom .cta-card:hover .cta-card__arrow {
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(0, 200, 255, 0.35));
}

.home .section-faq {
  background-color: #fff;
  padding: 80px 16px 80px;
}
.home .section-faq .MuiContainer-maxWidthLg {
  max-width: 960px;
}
.home .section-faq .faq-container {
  padding: calc(16 / 1440 * 100vw) 0;
  border-top: solid calc(1 / 1440 * 100vw) #e0e0e0;
  width: 100%;
}
.home .section-faq .faq-container > div {
  width: 100%;
}
.home .section-faq .faq-container .MuiCollapse-entered {
  height: auto !important;
}
.home .section-faq .faq-container:last-child {
  border-bottom: solid calc(1 / 1440 * 100vw) #e0e0e0;
}
.home .section-faq h4.heading {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 600;
  margin: 0;
  text-align: left;
}
.home .section-faq h4.heading + button {
  padding: 0;
}
.home .section-faq .card-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(21 / 1440 * 100vw);
}
.home .section-faq .card-content + * {
  width: 100%;
}
.home .section-faq .card-content-preview {
  padding-top: calc(16 / 1440 * 100vw);
  text-align: left;
}
.home .section-faq .card-content-preview .description {
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(21 / 1440 * 100vw);
}
.home .section-faq.faq-tab .tab-buttons {
  display: flex;
  align-items: end;
  width: fit-content;
  margin: 0 auto;
  gap: 24px;
  margin-bottom: 40px;
}
.home .section-faq.faq-tab .tab-button-item {
  position: relative;
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 16px;
  cursor: pointer;
  color: #0a0a0a;
  background-color: #f3f3f5;
  border-radius: 32px;
  transition: 0.3s ease-in-out;
}
.home .section-faq.faq-tab .tab-button-item.active {
  color: #fff;
  background-color: #184bff;
}
.home .section-faq.faq-tab .faq-item:not(.active) {
  display: none;
}
.home .section-faq h2.heading {
  margin-bottom: 40px;
  text-align: center;
}
.home .section-faq h4.heading {
  font-size: 20px;
  line-height: 30px;
}
.home .section-faq .card-content-preview .description {
  font-size: 16px;
  line-height: 21px;
}
.home .section-faq.faq-tab .tab-button-item.active::before {
  bottom: -1px;
  height: 4px;
  border-radius: 8px 8px 0px 0px;
}

.home .form-case-study .form-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 16px;
}
.home .form-case-study .form-contact .form-control {
  font-family: 'SF Pro' !important;
  font-size: 17px;
  padding: 26px 16px 10px 16px !important;
  background-color: #f3f3f5 !important;
  border-color: #e5e5e5 !important;
  border-radius: 8px !important;
}
.home .form-case-study .cf7-ms-toggle:hover,
.home .form-case-study .form-contact .form-control:hover,
.home .form-case-study .form-contact .wpcf7-form-control-wrap .wpcf7-select:hover {
  border-color: #184bff !important;
}
.home .form-case-study .form-contact .wpcf7-form-control-wrap {
  width: 100%;
}
.home .form-case-study .form-contact .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  background-color: #f3f3f5 !important;
  border-color: #e5e5e5 !important;
  font-size: 17px;
  font-family: 'SF Pro';
}
.home .form-case-study .form-contact .btn-submit {
  background-color: #184bff;
  width: 100%;
  font-family: 'SF Pro';
  font-size: 17px;
  border: 0;
  color: #fff;
  padding: 17px 0;
  border-radius: 8px;
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #184bff;
  transition: all 0.5s;
}
.home .form-case-study .form-contact .btn-submit:hover {
  background-color: #1135b3;
}
.home .form-case-study .form-contact .form-terms {
  font-size: 13px !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  margin-top: 24px !important;
}
.home .form-case-study .form-contact .form-terms a {
  color: #000 !important;
  text-decoration: underline !important;
}
.home .form-case-study .form-contact .wpcf7-form-control-wrap .wpcf7-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding: 10px 2.75rem 10px 0.75rem;
  background-image: url('../images/icons/chevron-down.png');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 24px 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}
/* Hide the IE/Edge legacy arrow */
.home .form-case-study .form-contact select::-ms-expand {
  display: none;
}
.home .form-case-study .form-contact .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: 2px solid #2684ff33;
  border-color: #2684ff;
}
.home .form-case-study .form-contact .col-w50 {
  width: 48%;
}
.home .form-case-study .form-contact .col-w50 .form-control {
  width: 100%;
  box-sizing: border-box;
}
.home .form-case-study .form-contact .col-w100 {
  width: 100%;
  display: flex;
  padding-right: 8px;
}
.home .form-case-study .form-contact .col-w100 .form-control {
  width: 100%;
  max-width: 100%; /* prevents sneaky overflow in some contexts */
  box-sizing: border-box; /* includes padding/border in the 100% width */
  display: block;
}
.home .form-case-study .form-contact select,
.home .form-case-study .form-contact select option[value=''] {
  color: #757575;
}
.home .form-case-study .form-contact select option:not([value='']),
.home .form-case-study .form-contact select:not(:has(option[value='']:checked)) {
  color: #0a0a0a;
}
.home .form-case-study .form-contact .qx-floating {
  position: relative;
  display: block;
  font: inherit;
  width: 100%;
}
.home .form-case-study .form-contact .qx-floating > .qx-float {
  position: absolute;
  left: 16px;
  top: 16px;                
  font-size: 13px;          
  line-height: 1;
  color: #474747;       
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
/* Inputs / email / number / tel / text */
.home .form-case-study .form-contact .qx-floating .wpcf7-form-control:not(select) {
  width: 100%;
  height: 56px;           
  padding: 22px 14px 12px;   
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  background: #F3F3F5;      
  font-size: 16px;           
  line-height: 1.3;
  color: #0A0A0A;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
/* Remove number spinners if you keep number type */
.home .form-case-study .form-contact .qx-floating input[type="number"]::-webkit-outer-spin-button,
.home .form-case-study .form-contact .qx-floating input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.home .form-case-study .form-contact .qx-floating input[type="number"] { -moz-appearance: textfield; }
/* Select styling to visually match inputs */
.home .form-case-study .form-contact .qx-floating select.wpcf7-form-control {
  width: 100%;
  height: 56px;
  padding: 26px 35px 6px 16px; 
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  background: #f6f7f9;
  font-size: 16px;
  color: #111;
  appearance: none;      
  background-image:
    linear-gradient(45deg, transparent 50%, #8b9096 50%),
    linear-gradient(135deg, #8b9096 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 26px, calc(100% - 18px) 26px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.home .form-case-study .form-contact .qx-floating .wpcf7-form-control:focus {
  outline: none;
  border-color: #6a8cff;
  box-shadow: 0 0 0 3px rgba(106,140,255,.15);
  background: #fff;
}
.home .form-case-study .form-contact .qx-floating .wpcf7-form-control:focus::placeholder {
  color: transparent;
}
.home .form-case-study .form-contact .qx-floating .wpcf7-not-valid {
  border-color: #e65252 !important;
  box-shadow: 0 0 0 3px rgba(230,82,82,.12) !important;
}
.home .form-case-study .form-contact .qx-floating .wpcf7-not-valid ~ .qx-float {
  color: #c93d3d;
}
.home .form-case-study .form-contact .qx-floating .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #c93d3d;
}

.home .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.home .modal .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  width: calc(100% - 80px);
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: showModal 0.3s ease-in-out;
}
.home .modal .close-btn {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: bold;
  background: #f3f3f3;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 20px;
}
.home .modal.close-btn:hover {
  color: red;
}
.home .modal .modal-content::-webkit-scrollbar {
  width: 10px;
}
.home .modal .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.home .modal .modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.home .modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.home .modal .modal-content {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.home .modal .open-modal-btn {
  padding: 10px 20px;
  background-color: #008cba;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.home .modal .open-modal-btn:hover {
  background-color: #005f78;
}
.home .modal .MuiTypography-h2 {
  text-align: left;
  margin-bottom: 0.25rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 600px) {
  .home .modal .close-btn {
    font-size: 15px;
    width: 20px;
    height: 20px;
  }
}
.home form.wpcf7-form p {
  position: relative;
}
.home form.wpcf7-form p > label {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
}
.home form.wpcf7-form p > label,
.home form.wpcf7-form input,
.home form.wpcf7-form select,
.home form.wpcf7-form textarea {
  width: calc(100% - 20px);
}
.home form.wpcf7-form input,
.home form.wpcf7-form select,
.home form.wpcf7-form textarea {
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  /* font-size: calc(15 / 1440 * 100vw); */
  font-size: 17px;
  line-height: 1;
  margin-top: calc(5 / 1440 * 100vw);
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #f3f3f5;
  padding: 16px 16px 10px 16px !important;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home form.wpcf7-form input,
  .home form.wpcf7-form select,
  .home form.wpcf7-form textarea {
    font-size: 14px;
    padding: 8px 16px !important;
  }
}
.home form.wpcf7-form input:hover,
.home form.wpcf7-form select:hover,
.home form.wpcf7-form textarea:hover,
.home .cf7-ms-toggle:hover {
  cursor: pointer;
  border-color: #184bff !important;
}
.home form.wpcf7-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/icons/icon_chevron_down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - calc(10 / 1440 * 100vw)) center;
  background-size: calc(24 / 1440 * 100vw);
}
.home form.wpcf7-form select,
.home form.wpcf7-form select option[value=''] {
  color: #827e82;
}
.home form.wpcf7-form select option:not([value='']),
.home form.wpcf7-form select:not(:has(option[value='']:checked)) {
  color: #000;
}
.home form.wpcf7-form textarea {
  padding-top: calc(10 / 1440 * 100vw);
  padding-top: calc(10 / 1440 * 100vw);
}
.home form.wpcf7-form .required {
  color: red;
}
.home form.wpcf7-form input[type='submit'] {
  background-color: #184bff;
  width: 100%;
  font-family: 'SF Pro';
  font-size: 17px;
  border: 0;
  color: #fff;
  padding: 12px 0;
  border-radius: 8px;
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #184bff;
  transition: all 0.5s;
}
.home form.wpcf7-form .wpcf7-form-control-wrap,
.home form.wpcf7-form .wpcf7-form-control-wrap > select {
  width: 100%;
  height: calc(50 / 1440 * 100vw);
}
.home form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home form.wpcf7-form .row-2-input {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
}

/* Container */
.home .cf7-multiselect {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
/* Toggle button */
.home .cf7-ms-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 17px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #f3f3f5 !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .home .cf7-ms-toggle {
    padding: 8px 16px !important;
  }
  .home .cf7-ms-toggle .cf7-ms-label {
    font-size: 14px !important;
  }
}
/* Arrow */
.home .cf7-ms-arrow {
  /* Add your chevron SVG as a background */
  background-image: url('../images/icons/chevron-down.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
/* Dropdown menu */
.home .cf7-ms-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #f3f3f5;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  max-height: 250px;
  overflow: auto;
  columns: 2;
}
@media (max-width: 768px) {
  .home .cf7-ms-menu {
    max-height: inherit;
    columns: 1;
  }
}
/* Checkbox list styling */
.home .cf7-ms-menu .wpcf7-list-item {
  display: block;
  margin: 6px 0;
}
.home .cf7-ms-menu .wpcf7-list-item label {
  display: flex;
  font-size: 17px;
}
.home .cf7-ms-menu input[type='checkbox'] {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
.home .cf7-ms-toggle .cf7-ms-label {
  font-family: 'SF Pro';
  font-size: 17px;
}
/* Placeholder / selected text */
.home .cf7-ms-toggle.has-selection .cf7-ms-label {
  color: #0a0a0a;
}
.home .cf7-ms-toggle:not(.has-selection) .cf7-ms-label {
  color: #757575; /* placeholder color */
}
.home .cf7-ms-toggle:focus-visible,
.home .cf7-ms-menu:focus-within {
  outline: 2px solid #4b6fff;
  outline-offset: 0;
}

.home .thank-you {
  margin: 32px 24px 32px 22px;
  text-align: center;
  padding-top: 24px;
}
.home .thank-you .icon-thanks {
  width: 72px;
}
.home .thank-you h2 {
  font-family: 'SF Pro';
  font-weight: 500;
  font-size: 28px;
  margin: 12px 0;
}
.home .thank-you p {
  font-size: 16px;
  font-family: 'SF Pro';
  color: #474747 !important;
}
.home .thank-you-show .modal-content {
  max-height: 50vh;
}
.home .thank-you-show .modal-content .wpcf7 {
  min-height: 230px !important;
}

@media only screen and (min-width: 1024px) {
  .header-container {
    padding-top: 40px;
  }
  .header-container .MuiContainer-maxWidthLg {
    justify-content: left;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .header-container .desktop-menu-container {
    display: flex;
    border-radius: 48px;
    padding: 20px 35px;
    background: rgba(255, 255, 255, 0.72); /* soft white */
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    max-height: 88px;
    width: 100%;
    align-items: center;
    border: 1px solid #EBEBEB;
  }
  .header-container .logo-img.section-mobile {
    display: none;
  }
  .header-container .logo-img.section-desktop {
    display: flex;
  }
}

@media only screen and (max-width: 1280px) {
  .footer-container .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-container {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .header-container .desktop-menu-container {
    margin-right: auto;
    align-content: center;
  }
  .header-container .logo-img.section-mobile {
    display: block;
  }
  .header-container .logo-img.section-desktop {
    display: none;
  }
  .header-container .logo-img.section-mobile img {
    width: 59px;
  }

  .home .section-blog .top-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .home .flow-steps .flow-steps__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .home .section-cta .container .cta-hero {
    padding: 20px;
    border-radius: 14px;
    max-height: 100%;
  }
  .home .section-cta .cta-hero .cta-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home .section-cta .cta-hero .cta-hero__inner .cta-hero__cards {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .header-container .login {
    border: 2px solid #fff !important;
    color: #fff !important;
  }
  .header-container .login:hover {
    background-color: #fff !important;
    color: #184bff !important;
  }
  .footer-container {
    padding: 60px 12px;
  }
  .footer-container .footer-top .description .footer-text {
    font-size: 14px;
  }
  .footer-container .footer-top .footer-menu .list-menu li a {
    font-size: 15px;
    line-height: 20px;
  }
  .footer-container .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer-container .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-container .footer-bottom .menu-terms-policy {
    text-align: center;
  }

  .home .page-banner {
    padding-top: 0;
  }
  .home .page-banner .hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .home .MuiTypography-h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .home .MuiTypography-body1 {
    font-size: 16px;
    line-height: 24px;
  }

  .home .flow-steps {
    padding: 40px 0;
  }
  .home .flow-steps .flow-steps__cards {
    grid-template-columns: 1fr 1fr;
  }
  .home .flow-steps .flow-steps__visual {
    padding: 0;
    min-height: 100px;
  }
  .home .flow-steps .flow-steps__visual img {
    width: 100%;
    height: auto;
  }
  .home .flow-steps .flow-steps__cards {
    margin-top: 50px;
  }
  .home .flow-steps .flow-steps__cards .flow-card {
    width: 100%;
    height: auto;
  }
  .home .flow-steps .flow-steps__cards .flow-card__badge {
    width: 36px;
    height: 30px;
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .home .flow-steps .flow-steps__cards .flow-card .flow-card__title {
    font-size: 18px;
  }
  .home .flow-steps .flow-steps__cards .flow-card .flow-card__text {
    font-size: 14px;
    line-height: 20px;
  }

  .home .group-automation .slider-container {
    max-width: 90%;
  }
  .home .group-automation .slider-container .tab-buttons {
    max-width: 100%;
  }
  .home .group-automation .slider-container .tab-button-item {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item {
    flex-direction: column;
    gap: 0px;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .icon {
    margin-bottom: 16px;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .right-side {
    order: -1;
    width: 90%;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .left-side {
    width: 90%;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .description {
    font-size: 14px;
    line-height: 20px;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .description ul {
    margin-top: 16px;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .home .group-automation .slider-container .tab-contents .tab-content-item .description ul li a {
    padding-bottom: 8px;
  }
  .home .group-automation .buttons {
    margin-top: 20px;
  }
  .home .group-automation .buttons .button-doxai {
    margin-right: 0;
  }

  .home .security-section {
    padding: 40px 16px 40px;
  }
  .home .security-section .container .card {
    padding: 20px;
  }
  .home .security-section .container .card-lg {
    grid-template-columns: 1fr;
  }
  .home .security-section .container .card .card-visual {
    justify-content: center;
    display: none;
  }
  .home .security-section .container .grid-2 {
    grid-template-columns: 1fr;
  }
  .home .security-section .container .logo-strip .logo-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .home .security-section .container .card .card-content h3 {
    font-size: 24px;
  }
  .home .security-section .container .card .card-content .checklist li {
    font-size: 17px;
    line-height: 24px;
  }

  .home .orbit-section {
    padding-top: 40px;
  }
  .home .orbit-section .sec-header .MuiTypography-h2 img {
    width: 75px;
    top: 2px;
  }
  .home .orbit-section .orbit-tabs .dot-button-item .dot-label {
    font-size: 12px;
    padding: 6px 10px;
  }

  .home .success-stories {
    padding: 40px 16px 40px;
  }
  .home .success-stories .ss-container .ss-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home .success-stories .ss-container .ss-row .ss-right {
    order: -1;
  }
  .home .success-stories .ss-container .ss-stats {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .home .success-stories .ss-container .ss-row .ss-right .ss-thumbs {
    grid-auto-rows: 100px;
  }
  .home .success-stories .ss-container .ss-row .ss-left .ss-case-title {
    font-size: 24px;
    line-height: 30px;
  }
  .home .success-stories .ss-container .ss-row .ss-left .ss-badge {
    font-size: 14px;
  }
  .home .success-stories .ss-container .ss-stats .ss-stat .ss-stat-label {
    font-size: 17px;
    line-height: 24px;
  }

  .home .section-testimonial {
    padding: 40px 0;
  }
  .home .section-testimonial .heading {
    margin-bottom: calc(20 / 600 * 100vw) !important;
  }
  .home .section-testimonial .testimonial-box {
    max-width: 100%;
    margin: calc(30 / 600 * 100vw - 20px) auto 0 auto;
  }
  .home .section-testimonial .testimonial-bg {
    border-radius: calc(16 / 600 * 100vw);
    padding: calc(60 / 600 * 100vw) calc(98 / 600 * 100vw);
  }
  .home .section-testimonial .quote {
    font-size: 16px;
    line-height: 22px;
  }
  .home .section-testimonial .client-image {
    width: calc(120 / 600 * 100vw);
    height: calc(120 / 600 * 100vw);
    margin: calc(24 / 600 * 100vw) auto calc(16 / 600 * 100vw) auto;
  }
  .home .section-testimonial .client-location {
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
  }
  .home .section-testimonial .quote-img1,
  .home .section-testimonial .quote-img2 {
    width: calc(80 / 600 * 100vw);
    height: calc(80 / 600 * 100vw);
  }
  .home .section-testimonial .quote-img1 {
    top: calc(-50 / 600 * 100vw);
    left: calc(-30 / 600 * 100vw);
  }
  .home .section-testimonial .quote-img2 {
    bottom: calc(-50 / 600 * 100vw);
    right: calc(-30 / 600 * 100vw);
  }
  .home .section-testimonial button.owl-prev,
  .home .section-testimonial button.owl-next {
    padding: calc(10 / 600 * 100vw) !important;
  }
  .home .section-testimonial .owl-prev svg,
  .home .section-testimonial .owl-next svg {
    height: calc(46 / 600 * 100vw);
    width: calc(46 / 600 * 100vw);
  }

  .home .section-blog {
    padding: 40px 16px 40px;
  }
  .home .section-blog .second-row {
    grid-template-columns: 1fr;
  }
  .home .section-blog .section-head h1 {
    font-size: 28px;
  }
  .home .section-blog .top-row .image-only-card {
    padding: 0;
    border-radius: 16px 16px 0 0 !important;
  }
  .home .section-blog .image-only-card .media {
    border-radius: 16px 16px 0 0;
  }
  .home .section-blog .top-row .card:nth-child(2) {
    border-radius: 0 0 16px 16px;
  }
  .home .section-blog .title {
    font-size: 20px;
    line-height: 25px;
  }
  .home .section-blog .summary {
    font-size: 14px;
    line-height: 22px;
  }
  .home .section-blog .meta {
    font-size: 14px;
  }
  .home .section-blog .tag {
    font-size: 14px;
  }

  .home .section-cta .container .cta-hero {
    max-height: 100%;
  }
  .home .section-cta .container .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__title {
    font-size: 28px;
  }
  .home .section-cta .container .cta-hero .cta-hero__inner .cta-hero__copy .cta-hero__badge .badge-text {
    font-size: 18px;
    line-height: 24px;
  }
  .home .section-cta .container .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom {
    margin-top: 20px;
  }
  .home .section-cta .container .cta-hero .cta-hero__inner .cta-hero__cards .cta-card .book-bottom .cta-card__text {
    font-size: 20px;
  }

  .home .section-faq {
    padding: 40px 16px 40px;
  }
  .home .section-faq .faq-container {
    padding: calc(16 / 600 * 100vw) 0;
    border-top: solid calc(1 / 600 * 100vw) #e0e0e0;
  }
  .home .section-faq .faq-container:last-child {
    border-bottom: solid calc(1 / 600 * 100vw) #e0e0e0;
  }
  .home .section-faq h2.heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }
  .home .section-faq h4.heading {
    font-size: calc(17 / 375 * 100vw) !important;
    line-height: calc(22 / 375 * 100vw) !important;
    margin-bottom: 0 !important;
  }
  .home .section-faq .card-content {
    font-size: calc(16 / 600 * 100vw);
    line-height: calc(21 / 600 * 100vw);
  }
  .home .section-faq .card-content-preview {
    padding-top: calc(16 / 600 * 100vw);
  }
  .home .section-faq .card-content-preview .description {
    font-family: 'SF Pro', Helvetica, Arial, sans-serif;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
  .home .section-faq.faq-tab .tab-buttons {
    gap: 10px;
    margin-bottom: calc(40 / 600 * 100vw);
    flex-wrap: wrap;
  }
  .home .section-faq.faq-tab .tab-button-item {
    font-size: calc(24 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    padding: calc(16 / 600 * 100vw);
  }
  .home .section-faq.faq-tab .tab-button-item.active::before {
    bottom: calc(-1 / 600 * 100vw);
    height: calc(4 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
  }

  .home .form-case-study .form-contact .col-w50 {
    width: 100%;
  }
  .home .form-case-study .form-contact .col-w50 .form-control {
    width: 100%;
    max-width: 100%; /* prevents sneaky overflow in some contexts */
    box-sizing: border-box; /* includes padding/border in the 100% width */
    display: block;
  }
  .home .form-case-study .form-contact .col-w100 {
    padding-right: 0;
  }
  .home .form-case-study .form-contact .col-w100 .form-control {
    width: 100%;
  }
  .home .form-case-study .form-contact .qx-floating .wpcf7-form-control,
  .home .form-case-study .form-contact .qx-floating select.wpcf7-form-control { 
    height: 52px; 
  }
  .home .form-case-study .form-contact .qx-floating > .qx-float { 
    top: 9px; 
    font-size: 12.5px; 
  }
  .home .form-case-study .form-contact .wpcf7-form-control-wrap {
    display: block;
    position: relative;
  }
  .home .form-case-study .form-contact .wpcf7-form-control-wrap.recaptcha {
    width: 300px;
  }
}
