/* =====================================================
   Leaforge Main CSS - Cleaned
   Unused selectors removed by comparing all HTML/PHP/JS files.
   Duplicate selector blocks merged; final/important values preserved.
   ===================================================== */

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --lf-home-section-side-space-mobile: 20px;
  --lf-footer-bg-alt: #22262a;
  --lf-footer-bottom-bg: #1b1f23;
  --lf-footer-text: #a5adb5;
  --lf-footer-muted: #8f969d;
  --lf-footer-white: #ffffff;
  --lf-footer-accent: #087869;
  --lf-footer-border: rgba(255, 255, 255, 0.12);
  --lf-home-section-side-space: 50px;
  --lf-page-section-side-space: 50px;
  --lf-mobile-section-side-space: 20px;
  --lf-benefits-left-right-space: 50px;
  --lf-benefits-mobile-left-right-space: 20px;
  --lf-modern-section-top-space: 70px;
  --lf-modern-section-right-space: 100px;
  --lf-modern-section-bottom-space: 85px;
  --lf-modern-section-left-space: 100px;
  --lf-modern-section-tablet-right-space: 50px;
  --lf-modern-section-tablet-left-space: 50px;
  --lf-modern-section-mobile-top-space: 55px;
  --lf-modern-section-mobile-right-space: 20px;
  --lf-modern-section-mobile-bottom-space: 65px;
  --lf-modern-section-mobile-left-space: 20px;
  --lf-industry-section-top-space: 70px;
  --lf-industry-section-right-space: 100px;
  --lf-industry-section-bottom-space: 85px;
  --lf-industry-section-left-space: 100px;
  --lf-industry-section-tablet-right-space: 50px;
  --lf-industry-section-tablet-left-space: 50px;
  --lf-industry-section-mobile-top-space: 55px;
  --lf-industry-section-mobile-right-space: 20px;
  --lf-industry-section-mobile-bottom-space: 65px;
  --lf-industry-section-mobile-left-space: 20px;
  --lf-why-section-top-space: 70px;
  --lf-why-section-right-space: 50px;
  --lf-why-section-bottom-space: 85px;
  --lf-why-section-left-space: 50px;
  --lf-why-section-tablet-right-space: 50px;
  --lf-why-section-tablet-left-space: 50px;
  --lf-why-section-mobile-top-space: 55px;
  --lf-why-section-mobile-right-space: 20px;
  --lf-why-section-mobile-bottom-space: 65px;
  --lf-why-section-mobile-left-space: 20px;
  --lf-header-bg-top-space: 120px;
  --lf-header-bg-right-space: 50px;
  --lf-header-bg-bottom-space: 120px;
  --lf-header-bg-left-space: 50px;
  --lf-footer-bg: #161616;
  --lf-section-margin-top: 0px;
  --lf-section-margin-bottom: 0px;
  --lf-section-padding-top: 0px;
  --lf-section-padding-bottom: 0px;
  --lf-animation-distance: 28px;
  --lf-animation-duration: 0.85s;
  --lf-animation-delay: 0s;
  --lf-home-hero-overlay: rgba(0, 0, 0, 0.47);
  --lf-home-hero-dot: #ffffff;
  --lf-home-hero-dot-active: #034336;
  --lf-v7-primary: #ffffff;
  --lf-v7-dark: #ffffff;
  --lf-v7-light: #034336;
  --lf-v7-text: #ffffff;
  --lf-v7-container: 1320px;
}

html.lf-page-loading body {
  opacity: 1 !important;
}

html.lf-page-ready body {
  transition: opacity 0.42s ease;
  opacity: 1 !important;
}

@media (max-width: 1399.98px) {
  :root {
    --lf-v7-container: 1140px;
  }

}

@media (max-width: 1199.98px) {
  :root {
    --lf-v7-container: 960px;
  }

}

.lf-fw2-header * {
  box-sizing: border-box;
}

.lf-fw2-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-fw2-nav>ul>li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  background: #1d3d46;
  transform: translateY(-50%);
  opacity: 0.65;
}

.lf-fw2-dropdown:hover .lf-fw2-arrow {
  transform: rotate(225deg);
  margin-top: 4px;
}

.lf-fw2-dropdown:focus-within>.lf-fw2-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lf-fw2-dropdown:hover>.lf-fw2-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lf-fw2-dropdown-menu li a {
  display: block;
  padding: 13px 22px;
  color: #0f2b35;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lf-fw2-dropdown-menu li a:hover {
  background: #f1faf8;
  color: #08745f;
  padding-left: 30px;
}

.lf-fw2-menu-toggle span {
  display: block;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  background: #032b23;
  transition: all 0.25s ease;
}

