/*
Theme Name: Lashley South Texas
Description: Wordpress Theme Designed for Lashley South Texas.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #333;
  --default-color: #333;
  --white: #ffffff;
  --btn-color: #2a317e;
  --blue: #3682eb;
  --indigo: #2a317e;
  --navy: #262b5f;
  --powder-blue: #bcd8ff;
  --sky-blue: #d7e6ff;
  --header-font: "eroika-slab", sans-serif;
  --body-font: "proxima-nova", sans-serif;
  --button-radius: 3px;
  --line-height-desktop: 47px;
  --line-height-mobile: 42px;
  --base-fontsize: 18px;
  --base-lineheight: 1.5em;
  --max-width: 1240px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  font-weight: 500;
  line-height: 1.1em;
  padding-bottom: 0.45em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.35em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -0.75em;
  border-left: 2px solid #a1cb6b;
}
blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  height: calc(var(--line-height-desktop) + 4px);
  line-height: calc(var(--line-height-desktop) + 2px);
  border-radius: 3px;
  border: 1px solid #a9bedb;
  background: #fff;
  color: #333;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 400;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: calc(var(--line-height-desktop) - 4px);
  max-width: 100%;
  padding: 0 1.2em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: solid 2px var(--btn-color);
  color: #fff;
  font-family: var(--body-font);
  font-size: 0.888rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.button.btn-sm {
  height: var(--line-height-mobile);
  line-height: calc(var(--line-height-mobile) - 4px);
}
.button.btn-xs {
	height: 37.55px;
	line-height: 35px;
	font-size: 0.833rem;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}
.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-blue {
  background: var(--blue);
  border-color: var(--blue);
}
.button.btn-white {
  background: #fff;
  color: var(--btn-color);
  border-color: #fff;
}
.button.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button.btn-outline-powder {
  background: transparent;
  border-color: var(--powder-blue);
  color: var(--powder-blue);
}
.button.btn-outline-silver {
  background: transparent;
  border-color: #a1a1a1;
  color: #5b5b5b;
}
.btn-outline-blue {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}
.btn-outline-blue:hover {
  background: var(--blue);
  color: #fff;
}
.btn-outline-indigo {
  border-color: var(--indigo);
  color: var(--indigo);
  background: transparent;
}
.btn-outline-indigo:hover {
  background: var(--indigo);
  color: #fff;
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.text-blue {
  color: var(--blue);
}
.text-indigo {
  color: var(--indigo);
}
.text-right {
  text-align: right;
}
.font20 {
  font-size: 1.11rem;
  line-height: 1.5em;
}
.font22 {
  font-size: 1.222rem;
  line-height: 1.5em;
}
.lh-1-4em {
  line-height: 1.4em;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_required_legend {
  display: none;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 14px;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
  width: 100%;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 116px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.gform_footer .button {
  background: var(--blue);
  border-color: var(--blue);
}
.gform_footer .button.gform-button--width-full {
  width: 100%;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  top: 65%;
  right: 20px;
}
.gfield_label {
  line-height: calc(var(--line-height-desktop) + 4px);
  color: #333;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  left: 1em;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  font-size: 12px;
  line-height: 1.4em;
  top: 1px;
}
/* Hide select labels by default */
.gfield--type-select .gfield_label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
}
.gfield--type-select.toggle-label .gfield_label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  font-size: 14px;
  line-height: 1.4em;
  top: 2px;
}

.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rowLinks.flex-column {
  gap: 1.82rem;
}
.justify-content-center .rowLinks {
  justify-content: center;
}

