.elementor-31 .elementor-element.elementor-element-cfc96c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-a58fef7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-456e528{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-996470a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-ca3dd5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-df1bcd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5a999df */.about-platform-hero,
.about-platform-hero * {
  box-sizing: border-box;
}

.about-platform-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at top right, rgba(38, 91, 186, 0.10) 0%, rgba(38, 91, 186, 0) 28%),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-platform-hero-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 44px;
  align-items: center;
}

.aph-content {
  position: relative;
  z-index: 2;
}

.aph-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.aph-content h1 {
  margin: 0 0 18px;
  color: #15325b;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
  max-width: 720px;
}

.aph-content h1 span {
  display: block;
  color: #1f56b0;
}

.aph-intro {
  margin: 0 0 26px;
  max-width: 690px;
  color: #5f7292;
  font-size: 16px;
  line-height: 1.9;
}

.aph-points {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.aph-points span {
  position: relative;
  padding-left: 18px;
  color: #315a9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.aph-points span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f69cc;
  box-shadow: 0 0 0 6px rgba(47, 105, 204, 0.10);
}

.aph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.aph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.aph-btn-primary {
  background: linear-gradient(135deg, #1c4da3 0%, #2e68cc 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(28, 77, 163, 0.22);
}

.aph-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(28, 77, 163, 0.28);
}

.aph-btn-secondary {
  background: #ffffff;
  color: #1c4da3;
  border: 1px solid #d5e1fa;
}

.aph-btn-secondary:hover {
  background: #f7faff;
  transform: translateY(-2px);
}

.aph-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aph-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.aph-shape-one {
  width: 240px;
  height: 240px;
  top: 30px;
  right: 10px;
  background: radial-gradient(circle, rgba(47, 105, 204, 0.16) 0%, rgba(47, 105, 204, 0) 72%);
}

.aph-shape-two {
  width: 190px;
  height: 190px;
  bottom: 30px;
  left: 0;
  background: radial-gradient(circle, rgba(28, 77, 163, 0.12) 0%, rgba(28, 77, 163, 0) 72%);
}

.aph-logo-stage {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aph-logo-card {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,249,255,0.96) 100%);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 24px 56px rgba(18, 50, 102, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aph-logo-card img {
  position: relative;
  z-index: 2;
  width: 1100%;
  height: auto;
  display: block;
}

.aph-logo-ring {
  position: absolute;
  inset: 26px;
  border-radius: 28px;
  border: 1px dashed rgba(47, 105, 204, 0.26);
  animation: aphRotateRing 18s linear infinite;
}

.aph-logo-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.aph-logo-orbit-one {
  width: 340px;
  height: 340px;
  border: 1px solid rgba(47, 105, 204, 0.12);
  animation: aphFloatOrbitOne 8s ease-in-out infinite;
}

.aph-logo-orbit-two {
  width: 430px;
  height: 430px;
  border: 1px dashed rgba(28, 77, 163, 0.10);
  animation: aphFloatOrbitTwo 10s ease-in-out infinite;
}

.aph-feature-float {
  position: absolute;
  z-index: 4;
  width: 315px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 16px 40px rgba(18, 50, 102, 0.08);
  backdrop-filter: blur(6px);
}

.aph-feature-float::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f69cc;
  box-shadow: 0 0 0 0 rgba(47, 105, 204, 0.32);
  animation: aphPulseLive 2s ease-out infinite;
}

.aph-feature-float-one {
    top: -13px;
    left: -100px;
    animation: aphFeatureFloatOne 4.8s ease-in-out infinite;
}

.aph-feature-float-two {
  right: -111px;
    bottom: 20px;
    animation: aphFeatureFloatTwo 5.4s ease-in-out infinite;
}

.aph-feature-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #6f82a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aph-feature-float strong {
  display: block;
  margin-bottom: 8px;
  color: #17345d;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.aph-feature-float p {
  margin: 0;
  color: #637493;
  font-size: 13px;
  line-height: 1.72;
}

@keyframes aphRotateRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes aphFloatOrbitOne {
  0%, 100% { transform: translateY(0) scale(1); opacity: 1; }
  50% { transform: translateY(-8px) scale(1.02); opacity: 0.9; }
}

@keyframes aphFloatOrbitTwo {
  0%, 100% { transform: translateY(0) scale(1); opacity: 1; }
  50% { transform: translateY(10px) scale(1.03); opacity: 0.88; }
}

