.elementor-44 .elementor-element.elementor-element-f2e79f7{--display:flex;--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-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-44 .elementor-element.elementor-element-e5a8444{width:100%;max-width:100%;text-align:center;}.elementor-44 .elementor-element.elementor-element-e5a8444.elementor-element{--align-self:center;}.elementor-44 .elementor-element.elementor-element-94ada61{--display:flex;--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 container, class: .elementor-element-f2e79f7 *//* ==========================================================================
   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: #1e293b !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-94ada61 *//* ==========================================================================
   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 */