.rowLinks a.btnMore {
  color: #606161;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.5em;
  font-style: italic;
}
.rowLinks a.btnMore:hover {
  text-decoration: none;
  color: var(--blue);
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 3.2rem 0 3.3rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}
section h2,
h2 {
  font-size: 2.778rem;
  line-height: 1.1em;
}
section h3,
h3 {
  font-size: 2.22rem;
  line-height: 1.1em;
}
section h4,
h4 {
  font-size: 1.777rem;
  font-weight: 500;
  line-height: 1.1em;
}
section h5,
h5 {
  font-size: 1.666rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  font-family: var(--body-font);
}
section h6,
h6 {
  font-size: 1.11em;
  line-height: 1.15em;
  font-family: var(--body-font);
  font-weight: 700;
}
main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------*/
/*-----------------------[HEADER]-----------------*/
/*------------------------------------------------*/
header {
  padding: 22px 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  background: #fff;
}
#headerBtns {
  display: flex;
  gap: 1rem;
}
#mobileNav {
  display: none;
}
nav {
  position: relative;
  margin-left: auto;
  margin-right: 1.2rem;
}
nav ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.15em;
  color: #565656;
  font-size: 0.888rem;
  font-weight: 700;
  line-height: 3em;
  text-transform: uppercase;
}
nav ul.desktopMenu > li {
  position: relative;
}
nav ul.desktopMenu > li > a {
  color: #565656;
  display: block;
  padding: 0 0.35em;
}
nav ul.desktopMenu > li:hover > a {
  color: var(--btn-color);
  text-decoration: none;
}
nav ul.desktopMenu > li > a > i {
  display: inline-block;
  margin-left: 2px;
}
nav ul.desktopMenu > li > ul {
  width: 240px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
  position: absolute;
  display: none;
  background: var(--btn-color);
  border-radius: var(--button-radius);
}
nav ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
nav ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: transparent;
}
nav ul.desktopMenu > li > ul > li:hover > a {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------*/
/*---------------------[BANNER]-----------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  color: #fff;
  padding: 4.45rem 0 3.65rem;
  background: var(--navy);
}
.bannerLogo {
  opacity: 0.34;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .bg-image {
  width: 100%;
}
#banner .bg-image::before {
  background: linear-gradient(
    269deg,
    rgba(38, 43, 95, 0.65) 9.37%,
    rgba(38, 43, 95, 0.9) 87.9%
  );
  z-index: 9;
}
#banner .bg-image img {
  filter: grayscale(1);
  opacity: 0.6;
}
#banner h2 {
  line-height: 1.06em;
  padding-bottom: 0;
}
#banner h3 {
  font-size: 2.11rem;
  line-height: 1.39em;
  padding-bottom: 0;
}
#banner h6 {
  text-transform: uppercase;
  padding-bottom: 0.65em;
  color: var(--powder-blue);
}
#banner .bannerTxt,
#banner-bottom .bannerTxt {
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 1.5em;
}
#banner .bannerTxt > p {
  margin-bottom: 1em;
}
#banner .bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerBtns {
  padding-top: 1.42rem;
}
.bannerSearch {
  position: relative;
  width: 100%;
  border-radius: 7px;
  border: 2px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.17) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 2.15rem;
  padding: 8px;
  margin-bottom: 8px;
}
.bannerSearch form div {
  display: flex;
}
.bannerSearch input[type="text"] {
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  background: transparent;
  width: 50%;
  flex-grow: 1;
  border: none;
}
.bannerSearch .button,
.bannerSearch input[type="submit"] {
  border-radius: 3px;
  background: var(--blue);
  border-color: var(--blue);
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#page-home #banner {
  padding: 6.66rem 0 7.6rem;
  background: var(--navy);
}
#page-home #banner .bannerTxt {
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 0.65em;
}
#leading-brands {
  padding: 1.9rem 0 4.18rem;
  position: relative;
  background: #fff;
}
#leading-brands .container {
  max-width: 100%;
  padding: 0;
}
#leading-brands h6 {
  color: #5a5a5a;
}

@keyframes logoslides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logo_wrapper {
  padding-top: 0px;
  position: relative;
}

.logos {
  overflow: hidden;
  padding-top: 1rem;
  white-space: nowrap;
  position: relative;
}

.logo_items {
  display: inline-block;
  animation: 35s logoslides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  max-height: 115px; /* Do NOT exceed 115px */
  height: auto; /* Preserve aspect ratio */
  width: auto; /* Prevent unwanted stretching */
  object-fit: contain; /* Ensures no cropping or distortion */
  margin: 0 2.5rem;
  vertical-align: middle; /* Helps maintain even alignment */
}
#lashley-hvac-promise {
  background: #fff;
  position: relative;
}
#lashley-hvac-promise .bg-image {
  width: 41.4%;
}
#lashley-hvac-promise .bg-image:before {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0) 49.9%, #fff 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 40.27%, #fff 100%);
}
#home-hvac-products {
  padding: 3.9rem 0 2.6rem;
  position: relative;
  background: var(--navy);
}
.card.home-product-category {
  display: block;
  border: 5px solid transparent;
  padding: 15px;
  height: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.card.home-product-category:hover {
  border-color: #3682eb;
}
.card.home-product-category h5,
.value-entry.card h5,
.about-locations .card h5,
.product-entry-card h5,
#single-product main h5, .distributor-entry-card h5 {
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.15em;
  padding-bottom: 0.8em;
}
.card.home-product-category h5 a:hover,
.product-entry-card h5 a:hover {
  text-decoration: none;
  color: var(--blue);
}
.home-product-category .category-image {
  position: relative;
  width: 100%;
  top: inherit;
  right: inherit;
  height: 159px;
  margin-bottom: 15px;
}
.card.home-product-category.withoutImg .category-image img {
  opacity: 0.05;
  filter: grayscale(1) invert(1);
}
.home-product-categories .entries .col {
  margin-top: 1.3rem;
}
.card.home-product-category.withImg .category-meta {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}
.home-product-category .category-description p {
  margin-bottom: 1.2em;
}
#section-why-choose {
  padding: 2.95rem 0 1.7rem;
  position: relative;
  background: #fff;
}
.highlights-row {
  justify-content: center;
}
.highlights-row .col {
  margin-top: 1px;
  margin-bottom: 1px;
}
.highlight-entry {
  position: relative;
}
.highlight-img {
  position: relative;
  width: 100%;
  height: 171px;
  border-radius: 7px;
  overflow: hidden;
}
.highlight-img .bg-image {
  width: 100%;
}
.highlight-meta {
  padding-top: 1.2rem;
}
.highlight-meta h5 {
  max-width: 280px;
  margin: 0 auto;
}
.highlight-summary {
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.3em;
}
#home-service-area {
  padding: 5.65rem 0 4.95rem;
  color: #fff;
  background-color: var(--navy);
}
#home-service-area .map_img {
  position: relative;
}
#home-service-area .map_img img {
  position: relative;
  z-index: 1;
}
#home-service-area .map_img::after {
  width: 252px;
  max-width: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  content: "";
  background-image: url(images/logo_map.png);
  background-position: center;
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  top: -10px;
  z-index: 9;
}
#home-service-area .row {
  margin: 0 -15px;
}
#home-service-area .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
#service-areas {
  position: relative;
}
.service-area {
  position: relative;
  border-radius: 5px;
  background: #e8f0f9;
  margin-bottom: 1.4rem;
  padding: 1.1rem 2.1rem 1rem;
  border: 4px solid transparent;
}
.service-area.active {
  border-color: #3682eb;
  background: #fff;
}
.service-area.active h5 {
  color: #3682eb;
}
.service-area.active h5::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #4990f4;
  border-radius: 100%;
  left: -0.9em;
  top: 0.35em;
}
.service-area h5 {
  padding-bottom: 0;
  position: relative;
  color: #2a317e;
  cursor: pointer;
}
.service-area-detail {
  display: none;
  padding-top: 0.65rem;
}
.service-area-phone {
  color: #3682eb;
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}
.service-area-address i {
  color: #3682eb;
}
.service-area-address {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;

  padding-top: 0.6em;
}
/*------------------------------------------------*/
/*---------------------[PRODUCTS]-----------------*/
/*------------------------------------------------*/
#product-page-intro {
  padding: 2.7rem 0 1.6rem;
  background: #fff;
}
#product-page-intro .sectionTxtBx {
  max-width: 790px;
  margin: 0 auto;
}
#product-page-categories {
  padding: 3.2rem 0 1.4rem;
  background: var(--navy);
}
.card {
  border-radius: 7px;
  border: none;
  box-shadow: none;
}

