.elementor-65 .elementor-element.elementor-element-e49194d{--display:flex;--min-height:500px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-65 .elementor-element.elementor-element-e49194d:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-e49194d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAF5FF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-65 .elementor-element.elementor-element-39b79c9{width:var( --container-widget-width, 60% );max-width:60%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -50px) 0px;padding:0px 0px 0px 0px;--container-widget-width:60%;--container-widget-flex-grow:0;text-align:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-65 .elementor-element.elementor-element-fba31d7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:34px;font-weight:800;color:#3F3F3F;}.elementor-65 .elementor-element.elementor-element-87f6e23{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;text-align:center;}.elementor-65 .elementor-element.elementor-element-87f6e23.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-65 .elementor-element.elementor-element-87f6e23 p{margin-block-end:0px;}.elementor-65 .elementor-element.elementor-element-24c8d7b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-fba31d7{text-align:center;}.elementor-65 .elementor-element.elementor-element-87f6e23{width:var( --container-widget-width, 259px );max-width:259px;--container-widget-width:259px;--container-widget-flex-grow:0;}.elementor-65 .elementor-element.elementor-element-24c8d7b{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-e49194d *//* ==========================================================================
   GLOBAL REUSABLE HERO SECTION STYLES
   ========================================================================== */

.ftm-global-hero {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 50px 24px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Optional Tagline / Badge */
.ftm-hero-badge {
  display: inline-block;
  background-color: #dbeafe;
  color: #1e40af;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Main Heading */
.ftm-global-hero h1 {
  color: #0f172a;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Subtitle / Description */
.ftm-global-hero p.ftm-hero-desc {
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 28px auto;
}

/* CTA Buttons Container */
.ftm-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Primary Button */
.ftm-btn-primary {
  display: inline-block;
  background-color: #2563eb;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.25);
}

.ftm-btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-1px);
}

/* Secondary Button (Optional) */
.ftm-btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #2563eb; !important;
  border: 1px solid #cbd5e1;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ftm-btn-secondary:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .ftm-global-hero {
    padding: 36px 16px;
  }
  .ftm-global-hero h1 {
    font-size: 1.75rem;
  }
  .ftm-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .ftm-btn-primary, .ftm-btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-24c8d7b *//* ==========================================================================
   PAGE 01 - HERO, META & STEP STYLES
   ========================================================================== */

/* SEO Meta Data Box (Admin/Internal Reference) */
.ftm-meta-info {
  background-color: #f1f5f9;
  border-left: 4px solid #3b82f6;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
}

/* Hero & Main Call to Action */
.ftm-hero-section {
  text-align: center;
  padding: 40px 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 35px;
}
.ftm-hero-section h1 {
  color: #0f172a;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.ftm-hero-section p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

/* Button Styles */
.ftm-btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #2563eb;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}
.ftm-btn:hover {
  background-color: #1d4ed8;
}

/* Accuracy Tip Callout Box */
.ftm-tip-box {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 25px 0;
}
.ftm-tip-box strong {
  color: #1d4ed8;
}

/* Numbered Steps Styling */
.ftm-steps-list {
  list-style: none;
  counter-reset: ftm-counter;
  padding-left: 0;
  margin: 25px 0;
}
.ftm-steps-list li {
  counter-increment: ftm-counter;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.ftm-steps-list li::before {
  content: counter(ftm-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #2563eb;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 0.9rem;
}/* End custom CSS */