/* ==========================================================================
   LeadFortify — custom additions
   Built on the existing theme palette. Nothing here overrides brand colour.
   Primary  : rgb(247, 87, 87)  #f75757
   Ink      : #242424 / rgb(34, 35, 40)
   Surface  : #f5f8f9
   ========================================================================== */

:root {
  --lf-primary: #f75757;
  --lf-primary-dark: #e13f3f;
  --lf-primary-soft: rgba(247, 87, 87, 0.08);
  --lf-primary-line: rgba(247, 87, 87, 0.22);
  --lf-ink: #242424;
  --lf-ink-2: #222328;
  --lf-body: rgba(0, 0, 0, 0.65);
  --lf-muted: #919194;
  --lf-surface: #f5f8f9;
  --lf-border: #e6ebef;
  --lf-radius: 6px;
  --lf-shadow: 0 12px 34px rgba(34, 35, 40, 0.08);
  --lf-shadow-lg: 0 20px 50px rgba(34, 35, 40, 0.12);
}

/* ------------------------------------------------------------ Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: var(--lf-primary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 var(--lf-radius) 0;
}
.skip-link:focus {
  left: 0;
  color: #fff;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lf-primary);
  outline-offset: 2px;
}

/* ---------------------------------------------------------------- Header */
.header-top-socials a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  margin-right: 6px;
  transition: all 0.25s ease;
}
.header-top-socials a:hover {
  background: var(--lf-primary);
  color: #fff;
}
.header-top-loc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin-left: 6px;
}
.navbar-nav .nav-item.active > .nav-link {
  color: var(--lf-primary);
}
.dropdown-menu {
  box-shadow: var(--lf-shadow);
}

/* ------------------------------------------------------------ Hero (home) */
.lf-hero {
  position: relative;
  background: linear-gradient(rgba(20, 21, 25, 0.82), rgba(20, 21, 25, 0.82)),
    url("../images/bg/home-1.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 0 130px;
}
.lf-hero .eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: rgba(247, 87, 87, 0.9);
  padding: 7px 16px;
  border-radius: 40px;
  margin-bottom: 22px;
}
.lf-hero h1 {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.14;
  font-weight: 700;
  margin-bottom: 22px;
}
.lf-hero h1 span {
  color: var(--lf-primary);
}
.lf-hero p.lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 32px;
  max-width: 620px;
  margin-bottom: 34px;
}
.lf-hero-points {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.lf-hero-points li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 26px;
  font-size: 15px;
}
.lf-hero-points li i {
  color: var(--lf-primary);
  margin-right: 8px;
}

@media (max-width: 767px) {
  .lf-hero {
    padding: 110px 0 90px;
  }
  .lf-hero h1 {
    font-size: 2.1rem;
  }
  .lf-hero-points li {
    display: block;
    margin: 0 0 10px;
  }
}

/* --------------------------------------------------------- Page title bar */
.lf-page-title {
  position: relative;
  background: linear-gradient(rgba(20, 21, 25, 0.84), rgba(20, 21, 25, 0.84)),
    url("../images/about/bg-1.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 0 90px;
  text-align: center;
}
.lf-page-title h1 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 14px;
}
.lf-page-title p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto;
}
.lf-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  font-size: 14px;
}
.lf-breadcrumb li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.lf-breadcrumb li a {
  color: #fff;
}
.lf-breadcrumb li a:hover {
  color: var(--lf-primary);
}
.lf-breadcrumb li + li:before {
  content: "/";
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .lf-page-title {
    padding: 90px 0 60px;
  }
  .lf-page-title h1 {
    font-size: 1.9rem;
  }
}

/* --------------------------------------------------------------- Sections */
.lf-section {
  padding: 90px 0;
}
.lf-section-sm {
  padding: 60px 0;
}
.lf-bg-surface {
  background: var(--lf-surface);
}
.lf-eyebrow {
  display: block;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--lf-primary);
  margin-bottom: 12px;
}
.lf-lead {
  font-size: 1.05rem;
  line-height: 32px;
}