.card.product-category-card {
  padding: 1.95rem 1.9rem 2.1rem;
  display: block;
}
.card-inner {
  width: 100%;
  position: relative;
}
.category-image {
  width: 28%;
  position: absolute;
  height: 110%;
  top: -7%;
  right: -1.8rem;
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.category-meta {
  width: 100%;
}

.card.withImg .category-meta {
  max-width: 77%;
  padding-right: 14px;
}

.product-category-card .category-title {
  padding-bottom: 0.32em;
}
.product-category-card .category-title a:hover {
  color: var(--blue);
  text-decoration: none;
}
.category-description {
  font-size: 0.888rem;
  line-height: 1.3em;
  padding-bottom: 1px;
}
.entries .col {
  margin-bottom: 1.3rem;
}

.formBx {
  padding: 1.35rem 2rem 2.5rem;
  background: var(--sky-blue);
  border-radius: 8px;
}

.formBx .gform_heading {
  text-align: center;
}
.formBx .gform_heading h4 {
  color: var(--indigo);
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 0.65em;
}
.gform_description {
  color: #333;
  font-size: 0.8333rem;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 1.35em;
}
#section-cta {
  padding: 4.05rem 0 4.2rem;
  background: #d7e6ff;
}
#section-cta .sectionTxtBx {
  max-width: 762px;
  margin: 0 auto;
}