@keyframes aphFeatureFloatOne {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes aphFeatureFloatTwo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@keyframes aphPulseLive {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 105, 204, 0.35);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(47, 105, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(47, 105, 204, 0);
  }
}

@media (max-width: 1100px) {
  .about-platform-hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .aph-visual {
    min-height: auto;
  }

  .aph-logo-stage {
    max-width: 100%;
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .about-platform-hero {
    padding: 76px 0 70px;
  }

  .about-platform-hero-wrap {
    width: min(1280px, calc(100% - 24px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .aph-intro {
    font-size: 15px;
    line-height: 1.8;
  }

  .aph-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aph-btn {
    width: 100%;
  }

  .aph-visual {
    display: none;
  }
}

@media (max-width: 480px) {
  .aph-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .aph-content h1 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d14ecd */.about-platform-functions,
.about-platform-functions * {
  box-sizing: border-box;
}

.about-platform-functions {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top left, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-platform-functions-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.apf-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.apf-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.apf-head h2 {
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.apf-head p {
  margin: 0;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
}

.apf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.apf-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe6fb;
  box-shadow: 0 14px 38px rgba(18, 50, 102, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.apf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}


.apf-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(28, 77, 163, 0.10) 0%, rgba(47, 105, 204, 0.16) 100%);
  border: 1px solid rgba(28, 77, 163, 0.10);
  box-shadow: 0 12px 24px rgba(28, 77, 163, 0.10);
  overflow: hidden;
}

.apf-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.apf-icon svg * {
  fill: none;
  stroke: #1f56b0;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Assessment */
.apf-icon-assessment .apf-globe-ring {
  animation: apfGlobePulse 3s ease-in-out infinite;
}
.apf-icon-assessment .apf-globe-line {
  animation: apfGlobeRotateFeel 2.8s ease-in-out infinite;
}
.apf-icon-assessment .apf-check-line {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: apfLineDraw 2.3s ease-in-out infinite;
}

/* Docs */
.apf-icon-docs .apf-doc-sheet,
.apf-icon-docs .apf-doc-fold {
  animation: apfDocFloat 2.8s ease-in-out infinite;
}
.apf-icon-docs .apf-doc-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: apfLineDraw 2.2s ease-in-out infinite;
}
.apf-icon-docs .apf-doc-line-2 {
  animation-delay: 0.15s;
}
.apf-icon-docs .apf-doc-line-3 {
  animation-delay: 0.3s;
}

/* Meeting */
.apf-icon-meeting .apf-cal-body,
.apf-icon-meeting .apf-cal-top,
.apf-icon-meeting .apf-cal-pin {
  animation: apfCalFloat 2.8s ease-in-out infinite;
}
.apf-icon-meeting .apf-cal-check {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: apfLineDraw 2.1s ease-in-out infinite;
}

/* Ticketing */
.apf-icon-ticketing .apf-ticket-shape {
  animation: apfTicketFloat 2.8s ease-in-out infinite;
}
.apf-icon-ticketing .apf-ticket-dash {
  stroke-dasharray: 4 5;
}
.apf-icon-ticketing .apf-ticket-dot {
  fill: #1f56b0;
  stroke: none;
  animation: apfDotPulse 2s ease-in-out infinite;
}

/* Flight */
.apf-icon-flight .apf-plane-body {
  animation: apfPlaneMove 2.8s ease-in-out infinite;
}
.apf-icon-flight .apf-plane-trail {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: apfTrailMove 2.4s ease-in-out infinite;
}
.apf-icon-flight .apf-plane-trail-2 {
  animation-delay: 0.15s;
}
.apf-icon-flight .apf-plane-trail-3 {
  animation-delay: 0.3s;
}

/* Keyframes */
@keyframes apfGlobePulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes apfGlobeRotateFeel {
  0%, 100% { transform: rotate(0deg); opacity: 0.85; }
  50% { transform: rotate(2deg); opacity: 1; }
}

@keyframes apfLineDraw {
  0% { stroke-dashoffset: 22; opacity: 0.4; }
  45%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.45; }
}

@keyframes apfDocFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes apfCalFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes apfTicketFloat {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-1px); }
}

@keyframes apfDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
}

@keyframes apfPlaneMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(2px) translateY(-1px); }
}

@keyframes apfTrailMove {
  0% { stroke-dashoffset: 20; opacity: 0.35; }
  50%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.35; }
}

