/* ==========================================================================
   LeaderSol custom header + footer (Elementor-free). Brand #00ccf7 / #FDD000
   Prefix: .lstx-  ·  Container: 1300px
   ========================================================================== */
.lstx-header, .lstx-footer, .lstx-header *, .lstx-footer * { box-sizing: border-box; }
.lstx-header,
.lstx-footer {
	font-family: 'Quicksand', system-ui, -apple-system, sans-serif;
}
.lstx-footer h1,
.lstx-footer h2,
.lstx-footer h3,
.lstx-footer h4,
.lstx-footer h5,
.lstx-footer h6,
.lstx-footer p,
.lstx-footer a,
.lstx-footer li,
.lstx-footer span,
.lstx-fcta,
.lstx-fcta__txt h2,
.lstx-fhead,
.lstx-footer__office h4 {
	font-family: 'Quicksand', system-ui, -apple-system, sans-serif !important;
}
/* Never let the Quicksand !important rules above clobber Font Awesome icon
   glyphs. The old `.lstx-fcta *` selector forced Quicksand onto the <i> icons
   in the CTA band, so the phone + arrow glyphs disappeared. Restore the icon
   font on every FA <i> in the footer / CTA band. All family names are listed so
   this works whether the theme loads the Free, Pro, or Brands build (the
   browser resolves to whichever family actually has the glyph). */
.lstx-footer i[class*="fa-"]:not(.fab),
.lstx-footer .fa, .lstx-footer .fas, .lstx-footer .far, .lstx-footer .fal,
.lstx-fcta i[class*="fa-"]:not(.fab),
.lstx-fcta .fa, .lstx-fcta .fas, .lstx-fcta .far, .lstx-fcta .fal,
.lstx-header i[class*="fa-"]:not(.fab),
.lstx-header .fa, .lstx-header .fas, .lstx-header .far, .lstx-header .fal {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
}
.lstx-footer .fas, .lstx-fcta .fas, .lstx-header .fas,
.lstx-footer .fa, .lstx-fcta .fa, .lstx-header .fa {
	font-weight: 900 !important;
}
.lstx-footer .far, .lstx-fcta .far, .lstx-header .far {
	font-weight: 400 !important;
}
/* Brand icons (fab) must use the Brands font — excluded from the rule above via
   :not(.fab) so it no longer out-specifies this and blanks the social icons. */
.lstx-footer i.fab, .lstx-fcta i.fab, .lstx-header i.fab,
.lstx-footer .fab, .lstx-fcta .fab, .lstx-header .fab {
	font-family: "Font Awesome 5 Brands" !important; font-weight: 400 !important;
}
/* container: see base.css (.lstx-container / .ls-container) */