/*------------------------------------------------*/
/*-----------------------[FOOTER]-----------------*/
/*------------------------------------------------*/
footer {
  padding: 2.3rem 0 10rem;
  position: relative;
  color: #fff;
  background: var(--navy);
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: var(--powder-blue);
}

footer .container {
  display: flex;
}
#footer-right {
  width: 270px;
  text-align: center;
}
#footer-left {
  width: 50%;
  flex-grow: 1;
}
#footerLogo {
  max-width: 209px;
  margin: 0 auto;
}
#copyright {
  padding-top: 1.8rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
}
#footer-widgets {
  display: flex;
  position: relative;
  padding-right: 0;
}
#footer-widgets .widget-container {
  flex: 1;
  padding-right: 2.5rem;
}
#footer-widgets ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-widgets ul.menu > li {
  position: relative;
  min-height: 29px;
  margin-bottom: 0.6rem;
}
#footer-widgets ul.menu > li > a {
  color: #94c1ff;
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 1.15em;
}
#footer-widgets ul.menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.6rem;
}
#footer-widgets ul.menu > li > ul > li {
  position: relative;
  margin-top: 0.42rem;
}
#footer-widgets ul.menu > li > ul > li > a {
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 1.15em;
}

/*------------------------------------------------*/
/*-----------------------[ABOUT]------------------*/
/*------------------------------------------------*/
#page-about #banner {
  padding: 6.15rem 0 6.65rem;
}
#page-about .bannerTxtBx {
  display: flex;

  align-items: flex-end;
}
.bannerLeft {
  width: 43%;
  padding-right: 3%;
}
.bannerRight {
  width: 50%;
  flex-grow: 1;
}
#about-story {
  position: relative;

  padding: 4rem 0 2.55rem;
}
#about-story .bg-image {
  left: inherit;
  right: 0;
  width: 41.5%;
}
#about-story .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 59.73%, #fff 100%);
}
#about-mission-values {
  color: #fff;
  padding: 3.95rem 0 4.8rem;
  position: relative;
  background: var(--navy);
}
.values-row .col {
  padding-top: 1.45rem;
}
.value-entry.card {
  padding: 24px 20px;
  height: 100%;
}
.value-img {
  width: 90px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-summary {
  color: #333;
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.3em;
}
.value-entry.card h5 {
  padding-bottom: 0.5em;
}
.value-summary > p {
  margin-bottom: 0.82em;
}
#about-team {
  padding: 2.75rem 0 2.3rem;
  background: #fff;
  position: relative;
}
.teamMembers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teamMembers .col {
  padding-top: 1.22rem;
  padding-bottom: 1.65rem;
}
.teamMemberBx {
  text-align: center;
}
.teamImgBx {
  margin: 0 auto;
  width: 100%;
  max-width: 269px;
  aspect-ratio: 269 / 249;
  border-radius: 7px;
  overflow: hidden;
}

.teamImgBx img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.teamImgBx img.placeholder {
  object-fit: contain;
  opacity: 0.4;
  width: 40%;
  filter: brightness(0);
}

