.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cc4e45e:#0E6BFF;--e-global-color-2491def:#0B2033;--e-global-color-9681163:#081726;--e-global-color-0768cd3:#091A2A;--e-global-color-632c92c:#0A1827;--e-global-color-2603f64:#264766;--e-global-color-fae8fac:#FFFFFF;--e-global-color-bd84c6d:#C7D3E2;--e-global-color-fadbbfc:#90A4BC;--e-global-color-fbf457d:#C4932F;--e-global-color-0907fce:#7C4DFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.4px;font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;line-height:1.5px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Inter", Sans-serif;font-size:13px;font-weight:500;}.elementor-kit-5 h1{font-family:"Inter", Sans-serif;font-size:68px;font-weight:800;line-height:1px;letter-spacing:-1px;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:34px;font-weight:700;line-height:1.1px;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:24px;font-weight:700;line-height:1.2px;}.elementor-kit-5 h4{font-size:18px;font-weight:700;line-height:1.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<style>

/* =========================
   GLOBAL BASE
========================= */

html, body {
  background: #020617 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* =========================
   HERO SECTION (FINAL LOCK)
========================= */

.fpt-hero-section {
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

/* Overlay — balanced visibility */
.fpt-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 16, 0.58) 0%,
      rgba(2, 8, 16, 0.40) 35%,
      rgba(2, 8, 16, 0.20) 65%,
      rgba(2, 8, 16, 0.10) 100%
    ),
    radial-gradient(
      circle at 65% 45%,
      rgba(59,130,246,0.12),
      transparent 40%
    );

  z-index: 1;
}

/* Ensure content sits above overlay */
.fpt-hero-section .elementor-container,
.fpt-hero-section .elementor-widget {
  position: relative;
  z-index: 2;
}

/* =========================
   BUTTON POLISH (GLOBAL)
========================= */

.fpt-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* Primary Button */
.fpt-btn-primary {
  background: linear-gradient(135deg, #2F6BFF, #3B82F6);
  color: #fff;
  box-shadow: 0 8px 22px rgba(47,107,255,0.35);
}

.fpt-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.fpt-btn-primary:hover::before {
  left: 120%;
}

.fpt-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(47,107,255,0.5);
}

/* Secondary Button */
.fpt-btn-secondary {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.fpt-btn-secondary:hover {
  transform: translateY(-4px);
  border-color: #3B82F6;
  background: rgba(59,130,246,0.08);
}

/* =========================
   SECTION BACKGROUND FLOW
========================= */

.fpt-section-get {
  background: linear-gradient(180deg, #061826 0%, #082033 100%) !important;
}

.fpt-section-for {
  background: #071a2a !important;
}

.fpt-section-execution {
  background: linear-gradient(180deg, #071a2a 0%, #030712 100%) !important;
}

.fpt-section-testimonials {
  background:
    radial-gradient(circle at top center, rgba(37,99,235,0.16), transparent 38%),
    linear-gradient(180deg, #061523 0%, #020617 100%) !important;
}

.fpt-section-cta {
  background:
    radial-gradient(circle at center, rgba(37,99,235,0.18), transparent 42%),
    linear-gradient(180deg, #061523 0%, #020617 100%) !important;
}

</style>/* End custom CSS */