/* ---------------------------------------------------------- HEADER -------- */
.lstx-header { position: sticky; top: 0; z-index: 100; background: #fff; }

/* top bar — white, matches original */
.lstx-topbar { background: #fff; color: #2a3550; font-size: 14px; border-bottom: 1px solid #edf1f6; }
.lstx-topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.lstx-topbar__links { display: flex; align-items: center; }
.lstx-topbar__right { display: flex; align-items: center; gap: 16px; }
.lstx-topbar a { color: #2a3550; text-decoration: none; transition: color .18s; white-space: nowrap; font-weight: 500; }
.lstx-topbar a:hover,
.lstx-topbar a:focus { color: #00ccf7; text-decoration: none; }
.lstx-topbar__links i { margin-right: 7px; color: #00ccf7; }
/* vertical dividers between top-bar links */
.lstx-topbar__links a { padding: 0 16px; position: relative; line-height: 1; }
.lstx-topbar__links a:first-child { padding-left: 0; }
.lstx-topbar__links a + a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: #dbe2ec; }
/* client login pill */
.lstx-login { display: inline-flex; align-items: center; height: 26px; border: 1px solid #d7dee8; border-radius: 6px; padding: 0 9px; font-weight: 600; font-size: 13px; line-height: 1; }
.lstx-login i { margin-right: 6px; color: #00ccf7; font-size: 12px; }
.lstx-login:hover { border-color: #00ccf7; color: #00ccf7; }
/* phone with image icon */
.lstx-topbar__right .lstx-phone { display: inline-flex; align-items: center; color: #0b1630; font-weight: 800; font-size: 20px; letter-spacing: .3px; }
.lstx-topbar__right .lstx-phone img { width: 24px; height: 24px; margin-right: 9px; object-fit: contain; }

/* main nav */
.lstx-nav { position: relative; background: #fff; box-shadow: 0 2px 14px rgba(11,22,48,.06); }
.lstx-nav__inner { display: flex; align-items: center; gap: 20px; height: 75px; }
.lstx-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.lstx-logo img { height: 70px; width: auto; display: block; }

/* centered between logo and CTA */
.lstx-menu { margin: 0 auto; flex: 1 1 auto; min-width: 0; display: flex; justify-content: center; }
.lstx-menu__list { display: flex; align-items: center; flex-wrap: nowrap; gap: 0; list-style: none; margin: 0; padding: 0; }
.lstx-menu__list > li { position: relative; display: flex; align-items: center; align-self: center; flex: 0 0 auto; margin: 0 6px !important; }
.lstx-menu__list > li > a { display: inline-flex; align-items: center; padding: 5px 10px; color: #0b1630 !important; font-family: 'Quicksand', system-ui, -apple-system, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.2; text-transform: capitalize; text-decoration: none; border-radius: 0; transition: color .3s; white-space: nowrap; }
.lstx-menu__list > li > a:hover,
.lstx-menu__list > li.current-menu-item > a,
.lstx-menu__list > li.current-menu-ancestor > a { color: #00ccf7 !important; font-weight: 500; }
/* pure-CSS caret (no font dependency) */
.lstx-menu__list .menu-item-has-children > a::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); opacity: .55; flex-shrink: 0; }

/* dropdowns */
.lstx-menu__list ul.sub-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; list-style: none; margin: 0 !important; padding: 0; border-radius: 0; border: none; box-shadow: 0 2px 8px rgba(0, 29, 35, 0.05); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s; z-index: 60; }
.lstx-menu__list li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lstx-menu__list ul.sub-menu li { display: block; margin: 0 !important; padding: 0; }
.lstx-menu__list ul.sub-menu li + li { border-top: none; }
.lstx-menu__list ul.sub-menu li:not(:last-child) { border-bottom: 1px solid #f2f2f2; }
.lstx-menu__list ul.sub-menu a { display: block; color: #0b1630 !important; font-family: 'Quicksand', system-ui, -apple-system, sans-serif; font-size: 15px; font-weight: 500; line-height: 1.2; padding: 14px 20px; border-radius: 0; text-transform: capitalize; }
.lstx-menu__list ul.sub-menu a:hover,
.lstx-menu__list ul.sub-menu .current-menu-item > a { color: #00ccf7 !important; background: transparent; }

/* Request A Quote — matches original cyan button */
.lstx-cta { flex-shrink: 0; display: inline-flex; align-items: center; height: 38px; background: #00ccf7; color: #fff; font-weight: 700; font-size: 15px; padding: 0 24px; border-radius: 8px; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; box-shadow: 0 6px 16px rgba(0,204,247,.28); }
.lstx-cta:hover { background: #0bb8e0; color: #fff; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,204,247,.34); }
.lstx-cta--mobile { display: none; }

/* burger */
.lstx-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 40px; border: 1px solid #e2e8f1; border-radius: 8px; background: #fff; cursor: pointer; flex-shrink: 0; }
.lstx-burger span { display: block; height: 2.5px; width: 22px; margin: 0 auto; background: #0b1630; border-radius: 2px; transition: transform .25s, opacity .2s; }
.lstx-burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.lstx-burger.is-open span:nth-child(2) { opacity: 0; }
.lstx-burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ------------------------------------------------- HEADER RESPONSIVE ------ */
@media (max-width: 991px) {
	/* Top bar: Quote + phone only — hide email, utility links, login */
	.lstx-topbar__links { display: none; }
	.lstx-topbar__right .lstx-login { display: none; }
	.lstx-topbar__inner {
		justify-content: space-between;
		height: 46px;
		gap: 10px;
	}
	.lstx-topbar__right {
		width: 100%;
		justify-content: space-between;
		gap: 10px;
	}
	.lstx-cta--mobile {
		display: inline-flex;
		height: 32px;
		padding: 0 14px;
		font-size: 13px;
		border-radius: 7px;
		box-shadow: 0 4px 12px rgba(0,204,247,.28);
	}
	.lstx-topbar__right .lstx-phone {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.lstx-topbar__right .lstx-phone img {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

	/* Main row: big logo + hamburger only */
	.lstx-nav__inner {
		height: 64px;
		gap: 12px;
		justify-content: space-between;
	}
	.lstx-logo { flex: 1 1 auto; min-width: 0; }
	.lstx-logo img {
		height: 52px;
		width: auto;
		max-width: min(100%, 220px);
		object-fit: contain;
		object-position: left center;
	}
	.lstx-nav .lstx-cta { display: none; }
	.lstx-burger { display: flex; }

	.lstx-menu {
		position: absolute; left: 0; right: 0; top: 100%;
		background: #fff; margin: 0;
		box-shadow: 0 16px 30px rgba(11,22,48,.14);
		max-height: 0; overflow: hidden; transition: max-height .3s ease; z-index: 55;
	}
	.lstx-menu.is-open { max-height: 80vh; overflow-y: auto; }
	.lstx-menu__list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px 16px; }
	.lstx-menu__list li { border-bottom: 1px solid #eef2f7; }
	.lstx-menu__list > li > a { padding: 13px 6px; font-size: 16px; font-weight: 500; }
	.lstx-menu__list ul.sub-menu a { padding: 10px 6px; font-size: 14px; font-weight: 400; }
	.lstx-menu__list ul.sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 6px 14px; min-width: 0; }
}
@media (max-width: 600px) {
	.lstx-topbar__inner { height: 44px; }
	.lstx-cta--mobile { padding: 0 12px; font-size: 12.5px; }
	.lstx-topbar__right .lstx-phone { font-size: 13.5px; }
	.lstx-nav__inner { height: 60px; }
	.lstx-logo img {
		height: 48px;
		max-width: min(100%, 200px);
	}
}
@media (max-width: 380px) {
	.lstx-phone__num { letter-spacing: -.2px; }
	.lstx-logo img { height: 44px; max-width: 170px; }
}

/* ============================ FOOTER (light — pixel-matched to Footer One) === */
.lstx-footer { color: #4a5568; background: #fff; overflow-x: hidden; }

/* ---- CTA band — same content rail as header/footer (.lstx-container) ---- */
.lstx-fcta {
	position: relative;
	width: 100%;
	margin: 30px 0;
	border-radius: 18px;
	overflow: hidden;
	background-color: #eef8fd;
	background-image:
		radial-gradient(rgba(0, 204, 247, .11) 1.1px, transparent 1.2px),
		linear-gradient(120deg, #f4fbfe 0%, #e9f6fd 100%);
	background-size: 22px 22px, 100% 100%;
	background-position: -6px -6px, 0 0;
	border: 1px solid rgba(0, 204, 247, .14);
	box-shadow: 0 14px 34px -18px rgba(11, 22, 48, .12);
}
.lstx-fcta__inner { display: flex; align-items: center; gap: 34px; padding: 28px 42px; }
.lstx-fcta__lead { display: flex; align-items: center; gap: 24px; flex: 1; min-width: 0; }

/* Left: original big phone with brand rings */
.lstx-fcta__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #cdeefb;
	color: #00ccf7;
	flex-shrink: 0;
}
.lstx-fcta__ic-wrap {
	position: relative;
	flex-shrink: 0;
	width: 108px;
	height: 108px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.lstx-fcta__ic-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px dashed rgba(0, 204, 247, .42);
	border-radius: 50%;
}
.lstx-fcta__ic-wrap::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 52px;
	height: 52px;
	border: 2.5px dashed #FDD000;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(12deg);
	pointer-events: none;
}
.lstx-fcta__ic--big {
	width: 86px;
	height: 86px;
	font-size: 34px;
	background: #00ccf7;
	color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 7px #d7f2fc, 0 0 0 8px #bfe9f9;
}

/* WhatsApp + Phone duo — sits left of the phone number */
.lstx-fcta__duo {
	position: relative;
	flex-shrink: 0;
	width: 74px;
	height: 48px;
	display: inline-flex;
	align-items: center;
}
.lstx-fcta__duo-item {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	border: 2px solid #fff;
	box-shadow: 0 6px 14px -8px rgba(11, 22, 48, .35);
	position: relative;
}
.lstx-fcta__duo-item--wa {
	background: #00ccf7;
	color: #fff;
	z-index: 2;
}
.lstx-fcta__duo-item--wa i {
	font-size: 22px;
}
.lstx-fcta__duo-item--ph {
	background: #FDD000;
	color: #0b1630;
	margin-left: -14px;
	z-index: 1;
}
.lstx-fcta__duo-item i { line-height: 1; }

.lstx-fcta__txt h2 { margin: 0; font-size: 31px; line-height: 1.2; font-weight: 700; color: #293043; }
.lstx-fcta__txt h2 span { color: #00ccf7; font-family: inherit; font-weight: 700; }
.lstx-fcta__sub-wrap { display: inline-block; margin-top: 6px; }
.lstx-fcta__sub {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #6a7280;
	line-height: 1.2;
	padding: 0 0 10px;
}
.lstx-fcta__sub::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #FDD000 0 52%, #00ccf7 52% 100%);
}
.lstx-fcta__bonus {
	display: block; margin-top: 10px; font-size: 14px; font-weight: 700; line-height: 1.35;
	color: #00ccf7; text-decoration: none; max-width: 280px;
}
.lstx-fcta__bonus:hover { color: #0b1630; text-decoration: none; }
.lstx-fcta__sep { width: 2px; align-self: stretch; min-height: 72px; background: #7ed4f0; flex-shrink: 0; margin: 0 4px; }
.lstx-fcta__num { display: inline-flex; align-items: center; gap: 12px; font-size: 28px; font-weight: 700; color: #0b1630; text-decoration: none; white-space: nowrap; letter-spacing: -.2px; }
.lstx-fcta__num:hover { color: #00ccf7; }
.lstx-fcta__act { position: relative; flex-shrink: 0; margin-left: 26px; display: flex; align-items: center; }
.lstx-fcta__btn { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 26px; background: #FDD000; color: #0b1630; font-size: 16px; font-weight: 700; border-radius: 10px; text-decoration: none; transition: transform .18s, box-shadow .18s; box-shadow: 0 8px 18px rgba(253, 208, 0, .32); }
.lstx-fcta__btn i { font-size: 14px; }
.lstx-fcta__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(253, 208, 0, .42); color: #0b1630; }

/* ---- main footer (matched to original Footer One) ---- */
.lstx-footer__main { padding: 48px 0 44px; background: #fff; }
.lstx-footer__grid {
	display: grid;
	gap: 0;
	align-items: start;
}
/* 3 columns: brand · Quick Links (2 lists) · Global Offices.
   Links track sized to just fit its two content-width lists (no dead space);
   the freed width goes to brand + offices. */
.lstx-footer__grid--3 {
	grid-template-columns: minmax(0, 1.15fr) 1px minmax(0, 1.32fr) 1px minmax(0, 1.05fr);
}
/* 4 columns: brand · Services · Company · Get In Touch */
.lstx-footer__grid--4 {
	grid-template-columns: minmax(0, 1.15fr) 1px minmax(0, 0.95fr) 1px minmax(0, 0.9fr) 1px minmax(0, 1.05fr);
}
.lstx-footer__col--brand { padding-right: 36px; }
.lstx-footer__col--links { padding: 0 32px; }
.lstx-footer__col--company { padding: 0 26px; }
.lstx-footer__col--offices { padding-left: 32px; }
.lstx-footer__divider { display: block; width: 1px; background: #e5ebf0; align-self: stretch; min-height: 100%; }
.lstx-footer__logo { height: 64px; width: auto; display: block; }
.lstx-footer__col--brand p {
	font-size: 16px;
	line-height: 1.8;
	color: #5b6775;
	margin: 18px 0 0;
	font-weight: 500;
}
.lstx-footer__rule { display: block; width: 58px; height: 3px; background: #FDD000; border-radius: 2px; margin: 18px 0; }
.lstx-footer__rule--thin { width: 100%; height: 1px; background: #e5ebf0; margin: 18px 0 14px; }
.lstx-footer__social { display: flex; gap: 12px; align-items: center; }
.lstx-footer .lstx-footer__social a {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #00ccf7;
	color: #00ccf7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.lstx-footer .lstx-footer__social a i,
.lstx-footer .lstx-footer__social a .fab {
	color: #00ccf7 !important;
	transition: color .2s;
}
.lstx-footer .lstx-footer__social a:hover,
.lstx-footer .lstx-footer__social a:focus-visible {
	background: #00ccf7;
	border-color: #00ccf7;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px -10px rgba(0, 204, 247, .65);
}
.lstx-footer .lstx-footer__social a:hover i,
.lstx-footer .lstx-footer__social a:hover .fab,
.lstx-footer .lstx-footer__social a:focus-visible i,
.lstx-footer .lstx-footer__social a:focus-visible .fab {
	color: #fff !important;
}

/* parent theme resets */
.lstx-footer ul { list-style: none; margin: 0 !important; padding: 0 !important; }
.lstx-footer ul li { margin: 0 !important; padding: 0; }
.lstx-footer h3,
.lstx-footer h4 { font-style: normal; text-transform: none; letter-spacing: 0; margin: 0; }

/* section headings — icon + title (same spacing in every column).
   Scoped under .lstx-footer so it beats the `.lstx-footer h3 { margin:0 }`
   reset above (equal-element, higher class specificity). */
.lstx-footer .lstx-fhead {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 26px;
	padding: 0;
	width: 100%;
}
.lstx-fhead__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(180deg, #e6f6fd 0%, #d3ecfa 100%);
	color: #00ccf7;
	font-size: 22px;
	flex-shrink: 0;
}
.lstx-fhead__label {
	position: relative;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	color: #293043;
	line-height: 1.1;
	padding: 0 0 10px;
}
/* bicolor underline — gold then cyan (matches original Footer One) */
.lstx-fhead__label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #FDD000 0 52%, #00ccf7 52% 100%);
}

/* quick links — two content-width lists, left-aligned, close together.
   max-content keeps each service name on ONE line and pulls the second
   list in next to the first instead of stretching across the column. */
.lstx-footer__linkcols {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: start;
	column-gap: 44px;
	align-items: start;
}
.lstx-footer__linkblock { min-width: 0; }
.lstx-footer__links { list-style: none; margin: 0; padding: 0; }
/* scoped under .lstx-footer to beat the `.lstx-footer ul li { margin:0 }` reset */
.lstx-footer .lstx-footer__links li { margin-bottom: 14px !important; }
.lstx-footer .lstx-footer__links li:last-child { margin-bottom: 0 !important; }
.lstx-footer__links a {
	color: #4a5461;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition: color .18s, padding .18s;
	position: relative;
	padding-left: 24px;
	display: inline-block;
	white-space: normal;
}
.lstx-footer__links a::before {
	content: "\00bb";
	position: absolute;
	left: 0;
	top: 0;
	color: #00ccf7;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.45;
}
.lstx-footer a,
.lstx-footer a:hover,
.lstx-footer a:focus,
.lstx-header a,
.lstx-header a:hover,
.lstx-header a:focus {
	text-decoration: none;
}
.lstx-footer__links a:hover { color: #00ccf7; padding-left: 24px; }

/* Extra Quick Links row — fade rule + single horizontal line of items */
.lstx-footer__links-fade {
	display: block;
	width: 100%;
	height: 1px;
	margin: 22px 0 16px;
	border: 0;
	background: linear-gradient(
		90deg,
		rgba(229, 235, 240, 0) 0%,
		rgba(229, 235, 240, 0.85) 22%,
		#d3d9e0 50%,
		rgba(229, 235, 240, 0.85) 78%,
		rgba(229, 235, 240, 0) 100%
	);
}
.lstx-footer .lstx-footer__links--row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px 22px;
}
.lstx-footer .lstx-footer__links--row li {
	margin-bottom: 0 !important;
}
.lstx-footer .lstx-footer__links--row a {
	white-space: nowrap;
	font-size: 15px;
}

/* Get In Touch — one aligned stack: same icon circles for contacts + meta */
.lstx-footer__touch {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.lstx-footer__touch-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	text-decoration: none;
	color: inherit;
	transition: transform .18s;
}
a.lstx-footer__touch-item:hover { transform: translateX(3px); }
.lstx-footer__touch-ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(180deg, #e6f6fd 0%, #d3ecfa 100%);
	color: #00ccf7;
	font-size: 20px;
	flex-shrink: 0;
	transition: background .18s, color .18s, box-shadow .18s;
}
a.lstx-footer__touch-item:hover .lstx-footer__touch-ic {
	background: #00ccf7;
	color: #fff;
	box-shadow: 0 8px 18px -8px rgba(0, 204, 247, .55);
}
.lstx-footer__touch-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.lstx-footer__touch-label {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #97a0ac;
	line-height: 1.2;
}
.lstx-footer__touch-val {
	font-size: 15.5px;
	font-weight: 700;
	color: #293043;
	line-height: 1.4;
	word-break: break-word;
	transition: color .18s;
}
a.lstx-footer__touch-item:hover .lstx-footer__touch-val { color: #00ccf7; }

/* Meta rows — same grid/icons as contacts, quieter type, gold accent on hover-less chips */
.lstx-footer__touch-item--meta {
	padding-top: 14px;
	margin-top: 2px;
	border-top: 1px solid #e8eef3;
}
.lstx-footer__touch-item--meta + .lstx-footer__touch-item--meta {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.lstx-footer__touch-item--meta .lstx-footer__touch-ic {
	background: #FDD000;
	color: #0b1630;
	box-shadow: 0 0 0 8px rgba(253, 208, 0, 0.22);
}
.lstx-footer__touch-val--soft {
	font-size: 13.5px;
	font-weight: 600;
	color: #5b6775;
	line-height: 1.45;
}

/* ---- bottom bar ---- */
.lstx-footer__bar { border-top: 1px solid #e5ebf0; padding: 20px 0; }
.lstx-footer__bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.lstx-footer__bar-left { font-size: 14px; color: #7c8797; }
.lstx-footer__policy { display: flex; gap: 0; margin-bottom: 6px; }
.lstx-footer__policy a { color: #3a4453; text-decoration: none; padding: 0 14px; position: relative; }
.lstx-footer__policy a:first-child { padding-left: 0; }
.lstx-footer__policy a + a::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 1px; background: #d3d9e0; }
.lstx-footer__policy a:hover { color: #00ccf7; }
.lstx-footer__bar-mark { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.lstx-footer__bar-mark img { height: 46px; width: auto; }
.lstx-footer__mark-rule { width: 40px; height: 3px; background: #FDD000; border-radius: 2px; }
.lstx-footer__pay { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lstx-footer__pay-label { color: #8a94a6; font-size: 14px; font-weight: 500; white-space: nowrap; line-height: 1; }
.lstx-footer__pay-icons { display: flex; align-items: center; gap: 7px; }
.lstx-footer__pay-item { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 27px; padding: 2px 3px; background: #fff; border: 1px solid #e2e8f1; border-radius: 4px; line-height: 0; box-sizing: border-box; overflow: hidden; flex-shrink: 0; }
.lstx-footer__pay-item--paypal { padding: 0; background: transparent; border: none; }
.lstx-footer__pay-item img { width: 100%; height: 100%; display: block; object-fit: contain; }
.lstx-footer__pay-item--paypal img { object-fit: cover; border-radius: 4px; }

/* two-tone bottom stripe — full-width cyan + gold diagonal cut */
.lstx-footer__stripe { position: relative; height: 20px; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); background: #00ccf7; overflow: hidden; line-height: 0; }
.lstx-footer__stripe::after { content: ""; position: absolute; top: 0; right: 0; width: 39%; height: 100%; background: #FDD000; clip-path: polygon(38px 0, 100% 0, 100% 100%, 0 100%); }

@media (max-width: 991px) {
	.lstx-fcta__inner { flex-wrap: wrap; justify-content: center; text-align: center; gap: 20px; }
	.lstx-fcta__sep { display: none; }
	.lstx-fcta__act { margin-left: 0; padding-bottom: 0; }
	.lstx-fcta__num { justify-content: center; }
	.lstx-footer__grid--3,
	.lstx-footer__grid--4 {
		grid-template-columns: 1fr 1fr;
		gap: 32px 28px;
	}
	.lstx-footer__divider { display: none; }
	.lstx-footer__col--brand { padding: 0; grid-column: 1 / -1; }
	.lstx-footer__col--links { padding: 0; border-top: 1px solid #e5ebf0; padding-top: 30px; }
	.lstx-footer__col--company { padding: 0; border-top: 1px solid #e5ebf0; padding-top: 30px; }
	.lstx-footer__col--offices { padding: 0; border-top: 1px solid #e5ebf0; padding-top: 30px; }
	.lstx-footer__linkcols { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); justify-content: stretch; column-gap: 24px; }
}
@media (max-width: 640px) {
	.lstx-fcta__lead { flex-direction: column; text-align: center; }
	.lstx-fcta__sub-wrap { margin-left: auto; margin-right: auto; }
	.lstx-fcta__sub { text-align: left; }
	.lstx-fcta__txt h2 { font-size: 24px; }
	.lstx-footer__grid--3,
	.lstx-footer__grid--4 { grid-template-columns: 1fr; }
	.lstx-footer__col--links,
	.lstx-footer__col--company,
	.lstx-footer__col--offices { border-top: 1px solid #e5ebf0; padding-top: 30px; }
	.lstx-footer__linkcols { grid-template-columns: 1fr 1fr; column-gap: 28px; }
	.lstx-footer__links a { white-space: normal; }
	.lstx-footer__bar-inner { flex-direction: column; text-align: center; gap: 16px; }
	.lstx-footer__policy { justify-content: center; }
	.lstx-footer__pay { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 400px) {
	.lstx-footer__linkcols { grid-template-columns: 1fr; }
}

/* =========================================================================
   Header dropdowns — polished (desktop mega + refined panels)
   ========================================================================= */
.lstx-menu__list ul.sub-menu{
	top: calc(100% + 14px);
	min-width: 250px;
	padding: 10px;
	border-radius: 14px;
	box-shadow: 0 24px 50px -22px rgba(11,22,48,.32), 0 4px 12px rgba(11,22,48,.06);
	border: 1px solid #eef2f7;
	transform: translateY(8px);
}
/* Invisible hover bridge — keeps menu open while moving across the gap */
.lstx-menu__list ul.sub-menu::after{
	content:"";
	position:absolute;
	left:0; right:0;
	top: -16px;
	height: 16px;
	background: transparent;
}
.lstx-menu__list ul.sub-menu::before{
	content:""; position:absolute; left:0; right:0; top:0; height:3px;
	background: linear-gradient(90deg, #00ccf7, #FDD000);
	border-radius: 14px 14px 0 0;
	z-index: 1;
}
.lstx-menu__list li:hover > ul.sub-menu{
	opacity: 1; visibility: visible; transform: translateY(0);
}
.lstx-menu__list ul.sub-menu li:not(:last-child){ border-bottom: none; }
.lstx-menu__list ul.sub-menu a{
	padding: 11px 14px; border-radius: 9px; font-size: 14.5px;
	transition: background .18s, color .18s, padding-left .18s;
}
.lstx-menu__list ul.sub-menu a:hover{
	background: linear-gradient(90deg, rgba(0,204,247,.10), rgba(0,204,247,.02));
	padding-left: 18px;
}

/* Services mega — two columns (same gap as Company dropdown) */
.lstx-menu__list li.mega{ position: relative; }
.lstx-menu__list li.mega > ul.sub-menu{
	left: 0; top: calc(100% + 14px); transform: translateY(8px);
	display: grid; grid-template-columns: repeat(2, minmax(210px, 1fr));
	gap: 0 10px; width: min(560px, calc(100vw - 40px));
}
.lstx-menu__list li.mega:hover > ul.sub-menu{ transform: translateY(0); }
.lstx-menu__list li.mega > ul.sub-menu > li.is-viewall{ grid-column: 1 / -1; margin-top: 4px; border-top: 1px solid #eef2f7; padding-top: 4px; }
.lstx-menu__list li.mega > ul.sub-menu > li.is-viewall a{ color: #00ccf7 !important; font-weight: 700; }
.lstx-menu__list li.mega > ul.sub-menu > li.is-viewall a:hover{ background: rgba(0,204,247,.08); }

/* Mobile: dropdowns as clean indented accordions, mega back to one column */
@media (max-width: 991px){
	.lstx-menu__list ul.sub-menu{
		top: auto; padding: 2px 0 6px 12px; border-radius: 0; box-shadow: none; border: none;
		transform: none;
	}
	.lstx-menu__list ul.sub-menu::before,
	.lstx-menu__list ul.sub-menu::after{ display: none; }
	.lstx-menu__list li.mega > ul.sub-menu{
		display: block; width: auto; left: 0; top: auto; transform: none;
	}
	.lstx-menu__list ul.sub-menu a{ padding: 10px 6px; border-radius: 0; }
	.lstx-menu__list ul.sub-menu a:hover{ background: transparent; padding-left: 10px; }
}

/* =========================================================================
   Footer — premium redesign (balanced link columns + contact card)
   ========================================================================= */
.lsft-top{
	display: grid;
	grid-template-columns: 1.9fr 1fr 1fr 1fr;
	gap: 40px 36px;
	align-items: start;
}
.lsft-brand{ max-width: 380px; }
.lsft-brand .lstx-footer__logo{ margin-bottom: 18px; }
.lsft-brand p{ font-size: 14.5px; line-height: 1.75; color: #5a6675; margin: 0 0 20px; }

/* Column headings with accent underline */
.lsft-head{
	font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 15px;
	color: #0b1630; margin: 0 0 20px; padding-bottom: 12px; position: relative;
	letter-spacing: .01em;
}
.lsft-head::after{
	content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px;
	background: linear-gradient(90deg, #00ccf7, #FDD000); border-radius: 2px;
}

/* Link lists */
.lsft-col{ min-width: 0; }
.lsft-links{ list-style: none; margin: 0 !important; padding: 0 !important; }
.lsft-links li{ margin: 0 0 12px !important; padding: 0; line-height: 1.3; }
.lsft-links a{
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 14.5px; color: #5a6675; text-decoration: none;
	transition: color .2s, transform .2s;
}
.lsft-links a::before{
	content: ""; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%;
	background: #d3dde6; transition: background .2s, transform .2s;
}
.lsft-links a:hover{ color: #00ccf7; transform: translateX(3px); }
.lsft-links a:hover::before{ background: #00ccf7; transform: scale(1.3); }

/* Contact strip — full-width horizontal bar */
.lsft-strip{
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 20px 28px;
	margin-top: 44px; padding: 22px 30px; border-radius: 18px;
	background: linear-gradient(120deg, #f5fafe 0%, #eff7fb 55%, #fbf9ee 100%);
	border: 1px solid #e6eef4;
}
.lsft-strip__items{
	display: flex; align-items: center; flex-wrap: wrap; gap: 18px 10px; flex: 1 1 auto;
}
.lsft-strip__item{
	display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0;
}
.lsft-strip__ic{
	flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px;
	display: grid; place-items: center; background: #fff;
	box-shadow: 0 8px 18px -9px rgba(0,140,170,.45);
}
.lsft-strip__ic i.fas, .lsft-strip__ic i.fa{ color: #00ccf7 !important; font-size: 16px; }
.lsft-strip__txt{ display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.lsft-strip__txt small{ font-size: 11.5px; color: #8b98a8; text-transform: uppercase; letter-spacing: .04em; }
.lsft-strip__txt strong{
	font-family: 'Sora', system-ui, sans-serif; font-weight: 600; font-size: 14.5px;
	color: #0b1630; line-height: 1.25; white-space: nowrap;
}
a.lsft-strip__item:hover .lsft-strip__txt strong{ color: #00ccf7; }
a.lsft-strip__item:hover .lsft-strip__ic{ transform: translateY(-2px); transition: transform .2s; }
.lsft-strip__sep{ width: 1px; height: 34px; background: #dde7ee; flex-shrink: 0; }
.lsft-strip__cta{ display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lsft-strip__wa,
.lsft-strip__quote{
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	height: 44px; padding: 0 20px; border-radius: 11px; text-decoration: none;
	font-family: 'Sora', system-ui, sans-serif; font-weight: 700; font-size: 14px;
	transition: transform .18s, box-shadow .18s;
}
.lsft-strip__wa{ background: #25d366; color: #fff !important; box-shadow: 0 10px 20px -10px rgba(37,211,102,.6); }
.lsft-strip__wa i.fab{ color: #fff !important; font-size: 17px; }
.lsft-strip__wa:hover{ transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(37,211,102,.7); }
.lsft-strip__quote{ background: #00ccf7; color: #fff !important; box-shadow: 0 10px 20px -10px rgba(0,204,247,.55); }
.lsft-strip__quote:hover{ background: #0bb8e0; transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(0,204,247,.6); }

/* Responsive */
@media (max-width: 1100px){
	.lsft-top{ grid-template-columns: repeat(3, 1fr); gap: 36px 30px; }
	.lsft-brand{ grid-column: 1 / -1; max-width: 560px; }
	.lsft-strip__sep{ display: none; }
	.lsft-strip__items{ gap: 16px 26px; }
}
@media (max-width: 760px){
	.lsft-strip{ flex-direction: column; align-items: stretch; gap: 18px; padding: 22px; }
	.lsft-strip__cta{ display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px){
	.lsft-top{ grid-template-columns: 1fr 1fr; }
	.lsft-brand{ grid-column: 1 / -1; }
	.lsft-strip__item{ flex: 1 1 45%; }
}
@media (max-width: 420px){
	.lsft-top{ grid-template-columns: 1fr; }
	.lsft-strip__cta{ grid-template-columns: 1fr; }
	.lsft-strip__item{ flex: 1 1 100%; }
}