.apf-card h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.apf-card p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 1100px) {
  .apf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-platform-functions {
    padding: 76px 0;
  }

  .about-platform-functions-wrap {
    width: min(1280px, calc(100% - 24px));
  }

  .apf-head {
    margin-bottom: 34px;
  }

  .apf-head p {
    font-size: 15px;
    line-height: 1.8;
  }

  .apf-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apf-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .apf-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .apf-card h3 {
    font-size: 18px;
  }

  .apf-card p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .apf-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .apf-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21fc1d8 */.about-assessment-process,
.about-assessment-process * {
  box-sizing: border-box;
}

.about-assessment-process {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top right, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 28%),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-assessment-process-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.aap-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.aap-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.aap-head h2 {
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.aap-head p {
  margin: 0;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
}

.aap-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.aap-line {
  position: absolute;
  top: 34px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(28, 77, 163, 0.08) 0%,
    rgba(28, 77, 163, 0.24) 50%,
    rgba(28, 77, 163, 0.08) 100%
  );
  z-index: 0;
}

.aap-step {
  position: relative;
  z-index: 1;
  padding: 26px 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe6fb;
  box-shadow: 0 14px 38px rgba(18, 50, 102, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.aap-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}

.aap-step-number {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1c4da3 0%, #2f69cc 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 28px rgba(28, 77, 163, 0.22);
}

.aap-step h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.aap-step p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 1150px) {
  .aap-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aap-line {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-assessment-process {
    padding: 76px 0;
  }

  .about-assessment-process-wrap {
    width: min(1280px, calc(100% - 24px));
  }

  .aap-head {
    margin-bottom: 34px;
  }

  .aap-head p {
    font-size: 15px;
    line-height: 1.8;
  }

  .aap-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aap-step {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .aap-step-number {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .aap-step h3 {
    font-size: 18px;
  }

  .aap-step p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .aap-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .aap-head h2 {
    font-size: 28px;
  }
}

.heading-highlight {
  background: linear-gradient(135deg, #1c4da3 0%, #2f69cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ed97f9 */.about-platform-trust,
.about-platform-trust * {
  box-sizing: border-box;
}

.about-platform-trust {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top left, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-platform-trust-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.apt-intro {
  position: sticky;
  top: 110px;
  padding: 30px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 18px 46px rgba(18, 50, 102, 0.06);
  backdrop-filter: blur(8px);
}

.apt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.apt-intro h2 {
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.heading-highlight {
  color: #1f56b0;
  position: relative;
  display: inline-block;
}

.heading-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(47, 105, 204, 0.14);
  border-radius: 999px;
  z-index: -1;
}

.apt-intro p {
  margin: 0 0 22px;
  color: #60718f;
  font-size: 15px;
  line-height: 1.85;
}

.apt-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.apt-points span {
  position: relative;
  padding-left: 18px;
  color: #315a9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.apt-points span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f69cc;
  box-shadow: 0 0 0 6px rgba(47, 105, 204, 0.10);
}

.apt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.apt-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe6fb;
  box-shadow: 0 14px 38px rgba(18, 50, 102, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.apt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}

.apt-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(28, 77, 163, 0.10) 0%, rgba(47, 105, 204, 0.16) 100%);
  border: 1px solid rgba(28, 77, 163, 0.10);
  box-shadow: 0 12px 24px rgba(28, 77, 163, 0.10);
  overflow: hidden;
}

.apt-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.apt-icon svg * {
  fill: none;
  stroke: #1f56b0;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apt-card h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.apt-card p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* SVG animations: only svg animates */
.apt-icon-docs .apt-doc-sheet,
.apt-icon-docs .apt-doc-fold {
  animation: aptDocFloat 2.8s ease-in-out infinite;
}
.apt-icon-docs .apt-doc-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: aptLineDraw 2.2s ease-in-out infinite;
}
.apt-icon-docs .apt-doc-line-2 { animation-delay: 0.15s; }
.apt-icon-docs .apt-doc-line-3 { animation-delay: 0.3s; }

.apt-icon-globe .apt-globe-ring {
  animation: aptGlobePulse 3s ease-in-out infinite;
}
.apt-icon-globe .apt-globe-line {
  animation: aptGlobeRotateFeel 2.8s ease-in-out infinite;
}

.apt-icon-reason .apt-reason-ring {
  animation: aptRingPulse 2.8s ease-in-out infinite;
}
.apt-icon-reason .apt-reason-line {
  animation: aptReasonFloat 2.4s ease-in-out infinite;
}
.apt-icon-reason .apt-reason-dot {
  fill: #1f56b0;
  stroke: none;
  animation: aptDotPulse 2s ease-in-out infinite;
}

.apt-icon-flow .apt-flow-path {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: aptFlowPath 2.8s ease-in-out infinite;
}
.apt-icon-flow .apt-flow-arrow {
  animation: aptArrowMove 2.8s ease-in-out infinite;
}
.apt-icon-flow .apt-flow-dot {
  fill: #1f56b0;
  stroke: none;
  animation: aptDotPulse 2.8s ease-in-out infinite;
}

.apt-icon-suite .apt-suite-card,
.apt-icon-suite .apt-suite-layer {
  animation: aptDocFloat 2.8s ease-in-out infinite;
}
.apt-icon-suite .apt-suite-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: aptLineDraw 2.2s ease-in-out infinite;
}
.apt-icon-suite .apt-suite-line-2 { animation-delay: 0.18s; }

.apt-icon-user .apt-user-head,
.apt-icon-user .apt-user-body {
  animation: aptUserFloat 2.8s ease-in-out infinite;
}

/* Keyframes */
@keyframes aptDocFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes aptLineDraw {
  0% { stroke-dashoffset: 20; opacity: 0.4; }
  45%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.45; }
}

@keyframes aptGlobePulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes aptGlobeRotateFeel {
  0%, 100% { transform: rotate(0deg); opacity: 0.85; }
  50% { transform: rotate(2deg); opacity: 1; }
}

@keyframes aptRingPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes aptReasonFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@keyframes aptDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
}

@keyframes aptFlowPath {
  0% { stroke-dashoffset: 80; opacity: 0.5; }
  45%, 75% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -10; opacity: 0.5; }
}

@keyframes aptArrowMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(2px); }
}