.lightbox {
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1040px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.teamBio {
  padding-top: 1rem;
}
.teamMemberBx h5,
.teamName {
  color: #2a317e;
  padding-top: 0.85em;
  padding-bottom: 0.36em;
}
.teamDesignation {
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.3em;
}
.teamBioLink {
  position: relative;
}
.teamLinks {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  gap: 10px;
}
.team-social {
  display: flex;
  gap: 5px;
}
.team-social a {
  color: #7e7e7e;
  font-size: 1.666rem;
  line-height: 1.15em;
}
.team-social a:hover {
  color: var(--btn-color);
  text-decoration: none;
}
#about-locations {
  padding: 5.2rem 0 4.95rem;
  color: #fff;
  position: relative;
  background: var(--navy);
}
#about-locations::before {
  background-image: url(images/logo_footer.svg);
  content: "";
  position: absolute;
  height: 94%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  width: inherit;
  background-size: contain;
  top: 3%;
  left: 27%;
  opacity: 6%;
}
#about-locations .sectionTxtBx > .row {
  align-items: center;
}
.about-locations {
  max-width: 655px;
  margin-left: auto;
}
.about-locations .card {
  padding: 1.45rem 1.55rem;
  color: var(--default); height: 100%;
}
.about-locations .card h5 {
  padding-bottom: 0.3em;
}
.about-locations .card p {
  margin-bottom: 1.1em;
}
#about-why-lst {
  padding: 5.55rem 0 4.7rem;
  background: #fff;
}
#about-why-lst .bg-image {
  width: 42%;
}
#about-why-lst .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40.27%, #fff 100%);
}

/*------------------------------------------------*/
/*--------------------[CONTACT US]----------------*/
/*------------------------------------------------*/
#page-contact-us #banner {
  padding: 3rem 0 1.5rem;
}
#page-contact-us main {
  padding: 1.05rem 0 1.5rem;
  background: var(--navy);
}
#contact-locations {
  position: relative;
}
#contact-locations .col {
  margin-bottom: 2rem;
}
.contact-location.card {
  height: 100%;
  border: 5px solid transparent;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-location.card:hover,
.contact-location.card.active-form {
  background: #d7e6ff;
  border-color: #206eda;
}
.contact-location.card h5 {
  color: #2a317e;
  font-size: 1.777rem;
  font-weight: 700;
  line-height: 1.15em;
  padding-bottom: 0.37em;
}
.contact-location-phone {
  color: #3682eb;
  font-size: 1.222rem;
  font-style: normal;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 3px;
}
.contact-location-address {
  color: #000;
  font-size: 0.888rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 4px;
  margin-bottom: 1.15em;
}
.contact-location-address i {
  color: #3682eb;
}
.contact-form-btn {
  margin-bottom: 4px;
}
.contact-form-btn .button {
  width: 100%;
}

#contact-forms > div {
  display: none;
}

#contact-forms {
  max-width: 868px;
  margin: 0 auto;
}
#contact-forms .formBx {
  padding: 1.75rem 2rem 2.5rem;
}
#contact-forms .formBx .gform_heading h4 {
  font-size: 1.77rem;
  padding-bottom: 0.9em;
}
#contact-forms .gform_fields > .gfield {
  padding-bottom: 19px;
}
#contact-forms .gform_footer .button {
  width: 100%;
}

/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#archive-product-category main {
  padding: 2.2rem 0 1.3rem;
  position: relative;
  background: var(--navy);
}
#banner.archive-banner {
  padding: 1.75rem 0;
}
#banner-bottom {
  position: relative;
  padding: 2.2rem 0 2.2rem;
  background: #fff;
}
#banner-bottom .bg-image {
  width: 41.4%;
  left: inherit;
  right: 0;
}
#banner-bottom .bg-image:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 59.73%, #fff 100%);
}
#banner-bottom.single-banner-bot {
  padding: 1.6rem 0 1.35rem;
}
.single-banner-img {
  text-align: center;
}
#banner-bottom.single-banner-bot h3 {
  padding-top: 0.9rem;
}
#banner-bottom h3 {
  color: var(--indigo);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.47em;
  padding-bottom: 0.55em;
}

#productFilter, #productType {
  border-radius: 7px;
  border: 2px solid #fff;
  background: #4e527d;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.166rem;
  height: 67px;
  line-height: 63px;
  width: 100%;
  margin-bottom: 1.85rem;
}

.card.product-entry-card {
  margin-bottom: 1.35rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.2rem 1.5rem 1.2rem 1.8rem;
  align-items: center;
}
.card.product-entry-card h5 {
  padding-bottom: 0;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.65rem;
}

.product-table th,
.product-table td {
  border: 2px solid #a9bedb;
  padding: 6.7px 12px;
  font-size: 0.888rem;
}

.product-table thead th {
  background: #e8f0f9;
  font-weight: 700;
  color: #1f2f5c;
}

