/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --lt-ink: #122033;
  --lt-muted: #5d6878;
  --lt-line: #dbe3ee;
  --lt-soft: #f4f7fb;
  --lt-brand: #0f8b8d;
  --lt-brand-dark: #0a6466;
  --lt-accent: #f5b942;
  --lt-shadow: 0 18px 45px rgba(18, 32, 51, 0.12);
  --ltgroups-hero-image: url("assets/images/hero-ads-ltgroups.png");
}

body {
  color: var(--lt-ink);
  font-family: Inter, Arial, sans-serif;
}

.logo img {
  display: none !important;
}

.logo a {
  display: block !important;
  width: 228px;
  min-height: 54px;
  background: url("assets/images/ltgroups-logo.svg") left center/contain no-repeat;
  text-indent: -999px;
  overflow: hidden;
}

.logo a::before {
  content: none;
}

.logo a::after {
  content: none;
}

.header-newsletter-item,
.header-divider,
.account-item,
.cart-item,
.header-search,
.element-error,
.html_topbar_left,
.header-social-icons,
#top-bar,
.top-divider {
  display: none !important;
}

.header-main {
  border-bottom: 1px solid var(--lt-line);
}

.header-inner {
  min-height: 72px !important;
}

.page-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--lt-brand);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(15, 139, 141, 0.22);
}

.btn.secondary {
  border: 1px solid var(--lt-line);
  background: #fff;
  color: var(--lt-ink) !important;
  box-shadow: none;
}

.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(90deg, rgba(12, 22, 36, 0.92) 0%, rgba(12, 22, 36, 0.82) 39%, rgba(12, 22, 36, 0.25) 70%, rgba(12, 22, 36, 0.08) 100%),
    var(--ltgroups-hero-image) center/cover no-repeat;
  color: #fff;
}

.hero-content {
  width: min(620px, 100%);
  padding: 86px 0 116px;
}

.eyebrow {
  color: var(--lt-accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1,
.section-head h2,
.cta h2,
.card h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 14px;
  max-width: 11ch;
  color: #fff;
  font-size: clamp(42px, 7vw, 84px);
}

.hero p {
  margin: 22px 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions br {
  display: none;
}

.stats-band {
  margin-top: -64px;
  position: relative;
  z-index: 4;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  background: var(--lt-line);
  box-shadow: var(--lt-shadow);
}

.stat {
  background: #fff;
  padding: 26px;
}

.stat strong {
  display: block;
  font-size: 29px;
}

.stat span,
.section-head p,
.card p,
.check-list li,
.panel-row span,
.cta p {
  color: var(--lt-muted);
}

#content > section:not(.hero),
.entry-content > section:not(.hero) {
  padding: 86px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p {
  margin: 14px 0 0;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  min-height: 220px;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
}

.card b {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(15, 139, 141, 0.12);
  color: var(--lt-brand-dark);
}

.card h3 {
  margin-top: 18px;
  font-size: 19px;
}

.card p {
  margin: 12px 0 0;
}

.band {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--lt-soft);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list span {
  color: var(--lt-brand);
  font-weight: 900;
}

.panel {
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--lt-shadow);
}

.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--lt-line);
}

.panel-row:last-child {
  border-bottom: 0;
}

.cta {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #122033;
  color: #fff;
}

.cta h2 {
  color: #fff;
}

.cta .panel {
  color: var(--lt-ink);
}

.absolute-footer {
  display: none;
}

.lt-section-hero .section-bg img {
  object-position: center right;
}

.lt-section-hero {
  overflow: hidden;
}

.lt-section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 15% 18%, rgba(245, 185, 66, .20), transparent 22%),
    radial-gradient(circle at 72% 15%, rgba(15, 139, 141, .22), transparent 28%),
    linear-gradient(135deg, rgba(18, 32, 51, .30), transparent);
  pointer-events: none;
}

.lt-section-hero .section-content {
  z-index: 3;
}