@keyframes aptUserFloat {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(-2px); opacity: 1; }
}

/* Tablet */
@media (max-width: 1100px) {
  .about-platform-trust-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .apt-intro {
    position: relative;
    top: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-platform-trust {
    padding: 76px 0;
  }

  .about-platform-trust-wrap {
    width: min(1280px, calc(100% - 24px));
    gap: 22px;
  }

  .apt-intro {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .apt-intro p {
    font-size: 15px;
    line-height: 1.8;
  }

  .apt-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apt-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .apt-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .apt-icon svg {
    width: 27px;
    height: 27px;
  }

  .apt-card h3 {
    font-size: 18px;
  }

  .apt-card p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .apt-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .apt-intro h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14a910a */.about-document-suite,
.about-document-suite * {
  box-sizing: border-box;
}

.about-document-suite {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top right, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 28%),
    linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-document-suite-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 40px;
  align-items: center;
}

.ads-content {
  position: relative;
  z-index: 2;
}

.ads-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.ads-content h2 {
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ads-content p {
  margin: 0 0 24px;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
  max-width: 640px;
}

.ads-points {
  display: grid;
  gap: 10px;
}

.ads-points span {
  position: relative;
  padding-left: 18px;
  color: #315a9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.ads-points span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f69cc;
  box-shadow: 0 0 0 6px rgba(47, 105, 204, 0.10);
}



.ads-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-image-box {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,249,255,0.96) 100%);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 22px 56px rgba(18, 50, 102, 0.10);
}

.ads-image-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Dotted circular SVG behind image */
.ads-dotted-svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ads-dotted-svg svg {
  width: min(520px, 95%);
  height: auto;
  opacity: 0.8;
}

.ads-dot-circle {
  fill: none;
  stroke: rgba(47, 105, 204, 0.18);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1 14;
  animation: adsRotateDots 22s linear infinite;
  transform-origin: 50% 50%;
}

.ads-dot-circle-two {
  stroke: rgba(28, 77, 163, 0.16);
  animation-duration: 28s;
  animation-direction: reverse;
}

.ads-dot-circle-three {
  stroke: rgba(47, 105, 204, 0.12);
  animation-duration: 34s;
}

/* Floating cards */
.ads-floating-card {
  position: absolute;
  z-index: 3;
  width: 320px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 16px 38px rgba(18, 50, 102, 0.08);
  backdrop-filter: blur(8px);
}

.ads-floating-download {
  top: -139px;
  left: -50px;
  animation: adsFloatOne 4.8s ease-in-out infinite;
}

.ads-floating-organize {
  right: -55px;
  bottom: -60px;
  animation: adsFloatTwo 5.4s ease-in-out infinite;
}

.ads-mini-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #6f82a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ads-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #17345d;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.ads-floating-card p {
  margin: 0;
  color: #637493;
  font-size: 13px;
  line-height: 1.7;
}