.lf-fw2-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.lf-fw2-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.lf-fw2-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.lf-fw2-topbar {
  height: 35px !important;
  min-height: 35px !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.lf-fw2-logo {
  min-width: 360px;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
  position: relative !important;
}

.lf-fw2-logo img {
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 77px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
}

.lf-fw2-logo-img {
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 77px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
}

.lf-fw2-logo-scrolled {
  display: none !important;
}

.lf-fw2-nav {
  display: flex !important;
  align-items: center !important;
}

.lf-fw2-nav>ul {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lf-fw2-nav>ul>li {
  position: relative !important;
}

.lf-fw2-nav>ul>li+li {
  border-left: 1px solid #c9d1d9 !important;
}

.lf-fw2-nav>ul>li>a {
  white-space: nowrap;
  transition: color 0.25s ease;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 9px 19px !important;
  color: #f9f9f9 !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.1px !important;
}

.lf-fw2-nav>ul>li>a:hover {
  color: #ffffff !important;
}

.lf-fw2-dropdown:hover .lf-fw2-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.lf-fw2-dropdown-menu a {
  display: block !important;
  padding: 11px 18px !important;
  color: #0f2b35 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.lf-fw2-dropdown-menu a:hover {
  background: #C3F5EA !important;
  color: #08745f !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li>a:hover {
  color: #ffffff !important;
  background: #227e7a !important;
}

.lf-fw2-menu-toggle {
  width: 44px;
  height: 38px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: none;
}

.lf-fw2-header .lf-fw2-logo .lf-fw2-logo-normal {
  display: block !important;
}

.lf-fw2-header .lf-fw2-logo .lf-fw2-logo-scrolled {
  display: none !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo .lf-fw2-logo-normal {
  display: none !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo .lf-fw2-logo-scrolled {
  display: block !important;
}

.lf-fw2-header .lf-fw2-logo .lf-fw2-logo-img {
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 75px !important;
  object-fit: contain !important;
  filter: none !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo .lf-fw2-logo-img {
  width: 250px !important;
  max-width: 250px !important;
  max-height: 75px !important;
}

.lf-fw2-topbar .lf-fw2-container {
  width: 100% !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.lf-fw2-topbar .lf-fw2-topbar-inner {
  width: 100% !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.lf-fw2-topbar-inner {
  height: 34px !important;
  min-height: 34px !important;
  width: 100% !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.lf-fw2-topbar-left {
  display: none !important;
}

.lf-fw2-topbar-links {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 26px !important;
  text-align: right !important;
}

.lf-fw2-topbar-links a {
  line-height: 1 !important;
  white-space: nowrap;
  transition: opacity 0.25s ease;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.dropdown-menu a:hover {
  transform: translateY(-1px);
}

.lf-fw2-nav a:hover {
  transform: translateY(-1px);
}

.navbar a:hover {
  transform: translateY(-1px);
}

.lf-fw2-nav .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease,
  transform 0.18s ease,
  visibility 0.18s ease;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease,
  transform 0.18s ease,
  visibility 0.18s ease;
}

.lf-fw2-nav .dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lf-fw2-nav li:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar li:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lf-fw2-nav a {
  transition: color 0.18s ease,
  background-color 0.18s ease;
}

.navbar a {
  transition: color 0.18s ease,
  background-color 0.18s ease;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li {
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo img {
  width: 225px !important;
  max-width: 225px !important;
  max-height: 66px !important;
}

body.home-page.lf-header-scrolled {
  padding-top: 0 !important;
  scroll-padding-top: 105px !important;
}

body.lf-header-scrolled {
  padding-top: 0 !important;
  scroll-padding-top: 105px !important;
}

html.lf-header-scrolled {
  padding-top: 0 !important;
  scroll-padding-top: 105px !important;
}

.lf-fw2-header .lf-fw2-logo {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo {
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo {
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header .lf-fw2-logo-normal {
  display: block !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo-normal {
  display: block !important;
}

.lf-fw2-header .lf-fw2-logo-scrolled {
  display: none !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo-scrolled {
  display: none !important;
}

.lf-fw2-header .lf-fw2-logo img {
  width: 240px !important;
  max-width: 240px !important;
  height: auto !important;
  max-height: 70px !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header .lf-fw2-logo-img {
  width: 240px !important;
  max-width: 240px !important;
  height: auto !important;
  max-height: 70px !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo img {
  width: 240px !important;
  max-width: 240px !important;
  height: auto !important;
  max-height: 70px !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-logo-img {
  width: 240px !important;
  max-width: 240px !important;
  height: auto !important;
  max-height: 70px !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header .lf-fw2-nav>ul>li+li {
  border-left-color: rgba(255, 255, 255, 0.35) !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li+li {
  border-left-color: rgba(255, 255, 255, 0.35) !important;
}

.lf-fw2-header .lf-fw2-get-started {
  color: #ffffff !important;
  background: #227e7a !important;
  padding: 11px 20px !important;
  border-radius: 6px !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-get-started {
  color: #ffffff !important;
  background: #227e7a !important;
  padding: 11px 20px !important;
  border-radius: 6px !important;
}

.lf-fw2-header {
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  display: block !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
}

.lf-fw2-header.is-scrolled {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  display: block !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
}

.lf-fw2-header .lf-fw2-topbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  background: #067559 !important;
  display: flex !important;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-topbar {
  background: #067559 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.lf-fw2-header .lf-fw2-main {
  border-bottom-color: #034336 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: #034336 !important;
  border-bottom: 1px solid #034336 !important;
  z-index: 999999 !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-main {
  border-bottom-color: #034336 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: #034336 !important;
  border-bottom: 1px solid #034336 !important;
  z-index: 999999 !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-main-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: 100px !important;
  min-height: 100px !important;
}

body.lf-header-scrolled.home-page {
  padding-top: 0 !important;
}

body.lf-header-scrolled:not(.home-page) {
  padding-top: 82px !important;
}

.lf-fw2-header .lf-fw2-nav>ul {
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav {
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav>ul {
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lf-fw2-header .lf-fw2-nav>ul>li>a {
  font-size: 17px !important;
  color: #ffffff !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li>a {
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 17px !important;
  color: #ffffff !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo-normal {
  display: none !important;
}

.lf-fw2-header.has-white-logo.is-scrolled .lf-fw2-logo-scrolled {
  display: block !important;
}

.lf-fw2-dropdown-menu {
  width: 340px;
  border-top: 4px solid #08745f;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12) !important;
  list-style: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.25s ease !important;
  z-index: 999999 !important;
  min-width: 310px !important;
}

@media (max-width: 1320px) {
  .lf-fw2-logo {
    min-width: 300px;
  }

  .lf-fw2-logo img {
    width: 285px;
    max-height: 70px;
  }

  .lf-fw2-nav>ul>li>a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

}

@media (max-width: 1100px) {
  .lf-fw2-topbar {
    display: none;
  }

  .lf-fw2-logo {
    min-width: 240px;
  }

  .lf-fw2-logo img {
    width: 230px;
    max-height: 58px;
  }

  .lf-fw2-menu-toggle {
    display: block;
  }

  .lf-fw2-nav {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    display: none;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(2, 54, 61, 0.12);
  }

  .lf-fw2-nav.open {
    display: block;
  }

  .lf-fw2-nav>ul {
    display: block;
    padding: 0 0 18px;
  }

  .lf-fw2-nav>ul>li:not(:last-child)::after {
    display: none;
  }

  .lf-fw2-nav>ul>li>a {
    padding: 15px 24px;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #edf1f2;
  }

  .lf-fw2-dropdown-menu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: 0;
    background: #f7fbfa;
    padding: 0;
  }

  .lf-fw2-dropdown.open>.lf-fw2-dropdown-menu {
    display: block;
  }

  .lf-fw2-dropdown.open .lf-fw2-arrow {
    transform: rotate(225deg);
    margin-top: 4px;
  }

  .lf-fw2-dropdown-menu li a {
    padding: 13px 38px;
    font-size: 15px;
    border-bottom: 1px solid #e3eeee;
  }

}

@media (max-width: 600px) {
  .lf-fw2-nav {
    top: 72px;
  }

  .lf-fw2-logo {
    min-width: 190px;
  }

  .lf-fw2-logo img {
    width: 185px;
    max-height: 48px;
  }

}

@media (max-width: 1050px) {
  .lf-fw2-logo img {
    width: 200px !important;
    max-width: 200px !important;
  }

  .lf-fw2-logo-img {
    width: 200px !important;
    max-width: 200px !important;
  }

  .lf-fw2-menu-toggle {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    background: #08745f !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
  }

  .lf-fw2-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    background: #ffffff !important;
    display: block !important;
  }

  .lf-fw2-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    background: #ffffff !important;
    padding: 16px 20px !important;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12) !important;
  }

  .lf-fw2-nav.active {
    display: block !important;
  }

  .lf-fw2-nav>ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .lf-fw2-nav>ul>li {
    border-left: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .lf-fw2-nav>ul>li+li {
    border-left: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .lf-fw2-nav>ul>li>a {
    color: #0f2b35 !important;
    width: 100% !important;
    padding: 14px 0 !important;
    font-size: 16px !important;
  }

  body.home-page.lf-header-scrolled {
    padding-top: 0 !important;
    scroll-padding-top: 82px !important;
  }

  body.lf-header-scrolled {
    padding-top: 0 !important;
    scroll-padding-top: 82px !important;
  }

  html {
    padding-top: 0 !important;
    scroll-padding-top: 82px !important;
  }

  html.lf-header-scrolled {
    padding-top: 0 !important;
    scroll-padding-top: 82px !important;
  }

  .lf-fw2-header {
    top: -35px !important;
  }

  .lf-fw2-header.is-scrolled {
    top: -35px !important;
  }

  .lf-fw2-header .lf-fw2-logo img {
    width: 185px !important;
    max-width: 185px !important;
    max-height: 58px !important;
  }

  .lf-fw2-header .lf-fw2-logo-img {
    width: 185px !important;
    max-width: 185px !important;
    max-height: 58px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo img {
    width: 185px !important;
    max-width: 185px !important;
    max-height: 58px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo-img {
    width: 185px !important;
    max-width: 185px !important;
    max-height: 58px !important;
  }

  .lf-fw2-header .lf-fw2-nav {
    display: none !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav {
    display: none !important;
  }

  .lf-fw2-header .lf-fw2-nav.active {
    display: block !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav.active {
    display: block !important;
  }

  .lf-fw2-header.is-scrolled.nav-open .lf-fw2-nav {
    display: block !important;
  }

  .lf-fw2-header.nav-open .lf-fw2-nav {
    display: block !important;
  }

  .lf-fw2-header .lf-fw2-nav.active>ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav.active>ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .lf-fw2-header.is-scrolled.nav-open .lf-fw2-nav>ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .lf-fw2-header.nav-open .lf-fw2-nav>ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .lf-fw2-header .lf-fw2-nav>ul>li>a {
    color: #0f2b35 !important;
    font-size: 16px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li>a {
    width: 100% !important;
    padding: 14px 0 !important;
    color: #0f2b35 !important;
    font-size: 16px !important;
  }

  .lf-fw2-header .lf-fw2-main-inner {
    height: 76px !important;
    min-height: 76px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-main-inner {
    height: 72px !important;
    min-height: 72px !important;
  }

  body.lf-header-scrolled.home-page {
    padding-top: 0 !important;
  }

  body.lf-header-scrolled:not(.home-page) {
    padding-top: 72px !important;
  }

}

@media (max-width: 640px) {
  .lf-fw2-topbar-links {
    gap: 12px !important;
  }

  .lf-fw2-topbar-links a {
    font-size: 12px !important;
  }

  .lf-fw2-logo img {
    width: 175px !important;
    max-width: 175px !important;
  }

  .lf-fw2-logo-img {
    width: 175px !important;
    max-width: 175px !important;
  }

  .lf-fw2-header .lf-fw2-logo img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .lf-fw2-header .lf-fw2-logo-img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo-img {
    width: 165px !important;
    max-width: 165px !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  .dropdown-menu {
    transition: none !important;
    animation: none !important;
  }

  .dropdown-menu a {
    transition: none !important;
    animation: none !important;
  }

  .lf-fw2-nav a {
    transition: none !important;
    animation: none !important;
  }

  .navbar a {
    transition: none !important;
    animation: none !important;
  }

  html.lf-page-ready body {
    transition: none !important;
    animation: none !important;
  }

  .lf-fw2-nav .dropdown-menu {
    animation: none !important;
    transition: none !important;
  }

  .navbar .dropdown-menu {
    animation: none !important;
    transition: none !important;
  }

  body {
    animation: none !important;
    transition: none !important;
  }

}

.hero {
  margin-top: 0;
}

section:first-of-type {
  margin-top: 0;
}

video {
  max-width: 100%;
}

body.home-page main {
  margin-top: 0 !important;
}

body>section:first-of-type {
  margin-top: 0 !important;
}

main>section:first-child {
  margin-top: 0 !important;
}

body.home-page .lf-home-slider-hero {
  width: 100%;
  min-height: 700px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  background: #111111;
}

body.home-page .lf-home-hero-slide {
  width: 100%;
  min-height: 700px;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-image: var(--lf-home-hero-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

body.home-page .lf-home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

body.home-page .lf-home-hero-slide.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--lf-home-hero-image);
  background-size: cover;
  background-position: center center;
  animation: lfHeroImageZoom 6s ease forwards;
  z-index: 0;
}

body.home-page .lf-home-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
}

body.home-page .lf-home-hero-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--lf-home-hero-dot);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

body.home-page .lf-home-hero-dots button.is-active {
  width: 36px;
  border-radius: 999px;
  background: var(--lf-home-hero-dot-active);
  border-color: var(--lf-home-hero-dot-active);
}

.lf-home-hero-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 128px) !important;
  min-height: 620px !important;
  max-height: 732px !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #111111;
}

.lf-home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.04);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 6s ease;
}

.lf-home-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1);
  z-index: 2;
}

.lf-home-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgb(255, 255, 255);
  z-index: 1;
}

.lf-home-slide-content {
  position: relative;
  z-index: 3;
  height: 100%;
  width: min(100% - 40px, 1150px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}

.lf-home-slide-content h1 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 800;
  line-height: 1.18;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  animation: lfHeroSlideDown 0.8s ease both;
}

.lf-home-slide-content p {
  margin: 0 0 34px;
  color: #ffffff;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  animation: lfHeroFadeUp 0.9s ease 0.2s both;
}

.lf-home-slide-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.lf-home-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: #034336;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.lf-home-slider-arrow span {
  font-size: 58px;
  line-height: 0.8;
  font-weight: 200;
}

.lf-home-slider-arrow:hover {
  background: #08745f;
  border-color: #08745f;
  transform: translateY(-50%) scale(1.06);
}

.lf-home-slider-prev {
  left: 70px;
}

.lf-home-slider-next {
  right: 70px;
}

.lf-home-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}

.lf-home-slider-dots button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lf-home-slider-dots button.active {
  background: #034336;
  border-color: #08745f;
  box-shadow: 0 0 0 5px rgba(101, 181, 48, 0.20);
}

body.home-page .lf-home-slider-arrow span {
  font-size: 46px !important;
}

body.home-page .lf-home-slider-prev {
  left: 42px !important;
}

body.home-page .lf-home-slider-next {
  right: 42px !important;
}

body.home-page .lf-home-slider-dots button {
  width: 14px !important;
  height: 14px !important;
}

body.home-page .lf-home-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

body.home-page .lf-home-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

body.home-page .lf-home-slider-arrow {
  width: 54px !important;
  height: 54px !important;
  z-index: 10 !important;
}

body.home-page .lf-home-slider-dots {
  bottom: 28px !important;
  z-index: 10 !important;
}

body.home-page .lf-home-slider-arrow:focus {
  outline: 3px solid rgba(8, 116, 95, 0.35) !important;
  outline-offset: 4px !important;
}

body.home-page .lf-home-slide {
  transform: none !important;
  height: 100% !important;
  min-height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-repeat: no-repeat !important;
  transition: opacity 0.65s ease, visibility 0.65s ease !important;
  background-size: contain !important;
  background-position: center center !important;
}

body.home-page .lf-home-slide-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(
    90deg,
    rgba(8, 131, 122, 0.411) 0%,
    rgba(255, 255, 255, 0.05) 100%
  ) !important;

  backdrop-filter: blur(0.5px) !important;
  -webkit-backdrop-filter: blur(0.5px) !important;
}

body.home-page .lf-home-slide-buttons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

body.home-page .lf-home-slide-content {
  width: min(100% - 40px, 1080px) !important;
  padding-top: 80px !important;
  position: relative !important;
  z-index: 3 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  text-align: center !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

body.home-page .lf-home-slide-content::before {
  content: "LEAFORGE 365" !important;
  display: block !important;
  color: #ffffff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 5px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}

body.home-page .lf-home-slide-content h1 {
  margin-bottom: 24px !important;
  position: relative !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

body.home-page .lf-home-slide-content h1::after {
  content: "" !important;
  display: block !important;
  width: 82px !important;
  height: 4px !important;
  background: #ffffff !important;
  margin: 30px auto 0 !important;
}

body.home-page .lf-home-slide-content p {
  margin-bottom: 34px !important;
  max-width: 920px !important;
  margin: 30px auto 34px !important;
  color: #ffffff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  text-shadow: none !important;
}

body.home-page .lf-home-hero-slider {
  height: clamp(720px, 85vh, 800px) !important;
  min-height: clamp(720px, 85vh, 800px) !important;
  max-height: 720px !important;
  object-fit: cover !important;
  object-position: center !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #f7fbfa !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home-page .lf-home-hero-slider+section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  body.home-page .lf-home-slide-content {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.home-page .lf-home-slide-content::before {
    font-size: 12px !important;
    letter-spacing: 4px !important;
    margin-bottom: 14px !important;
  }

  body.home-page .lf-home-slide-content h1 {
    margin-bottom: 18px !important;
    font-size: 36px !important;
    line-height: 1.22 !important;
  }

  body.home-page .lf-home-slide-content h1::after {
    width: 68px !important;
    height: 3px !important;
    margin-top: 22px !important;
  }

  body.home-page .lf-home-slide-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: 22px !important;
    margin-bottom: 26px !important;
  }

}

@media (max-width: 991px) {
  body.home-page .lf-home-hero-slide {
    min-height: 560px;
  }

  body.home-page .lf-home-slider-hero {
    min-height: 560px;
  }

  .lf-home-hero-slider {
    height: 590px;
    min-height: 590px;
  }

  .lf-home-slider-prev {
    left: 24px;
  }

  .lf-home-slider-next {
    right: 24px;
  }

  .lf-home-slider-arrow {
    width: 54px;
    height: 54px;
  }

  .lf-home-slider-arrow span {
    font-size: 46px;
  }

  body.home-page .lf-home-hero-slider {
    height: clamp(500px, 74vh, 620px) !important;
    min-height: clamp(500px, 74vh, 620px) !important;
    max-height: 620px !important;
  }

  body.home-page .lf-home-slide-content {
    padding-top: 72px !important;
  }

  body.home-page .lf-home-slide-content h1 {
    font-size: clamp(32px, 5.6vw, 48px) !important;
  }

  body.home-page .lf-home-slide-content p {
    font-size: 16px !important;
  }

  body.home-page .lf-home-slider-prev {
    left: 22px !important;
  }

  body.home-page .lf-home-slider-next {
    right: 22px !important;
  }

}

@media (max-width: 575px) {
  body.home-page .lf-home-hero-slide {
    min-height: 480px;
  }

  body.home-page .lf-home-slider-hero {
    min-height: 480px;
  }

  .lf-home-hero-slider {
    height: 520px;
    min-height: 520px;
  }

  .lf-home-slide-content {
    width: min(100% - 28px, 100%);
  }

  .lf-home-slide-content h1 {
    font-size: 34px;
  }

  .lf-home-slide-content p {
    font-size: 16px;
  }

  .lf-home-slider-arrow {
    top: auto;
    bottom: 26px;
    transform: none;
  }

  .lf-home-slider-arrow:hover {
    transform: scale(1.06);
  }

  .lf-home-slider-prev {
    left: 26px;
  }

  .lf-home-slider-next {
    right: 26px;
  }

  .lf-home-slider-dots {
    bottom: 45px;
  }

  body.home-page .lf-home-hero-slider {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }

  body.home-page .lf-home-slide-content {
    width: min(100% - 28px, 100%) !important;
    padding-top: 62px !important;
  }

  body.home-page .lf-home-slide-content h1 {
    margin-bottom: 14px !important;
    font-size: 30px !important;
  }

  body.home-page .lf-home-slide-content p {
    margin-bottom: 18px !important;
    font-size: 15px !important;
  }

  body.home-page .lf-home-slide-buttons {
    gap: 12px !important;
  }

  body.home-page .lf-home-slider-arrow {
    width: 42px !important;
    height: 42px !important;
    bottom: 18px !important;
  }

  body.home-page .lf-home-slider-arrow span {
    font-size: 34px !important;
  }

  body.home-page .lf-home-slider-dots {
    bottom: 28px !important;
  }

}

.item-project {
  top: 18px;
  right: 58px;
}

.lf-help-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.lf-help-content h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.25;
  color: #253242;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
}

.lf-help-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #6b7280;
  letter-spacing: 1px;
  margin: 0 0 26px;
}

.lf-help-content p:last-child {
  margin-bottom: 0;
}

.lf-help-image-wrap {
  position: relative;
  width: 100%;
}

.lf-help-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  box-shadow: 0 22px 55px rgba(8, 120, 105, 0.18);
}

.lf-help-line {
  width: 72px;
  height: 4px;
  background: #08745f;
  margin: 34px 0 42px;
}

.lf-help-image-wrap::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 100%;
  height: 100%;
  background: #08745f;
  z-index: 0;
}

.lf-help-section {
  width: 100%;
  padding: 80px 50px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.lf-v7-project-card {
  position: relative;
}

.lf-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 72px;
  padding: 18px 36px;
  border-radius: 42px;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lf-home-btn-primary {
  background: #034336;
  color: #ffffff;
  animation: lfHeroSlideLeft 0.9s ease 0.35s both;
}

.lf-home-btn-primary:hover {
  background: #034336;
  color: #ffffff;
  transform: translateY(-4px);
}

.lf-home-btn-light {
  background: #ffffff;
  color: #111111;
  animation: lfHeroSlideRight 0.9s ease 0.35s both;
}

.lf-home-btn-light:hover {
  background: #ffffff;
  color: #111111;
  transform: translateY(-4px);
}

.lf-v7-heading-line-left {
  width: 60px;
  height: 2px;
  background: var(--lf-v7-primary);
  margin-bottom: 16px;
}

.lf-v7-heading-line-center {
  width: 60px;
  height: 2px;
  background: var(--lf-v7-primary);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.lf-v7-fade-up {
  opacity: 0;
  transform: translateY(35px);
  animation: lfV7FadeUp 0.85s ease var(--lf-v7-delay, 0s) forwards;
}

.lf-v7-round-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lf-v7-round-icon img {
  max-width: 44px;
  max-height: 44px;
  width: auto;
  height: auto;
  display: block;
}

.lf-v7-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 50rem;
  background: var(--lf-v7-primary);
  color: #161616 !important;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.lf-v7-primary-btn:hover {
  background: #161616;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.lf-v7-about-section {
  width: 100%;
  margin: 48px 0;
  padding: 0;
  overflow: hidden;
  background: var(--lf-v7-light);
}

.lf-v7-about-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}

.lf-v7-about-image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.lf-v7-about-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lf-v7-about-text {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: calc(((100vw - var(--lf-v7-container)) / 2) + 12px);
}

.lf-v7-about-inner {
  width: 100%;
}

.lf-v7-about-inner h2 {
  margin: 0 0 24px;
  color: var(--lf-v7-dark);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.lf-v7-about-inner p {
  margin: 0 0 24px;
  padding-bottom: 8px;
  color: var(--lf-v7-text);
  font-size: 18px;
  line-height: 1.5;
}

.lf-v7-about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 24px;
  padding-bottom: 16px;
}

.lf-v7-about-stat {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lf-v7-about-stat h3 {
  margin: 0 0 4px;
  color: var(--lf-v7-dark);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.lf-v7-about-stat span {
  color: var(--lf-v7-primary);
  font-weight: 500;
}

.lf-v7-projects-section {
  width: 100%;
  margin: 0;
  padding: 48px 0;
  background: #ffffff;
  overflow: hidden;
}

.lf-v7-projects-container {
  width: 100%;
  max-width: var(--lf-v7-container);
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.lf-v7-projects-heading {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}

.lf-v7-projects-heading h2 {
  margin: 0 0 48px;
  color: #161616;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.lf-v7-projects-heading p {
  max-width: 1450px;
  font-weight: 400;
  margin: 0 auto;
  color: #161616;
  font-size: 18px;
  line-height: 1.5;
}

.lf-v7-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.lf-v7-project-inner {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.lf-v7-project-inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 504 / 403;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.lf-v7-project-inner:hover img {
  transform: scale(1.1);
}

.lf-v7-project-info {
  min-height: 160px;
  text-align: center;
  padding: 24px;
  background: #ffffff;
}

.lf-v7-project-hover p {
  font-weight: 500;
  margin: 0 0 8px;
  color: #161616;
  font-size: 18px;
  line-height: 1.5;
}

.lf-v7-project-info p {
  font-weight: 500;
  margin: 0 0 8px;
  color: #161616;
  font-size: 18px;
  line-height: 1.5;
}

.lf-v7-project-hover h3 {
  margin: 0;
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.lf-v7-project-info h3 {
  margin: 0;
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.lf-v7-project-hover {
  right: 24px;
  visibility: hidden;
  transform: translateY(22px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  text-align: center;
  background: #ffffff;
  padding: 24px;
  transition: 0.5s;
  z-index: 2;
}

.lf-v7-project-inner:hover .lf-v7-project-hover {
  visibility: visible;
  transform: translateY(0);
  bottom: 0;
  opacity: 1;
}

.lf-v7-project-hover a {
  margin: 22px auto 0;
  font-weight: 300;
  transition: all 0.25s ease;
  width: 38px;
  height: 38px;
  margin-top: 16px;
  border-radius: 50%;
  background: #161616;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.lf-v7-project-hover a:hover {
  color: #ffffff;
  background: #08745f;
}

.lf-about-section {
  background: #ffffff;
  padding: 10px 20px 70px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-about-item {
  border: none;
  margin-bottom: 34px;
}

.lf-about-item summary {
  list-style: none;
  cursor: pointer;
  color: #5b5f63;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.lf-about-item summary::-webkit-details-marker {
  display: none;
}

.lf-about-item:not([open]) .lf-arrow {
  transform: rotate(180deg);
}

.lf-about-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding-left: 12px;
}

body.home-page>main {
  margin-top: 0 !important;
}

body.home-page>main>section:first-child {
  margin-top: 0 !important;
}

body>main {
  margin-top: 0 !important;
}

body>main>section:first-child {
  margin-top: 0 !important;
}

main {
  display: block;
  margin-top: 0 !important;
}

body {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #1f2933;
  animation: lfFastPageOpen 0.22s ease both;
  animation-name: lfFastPageOpen !important;
  scroll-padding-top: 105px !important;
  padding-top: 78px !important;
  transform: none !important;
  perspective: none !important;
  filter: none !important;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding-top: 0 !important;
  scroll-padding-top: 105px !important;
  transform: none !important;
  perspective: none !important;
  filter: none !important;
}

body.home-page {
  scroll-padding-top: 105px !important;
  transform: none !important;
  perspective: none !important;
  filter: none !important;
  padding-top: 0 !important;
}

body:not(.home-page) {
  padding-top: 127px !important;
}

body.home-page .lf-v7-heading-line-left {
  background: #08745f !important;
  opacity: 1 !important;
}

body.home-page .lf-v7-round-icon {
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.16) !important;
  box-shadow: 0 10px 26px rgba(8, 116, 95, 0.10) !important;
}

body.home-page .lf-home-btn {
  display: inline-block !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

body.home-page .lf-home-btn-primary {
  display: inline-block !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
  background: #08745f !important;
  color: #ffffff !important;
  border: 1px solid #08745f !important;
}

body.home-page .lf-home-btn-light {
  display: inline-block !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  text-shadow: none !important;
  background: #1b1b1b !important;
  color: #ffffff !important;
  border: 1px solid #1b1b1b !important;
}

body.home-page .lf-home-btn-light:hover {
  background: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff !important;
}

body.home-page .lf-home-btn-primary:hover {
  background: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff !important;
}

body.home-page .lf-v7-about-section {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

body:not(.home-page) .lf-inner-hero {
  position: relative !important;
  width: 100% !important;
  min-height: 520px !important;
  padding: 90px 30px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  background: linear-gradient(
  90deg,
  rgba(255,255,255,0.95) 0%,
  rgba(255,255,255,0.049) 100%,
  rgba(255, 255, 255, 0.049) 100%
  ),
  url("../images/InnerPage/D365BCSolution.webp");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body:not(.home-page) .lf-page-hero {
  position: relative !important;
  width: 100% !important;
  min-height: 520px !important;
  padding: 90px 30px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  background: linear-gradient(
  90deg,
  rgba(255,255,255,0.95) 0%,
  rgba(255,255,255,0.86) 54%,
  rgba(255,255,255,0.45) 100%
  ),
  url("../images/BCSolutionPage/LFG_BC.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body:not(.home-page) .lf-inner-hero::after {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-inner-hero::before {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-page-hero::after {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-page-hero::before {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-inner-hero-container {
  width: 100% !important;
  max-width: 1450px !important;
  margin: 0 auto !important;
  display: block !important;
  padding: 0 !important;
}

body:not(.home-page) .lf-inner-hero-content {
  max-width: 920px !important;
}

body:not(.home-page) .lf-inner-hero-kicker {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #08745f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 5px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body:not(.home-page) .lf-page-hero span {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #08745f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 5px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body:not(.home-page) .lf-inner-hero-kicker::after {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-inner-hero-kicker::before {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-inner-hero-content h1 {
  position: relative !important;
  margin: 0 !important;
  color: #0f2b35 !important;
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

body:not(.home-page) .lf-page-hero h1 {
  position: relative !important;
  margin: 0 !important;
  color: #0f2b35 !important;
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

body:not(.home-page) .lf-inner-hero-content h1 span {
  color: inherit !important;
}

body:not(.home-page) .lf-inner-hero-content h1::after {
  content: "" !important;
  display: block !important;
  width: 82px !important;
  height: 4px !important;
  margin: 30px 0 !important;
  background: #08745f !important;
}

body:not(.home-page) .lf-page-line {
  width: 82px !important;
  height: 4px !important;
  margin: 30px 0 !important;
  background: #08745f !important;
}

body:not(.home-page) .lf-inner-hero-content p {
  max-width: 920px !important;
  margin: 0 0 34px !important;
  color: #090909 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  text-shadow: none !important;
}

body:not(.home-page) .lf-page-hero p {
  max-width: 920px !important;
  margin: 0 0 34px !important;
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  text-shadow: none !important;
}

body:not(.home-page) .lf-inner-hero-card {
  display: none !important;
}

body:not(.home-page) .lf-inner-hero-tags {
  display: none !important;
}

body:not(.home-page) .lf-inner-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 0 !important;
}

body:not(.home-page) .lf-inner-hero-primary {
  display: inline-block !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  background: #08745f !important;
  border: 1px solid #08745f !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body:not(.home-page) .lf-page-btn {
  display: inline-block !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  background: #08745f !important;
  border: 1px solid #08745f !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body:not(.home-page) .lf-inner-hero-secondary {
  display: inline-block !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  border: 1px solid #08745f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #0f2b35 !important;
  border-color: #ffffff !important;
}

body:not(.home-page) .lf-inner-hero-primary:hover {
  background: #065f54 !important;
  border-color: #065f54 !important;
  color: #ffffff !important;
}

body:not(.home-page) .lf-inner-hero-secondary:hover {
  background: #065f54 !important;
  border-color: #065f54 !important;
  color: #ffffff !important;
}

body:not(.home-page) .lf-page-btn:hover {
  background: #065f54 !important;
  border-color: #065f54 !important;
  color: #ffffff !important;
}

body:not(.home-page) .lf-page-reusable-about-section {
  margin: 48px 0 !important;
  background: var(--lf-v7-light) !important;
}

body:not(.home-page) .lf-page-reusable-about-section .lf-v7-about-image img {
  object-fit: cover !important;
  object-position: center center !important;
}

body:not(.home-page) .lf-page-reusable-diagram-section {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

body:not(.home-page) main {
  padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .lf-help-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lf-help-image-wrap img {
    height: 380px;
  }

}

@media (max-width: 768px) {
  .lf-help-section {
    padding: 60px 20px;
  }

  .lf-help-content h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .lf-help-line {
    margin: 26px 0 32px;
  }

  .lf-help-content p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .lf-help-image-wrap::before {
    top: -10px;
    right: -10px;
  }

  .lf-help-image-wrap img {
    height: 280px;
  }

  .lf-about-section {
    padding: 20px 18px 50px;
  }

  .lf-about-item summary {
    align-items: flex-start;
    font-size: 17px;
  }

  .lf-about-content {
    gap: 18px;
    padding-left: 0;
  }

  body.home-page .lf-home-btn {
    min-width: 150px !important;
    min-height: 54px !important;
    padding: 13px 24px !important;
    font-size: 14px !important;
  }

  body.home-page .lf-home-btn-light {
    min-width: 150px !important;
    min-height: 54px !important;
    padding: 13px 24px !important;
    font-size: 14px !important;
  }

  body.home-page .lf-home-btn-primary {
    min-width: 150px !important;
    min-height: 54px !important;
    padding: 13px 24px !important;
    font-size: 14px !important;
  }

  body:not(.home-page) .lf-inner-hero {
    min-height: 420px !important;
    padding: 65px 22px !important;
  }

  body:not(.home-page) .lf-page-hero {
    min-height: 420px !important;
    padding: 65px 22px !important;
  }

  body:not(.home-page) .lf-inner-hero-content h1 {
    font-size: 38px !important;
    line-height: 1.18 !important;
  }

  body:not(.home-page) .lf-page-hero h1 {
    font-size: 38px !important;
    line-height: 1.18 !important;
  }

  body:not(.home-page) .lf-inner-hero-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body:not(.home-page) .lf-page-hero p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body:not(.home-page) .lf-page-reusable-diagram-section {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

}

@media (max-width: 1050px) {
  body {
    scroll-padding-top: 82px !important;
    padding-top: 118px !important;
  }

  body.home-page {
    scroll-padding-top: 82px !important;
    padding-top: 118px !important;
  }

  body:not(.home-page) {
    padding-top: 111px !important;
  }

}

@media (max-width: 991px) {
  .lf-home-btn {
    min-height: 60px;
    min-width: 170px;
    font-size: 18px;
  }

  body.home-page .lf-home-btn {
    min-width: 150px !important;
    min-height: 52px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
  }

}

@media (max-width: 575px) {
  body.home-page .lf-home-btn {
    min-width: 132px !important;
    min-height: 48px !important;
    padding: 11px 18px !important;
    font-size: 15px !important;
  }

}

@media (max-width: 1200px) {
  .lf-v7-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-v7-projects-container {
    width: min(100% - 36px, 1000px);
  }

}

@media (max-width: 700px) {
  .lf-v7-projects-section {
    padding: 58px 0 70px;
  }

  .lf-v7-projects-heading {
    margin-bottom: 42px;
  }

  .lf-v7-projects-heading h2 {
    margin-bottom: 28px;
  }

  .lf-v7-projects-heading p {
    font-size: 16px;
  }

  .lf-v7-projects-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lf-v7-project-inner img {
    height: 245px;
  }

  .lf-v7-project-hover h3 {
    font-size: 20px;
  }

  .lf-v7-project-info h3 {
    font-size: 20px;
  }

}

@media (max-width: 991.98px) {
  .lf-v7-projects-container {
    max-width: 720px;
  }

  .lf-v7-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767.98px) {
  .lf-v7-projects-container {
    max-width: 540px;
  }

}

.lf-bc-diagram-heading {
  text-align: center;
  margin-bottom: 35px;
}

.lf-bc-diagram-heading p {
  margin: 0;
  color: #111827;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.lf-bc-diagram-wrap {
  position: relative;
  width: 760px;
  height: 430px;
  margin: 35px auto 0;
}

.lf-bc-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  height: 340px;
  border: 2px dashed #1aa39b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.lf-bc-center-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: #f2f2f2;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02);
  text-align: center;
  z-index: 2;
}

.lf-bc-center-circle h3 {
  margin: 0 0 8px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.lf-bc-center-circle span {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}

.lf-bc-diagram-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 4;
}

.lf-bc-label {
  color: #454545;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  min-width: 155px;
}

.lf-bc-icon-circle {
  width: 92px;
  height: 92px;
  background: #1f2022;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  flex-shrink: 0;
}

.lf-bc-icon-circle svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lf-bc-icon-circle svg circle {
  stroke: #f5f5f5;
}

.lf-bc-icon-circle svg polygon {
  stroke: #f5f5f5;
}

.lf-bc-icon-circle svg rect {
  stroke: #f5f5f5;
}

.lf-bc-classic-heading {
  margin-bottom: 58px;
}

.lf-bc-classic-heading span {
  display: block;
  color: #2b3440;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.lf-bc-classic-heading h2 {
  margin: 0;
  color: #263241;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.lf-bc-classic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 58px;
}

.lf-bc-classic-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lf-bc-classic-card h3 {
  margin: 0;
  color: #263241;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lf-bc-orange-line {
  width: 64px;
  height: 4px;
  background: #f5a000;
  margin: 28px 0 38px;
}

.lf-bc-classic-card p {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.lf-bc-classic-card p:last-of-type {
  margin-bottom: 44px;
}

.lf-bc-diagram-heading h4 {
  margin: 0 0 12px;
  color: #08745f;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
}

.lf-bc-diagram-heading h2 {
  margin: 0 0 16px;
  color: #08745f;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.25;
}

.lf-bc-blue-line {
  width: 64px;
  height: 4px;
  background: #08745f;
  margin-top: 34px;
}

.lf-bc-know-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 62px;
  background: #08745f;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  transition: 0.3s ease;
}

.lf-bc-know-btn:hover {
  background: #08745f;
  transform: translateY(-2px);
}

.lf-bc-diagram-section {
  background: #ffffff;
  padding: 70px 20px 90px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.lf-bc-modules-green-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 58px 0 76px !important;
  background: #034336 !important;
  overflow: hidden !important;
}

.lf-bc-modules-green-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.lf-bc-modules-green-heading {
  max-width: 1250px;
  margin: 0 auto 54px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.lf-bc-modules-green-heading h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: none;
}

.lf-bc-modules-green-heading p {
  max-width: 1180px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.25px;
}

.lf-bc-modules-green-grid {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 78px;
}

.lf-bc-module-green-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 26px;
  align-items: flex-start;
}

.lf-bc-module-green-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.lf-bc-module-green-icon svg {
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
  display: block;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lf-bc-module-green-icon svg circle {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-icon svg line {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-icon svg path {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-icon svg polygon {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-icon svg polyline {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-icon svg rect {
  fill: none;
  stroke: #ffffff;
}

.lf-bc-module-green-content h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-transform: none;
}

.lf-bc-module-green-content p {
  margin: 0;
  color: #ffffff;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.lf-bc-classic-services-section {
  width: 100%;
  background: #ffffff;
  padding: 75px 20px 75px;
  font-family: "Poppins", Arial, sans-serif;
  padding-bottom: 100px !important;
}

.lf-bc-heading {
  max-width: 1180px;
  margin: 0 auto 55px;
  text-align: center;
}

.lf-bc-heading span {
  display: block;
  color: #08745f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lf-bc-heading h2 {
  margin: 0;
  color: #22262a;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
}

.lf-bc-heading p {
  margin: 0 auto;
  max-width: 900px;
  color: #666666;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.lf-bc-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lf-bc-box {
  min-height: 430px;
  padding: 78px 26px 55px;
  color: #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.35s ease;
}

.lf-bc-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  z-index: 5;
}

.lf-bc-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
}

.lf-bc-box p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.72;
}

.lf-benefits-heading {
  max-width: 1160px;
  margin: 0 auto 46px;
  text-align: center;
}

.lf-benefits-heading span {
  display: block;
  color: #034336;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lf-benefits-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.22;
}

.lf-benefits-heading p {
  max-width: 930px;
  margin: 0 auto;
  color: #667085;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.lf-benefit-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 10px 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  transition: all 0.35s ease;
}

.lf-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.lf-benefit-image {
  width: 100%;
  height: 210px;
  border-radius: 22px;
  overflow: hidden;
  background: #f7f9fc;
  border: 1px solid #e7eef6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lf-benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #ffffff;
}

.lf-benefit-content {
  padding: 28px 22px 0;
  display: flex;
  flex-direction: column;
  min-height: 315px;
}

.lf-benefit-label {
  display: block;
  color: #034336;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.lf-benefit-card h3 {
  margin: 0 0 20px;
  color: #001b3f;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
}

.lf-benefit-card p {
  margin: 0 0 44px;
  color: #001b3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.lf-bc-area-section {
  background: transparent;
  padding: 70px 50px 90px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 0 !important;
  padding-top: 70px !important;
  padding-right: var(--lf-page-section-side-space) !important;
  padding-bottom: 90px !important;
  padding-left: var(--lf-page-section-side-space) !important;
  box-sizing: border-box !important;
}

.lf-bc-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lf-benefits-section {
  margin: 0 !important;
  padding-top: 70px !important;
  padding-bottom: 90px !important;
  background: transparent;
  padding: 70px 50px 90px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-left: 100px !important;
  margin-right: 100px !important;
  padding-left: var(--lf-benefits-left-right-space) !important;
  padding-right: var(--lf-benefits-left-right-space) !important;
  box-sizing: border-box !important;
}

.lf-benefits-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100% !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.lf-hero-dynamics-365-business-central {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCSolution.webp")!important;
  --lf-inner-hero-position: center center;
}
.lf-hero-blog {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCSolution.webp")!important;
  --lf-inner-hero-position: center center;
}
.lf-hero-d365-bc-solutions {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCSolution.webp")!important;
  --lf-inner-hero-position: center center;
}

.lf-hero-d365-bc-services {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCSolution.webp")!important;
  --lf-inner-hero-position: center center;
}

.lf-hero-business-central-customization {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCCustomization.webp") !important;
  --lf-inner-hero-position: center center;
}

.lf-hero-business-central-support {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCSupport.webp") !important;
  --lf-inner-hero-position: center center;
}

.lf-hero-business-central-training {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCTraining.webp") !important;
  --lf-inner-hero-position: center center;
}

.lf-hero-smart-business-central-access {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCUI.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-construction-projects {
  --lf-inner-hero-image: url("../images/InnerPage/Construction.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-food-beverage {
  --lf-inner-hero-image: url("../images/InnerPage/Food.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-healthcare-medical-supplies {
  --lf-inner-hero-image: url("../images/InnerPage/Healthcare.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-manufacturing {
  --lf-inner-hero-image: url("../images/InnerPage/Manufacturers.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-non-profit-ngo {
  --lf-inner-hero-image: url("../images/InnerPage/Nonprofit.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-professional-services {
  --lf-inner-hero-image: url("../images/InnerPage/Professional.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-retail-ecommerce {
  --lf-inner-hero-image: url("../images/InnerPage/Retail.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-textile-apparel {
  --lf-inner-hero-image: url("../images/InnerPage/Textile.webp") !important;
  --lf-inner-hero-position: center center;
}
.lf-hero-business-central-for-wholesale-distribution {
  --lf-inner-hero-image: url("../images/InnerPage/Wholesale.webp") !important;
  --lf-inner-hero-position: center center;
}

.lf-bc-feature-row:last-child {
  border-bottom: 3px solid #ff7f1f;
}

.lf-bc-premium-title {
  margin-top: 20px;
}

.lf-bc-potential-section {
  width: 100%;
  padding: 18px 50px 70px;
  background: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-bc-potential-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.lf-bc-potential-title {
  margin: 0 0 26px;
  color: #052b45;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 1px;
}

.lf-bc-potential-desc {
  max-width: 1160px;
  margin: 0 auto 18px;
  color: #24374f;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.lf-bc-potential-desc-two {
  max-width: 1110px;
  margin-top: 12px;
}

.lf-bc-potential-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 40px;
  margin-top: 48px;
  justify-content: center;
}

.lf-bc-potential-card {
  min-height: 358px;
  padding: 36px 26px 28px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lf-bc-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
}

.lf-bc-card-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #48bde4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lf-bc-card-icon svg circle:nth-child(even) {
  stroke: #8bc63f;
}

.lf-bc-card-icon svg path:nth-child(even) {
  stroke: #8bc63f;
}

.lf-bc-potential-card h3 {
  margin: 0 0 4px;
  color: #26384f;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.lf-bc-potential-card p {
  margin: 0;
  color: #26384f;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 400;
}

.lf-bc-potential-card-wide {
  min-height: 260px;
}

.lf-bc-potential-card-wide:nth-last-child(3) {
  grid-column: 1 / 2;
}

.lf-bc-potential-card-wide:nth-last-child(2) {
  grid-column: 2 / 4;
}

.lf-bc-potential-card-wide:nth-last-child(1) {
  grid-column: 4 / 5;
}

.lf-bc-features-table-section {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 55px 50px !important;
  background: #ffffff !important;
}

.lf-bc-features-table-container {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.lf-bc-features-main-title {
  margin: 0 0 88px;
  text-align: center;
  color: #062b44;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 38px !important;
  line-height: 1.2 !important;
  margin-bottom: 32px !important;
}

.lf-bc-features-content {
  width: 100%;
  padding: 34px 34px !important;
  border-radius: 18px !important;
}

.lf-bc-features-sub-title {
  margin: 0 0 26px;
  color: #062b44;
  line-height: 1.25;
  font-weight: 500;
  font-size: 26px !important;
  margin-bottom: 12px !important;
}

.lf-bc-features-intro {
  margin: 0 0 24px;
  color: #26384f;
  font-weight: 400;
  font-size: 15.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 26px !important;
}

.lf-bc-features-table {
  width: 100%;
  margin-bottom: 38px !important;
}

.lf-bc-feature-row {
  display: grid;
  column-gap: 38px;
  padding: 12px 0 20px;
  border-top: 3px solid #ff7f1f;
  grid-template-columns: 230px 1fr !important;
  min-height: auto !important;
}

.lf-bc-feature-category {
  min-height: 78px;
  background: #edf7fd;
  color: #062b44;
  font-weight: 500;
  padding: 18px 18px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.lf-bc-feature-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  row-gap: 8px;
  align-content: start;
  color: #26384f;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  padding: 16px 18px !important;
  gap: 10px 14px !important;
}

.lf-bc-feature-items span {
  display: block;
  min-height: 32px !important;
  padding: 8px 10px !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
}

.lf-bc-feature-items span:empty {
  visibility: hidden !important;
  min-height: 0 !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  .lf-bc-diagram-heading h4 {
    font-size: 30px;
  }

  .lf-bc-diagram-heading h2 {
    font-size: 36px;
  }

  .lf-bc-diagram-heading p {
    font-size: 20px;
  }

  .lf-bc-diagram-wrap {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .lf-bc-orbit {
    display: none;
  }

  .lf-bc-center-circle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto 20px;
    width: 220px;
    height: 220px;
    order: -1;
  }

  .lf-bc-diagram-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid #e6eeee;
    padding: 16px;
    box-shadow: 0 10px 26px rgba(2, 54, 61, 0.06);
  }

  .lf-bc-diagram-item .left-label {
    order: 2;
    text-align: left;
  }

  .lf-bc-diagram-item .right-label {
    order: 2;
  }

  .lf-bc-icon-circle {
    order: 1;
    width: 70px;
    height: 70px;
  }

  .lf-bc-icon-circle svg {
    width: 38px;
    height: 38px;
  }

  .lf-bc-label {
    min-width: auto;
    font-size: 16px;
  }

  .lf-bc-features-table-section {
    padding: 70px 24px;
  }

  .lf-bc-features-main-title {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .lf-bc-features-sub-title {
    font-size: 30px;
  }

  .lf-bc-features-intro {
    font-size: 17px;
  }

  .lf-bc-feature-row {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding: 18px 0 24px;
  }

  .lf-bc-feature-category {
    min-height: auto;
    font-size: 22px;
  }

  .lf-bc-feature-items {
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
  }

}

@media (max-width: 600px) {
  .lf-bc-diagram-section {
    padding: 55px 16px 65px;
  }

  .lf-bc-diagram-heading h4 {
    font-size: 25px;
  }

  .lf-bc-diagram-heading h2 {
    font-size: 30px;
  }

  .lf-bc-diagram-heading p {
    font-size: 17px;
  }

  .lf-bc-center-circle {
    width: 190px;
    height: 190px;
  }

  .lf-bc-center-circle h3 {
    font-size: 17px;
  }

  .lf-bc-center-circle span {
    font-size: 15px;
  }

}

@media (max-width: 1250px) {
  .lf-bc-classic-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 45px;
  }

}

@media (max-width: 992px) {
  .lf-bc-classic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }

}

@media (max-width: 768px) {
  .lf-bc-classic-heading {
    margin-bottom: 42px;
  }

  .lf-bc-classic-heading span {
    font-size: 13px;
    letter-spacing: 9px;
    margin-bottom: 18px;
  }

  .lf-bc-classic-heading h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .lf-bc-blue-line {
    margin-top: 24px;
  }

  .lf-bc-classic-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .lf-bc-classic-card h3 {
    font-size: 24px;
  }

  .lf-bc-orange-line {
    margin: 20px 0 24px;
  }

  .lf-bc-classic-card p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .lf-bc-classic-card p:last-of-type {
    margin-bottom: 28px;
  }

  .lf-bc-know-btn {
    width: 100%;
    min-width: auto;
    height: 56px;
    font-size: 14px;
  }

  .lf-bc-modules-green-section {
    padding: 48px 0 64px;
  }

  .lf-bc-modules-green-heading {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-bc-modules-green-heading h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .lf-bc-modules-green-heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .lf-bc-modules-green-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-bc-module-green-card {
    grid-template-columns: 46px 1fr;
    gap: 18px;
  }

  .lf-bc-module-green-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .lf-bc-module-green-icon svg {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .lf-bc-module-green-content h3 {
    font-size: 23px;
  }

  .lf-bc-module-green-content p {
    font-size: 15.5px;
  }

  .lf-bc-classic-services-section {
    padding: 60px 16px;
    padding-bottom: 70px !important;
  }

  .lf-bc-heading {
    margin-bottom: 40px;
  }

  .lf-bc-heading span {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .lf-bc-heading h2 {
    font-size: 30px;
  }

  .lf-bc-heading p {
    font-size: 15.5px;
  }

  .lf-bc-row {
    grid-template-columns: 1fr;
  }

  .lf-bc-box {
    padding: 48px 24px 42px;
  }

  .lf-bc-box h3 {
    font-size: 27px;
  }

  .lf-bc-box p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .lf-benefits-heading span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .lf-benefits-heading h2 {
    font-size: 32px;
  }

  .lf-benefits-heading p {
    font-size: 15px;
  }

  .lf-benefits-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lf-benefit-card {
    border-radius: 26px;
    padding: 9px 9px 28px;
  }

  .lf-benefit-image {
    height: 190px;
    border-radius: 20px;
  }

  .lf-benefit-content {
    padding: 24px 18px 0;
    min-height: auto;
  }

  .lf-benefit-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .lf-benefit-card p {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .lf-bc-area-section {
    padding: 50px 15px 60px;
    padding-top: 50px !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
    padding-bottom: 60px !important;
    padding-left: var(--lf-mobile-section-side-space) !important;
  }

  .lf-benefits-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    padding: 55px 15px 65px;
    padding-left: var(--lf-benefits-mobile-left-right-space) !important;
    padding-right: var(--lf-benefits-mobile-left-right-space) !important;
  }

  .lf-bc-features-table-section {
    padding: 42px 20px !important;
  }

  .lf-bc-features-main-title {
    font-size: 30px !important;
  }

  .lf-bc-features-sub-title {
    font-size: 22px !important;
  }

  .lf-bc-feature-row {
    grid-template-columns: 1fr !important;
  }

  .lf-bc-feature-category {
    padding: 15px 16px !important;
  }

  .lf-bc-feature-items {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 15px 16px !important;
  }

  .lf-bc-feature-items span {
    font-size: 13px !important;
  }

}

@media (max-width: 1200px) {
  .lf-bc-modules-green-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 54px;
  }

  .lf-bc-modules-green-heading h2 {
    font-size: 40px;
  }

  .lf-bc-modules-green-heading p {
    font-size: 18px;
  }

  .lf-bc-module-green-content h3 {
    font-size: 25px;
  }

  .lf-bc-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-bc-box {
    min-height: auto;
    padding: 60px 28px;
  }

  .lf-bc-feature-row {
    grid-template-columns: 300px 1fr;
    column-gap: 28px;
  }

  .lf-bc-feature-items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
  }

}

@media (max-width: 1100px) {
  .lf-benefits-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-bc-potential-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-bc-potential-card-wide:nth-last-child(1) {
    grid-column: auto;
  }

  .lf-bc-potential-card-wide:nth-last-child(2) {
    grid-column: auto;
  }

  .lf-bc-potential-card-wide:nth-last-child(3) {
    grid-column: auto;
  }

  .lf-bc-potential-title {
    font-size: 31px;
  }

}

@media (max-width: 520px) {
  .lf-bc-feature-items {
    grid-template-columns: 1fr;
  }

  .lf-bc-features-main-title {
    font-size: 31px;
  }

  .lf-bc-features-sub-title {
    font-size: 26px;
  }

}

@media (max-width: 650px) {
  .lf-bc-potential-section {
    padding: 45px 22px 55px;
  }

  .lf-bc-potential-title {
    font-size: 27px;
  }

  .lf-bc-potential-desc {
    font-size: 15px;
  }

  .lf-bc-potential-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }

  .lf-bc-potential-card {
    min-height: auto;
    padding: 34px 24px 30px;
  }

}

@media (max-width: 1024px) {
  .lf-bc-features-table-section {
    padding: 50px 30px !important;
  }

  .lf-bc-features-content {
    padding: 28px 24px !important;
  }

  .lf-bc-feature-row {
    grid-template-columns: 210px 1fr !important;
  }

  .lf-bc-feature-items {
    grid-template-columns: repeat(3, 1fr) !important;
  }

}

@media (max-width: 480px) {
  .lf-bc-feature-items {
    grid-template-columns: 1fr !important;
  }

}

body.home-page .lf-bc-modules-green-grid {
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home-page .lf-bc-modules-green-heading {
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lf-rapid-pro-heading {
  max-width: 1180px;
  margin-bottom: 58px;
}

.lf-rapid-pro-heading h2 {
  margin: 0;
  color: #24364b;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.lf-rapid-pro-heading p {
  margin: 0;
  max-width: 1100px;
  color: #667085;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.lf-rapid-pro-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: stretch;
}

.lf-rapid-pro-info h3 {
  margin: 0 0 24px;
  color: #24364b;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.35;
}

.lf-rapid-pro-info p {
  margin: 0 0 20px;
  color: #5f6f82;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.75;
}

.lf-rapid-pro-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}

.lf-rapid-pro-list li {
  position: relative;
  color: #4d6075;
  font-size: 15px;
  line-height: 1.55;
  padding-left: 26px;
}

.lf-rapid-pro-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.lf-rapid-pro-card {
  position: relative;
  color: #ffffff;
  padding: 38px 34px 36px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(20, 40, 70, 0.15);
  transition: all 0.35s ease;
}

.lf-rapid-pro-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  transition: all 0.35s ease;
}

.lf-rapid-pro-card:hover {
  transform: translateY(-8px);
}

.lf-rapid-pro-card:hover::after {
  width: 180px;
  height: 180px;
}

.lf-rapid-pro-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}

.lf-rapid-pro-card h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background: #ffffff;
  margin: 18px 0 22px;
}

.lf-rapid-pro-card p {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.lf-rapid-pro-card a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.lf-rapid-pro-card a:hover {
  letter-spacing: 1.6px;
}

.lf-rapid-pro-heading span {
  display: block;
  color: #08745f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-rapid-pro-line {
  width: 82px;
  height: 4px;
  background: #08745f;
  margin: 28px 0 36px;
}

.lf-rapid-pro-info {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(5, 104, 199, 0.12);
  border-left: 6px solid #08745f;
  padding: 48px 44px;
  box-shadow: 0 16px 42px rgba(20, 40, 70, 0.08);
}

.lf-rapid-pro-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #08745f;
  font-weight: 700;
}

.lf-rapid-pro-btn {
  display: inline-block;
  background: #08745f;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.lf-rapid-pro-btn:hover {
  background: #08745f;
  transform: translateY(-3px);
}

.lf-rapid-pro-section {
  padding: 85px 20px 95px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #f7fbfa !important;
  overflow: hidden !important;
  margin-top: 60px !important;
  margin-bottom: 0px !important;
}

body.home-page .lf-about-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-bc-area-section {
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-bc-classic-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-bc-diagram-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-benefits-section {
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-explore-cta-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-help-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-page-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body.home-page .lf-why-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
}

body:not(.home-page) .lf-about-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-bc-area-section {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-bc-classic-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-bc-diagram-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-bc-hero-cta-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-benefits-section {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-explore-cta-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-help-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-page-container {
  width: 100% !important;
  max-width: 1450px !important;
  margin: 0 auto !important;
  display: block !important;
  padding: 0 !important;
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-rapid-pro-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

body:not(.home-page) .lf-why-container {
  padding-left: var(--lf-page-section-side-space) !important;
  padding-right: var(--lf-page-section-side-space) !important;
}

.lf-hero-business-central-implementation {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCIMP.webp");
  --lf-inner-hero-position: center center;
}

.lf-hero-business-central-rapid5 {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCRapid5.webp");
  --lf-inner-hero-position: center center;
}

.lf-hero-business-central-rapid8 {
  --lf-inner-hero-image: url("../images/InnerPage/D365BCRapid8.webp");
  --lf-inner-hero-position: center center;
}

body.home-page .lf-rapid-pro-section {
  padding-top: 68px !important;
  padding-bottom: 76px !important;
  margin-top: 48px !important;
}

body.home-page .lf-rapid-pro-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
  max-width: 1320px !important;
}

body.home-page .lf-rapid-pro-heading {
  max-width: 980px !important;
  margin-bottom: 46px !important;
}

body.home-page .lf-rapid-pro-heading span {
  font-size: 12px !important;
  letter-spacing: 4px !important;
  margin-bottom: 13px !important;
}

body.home-page .lf-rapid-pro-heading h2 {
  font-size: 37px !important;
  line-height: 1.2 !important;
}

body.home-page .lf-rapid-pro-line {
  width: 66px !important;
  height: 3px !important;
  margin: 22px 0 29px !important;
}

body.home-page .lf-rapid-pro-heading p {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.home-page .lf-rapid-pro-content {
  gap: 34px !important;
}

body.home-page .lf-rapid-pro-info {
  padding: 38px 35px !important;
}

body.home-page .lf-rapid-pro-info h3 {
  font-size: 26px !important;
}

body.home-page .lf-rapid-pro-info li {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.home-page .lf-rapid-pro-info p {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.home-page .lf-rapid-pro-cards {
  gap: 21px !important;
}

body.home-page .lf-rapid-pro-card {
  padding: 30px 27px 29px !important;
}

body.home-page .lf-rapid-pro-card h3 {
  font-size: 22px !important;
}

body.home-page .lf-rapid-pro-card p {
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

@media (max-width: 768px) {
  body.home-page .lf-bc-modules-green-grid {
    padding-left: var(--lf-home-section-side-space-mobile) !important;
    padding-right: var(--lf-home-section-side-space-mobile) !important;
  }

  body.home-page .lf-bc-modules-green-heading {
    padding-left: var(--lf-home-section-side-space-mobile) !important;
    padding-right: var(--lf-home-section-side-space-mobile) !important;
  }

  .lf-rapid-pro-heading {
    margin-bottom: 38px;
  }

  .lf-rapid-pro-heading span {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .lf-rapid-pro-heading h2 {
    font-size: 30px;
  }

  .lf-rapid-pro-line {
    margin: 24px 0 30px;
  }

  .lf-rapid-pro-heading p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .lf-rapid-pro-info {
    padding: 36px 24px;
  }

  .lf-rapid-pro-info h3 {
    font-size: 24px;
  }

  .lf-rapid-pro-info p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lf-rapid-pro-card {
    padding: 34px 24px 32px;
  }

  .lf-rapid-pro-card h3 {
    font-size: 22px;
  }

  .lf-rapid-pro-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lf-rapid-pro-section {
    padding: 55px 16px 65px;
    margin-top: 40px !important;
  }

  body.home-page .lf-about-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-bc-area-section {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-bc-classic-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-bc-diagram-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-bc-hero-cta-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-benefits-section {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-explore-cta-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-help-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-page-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-rapid-pro-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-why-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-about-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-bc-area-section {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-bc-classic-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-bc-diagram-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-bc-hero-cta-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-benefits-section {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-explore-cta-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-help-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-page-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-rapid-pro-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body:not(.home-page) .lf-why-container {
    padding-left: var(--lf-mobile-section-side-space) !important;
    padding-right: var(--lf-mobile-section-side-space) !important;
  }

  body.home-page .lf-bc-hero-cta-section {
    padding-top: 48px !important;
    padding-bottom: 54px !important;
  }

  body.home-page .lf-rapid-pro-section {
    padding-top: 48px !important;
    padding-bottom: 54px !important;
  }

  body.home-page .lf-bc-hero-cta-content h1 {
    font-size: 28px !important;
  }

  body.home-page .lf-rapid-pro-heading h2 {
    font-size: 28px !important;
  }

}

@media (max-width: 1050px) {
  .lf-rapid-pro-content {
    grid-template-columns: 1fr;
  }

  .lf-rapid-pro-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 1200px) {
  body.home-page .lf-rapid-pro-heading h2 {
    font-size: 31px !important;
  }

}

.lf-industry-section {
  background: transparent;
  padding: var(--lf-industry-section-top-space)
  var(--lf-industry-section-right-space)
  var(--lf-industry-section-bottom-space)
  var(--lf-industry-section-left-space);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.lf-industry-heading {
  max-width: 1120px;
  margin: 0 auto 48px;
  text-align: center;
}

.lf-industry-heading span {
  display: block;
  color: #034336;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lf-industry-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
}

.lf-industry-line {
  width: 82px;
  height: 4px;
  background: #034336;
  margin: 24px auto 24px;
}

.lf-industry-heading p {
  max-width: 920px;
  margin: 0 auto;
  color: #667085;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
}

.lf-industry-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.lf-industry-card {
  flex: 0 1 calc(33.333% - 19px);
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 10px 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  transition: all 0.35s ease;
}

.lf-industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.lf-industry-image {
  width: 100%;
  height: 210px;
  border-radius: 22px;
  overflow: hidden;
  background: #f2f4f7;
}

.lf-industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lf-industry-content {
  padding: 28px 22px 0;
  display: flex;
  flex-direction: column;
  min-height: 315px;
}

.lf-industry-label {
  display: block;
  color: #034336;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.lf-industry-card h3 {
  margin: 0 0 20px;
  color: #001b3f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.32;
}

.lf-industry-card p {
  margin: 0 0 44px;
  color: #001b3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.lf-industry-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #001b3f;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.lf-industry-arrow {
  width: 42px;
  height: 42px;
  background: #2f4c7c;
  color: #ffffff;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s ease;
}

.lf-industry-link:hover .lf-industry-arrow {
  background: #203963;
  transform: translateX(4px);
}

.lf-industry-link:hover {
  color: #001b3f;
}

.lf-wd-home-style-section {
  width: 100%;
  background: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-wd-home-split {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #f6fbf9;
  margin: 0;
}

.lf-wd-home-split-reverse .lf-wd-home-image {
  order: 2;
}

.lf-wd-home-split-reverse .lf-wd-home-content {
  order: 1;
}

.lf-wd-home-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.lf-wd-home-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.lf-wd-home-image:hover img {
  transform: scale(1.045);
}

.lf-wd-home-content {
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lf-wd-home-cta span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-wd-home-section-heading span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-wd-home-subtitle {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-wd-home-content h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-wd-home-cta h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-wd-home-section-heading h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-wd-home-content h3 {
  margin: 24px 0 24px;
  color: #08745f;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}

.lf-wd-home-content p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.lf-wd-home-dark-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 55px;
  padding: 80px 70px;
  background: #071d35;
}

.lf-wd-home-dark-title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #68e0c2;
}

.lf-wd-home-dark-title h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.lf-wd-home-challenge-list {
  columns: 2;
  column-gap: 34px;
}

.lf-wd-home-challenge-list p {
  position: relative;
  break-inside: avoid;
  margin: 0 0 18px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.8px;
  line-height: 1.65;
}

.lf-wd-home-challenge-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: #68e0c2;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(104, 224, 194, 0.12);
}

.lf-wd-home-section-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.lf-wd-home-section-heading p {
  margin: 20px auto 0;
  max-width: 820px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-wd-home-simple-list {
  margin-top: 28px;
}

.lf-wd-home-simple-list p {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid rgba(8, 116, 95, 0.13);
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

.lf-wd-home-simple-list p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 15px;
  color: #08745f;
  font-weight: 900;
}

.lf-wd-home-industries {
  padding: 85px 50px;
  background: #f6fbf9;
}

.lf-wd-home-industries-list {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.lf-wd-home-industries-list span {
  padding: 13px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #08745f;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid rgba(8, 116, 95, 0.16);
}

.lf-wd-home-green-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding: 85px 70px;
  background: #08745f;
}

.lf-wd-home-green-split h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.lf-wd-home-green-split span {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.82);
}

.lf-wd-home-green-split p {
  color: #ffffff;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.8;
  opacity: 0.92;
}

.lf-wd-home-cta {
  padding: 80px 50px 90px;
  text-align: center;
  background: #ffffff;
}

.lf-wd-home-cta p {
  max-width: 850px;
  margin: 22px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-wd-home-cta a {
  display: inline-flex;
  margin-top: 30px;
  padding: 15px 32px;
  border-radius: 999px;
  background: #08745f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(8, 116, 95, 0.22);
  transition: all 0.3s ease;
}

.lf-wd-home-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(8, 116, 95, 0.30);
}

.lf-wd-process-section {
  width: 100%;
  padding: 90px 50px;
  background: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-wd-process-container {
  max-width: 1320px;
  margin: 0 auto;
}

.lf-wd-process-heading {
  max-width: 920px;
  margin: 0 auto 62px;
  text-align: center;
}

.lf-wd-process-heading span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.lf-wd-process-heading h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-wd-process-heading p {
  max-width: 820px;
  margin: 20px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-wd-process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.lf-wd-process-panel {
  position: sticky;
  top: 130px;
  min-height: 620px;
  padding: 54px 46px;
  background: radial-gradient(circle at 90% 10%, rgba(255,255,255,0.14), transparent 28%),
    linear-gradient(145deg, #08745f 0%, #05483d 100%);
  color: #ffffff;
  overflow: hidden;
}

.lf-wd-process-panel::before {
  content: "";
  position: absolute;
  right: -95px;
  top: -95px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 46px solid rgba(255, 255, 255, 0.09);
}

.lf-wd-process-panel::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.lf-wd-process-panel>span {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-wd-process-panel h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 42px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 850;
  line-height: 1.16;
}

.lf-wd-flow-points {
  position: relative;
  z-index: 2;
}

.lf-wd-flow-points div {
  position: relative;
  padding: 0 0 28px 34px;
  margin-bottom: 26px;
  border-left: 1px solid rgba(255,255,255,0.24);
}

.lf-wd-flow-points div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.lf-wd-flow-points div::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.13);
}

.lf-wd-flow-points strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  margin-bottom: 8px;
}

.lf-wd-flow-points p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15.5px;
  line-height: 1.6;
}

.lf-wd-process-list {
  position: relative;
}

.lf-wd-process-list::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(8,116,95,0.35),
    transparent
  );
}

.lf-wd-process-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 30px;
  padding: 0 0 40px;
}

.lf-wd-process-item:last-child {
  padding-bottom: 0;
}

.lf-wd-process-item>span {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  background: #ffffff;
  border: 2px solid rgba(8,116,95,0.22);
  color: #08745f;
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(8,116,95,0.12);
}

.lf-wd-process-item>div {
  padding: 8px 0 34px;
  border-bottom: 1px solid rgba(8,116,95,0.14);
}

.lf-wd-process-item:last-child>div {
  border-bottom: 0;
  padding-bottom: 0;
}

.lf-wd-process-item h3 {
  margin: 0 0 12px;
  color: #071d35;
  font-size: 27px;
  font-weight: 850;
  line-height: 1.25;
}

.lf-wd-process-item p {
  max-width: 790px;
  margin: 0;
  color: #475569;
  font-size: 16.5px;
  line-height: 1.75;
}

.lf-wd-process-item:hover>span {
  background: #08745f;
  color: #ffffff;
  border-color: #08745f;
  transform: scale(1.04);
  transition: all 0.3s ease;
}

.lf-wd-process-item:hover h3 {
  color: #08745f;
  transition: color 0.3s ease;
}

.lf-industry-home-style-section {
  width: 100%;
  background: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-industry-home-style-section .lf-wd-home-split {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #f6fbf9;
  margin: 0;
}

.lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-image {
  order: 2;
}

.lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-content {
  order: 1;
}

.lf-industry-home-style-section .lf-wd-home-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.lf-industry-home-style-section .lf-wd-home-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.lf-industry-home-style-section .lf-wd-home-image:hover img {
  transform: scale(1.045);
}

.lf-industry-home-style-section .lf-wd-home-content {
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lf-industry-home-style-section .lf-wd-home-cta span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-industry-home-style-section .lf-wd-home-section-heading span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-industry-home-style-section .lf-wd-home-subtitle {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lf-industry-home-style-section .lf-wd-home-content h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-industry-home-style-section .lf-wd-home-cta h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-industry-home-style-section .lf-wd-home-section-heading h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-industry-note h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-industry-home-style-section .lf-wd-home-content h3 {
  margin: 24px 0 24px;
  color: #08745f;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}

.lf-industry-home-style-section .lf-wd-home-content p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.lf-industry-home-style-section .lf-wd-home-dark-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 55px;
  padding: 80px 70px;
  background: #071d35;
}

.lf-industry-home-style-section .lf-wd-home-dark-title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #68e0c2;
}

.lf-industry-home-style-section .lf-wd-home-dark-title h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.lf-industry-home-style-section .lf-wd-home-challenge-list {
  columns: 2;
  column-gap: 34px;
}

.lf-industry-home-style-section .lf-wd-home-challenge-list p {
  position: relative;
  break-inside: avoid;
  margin: 0 0 18px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.8px;
  line-height: 1.65;
}

.lf-industry-home-style-section .lf-wd-home-challenge-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: #68e0c2;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(104, 224, 194, 0.12);
}

.lf-industry-home-style-section .lf-wd-process-section {
  width: 100%;
  padding: 90px 50px;
  background: #ffffff;
}

.lf-industry-home-style-section .lf-wd-process-container {
  max-width: 1320px;
  margin: 0 auto;
}

.lf-industry-home-style-section .lf-wd-process-heading {
  max-width: 920px;
  margin: 0 auto 62px;
  text-align: center;
}

.lf-industry-home-style-section .lf-wd-process-heading span {
  display: inline-block;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.lf-industry-home-style-section .lf-wd-process-heading h2 {
  margin: 0;
  color: #071d35;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.lf-industry-home-style-section .lf-wd-process-heading p {
  max-width: 820px;
  margin: 20px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-industry-home-style-section .lf-wd-process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.lf-industry-home-style-section .lf-wd-process-panel {
  position: sticky;
  top: 130px;
  min-height: 620px;
  padding: 54px 46px;
  background: radial-gradient(circle at 90% 10%, rgba(255,255,255,0.14), transparent 28%), linear-gradient(145deg, #08745f 0%, #05483d 100%);
  color: #ffffff;
  overflow: hidden;
}

.lf-industry-home-style-section .lf-wd-process-panel::before {
  content: "";
  position: absolute;
  right: -95px;
  top: -95px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 46px solid rgba(255, 255, 255, 0.09);
}

.lf-industry-home-style-section .lf-wd-process-panel::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.lf-industry-home-style-section .lf-wd-process-panel>span {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-industry-home-style-section .lf-wd-process-panel h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 42px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 850;
  line-height: 1.16;
}

.lf-industry-home-style-section .lf-wd-flow-points {
  position: relative;
  z-index: 2;
}

.lf-industry-home-style-section .lf-wd-flow-points div {
  position: relative;
  padding: 0 0 28px 34px;
  margin-bottom: 26px;
  border-left: 1px solid rgba(255,255,255,0.24);
}

.lf-industry-home-style-section .lf-wd-flow-points div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.lf-industry-home-style-section .lf-wd-flow-points div::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.13);
}

.lf-industry-home-style-section .lf-wd-flow-points strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  margin-bottom: 8px;
}

.lf-industry-home-style-section .lf-wd-flow-points p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15.5px;
  line-height: 1.6;
}

.lf-industry-home-style-section .lf-wd-process-list {
  position: relative;
}

.lf-industry-home-style-section .lf-wd-process-list::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(8,116,95,0.35), transparent);
}

.lf-industry-home-style-section .lf-wd-process-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 30px;
  padding: 0 0 40px;
}

.lf-industry-home-style-section .lf-wd-process-item:last-child {
  padding-bottom: 0;
}

.lf-industry-home-style-section .lf-wd-process-item>span {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  background: #ffffff;
  border: 2px solid rgba(8,116,95,0.22);
  color: #08745f;
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(8,116,95,0.12);
}

.lf-industry-home-style-section .lf-wd-process-item>div {
  padding: 8px 0 34px;
  border-bottom: 1px solid rgba(8,116,95,0.14);
}

.lf-industry-home-style-section .lf-wd-process-item:last-child>div {
  border-bottom: 0;
  padding-bottom: 0;
}

.lf-industry-home-style-section .lf-wd-process-item h3 {
  margin: 0 0 12px;
  color: #071d35;
  font-size: 27px;
  font-weight: 850;
  line-height: 1.25;
}

.lf-industry-home-style-section .lf-wd-process-item p {
  max-width: 790px;
  margin: 0;
  color: #475569;
  font-size: 16.5px;
  line-height: 1.75;
}

.lf-industry-home-style-section .lf-wd-process-item:hover>span {
  background: #08745f;
  color: #ffffff;
  border-color: #08745f;
  transform: scale(1.04);
  transition: all 0.3s ease;
}

.lf-industry-home-style-section .lf-wd-process-item:hover h3 {
  color: #08745f;
  transition: color 0.3s ease;
}

.lf-industry-home-style-section .lf-wd-home-simple-list {
  margin-top: 28px;
}

.lf-industry-home-style-section .lf-wd-home-simple-list p {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid rgba(8, 116, 95, 0.13);
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

.lf-industry-home-style-section .lf-wd-home-simple-list p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 15px;
  color: #08745f;
  font-weight: 900;
}

.lf-industry-home-style-section .lf-wd-home-industries {
  padding: 85px 50px;
  background: #f6fbf9;
}

.lf-industry-home-style-section .lf-wd-home-section-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.lf-industry-home-style-section .lf-wd-home-section-heading p {
  margin: 20px auto 0;
  max-width: 820px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-industry-home-style-section .lf-wd-home-industries-list {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.lf-industry-home-style-section .lf-wd-home-industries-list span {
  padding: 13px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #08745f;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid rgba(8, 116, 95, 0.16);
}

.lf-industry-note {
  padding: 60px 70px;
  background: #ffffff;
  border-top: 1px solid rgba(8, 116, 95, 0.14);
  border-bottom: 1px solid rgba(8, 116, 95, 0.14);
}

.lf-industry-note p {
  max-width: 1120px;
  margin: 0 auto 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.lf-industry-note span {
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.lf-industry-home-style-section .lf-wd-home-green-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding: 85px 70px;
  background: #08745f;
}

.lf-industry-home-style-section .lf-wd-home-green-split h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
}

.lf-industry-home-style-section .lf-wd-home-green-split span {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.82);
}

.lf-industry-home-style-section .lf-wd-home-green-split p {
  color: #ffffff;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.8;
  opacity: 0.92;
}

.lf-industry-home-style-section .lf-wd-home-cta {
  padding: 80px 50px 90px;
  text-align: center;
  background: #ffffff;
}

.lf-industry-home-style-section .lf-wd-home-cta p {
  max-width: 850px;
  margin: 22px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.lf-industry-home-style-section .lf-wd-home-cta a {
  display: inline-flex;
  margin-top: 30px;
  padding: 15px 32px;
  border-radius: 999px;
  background: #08745f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(8, 116, 95, 0.22);
  transition: all 0.3s ease;
}

.lf-industry-home-style-section .lf-wd-home-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(8, 116, 95, 0.30);
}

@media (max-width: 1100px) {
  .lf-industry-section {
    padding-right: var(--lf-industry-section-tablet-right-space);
    padding-left: var(--lf-industry-section-tablet-left-space);
  }

  .lf-industry-card {
    flex-basis: calc(50% - 14px);
  }

  .lf-industry-content {
    min-height: 295px;
  }

  .lf-wd-process-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lf-wd-process-panel {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .lf-industry-home-style-section .lf-wd-home-split {
    grid-template-columns: 1fr;
  }

  .lf-industry-home-style-section .lf-wd-process-layout {
    grid-template-columns: 1fr;
  }

  .lf-industry-home-style-section .lf-wd-process-panel {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-content {
    order: unset;
  }

  .lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-image {
    order: unset;
  }

  .lf-industry-home-style-section .lf-wd-home-content {
    padding: 62px 38px;
  }

  .lf-industry-home-style-section .lf-wd-home-dark-band {
    grid-template-columns: 1fr;
    padding: 62px 38px;
  }

  .lf-industry-home-style-section .lf-wd-home-green-split {
    grid-template-columns: 1fr;
    padding: 62px 38px;
  }

  .lf-industry-note {
    padding: 62px 38px;
  }

  .lf-industry-home-style-section .lf-wd-home-challenge-list {
    columns: 1;
  }

  .lf-industry-home-style-section .lf-wd-home-image {
    min-height: 420px;
  }

  .lf-industry-home-style-section .lf-wd-home-image img {
    min-height: 420px;
  }

}

@media (max-width: 768px) {
  .lf-industry-section {
    padding: var(--lf-industry-section-mobile-top-space)
      var(--lf-industry-section-mobile-right-space)
      var(--lf-industry-section-mobile-bottom-space)
      var(--lf-industry-section-mobile-left-space);
  }

  .lf-industry-heading {
    margin-bottom: 36px;
  }

  .lf-industry-heading span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .lf-industry-heading h2 {
    font-size: 30px;
  }

  .lf-industry-heading p {
    font-size: 15px;
    line-height: 1.65;
  }

  .lf-industry-grid {
    gap: 24px;
  }

  .lf-industry-card {
    flex-basis: 100%;
    border-radius: 26px;
    padding: 9px 9px 28px;
  }

  .lf-industry-image {
    height: 190px;
    border-radius: 20px;
  }

  .lf-industry-content {
    padding: 24px 18px 0;
    min-height: auto;
  }

  .lf-industry-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .lf-industry-card p {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .lf-industry-arrow {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .lf-industry-link {
    font-size: 16px;
  }

  .lf-wd-home-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-wd-home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-wd-home-dark-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-wd-home-green-split {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-wd-home-industries {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-wd-home-image {
    min-height: 300px;
  }

  .lf-wd-home-image img {
    min-height: 300px;
  }

  .lf-wd-process-section {
    padding: 60px 20px;
  }

  .lf-wd-process-heading {
    margin-bottom: 42px;
  }

  .lf-wd-process-panel {
    padding: 36px 26px;
  }

  .lf-wd-process-panel h3 {
    font-size: 28px;
  }

  .lf-wd-process-list::before {
    left: 31px;
  }

  .lf-wd-process-item {
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding-bottom: 32px;
  }

  .lf-wd-process-item>span {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .lf-wd-process-item h3 {
    font-size: 22px;
  }

  .lf-wd-process-item p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .lf-industry-home-style-section .lf-wd-home-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-home-style-section .lf-wd-home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-home-style-section .lf-wd-home-dark-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-home-style-section .lf-wd-home-green-split {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-home-style-section .lf-wd-home-industries {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-industry-home-style-section .lf-wd-process-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lf-industry-home-style-section .lf-wd-process-heading {
    margin-bottom: 42px;
  }

  .lf-industry-home-style-section .lf-wd-process-panel {
    padding: 36px 26px;
  }

  .lf-industry-home-style-section .lf-wd-process-panel h3 {
    font-size: 28px;
  }

  .lf-industry-home-style-section .lf-wd-process-list::before {
    left: 31px;
  }

  .lf-industry-home-style-section .lf-wd-process-item {
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding-bottom: 32px;
  }

  .lf-industry-home-style-section .lf-wd-process-item>span {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .lf-industry-home-style-section .lf-wd-process-item h3 {
    font-size: 22px;
  }

  .lf-industry-home-style-section .lf-wd-home-image {
    min-height: 300px;
  }

  .lf-industry-home-style-section .lf-wd-home-image img {
    min-height: 300px;
  }

}

@media (max-width: 1024px) {
  .lf-wd-home-split {
    grid-template-columns: 1fr;
  }

  .lf-wd-home-split-reverse .lf-wd-home-content {
    order: unset;
  }

  .lf-wd-home-split-reverse .lf-wd-home-image {
    order: unset;
  }

  .lf-wd-home-content {
    padding: 62px 38px;
  }

  .lf-wd-home-dark-band {
    grid-template-columns: 1fr;
    padding: 62px 38px;
  }

  .lf-wd-home-green-split {
    grid-template-columns: 1fr;
    padding: 62px 38px;
  }

  .lf-wd-home-challenge-list {
    columns: 1;
  }

  .lf-wd-home-image {
    min-height: 420px;
  }

  .lf-wd-home-image img {
    min-height: 420px;
  }

}

.lf-explore-cta-text {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.lf-explore-cta-btn {
  min-width: 270px;
  padding: 21px 35px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lf-bc-hero-cta-section {
  width: 100%;
  background: #ffffff;
  padding: 85px 0 95px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-bc-hero-cta-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.lf-bc-hero-cta-small-title {
  display: block;
  color: #087869;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-bc-hero-cta-content h1 {
  margin: 0;
  color: #24364b;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.lf-bc-hero-cta-line {
  width: 82px;
  height: 4px;
  background: #087869;
  margin: 30px 0 34px;
}

.lf-bc-hero-cta-content p {
  margin: 0 0 18px;
  color: #667085;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  max-width: 880px;
}

.lf-bc-hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.lf-bc-hero-cta-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: #087869;
  color: #ffffff;
  border: 1px solid #087869;
}

.lf-bc-hero-cta-primary-btn:hover {
  background: #02363d;
  border-color: #02363d;
  transform: translateY(-3px);
}

.lf-bc-hero-cta-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: transparent;
  color: #087869;
  border: 1px solid #087869;
}

.lf-bc-hero-cta-secondary-btn:hover {
  background: #087869;
  color: #ffffff;
  transform: translateY(-3px);
}

.lf-bc-hero-cta-card {
  position: relative;
  background: #22262a;
  padding: 46px 38px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(8, 120, 105, 0.16);
  border-top: 5px solid #087869;
}

.lf-bc-hero-cta-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #087869;
  opacity: 0.95;
}

.lf-bc-hero-cta-card-label {
  position: relative;
  z-index: 2;
  display: block;
  color: #bdeee6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-bc-hero-cta-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.lf-bc-hero-cta-card-line {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 2px;
  background: #ffffff;
  margin: 22px 0 28px;
}

.lf-bc-hero-cta-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.lf-bc-hero-cta-card-grid div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.lf-bc-hero-cta-card-grid span {
  display: block;
  color: #bdeee6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.lf-bc-hero-cta-card-grid p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.lf-explore-cta-section {
  width: 100%;
  background: #034336;
  padding: 42px 50px;
}

.lf-explore-cta-btn:hover {
  background: #ffffff;
  color: #034336;
  border-color: #ffffff;
}

.lf-why-section {
  background: #084d73;
  padding: var(--lf-why-section-top-space)
  var(--lf-why-section-right-space)
  var(--lf-why-section-bottom-space)
  var(--lf-why-section-left-space);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.lf-why-heading {
  text-align: center;
  margin-bottom: 46px;
}

.lf-why-heading h2 {
  margin: 0 0 18px;
  color: #FFFFFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.lf-why-heading p {
  max-width: 980px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.lf-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.lf-why-card {
  position: relative;
  min-height: 335px;
  padding: 48px 38px 42px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lf-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), transparent 45%);
  opacity: 0;
  transition: all 0.35s ease;
}

.lf-why-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
}

.lf-why-card:hover {
  transform: translateY(-8px);
  z-index: 2;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.22);
}

.lf-why-card:hover::before {
  opacity: 1;
}

.lf-why-card:hover::after {
  width: 165px;
  height: 165px;
  background: rgba(255, 255, 255, 0.12);
}

.lf-why-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
}

.lf-why-card h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
  margin: 18px auto 0;
}

.lf-why-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
}

.lf-v7-why-section {
  width: 100%;
  margin: 48px 0;
  padding: 0;
  overflow: hidden;
  background: var(--lf-v7-light);
}

.lf-v7-why-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}

.lf-v7-why-content {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: calc(((100vw - var(--lf-v7-container)) / 2) + 12px);
  padding-right: 48px;
}

.lf-v7-why-inner h2 {
  margin: 0 0 48px;
  color: var(--lf-v7-dark);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.lf-v7-why-inner p {
  margin: 0 0 24px;
  padding-bottom: 8px;
  color: var(--lf-v7-text);
  font-size: 18px;
  line-height: 1.5;
}

.lf-v7-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lf-v7-why-feature {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lf-v7-why-feature span {
  display: block;
  margin: 0 0 8px;
  color: var(--lf-v7-primary);
  font-size: 18px;
  font-weight: 400;
}

.lf-v7-why-feature strong {
  display: block;
  color: var(--lf-v7-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.lf-v7-why-image {
  width: 100%;
  display: block !important;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: none !important;
}

.lf-v7-why-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

body.home-page .lf-why-card:hover::after {
  right: -42px !important;
  bottom: -42px !important;
  width: 178px !important;
  height: 178px !important;
}

body.home-page .lf-v7-why-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin: 48px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f4fbf8 !important;
}

body.home-page .lf-v7-why-wrap {
  padding-bottom: 0 !important;
  background: #f4fbf8 !important;
  margin-bottom: 0 !important;
}

body.home-page .lf-v7-why-content {
  background: #f4fbf8 !important;
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

body.home-page .lf-v7-why-inner h2 {
  color: #08745f !important;
  margin-bottom: 24px !important;
}

body.home-page .lf-v7-why-inner p {
  color: #35554f !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  margin-bottom: 28px !important;
}

body.home-page .lf-v7-why-feature span {
  color: #08745f !important;
  opacity: 1 !important;
}

body.home-page .lf-v7-why-feature strong {
  color: #163b35 !important;
  opacity: 1 !important;
}

body.home-page .lf-why-card::after {
  position: absolute !important;
  border-radius: 999px !important;
  border: 28px solid rgba(255, 255, 255, 0.10) !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
  right: -58px !important;
  bottom: -58px !important;
  width: 128px !important;
  height: 128px !important;
  border-width: 24px !important;
  content: none !important;
  display: none !important;
}

body.home-page .lf-why-card::before {
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
  linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0) 46%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
  content: none !important;
  display: none !important;
}

body.home-page .lf-why-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 36px rgba(17, 46, 84, 0.10) !important;
}

body.home-page .lf-bc-hero-cta-section {
  padding-top: 68px !important;
  padding-bottom: 76px !important;
}

body.home-page .lf-bc-hero-cta-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--lf-home-section-side-space) !important;
  padding-right: var(--lf-home-section-side-space) !important;
  max-width: 1320px !important;
  gap: 48px !important;
}

body.home-page .lf-bc-hero-cta-small-title {
  font-size: 12px !important;
  letter-spacing: 4px !important;
  margin-bottom: 14px !important;
}

body.home-page .lf-bc-hero-cta-content h1 {
  font-size: 42px !important;
  line-height: 1.18 !important;
}

body.home-page .lf-bc-hero-cta-line {
  width: 66px !important;
  height: 3px !important;
  margin: 24px 0 27px !important;
}

body.home-page .lf-bc-hero-cta-content p {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
}

body.home-page .lf-bc-hero-cta-buttons {
  gap: 13px !important;
  margin-top: 28px !important;
}

body.home-page .lf-bc-hero-cta-primary-btn {
  padding: 12px 24px !important;
  font-size: 12px !important;
}

body.home-page .lf-bc-hero-cta-secondary-btn {
  padding: 12px 24px !important;
  font-size: 12px !important;
}

body.home-page .lf-bc-hero-cta-card {
  padding: 37px 30px !important;
}

body.home-page .lf-bc-hero-cta-card h3 {
  font-size: 22px !important;
}

body.home-page .lf-bc-hero-cta-card-grid {
  gap: 10px !important;
  margin-bottom: 22px !important;
}

body.home-page .lf-bc-hero-cta-card-grid div {
  padding: 13px 11px !important;
}

body.home-page .lf-why-grid {
  width: 100% !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  background: #f5f7fb !important;
  max-width: 1280px !important;
  padding: 20px 50px 48px !important;
  gap: 24px !important;
}

body.home-page .lf-why-card h3 {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 18px !important;
  color: #2d4059 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}

body.home-page .lf-why-card p {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
  color: #6c7e95 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.home-page .lf-why-card {
  text-align: left !important;
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-1 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-2 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-3 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-4 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-5 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card.card-blue-6 {
  position: relative !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dce7f5 !important;
  border-top: 6px solid #1b75d0 !important;
  color: #33465f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-top-color: #08745f !important;
  border-color: rgba(8, 116, 95, 0.18) !important;
  border-top-width: 5px !important;
}

body.home-page .lf-why-card .lf-card-number {
  position: relative !important;
  z-index: 2 !important;
  align-items: center !important;
  justify-content: center !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  font-size: 51px !important;
  margin-bottom: 20px !important;
  color: rgba(8, 116, 95, 0.20) !important;
}

body.home-page .lf-why-card h3::after {
  content: "" !important;
  display: block !important;
  margin: 16px 0 0 !important;
  border-radius: 99px !important;
  width: 54px !important;
  height: 3px !important;
  margin-top: 12px !important;
  background: #08745f !important;
}

body:not(.home-page) .lf-page-reusable-explore-section {
  margin-top: 48px !important;
  margin-bottom: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

body:not(.home-page) .lf-page-reusable-explore-section+.lf-page-reusable-why-section {
  margin-top: 0 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-content {
  background: #f4fbf8 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-heading-line-left {
  background: #08745f !important;
  opacity: 1 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-inner h2 {
  color: #08745f !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-inner p {
  color: #35554f !important;
  opacity: 1 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-feature span {
  color: #08745f !important;
  opacity: 1 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-feature strong {
  color: #163b35 !important;
  opacity: 1 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-round-icon {
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.16) !important;
  box-shadow: 0 10px 26px rgba(8, 116, 95, 0.10) !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-1 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-2 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-3 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-4 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-5 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card.card-blue-6 {
  position: relative !important;
  min-height: 272px !important;
  padding: 27px 29px 29px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 116, 95, 0.18) !important;
  border-top: 5px solid #08745f !important;
  box-shadow: 0 14px 28px rgba(17, 46, 84, 0.06) !important;
  overflow: hidden !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card::after {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card::before {
  content: none !important;
  display: none !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-card-number {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(8, 116, 95, 0.20) !important;
  font-size: 51px !important;
  font-weight: 800 !important;
  line-height: 0.9 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card h3 {
  margin: 0 0 14px !important;
  color: #2d4059 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card h3::after {
  content: "" !important;
  display: block !important;
  width: 54px !important;
  height: 3px !important;
  margin: 12px 0 0 !important;
  border-radius: 99px !important;
  background: #08745f !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card p {
  margin: 0 !important;
  color: #6c7e95 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 36px rgba(8, 116, 95, 0.12) !important;
}

body:not(.home-page) main>.lf-page-reusable-why-section:last-of-type {
  margin-bottom: 0 !important;
}

body:not(.home-page) .lf-page-reusable-why-section {
  margin-top: 0 !important;
  background: #f4fbf8 !important;
  margin-bottom: 0 !important;
  padding-bottom: 54px !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-v7-why-wrap {
  background: #f4fbf8 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:not(.home-page) .lf-page-reusable-why-section .lf-why-grid {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 20px 50px 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  background: #f5f7fb !important;
  padding-bottom: 54px !important;
}

@media (max-width: 1050px) {
  .lf-bc-hero-cta-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lf-bc-hero-cta-content h1 {
    font-size: 42px;
  }

}

@media (max-width: 768px) {
  .lf-explore-cta-section {
    padding: 35px 20px;
  }

  .lf-explore-cta-text {
    font-size: 26px;
  }

  .lf-explore-cta-btn {
    min-width: 220px;
    width: auto;
    padding: 16px 28px;
    font-size: 16px;
  }

  .lf-bc-hero-cta-section {
    padding: 60px 0 70px;
  }

  .lf-bc-hero-cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-bc-hero-cta-small-title {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .lf-bc-hero-cta-content h1 {
    font-size: 30px;
  }

  .lf-bc-hero-cta-content p {
    font-size: 15.5px;
  }

  .lf-bc-hero-cta-buttons {
    flex-direction: column;
  }

  .lf-bc-hero-cta-primary-btn {
    width: 100%;
    text-align: center;
  }

  .lf-bc-hero-cta-secondary-btn {
    width: 100%;
    text-align: center;
  }

  .lf-bc-hero-cta-card {
    padding: 36px 24px;
  }

  .lf-bc-hero-cta-card h3 {
    font-size: 23px;
  }

  .lf-bc-hero-cta-card-grid {
    grid-template-columns: 1fr;
  }

  .lf-why-section {
    padding: var(--lf-why-section-mobile-top-space)
      var(--lf-why-section-mobile-right-space)
      var(--lf-why-section-mobile-bottom-space)
      var(--lf-why-section-mobile-left-space);
  }

  .lf-why-heading {
    margin-bottom: 34px;
  }

  .lf-why-heading h2 {
    font-size: 34px;
  }

  .lf-why-heading p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .lf-why-grid {
    grid-template-columns: 1fr;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  }

  .lf-why-card {
    min-height: auto;
    padding: 42px 26px 40px;
  }

  .lf-why-card h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .lf-why-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home-page .lf-v7-why-section {
    margin-top: 36px !important;
  }

  body.home-page .lf-v7-why-content {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.home-page .lf-why-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px 20px 40px !important;
  }

  body.home-page .lf-why-card {
    border-radius: 18px !important;
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-1 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-2 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-3 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-4 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-5 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card.card-blue-6 {
    min-height: auto !important;
    padding: 24px 22px 26px !important;
  }

  body.home-page .lf-why-card .lf-card-number {
    width: 50px !important;
    height: 50px !important;
    font-size: 42px !important;
    margin-bottom: 16px !important;
  }

  body.home-page .lf-why-card h3 {
    font-size: 20px !important;
  }

  body.home-page .lf-why-card p {
    line-height: 1.65 !important;
    font-size: 14.5px !important;
  }

  body:not(.home-page) .lf-page-reusable-explore-section {
    margin-top: 34px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  body:not(.home-page) .lf-page-reusable-why-section {
    padding-bottom: 38px !important;
  }

  body:not(.home-page) .lf-page-reusable-why-section .lf-why-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px 20px 0 !important;
    padding-bottom: 38px !important;
  }

}

@media (max-width: 1100px) {
  .lf-why-section {
    padding-right: var(--lf-why-section-tablet-right-space);
    padding-left: var(--lf-why-section-tablet-left-space);
  }

  .lf-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-why-card {
    min-height: 310px;
  }

  body.home-page .lf-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    max-width: 100% !important;
    padding: 30px 32px 50px !important;
  }

  body.home-page .lf-why-card {
    min-height: 245px !important;
  }

  body:not(.home-page) .lf-page-reusable-why-section .lf-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

}

@media (max-width: 1200px) {
  .lf-v7-why-image {
    min-height: 520px !important;
  }

  .lf-v7-why-image img {
    min-height: 520px !important;
  }

  body.home-page .lf-why-card {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-1 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-2 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-3 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-4 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-5 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card.card-blue-6 {
    min-height: 320px !important;
    padding: 30px 28px 32px !important;
  }

  body.home-page .lf-why-card .lf-card-number {
    font-size: 56px !important;
    margin-bottom: 22px !important;
  }

  body.home-page .lf-why-card h3 {
    font-size: 24px !important;
  }

  body.home-page .lf-why-card p {
    font-size: 17px !important;
  }

  body.home-page .lf-bc-hero-cta-content h1 {
    font-size: 34px !important;
  }

  body.home-page .lf-why-grid {
    gap: 26px !important;
    padding: 24px 32px 52px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

}

@media (max-width: 700px) {
  .lf-v7-why-image {
    min-height: 360px !important;
  }

  .lf-v7-why-image img {
    min-height: 360px !important;
  }

}

@media (max-width: 991.98px) {
  .lf-v7-about-wrap {
    grid-template-columns: 1fr;
  }

  .lf-v7-why-wrap {
    grid-template-columns: 1fr;
  }

  .lf-v7-about-text {
    padding: 48px 24px;
  }

  .lf-v7-why-content {
    padding: 48px 24px;
  }

  .lf-v7-about-image {
    min-height: 400px;
  }

  .lf-v7-why-image {
    min-height: 400px;
  }

  .lf-v7-why-image img {
    min-height: 400px;
  }

}

@media (max-width: 767.98px) {
  .lf-v7-about-stats {
    grid-template-columns: 1fr;
  }

  .lf-v7-projects-grid {
    grid-template-columns: 1fr;
  }

  .lf-v7-why-grid {
    grid-template-columns: 1fr;
  }

  .lf-v7-about-inner h2 {
    font-size: 36px;
  }

  .lf-v7-projects-heading h2 {
    font-size: 36px;
  }

  .lf-v7-why-inner h2 {
    font-size: 36px;
  }

}

@media (max-width: 575.98px) {
  .lf-v7-about-section {
    margin: 32px 0;
  }

  .lf-v7-why-section {
    margin: 32px 0;
  }

  .lf-v7-about-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-v7-projects-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-v7-why-content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.lf-page-hero.lf-contact-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.86) 54%, rgba(255,255,255,0.45) 100%),
  url("../images/BCSolutionPage/LFG_BC.webp") !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-section {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
}

.contact-container {
  max-width: 1450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  align-items: flex-start;
  padding: 0 30px;
}

.contact-info {
  text-align: center;
  padding-top: 5px;
}

.contact-info h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 25px;
  color: #0d2b3e;
}

.contact-info p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.55;
  color: #0d2b3e;
}

.contact-form {
  width: 100%;
}

.form-group {
  width: 100%;
}

.form-group label {
  display: block;
  font-size: 16px;
  color: #152d3d;
  margin-bottom: 6px;
}

.form-group label span {
  color: #b00020;
}

.form-group input {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  background: #ffffff;
  color: #152d3d;
  font-family: inherit;
  height: 56px;
}

.form-group select {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 16px;
  outline: none;
  background: #ffffff;
  font-family: inherit;
  height: 56px;
  color: #999999;
  appearance: auto;
}

.form-group textarea {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
  background: #ffffff;
  color: #152d3d;
  font-family: inherit;
  height: 110px;
  padding: 12px;
  resize: vertical;
}

.form-group input:focus {
  border-color: #007a63;
}

.form-group select:focus {
  border-color: #007a63;
}

.form-group textarea:focus {
  border-color: #007a63;
}

.privacy-text {
  font-size: 15px;
  line-height: 1.35;
  color: #263b48;
  margin: 0 0 22px;
}

.privacy-text a {
  color: #007a63;
  text-decoration: none;
}

.privacy-text a:hover {
  text-decoration: underline;
}

.contact-form button {
  width: 100%;
  height: 65px;
  background: #007a63;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: inherit;
}

.contact-form button:hover {
  background: #005f4d;
}

.about-banner * {
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.about-banner {
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
  width: 100%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #ffffff 0%, #f6fbfa 45%, #eaf5f3 100%);
  display: flex;
  align-items: center;
  padding: 70px 100px;
}

.about-banner::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(8, 116, 95, 0.06);
  left: -250px;
  top: -180px;
}

.about-banner::after {
  content: "";
  position: absolute;
  width: 850px;
  height: 280px;
  background: #08745f;
  right: -120px;
  bottom: -120px;
  border-radius: 55% 45% 0 0;
  opacity: 0.98;
}

@media (max-width: 991px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .contact-info h2 {
    font-size: 30px;
  }

  .contact-info p {
    font-size: 22px;
  }

}

@media (max-width: 575px) {
  .contact-section {
    padding: 35px 0;
  }

  .contact-container {
    padding: 0 15px;
  }

  .contact-info h2 {
    font-size: 26px;
  }

  .contact-info p {
    font-size: 19px;
  }

  .contact-form button {
    height: 56px;
    font-size: 20px;
  }

}

@media (max-width: 1200px) {
  .about-banner {
    padding: 60px 50px;
  }

}

@media (max-width: 900px) {
  .about-banner {
    min-height: auto;
    padding: 60px 30px 260px;
  }

  .about-banner::after {
    width: 100%;
    height: 170px;
    right: 0;
  }

}

.lf-footer-col {
  text-align: left !important;
}

.lf-footer-address {
  margin: 0 !important;
  font-style: normal !important;
}

.lf-footer p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

.lf-footer-col h3 {
  margin: 0;
  color: var(--lf-footer-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.lf-footer-line {
  display: block;
  width: 58px;
  height: 2px;
  background: var(--lf-footer-accent);
  margin: 18px 0 28px;
}

.lf-footer-address span {
  display: block;
  margin: 0 0 12px;
  color: var(--lf-footer-text);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.lf-footer-col p {
  display: block;
  margin: 0 0 12px;
  color: var(--lf-footer-text);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.lf-footer-address strong {
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
  color: var(--lf-footer-white);
  font-weight: 600;
}

.lf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lf-footer-links li {
  margin: 0 0 12px !important;
  padding: 0 !important;
  margin-bottom: 12px;
}

.lf-footer a {
  color: var(--lf-footer-text);
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.lf-footer a:hover {
  color: var(--lf-footer-white);
}

.lf-footer a:focus-visible {
  outline: 2px solid var(--lf-footer-accent);
  outline-offset: 4px;
}

.lf-footer-links a {
  position: relative;
  display: inline-block;
  color: var(--lf-footer-text);
  font-size: 15px;
  line-height: 1.65;
}

.lf-footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 0;
  height: 2px;
  background: var(--lf-footer-accent);
  transition: width 0.25s ease;
}

.lf-footer-links a:hover {
  padding-left: 16px;
  color: var(--lf-footer-white);
}

.lf-footer-links a:hover::before {
  width: 9px;
}

.lf-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 15px 30px;
  border: 1px solid var(--lf-footer-border);
  color: var(--lf-footer-white) !important;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.lf-footer-btn:hover {
  border-color: var(--lf-footer-accent);
  background: var(--lf-footer-accent);
  transform: translateY(-2px);
}

.lf-footer-bottom {
  background: var(--lf-footer-bottom-bg);
  padding: 24px 20px;
  text-align: center;
}

.lf-footer-bottom p {
  margin: 0;
  color: var(--lf-footer-muted);
  font-size: 14px;
  letter-spacing: 0.2px;
}

.lf-about-container {
  margin: 0 auto;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.lf-bc-classic-container {
  margin: 0 auto;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.lf-bc-diagram-container {
  margin: 0 auto;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.lf-explore-cta-container {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.lf-footer-container {
  padding-left: 50px !important;
  padding-right: 50px !important;
  max-width: 1510px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.35fr 1.15fr 1fr;
  gap: 46px;
  align-items: start;
}

.lf-help-container {
  margin: 0 auto;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.lf-rapid-pro-container {
  margin: 0 auto;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.lf-why-container {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

footer {
  background-color: var(--lf-footer-bg) !important;
}

.footer {
  background: #161616 !important;
  background-color: #161616 !important;
}

.lf-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 0;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--lf-footer-text);
  background: #161616 !important;
  background-color: #161616 !important;
}

.lf-footer-main {
  padding: 64px 20px 66px;
  background: #161616 !important;
  background-color: #161616 !important;
}

body:not(.home-page) main+.lf-footer {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .lf-about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-bc-classic-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-bc-diagram-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-explore-cta-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-fw2-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-help-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-rapid-pro-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-why-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-footer-container {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

}

@media (max-width: 1200px) {
  .lf-footer-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
  }

}

@media (max-width: 900px) {
  .lf-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

}

@media (max-width: 640px) {
  .lf-footer-main {
    padding: 46px 18px 48px;
  }

  .lf-footer-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lf-footer-col {
    text-align: center;
  }

  .lf-footer-line {
    margin-left: auto;
    margin-right: auto;
  }

  .lf-footer-links a:hover {
    padding-left: 0;
  }

  .lf-footer-links a::before {
    display: none;
  }

  .lf-footer-btn {
    width: 100%;
    max-width: 260px;
  }

}

@media (min-width: 769px) {
  .lf-footer-line {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lf-footer-container {
    grid-template-columns: 1.25fr 1fr 1.35fr 1.2fr 1fr;
    align-items: flex-start;
  }

  .lf-footer-address span {
    text-align: left !important;
  }

  .lf-footer-address strong {
    text-align: left !important;
  }

  .lf-footer-col a {
    text-align: left !important;
  }

  .lf-footer-col p {
    text-align: left !important;
  }

}

.left-label {
  text-align: right;
}

.right-label {
  text-align: left;
}

.item-finance svg line {
  stroke: #16c7bd;
}

.item-finance svg rect:nth-child(3) {
  stroke: #16c7bd;
}

.item-sales svg polyline {
  stroke: #16c7bd;
}

.item-operations svg circle:nth-child(2) {
  stroke: #16c7bd;
}

.item-reporting svg circle {
  stroke: #16c7bd;
}

.item-finance {
  top: 18px;
  left: 80px;
}

.item-sales {
  top: 160px;
  left: 0;
}

.item-operations {
  top: 160px;
  right: 0;
}

.item-supply {
  bottom: 12px;
  left: 78px;
}

.item-reporting {
  bottom: 12px;
  right: 47px;
}

.lf-card-dark {
  background: #22262a;
}

.lf-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.lf-card-tag {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 7px 12px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.lf-fw2-container {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}

.lf-fw2-social a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.lf-page-hero {
  background: #f7fbfa;
  padding: 90px 30px;
}

.lf-page-container {
  max-width: 1450px;
  margin-top: 0 auto;
}

.lf-page-hero span {
  display: block;
  color: #08745f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-page-hero h1 {
  margin: 0;
  color: #0f2b35;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
}

.lf-page-line {
  width: 82px;
  height: 4px;
  background: #08745f;
  margin: 30px 0;
}

.lf-page-hero p {
  max-width: 920px;
  margin: 0 0 34px;
  color: #667085;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.lf-page-btn {
  display: inline-block;
  background: #08745f;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lf-card {
  border: 1px solid #e6eeee;
  padding: 34px 28px;
  box-shadow: 0 12px 30px rgba(2, 54, 61, 0.05);
}

.lf-card h3 {
  margin: 0 0 14px;
  color: #0f2b35;
  font-size: 22px;
}

.lf-card p {
  margin: 0;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.7;
}

.lf-info-badge {
  display: inline-block;
  background: rgba(5, 104, 199, 0.10);
  color: #08745f;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.lf-card-blue {
  background: #08745f;
}

.lf-card-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #bdeee6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-card-grid {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lf-card-grid div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  padding: 18px 16px;
}

.lf-card-grid span {
  display: block;
  color: #bdeee6;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.lf-card-grid p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}

.lf-section {
  padding: 90px 0 100px;
}

.lf-linkedin {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-top: 14px;
  background: var(--lf-footer-white);
  color: var(--lf-footer-bg-alt) !important;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  border-radius: 4px;
}

.lf-linkedin:hover {
  background: var(--lf-footer-accent);
  color: var(--lf-footer-white) !important;
  transform: translateY(-2px);
}

.lf-partner-box {
  display: inline-block;
  padding: 18px 20px;
  border: 1px solid var(--lf-footer-border);
  background: rgba(255, 255, 255, 0.035);
}

.lf-partner-small {
  color: #d6b85a;
  font-size: 12px;
  margin-bottom: 5px;
}

.lf-partner-title {
  color: var(--lf-footer-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.lf-partner-text {
  color: var(--lf-footer-muted);
  font-size: 12px;
  margin-top: 8px;
}

.lf-fw2-main {
  background: #034336 !important;
  border-bottom: 1px solid #034336 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transition: background 0.25s ease, box-shadow 0.25s ease !important;
}

.lf-fw2-main-inner {
  height: 110px !important;
  min-height: 110px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 26px !important;
  overflow: visible !important;
}

.lf-fw2-get-started {
  font-weight: 500 !important;
  color: #0f2b35 !important;
  background: transparent !important;
  border-radius: 4px !important;
  font-size: 18px !important;
}

.lf-fw2-arrow {
  border-bottom: 1.5px solid #0f2b35;
  transform: rotate(45deg);
  margin-top: -5px;
  transition: transform 0.25s ease, margin 0.25s ease;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 5px solid currentColor !important;
}

.lf-fw2-social {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.lf-top-row {
  position: relative;
  z-index: 2;
}

.lf-bottom-row {
  width: 90%;
  margin: -13px auto 0;
  position: relative;
  z-index: 1;
}

.lf-dark-box {
  background: linear-gradient(135deg, #171717 0%, #1f1f1f 55%, #252525 100%);
}

.lf-blue-box {
  background: #034336;
}

.lf-white-box {
  background: #ffffff;
  border: 1px solid rgba(5, 104, 199, 0.14);
  box-shadow: 0 14px 34px rgba(20, 40, 70, 0.10);
}

.lf-box-line {
  display: block;
  width: 64px;
  height: 2px;
  background: #ffffff;
  margin: 20px 0 32px;
}

.lf-white-box h3 {
  color: #111111;
}

.lf-white-box p {
  color: #333333;
}

.lf-white-box .lf-box-line {
  background: #08745f;
}

.lf-heading-line {
  width: 82px;
  height: 4px;
  background: #034336;
  margin: 24px auto 24px;
}

.lf-modern-card-section {
  background: #ffffff;
  padding: var(--lf-modern-section-top-space)
  var(--lf-modern-section-right-space)
  var(--lf-modern-section-bottom-space)
  var(--lf-modern-section-left-space);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.lf-modern-heading {
  max-width: 1080px;
  margin: 0 auto 48px;
  text-align: center;
}

.lf-modern-heading span {
  display: block;
  color: #034336;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lf-modern-heading h2 {
  margin: 0;
  color: #22262a;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.lf-modern-line {
  width: 72px;
  height: 3px;
  background: #034336;
  margin: 22px auto 22px;
}

.lf-modern-heading p {
  max-width: 850px;
  margin: 0 auto;
  color: #667085;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
}

.lf-modern-card-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lf-modern-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(5, 104, 199, 0.13);
  border-radius: 0;
  padding: 30px 26px 28px;
  min-height: 235px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(20, 40, 70, 0.08);
  transition: all 0.35s ease;
}

.lf-modern-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 48px rgba(20, 40, 70, 0.14);
  border-color: rgba(5, 104, 199, 0.30);
}

.lf-modern-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(5, 104, 199, 0.06);
  transition: all 0.35s ease;
}

.lf-modern-card:hover::after {
  width: 165px;
  height: 165px;
  background: rgba(5, 104, 199, 0.10);
}

.lf-modern-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.lf-modern-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 9px;
  color: #24364b;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.lf-modern-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: #0568c7;
}

.lf-modern-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #f4f8fc;
  border: 1px solid rgba(5, 104, 199, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lf-modern-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #0568c7;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lf-modern-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5f6f82;
  font-size: 14.2px;
  font-weight: 300;
  line-height: 1.65;
}

.lf-card-number {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: rgba(255, 255, 255, 0.28);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.card-blue-1 {
  background: #0d5a7d;
}

.card-blue-2 {
  background: #0877a8;
}

.card-blue-3 {
  background: #082d4d;
}

.card-blue-4 {
  background: #062a46;
}

.card-blue-5 {
  background: #114d7d;
}

.card-blue-6 {
  background: #052740;
}

.lf-inner-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #08745f, #16be9c, rgba(8,116,95,0));
  z-index: 2;
}

.lf-inner-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 735px) minmax(280px, 380px);
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.lf-inner-hero-content {
  max-width: 735px;
}

.lf-inner-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #08745f;
  border: 1px solid #08745f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.lf-inner-hero-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
}

.lf-inner-hero-content h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -1.8px;
}

.lf-inner-hero-content h1 span {
  color: #08745f;
}

.lf-inner-hero-content p {
  max-width: 690px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.72;
}

.lf-inner-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.lf-inner-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(8,116,95,0.16);
  color: #063f36;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(15,23,42,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lf-inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.lf-inner-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  background: linear-gradient(135deg, #08745f, #043f35);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(8,116,95,0.32);
}

.lf-inner-hero-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(8,116,95,0.42);
}

.lf-inner-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  background: rgba(255,255,255,0.76);
  color: #043f35;
  border: 2px solid rgba(8,116,95,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lf-inner-hero-secondary:hover {
  background: #043f35;
  color: #ffffff;
  border-color: #043f35;
  transform: translateY(-3px);
}

.lf-inner-hero-card {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 380px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 28px 70px rgba(15,23,42,0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lf-inner-hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #08745f, #16be9c);
}

.lf-inner-hero-card-label {
  display: inline-block;
  margin: 6px 0 15px;
  color: #08745f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.lf-inner-hero-card h2 {
  margin: 0 0 18px;
  color: #10221f;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.32;
}

.lf-inner-hero-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.lf-inner-hero-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #344d49;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.lf-inner-hero-card li::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(8,116,95,0.12);
  color: #08745f;
  font-weight: 900;
  font-size: 13px;
}

.lf-inner-page-content-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.lf-inner-hero::before {
  inset: 0;
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
  90deg,
  rgba(0, 0, 0, 0.76) 0%,
  rgba(0, 0, 0, 0.58) 48%,
  rgba(0, 0, 0, 0.26) 76%,
  rgba(0, 0, 0, 0) 100%
  );
}

.lf-inner-hero {
  position: relative;
  width: 100%;
  min-height: 670px;
  overflow: hidden;
  isolation: isolate;
  padding: 86px 40px 74px;
  display: flex;
  align-items: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-image: var(--lf-inner-hero-image, url("../images/InnerPage/D365BCSolution.webp")) !important;
  background-size: cover;
  background-position: var(--lf-inner-hero-position, center center);
  background-repeat: no-repeat;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.full-width {
  margin-bottom: 18px;
}

.about-content {
  width: 42%;
  position: relative;
  z-index: 3;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #08745f;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.about-content h1 {
  font-size: 76px;
  line-height: 1;
  color: #17212b;
  font-weight: 800;
  margin-bottom: 22px;
  letter-spacing: -2px;
}

.title-line {
  width: 85px;
  height: 8px;
  background: #08745f;
  border-radius: 50px;
  margin-bottom: 34px;
}

.about-content p {
  font-size: 28px;
  line-height: 1.45;
  color: #3e4955;
  max-width: 560px;
  font-weight: 400;
}

.about-visual {
  width: 58%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.team-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 72%;
  height: 100%;
  background: linear-gradient(rgba(8, 116, 95, 0.40), rgba(8, 116, 95, 0.45)),
  url("../images/LFH23.png");
  background-size: cover;
  background-position: center;
  clip-path: ellipse(82% 72% at 58% 42%);
  opacity: 0.95;
}

.world-map {
  position: absolute;
  right: 120px;
  top: 75px;
  width: 360px;
  height: 150px;
  background-image: radial-gradient(#08745f 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.18;
  border-radius: 40%;
}

.curve-line {
  position: absolute;
  right: 90px;
  bottom: 118px;
  width: 550px;
  height: 180px;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 4;
  transform: rotate(-5deg);
}

.icon-box {
  position: absolute;
  width: 98px;
  height: 98px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.icon-box svg {
  width: 44px;
  height: 44px;
  stroke: #08745f;
  stroke-width: 2.2;
  fill: none;
}

.icon-chart {
  right: 520px;
  bottom: 120px;
}

.icon-people {
  right: 300px;
  bottom: 145px;
  width: 118px;
  height: 118px;
}

.icon-gear {
  right: 90px;
  bottom: 190px;
}

.dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
  height: 160px;
  background-image: radial-gradient(rgba(8, 116, 95, 0.18) 2px, transparent 2px);
  background-size: 14px 14px;
  z-index: 1;
}

.lf-section-subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lf-section-title {
  line-height: 1.25;
  margin: 0;
  color: #34383d;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.lf-title-line {
  display: block;
  width: 240px;
  height: 4px;
  background: #034336;
  margin: 28px 0 38px;
}

.lf-arrow {
  color: #034336;
  font-size: 48px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.lf-corner-line {
  width: 50px;
  height: 50px;
  border-left: 1px solid #034336;
  border-bottom: 1px solid #034336;
  flex-shrink: 0;
  margin-top: 4px;
}

.lf-text {
  max-width: 1280px;
}

.lf-text p {
  margin: 0 0 18px;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.lf-text .lf-highlight {
  color: #777777;
  font-weight: 400;
}

@media (max-width: 768px) {
  .lf-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .lf-section {
    padding: 58px 0 68px;
  }

  .lf-title-line {
    margin: 24px 0 30px;
  }

  .lf-bottom-row {
    width: 100%;
    margin-top: 0;
  }

  .lf-modern-card-section {
    padding: var(--lf-modern-section-mobile-top-space)
      var(--lf-modern-section-mobile-right-space)
      var(--lf-modern-section-mobile-bottom-space)
      var(--lf-modern-section-mobile-left-space);
  }

  .lf-modern-heading {
    margin-bottom: 36px;
  }

  .lf-modern-heading h2 {
    font-size: 28px;
  }

  .lf-modern-heading p {
    font-size: 14.5px;
  }

  .lf-modern-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lf-modern-card {
    padding: 28px 22px 26px;
    border-radius: 0;
  }

  .lf-modern-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .lf-modern-icon svg {
    width: 26px;
    height: 26px;
  }

  .lf-modern-title h3 {
    font-size: 17.5px;
  }

  .lf-modern-card p {
    font-size: 13.8px;
  }

  .lf-card-number {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .lf-inner-hero-container {
    gap: 32px;
  }

  .lf-inner-hero-content {
    text-align: center;
  }

  .lf-inner-hero-kicker {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .lf-inner-hero-content h1 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .lf-inner-hero-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .lf-inner-hero-actions {
    justify-content: center;
  }

  .lf-inner-hero-tags {
    justify-content: center;
  }

  .lf-inner-hero-primary {
    width: 100%;
    max-width: 300px;
  }

  .lf-inner-hero-secondary {
    width: 100%;
    max-width: 300px;
  }

  .lf-inner-hero-card {
    display: none;
  }

  .lf-inner-hero {
    min-height: auto;
    padding: 62px 20px 58px;
    background-image: var(--lf-inner-hero-image, url());
    background-size: cover;
    background-position: var(--lf-inner-hero-position, center center);
    background-repeat: no-repeat;
  }

  .lf-inner-hero::before {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.56) 62%,
      rgba(0, 0, 0, 0.22) 100%
      );
  }

  .lf-section-subtitle {
    font-size: 14px;
    letter-spacing: 7px;
  }

  .lf-section-title {
    font-size: 34px;
  }

  .lf-text p {
    font-size: 15.5px;
    line-height: 1.7;
  }

}

@media (max-width: 1100px) {
  .lf-fw2-main-inner {
    min-height: 78px;
  }

  .lf-card-grid {
    grid-template-columns: 1fr;
  }

  .lf-modern-card-section {
    padding-right: var(--lf-modern-section-tablet-right-space);
    padding-left: var(--lf-modern-section-tablet-left-space);
  }

  .lf-modern-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-modern-card {
    min-height: auto;
  }

}

@media (max-width: 600px) {
  .lf-fw2-container {
    padding: 0 18px;
  }

  .lf-fw2-main-inner {
    min-height: 72px;
  }

  .lf-page-hero {
    padding: 60px 18px;
  }

  .lf-page-hero h1 {
    font-size: 34px;
  }

}

@media (max-width: 640px) {
  .lf-linkedin {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

@media (max-width: 1050px) {
  .lf-fw2-main-inner {
    height: 84px !important;
    min-height: 84px !important;
  }

}

@media (min-width: 769px) {
  .lf-linkedin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lf-partner-box {
    text-align: center;
  }

}

@media (max-width: 1200px) {
  .lf-bottom-row {
    width: 100%;
    margin-top: 0;
  }

  .about-content h1 {
    font-size: 60px;
  }

  .about-content p {
    font-size: 24px;
  }

}

@media (max-width: 1120px) {
  .lf-inner-hero {
    background-position: 62% center;
  }

  .lf-inner-hero-container {
    grid-template-columns: 1fr;
  }

  .lf-inner-hero-card {
    justify-self: start;
    max-width: 620px;
  }

  .lf-inner-hero::before {
    width: 78%;
  }

}

@media (max-width: 480px) {
  .lf-inner-hero-content h1 {
    font-size: 31px;
  }

  .lf-inner-hero-kicker {
    padding: 9px 14px;
  }

  .lf-inner-hero-tags span {
    font-size: 13px;
  }

}

@media (max-width: 575px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

}

@media (max-width: 900px) {
  .about-content {
    width: 100%;
  }

  .about-visual {
    width: 100%;
    height: 260px;
    top: auto;
    bottom: 0;
  }

  .team-image {
    width: 100%;
    clip-path: none;
    opacity: 0.35;
  }

  .curve-line {
    display: none;
  }

  .icon-box {
    display: none;
  }

  .world-map {
    display: none;
  }

  .about-content h1 {
    font-size: 48px;
  }

  .about-content p {
    font-size: 20px;
  }

  .brand-name {
    font-size: 20px;
  }

}

.lf-wow {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.38s ease,
  transform 0.38s ease;
  transition-delay: var(--lf-wow-delay, 0s);
}

.lf-wow.lf-animated {
  opacity: 1;
  transform: translateY(0);
}

.lf-wow.fadeIn {
  transform: translateY(18px);
}

.lf-wow.fadeInDown {
  transform: translateY(18px);
}

.lf-wow.fadeInLeft {
  transform: translateY(18px);
}

.lf-wow.fadeInRight {
  transform: translateY(18px);
}

.lf-wow.fadeInUp {
  transform: translateY(18px);
}

.lf-wow.zoomIn {
  transform: translateY(18px);
}

.lf-wow.fadeIn.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lf-wow.fadeInDown.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lf-wow.fadeInLeft.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lf-wow.fadeInRight.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lf-wow.fadeInUp.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lf-wow.zoomIn.lf-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .lf-wow {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

}

.lf-fw2-header .lf-fw2-main-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: 110px !important;
  min-height: 110px !important;
  gap: 22px !important;
}

.lf-fw2-header .lf-fw2-nav {
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-left: auto !important;
}

.lf-fw2-header .lf-fw2-menu-toggle {
  display: inline-flex !important;
  width: 50px !important;
  height: 46px !important;
  min-width: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1000001 !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-menu-toggle {
  display: inline-flex !important;
  width: 50px !important;
  height: 46px !important;
  min-width: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1000001 !important;
}

.lf-fw2-header .lf-fw2-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

.lf-fw2-header .lf-fw2-menu-toggle span {
  display: block !important;
  width: 30px !important;
  height: 3px !important;
  margin: 4px auto !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.lf-fw2-header.is-scrolled .lf-fw2-menu-toggle span {
  display: block !important;
  width: 30px !important;
  height: 3px !important;
  margin: 4px auto !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.lf-fw2-header .lf-fw2-menu-toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg) !important;
}

.lf-fw2-header .lf-fw2-menu-toggle.active span:nth-child(2) {
  opacity: 0 !important;
}

.lf-fw2-header .lf-fw2-menu-toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg) !important;
}

.lf-mega-menu * {
  box-sizing: border-box;
}

.lf-mega-menu {
  box-sizing: border-box;
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  min-height: 100vh !important;
  z-index: 1000000 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 516px !important;
  background: #213d68 !important;
  color: #ffffff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-8px) !important;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease !important;
  overflow-y: auto !important;
}

.lf-mega-menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.lf-mega-menu-open .lf-mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.lf-mega-menu-open {
  overflow: hidden !important;
}

.lf-mega-col ul {
  list-style: disc !important;
  margin: 0 0 0 30px !important;
  padding: 0 !important;
}

.lf-mega-col li::marker {
  color: #ffffff !important;
  font-size: 16px !important;
}

.lf-mega-col a:hover {
  color: #c7fff1 !important;
}

.lf-mega-contact a:hover {
  color: #c7fff1 !important;
}

.lf-mega-quick-links a:hover {
  color: #c7fff1 !important;
}

.lf-mega-col li a:hover {
  padding-left: 4px !important;
}

.lf-mega-menu-right {
  position: relative !important;
  min-height: 100vh !important;
  background: #400f41 !important;
  padding: 0 46px 34px 46px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.lf-mega-close span {
  position: absolute !important;
  left: 7px !important;
  top: 27px !important;
  width: 48px !important;
  height: 5px !important;
  border-radius: 6px !important;
  background: #ffffff !important;
}

.lf-mega-close span:first-child {
  transform: rotate(45deg) !important;
}

.lf-mega-close span:last-child {
  transform: rotate(-45deg) !important;
}

.lf-mega-close:hover span {
  background: #c7fff1 !important;
}

.lf-mega-quick-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 26px !important;
  margin-top: 129px !important;
  margin-left: min(128px, 8vw) !important;
  min-width: 250px !important;
}

.lf-mega-contact {
  width: 260px !important;
  padding-top: 38px !important;
  margin-top: 30px !important;
  margin-left: min(128px, 8vw) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.65) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.lf-mega-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 13px !important;
  margin: 27px 0 0 min(128px, 8vw) !important;
}

.lf-mega-socials a {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e7e7e7 !important;
  color: #2b2b2b !important;
  text-decoration: none !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.lf-mega-socials a:nth-child(3) {
  font-size: 17px !important;
}

.lf-mega-socials a:nth-child(4) {
  font-size: 17px !important;
}

.lf-mega-socials a:nth-child(6) {
  font-size: 17px !important;
}

.lf-mega-socials a:hover {
  transform: translateY(-3px) !important;
  background: #ffffff !important;
}

.lf-mega-whatsapp span {
  width: 48px !important;
  height: 48px !important;
  margin: -14px -76px -14px 2px !important;
  border-radius: 6px !important;
  background: #07aa25 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 29px !important;
  font-weight: 700 !important;
}

@media (max-width: 1450px) {
  .lf-fw2-header .lf-fw2-nav>ul>li>a {
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav>ul>li>a {
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lf-mega-menu {
    grid-template-columns: minmax(0, 1fr) 430px !important;
  }

  .lf-mega-contact {
    margin-left: 82px !important;
  }

  .lf-mega-quick-links {
    margin-left: 82px !important;
  }

  .lf-mega-socials {
    margin-left: 82px !important;
  }

  .lf-mega-whatsapp {
    margin-left: 130px !important;
  }

}

@media (max-width: 1180px) {
  .lf-fw2-header .lf-fw2-nav {
    display: none !important;
  }

  .lf-fw2-header .lf-fw2-nav>ul {
    display: none !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav {
    display: none !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-nav>ul {
    display: none !important;
  }

  .lf-mega-menu {
    display: block !important;
  }

  .lf-mega-menu-right {
    min-height: auto !important;
    padding: 90px 42px 48px 42px !important;
  }

  .lf-mega-close {
    top: 28px !important;
    right: 36px !important;
  }

  .lf-mega-contact {
    margin-left: 0 !important;
  }

  .lf-mega-socials {
    margin-left: 0 !important;
  }

  .lf-mega-quick-links {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .lf-mega-whatsapp {
    margin-left: 0 !important;
    margin-top: 42px !important;
  }

}

@media (max-width: 767px) {
  .lf-fw2-header .lf-fw2-main-inner {
    height: 82px !important;
    min-height: 82px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-main-inner {
    height: 82px !important;
    min-height: 82px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .lf-fw2-header .lf-fw2-logo {
    min-width: 0 !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo {
    min-width: 0 !important;
  }

  .lf-fw2-header .lf-fw2-logo img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .lf-fw2-header .lf-fw2-logo-img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-logo-img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .lf-fw2-header .lf-fw2-menu-toggle {
    width: 44px !important;
    height: 42px !important;
    min-width: 44px !important;
  }

  .lf-fw2-header.is-scrolled .lf-fw2-menu-toggle {
    width: 44px !important;
    height: 42px !important;
    min-width: 44px !important;
  }

  .lf-mega-col li {
    margin-bottom: 14px !important;
  }

  .lf-mega-menu-right {
    padding: 82px 30px 42px 30px !important;
  }

  .lf-mega-close {
    width: 48px !important;
    height: 48px !important;
    right: 25px !important;
    top: 24px !important;
  }

  .lf-mega-close span {
    width: 40px !important;
    height: 4px !important;
  }

  .lf-mega-quick-links {
    gap: 18px !important;
  }

  .lf-mega-contact {
    width: 100% !important;
  }

  .lf-mega-socials {
    gap: 10px !important;
  }

  .lf-mega-socials a {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
  }

  .lf-mega-whatsapp span {
    margin-right: -63px !important;
  }

}

@media (min-width: 1451px) {
  .lf-mega-socials {
    width: 350px !important;
    flex-wrap: nowrap !important;
  }

}

.lf-mega-close {
  top: 34px !important;
  right: 102px !important;
  width: 58px !important;
  height: 58px !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: fixed !important;
}

.lf-mega-menu-left {
  background: #031634 !important;
  min-height: 100vh !important;
  padding: clamp(92px, 16vh, 134px) clamp(38px, 4.5vw, 86px) 70px clamp(54px, 5.5vw, 86px) !important;
  display: grid !important;
  align-content: start !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: clamp(24px, 2.7vw, 46px) !important;
  padding-left: clamp(42px, 4vw, 70px) !important;
  padding-right: clamp(30px, 3vw, 44px) !important;
}

.lf-mega-col-addons a {
  overflow-wrap: anywhere !important;
}

.lf-mega-col-industries a {
  overflow-wrap: anywhere !important;
}

.lf-mega-col-services a {
  overflow-wrap: anywhere !important;
}

.lf-mega-col-solutions a {
  overflow-wrap: anywhere !important;
}

@media (min-width: 1451px) {
  .lf-mega-menu-left {
    grid-template-columns: 0.82fr 0.9fr 1.05fr 1.25fr !important;
    column-gap: 38px !important;
    padding-left: 64px !important;
    padding-right: 36px !important;
  }

}

@media (max-width: 1450px) {
  .lf-mega-menu-left {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    padding-left: 38px !important;
    padding-right: 30px !important;
  }

  .lf-mega-col a {
    font-size: clamp(15px, 1.05vw, 18px) !important;
  }

}

@media (max-width: 1180px) {
  .lf-mega-menu-left {
    min-height: auto !important;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 34px !important;
    padding: 94px 42px 48px 42px !important;
  }

}

@media (max-width: 767px) {
  .lf-mega-menu-left {
    grid-template-columns: 1fr !important;
    padding: 86px 25px 40px 30px !important;
  }

}

.lf-mega-col h2 {
  display: block !important;
  margin: 0 0 22px 0 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  font-size: 18px !important;
}

.lf-mega-col h2 a {
  display: block !important;
  margin: 0 0 22px 0 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  font-size: 18px !important;
}

.lf-mega-col a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
  font-size: 16px !important;
}

.lf-mega-col li {
  margin: 0 0 20px 0 !important;
  padding-left: 2px !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
}

.lf-mega-quick-links a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  font-size: 16px !important;
}

.lf-mega-contact a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  font-size: 16px !important;
}

.lf-mega-whatsapp {
  margin: auto 0 0 min(248px, 15vw) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #101010 !important;
  background: #ffffff !important;
  border-radius: 5px !important;
  padding: 16px 16px 15px 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14) !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .lf-mega-col h2 {
    margin-bottom: 16px !important;
    font-size: 18px !important;
  }

  .lf-mega-col h2 a {
    margin-bottom: 16px !important;
    font-size: 18px !important;
  }

  .lf-mega-col a {
    font-size: 15px !important;
  }

  .lf-mega-quick-links a {
    font-size: 19px !important;
  }

  .lf-mega-contact a {
    font-size: 16px !important;
  }

}

/* =====================================================
   Keyframes / Other At-Rules
   ===================================================== */

@keyframes lfFadeUp {
  from {
      opacity: 0;
      transform: translateY(var(--lf-animation-distance));
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfFadeDown {
  from {
      opacity: 0;
      transform: translateY(calc(var(--lf-animation-distance) * -1));
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfFadeLeft {
  from {
      opacity: 0;
      transform: translateX(calc(var(--lf-animation-distance) * -1));
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfFadeRight {
  from {
      opacity: 0;
      transform: translateX(var(--lf-animation-distance));
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfZoomIn {
  from {
      opacity: 0;
      transform: scale(0.96);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
}

@keyframes lfFadeOnly {
  from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}

@keyframes lfSlideInDown {
  from {
      opacity: 0;
      transform: translateY(-48px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfFadeInUp {
  from {
      opacity: 0;
      transform: translateY(34px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfSlideInLeft {
  from {
      opacity: 0;
      transform: translateX(-52px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfSlideInRight {
  from {
      opacity: 0;
      transform: translateX(52px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfHeroImageZoom {
  from {
      transform: scale(1);
    }

    to {
      transform: scale(1.06);
    }
}

@keyframes lfV7CorrectFadeUp {
  from {
      opacity: 0;
      transform: translateY(35px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfHeroSlideDown {
  from {
      opacity: 0;
      transform: translateY(-38px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfHeroFadeUp {
  from {
      opacity: 0;
      transform: translateY(34px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfHeroSlideLeft {
  from {
      opacity: 0;
      transform: translateX(-42px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfHeroSlideRight {
  from {
      opacity: 0;
      transform: translateX(42px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes lfV7FadeUp {
  from {
      opacity: 0;
      transform: translateY(35px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes lfFastPageOpen {
  from {
      opacity: 0.92;
    }

    to {
      opacity: 1;
    }
}


/* =====================================================
   Leaforge Responsive Compatibility Patch - 2026-06-21
   Purpose: Fix mobile overflow, cascade conflicts and small-screen layout issues.
   ===================================================== */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  min-width: 0 !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img,
video,
canvas {
  height: auto;
}

a,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(8, 116, 95, 0.18);
}

.lf-fw2-container,
.lf-about-container,
.lf-bc-classic-container,
.lf-bc-diagram-container,
.lf-help-container,
.lf-why-container,
.lf-page-container,
.lf-rapid-pro-container,
.lf-footer-container,
.lf-explore-cta-container {
  max-width: 100%;
  min-width: 0;
}

.lf-fw2-main-inner,
.lf-fw2-topbar-inner,
.lf-home-slide-content,
.lf-inner-hero-container,
.lf-inner-hero-content,
.lf-v7-about-wrap,
.lf-v7-why-wrap,
.lf-v7-why-inner,
.lf-wd-home-split,
.lf-wd-process-layout,
.lf-modern-card-grid,
.lf-bc-modules-green-grid,
.lf-bc-row,
.lf-bc-feature-row,
.lf-bc-feature-items {
  min-width: 0;
}

@media (max-width: 1180px) {
  .lf-fw2-header .lf-fw2-nav,
  .lf-fw2-header .lf-fw2-nav > ul {
    display: none !important;
  }

  .lf-fw2-header .lf-fw2-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
}

@media (max-width: 900px) {
  .lf-bc-diagram-section {
    padding: 55px 20px 65px !important;
    overflow: hidden !important;
  }

  .lf-bc-diagram-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-bc-diagram-heading h4 {
    font-size: clamp(24px, 7vw, 30px) !important;
  }

  .lf-bc-diagram-heading h2 {
    font-size: clamp(30px, 8vw, 38px) !important;
  }

  .lf-bc-diagram-heading p {
    font-size: 16px !important;
  }

  .lf-bc-diagram-wrap {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 30px auto 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .lf-bc-orbit {
    display: none !important;
  }

  .lf-bc-center-circle {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 210px !important;
    height: 210px !important;
    max-width: 78vw !important;
    max-height: 78vw !important;
    margin: 0 auto 8px !important;
    order: -1 !important;
  }

  .lf-bc-diagram-item,
  .item-finance,
  .item-project,
  .item-sales,
  .item-operations,
  .item-supply,
  .item-reporting {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 15px 16px !important;
    background: #ffffff !important;
    border: 1px solid #e4eeeb !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px rgba(2, 54, 61, 0.07) !important;
  }

  .lf-bc-diagram-item .left-label,
  .lf-bc-diagram-item .right-label,
  .left-label,
  .right-label {
    order: 2 !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    text-align: left !important;
  }

  .lf-bc-label {
    min-width: 0 !important;
    font-size: 15.5px !important;
    overflow-wrap: anywhere !important;
  }

  .lf-bc-icon-circle {
    order: 1 !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
  }

  .lf-bc-icon-circle svg {
    width: 36px !important;
    height: 36px !important;
  }

  .lf-bc-modules-green-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-bc-module-green-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .lf-bc-module-green-content,
  .lf-bc-module-green-content h3,
  .lf-bc-module-green-content p {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .lf-bc-row,
  .lf-bc-classic-grid,
  .lf-bc-potential-grid,
  .lf-v7-projects-grid,
  .lf-v7-why-grid,
  .lf-why-grid,
  .lf-help-grid,
  .lf-modern-card-grid,
  .lf-r5-home-style-grid,
  .lf-ri-grid,
  .lf-fit-grid,
  .lf-plan-grid {
    grid-template-columns: 1fr !important;
  }

  .lf-bc-box,
  .lf-bc-module-green-card,
  .lf-bc-classic-card,
  .lf-v7-project-card,
  .lf-v7-why-feature,
  .lf-why-card,
  .lf-modern-card,
  .lf-r5-home-style-card,
  .lf-ri-card,
  .lf-fit-card,
  .lf-plan-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .lf-bottom-row {
    width: 100% !important;
    margin: 16px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .lf-fw2-topbar {
    display: none !important;
  }

  .lf-fw2-header .lf-fw2-main-inner,
  .lf-fw2-header.is-scrolled .lf-fw2-main-inner {
    height: 78px !important;
    min-height: 78px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .lf-fw2-header .lf-fw2-logo,
  .lf-fw2-header.is-scrolled .lf-fw2-logo {
    min-width: 0 !important;
    max-width: calc(100vw - 96px) !important;
  }

  .lf-fw2-header .lf-fw2-logo img,
  .lf-fw2-header .lf-fw2-logo-img,
  .lf-fw2-header.is-scrolled .lf-fw2-logo img,
  .lf-fw2-header.is-scrolled .lf-fw2-logo-img {
    width: min(185px, calc(100vw - 110px)) !important;
    max-width: min(185px, calc(100vw - 110px)) !important;
  }

  .lf-fw2-header .lf-fw2-menu-toggle,
  .lf-fw2-header.is-scrolled .lf-fw2-menu-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 42px !important;
  }

  body.home-page .lf-home-hero-slider {
    height: clamp(560px, 76vh, 680px) !important;
    min-height: 560px !important;
    max-height: 680px !important;
  }

  body.home-page .lf-home-slide-content {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    padding: 22px 20px 24px !important;
  }

  body.home-page .lf-home-slide-content h1,
  .lf-inner-hero-content h1,
  .lf-page-hero h1,
  .lf-bc-heading h2,
  .lf-modern-heading h2,
  .lf-wd-process-heading h2,
  .lf-wd-home-content h2,
  .lf-v7-why-inner h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.22 !important;
  }

  body.home-page .lf-home-slide-content p,
  .lf-inner-hero-content p,
  .lf-wd-home-content p,
  .lf-modern-heading p,
  .lf-v7-why-inner p {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
  }

  .lf-inner-hero,
  .lf-page-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-about-container,
  .lf-bc-classic-container,
  .lf-bc-diagram-container,
  .lf-help-container,
  .lf-why-container,
  .lf-page-container,
  .lf-rapid-pro-container,
  .lf-explore-cta-container,
  body.home-page .lf-about-container,
  body.home-page .lf-bc-area-section,
  body.home-page .lf-bc-classic-container,
  body.home-page .lf-bc-diagram-container,
  body.home-page .lf-benefits-section,
  body.home-page .lf-explore-cta-container,
  body.home-page .lf-help-container,
  body.home-page .lf-page-container,
  body.home-page .lf-why-container,
  body:not(.home-page) .lf-about-container,
  body:not(.home-page) .lf-bc-area-section,
  body:not(.home-page) .lf-bc-classic-container,
  body:not(.home-page) .lf-bc-diagram-container,
  body:not(.home-page) .lf-bc-hero-cta-container,
  body:not(.home-page) .lf-benefits-section,
  body:not(.home-page) .lf-explore-cta-container,
  body:not(.home-page) .lf-help-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-v7-about-wrap,
  .lf-v7-why-wrap,
  .lf-v7-why-inner,
  .lf-help-grid,
  .lf-wd-home-split,
  .lf-wd-process-layout,
  .lf-industry-home-style-section .lf-wd-home-split,
  .lf-industry-home-style-section .lf-wd-process-layout,
  .lf-explore-cta-container {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
  }

  .lf-wd-home-split-reverse .lf-wd-home-content,
  .lf-wd-home-split-reverse .lf-wd-home-image,
  .lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-content,
  .lf-industry-home-style-section .lf-wd-home-split-reverse .lf-wd-home-image {
    order: initial !important;
  }

  .lf-wd-home-content,
  .lf-wd-home-image,
  .lf-wd-process-panel,
  .lf-wd-process-list,
  .lf-industry-home-style-section .lf-wd-home-content,
  .lf-industry-home-style-section .lf-wd-home-image,
  .lf-industry-home-style-section .lf-wd-process-panel,
  .lf-industry-home-style-section .lf-wd-process-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .lf-bc-feature-row,
  .lf-bc-feature-items {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .lf-bc-feature-category,
  .lf-bc-feature-items span {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .lf-footer-container {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lf-footer-col,
  .lf-footer-about {
    text-align: center !important;
  }

  .lf-footer-line {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lf-mega-menu {
    width: 100% !important;
    max-width: 100% !important;
  }

  .lf-mega-menu-left,
  .lf-mega-menu-right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .lf-mega-contact,
  .lf-mega-quick-links,
  .lf-mega-socials,
  .lf-mega-whatsapp {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  body.home-page .lf-home-slide-buttons,
  .lf-inner-hero-actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.home-page .lf-home-btn,
  .lf-inner-hero-primary,
  .lf-inner-hero-secondary,
  .lf-explore-cta-btn,
  .lf-bc-know-btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .lf-bc-center-circle {
    width: 185px !important;
    height: 185px !important;
  }

  .lf-bc-icon-circle {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }

  .lf-bc-icon-circle svg {
    width: 32px !important;
    height: 32px !important;
  }
}

/* Compatibility alias: both manufacturing and manufacturers class names use the same hero image */
.lf-hero-business-central-for-manufacturers {
  --lf-inner-hero-image: url("../images/InnerPage/Manufacturers.webp") !important;
  --lf-inner-hero-position: center center;
}
/* =====================================================
   PRIVACY POLICY PAGE DESIGN
===================================================== */

.lf-privacy-section {
  width: 100%;
  padding: 90px 20px 100px;
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.lf-privacy-container {
  max-width: 1180px;
  margin: 0 auto;
}

.lf-privacy-heading {
  max-width: 880px;
  margin: 0 auto 55px;
  text-align: center;
}

.lf-privacy-heading span {
  display: block;
  margin-bottom: 16px;
  color: #08745f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.lf-privacy-heading h1 {
  margin: 0;
  color: #17212b;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.1;
}

.lf-privacy-line {
  width: 82px;
  height: 5px;
  margin: 26px auto 24px;
  background: #08745f;
  border-radius: 20px;
}

.lf-privacy-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #5f6f82;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.lf-privacy-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(8, 116, 95, 0.14);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  padding: 55px 60px;
  overflow: hidden;
}

.lf-privacy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #08745f;
}

.lf-privacy-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(8, 116, 95, 0.07);
  z-index: 0;
}

.lf-privacy-block {
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.lf-privacy-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.lf-privacy-block h2 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
  color: #023f36;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.lf-privacy-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #08745f;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(8, 116, 95, 0.12);
}

.lf-privacy-block p {
  margin: 0 0 12px;
  color: #5f6f82;
  font-size: 15.8px;
  font-weight: 400;
  line-height: 1.8;
}

.lf-privacy-block p:last-child {
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .lf-privacy-section {
    padding: 65px 16px 75px;
  }

  .lf-privacy-heading {
    margin-bottom: 38px;
  }

  .lf-privacy-heading span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .lf-privacy-heading h1 {
    font-size: 42px;
  }

  .lf-privacy-heading p {
    font-size: 15.5px;
  }

  .lf-privacy-card {
    padding: 38px 24px;
  }

  .lf-privacy-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .lf-privacy-block h2 {
    font-size: 21px;
  }

  .lf-privacy-block p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .lf-privacy-heading h1 {
    font-size: 36px;
  }

  .lf-privacy-card {
    padding: 34px 20px;
  }

  .lf-privacy-block h2 {
    font-size: 19px;
  }
}