.elementor-89 .elementor-element.elementor-element-13c41dd{--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-89 .elementor-element.elementor-element-950c848{--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-89 .elementor-element.elementor-element-81b56ac{--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-89 .elementor-element.elementor-element-90958ec{--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-89 .elementor-element.elementor-element-a73febd{--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-89 .elementor-element.elementor-element-9ef8fd7{--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-2144cd6 */.services-page-hero,
.services-page-hero * {
  box-sizing: border-box;
}

.services-page-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;
}

.services-page-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;
}

.sph-content,
.sph-visual,
.sph-main-card,
.sph-floating-card {
  max-width: 100%;
}

.sph-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.sph-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;
}

.sph-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: 740px;
  text-wrap: balance;
}

.heading-highlight {
  color: #1f56b0;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.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;
}

.sph-intro {
  margin: 0 0 26px;
  max-width: 700px;
  color: #5f7292;
  font-size: 16px;
  line-height: 1.9;
}

.sph-points {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.sph-points span {
  position: relative;
  padding-left: 22px;
  color: #315a9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.sph-points span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2f69cc;
  box-shadow: 0 0 0 0 rgba(47, 105, 204, 0.35);
  animation: sphLiveDot 2s ease-in-out infinite;
}

.sph-points span:nth-child(2)::before {
  animation-delay: 0.35s;
}

.sph-points span:nth-child(3)::before {
  animation-delay: 0.7s;
}

@keyframes sphLiveDot {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(47, 105, 204, 0.35);
    opacity: 1;
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(47, 105, 204, 0);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(47, 105, 204, 0);
    opacity: 1;
  }
}

.sph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sph-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;
  white-space: nowrap;
}

.sph-btn-primary {
  background: linear-gradient(135deg, #1c4da3 0%, #2e68cc 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(28, 77, 163, 0.22);
}

.sph-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(28, 77, 163, 0.28);
}

.sph-btn-secondary {
  background: #ffffff;
  color: #1c4da3;
  border: 1px solid #d5e1fa;
}

.sph-btn-secondary:hover {
  background: #f7faff;
  transform: translateY(-2px);
}

.sph-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sph-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sph-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%);
}

.sph-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%);
}

.sph-main-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  padding: 28px;
  border-radius: 30px;
  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);
}

.sph-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(28, 77, 163, 0.08);
  border: 1px solid rgba(28, 77, 163, 0.12);
  color: #1c4da3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sph-main-card h3 {
  margin: 0 0 18px;
  color: #17345d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.sph-service-list {
  display: grid;
  gap: 12px;
}

.sph-service-item {
  padding: 16px 16px 15px;
  border-radius: 18px;
  border: 1px solid #dde7fb;
  background: #ffffff;
}

.sph-service-item strong {
  display: block;
  margin-bottom: 6px;
  color: #17345d;
  font-size: 15px;
  font-weight: 800;
}

.sph-service-item span {
  display: block;
  color: #617390;
  font-size: 13px;
  line-height: 1.7;
}

.sph-floating-card {
  position: absolute;
  z-index: 3;
  width: 240px;
  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);
  word-wrap: break-word;
}

.sph-card-one {
  top: 28px;
  left: 0;
}

.sph-card-two {
  right: 0;
  bottom: 48px;
}

.sph-mini-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #6f82a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sph-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #17345d;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.sph-floating-card p {
  margin: 0;
  color: #637493;
  font-size: 13px;
  line-height: 1.7;
}