/* Animations */
@keyframes adsFloatOne {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes adsFloatTwo {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(12px);
  }
}

@keyframes adsRotateDots {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .ads-visual {
    min-height: auto;
  }

  .ads-image-wrap {
    max-width: 100%;
  }

  .ads-floating-download {
    left: 0;
  }

  .ads-floating-organize {
    right: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ads-visual {
    min-height: auto;
  }

  .ads-image-box {
    border-radius: 24px;
  }

  .ads-floating-card {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 14px;
    border-radius: 18px;
    animation: none;
  }

  .ads-dotted-svg svg {
    width: 88%;
  }
}
/* Tablet */
@media (max-width: 1100px) {
  .about-document-suite {
    padding: 84px 0;
  }

  .about-document-suite-wrap {
    width: min(1280px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ads-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .ads-points {
    justify-content: center;
  }

  .ads-visual {
    min-height: auto;
    padding-top: 10px;
  }

  .ads-image-wrap {
    max-width: 760px;
    margin: 0 auto;
    display: block;
  }

  .ads-image-box {
    border-radius: 26px;
  }

  .ads-dotted-svg {
    inset: -20px;
  }

  .ads-dotted-svg svg {
    width: min(500px, 92%);
  }

  .ads-floating-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    border-radius: 18px;
    animation: none;
  }

  .ads-floating-download,
  .ads-floating-organize {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.ads-mobile-action {
  display: none;
  margin-top: 24px;
}

.ads-mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1c4da3 0%, #2f69cc 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(28, 77, 163, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ads-mobile-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(28, 77, 163, 0.28);
}
/* Mobile */
@media (max-width: 767px) {
  .ads-visual {
    display: none;
  }

  .ads-mobile-action {
    display: block;
  }

  .ads-mobile-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ads-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .ads-content h2 {
    font-size: 28px;
  }

  .ads-image-box {
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-609751f */.about-final-cta,
.about-final-cta * {
  box-sizing: border-box;
}

.about-final-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 0 110px;
  background:
    radial-gradient(circle at top left, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  font-family: 'Inter', sans-serif;
}

.about-final-cta-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.afc-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 42px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(246,249,255,0.96) 100%);
  border: 1px solid rgba(214, 226, 250, 0.95);
  box-shadow: 0 20px 55px rgba(18, 50, 102, 0.08);
}

.afc-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 105, 204, 0.10) 0%, rgba(47, 105, 204, 0) 72%);
  pointer-events: none;
}

.afc-card::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 77, 163, 0.08) 0%, rgba(28, 77, 163, 0) 72%);
  pointer-events: none;
}

.afc-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.14);
  color: #1c4da3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.afc-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.heading-highlight {
  color: #1f56b0;
  position: relative;
  display: inline-block;
}

.heading-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(47, 105, 204, 0.14);
  border-radius: 999px;
  z-index: -1;
}

.afc-card p {
  position: relative;
  z-index: 2;
  margin: 0 auto 28px;
  max-width: 760px;
  color: #60718f;
  font-size: 16px;
  line-height: 1.9;
}

.afc-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.afc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.afc-btn-primary {
  background: linear-gradient(135deg, #1c4da3 0%, #2f69cc 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(28, 77, 163, 0.22);
}

.afc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(28, 77, 163, 0.28);
}

.afc-btn-secondary {
  background: #ffffff;
  color: #1c4da3;
  border: 1px solid #d5e1fa;
}

.afc-btn-secondary:hover {
  background: #f7faff;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .about-final-cta-wrap {
    width: min(1180px, calc(100% - 28px));
  }

  .afc-card {
    padding: 34px 24px;
    border-radius: 26px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-final-cta {
    padding: 76px 0 90px;
  }

  .about-final-cta-wrap {
    width: min(1180px, calc(100% - 24px));
  }

  .afc-card {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .afc-card p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .afc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .afc-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .afc-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .afc-card h2 {
    font-size: 28px;
  }
}/* End custom CSS */