.lt-bg-icons {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.lt-bg-icon {
  position: absolute;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 15px;
  color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
  animation: ltFloat 8s ease-in-out infinite;
  backdrop-filter: blur(8px);
}

.lt-bg-icon svg,
.lt-card-icon svg,
.lt-submit svg,
.lt-ui-btn svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lt-bg-icon:nth-child(1) { left: 10%; top: 18%; animation-delay: 0s; }
.lt-bg-icon:nth-child(2) { right: 12%; top: 18%; animation-delay: -1.6s; }
.lt-bg-icon:nth-child(3) { left: 50%; top: 12%; animation-delay: -3.2s; }
.lt-bg-icon:nth-child(4) { right: 24%; bottom: 18%; animation-delay: -4.8s; }
.lt-bg-icon:nth-child(5) { left: 18%; bottom: 18%; animation-delay: -6.4s; }

@keyframes ltFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -18px, 0) rotate(5deg); }
}

.lt-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.lt-type-line {
  display: flex;
  align-items: flex-start;
  min-height: 180px;
}

.lt-typewriter {
  display: inline;
}

.lt-typewriter::after {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  color: var(--lt-accent);
  animation: ltCursorBlink 1s steps(1, end) infinite;
}

@keyframes ltCursorBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.lt-hero-copy .lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.lt-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #f5b942;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lt-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.lt-ui-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 18px;
  background: #f5b942;
  color: #122033 !important;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(245, 185, 66, .28);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}

.lt-ui-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.48) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.lt-ui-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(245, 185, 66, .36);
}

.lt-ui-btn:hover::before {
  transform: translateX(120%);
}

.lt-ui-btn.alt {
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
  box-shadow: none;
}

.lt-ui-btn.alt:hover {
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.lt-ui-btn svg {
  width: 18px;
  height: 18px;
}

.lt-meter {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.lt-meter span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.lt-meter span::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f8b8d, #f5b942);
}

.lt-section-title {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.lt-anchor {
  position: relative;
  top: -88px;
  height: 0;
  overflow: hidden;
}

.lt-section-title h2 {
  margin-bottom: 12px;
  color: var(--lt-ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
}

.lt-section-title p {
  color: var(--lt-muted);
  font-size: 17px;
}

.lt-card {
  position: relative;
  height: 100%;
  border: 1px solid var(--lt-line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 32, 51, 0.07);
  overflow: hidden;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.lt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(15,139,141,.12), transparent 34%);
  opacity: 0;
  transition: opacity .26s ease;
  pointer-events: none;
}

.lt-card:hover {
  transform: translateY(-7px);
  border-color: rgba(15, 139, 141, .32);
  box-shadow: 0 24px 54px rgba(18, 32, 51, 0.13);
}

.lt-card:hover::before {
  opacity: 1;
}

.lt-card strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(15, 139, 141, 0.12);
  color: var(--lt-brand-dark);
}

.lt-card-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(15, 139, 141, .18);
  border-radius: 16px;
  padding: 13px;
  background: linear-gradient(145deg, rgba(15, 139, 141, 0.13), rgba(245, 185, 66, .14));
  color: var(--lt-brand-dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 14px 26px rgba(15,139,141,.12);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), background .26s ease, color .26s ease;
}

.lt-service-card:hover .lt-card-icon,
.lt-package:hover .lt-card-icon,
.lt-process-card:hover .lt-card-icon {
  transform: rotate(360deg) scale(1.06);
  background: linear-gradient(145deg, var(--lt-brand), var(--lt-accent));
  color: #fff;
}

.lt-card h3 {
  margin-bottom: 10px;
  color: var(--lt-ink);
  font-size: 20px;
  line-height: 1.2;
}

.lt-card p,
.lt-card li {
  color: var(--lt-muted);
}

.lt-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.lt-dark-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lt-dark-card h3,
.lt-dark-card p,
.lt-dark-card li {
  color: rgba(255, 255, 255, 0.86);
}

.lt-process {
  counter-reset: step;
  position: relative;
  align-items: stretch !important;
}

.lt-process::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 47px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lt-brand), var(--lt-accent), var(--lt-brand));
  background-size: 180% 100%;
  animation: ltProcessLine 4s ease-in-out infinite;
  opacity: .55;
}