/* Large tablet / small laptop */
@media (max-width: 1200px) {
  .services-page-hero-wrap {
    width: min(1280px, calc(100% - 32px));
    gap: 32px;
  }

  .sph-content h1 {
    font-size: clamp(34px, 4.4vw, 52px);
  }

  .sph-main-card {
    max-width: 520px;
  }

  .sph-card-one {
    top: 14px;
    left: 0;
  }

  .sph-card-two {
    right: 0;
    bottom: 18px;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .services-page-hero {
    padding: 84px 0 78px;
  }

  .services-page-hero-wrap {
    width: min(1280px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sph-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .sph-content h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .sph-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .sph-points {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .sph-actions {
    justify-content: center;
  }

  .sph-visual {
    min-height: auto;
    padding-top: 8px;
  }

  .sph-main-card {
    max-width: 720px;
    margin: 0 auto;
  }

  .sph-floating-card {
    position: relative;
    width: 100%;
    max-width: 720px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 14px auto 0;
    border-radius: 18px;
  }

  .sph-shape-one {
    top: 0;
    right: 6%;
  }

  .sph-shape-two {
    left: 6%;
    bottom: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .services-page-hero {
    padding: 76px 0 70px;
  }

  .services-page-hero-wrap {
    width: min(1280px, calc(100% - 24px));
    gap: 22px;
  }

  .sph-content {
    text-align: left;
    max-width: 100%;
  }

  .sph-content h1 {
    font-size: clamp(30px, 8vw, 42px);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sph-intro {
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sph-points {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sph-points span {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .sph-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sph-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
  }

  /* Right side mobile par hide */
  .sph-visual {
    display: none;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .services-page-hero {
    padding: 72px 0 64px;
  }

  .sph-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .sph-content h1 {
    font-size: 30px;
  }

  .sph-intro {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-554af83 */.services-core-section,
.services-core-section * {
  box-sizing: border-box;
}

.services-core-section {
  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;
}

.services-core-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.scs-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.scs-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;
}

.scs-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;
}

.scs-head p {
  margin: 0;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
  max-width: 760px;
  margin-inline: auto;
}

.scs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.scs-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;
}

.scs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}

.scs-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;
}

.scs-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.scs-icon svg * {
  fill: none;
  stroke: #1f56b0;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scs-card h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.scs-card p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* SVG animations only */
.scs-icon-assessment .scs-globe-ring {
  animation: scsGlobePulse 3s ease-in-out infinite;
}
.scs-icon-assessment .scs-globe-line {
  animation: scsGlobeRotateFeel 2.8s ease-in-out infinite;
}
.scs-icon-assessment .scs-check-line {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: scsLineDraw 2.3s ease-in-out infinite;
}

.scs-icon-reasons .scs-reason-ring {
  animation: scsRingPulse 2.8s ease-in-out infinite;
}
.scs-icon-reasons .scs-reason-line {
  animation: scsReasonFloat 2.4s ease-in-out infinite;
}
.scs-icon-reasons .scs-reason-dot {
  fill: #1f56b0;
  stroke: none;
  animation: scsDotPulse 2s ease-in-out infinite;
}

.scs-icon-docs .scs-doc-sheet,
.scs-icon-docs .scs-doc-fold {
  animation: scsDocFloat 2.8s ease-in-out infinite;
}
.scs-icon-docs .scs-doc-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: scsLineDraw 2.2s ease-in-out infinite;
}
.scs-icon-docs .scs-doc-line-2 {
  animation-delay: 0.15s;
}
.scs-icon-docs .scs-doc-line-3 {
  animation-delay: 0.3s;
}

.scs-icon-meeting .scs-cal-body,
.scs-icon-meeting .scs-cal-top,
.scs-icon-meeting .scs-cal-pin {
  animation: scsCalFloat 2.8s ease-in-out infinite;
}
.scs-icon-meeting .scs-cal-check {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: scsLineDraw 2.1s ease-in-out infinite;
}

.scs-icon-ticketing .scs-ticket-shape {
  animation: scsTicketFloat 2.8s ease-in-out infinite;
}
.scs-icon-ticketing .scs-ticket-dash {
  stroke-dasharray: 4 5;
}
.scs-icon-ticketing .scs-ticket-dot {
  fill: #1f56b0;
  stroke: none;
  animation: scsDotPulse 2s ease-in-out infinite;
}

.scs-icon-flight .scs-plane-body {
  animation: scsPlaneMove 2.8s ease-in-out infinite;
}
.scs-icon-flight .scs-plane-trail {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: scsTrailMove 2.4s ease-in-out infinite;
}
.scs-icon-flight .scs-plane-trail-2 {
  animation-delay: 0.15s;
}
.scs-icon-flight .scs-plane-trail-3 {
  animation-delay: 0.3s;
}

@keyframes scsGlobePulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes scsGlobeRotateFeel {
  0%, 100% { transform: rotate(0deg); opacity: 0.85; }
  50% { transform: rotate(2deg); opacity: 1; }
}

@keyframes scsLineDraw {
  0% { stroke-dashoffset: 22; opacity: 0.4; }
  45%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.45; }
}

@keyframes scsRingPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes scsReasonFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@keyframes scsDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
}

@keyframes scsDocFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes scsCalFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes scsTicketFloat {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-1px); }
}

@keyframes scsPlaneMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(2px) translateY(-1px); }
}

@keyframes scsTrailMove {
  0% { stroke-dashoffset: 20; opacity: 0.35; }
  50%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.35; }
}