/* ------------------------------------------------------------- Stat strip */
.lf-stats {
  background: var(--lf-ink-2);
  padding: 55px 0;
}
.lf-stat {
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
.lf-stat .num {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--lf-primary);
  line-height: 1.1;
  display: block;
}
.lf-stat .label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-top: 6px;
  display: block;
}

/* ------------------------------------------------------------- Card grids */
.lf-card {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 34px 28px;
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.lf-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lf-shadow);
  border-color: var(--lf-primary-line);
}
.lf-card .ico {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: var(--lf-radius);
  background: var(--lf-primary-soft);
  color: var(--lf-primary);
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.lf-card h4,
.lf-card h3 {
  margin-bottom: 12px;
}
.lf-card p {
  margin-bottom: 0;
  font-size: 16px;
}
.lf-card .lf-card-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  color: var(--lf-primary);
  font-size: 15px;
}
.lf-card .lf-card-link i {
  transition: transform 0.2s ease;
  margin-left: 6px;
}
.lf-card:hover .lf-card-link i {
  transform: translateX(4px);
}

.lf-card-dark {
  background: var(--lf-ink-2);
  border-color: transparent;
}
.lf-card-dark h3,
.lf-card-dark h4 {
  color: #fff;
}
.lf-card-dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* ------------------------------------------------------------ Process row */
.lf-step {
  position: relative;
  padding: 0 18px 0 0;
}
.lf-step .step-num {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--lf-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
}
.lf-step h4 {
  margin-bottom: 10px;
}
.lf-step p {
  font-size: 16px;
  margin-bottom: 0;
}
.lf-step:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 52px;
  right: -10px;
  height: 1px;
  border-top: 1px dashed var(--lf-primary-line);
}
.lf-step-last:after,
.lf-steps .col-lg-3:last-child .lf-step:after {
  display: none;
}
@media (max-width: 991px) {
  .lf-step:after {
    display: none;
  }
  .lf-step {
    margin-bottom: 34px;
  }
}

/* ----------------------------------------------------- Traffic / channels */
.lf-channel {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 22px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
}
.lf-channel:hover {
  border-color: var(--lf-primary);
  box-shadow: var(--lf-shadow);
}
.lf-channel i {
  font-size: 26px;
  color: var(--lf-primary);
  display: block;
  margin-bottom: 12px;
}
.lf-channel h6 {
  font-size: 15px;
  margin-bottom: 6px;
}
.lf-channel span {
  font-size: 13px;
  color: var(--lf-muted);
  display: block;
  line-height: 20px;
}

/* ------------------------------------------------------------- Check list */
.lf-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lf-checklist li {
  position: relative;
  padding: 0 0 14px 34px;
  line-height: 28px;
}
.lf-checklist li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  background: var(--lf-primary-soft);
  color: var(--lf-primary);
}
.lf-checklist-white li {
  color: rgba(255, 255, 255, 0.82);
}
.lf-checklist-white li:before {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ------------------------------------------------------------------ Split */
.lf-split-img {
  border-radius: var(--lf-radius);
  overflow: hidden;
  box-shadow: var(--lf-shadow);
}
.lf-split-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------------- Quote box */
.lf-quote {
  border-left: 4px solid var(--lf-primary);
  background: var(--lf-surface);
  padding: 26px 30px;
  border-radius: 0 var(--lf-radius) var(--lf-radius) 0;
  font-size: 1.05rem;
  line-height: 32px;
  color: var(--lf-ink);
}

/* --------------------------------------------------------- Pricing/tiers */
.lf-tier {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 38px 30px;
  height: 100%;
  position: relative;
  transition: all 0.28s ease;
}
.lf-tier:hover {
  box-shadow: var(--lf-shadow-lg);
  transform: translateY(-4px);
}
.lf-tier.is-featured {
  border-color: var(--lf-primary);
  box-shadow: var(--lf-shadow);
}
.lf-tier .tier-flag {
  position: absolute;
  top: -13px;
  left: 30px;
  background: var(--lf-primary);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 30px;
}
.lf-tier h3 {
  margin-bottom: 6px;
}
.lf-tier .tier-sub {
  color: var(--lf-muted);
  font-size: 15px;
  margin-bottom: 22px;
  display: block;
}

/* --------------------------------------------------------------- Accordion */
.lf-accordion .lf-acc-item {
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
}
.lf-accordion .lf-acc-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 20px 56px 20px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--lf-ink);
  position: relative;
  cursor: pointer;
}
.lf-accordion .lf-acc-btn:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 13px;
  color: var(--lf-primary);
  transition: transform 0.25s ease;
}
.lf-accordion .lf-acc-btn[aria-expanded="true"]:after {
  content: "\f068";
}
.lf-accordion .lf-acc-body {
  padding: 0 24px 22px;
  color: var(--lf-body);
  line-height: 30px;
}