.product-table tbody td {
  background: #fff;
}
#single-product main {
  padding: 1.95rem 0 1.5rem;
  background: var(--navy);
}
#single-product main h5 {
  color: #fff;
  padding-bottom: 0.9em;
}
.card.single-content-card {
  padding: 1.3rem 2rem;
}
.card.single-content-card h6 {
  color: var(--indigo);
  padding-bottom: 1.05em;
}

/*------------------------------------------------*/
/*------------------------[FAQS]------------------*/
/*------------------------------------------------*/
#page-faqs #banner {
  padding: 3.05rem 0 1.65rem;
}

#page-faqs main {
  padding: 1.45rem 0 2.5rem;
  background: var(--navy);
}
.faqCategory {
  position: relative;
}
.faqCategory .faqBx {
	border-radius: 7px;
	background: #fff;
	padding: 1.1rem 1.2rem;
	margin-bottom: 1.5rem;
}
.faqCategory .faqBx .faqQ {
  color: var(--indigo);
  font-family: var(--body-font);
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 1.15em;
  padding-left: 2.7rem;
  padding-bottom: 0.28em;
  position: relative;
  padding-top: 0.1em;
  cursor: pointer;
  letter-spacing: 0.01em;
}
.faqCategory .faqBx .faqQ::before {
  content: "+";
  width: 1.6em;
  height: 1.6em;
  border-radius: 3px;
  border: 2px solid #206eda;
  background: transparent;
  color: var(--blue);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.277rem;
  font-style: normal;
  font-weight: 800;
}
.faqCategory .faqBx .faqQ a {
  color: var(--indigo);
}
.faqCategory .faqBx .faqQ a:hover {
  color: var(--blue);
  text-decoration: none;
}
.faqCategory .faqBx .faqQ.active-faq:before {
  background: #206eda;
  content: "-";
  color: #fff;
}
.faqCategory .faqBx .faqA {
  position: relative;
  padding-top: 0.65rem;
  padding-bottom: 1.15em;
  padding-left: 2.7rem;
  letter-spacing: 0;
}
.faqCategory .faqBx .faqA p {
  margin-bottom: 1.3em;
}
.faqCategory .faqBx .faqA p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------*/
/*---------------------[DISTRIBUTORS]-----------------*/
/*------------------------------------------------*/
#distributor-filters {
	display: flex;
	gap: 1.2rem;
	max-width: 780px;
	margin: 0 auto;
}
#page-distributors main {
	position: relative;
	padding: 2.3rem 0 2.5rem;
   background: var(--navy);
}
.card.distributor-entry-card {
	text-align: center;
	padding: 1rem 1rem 2.5rem;
	align-items: center;
	height: 100%;
}
.distributor-logo {
	height: 110px;
	margin-bottom: 1rem;
}
.distributor-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	max-width: 80%;
}
.distributor-summary {
	color: #333;	
	font-size: .833rem;
	font-weight: 400;
	line-height: 1.50em;
	padding-top: 2px;
	margin-bottom: 1.4rem;
}
.distributor-type {
	color: #4F5273;
	
	font-size: 13px;
	font-weight: 700;
	line-height: 1.50em;
	padding: 4.5px 10px;
	border-radius: 3px;
	background: #DDE4ED;
	margin-bottom: .9rem;
}
#distributor-entries .col {
	margin-bottom: 3rem;
}

.gallery-row{
  position: relative;
}
.gallery-row .col {
	padding-bottom: 40px;
}
.gallery-image {
	width: 100%;
	aspect-ratio: 1.1;
	border-radius: 7px;
	overflow: hidden;
}
.gallery-image img{
  width: 100%; height: 100%; object-position: center; object-fit: cover;
}

/*------------------------------------------------*/
/*-----------[MOVING ANNOUNCEMENT POPUP]----------*/
/*------------------------------------------------*/
.lst-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--body-font);
}
.lst-popup.is-open { display: flex; }

.lst-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 43, 95, 0.82);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  cursor: pointer;
  animation: lstPopupFade 0.3s ease-out both;
}

.lst-popup-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 25px 70px rgba(38, 43, 95, 0.45), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  animation: lstPopupIn 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.15) both;
  outline: none;
}

@keyframes lstPopupFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes lstPopupIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.lst-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.lst-popup-close:hover,
.lst-popup-close:focus-visible {
  background: var(--indigo);
  color: var(--white);
  transform: scale(1.08);
  outline: none;
}