/* Tablet */
@media (max-width: 1100px) {
  .services-core-wrap {
    width: min(1280px, calc(100% - 28px));
  }

  .scs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .services-core-section {
    padding: 76px 0;
  }

  .services-core-wrap {
    width: min(1280px, calc(100% - 24px));
  }

  .scs-head {
    margin-bottom: 34px;
  }

  .scs-head p {
    font-size: 15px;
    line-height: 1.8;
  }

  .scs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .scs-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .scs-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .scs-icon svg {
    width: 27px;
    height: 27px;
  }

  .scs-card h3 {
    font-size: 18px;
  }

  .scs-card p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .scs-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .scs-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9766fef */.services-process-section,
.services-process-section * {
  box-sizing: border-box;
}

.services-process-section {
  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;
}

.services-process-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.sps-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.sps-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;
}

.sps-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;
}

.sps-head p {
  margin: 0;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
}

.sps-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.sps-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;
}

.sps-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;
}

.sps-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}

.sps-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);
}

.sps-step h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.sps-step p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 1150px) {
  .services-process-wrap {
    width: min(1280px, calc(100% - 28px));
  }

  .sps-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sps-line {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .services-process-section {
    padding: 76px 0;
  }

  .services-process-wrap {
    width: min(1280px, calc(100% - 24px));
  }

  .sps-head {
    margin-bottom: 34px;
  }

  .sps-head p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sps-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sps-step {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .sps-step-number {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .sps-step h3 {
    font-size: 18px;
  }

  .sps-step p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .sps-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .sps-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c01db6a */.services-why-section,
.services-why-section * {
  box-sizing: border-box;
}

.services-why-section {
  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;
}

.services-why-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;
}

.sws-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);
}

.sws-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;
}

.sws-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;
}

.sws-intro p {
  margin: 0 0 22px;
  color: #60718f;
  font-size: 15px;
  line-height: 1.85;
}

.sws-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sws-points span {
  position: relative;
  padding-left: 18px;
  color: #315a9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.sws-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);
}

.sws-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sws-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;
}

.sws-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 50, 102, 0.10);
  border-color: #c9dafb;
}

.sws-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;
}

.sws-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.sws-icon svg * {
  fill: none;
  stroke: #1f56b0;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sws-card h3 {
  margin: 0 0 10px;
  color: #17345d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.sws-card p {
  margin: 0;
  color: #64748f;
  font-size: 14px;
  line-height: 1.8;
}

/* SVG animations only */
.sws-icon-docs .sws-doc-sheet,
.sws-icon-docs .sws-doc-fold {
  animation: swsDocFloat 2.8s ease-in-out infinite;
}
.sws-icon-docs .sws-doc-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: swsLineDraw 2.2s ease-in-out infinite;
}
.sws-icon-docs .sws-doc-line-2 { animation-delay: 0.15s; }
.sws-icon-docs .sws-doc-line-3 { animation-delay: 0.3s; }

.sws-icon-reason .sws-reason-ring {
  animation: swsRingPulse 2.8s ease-in-out infinite;
}
.sws-icon-reason .sws-reason-line {
  animation: swsReasonFloat 2.4s ease-in-out infinite;
}
.sws-icon-reason .sws-reason-dot {
  fill: #1f56b0;
  stroke: none;
  animation: swsDotPulse 2s ease-in-out infinite;
}

.sws-icon-flow .sws-flow-path {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: swsFlowPath 2.8s ease-in-out infinite;
}
.sws-icon-flow .sws-flow-arrow {
  animation: swsArrowMove 2.8s ease-in-out infinite;
}
.sws-icon-flow .sws-flow-dot {
  fill: #1f56b0;
  stroke: none;
  animation: swsDotPulse 2.8s ease-in-out infinite;
}

.sws-icon-tools .sws-suite-card,
.sws-icon-tools .sws-suite-layer {
  animation: swsDocFloat 2.8s ease-in-out infinite;
}
.sws-icon-tools .sws-suite-line {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: swsLineDraw 2.2s ease-in-out infinite;
}
.sws-icon-tools .sws-suite-line-2 { animation-delay: 0.18s; }

.sws-icon-support .sws-chat-back {
  animation: swsChatBack 2.8s ease-in-out infinite;
}
.sws-icon-support .sws-chat-front {
  animation: swsChatFront 2.8s ease-in-out infinite;
}

.sws-icon-user .sws-user-head,
.sws-icon-user .sws-user-body {
  animation: swsUserFloat 2.8s ease-in-out infinite;
}

/* Keyframes */
@keyframes swsDocFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes swsLineDraw {
  0% { stroke-dashoffset: 20; opacity: 0.4; }
  45%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -6; opacity: 0.45; }
}

@keyframes swsRingPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes swsReasonFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@keyframes swsDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
}

@keyframes swsFlowPath {
  0% { stroke-dashoffset: 80; opacity: 0.5; }
  45%, 75% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -10; opacity: 0.5; }
}

@keyframes swsArrowMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(2px); }
}

