/* Start custom CSS for html, class: .elementor-element-ce583d8 *//* === STRONG CTA BOX (light theme, high contrast) === */
.elementor-page .cta-box{
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
  border: 2px solid #1f2937; /* dark slate border */
  border-radius: 16px;
  padding: 20px 20px;
  margin-top: 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

/* CTA text */
.elementor-page .cta-box p{
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #111827;
}

/* PHONE NUMBER — make it impossible to miss */
.elementor-page .cta-box a{
  display: inline-block;
  margin-top: 6px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #1f2937; /* dark slate */
  color: #ffffff !important;
  font-weight: 700;
  font-size: 17px;
  text-decoration:/* End custom CSS */
/* Start custom CSS *//* === Lie Detector page: global page-level patch (Elementor Page Custom CSS) === */

/* Optional: reduce “wall of text” feel */
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3{
  letter-spacing: -0.2px;
}

/* Give the main content breathing room */
.elementor-page .elementor-widget-container p,
.elementor-page .elementor-widget-container li{
  font-size: 16px;
  line-height: 1.75;
}

/* Style the hero if your HTML includes .hero */
.elementor-page .hero{/* === LIGHT HERO (matches the rest of the page) === */
.elementor-page .hero{
  border-radius: 18px;
  padding: 40px 30px;
  margin: 0 0 22px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
  color: inherit;
  border: 1px solid #e7e7ea;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.elementor-page .hero .kicker{
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #6b7280; /* soft gray */
  margin: 0 0 10px 0;
}

.elementor-page .hero h1{
  color: inherit;
  font-size: 38px;
  line-height: 1.12;
  margin: 0 0 10px 0;
  letter-spacing: -0.4px;
}

.elementor-page .hero h2{
  color: #374151; /* slightly darker gray */
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 600;
}

/* Make CTA box inside hero match light theme */
.elementor-page .hero .cta-box{
  background: #ffffff;
  border: 1px solid #e7e7ea;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.elementor-page .hero .cta-box a{
  color: inherit;
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.elementor-page .hero .cta-box a:hover{
  border-bottom-color: rgba(0,0,0,.55);
}

}

/* CTA boxes */
.elementor-page .cta-box{
  margin-top: 18px;
  padding: 16px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}
.elementor-page .cta-box a{
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

/* Table of contents card */
.elementor-page .toc{
  border-radius: 14px;
  background: #f7f7f8;
  border: 1px solid #e7e7ea;
  padding: 18px 18px;
  margin: 18px 0 26px 0;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}
.elementor-page .toc h2{
  margin: 0 0 10px 0;
  font-size: 18px;
}

/* Service cards */
.elementor-page .service-block{
  border: 1px solid #e7e7ea;
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px;
  margin: 16px 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* Mobile tweaks */
@media (max-width: 767px){
  .elementor-page .hero{ padding: 28px 18px; }
  .elementor-page .hero h1{ font-size: 30px; }
}/* End custom CSS */