/* ------------------------------------------------------------------ Forms */
.lf-form-card {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 38px 34px;
  box-shadow: var(--lf-shadow);
}
.lf-form-card label {
  font-size: 14px;
  font-weight: 600;
  color: var(--lf-ink);
  margin-bottom: 6px;
  display: block;
}
.lf-form-card .form-control {
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  height: 50px;
  padding: 10px 16px;
  font-size: 15px;
  background: #fff;
}
.lf-form-card textarea.form-control {
  height: auto;
}
.lf-form-card .form-control:focus {
  border-color: var(--lf-primary);
  box-shadow: 0 0 0 3px var(--lf-primary-soft);
}
.lf-form-card .form-control.is-invalid {
  border-color: var(--lf-primary-dark);
}
.lf-req {
  color: var(--lf-primary);
}
.lf-consent {
  font-size: 12.5px;
  line-height: 21px;
  color: var(--lf-muted);
}
.lf-consent a {
  color: var(--lf-primary);
  text-decoration: underline;
}
.lf-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0;
  height: 0;
  width: 0;
}

.lf-alert {
  border-radius: var(--lf-radius);
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 26px;
  border: 1px solid transparent;
}
.lf-alert-ok {
  background: #eefaf3;
  border-color: #b9e6cd;
  color: #1c6b45;
}
.lf-alert-err {
  background: #fdeeee;
  border-color: #f6c9c9;
  color: #a32626;
}
.lf-alert ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

/* -------------------------------------------------------------- Contact */
.lf-contact-tile {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  padding: 28px 24px;
  height: 100%;
  transition: all 0.25s ease;
}
.lf-contact-tile:hover {
  border-color: var(--lf-primary-line);
  box-shadow: var(--lf-shadow);
}
.lf-contact-tile i {
  font-size: 22px;
  color: var(--lf-primary);
  margin-bottom: 14px;
  display: block;
}
.lf-contact-tile h5 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.lf-contact-tile p,
.lf-contact-tile a {
  font-size: 15px;
  color: var(--lf-body);
  margin-bottom: 0;
  line-height: 27px;
}
.lf-contact-tile a:hover {
  color: var(--lf-primary);
}

.lf-map-wrap {
  position: relative;
  width: 100%;
  height: 430px;
  border-top: 4px solid var(--lf-primary);
  background: var(--lf-surface);
}
.lf-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(25%);
}
.lf-map-card {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  border-radius: var(--lf-radius);
  padding: 22px 26px;
  box-shadow: var(--lf-shadow-lg);
  max-width: 330px;
  z-index: 2;
}
.lf-map-card h5 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.lf-map-card p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: var(--lf-body);
}
@media (max-width: 767px) {
  .lf-map-wrap {
    height: 340px;
  }
  .lf-map-card {
    position: static;
    max-width: none;
    box-shadow: none;
    border: 1px solid var(--lf-border);
    margin: 0 15px 20px;
  }
}

/* --------------------------------------------------- Compliance callout */
.lf-callout {
  background: var(--lf-ink-2);
  border-radius: var(--lf-radius);
  padding: 46px 44px;
  color: rgba(255, 255, 255, 0.78);
}
.lf-callout h2,
.lf-callout h3 {
  color: #fff;
}
.lf-callout .lf-eyebrow {
  color: var(--lf-primary);
}
@media (max-width: 767px) {
  .lf-callout {
    padding: 32px 24px;
  }
}