@keyframes swsChatBack {
  0%, 100% { transform: translate(-2px, 1px); opacity: 0.75; }
  50% { transform: translate(0, -1px); opacity: 1; }
}

@keyframes swsChatFront {
  0%, 100% { transform: translate(1px, 0); }
  50% { transform: translate(-1px, -2px); }
}

@keyframes swsUserFloat {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(-2px); opacity: 1; }
}

/* Tablet */
@media (max-width: 1100px) {
  .services-why-wrap {
    width: min(1280px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sws-intro {
    position: relative;
    top: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .services-why-section {
    padding: 76px 0;
  }

  .services-why-wrap {
    width: min(1280px, calc(100% - 24px));
    gap: 22px;
  }

  .sws-intro {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .sws-intro p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sws-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sws-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .sws-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .sws-icon svg {
    width: 27px;
    height: 27px;
  }

  .sws-card h3 {
    font-size: 18px;
  }

  .sws-card p {
    font-size: 13.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .sws-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .sws-intro h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a1387a */.services-faq-section,
.services-faq-section * {
  box-sizing: border-box;
}

.services-faq-section {
  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;
}

.services-faq-section .container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.services-faq-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.services-faq-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;
}

.services-faq-header h2 {
  margin: 0 0 16px;
  color: #15325b;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.services-faq-header p {
  margin: 0;
  color: #60718f;
  font-size: 16px;
  line-height: 1.85;
}

.services-faq-list {
  display: grid;
  gap: 16px;
}

.services-faq-item {
  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);
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.services-faq-item:hover {
  border-color: #cbdcfb;
  box-shadow: 0 18px 42px rgba(18, 50, 102, 0.10);
  transform: translateY(-2px);
}

.services-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
  color: #17345d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.services-faq-question span:first-child {
  flex: 1;
}

.services-faq-icon {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  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);
}

.services-faq-icon::before,
.services-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #1f56b0;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.services-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.services-faq-item.active .services-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.7);
}

.services-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.services-faq-answer p {
  margin: 0;
  padding: 0 26px 24px;
  color: #64748f;
  font-size: 15px;
  line-height: 1.9;
}

/* Tablet */
@media (max-width: 991px) {
  .services-faq-section .container {
    width: min(1180px, calc(100% - 28px));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .services-faq-section {
    padding: 76px 0;
  }

  .services-faq-header {
    margin-bottom: 30px;
  }

  .services-faq-header p {
    font-size: 15px;
    line-height: 1.8;
  }

  .services-faq-item {
    border-radius: 20px;
  }

  .services-faq-question {
    padding: 20px 18px;
    font-size: 16px;
    gap: 14px;
  }

  .services-faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex-basis: 40px;
  }

  .services-faq-answer p {
    padding: 0 18px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .services-faq-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .services-faq-header h2 {
    font-size: 28px;
  }

  .services-faq-question {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d934aa */.services-final-cta,
.services-final-cta * {
  box-sizing: border-box;
}

.services-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, #f7faff 0%, #eef4ff 100%);
  font-family: 'Inter', sans-serif;
}

.services-final-cta-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  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);
}

.sfcta-content {
  min-width: 0;
}

.sfcta-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;
}

.sfcta-content h2 {
  margin: 0 0 14px;
  color: #15325b;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sfcta-content p {
  margin: 0;
  max-width: 620px;
  color: #60718f;
  font-size: 15px;
  line-height: 1.9;
}

.sfcta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
}

.sfcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
}

.sfcta-btn-primary {
  background: linear-gradient(135deg, #1c4da3 0%, #2f69cc 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(28, 77, 163, 0.22);
}

.sfcta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(28, 77, 163, 0.28);
}

.sfcta-btn-secondary {
  background: #ffffff;
  color: #1c4da3;
  border: 1px solid #d5e1fa;
}

.sfcta-btn-secondary:hover {
  background: #f7faff;
  transform: translateY(-2px);
}

.sfcta-btn-dark {
  background: #15325b;
  color: #ffffff;
  border: 1px solid #15325b;
  box-shadow: 0 14px 26px rgba(21, 50, 91, 0.18);
}

.sfcta-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(21, 50, 91, 0.24);
}

@media (max-width: 991px) {
  .services-final-cta-wrap {
    width: min(1180px, calc(100% - 28px));
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .sfcta-actions {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }

  .sfcta-btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 767px) {
  .services-final-cta {
    padding: 76px 0 90px;
  }

  .services-final-cta-wrap {
    width: min(1180px, calc(100% - 24px));
    gap: 22px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .sfcta-content p {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .sfcta-actions {
    flex-direction: column;
  }

  .sfcta-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .sfcta-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .sfcta-content h2 {
    font-size: 28px;
  }
}/* End custom CSS */