@keyframes ltProcessLine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.lt-process .col,
.lt-package-row .col,
.lt-service-grid .col {
  display: flex;
}

.lt-process .col-inner,
.lt-package-row .col-inner,
.lt-service-grid .col-inner {
  display: flex;
  width: 100%;
}

.lt-process-card {
  min-height: 310px;
  padding-top: 72px;
}

.lt-step-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #122033;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(18,32,51,.18);
}

.lt-price {
  border-top: 4px solid var(--lt-brand);
  padding: 30px;
}

.lt-price.featured {
  border-top-color: var(--lt-accent);
  box-shadow: var(--lt-shadow);
  transform: translateY(-8px);
}

.lt-price.featured:hover {
  transform: translateY(-14px);
}

.lt-price .price {
  margin: 12px 0 6px;
  color: var(--lt-ink);
  font-size: 28px;
  font-weight: 800;
}

.lt-package {
  display: flex;
  flex-direction: column;
}

.lt-feature-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 24px !important;
  padding: 0 !important;
  list-style: none;
}

.lt-feature-list li {
  position: relative;
  padding-left: 28px;
}

.lt-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lt-brand);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.72);
}

.lt-price-btn {
  margin-top: auto;
  justify-content: center;
  width: 100%;
}

.lt-mini-link {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--lt-brand-dark);
  font-weight: 800;
}

.lt-mini-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform .2s ease;
}

.lt-mini-link:hover::after {
  transform: translateX(4px);
}

.lt-band-soft {
  background: var(--lt-soft);
}

.lt-kpi {
  text-align: center;
}

.lt-kpi strong {
  display: block;
  color: var(--lt-brand);
  font-size: 42px;
  line-height: 1;
}

.lt-kpi strong[data-lt-count] {
  min-height: 42px;
}

.lt-kpi span {
  display: block;
  margin-top: 8px;
  color: var(--lt-muted);
}

.accordion .accordion-title {
  border-top: 1px solid var(--lt-line);
  color: var(--lt-ink);
  font-weight: 700;
}

.accordion .accordion-inner {
  color: var(--lt-muted);
}

.nav-top-link {
  font-size: 13px !important;
}

.lt-contact-panel {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.lt-contact-form {
  display: grid;
  gap: 16px;
}

.lt-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lt-contact-form label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

.lt-contact-form input,
.lt-contact-form select,
.lt-contact-form textarea {
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: var(--lt-ink);
  box-shadow: none;
}

.lt-contact-form textarea {
  padding-top: 12px;
  resize: vertical;
}

.lt-hidden-field {
  position: absolute;
  left: -9999px;
}

.lt-submit {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  background: #f5b942;
  color: #122033;
  font-weight: 900;
}

.lt-submit svg {
  width: 18px;
  height: 18px;
}

.lt-form-success,
.lt-form-error {
  border-radius: 8px;
  padding: 12px 14px;
  color: #122033;
  font-weight: 700;
}

.lt-form-success {
  background: #dff8ea;
}

.lt-form-error {
  background: #ffe1d8;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(12, 22, 36, 0.95) 0%, rgba(12, 22, 36, 0.82) 60%, rgba(12, 22, 36, 0.55) 100%),
      var(--ltgroups-hero-image) center/cover no-repeat;
  }

  .hero h1 {
    max-width: 100%;
  }

  .stats-grid,
  .service-grid,
  .process-grid,
  .split {
    grid-template-columns: 1fr;
  }

  #content > section:not(.hero),
  .entry-content > section:not(.hero) {
    padding: 62px 0;
  }

  .panel-row {
    flex-direction: column;
    gap: 4px;
  }

  .lt-bg-icon {
    width: 52px;
    height: 52px;
    opacity: .55;
  }

  .lt-type-line {
    min-height: 124px;
  }

  .lt-process::before {
    display: none;
  }

  .lt-process-card {
    min-height: auto;
    padding-top: 68px;
  }

  .lt-price.featured,
  .lt-price.featured:hover {
    transform: none;
  }

  .lt-form-grid {
    grid-template-columns: 1fr;
  }

  .lt-contact-panel {
    padding: 20px;
  }
}