/* --------------------------------------------------------- Logo/trust row */
.lf-trust {
  border-top: 1px solid var(--lf-border);
  border-bottom: 1px solid var(--lf-border);
  padding: 26px 0;
}
.lf-trust span {
  font-size: 14px;
  color: var(--lf-muted);
  letter-spacing: 0.6px;
}
.lf-trust strong {
  color: var(--lf-ink);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

/* Hero outline button — theme default is dark ink, which disappears against
   the dark hero image. Force white until hover fills the button with coral. */
.lf-hero .btn-solid-border,
.lf-page-title .btn-solid-border {
  color: #fff;
  border-color: #fff;
}
.lf-hero .btn-solid-border:hover,
.lf-hero .btn-solid-border:focus,
.lf-page-title .btn-solid-border:hover,
.lf-page-title .btn-solid-border:focus {
  background: var(--lf-primary);
  border-color: var(--lf-primary);
  color: #fff;
}

/* ------------------------------------------------------------ Prefooter */
.prefooter-cta {
  background: linear-gradient(rgba(20, 21, 25, 0.9), rgba(20, 21, 25, 0.9)),
    url("../images/bg/counter.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.prefooter-cta h2 {
  font-size: 1.75rem;
  line-height: 38px;
}
.prefooter-phone {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.prefooter-phone:hover {
  color: var(--lf-primary);
}

/* --------------------------------------------------------------- Footer
   The theme footer sits on a WHITE background, so all text here must be
   dark. Do not switch these to white unless .footer also gets a dark
   background — that combination is what made the address invisible. */
.footer {
  background: #fff;
  border-top: 1px solid var(--lf-border);
  padding-top: 70px;
}
.footer .widget h4 {
  color: var(--lf-ink);
  font-size: 1.05rem;
}
.footer .logo h3 {
  color: var(--lf-ink);
}
.footer .logo h3 span {
  color: var(--lf-primary);
}
.footer-about {
  font-size: 15px;
  line-height: 27px;
  color: var(--lf-body);
}
.footer-menu a {
  color: var(--lf-body);
  font-size: 15px;
}
.footer-menu a:hover {
  color: var(--lf-primary);
  padding-left: 4px;
}
.footer-contact li {
  font-size: 15px;
  color: var(--lf-body);
  line-height: 26px;
  margin-bottom: 10px;
}
.footer-contact li i {
  color: var(--lf-primary);
}
.footer-contact a {
  color: var(--lf-body);
}
.footer-contact a:hover {
  color: var(--lf-primary);
}
.footer-socials a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: var(--lf-primary-soft);
  color: var(--lf-primary);
  border: 1px solid var(--lf-primary-line);
  transition: all 0.25s ease;
}
.footer-socials a:hover {
  background: var(--lf-primary);
  color: #fff;
  border-color: var(--lf-primary);
}
.footer-socials li a {
  margin-left: 0;
  margin-right: 10px;
}
.footer .copyright {
  color: var(--lf-body);
  font-size: 14.5px;
}
.footer-disclaimer {
  color: var(--lf-muted);
  font-size: 12.5px;
}

/* ------------------------------------------------------- Mobile call bar */
.mobile-call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: var(--lf-primary);
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.14);
}
.mobile-call-bar:hover,
.mobile-call-bar:focus {
  color: #fff;
  background: var(--lf-primary-dark);
}
@media (max-width: 991px) {
  body {
    padding-bottom: 52px;
  }
  #scroll-to-top {
    bottom: 70px;
  }
}

/* --------------------------------------------------------- Legal pages */
.lf-legal h2 {
  font-size: 1.5rem;
  margin-top: 38px;
  margin-bottom: 14px;
}
.lf-legal h3 {
  font-size: 1.2rem;
  margin-top: 26px;
  margin-bottom: 10px;
}
.lf-legal p,
.lf-legal li {
  line-height: 30px;
}
.lf-legal ul {
  margin-bottom: 18px;
}
.lf-legal .lf-updated {
  color: var(--lf-muted);
  font-size: 14px;
}

/* ----------------------------------------------------------- Utilities */
.lf-mt-n5 {
  margin-top: -3rem;
}
.text-color {
  color: var(--lf-primary) !important;
}
.lf-divider {
  height: 1px;
  background: var(--lf-border);
  margin: 60px 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