.lst-popup-media {
  display: block;
  background: var(--sky-blue);
  line-height: 0;
}
.lst-popup-media img {
  display: block;
  width: 100%;
  height: auto;
}

.lst-popup-body {
  padding: 32px 36px 36px;
  text-align: center;
  color: var(--default);
}

.lst-popup-title {
  font-family: var(--header-font);
  color: var(--indigo);
  font-size: 2.222rem; /* matches site h2/h3 scale */
  line-height: 1.1;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
}

.lst-popup-subtitle {
  font-size: var(--base-fontsize);
  line-height: 1.55;
  margin: 0 0 22px;
  color: var(--default);
}

.lst-popup-callout {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--sky-blue);
  color: var(--navy);
  padding: 18px 20px;
  border-radius: var(--button-radius);
  margin: 0 0 26px;
  border-left: 4px solid var(--indigo);
  text-align: left;
}
.lst-popup-callout-label {
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--indigo);
  opacity: 0.85;
}
.lst-popup-callout-address {
  font-family: var(--header-font);
  font-size: 1.222rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--navy);
}
.lst-popup-callout-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--indigo);
  text-decoration: none;
  transition: color 0.2s ease;
}
.lst-popup-callout-phone:hover,
.lst-popup-callout-phone:focus-visible {
  color: var(--navy);
  text-decoration: underline;
}
.lst-popup-callout-phone i { font-size: 0.85em; }

.lst-popup-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.lst-popup-actions .button {
  min-width: 160px;
}
.lst-popup-actions .button i {
  margin-right: 6px;
  font-size: 0.9em;
}

body.lst-popup-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .lst-popup { padding: 12px; }
  .lst-popup-body { padding: 24px 20px 26px; }
  .lst-popup-title { font-size: 1.778rem; }
  .lst-popup-subtitle { font-size: 0.94rem; }
  .lst-popup-callout { padding: 14px 16px; margin-bottom: 20px; }
  .lst-popup-callout-address { font-size: 1.05rem; }
  .lst-popup-actions { gap: 10px; }
  .lst-popup-actions .button { min-width: 0; flex: 1 1 auto; }
}

/*------------------------------------------------*/
/*------------[MOVING REMINDER BADGE]-------------*/
/*------------------------------------------------*/
.lst-moving-badge {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  background: var(--indigo);
  color: var(--white);
  border: 2px solid var(--indigo);
  border-radius: 999px;
  font-family: var(--body-font);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(38, 43, 95, 0.35), 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  animation: lstBadgeIn 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2) both;
}
.lst-moving-badge[hidden] { display: none !important; }

.lst-moving-badge:hover,
.lst-moving-badge:focus-visible {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 30px rgba(38, 43, 95, 0.45), 0 4px 4px rgba(0, 0, 0, 0.25);
  outline: none;
}

.lst-moving-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: var(--white);
  color: var(--indigo);
  font-size: 16px;
  animation: lstBadgePulse 2.4s ease-in-out infinite;
}
.lst-moving-badge:hover .lst-moving-badge-icon,
.lst-moving-badge:focus-visible .lst-moving-badge-icon {
  color: var(--navy);
}

.lst-moving-badge-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
}
.lst-moving-badge-eyebrow {
  font-family: var(--header-font);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--white);
}
.lst-moving-badge-sub {
  font-family: var(--body-font);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--powder-blue);
  margin-top: 2px;
}

@keyframes lstBadgeIn {
  from { opacity: 0; transform: translateY(20px) scale(0.85); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lstBadgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
  50%      { transform: scale(1.06); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
}

@media (max-width: 600px) {
  .lst-moving-badge {
    bottom: 14px;
    right: 14px;
    padding: 8px 14px 8px 8px;
    gap: 10px;
  }
  .lst-moving-badge-icon { width: 32px; height: 32px; flex-basis: 32px; font-size: 14px; }
  .lst-moving-badge-eyebrow { font-size: 0.85rem; }
  .lst-moving-badge-sub { font-size: 0.62rem; }
}

@media (prefers-reduced-motion: reduce) {
  .lst-popup-backdrop,
  .lst-popup-dialog,
  .lst-moving-badge,
  .lst-moving-badge-icon { animation: none; }
}