/* Cleaned global variables */
:root {
  /* trade-show */
  --tsr-dark: #001b1d;
  --tsr-deep: #001f21;
  --tsr-teal: #003a39;
  --tsr-green: #05b892;
  --tsr-green-2: #21b793;
  --tsr-text: #001d20;
  --tsr-muted: #3e4d4e;
  --tsr-border: #d4dddd;
  --tsr-white: #ffffff;
  --tsr-ink: #062a2a;
  --tsr-ink-soft: #29504f;
  --tsr-deep-2: #00292a;
  --tsr-green-dark: #078a73;
  --tsr-mint: #dff8f3;
  --tsr-soft: #f2fbf9;
  --tsr-line: #d8e7e4;
  /* industries */
  --tsr-ind-dark: #001f26;
  --tsr-ind-deep: #002d2e;
  --tsr-ind-green: #13b997;
  --tsr-ind-mint: #35d6ba;
  --tsr-ind-text: #092e31;
  --tsr-ind-muted: #51666a;
  --tsr-ind-border: #dbe5e3;
  --tsr-ind-soft: #f6fbf9;
  /* lead-generation */
  --trlg-dark: #001d1f;
  --trlg-dark-2: #002d2e;
  --trlg-teal: #2fc8a9;
  --trlg-teal-2: #0b8f78;
  --trlg-text: #061b20;
  --trlg-muted: #4b5a5e;
  --trlg-border: #d9e3e1;
  --trlg-white: #ffffff;
  /* logistics */
  --tsl-dark: #002b2b;
  --tsl-darker: #001819;
  --tsl-green: #28c6a8;
  --tsl-green-2: #0f9b83;
  --tsl-text: #09292b;
  --tsl-muted: #637477;
  --tsl-border: #d9e4e2;
  --tsl-white: #fff;
  /* portfolio */
  --tsrp-green: #00a978;
  --tsrp-green-dark: #007a61;
  --tsrp-dark: #001117;
  --tsrp-dark-2: #001f28;
  --tsrp-text: #111a1f;
  --tsrp-muted: #4e5d62;
  --tsrp-line: #dbe8e9;
  --tsrp-soft: #f6fbfb;
  /* printable */
  --prn-dark: #001715;
  --prn-dark-2: #022b28;
  --prn-green: #00a883;
  --prn-green-2: #087a66;
  --prn-text: #111d22;
  --prn-muted: #4e5a5d;
  --prn-border: #dce6e5;
  --prn-soft: #f7fbfa;
  /* product */
  --prx-dark: #001413;
  --prx-dark-2: #002421;
  --prx-green: #00a77c;
  --prx-green-2: #018869;
  --prx-text: #101c1f;
  --prx-muted: #5b676a;
  --prx-border: #dfe8e8;
  --prx-bg: #f7fbfb;
    --tss-deep: #031619;
  --tss-deep-2: #082126;
  --tss-green: #1dd1a3;
  --tss-green-dark: #0da582;
  --tss-text: #0d1e22;
  --tss-muted: #516265;
  --tss-line: #d9e5e3;
  --ume-dark: #001519;
      --ume-dark-2: #002528;
  --ume-green: #20caa6;
  --ume-green-2: #0d9d80;
  --ume-text: #0c2024;
  --ume-muted: #56676a;
  --ume-line: #dfe9e7;
  --ume-soft: #f8fbfa;
   --whr-dark: #04181b;
  --whr-dark-2: #06242a;
  --whr-green: #1ec8a2;
  --whr-green-2: #10967b;
  --whr-text: #11272b;
  --whr-muted: #52676b;
  --whr-line: #dbe7e5;
  --whr-soft: #f8fbfa;
    --bdfab-dark: #041f21;
  --bdfab-dark-2: #062b2d;
  --bdfab-mint: #00b994;
  --bdfab-mint-soft: #4be5c4;
  --bdfab-text: #142c2e;
  --bdfab-muted: #637779;
  --bdfab-line: rgba(6, 43, 45, 0.14);
  --bdfab-white: #ffffff;
  --bdfab-offwhite: #f5fbfa;
   --tsrlm-dark:#052324;
  --tsrlm-darker:#031718;
  --tsrlm-panel:#073233;
  --tsrlm-green:#0ab889;
  --tsrlm-green-2:#088866;
  --tsrlm-mint:#e9fbf5;
  --tsrlm-text:#173839;
  --tsrlm-muted:#6c8181;
  --tsrlm-border:#dce9e6;
  --tsrlm-soft:#f5f9f8;
  --tsrlm-white:#ffffff;
  --tsrlm-shadow:0 12px 32px rgba(7,48,49,.045);
   --tsrealm-dark: #021f22;
  --tsrealm-dark-2: #003234;
  --tsrealm-teal: #10bfa3;
  --tsrealm-teal-2: #078f7c;
  --tsrealm-mint: #e9f7f4;
  --tsrealm-text: #101923;
  --tsrealm-muted: #5e6b75;
  --tsrealm-border: #dce9e7;
  --tsrealm-white: #ffffff;
  --tsrealm-shadow: 0 20px 55px rgba(1, 31, 34, 0.12);
 --tsr-dark: #061b20;
  --tsr-dark-2: #00151b;
  --tsr-green: #008e67;
  --tsr-green-2: #16bd8e;
  --tsr-green-soft: #e8f7f2;
  --tsr-text: #123335;
  --tsr-muted: #657c78;
  --tsr-border: #ddebe7;
  --tsr-bg: #f6faf8;
  --tsr-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--tsr-text);
  background: #fff;
  line-height: 1.55;
}

a {
  text-decoration: none;
}

.tsr-container {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}

/* Header */

.tsr-header {
  background: #fff;
  border-bottom: 1px solid #eef2f2;
  position: relative;
  z-index: 30;
}

.tsr-navbar {
  min-height: 108px;
  padding: 0;
}

.tsr-nav-container {
  max-width: 1440px;
  padding-left: 34px;
  padding-right: 34px;
}

.tsr-brand {
  padding: 0;
  margin-right: 0;
}

.tsr-brand img {
  width: 147px;
  height: auto;
  display: block;
}

.tsr-menu {
  gap: 20px;
}

.tsr-menu .nav-link {
  color: #001e21;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 12px 0 !important;
  position: relative;
}

.tsr-menu .nav-link.active {
  color: #006f67;
}

.tsr-menu .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 34px;
  height: 2px;
  margin: auto;
  background: var(--tsr-green);
}

.tsr-menu .dropdown-toggle::after {
  font-size: 12px;
  margin-left: 7px;
  vertical-align: middle;
}

.tsr-toggler {
  border: 0;
  box-shadow: none !important;
}

.tsr-btn {
  min-width: 144px;
  height: 48px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  padding: 0 22px;
}

.tsr-btn-dark {
  min-width: 132px;
  height: 42px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg,#003d3d,#001618);
  border: 0;
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
}

.tsr-btn-dark:hover {
  color: #fff;
  background: #00282a;
}

.tsr-btn-primary {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg,#2fd1ac,#1ba782);
  box-shadow: 0 7px 19px rgba(32,190,154,.22);
}

.tsr-btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg,#22bb99,#128b72);
}

.tsr-btn-outline {
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.95);
  background: transparent;
}

.tsr-btn-outline:hover {
  color: #002224;
  background: #fff;
  border-color: #fff;
}

/* Hero */

.tsr-hero {
  position: relative;
  height: 632px;
  overflow: hidden;
  background: #001012;
}

.tsr-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  background: url("../images/hero-booth.jpg") center right/cover no-repeat;
  z-index: 0;
}

.tsr-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,#001012 0%,#001012 35%,rgba(0,16,18,.88) 43%,rgba(0,16,18,.18) 67%,rgba(0,16,18,.02) 100%),
    radial-gradient(circle at 18% 50%,rgba(19,198,162,.12),transparent 40%);
}

.tsr-hero .tsr-container {
  position: relative;
  z-index: 2;
}

.tsr-hero-copy {
  padding-top: 7px;
}

.tsr-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 39px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.tsr-hero h1 span {
  color: var(--tsr-green);
}

.tsr-title-line {
  width: 82px;
  height: 4px;
  background: var(--tsr-green);
  margin: 25px 0 30px;
}

.tsr-hero p {
  max-width: 410px;
  margin: 0 0 35px;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.tsr-hero-actions .tsr-btn {
  min-width: 160px;
}

/* Section Heading */

.tsr-section-head {
  margin-bottom: 22px;
}

.tsr-section-head span,
.tsr-reach-copy span {
  display: block;
  color: #0ba081;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .19em;
  margin-bottom: 4px;
}

.tsr-section-head h2 {
  color: #002326;
  margin: 0;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.22;
}

/* Services */

.tsr-services {
  padding: 27px 0 33px;
  background: #fff;
}

.tsr-service-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 8px;
}

.tsr-service-card {
  min-height: 246px;
  padding: 26px 15px 19px;
  border: 1px solid var(--tsr-border);
  border-radius: 6px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.tsr-service-card i {
  display: block;
  color: #069b82;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

.tsr-service-card h3 {
  margin: 0 0 13px;
  color: #002326;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.35;
}

.tsr-service-card p {
  color: #111;
  margin: 0;
  font-size: 12.7px;
  line-height: 1.55;
}

/* Reach */

.tsr-reach {
  position: relative;
  overflow: hidden;
  min-height: 278px;
  padding: 34px 0 27px;
  background: radial-gradient(circle at 95% 35%,rgba(35,201,165,.18),transparent 31%),
    linear-gradient(90deg,#002d2d,#001315 82%);
  color: #fff;
}

.tsr-reach:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 48%;
  height: 100%;
  opacity: .38;
  background: linear-gradient(135deg,transparent 0 43%,rgba(46,199,165,.22) 43.2% 43.5%,transparent 43.8%),
    linear-gradient(28deg,transparent 0 52%,rgba(46,199,165,.16) 52.1% 52.4%,transparent 52.6%),
    radial-gradient(circle at 25% 72%,var(--tsr-green) 0 3px,transparent 3.5px),
    radial-gradient(circle at 63% 54%,var(--tsr-green) 0 3px,transparent 3.5px),
    radial-gradient(circle at 82% 25%,var(--tsr-green) 0 3px,transparent 3.5px);
}

.tsr-reach .tsr-container {
  position: relative;
  z-index: 2;
}

.tsr-map {
  width: min(455px,100%);
  display: block;
  margin-left: 35px;
}

.tsr-reach-copy {
  padding-left: 12px;
}

.tsr-reach-copy h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.02em;
}

.tsr-reach-copy p {
  max-width: 500px;
  color: #fff;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
}

.tsr-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  max-width: 520px;
}

.tsr-stats div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
}

.tsr-stats i {
  grid-row: 1/3;
  color: var(--tsr-green);
  font-size: 23px;
  line-height: 1;
}

.tsr-stats strong {
  color: var(--tsr-green);
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.tsr-stats small {
  color: #fff;
  font-size: 9.5px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 6px;
}

/* Process */

.tsr-process {
    padding: 49px 0 70px;
    background: #fff;
}

.tsr-process .tsr-section-head {
  margin-bottom: 15px;
}

.tsr-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 22px;
  max-width: 1440px;
  margin: 0 auto;
}

.tsr-process-line:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1.5px dashed #0ba081;
    z-index: 0;
}

.tsr-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tsr-process-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  border: 1.5px solid #0ba081;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tsr-process-icon i {
  font-size: 39px;
  color: #0ba081;
  line-height: 1;
}

.tsr-process-step strong {
  display: block;
  color: #008d77;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 4px;
}

.tsr-process-step h3 {
  margin: 0 0 6px;
  color: #002326;
  font-size: 13.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.tsr-process-step p {
  max-width: 130px;
  margin: 0 auto;
  color: #111;
  font-size: 12.4px;
  line-height: 1.45;
}

/* CTA */

.tsr-cta {
  padding: 34px 0;
  background: radial-gradient(circle at 0 0,rgba(46,199,165,.18),transparent 36%),
    linear-gradient(90deg,#003b3a,#001112);
  color: #fff;
}

.tsr-rocket {
  width: 75px;
  height: 75px;
  border: 3px solid var(--tsr-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 75px;
}

.tsr-rocket i {
  font-size: 36px;
  color: #fff;
  transform: rotate(-16deg);
}

.tsr-cta h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}

.tsr-cta p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.tsr-cta-btn {
  min-width: 204px;
}

/* Footer */

.tsr-footer {
  color: #fff;
  background: radial-gradient(circle at 24% 20%,rgba(46,199,165,.13),transparent 34%),
    linear-gradient(90deg,#003b39 0%,#001313 100%);
  border-top: 4px solid #31d0ad;
  padding-top: 36px;
}

.tsr-footer-logo img {
  width: 194px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 24px;
}

.tsr-footer-text {
  max-width: 260px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 22px;
}

.tsr-socials {
  display: flex;
  gap: 15px;
}

.tsr-socials a {
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.tsr-footer h3 {
  color: var(--tsr-green);
  margin: 10px 0 15px;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.tsr-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tsr-footer-list li {
  margin-bottom: 7px;
}

.tsr-footer-list a,
.tsr-contact-col a {
  color: #fff;
  font-size: 15px;
}

.tsr-footer-list a:hover,
.tsr-contact-col a:hover {
  color: var(--tsr-green);
}

.tsr-contact-col {
  position: relative;
}

.tsr-contact-col p {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 13px;
}

.tsr-contact-col strong {
  font-weight: 800;
}

.tsr-network {
  position: absolute;
  right: 5px;
  top: -16px;
  width: 138px;
  opacity: .95;
}

.tsr-footer-btn {
  min-width: 178px;
  margin-top: 2px;
}

.tsr-copyright {
  margin-top: 36px;
  padding: 15px 0;
  background: rgba(255,255,255,.08);
}

.tsr-copyright p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.tsr-copyright a {
  color: #fff;
}

/* Industries Page */

/* Hero */

.tsr-ind-page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.tsr-ind-wide-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
}

.tsr-ind-hero-section,
.tsr-ind-industries-section,
.tsr-ind-trust-section,
.tsr-ind-numbers-section,
.tsr-ind-stories-section,
.tsr-ind-cta-section,
.tsr-ind-bottom-bar {
  width: 100%;
}

.tsr-ind-hero-section {
  position: relative;
  min-height: 560px;
  padding: 11px 0 31px;
  color: #fff;
  overflow: hidden;
  background: radial-gradient(circle at 82% 35%, rgba(32,201,170,.18), transparent 37%),
    linear-gradient(90deg, #00232b 0%, #00252b 42%, #013a42 100%);
}

.tsr-ind-hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,20,24,.97) 0%, rgba(0,26,31,.82) 42%, rgba(0,28,32,.18) 74%, rgba(0,26,32,.65) 100%),
    radial-gradient(circle at 83% 10%, rgba(100,225,255,.22), transparent 20%);
  pointer-events: none;
}

.tsr-ind-hero-glow {
  position: absolute;
  right: -30px;
  top: -90px;
  width: 520px;
  height: 380px;
  background: radial-gradient(circle, rgba(52,214,186,.22), transparent 64%);
  filter: blur(4px);
  opacity: .9;
}

.tsr-ind-hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58.5%;
  background-image: url("../images/tsr-ind-hero-expo.png");
  background-size: cover;
  background-position: center;
  opacity: .72;
  transform: scale(1.02);
}

.tsr-ind-breadcrumb {
  position: relative;
  z-index: 2;
  font-size: 10px;
  color: #c7dcdb;
  font-weight: 500;
  margin-bottom: 12px;
}

.tsr-ind-breadcrumb span {
  color: var(--tsr-ind-green);
  padding: 0 5px;
}

.tsr-ind-hero-row {
  position: relative;
  z-index: 2;
  min-height: 270px;
}

.tsr-ind-eyebrow,
.tsr-ind-section-kicker {
  color: var(--tsr-ind-green);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tsr-ind-hero-title {
  color: #fff;
  font-size: clamp(32px,4.7vw,58px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 800;
}

.tsr-ind-hero-title span {
  color: var(--tsr-ind-mint);
}

.tsr-ind-hero-copy {
  max-width: 560px;
  color: #ecf7f6;
  font-size: 15.5px;
  line-height: 1.66;
  font-weight: 400;
}

.tsr-ind-hero-features {
  max-width: 585px;
  margin-top: 18px;
}

.tsr-ind-hero-feature {
  min-height: 60px;
  text-align: center;
  color: #e8fffb;
}

.tsr-ind-hero-feature i {
  display: block;
  color: var(--tsr-ind-mint);
  font-size: 25px;
  line-height: 1;
  margin-bottom: 7px;
}

.tsr-ind-hero-feature span {
  display: block;
  font-size: 10px;
  line-height: 1.22;
  font-weight: 700;
}

/* Sections */

.tsr-ind-industries-section {
  padding: 26px 0 25px;
  background: #fff;
}

.tsr-ind-section-heading h2 {
  margin: 0;
  color: #092e31;
  font-size: clamp(24px,2.8vw,37px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.035em;
}

.tsr-ind-industries-grid {
  margin-top: 19px;
}

@media (min-width:1200px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.tsr-ind-industry-card {
  height: 100%;
  min-height: 190px;
  padding: 22px 15px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--tsr-ind-border);
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(6,41,43,.03);
  transition: .2s ease;
}

.tsr-ind-industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(19,185,151,.5);
  box-shadow: 0 15px 28px rgba(6,41,43,.09);
}

.tsr-ind-card-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tsr-ind-green);
  font-size: 31px;
  line-height: 1;
  margin-bottom: 12px;
}

.tsr-ind-industry-card h3 {
  margin: 0 0 11px;
  color: #082f31;
  font-size: 13px;
  line-height: 1.22;
  font-weight: 800;
}

.tsr-ind-industry-card p {
  margin: 0 auto;
  max-width: 180px;
  color: #1d3032;
  font-size: 10.7px;
  line-height: 1.56;
  font-weight: 500;
}

/* Trust */

.tsr-ind-trust-section {
  position: relative;
  padding: 22px 0 23px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,35,38,.96), rgba(0,51,52,.98)),
    radial-gradient(circle at 76% 35%, rgba(26,190,159,.2), transparent 45%);
}

.tsr-ind-trust-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(45deg, transparent 48%, rgba(49,211,184,.45) 49%, transparent 51%),
    radial-gradient(circle at 20% 50%, rgba(48,210,181,.18), transparent 18%);
  background-size: 115px 115px, 100% 100%;
}

.tsr-ind-trust-section > .container-fluid {
  position: relative;
  z-index: 1;
}

.tsr-ind-heading-light .tsr-ind-section-kicker {
  color: var(--tsr-ind-green);
}

.tsr-ind-trust-grid {
  margin-top: 12px;
}

.tsr-ind-trust-item {
  text-align: center;
  padding: 2px 8px;
}

.tsr-ind-trust-item i {
  display: block;
  font-size: 28px;
  color: var(--tsr-ind-mint);
  margin-bottom: 8px;
}

.tsr-ind-trust-item h3 {
  color: #fff;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 800;
  margin: 0 0 7px;
}

.tsr-ind-trust-item p {
  margin: 0 auto;
  max-width: 165px;
  color: #d8eded;
  font-size: 9.6px;
  line-height: 1.45;
  font-weight: 500;
}

/* Numbers */

.tsr-ind-numbers-section {
  padding: 22px 0 17px;
  background: #f8fbfa;
}

.tsr-ind-numbers-strip {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e4ecea;
  box-shadow: 0 8px 22px rgba(5,38,42,.05);
}

.tsr-ind-number-item {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 12px;
  border-right: 1px solid #e4ecea;
  white-space: nowrap;
}

.tsr-ind-number-item:last-child {
  border-right: 0;
}

.tsr-ind-number-item i {
  color: var(--tsr-ind-green);
  font-size: 28px;
}

.tsr-ind-number-item strong {
  color: var(--tsr-ind-green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.tsr-ind-number-item span {
  color: #163335;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 700;
}

/* Stories */

.tsr-ind-stories-section {
  padding: 12px 0 26px;
  background: #fff;
}

.tsr-ind-stories-grid {
  margin-top: 12px;
}

.tsr-ind-story-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--tsr-ind-border);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(4,34,38,.05);
}

.tsr-ind-story-card img {
  width: 100%;
  height: 96px;
  display: block;
  object-fit: cover;
}

.tsr-ind-story-body {
  padding: 11px 12px 13px;
}

.tsr-ind-story-body span {
  display: block;
  color: var(--tsr-ind-green);
  font-size: 8px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 5px;
}

.tsr-ind-story-body h3 {
  color: #092f31;
  font-size: 13px;
  line-height: 1.22;
  font-weight: 800;
  margin: 0 0 8px;
}

.tsr-ind-story-body p {
  color: #41595b;
  font-size: 9.8px;
  line-height: 1.46;
  margin: 0 0 9px;
  font-weight: 500;
}

.tsr-ind-story-body a {
  color: var(--tsr-ind-green);
  text-decoration: none;
  font-size: 9.5px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.tsr-ind-story-body a i {
  font-size: 11px;
  vertical-align: -1px;
}

/* CTA */

.tsr-ind-cta-section {
  padding: 14px 0;
  background: linear-gradient(90deg,#002529,#003b39 58%,#00272b);
  color: #fff;
}

.tsr-ind-cta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tsr-ind-cta-icon {
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  border: 2px solid var(--tsr-ind-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tsr-ind-mint);
  font-size: 30px;
}

.tsr-ind-cta-text {
  flex: 1;
}

.tsr-ind-cta-text h2 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.025em;
}

.tsr-ind-cta-text p {
  color: #e4f2f0;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.tsr-ind-cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.tsr-ind-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 39px;
  padding: 0 20px;
  border-radius: 3px;
  background: linear-gradient(135deg,#23b99c,#34d0b6);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .035em;
  box-shadow: 0 10px 22px rgba(14,175,144,.18);
}

.tsr-ind-primary-btn:hover {
  color: #fff;
  filter: brightness(1.06);
}

.tsr-ind-phone {
  color: #d8eeee;
  font-size: 10px;
  line-height: 1.2;
}

.tsr-ind-phone span {
  display: block;
  opacity: .85;
}

.tsr-ind-phone strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-top: 2px;
}

/* Bottom */

.tsr-ind-bottom-bar {
  padding: 9px 0 10px;
  background: #fff;
  border-top: 1px solid #dce7e5;
}

.tsr-ind-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 36px;
  color: #092f31;
}

.tsr-ind-bottom-item i {
  color: var(--tsr-ind-green);
  font-size: 23px;
  line-height: 1;
}

.tsr-ind-bottom-item span {
  display: block;
  text-align: left;
  font-size: 9.6px;
  line-height: 1.15;
  font-weight: 700;
}

/* End Section */

/* Lead Generation Page */

.trlg-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 43px;
  padding-right: 43px;
}

.trlg-hero-section {
  height: 600px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 30% 50%,#043b3a 0%,#001c1f 55%,#001216 100%);
}

.trlg-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.trlg-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.92) contrast(1.06);
}

.trlg-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg,rgba(0,27,31,1) 0%,rgba(0,39,41,.98) 21%,rgba(0,34,37,.78) 42%,rgba(0,21,25,.16) 67%,rgba(0,0,0,.1) 100%);
}

.trlg-hero-inner {
  position: relative;
  z-index: 4;
  height: 100%;
  padding-top: 18px;
}

.trlg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.trlg-breadcrumb a,
.trlg-breadcrumb span {
  color: #fff;
}

.trlg-breadcrumb i {
  font-size: 10px;
  opacity: .8;
}

.trlg-kicker,
.trlg-section-title p {
  margin: 0 0 8px;
  color: var(--trlg-teal);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.trlg-hero-section h1 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -.7px;
}

.trlg-hero-section h1 span {
  color: var(--trlg-teal);
}

.trlg-hero-copy {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  margin: 16px 0 23px;
  max-width: 488px;
}

.trlg-hero-points {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  max-width: 474px;
  margin-bottom: 20px;
}

.trlg-point {
  text-align: center;
  color: #fff;
}

.trlg-point i {
  display: block;
  color: var(--trlg-teal);
  font-size: 31px;
  line-height: 1;
  margin-bottom: 8px;
}

.trlg-point span {
  display: block;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
}

.trlg-hero-actions {
  display: flex;
  gap: 22px;
  align-items: center;
}

.trlg-primary-btn,
.trlg-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-height: 43px;
  padding: 0 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}

.trlg-primary-btn {
  background: linear-gradient(135deg,#2fc8a9,#0d987f);
  box-shadow: 0 8px 18px rgba(47,200,169,.18);
}

.trlg-primary-btn:hover {
  color: #fff;
  background: linear-gradient(135deg,#28b99d,#087b6c);
}

.trlg-outline-btn {
  border: 1px solid rgba(255,255,255,.78);
  min-width: 174px;
}

.trlg-outline-btn:hover {
  border-color: var(--trlg-teal);
  color: #fff;
  background: rgba(47,200,169,.12);
}

.trlg-solutions-section {
  padding: 23px 0 18px;
  background: #fff;
}

.trlg-section-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -.2px;
  color: #071f25;
}

.trlg-solution-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 10px;
  margin-top: 18px;
}

.trlg-solution-card {
  min-height: 206px;
  padding: 13px 12px 15px;
  border: 1px solid var(--trlg-border);
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 9px rgba(0,0,0,.035);
  transition: transform .22s ease,box-shadow .22s ease;
}

.trlg-solution-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,40,38,.1);
}

.trlg-solution-icon {
  width: 57px;
  height: 57px;
  margin: 0 auto 13px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 33% 24%,#0d6965,#002b2d 72%);
  box-shadow: inset 0 0 0 1px rgba(47,200,169,.34);
}

.trlg-solution-icon i {
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

.trlg-solution-card h3 {
  min-height: 39px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 900;
  color: #091e24;
}

.trlg-solution-card p {
  margin: 0 auto;
  color: #071a1e;
  font-size: 11.5px;
  line-height: 1.55;
  max-width: 130px;
}

.trlg-why-section {
  background: radial-gradient(circle at 50% 0,#064747 0%,#002b2e 52%,#00181b 100%);
  padding: 18px 0 26px;
  color: #fff;
}

.trlg-dark-title {
  color: var(--trlg-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.trlg-why-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
}

.trlg-why-item {
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.trlg-why-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -10px;
  top: 48px;
  height: 85px;
  border-right: 1px dashed rgba(47,200,169,.6);
}

.trlg-why-item i {
  display: block;
  color: var(--trlg-teal);
  font-size: 37px;
  line-height: 1;
  margin-bottom: 17px;
}

.trlg-why-item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 900;
}

.trlg-why-item p {
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  line-height: 1.62;
  max-width: 147px;
}

.trlg-process-section {
  padding: 28px 0 23px;
  background: #fff;
}

.trlg-process-line {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 0;
  position: relative;
  margin-top: 25px;
}

.trlg-process-line:before {
  content: "";
  position: absolute;
  left: 8.4%;
  right: 8.4%;
  top: 31px;
  border-top: 1px dashed var(--trlg-teal-2);
  z-index: 0;
}

.trlg-process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.trlg-step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 13px;
  border: 1px solid var(--trlg-teal-2);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--trlg-teal-2);
}

.trlg-step-icon i {
  font-size: 30px;
}

.trlg-process-step strong {
  display: block;
  color: var(--trlg-teal-2);
  font-size: 11px;
  line-height: 1;
  margin-bottom: 8px;
}

.trlg-process-step h3 {
  margin: 0 0 8px;
  color: var(--trlg-teal-2);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.trlg-process-step p {
  margin: 0 auto;
  color: #061b20;
  font-size: 11px;
  line-height: 1.47;
  max-width: 130px;
}

.trlg-stories-section {
  background: #fff;
  padding: 0 0 11px;
}

.trlg-stories-box {
  border: 1px solid var(--trlg-border);
  border-radius: 5px;
  padding: 18px 26px 18px;
}

.trlg-stories-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.trlg-stories-head span,
.trlg-story-copy span {
  display: block;
  color: var(--trlg-teal-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.trlg-stories-head h2 {
  margin: 0;
  color: #071e24;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
}

.trlg-case-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--trlg-teal-2);
  color: var(--trlg-teal-2);
  border-radius: 4px;
  height: 38px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.trlg-case-btn:hover {
  background: var(--trlg-teal-2);
  color: #fff;
}

.trlg-story-card {
  height: 100%;
  display: grid;
  grid-template-columns: 43% 57%;
  border: 1px solid var(--trlg-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.trlg-story-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  object-position: center;
}

.trlg-story-copy {
  padding: 12px 15px 12px 16px;
}

.trlg-story-copy h3 {
  margin: 0 0 8px;
  color: #071e24;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 900;
}

.trlg-story-copy p {
  margin: 0 0 8px;
  color: #061b20;
  font-size: 10.5px;
  line-height: 1.45;
}

.trlg-story-copy a {
  color: var(--trlg-teal-2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.trlg-story-copy i {
  margin-left: 5px;
}

.trlg-cta-section {
  padding: 0;
  background: #fff;
}

.trlg-cta-wrap {
  min-height: 82px;
  background: radial-gradient(circle at 45% 10%,#07494a 0%,#002c2e 47%,#001a1d 100%);
  display: grid;
  grid-template-columns: 78px 1fr 308px;
  align-items: center;
  column-gap: 19px;
  color: #fff;
  padding: 16px 31px 15px;
}

.trlg-rocket {
  width: 55px;
  height: 55px;
  border: 2px solid var(--trlg-teal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
}

.trlg-cta-text h2 {
  margin: 0 0 6px;
  font-size: 23px;
  line-height: 1.08;
  font-weight: 900;
}

.trlg-cta-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.1;
}

.trlg-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.trlg-cta-actions .trlg-primary-btn {
  width: 100%;
  height: 32px;
  min-height: 32px;
  font-size: 11px;
  border-radius: 4px;
  padding: 0 16px;
}

.trlg-cta-actions span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.trlg-cta-actions i {
  color: var(--trlg-teal);
  font-size: 18px;
}

.trlg-bottom-strip {
  background: #fff;
  padding: 14px 0 13px;
}

.trlg-strip-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 22px;
}

.trlg-strip-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #061b20;
  font-size: 10px;
  line-height: 1.22;
  font-weight: 700;
}

.trlg-strip-grid i {
  font-size: 28px;
  color: var(--trlg-teal-2);
}

/* End Section */

/* Logistics Page */

.tsl-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

.tsl-hero-section {
  width: 100%;
  background: radial-gradient(circle at 72% 45%,rgba(28,201,174,.1),transparent 35%),linear-gradient(90deg,#002426 0%,#001a1d 46%,#081d20 100%);
  color: #fff;
  overflow: hidden;
}

.tsl-hero-copy {
  padding: 28px 28px 35px 0;
}

.tsl-breadcrumb {
  font-size: 10px;
  color: #cbdcda;
  margin-bottom: 35px;
}

.tsl-breadcrumb span {
  padding: 0 8px;
  color: #fff;
}

.tsl-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: var(--tsl-green);
  margin: 0 0 7px;
}

.tsl-hero-copy h1 {
  font-size: 43px;
  line-height: 1.03;
  font-weight: 900;
  margin: 0 0 15px;
  letter-spacing: -.03em;
}

.tsl-hero-copy h1 span {
  color: var(--tsl-green);
}

.tsl-hero-text {
  max-width: 510px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 28px;
}

.tsl-hero-points {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  max-width: 575px;
  margin-bottom: 24px;
}

.tsl-hero-points div {
  text-align: center;
}

.tsl-hero-points i {
  display: block;
  color: var(--tsl-green);
  font-size: 27px;
  margin-bottom: 6px;
}

.tsl-hero-points small {
  font-size: 11px;
  color: #fff;
  line-height: 1.25;
}

.tsl-hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tsl-hero-visual-wrap {
  height: 360px;
  position: relative;
}

.tsl-hero-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(1.02);
}

.tsl-services-section {
  padding: 28px 0 28px;
  background: #fff;
}

.tsl-section-head {
  text-align: center;
  margin-bottom: 22px;
}

.tsl-section-head h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  font-weight: 900;
  color: #0c2b2f;
  letter-spacing: -.02em;
}

.tsl-services-grid>.col-lg {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.tsl-service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--tsl-border);
  border-radius: 5px;
  padding: 0 9px 18px;
  text-align: center;
  box-shadow: 0 5px 16px rgba(7,26,27,.04);
  overflow: hidden;
}

.tsl-service-card img,
.tsl-service-img-placeholder {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  margin: 0 0 13px;
  background: #f4f7f6;
}

.tsl-service-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tsl-green);
  font-size: 29px;
}

.tsl-service-card h3 {
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 900;
  color: #082b2e;
}

.tsl-service-card p {
  font-size: 10px;
  line-height: 1.5;
  color: #0e2526;
  margin: 0;
}

.tsl-process-band {
  width: 100%;
  padding: 28px 0 26px;
  color: #fff;
  background: radial-gradient(circle at center top,rgba(41,198,168,.16),transparent 38%),linear-gradient(90deg,#002f30,#001e20);
}

.tsl-light-head h2 {
  color: #fff;
  font-size: 24px;
}

.tsl-timeline {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 14px;
  position: relative;
}

.tsl-timeline:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 30px;
  border-top: 1px dashed rgba(40,198,168,.8);
}

.tsl-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}

.tsl-step span {
  width: 48px;
  height: 48px;
  border: 1px solid var(--tsl-green);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003438;
  color: var(--tsl-green);
  font-size: 20px;
  margin-bottom: 8px;
}

.tsl-step b {
  display: block;
  color: var(--tsl-green);
  font-size: 10px;
  margin-bottom: 2px;
}

.tsl-step h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 5px;
  color: #fff;
}

.tsl-step p {
  font-size: 10px;
  line-height: 1.35;
  color: #dcebea;
  margin: 0;
}

.tsl-proof-section {
  padding: 31px 0 18px;
  background: #fff;
}

.tsl-proof-section h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 10px;
}

.tsl-proof-copy {
  font-size: 13px;
  color: #31494b;
  max-width: 465px;
  margin: 0;
}

.tsl-stat-card {
  text-align: center;
  border-left: 1px solid #e3eceb;
  min-height: 118px;
  padding: 4px 10px;
}

.tsl-stat-card i {
  font-size: 24px;
  color: var(--tsl-green);
  display: block;
  margin-bottom: 4px;
}

.tsl-stat-card strong {
  display: block;
  font-size: 24px;
  color: var(--tsl-green);
  font-weight: 900;
  line-height: 1;
}

.tsl-stat-card span {
  font-size: 11px;
  font-weight: 900;
  color: #123335;
  display: block;
  margin: 5px 0;
}

.tsl-stat-card p {
  font-size: 9.5px;
  line-height: 1.35;
  color: #516365;
  margin: 0;
}

.tsl-brand-strip {
  margin-top: 25px;
  text-align: center;
  border-top: 1px solid #e6efee;
  padding-top: 14px;
}

.tsl-brand-strip>span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--tsl-green);
  letter-spacing: .11em;
  margin-bottom: 11px;
}

.tsl-brand-logos {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #798988;
  opacity: .85;
  filter: grayscale(1);
  font-size: 13px;
}

.tsl-cta-section {
  background: #fff;
}

.tsl-cta-card {
  background: linear-gradient(90deg,#062d2f 0%,#002223 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 235px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 20px 34px;
  border-radius: 0;
}

.tsl-cta-card img {
  width: 220px;
  height: 80px;
  object-fit: cover;
  border-radius: 2px;
}

.tsl-cta-card h2 {
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 6px;
}

.tsl-cta-card p {
  margin: 0;
  color: #d5e4e3;
}

.tsl-cta-actions {
  text-align: center;
}

.tsl-call {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
}

.tsl-feature-bar {
  padding: 14px 0;
  background: #fff;
  border-top: 1px solid #dce7e6;
}

.tsl-feature-items {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}

.tsl-feature-items div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #193739;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.tsl-feature-items i {
  font-size: 24px;
  color: var(--tsl-green);
}

.tsl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
  min-height: 42px;
  padding: 0 24px;
  transition: .2s;
}

.tsl-btn-solid {
  color: #fff;
  background: linear-gradient(135deg,var(--tsl-green),var(--tsl-green-2));
  border: 1px solid transparent;
}

.tsl-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(0,0,0,.08);
}

.tsl-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* End Section */

/* Portfolio Page */

.tsrp-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.tsrp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}

.tsrp-hero-section {
  color: #ffffff;
  padding: 14px 0 18px;
  background: linear-gradient(90deg, rgba(0, 12, 17, 0.98), rgba(0, 18, 25, 0.96) 46%, rgba(0, 10, 14, 0.98)),
    url("../images/hero-background.jpg") center/cover no-repeat;
}

.tsrp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dce8ea;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 21px;
}

.tsrp-breadcrumb span {
  color: #ffffff;
}

.tsrp-breadcrumb i {
  font-size: 9px;
}

.tsrp-eyebrow,
.tsrp-section-head p,
.tsrp-spectrum-box > p,
.tsrp-impact-box > p {
  color: var(--tsrp-green);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.tsrp-hero-title {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin: 0 0 14px;
}

.tsrp-hero-title span {
  display: block;
  color: var(--tsrp-green);
}

.tsrp-hero-copy {
  max-width: 500px;
  color: #d9e5e7;
  font-size: 15px;
  line-height: 1.62;
  margin: 0 0 26px;
}

.tsrp-hero-points {
  max-width: 555px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.tsrp-hero-point {
  text-align: center;
}

.tsrp-hero-point i {
  color: var(--tsrp-green);
  font-size: 29px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}

.tsrp-hero-point span {
  display: block;
  color: #f1fbfb;
  font-size: 11px;
  line-height: 1.28;
  font-weight: 800;
}

.tsrp-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.tsrp-btn {
  min-height: 40px;
  padding: 12px 20px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.tsrp-btn-green {
  color: #ffffff;
  background: var(--tsrp-green);
  border: 1px solid var(--tsrp-green);
}

.tsrp-btn-green:hover {
  color: #ffffff;
  background: #008d67;
  border-color: #008d67;
}

.tsrp-btn-dark {
  color: #ffffff;
  background: rgba(0,0,0,.24);
  border: 1px solid rgba(255,255,255,.45);
}

.tsrp-btn-dark:hover {
  color: #ffffff;
  border-color: var(--tsrp-green);
}

.tsrp-hero-gallery {
  display: grid;
  gap: 12px;
  height: 350px;
}

.tsrp-hero-main-img,
.tsrp-hero-side-list img {
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  background: #071b23;
}

.tsrp-hero-main-img img,
.tsrp-hero-side-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsrp-hero-side-list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-width: 0;
}

.tsrp-hero-stats {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(0, 169, 120, .28);
  background: rgba(0, 22, 31, .78);
  border-radius: 8px;
  overflow: hidden;
}

.tsrp-hero-stat {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 12px 15px;
  border-right: 1px solid rgba(255,255,255,.11);
}

.tsrp-hero-stat:last-child {
  border-right: 0;
}

.tsrp-hero-stat i {
  color: var(--tsrp-green);
  font-size: 24px;
}

.tsrp-hero-stat strong {
  color: #ffffff;
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.tsrp-hero-stat small {
  color: #d9e8e9;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
}

.tsrp-project-section {
  padding: 20px 0 0;
}

.tsrp-section-head {
  text-align: center;
}

.tsrp-section-head p {
  color: var(--tsrp-green-dark);
  margin-bottom: 7px;
}

.tsrp-section-head h2 {
  color: #101820;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 25px;
}

.tsrp-project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 17px;
}

.tsrp-project-card {
  border: 1px solid var(--tsrp-line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(0, 25, 31, .04);
}

.tsrp-project-card > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.tsrp-project-content {
  padding: 17px 16px 14px;
}

.tsrp-project-label {
  color: var(--tsrp-green-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.tsrp-project-content h3 {
  color: #132027;
  font-size: 18px;
  line-height: 1.23;
  font-weight: 900;
  margin: 0 0 9px;
}

.tsrp-project-desc {
  color: var(--tsrp-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  min-height: 82px;
  margin: 0 0 14px;
}

.tsrp-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #edf3f3;
}

.tsrp-card-stats div {
  color: var(--tsrp-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.tsrp-card-stats i {
  display: block;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 4px;
}

.tsrp-card-stats strong {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.tsrp-card-stats span {
  display: block;
  color: #5f6e72;
  font-size: 9px;
  line-height: 1.22;
  font-weight: 800;
  margin-top: 4px;
}

.tsrp-case-link {
  color: var(--tsrp-green-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tsrp-case-link:hover {
  color: #004d41;
}

.tsrp-spectrum-box {
  background: linear-gradient(90deg, #001017, #001f28);
  color: #ffffff;
  border-radius: 8px;
  padding: 15px 22px 18px;
  margin-bottom: 24px;
}

.tsrp-spectrum-box > p {
  text-align: center;
  color: var(--tsrp-green);
  margin-bottom: 12px;
}

.tsrp-spectrum-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.tsrp-spectrum-grid div {
  min-height: 75px;
  padding: 0 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0,169,120,.34);
}

.tsrp-spectrum-grid div:last-child {
  border-right: 0;
}

.tsrp-spectrum-grid i {
  color: var(--tsrp-green);
  font-size: 29px;
  line-height: 1;
  margin-bottom: 9px;
}

.tsrp-spectrum-grid span {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.34;
  font-weight: 850;
}

.tsrp-impact-box {
  border: 1px solid var(--tsrp-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px 10px;
  margin-bottom: 24px;
}

.tsrp-impact-box > p {
  text-align: center;
  color: var(--tsrp-green-dark);
  margin-bottom: 12px;
}

.tsrp-impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.tsrp-impact-grid div {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 12px;
  padding: 0 15px;
  border-right: 1px solid var(--tsrp-line);
}

.tsrp-impact-grid div:last-child {
  border-right: 0;
}

.tsrp-impact-grid i {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--tsrp-green-dark);
  font-size: 32px;
}

.tsrp-impact-grid strong {
  color: var(--tsrp-green-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  align-self: end;
}

.tsrp-impact-grid span {
  color: #263438;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 850;
  align-self: start;
  margin-top: 3px;
}

.tsrp-small-head {
  margin-bottom: 0;
}

.tsrp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.tsrp-testimonial-card {
  min-height: 170px;
  border: 1px solid var(--tsrp-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px 22px;
}

.tsrp-quote {
  color: var(--tsrp-green);
  font-size: 27px;
  line-height: 1;
}

.tsrp-testimonial-card p {
  color: #2f3d42;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  margin: 4px 0 18px;
}

.tsrp-client {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tsrp-client > i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e5eaeb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667377;
  font-size: 22px;
}

.tsrp-client strong {
  display: block;
  color: #142126;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.tsrp-client span {
  display: block;
  color: #5c696d;
  font-size: 11px;
  line-height: 1.25;
  margin-top: 2px;
}

.tsrp-more-wrap {
  text-align: center;
  margin: 6px 0 14px;
}

.tsrp-cta-section {
  color: #ffffff;
  background: linear-gradient(90deg, #001016, #00232c);
  border-top: 1px solid rgba(0, 169, 120, .32);
  padding: 18px 0;
}

.tsrp-cta-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
}

.tsrp-globe {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(0,169,120,.64);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tsrp-green);
  font-size: 56px;
}

.tsrp-cta-grid h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 5px;
}

.tsrp-cta-grid p {
  color: #d7e6e8;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.tsrp-call {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.tsrp-call i {
  color: var(--tsrp-green);
  font-size: 37px;
}

.tsrp-call span {
  display: block;
  color: #d7e6e8;
  font-size: 12px;
  line-height: 1.1;
}

.tsrp-call strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.tsrp-bottom-strip {
  background: #ffffff;
  border-top: 1px solid var(--tsrp-line);
  padding: 13px 0;
}

.tsrp-bottom-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.tsrp-bottom-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.tsrp-bottom-grid i {
  color: var(--tsrp-green-dark);
  font-size: 22px;
  flex: 0 0 auto;
}

.tsrp-bottom-grid span {
  color: #263438;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
}

/* End Portfolio Page */

/* Printable Page */

.prn-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.prn-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

/* Hero */

.prn-hero {
  color: #fff;
  padding: 16px 0 32px;
  position: relative;
  min-height: 650px;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(
            90deg,
            #00100f 0%,
            #031816 38%,
            rgba(3, 24, 22, 0.92) 46%,
            rgba(3, 24, 22, 0.45) 58%,
            rgba(3, 24, 22, 0.05) 72%
        ),
        url("../images/herobnner.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}

.prn-breadcrumb {
  font-size: 11px;
  color: #c8d4d2;
  margin-bottom: 34px;
  font-weight: 600;
}

.prn-breadcrumb i {
  font-size: 9px;
  margin: 0 6px;
}

.prn-breadcrumb span {
  color: #fff;
}

.prn-hero-title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 18px;
  max-width: 600px;
}

.prn-hero-title span {
  display: block;
  color: var(--prn-green);
}

.prn-hero-text {
  font-size: 17px;
  line-height: 1.58;
  color: #f0f7f6;
  max-width: 560px;
  margin: 0 0 34px;
}

.prn-hero-features {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  max-width: 600px;
  margin-bottom: 31px;
}

.prn-hero-feature {
  text-align: center;
  color: #fff;
}

.prn-hero-feature i {
  display: block;
  font-size: 26px;
  color: var(--prn-green);
  margin-bottom: 8px;
}

.prn-hero-feature span {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
}

.prn-hero-buttons {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.prn-btn {
  border-radius: 5px;
  padding: 13px 31px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.prn-btn-fill {
  background: var(--prn-green);
  color: #fff;
  border: 1px solid var(--prn-green);
}

.prn-btn-fill:hover {
  background: #079474;
  color: #fff;
}

.prn-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.8);
}

.prn-btn-outline:hover {
  border-color: var(--prn-green);
  color: #fff;
}

.prn-hero-mockup {
  height: 500px;
  position: relative;
}

.prn-rollup {
  position: absolute;
  background: #f4f4ef;
  color: #111;
  box-shadow: 0 22px 35px rgba(0,0,0,.35);
  overflow: hidden;
}

.prn-rollup:after {
  content: "";
  position: absolute;
  background: linear-gradient(145deg,#0c604f,#121a18);
  transform: rotate(38deg);
}

.prn-rollup-head {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}

.prn-rollup p {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
}

.prn-rollup-one {
  width: 128px;
  height: 312px;
  left: 20px;
  top: 0;
  padding: 22px 20px;
}

.prn-rollup-one:after {
  width: 160px;
  height: 65px;
  right: -55px;
  bottom: 60px;
}

.prn-rollup-two {
  width: 280px;
  height: 265px;
  right: 74px;
  top: 16px;
  background: #07322f;
  color: #fff;
  padding: 28px;
}

.prn-rollup-two:after {
  width: 185px;
  height: 85px;
  left: -30px;
  bottom: 20px;
  background: linear-gradient(145deg,#00372f,#03906e);
}

.prn-rollup-two .prn-city {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 100%;
  background: linear-gradient(rgba(255,255,255,.05),rgba(0,0,0,.1)),url("../images/signage-displays.png") center/cover;
  opacity: .9;
}

.prn-rollup-two .prn-rollup-head,
.prn-rollup-two p {
  width: 120px;
}

.prn-table-display {
  position: absolute;
  right: 2px;
  top: 252px;
  width: 300px;
  height: 184px;
  perspective: 600px;
}

.prn-table-top {
  height: 58px;
  background: #073b36;
  transform: skewX(-16deg);
  box-shadow: 0 17px 22px rgba(0,0,0,.35);
}

.prn-table-top span {
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 13px;
  font-weight: 900;
}

.prn-table-front {
  height: 126px;
  background: #06443e;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding-top: 38px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 24px 35px rgba(0,0,0,.4);
}

.prn-mock-img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.35));
}

.prn-mock-brochure {
  width: 285px;
  left: 92px;
  bottom: 45px;
}

.prn-mock-card {
  width: 260px;
  left: 298px;
  bottom: 8px;
}

.prn-mock-product {
  width: 225px;
  left: 250px;
  top: 230px;
}

.prn-mock-sticker {
  width: 165px;
  right: 245px;
  bottom: 16px;
}

.prn-shopping-bag {
  position: absolute;
  right: 346px;
  top: 152px;
  width: 72px;
  height: 91px;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  padding-top: 22px;
  box-shadow: 0 16px 26px rgba(0,0,0,.32);
}

.prn-plant {
  position: absolute;
  right: 0;
  top: 85px;
  width: 65px;
  height: 200px;
}

.prn-plant span,
.prn-plant:before,
.prn-plant:after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 27px;
  width: 9px;
  height: 150px;
  background: #14735c;
  border-radius: 50% 50% 0 0;
  transform: rotate(16deg);
  box-shadow: 16px -12px 0 -2px #178563,-13px -22px 0 -2px #138260,8px -45px 0 -3px #14a06f,-19px -60px 0 -3px #10805c;
}

.prn-plant:before {
  transform: rotate(-18deg);
  left: 24px;
  height: 120px;
}

.prn-plant:after {
  bottom: 0;
  left: 11px;
  width: 48px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
  transform: none;
}

/* Sections */

.prn-solutions {
  padding: 28px 0 29px;
  background: #fff;
}

.prn-section-label {
  text-align: center;
  color: var(--prn-green-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 6px;
}

.prn-section-title {
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 25px;
  color: #0d171a;
}

.prn-card-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
}

.prn-service-card {
  border: 1px solid var(--prn-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.035);
}

.prn-service-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  background: #fafafa;
}

.prn-card-body {
  padding: 17px 17px 15px;
}

.prn-card-body h3 {
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 10px;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  color: #152324;
}

.prn-card-body h3 i {
  color: var(--prn-green-2);
  font-size: 17px;
}

.prn-card-body p {
  font-size: 12px;
  color: #273336;
  line-height: 1.48;
  margin: 0 0 13px;
  font-weight: 600;
  min-height: 54px;
}

.prn-card-body a {
  color: var(--prn-green-2);
  font-size: 20px;
  text-decoration: none;
}

.prn-why {
  background: linear-gradient(90deg,#001514,#003f38);
  padding: 20px 0 28px;
  color: #fff;
}

.prn-why .prn-section-label {
  margin-bottom: 13px;
}

.prn-why-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}

.prn-why-item {
  text-align: center;
  padding: 0 24px;
  border-right: 1px dotted rgba(0,168,131,.75);
}

.prn-why-item:last-child {
  border-right: 0;
}

.prn-why-item i {
  font-size: 42px;
  color: var(--prn-green);
  display: block;
  margin-bottom: 10px;
}

.prn-why-item h4 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.prn-why-item p {
  font-size: 12px;
  line-height: 1.45;
  color: #e8f5f3;
  margin: 0;
  font-weight: 600;
}

.prn-process {
  padding: 21px 0 28px;
  background: #fff;
  position: relative;
}

.prn-process .prn-section-title {
  margin-bottom: 24px;
}

.prn-process-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  position: relative;
  z-index: 2;
}

.prn-process-line {
  position: absolute;
  left: 11%;
  right: 11%;
  top: 126px;
  border-top: 2px dotted rgba(8,122,102,.55);
}

.prn-step {
  text-align: center;
  padding: 0 25px;
}

.prn-step-icon {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(8,122,102,.5);
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prn-green-2);
  font-size: 28px;
}

.prn-step strong {
  color: var(--prn-green-2);
  font-size: 12px;
}

.prn-step h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  margin: 2px 0 5px;
}

.prn-step p {
  font-size: 11px;
  color: #2c373a;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

.prn-cta {
  background: linear-gradient(90deg,#001514,#003d37);
  color: #fff;
  padding: 18px 0;
}

.prn-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.prn-rocket {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #002a27;
  border: 1px solid rgba(0,168,131,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
}

.prn-cta h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 4px;
}

.prn-cta p {
  font-size: 14px;
  color: #e8f5f3;
  margin: 0;
}

.prn-cta .prn-btn {
  min-width: 315px;
}

.prn-bottom {
  padding: 13px 0;
  background: #fff;
  border-top: 1px solid var(--prn-border);
}

.prn-bottom-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}

.prn-bottom-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #253335;
  font-size: 11px;
  font-weight: 800;
}

.prn-bottom-grid i {
  font-size: 23px;
  color: var(--prn-green-2);
}

.prn-bottom-grid strong {
  display: block;
}

.prn-bottom-grid span {
  display: block;
  color: #526063;
  font-size: 10px;
}

/* End Printable Page */

/* Product Section */

.prx-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.prx-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 34px;
  padding-right: 34px;
}

.prx-hero {
  color: #fff;
  padding: 16px 0 32px;
  position: relative;
  min-height: 575px;
  z-index: 1;
  overflow: hidden;
  background-image: linear-gradient(
            90deg,
            #00100f 0%,
            #031816 32%,
            rgba(3, 24, 22, 0.90) 45%,
            rgba(3, 24, 22, 0.50) 58%,
            rgba(3, 24, 22, 0.00) 72%
        ),
        url("../images/product-hero.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, center right;
  background-size: 100% 100%, 70% auto;
}

.prx-breadcrumb {
  font-size: 12px;
  color: #d7e3e4;
  margin-bottom: 38px;
}

.prx-breadcrumb span {
  color: #fff;
  font-weight: 700;
}

.prx-hero-label {
  color: var(--prx-green);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
}

.prx-hero-title {
  font-size: 46px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 16px;
  max-width: 600px;
}

.prx-hero-title span {
  display: block;
  color: var(--prx-green);
}

.prx-hero-text {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.65;
  color: #e1eeee;
  margin-bottom: 30px;
}

.prx-hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 590px;
  margin-bottom: 30px;
}

.prx-hero-feature {
  text-align: center;
}

.prx-hero-feature i {
  color: var(--prx-green);
  font-size: 32px;
  display: block;
  margin-bottom: 9px;
}

.prx-hero-feature strong {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

.prx-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.prx-btn-main,
.prx-btn-outline {
  height: 50px;
  padding: 0 22px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.25s ease;
}

.prx-btn-main {
  background: var(--prx-green);
  color: #fff;
  border: 1px solid var(--prx-green);
}

.prx-btn-main:hover {
  background: #008d6c;
  color: #fff;
}

.prx-btn-outline {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.55);
}

.prx-btn-outline:hover {
  border-color: var(--prx-green);
  color: #fff;
}

.prx-section {
  padding: 24px 0;
}

.prx-section-label {
  color: var(--prx-green-2);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.prx-section-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 24px;
  color: #111b1e;
}

.prx-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}

.prx-service-card {
  background: #fff;
  border: 1px solid var(--prx-border);
  border-radius: 6px;
  padding: 27px 16px 24px;
  text-align: center;
  min-height: 245px;
  box-shadow: 0 3px 14px rgba(0,24,22,0.03);
}

.prx-card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #064139 0%, #001c1a 78%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0,167,124,0.25);
}

.prx-card-icon i {
  color: var(--prx-green);
  font-size: 34px;
}

.prx-service-card h3 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 11px;
}

.prx-service-card p {
  font-size: 12px;
  line-height: 1.5;
  color: #404d50;
  margin: 0;
  font-weight: 600;
}

.prx-partner-bar {
  background: linear-gradient(90deg, #001816, #00332f);
  color: #fff;
  padding: 22px 0 25px;
}

.prx-partner-label {
  text-align: center;
  color: var(--prx-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.prx-partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.prx-partner-item {
  display: flex;
  gap: 16px;
  padding: 0 24px;
  border-right: 1px dashed rgba(0,167,124,0.55);
}

.prx-partner-item:last-child {
  border-right: 0;
}

.prx-partner-item i {
  color: var(--prx-green);
  font-size: 44px;
  flex: 0 0 auto;
  line-height: 1;
}

.prx-partner-item h4 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 8px;
}

.prx-partner-item p {
  margin: 0;
  font-size: 11px;
  color: #d6e7e6;
  line-height: 1.45;
  font-weight: 600;
}

.prx-process-section {
  padding: 24px 0 27px;
  background: #fff;
}

.prx-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  gap: 12px;
}

.prx-process-grid:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  border-top: 2px dotted rgba(0,137,105,0.55);
  z-index: 0;
}

.prx-process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.prx-process-icon {
  width: 76px;
  height: 76px;
  background: #fff;
  border: 1px solid rgba(0,137,105,0.45);
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prx-process-icon i {
  color: var(--prx-green-2);
  font-size: 34px;
}

.prx-process-num {
  color: var(--prx-green-2);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}

.prx-process-step h4 {
  color: var(--prx-green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.prx-process-step p {
  font-size: 11px;
  color: #303d40;
  line-height: 1.45;
  font-weight: 600;
  margin: 0;
}

.prx-stories-section {
  padding: 0 0 24px;
  background: #fff;
}

.prx-stories-box {
  border: 1px solid var(--prx-border);
  border-radius: 7px;
  padding: 16px;
  background: #fff;
}

.prx-stories-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.prx-stories-label {
  color: var(--prx-green-2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 3px;
}

.prx-stories-head h2 {
  font-size: 27px;
  font-weight: 900;
  margin: 0;
}

.prx-small-btn {
  border: 1px solid var(--prx-green-2);
  color: var(--prx-green-2);
  text-decoration: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.prx-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.prx-case-card {
  display: grid;
  grid-template-columns: 145px 1fr;
  border: 1px solid var(--prx-border);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.prx-case-img {
  min-height: 160px;
  background-size: cover;
  background-position: center;
}

.prx-case-img.one {
  background-image: url("../images/case-medical.jpg");
}

.prx-case-img.two {
  background-image: url("../images/case-industrial.jpg");
}

.prx-case-img.three {
  background-image: url("../images/case-consumer.jpg");
}

.prx-case-content {
  padding: 14px 13px;
}

.prx-case-cat {
  color: var(--prx-green-2);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.prx-case-content h3 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 8px;
}

.prx-case-content p {
  font-size: 11px;
  line-height: 1.45;
  color: #3e4a4d;
  font-weight: 600;
  margin: 0 0 11px;
}

.prx-case-link {
  color: var(--prx-green-2);
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.prx-cta {
  background: linear-gradient(90deg, #001716, #00312d);
  color: #fff;
  padding: 20px 0;
}

.prx-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
}

.prx-cta-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(0,167,124,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prx-green);
  font-size: 44px;
}

.prx-cta h2 {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 5px;
}

.prx-cta p {
  font-size: 14px;
  color: #d5e6e5;
  margin: 0;
}

.prx-call {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.prx-call i {
  font-size: 36px;
  color: var(--prx-green);
}

.prx-call small {
  display: block;
  font-size: 12px;
  color: #d5e6e5;
}

.prx-call strong {
  display: block;
  font-size: 18px;
  color: #fff;
}

.prx-bottom-strip {
  background: #fff;
  border-top: 1px solid var(--prx-border);
  padding: 14px 0;
}

.prx-bottom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.prx-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  color: #263638;
  text-align: left;
  line-height: 1.2;
}

.prx-bottom-item i {
  color: var(--prx-green-2);
  font-size: 23px;
}

/* End Product Section */

/* Trade Show Staffing Page */

.tsr-page-shell {
  overflow: hidden;
  background: #ffffff;
}

.tsr-container-narrow {
  max-width: 1440px;
}

.tsr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s ease;
  white-space: nowrap;
}

.tsr-btn-primary {
  color: #ffffff;
  background: var(--tsr-green-dark);
  border-color: var(--tsr-green-dark);
}

.tsr-btn-primary:hover {
  color: #ffffff;
  background: #056f5e;
  border-color: #056f5e;
  transform: translateY(-1px);
}

.tsr-btn-secondary {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}

.tsr-btn-secondary:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.tsr-section-heading {
  margin-bottom: 23px;
}

.tsr-section-heading p,
.tsr-proof-label {
  margin: 0 0 3px;
  color: var(--tsr-green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tsr-section-heading h2 {
  margin: 0;
  color: var(--tsr-ink);
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1.1;
}

/* HERO */

.tsr-hero-section {
  background: var(--tsr-deep);
}

.tsr-hero-row {
  min-height: 584px;
}

.tsr-hero-copy-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at top left, rgba(5, 184, 146, 0.16), transparent 34%),
    linear-gradient(115deg, rgba(0, 38, 40, 0.98), rgba(0, 29, 31, 0.94));
}

.tsr-hero-copy-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.45;
}

.tsr-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 100%);
  margin-left: auto;
  padding: 48px 56px 46px 40px;
  color: #ffffff;
}

.tsr-breadcrumb {
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
}

.tsr-breadcrumb span {
  color: var(--tsr-green);
  padding: 0 7px;
}

.tsr-eyebrow {
  margin: 0 0 8px;
  color: var(--tsr-green);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsr-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 4.35vw, 64px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.tsr-hero-title span {
  color: var(--tsr-green);
}

.tsr-hero-text {
  max-width: 510px;
  margin: 27px 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.tsr-hero-feature-row {
  max-width: 545px;
  margin-bottom: 30px;
}

.tsr-hero-feature {
  min-height: 82px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.tsr-hero-feature i {
  display: block;
  margin-bottom: 8px;
  color: var(--tsr-green);
  font-size: 26px;
  line-height: 1;
}

.tsr-hero-feature span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.tsr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.tsr-hero-image-wrap {
  position: relative;
  min-height: 584px;
  overflow: hidden;
  background: #021a1c;
}

.tsr-hero-image {
  width: 100%;
  height: 100%;
  min-height: 584px;
  object-fit: cover;
  object-position: center;
}

.tsr-hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 31, 33, 0.58), rgba(0, 31, 33, 0.08) 34%, rgba(0, 31, 33, 0.28));
  pointer-events: none;
}

.tsr-hero-poster {
  position: absolute;
  top: 43px;
  left: 43%;
  display: grid;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tsr-side-card {
  position: absolute;
  right: 34px;
  top: 126px;
  width: 112px;
  padding: 18px 12px;
  background: rgba(255,255,255,0.93);
  border-radius: 1px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.2);
}

.tsr-side-card div {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-bottom: 1px solid #e5ecea;
  color: var(--tsr-ink);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.tsr-side-card div:last-child {
  border-bottom: 0;
}

.tsr-side-card i {
  color: var(--tsr-green-dark);
  font-size: 16px;
}

/* SOLUTIONS */

.tsr-solutions-section {
  padding: 30px 0 28px;
  background: #ffffff;
}

.tsr-solution-grid {
  align-items: stretch;
}

.tsr-solution-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tsr-line);
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 35, 35, 0.03);
}

.tsr-card-image-box {
  height: 145px;
  overflow: hidden;
  background: #e9f2ef;
}

.tsr-card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsr-card-icon {
  position: absolute;
  top: 122px;
  left: 15px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--tsr-green-dark);
  background: #ffffff;
  border: 1px solid var(--tsr-green);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.08);
}

.tsr-card-icon i {
  font-size: 18px;
}

.tsr-card-body {
  padding: 32px 17px 19px;
}

.tsr-card-body h3 {
  margin: 0 0 9px;
  color: var(--tsr-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.tsr-card-body p {
  margin: 0;
  color: var(--tsr-ink-soft);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

/* WHY */

.tsr-why-section {
  padding: 29px 41px 30px;
  color: #ffffff;
  background: radial-gradient(circle at 15% 0%, rgba(5, 184, 146, 0.16), transparent 26%),
    linear-gradient(90deg, #002829, #001f21 54%, #002829);
}

.tsr-dark-heading {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsr-why-item {
  height: 100%;
  min-height: 180px;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid rgba(5, 184, 146, 0.35);
}

.tsr-why-item-last {
  border-right: 0;
}

.tsr-why-item i {
  display: block;
  margin-bottom: 16px;
  color: var(--tsr-green);
  font-size: 38px;
  line-height: 1;
}

.tsr-why-item h3 {
  min-height: 42px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.23;
  text-transform: uppercase;
}

.tsr-why-item p {
  max-width: 154px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

/* PROCESS */

.tsr-process-section {
  position: relative;
  padding: 31px 0 20px;
  background: #ffffff;
}

.tsr-process-grid {
  position: relative;
  z-index: 1;
}

.tsr-process-line {
  position: relative;
  top: 37px;
  width: 79%;
  margin: 0 auto;
  opacity: 0.85;
}

.tsr-process-step {
  position: relative;
  text-align: center;
}

.tsr-process-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  place-items: center;
  color: var(--tsr-green-dark);
  background: #ffffff;
  border: 1.5px solid var(--tsr-green);
  border-radius: 50%;
}

.tsr-process-icon i {
  font-size: 24px;
}

.tsr-process-step span {
  display: block;
  margin-bottom: 3px;
  color: var(--tsr-green-dark);
  font-size: 11px;
  font-weight: 800;
}

.tsr-process-step h3 {
  margin: 0 0 5px;
  color: var(--tsr-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tsr-process-step p {
  max-width: 165px;
  margin: 0 auto;
  color: var(--tsr-ink-soft);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.tsr-proof-panel {
  margin-top: 30px;
  padding: 21px 30px;
  background: linear-gradient(90deg, #edfafa, #f8fefd);
  border-radius: 4px;
  border: 1px solid #e2f2ef;
}

.tsr-testimonial-box {
  position: relative;
  padding-left: 26px;
}

.tsr-testimonial-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  color: var(--tsr-green-dark);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.tsr-testimonial-box blockquote {
  margin: 0 0 4px;
  color: var(--tsr-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.tsr-testimonial-box span {
  color: var(--tsr-ink-soft);
  font-size: 10px;
  font-weight: 600;
}

.tsr-impact-row {
  align-items: stretch;
}

.tsr-impact-item {
  height: 100%;
  text-align: center;
}

.tsr-impact-item i {
  display: block;
  margin-bottom: 5px;
  color: var(--tsr-green-dark);
  font-size: 24px;
}

.tsr-impact-item strong {
  display: block;
  color: var(--tsr-green-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.tsr-impact-item span {
  display: block;
  max-width: 105px;
  margin: 4px auto 0;
  color: var(--tsr-ink-soft);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

/* CTA */

.tsr-cta-section {
  padding: 0 0 14px;
  background: #ffffff;
}

.tsr-cta-card {
  display: grid;
  grid-template-columns: 265px 1fr auto;
  align-items: center;
  min-height: 96px;
  overflow: hidden;
  color: #ffffff;
  background: var(--tsr-deep);
  border-radius: 5px;
}

.tsr-cta-media {
  height: 96px;
  overflow: hidden;
}

.tsr-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsr-cta-content {
  padding: 15px 30px;
}

.tsr-cta-content h2 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.07;
}

.tsr-cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
}

.tsr-cta-action {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 15px 31px 15px 10px;
}

.tsr-cta-action .tsr-btn {
  min-height: 36px;
  padding: 0 22px;
  font-size: 10px;
}

.tsr-cta-action span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 600;
}

/* TRUST */

.tsr-trust-section {
  padding: 4px 0 18px;
  background: #ffffff;
}

.tsr-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--tsr-ink-soft);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.18;
}

.tsr-trust-item i {
  color: var(--tsr-green-dark);
  font-size: 18px;
  flex: 0 0 auto;
}

/* End Section */

/*strat here statgy */
.tss-page-shell,
.tss-hero-section,
.tss-service-section,
.tss-data-section,
.tss-process-section,
.tss-story-section,
.tss-cta-section,
.tss-bottom-strip {
  width: 100%;
}

.tss-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.tss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: .2s ease;
}
.tss-btn:hover { transform: translateY(-1px); }
.tss-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--tss-green), var(--tss-green-dark));
  box-shadow: 0 10px 24px rgba(19, 194, 149, .18);
}
.tss-btn-primary:hover { color: #fff; filter: brightness(1.04); }
.tss-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.86);
  background: rgba(255,255,255,.04);
}
.tss-btn-outline:hover { color: #fff; border-color: var(--tss-green); background: rgba(29,209,163,.1); }

.tss-navbar { position: relative; z-index: 5; padding: 10px 0 6px; }
.tss-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.tss-brand:hover { color: #fff; }
.tss-brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(29, 209, 163, .8);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tss-green);
}
.tss-brand-text { letter-spacing: .03em; }
.tss-toggler { border: 1px solid rgba(255,255,255,.4); padding: .35rem .5rem; }
.tss-toggler:focus { box-shadow: none; }
.tss-toggler .navbar-toggler-icon { filter: invert(1); }
.tss-nav-list { gap: 18px; }
.tss-nav-list .nav-link {
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0 !important;
}
.tss-nav-list .nav-link.active,
.tss-nav-list .nav-link:hover { color: var(--tss-green); }

.tss-hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #021416 0%, #04181b 42%, #07191d 100%);
}
.tss-hero-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  background: url('../images/strategy-show-floor.jpg') center/cover no-repeat;
  opacity: .34;
}
.tss-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,20,22,.98) 0%, rgba(2,20,22,.95) 32%, rgba(2,20,22,.76) 48%, rgba(2,20,22,.30) 70%, rgba(2,20,22,.1) 100%),
    radial-gradient(circle at 22% 40%, rgba(25,210,165,.15), transparent 35%);
}
.tss-hero-row { position: relative; z-index: 2; min-height: 520px; padding: 8px 0 24px; }
.tss-kicker,
.tss-section-head p,
.tss-story-head p,
.tss-data-kicker {
  margin: 0 0 8px;
  color: var(--tss-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tss-hero-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 3vw, 49px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.03em;
}
.tss-hero-title span { color: var(--tss-green); }
.tss-hero-text { max-width: 470px; margin: 0 0 22px; color: #ebf4f3; font-size: 14px; }
.tss-hero-features { max-width: 450px; margin-bottom: 22px; }
.tss-feature-mini { text-align: left; color: #fff; font-size: 10px; line-height: 1.3; }
.tss-feature-mini i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(29,209,163,.5);
  border-radius: 50%;
  color: var(--tss-green);
  margin-bottom: 8px;
}
.tss-feature-mini span { display: block; max-width: 120px; }
.tss-hero-showcase img,
.tss-story-card img,
.tss-cta-illustration img {
  image-rendering: auto;
  backface-visibility: hidden;
}

.tss-hero-showcase {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.02);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.tss-hero-showcase img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.tss-section-head { margin-bottom: 18px; }
.tss-section-head h2,
.tss-story-head h2,
.tss-data-copy h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  color: #0a1b1f;
}
.tss-section-head-sm { margin-bottom: 10px; }

.tss-service-section { padding: 26px 0 22px; background: #fff; }
.tss-service-card {
  height: 100%;
  min-height: 175px;
  padding: 22px 16px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--tss-line);
  border-radius: 4px;
}
.tss-service-card i { display: block; margin-bottom: 12px; color: #77b3a0; font-size: 34px; }
.tss-service-card h3 { margin: 0 0 10px; font-size: 13px; line-height: 1.25; font-weight: 800; }
.tss-service-card p { margin: 0; color: var(--tss-muted); font-size: 10.8px; line-height: 1.55; }

.tss-data-section { padding: 0 0 24px; background: #fff; }
.tss-data-section .row { margin: 0; background: linear-gradient(90deg, #031517, #062025 55%, #081f22); color: #fff; }
.tss-data-section .row > [class*='col-'] { padding: 0; }
.tss-data-copy,
.tss-stat-card,
.tss-resource-card { height: 100%; }
.tss-data-copy { padding: 24px 18px 24px 20px; }
.tss-data-copy h2 { color: #fff; font-size: clamp(25px, 2.6vw, 35px); margin-bottom: 10px; }
.tss-data-copy > p:last-child { margin: 0; color: #dce6e5; font-size: 12px; }
.tss-stat-card { padding: 20px 16px; text-align: center; border-left: 1px solid rgba(255,255,255,.08); }
.tss-stat-card i { display: block; color: var(--tss-green); font-size: 28px; margin-bottom: 8px; }
.tss-stat-card strong { display: block; color: #fff; font-size: 30px; line-height: 1; font-weight: 900; margin-bottom: 6px; }
.tss-stat-card span { display: block; color: #e5f1f0; font-size: 11px; line-height: 1.35; font-weight: 600; }
.tss-resource-card { margin: 16px; padding: 16px 16px 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.02); }
.tss-resource-kicker { margin: 0 0 8px; color: var(--tss-green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tss-resource-card h3 { margin: 0 0 8px; color: #fff; font-size: 18px; line-height: 1.25; font-weight: 800; }
.tss-resource-card p { color: #e2ebea; font-size: 11px; margin: 0 0 10px; }
.tss-resource-card a { color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tss-resource-card a i { margin-left: 5px; color: var(--tss-green); }

.tss-process-section { padding: 10px 0 24px; background: #fff; }
.tss-process-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
  margin-top: 20px;
}
.tss-process-track::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 6%;
  right: 6%;
  border-top: 1px dashed #80c9b6;
}
.tss-process-step { position: relative; z-index: 1; text-align: center; }
.tss-process-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border: 1px solid #8bc7b8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.tss-process-icon i { color: #71b09e; font-size: 30px; }
.tss-process-step strong { display: block; color: #70ad9c; font-size: 10px; font-weight: 800; margin-bottom: 4px; }
.tss-process-step p { margin: 0 auto; max-width: 140px; color: var(--tss-muted); font-size: 10.5px; line-height: 1.45; }

.tss-story-section { padding: 4px 0 24px; background: #fff; }
.tss-story-head { margin-bottom: 12px; }
.tss-story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #b8d4cd;
  color: #083236;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.tss-story-link:hover { color: #083236; background: #f3f9f8; }
.tss-story-card { height: 100%; border: 1px solid var(--tss-line); background: #fff; }
.tss-story-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center;
}
.tss-story-body { padding: 12px; }
.tss-story-body span { display: block; color: var(--tss-green-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
.tss-story-body h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.2; font-weight: 800; }
.tss-story-body p { margin: 0 0 10px; color: var(--tss-muted); font-size: 10.5px; line-height: 1.5; }
.tss-story-body a { color: #0b8572; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tss-story-body a i { margin-left: 4px; }
.tss-story-card-text { background: linear-gradient(180deg, #fbfdfd, #f3faf8); }
.tss-story-body-plain { display: flex; flex-direction: column; justify-content: center; min-height: 100%; }

.tss-cta-section { padding: 0 0 18px; background: #fff; }
.tss-cta-box {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  background: linear-gradient(90deg, #07282d 0%, #042025 65%, #051c20 100%);
  color: #fff;
}
.tss-cta-illustration img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  object-position: center;
}
.tss-cta-content { padding: 16px 0; }
.tss-cta-content h2 { margin: 0 0 6px; font-size: 24px; font-weight: 800; line-height: 1.18; }
.tss-cta-content p { margin: 0; color: #d8e7e5; font-size: 13px; }
.tss-cta-actions-wrap { padding: 16px 24px 16px 0; text-align: center; }
.tss-phone { margin-top: 8px; color: #fff; font-size: 11px; }
.tss-phone strong { font-size: 15px; }

.tss-bottom-strip { padding: 12px 0 18px; background: #fff; border-top: 1px solid var(--tss-line); }
.tss-bottom-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #233337; font-size: 10px; font-weight: 700; }
.tss-bottom-item i { color: #65aa98; font-size: 22px; }


/*End here*/
/*start here usa page*/
.ume-page,.ume-hero-section,.ume-services-section,.ume-partner-section,.ume-process-section,.ume-industries-section,.ume-stories-section,.ume-cta-section,.ume-bottom-strip {
    width: 100%
}

.ume-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.ume-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: .2s ease;
    white-space: nowrap
}

.ume-btn-primary {
    color: #fff;
    background: linear-gradient(135deg,var(--ume-green),var(--ume-green-2));
    box-shadow: 0 10px 22px rgba(13,157,128,.18)
}

.ume-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.75);
    background: rgba(255,255,255,.04)
}

.ume-btn:hover {
    transform: translateY(-1px);
    color: #fff
}

.ume-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    color: #fff;
    background: linear-gradient(90deg,#001114 0%,#00181c 38%,#032025 100%);
}

.ume-hero-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 66%;
    background: url('../images/hero-usa-market.png') right center/cover no-repeat;
    opacity: .98
}

.ume-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,16,19,.98) 0%,rgba(0,16,19,.95) 30%,rgba(0,16,19,.72) 46%,rgba(0,16,19,.22) 64%,rgba(0,16,19,.06) 100%),radial-gradient(circle at 14% 36%,rgba(32,202,166,.22),transparent 35%)
}

.ume-breadcrumb {
    position: relative;
    z-index: 3;
    padding-top: 18px;
    margin-bottom: 8px;
    color: #d7e7e5;
    font-size: 10px;
    font-weight: 600
}

.ume-breadcrumb span {
    color: #fff;
    padding: 0 8px;
    opacity: .7
}

.ume-hero-row {
    position: relative;
    z-index: 2;
    min-height: 350px;
    padding: 14px 0 118px;
}

.ume-kicker,.ume-section-heading p,.ume-stories-heading p {
    margin: 0 0 10px;
    color: var(--ume-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.ume-hero-content {
    max-width: 495px;
    padding-top: 12px
}

.ume-hero-content h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(38px,4.4vw,47px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.04em
}

.ume-hero-content h1 span {
    color: var(--ume-green)
}

.ume-hero-text {
    max-width: 500px;
    margin: 0 0 22px;
    color: #ecf5f4;
    font-size: 15px;
    line-height: 1.55
}

.ume-hero-points {
    max-width: 560px;
    margin-bottom: 24px
}

.ume-hero-point {
    text-align: left;
    color: #fff
}

.ume-hero-point i {
    display: block;
    margin-bottom: 8px;
    color: var(--ume-green);
    font-size: 27px
}

.ume-hero-point span {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap
}

.ume-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ume-hero-visual-spacer {
    min-height: 230px
}

.ume-hero-stats-wrap {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 4;
    width: min(850px,calc(100% - 56px));
}

.ume-hero-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: rgba(1,20,24,.92);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
    padding: 0;
    overflow: hidden;
}

.ume-hero-stats div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
    align-items: center;
    min-height: 86px;
    padding: 16px 18px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.ume-hero-stats div:last-child {
    border-right: 0
}

.ume-hero-stats i {
    grid-row: 1/3;
    color: #fff;
    font-size: 18px;
    opacity: .95
}

.ume-hero-stats strong {
    font-size: 19px;
    line-height: 1;
    font-weight: 900;
    color: #fff
}

.ume-hero-stats span {
    font-size: 9px;
    color: #e5eeee;
    line-height: 1.25;
    font-weight: 700
}

.ume-services-section {
    padding: 24px 0 25px;
    background: #fff
}

.ume-section-heading {
    margin-bottom: 18px
}

.ume-section-heading h2,.ume-stories-heading h2 {
    margin: 0;
    color: #10272a;
    font-size: clamp(22px,2.4vw,32px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.02em
}

.ume-service-card {
    height: 100%;
    min-height: 210px;
    padding: 22px 13px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--ume-line);
    border-radius: 5px;
    box-shadow: 0 7px 18px rgba(3,33,37,.035)
}

.ume-service-card i {
    display: block;
    margin-bottom: 13px;
    color: #149d83;
    font-size: 31px
}

.ume-service-card h3 {
    margin: 0 0 10px;
    color: #12272b;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900
}

.ume-service-card p {
    margin: 0;
    color: #1f3337;
    font-size: 10.3px;
    line-height: 1.55;
    font-weight: 500
}

.ume-partner-section {
    padding: 20px 0 23px;
    color: #fff;
    background: linear-gradient(90deg,rgba(0,27,30,.96),rgba(0,45,47,.98)),url('../images/dark-network-bg.jpg') center/cover no-repeat
}

.ume-dark-title {
    margin-bottom: 15px;
    color: var(--ume-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase
}

.ume-partner-grid {
    border-left: 1px solid rgba(32,202,166,.24)
}

.ume-partner-item {
    height: 100%;
    padding: 8px 18px;
    text-align: center;
    border-right: 1px solid rgba(32,202,166,.24)
}

.ume-partner-item i {
    display: block;
    margin-bottom: 10px;
    color: var(--ume-green);
    font-size: 30px
}

.ume-partner-item h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900
}

.ume-partner-item p {
    margin: 0 auto;
    max-width: 155px;
    color: #dceceb;
    font-size: 9.5px;
    line-height: 1.45
}

.ume-process-section {
    padding: 25px 0 16px;
    background: #fff
}

.ume-process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
    margin-top: 20px
}

.ume-process-line:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 7%;
    right: 7%;
    border-top: 1px dashed #76bfad
}

.ume-process-step {
    position: relative;
    z-index: 1;
    text-align: center
}

.ume-step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #8ccbbb;
    border-radius: 50%;
    background: #fff
}

.ume-step-icon i {
    color: #73b4a2;
    font-size: 30px
}

.ume-process-step strong {
    display: block;
    color: #12a084;
    font-size: 10px;
    line-height: 1;
    font-weight: 900
}

.ume-process-step h3 {
    margin: 4px 0 5px;
    color: #10282b;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900
}

.ume-process-step p {
    max-width: 130px;
    margin: 0 auto;
    color: #344b4f;
    font-size: 9.5px;
    line-height: 1.45
}

.ume-industries-section {
    padding: 0 0 18px;
    background: #fff
}

.ume-industries-title {
    color: var(--ume-green-2);
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.ume-industries-grid {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 8px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.ume-industries-grid div {
    text-align: center;
    color: #1e3438;
    font-size: 9px;
    font-weight: 800
}

.ume-industries-grid i {
    display: block;
    margin-bottom: 5px;
    color: #789895;
    font-size: 35px;
}

.ume-industries-grid span {
    display: block;
    line-height: 1.15
}

.ume-stories-section {
    padding: 8px 0 16px;
    background: #fff
}

.ume-stories-heading {
    margin-bottom: 12px
}

.ume-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid #b9d6cf;
    color: #083236;
    font-size: 9.5px;
    font-weight: 900;
    text-transform: uppercase
}

.ume-outline-link:hover {
    background: #f4faf8;
    color: #083236
}

.ume-story-card {
    height: 100%;
    display: grid;
    grid-template-columns: 42% 58%;
    border: 1px solid var(--ume-line);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(5,34,38,.04)
}

.ume-story-card img {
    width: 100%;
    height: 140px;
    object-fit: cover
}

.ume-story-card div {
    padding: 11px 12px
}

.ume-story-card span {
    display: block;
    margin-bottom: 5px;
    color: var(--ume-green-2);
    font-size: 7.8px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase
}

.ume-story-card h3 {
    margin: 0 0 7px;
    color: #10282b;
    font-size: 13px;
    line-height: 1.18;
    font-weight: 900
}

.ume-story-card p {
    margin: 0 0 8px;
    color: #52676a;
    font-size: 9.2px;
    line-height: 1.42
}

.ume-story-card a {
    color: #0f987e;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase
}

.ume-story-card a i {
    margin-left: 4px
}

.ume-cta-section {
    padding: 0;
    background: #fff
}

.ume-cta-box {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 28px;
    color: #fff;
    background: linear-gradient(90deg,rgba(0,24,29,.95),rgba(0,45,48,.98)),url('../images/cta-market.jpg') center/cover no-repeat;
    margin-bottom: 20px;
    border-radius: 15px;
}

.ume-cta-copy h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900
}

.ume-cta-copy p {
    margin: 0;
    color: #d9e9e7;
    font-size: 13px
}

.ume-cta-actions {
    display: flex;
    align-items: center;
    gap: 24px
}

.ume-call {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 10px;
    line-height: 1.15
}

.ume-call i {
    color: var(--ume-green);
    font-size: 24px
}

.ume-call strong {
    font-size: 14px
}

.ume-bottom-strip {
    padding: 12px 0;
    background: #092326;
    color: #fff
}

.ume-bottom-strip .row > [class*="col"] > div,
.ume-bottom-strip .row > .col > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #dcebea;
    font-size: 9.3px;
    font-weight: 700;
    line-height: 1.2;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
}

.ume-bottom-strip .row > [class*="col"] > div span,
.ume-bottom-strip .row > .col > div span {
    display: inline-block;
}

.ume-bottom-strip i {
    color: var(--ume-green);
    font-size: 19px
}

/*End here usa page here*/
/*start here wear houses css*/
.whr-page-wrap,
.whr-hero-section,
.whr-services-section,
.whr-partner-section,
.whr-process-section,
.whr-stories-section,
.whr-cta-section,
.whr-bottom-strip {
  width: 100%;
}

.whr-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.whr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  transition: .2s ease;
  white-space: nowrap;
}

.whr-btn:hover { transform: translateY(-1px); color: #fff; }
.whr-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--whr-green), var(--whr-green-2));
  box-shadow: 0 10px 22px rgba(16, 150, 123, .18);
}
.whr-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.04);
}

.whr-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  color: #fff;
  background: linear-gradient(90deg, #021214 0%, #03181b 38%, #042126 100%);
}

.whr-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 66%;
  background: url('../images/hero-warehouse.png') right center / cover no-repeat;
  opacity: .98;
}

.whr-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,18,20,.98) 0%, rgba(2,18,20,.95) 30%, rgba(2,18,20,.72) 47%, rgba(2,18,20,.18) 64%, rgba(2,18,20,.05) 100%),
    radial-gradient(circle at 15% 35%, rgba(30, 200, 162, .22), transparent 35%);
}

.whr-breadcrumb {
  position: relative;
  z-index: 3;
  padding-top: 14px;
  margin-bottom: 8px;
  color: #d9e6e5;
  font-size: 10px;
  font-weight: 600;
}
.whr-breadcrumb span { color: #fff; opacity: .7; padding: 0 8px; }

.whr-hero-row {
  position: relative;
  z-index: 2;
  min-height: 320px;
  padding: 14px 0 104px;
}

.whr-kicker,
.whr-section-head p,
.whr-dark-head p {
  margin: 0 0 10px;
  color: var(--whr-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.whr-hero-copy { max-width: 500px; }
.whr-hero-copy h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.04em;
}
.whr-hero-copy h1 span { color: var(--whr-green); }
.whr-hero-text {
  max-width: 480px;
  margin: 0 0 22px;
  color: #ebf4f3;
  font-size: 14px;
  line-height: 1.55;
}

.whr-hero-features { max-width: 560px; margin-bottom: 20px; }
.whr-feature-item { color: #fff; text-align: left; }
.whr-feature-item i {
  display: block;
  margin-bottom: 8px;
  color: var(--whr-green);
  font-size: 24px;
}
.whr-feature-item span {
  display: block;
  font-size: 9.5px;
  line-height: 1.3;
  font-weight: 700;
}

.whr-hero-actions { display: flex; gap: 12px; }
.whr-hero-spacer { min-height: 220px; }

.whr-hero-stats-wrap {
    position: absolute;
    right: 28px;
    bottom: 18px;
    z-index: 3;
    width: min(700px, calc(100% - 56px));
}

.whr-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(3, 20, 25, .92);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.whr-hero-stats div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  min-height: 86px;
  padding: 16px 15px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.whr-hero-stats div:last-child { border-right: 0; }
.whr-hero-stats i {
  grid-row: 1 / 3;
  color: #fff;
  font-size: 18px;
  opacity: .95;
}
.whr-hero-stats strong {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.whr-hero-stats span {
  color: #e4eeee;
  font-size: 9px;
  line-height: 1.25;
  font-weight: 700;
}

.whr-services-section { padding: 26px 0 24px; background: #fff; }
.whr-section-head { margin-bottom: 18px; }
.whr-section-head-left { margin-bottom: 0; }
.whr-section-head h2 {
  margin: 0;
  color: #12282b;
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}

.whr-service-card {
  height: 100%;
  min-height: 206px;
  padding: 22px 14px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--whr-line);
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(3,33,37,.035);
}
.whr-service-card i {
  display: block;
  margin-bottom: 12px;
  color: #169c83;
  font-size: 30px;
}
.whr-service-card h3 {
  margin: 0 0 10px;
  color: #12272b;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}
.whr-service-card p {
  margin: 0;
  color: #1f3337;
  font-size: 10.1px;
  line-height: 1.55;
  font-weight: 500;
}

.whr-partner-section {
  padding: 20px 0 22px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,27,30,.96), rgba(0,45,47,.98));
}
.whr-dark-head { margin-bottom: 14px; }
.whr-partner-grid { border-left: 1px solid rgba(30,200,162,.22); }
.whr-partner-card {
  height: 100%;
  padding: 10px 18px;
  text-align: center;
  border-right: 1px solid rgba(30,200,162,.22);
}
.whr-partner-card i {
  display: block;
  margin-bottom: 10px;
  color: var(--whr-green);
  font-size: 28px;
}
.whr-partner-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}
.whr-partner-card p {
  margin: 0 auto;
  max-width: 155px;
  color: #dceceb;
  font-size: 9.3px;
  line-height: 1.45;
}

.whr-process-section { padding: 24px 0 16px; background: #fff; }
.whr-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-top: 18px;
}
.whr-process-line::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 7%;
  right: 7%;
  border-top: 1px dashed #78c0af;
}
.whr-process-step { position: relative; z-index: 1; text-align: center; }
.whr-step-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #8ecbbb;
  border-radius: 50%;
  background: #fff;
}
.whr-step-icon i { color: #74b4a2; font-size: 28px; }
.whr-process-step strong {
  display: block;
  color: #12a084;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}
.whr-process-step h3 {
  margin: 4px 0 5px;
  color: #10282b;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.whr-process-step p {
  max-width: 130px;
  margin: 0 auto;
  color: #344b4f;
  font-size: 9.5px;
  line-height: 1.45;
}

.whr-metric-row {margin-top: 24px;background: #74b4a240;padding: 20px;border-radius: 10px;}
.whr-metric-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border-right: 2px solid #ffffff94;
  padding-right: 15px;
}
.whr-metric-item i {
  color: #72b4a3;
  font-size: 59px;
  flex: 0 0 auto;
}
.whr-metric-item strong {
  display: block;
  color: #129d82;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 3px;
}
.whr-metric-item span {
  display: block;
  color: #51666a;
  font-size: 9.4px;
  line-height: 1.25;
  font-weight: 700;
}
.whr-metric-row > .col:last-child .whr-metric-item {
  border-right: 0;
}


.whr-stories-section { padding: 10px 0 18px; background: #fff; }
.whr-stories-head { margin-bottom: 12px; }
.whr-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid #b9d6cf;
  color: #083236;
  font-size: 9.5px;
  font-weight: 900;
  text-transform: uppercase;
}
.whr-outline-btn:hover { background: #f4faf8; color: #083236; }

.whr-story-card {
  height: 100%;
  display: grid;
  grid-template-columns: 42% 58%;
  border: 1px solid var(--whr-line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 18px rgba(5,34,38,.04);
}
.whr-story-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.whr-story-body { padding: 11px 12px; }
.whr-story-body span {
  display: block;
  margin-bottom: 5px;
  color: var(--whr-green-2);
  font-size: 7.8px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}
.whr-story-body h3 {
  margin: 0 0 7px;
  color: #10282b;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 900;
}
.whr-story-body p {
  margin: 0 0 8px;
  color: #52676a;
  font-size: 9.2px;
  line-height: 1.42;
}
.whr-story-body a {
  color: #0f987e;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.whr-story-body a i { margin-left: 4px; }

.whr-cta-section { padding: 0; background: #fff; }
.whr-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 96px;
  padding: 18px 26px;
  border-radius: 6px;
  margin-bottom: 12px;
  color: #fff;
  background: linear-gradient(90deg, rgba(2,23,28,.96), rgba(2,45,49,.98));
}
.whr-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  max-width: 650px;
}
.whr-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.whr-call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.15;
}
.whr-call-box i { color: var(--whr-green); font-size: 22px; }
.whr-call-box strong { font-size: 14px; }

.whr-bottom-strip {
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid var(--whr-line);
}
.whr-strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #53676a;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.whr-strip-item i {
  color: #7eb7aa;
  font-size: 18px;
  flex: 0 0 auto;
}
.whr-strip-item span { display: inline-block; }

/*End here wearhouses*/
/*start here booth design*/
.bdfab-page-shell {
  overflow-x: hidden;
  background: #ffffff;
}

.bdfab-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-left: 58px;
  padding-right: 58px;
}

/* Hero */
.bdfab-hero-section {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  color: #ffffff;
  background: var(--bdfab-dark);
}

.bdfab-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 21, 23, 0.98) 0%, rgba(3, 21, 23, 0.88) 34%, rgba(3, 21, 23, 0.22) 60%, rgba(3, 21, 23, 0.08) 100%),
    url("../images/booth-hero.png") center right / contain no-repeat;
}

.bdfab-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 185, 148, 0.16), transparent 32%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
}

.bdfab-hero-row {
  position: relative;
  z-index: 2;
  min-height: 650px;
  padding-top: 30px;
  padding-bottom: 42px;
}

.bdfab-hero-copy {
  max-width: 610px;
}

.bdfab-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
}

.bdfab-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.bdfab-breadcrumb a:hover {
  color: var(--bdfab-mint-soft);
}

.bdfab-hero-title {
  margin: 0 0 18px;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 900;
}

.bdfab-hero-title span {
  color: var(--bdfab-mint);
}

.bdfab-hero-lead {
  max-width: 475px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.bdfab-hero-text {
  max-width: 555px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.bdfab-hero-features {
  max-width: 610px;
  margin-bottom: 38px;
}

.bdfab-hero-feature {
  min-height: 92px;
}

.bdfab-mini-icon {
  width: 44px;
  height: 44px;
  border: 2px solid var(--bdfab-mint);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--bdfab-mint-soft);
}

.bdfab-mini-icon svg,
.bdfab-process-icon svg,
.bdfab-cta-icon svg,
.bdfab-stat-item svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bdfab-hero-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.bdfab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.bdfab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 13px 25px;
  border-radius: 3px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.bdfab-btn-primary {
  background: var(--bdfab-mint);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 185, 148, 0.22);
}

.bdfab-btn-primary:hover {
  background: #07d3ad;
  color: #ffffff;
  transform: translateY(-2px);
}

.bdfab-btn-outline {
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.bdfab-btn-outline:hover {
  border-color: var(--bdfab-mint-soft);
  color: var(--bdfab-mint-soft);
}

.bdfab-btn-light-outline {
  min-height: 38px;
  padding: 12px 19px;
  border-color: var(--bdfab-mint);
  color: var(--bdfab-dark-2);
  background: #ffffff;
}

.bdfab-btn-light-outline:hover {
  background: var(--bdfab-mint);
  color: #ffffff;
}

/* Section heading */
.bdfab-section-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--bdfab-mint);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bdfab-section-heading h2 {
  margin: 0;
  color: var(--bdfab-text);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.12;
  font-weight: 900;
}

/* Booth Types */
.bdfab-booth-types-section {
  padding: 42px 0 45px;
  background: #ffffff;
}

.bdfab-card-row {
  margin-top: 28px;
}

.bdfab-type-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--bdfab-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 42px rgba(4, 31, 33, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bdfab-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(4, 31, 33, 0.13);
}

.bdfab-type-card img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.bdfab-type-card-body {
  padding: 17px 17px 19px;
}

.bdfab-type-card h3 {
  margin: 0 0 8px;
  color: #122e30;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.bdfab-type-card p {
  min-height: 74px;
  margin: 0 0 8px;
  color: #4f6466;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.bdfab-type-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: var(--bdfab-mint);
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.bdfab-type-card a:hover {
  transform: translateX(4px);
}

/* Process */
.bdfab-process-section {
  position: relative;
  padding: 42px 0 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 30%, rgba(0, 185, 148, 0.16), transparent 35%),
    linear-gradient(180deg, #053132 0%, #031e20 100%);
}

.bdfab-process-heading span {
  color: var(--bdfab-mint-soft);
}

.bdfab-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 25px;
}

.bdfab-process-grid::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(75, 229, 196, 0.1), rgba(75, 229, 196, 0.75) 40%, rgba(75, 229, 196, 0.1));
  border-top: 1px dashed rgba(75, 229, 196, 0.72);
}

.bdfab-process-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.bdfab-process-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  border: 2px solid var(--bdfab-mint);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bdfab-mint-soft);
  background: #052729;
  box-shadow: 0 0 0 8px #052729;
}

.bdfab-process-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--bdfab-mint-soft);
  font-size: 12px;
  font-weight: 900;
}

.bdfab-process-item h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.bdfab-process-item p {
  max-width: 155px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 600;
}

/* Work slider */
.bdfab-work-section {
  padding: 38px 0 40px;
  background: #ffffff;
}

.bdfab-work-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.bdfab-project-slider-wrapper {
  position: relative;
  padding: 0 45px;
}

.bdfab-project-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.bdfab-slide-item {
  padding: 0 9px;
}

.bdfab-slide-item img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--bdfab-line);
  box-shadow: 0 12px 26px rgba(4, 31, 33, 0.08);
}

.bdfab-project-slider .slick-arrow {
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(4, 31, 33, 0.16);
  box-shadow: 0 8px 22px rgba(4, 31, 33, 0.09);
}

.bdfab-project-slider .slick-prev {
  left: -38px;
}

.bdfab-project-slider .slick-next {
  right: -38px;
}

.bdfab-project-slider .slick-prev::before,
.bdfab-project-slider .slick-next::before {
  color: var(--bdfab-dark);
  font-size: 22px;
  opacity: 1;
}

.bdfab-project-slider .slick-dots {
  bottom: -32px;
}

.bdfab-project-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.bdfab-project-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.bdfab-project-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 8px;
  color: #9ab5b3;
  opacity: 1;
}

.bdfab-project-slider .slick-dots li.slick-active button::before {
  color: var(--bdfab-mint);
}

/* CTA */
.bdfab-cta-section {
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f4faf9 50%, #f4faf9 100%);
}

.bdfab-cta-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 42px;
  border-radius: 2px;
  color: #ffffff;
  background: linear-gradient(90deg, #041f21 0%, #063435 100%);
  box-shadow: 0 18px 45px rgba(4, 31, 33, 0.18);
}

.bdfab-cta-icon {
  width: 62px;
  height: 62px;
  border: 2px solid var(--bdfab-mint);
  border-radius: 50%;
  display: flex;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  color: var(--bdfab-mint-soft);
}

.bdfab-cta-icon svg {
  width: 30px;
  height: 30px;
}

.bdfab-cta-copy {
  flex: 1;
}

.bdfab-cta-copy h2 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.1;
  font-weight: 900;
}

.bdfab-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
}

/* Stats */
.bdfab-stats-section {
  padding: 31px 0 35px;
  background: #f4faf9;
}

.bdfab-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.bdfab-stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 55px;
  color: var(--bdfab-text);
  text-align: left;
}

.bdfab-stat-item svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--bdfab-mint);
}

.bdfab-stat-item span {
  color: #31494b;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 800;
}
/*End here*/

/*start here get quote*/
.tsrlm-site-container{
  width:calc(100% - 32px);
  max-width:1440px;
  margin:0 auto;
  padding-left:0;
  padding-right:0;
}

.tsrlm-main-layout{--bs-gutter-x:18px;--bs-gutter-y:18px;width:auto;}
.tsrlm-main-col,.tsrlm-side-col,.tsrlm-main-layout > [class*="col-"]{min-width:0;}

/* ================================
   02. BUTTONS
================================ */
.tsrlm-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:5px;
  background:transparent;text-transform:uppercase;font-size:12px;font-weight:800;
  letter-spacing:.02em;line-height:1;transition:all .25s ease;cursor:pointer;
}
.tsrlm-btn-primary{background:var(--tsrlm-green);border-color:var(--tsrlm-green);color:#fff;box-shadow:0 12px 28px rgba(10,184,137,.18);}
.tsrlm-btn-primary:hover{background:var(--tsrlm-green-2);border-color:var(--tsrlm-green-2);color:#fff;transform:translateY(-1px);}
.tsrlm-btn-ghost{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.03);}
.tsrlm-btn-ghost:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.42);color:#fff;}

/* ================================
   03. HERO
================================ */
.tsrlm-quote-hero{position:relative;min-height:500px;overflow:hidden;background:var(--tsrlm-darker);}
.tsrlm-quote-hero-bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(90deg,rgba(3,23,24,.98) 0%,rgba(3,23,24,.94) 31%,rgba(3,23,24,.62) 50%,rgba(3,23,24,.18) 72%,rgba(3,23,24,.04) 100%),
    url("../images/tsrlm-hero-booth.jpg");
  background-size:cover;background-position:center right;background-repeat:no-repeat;
}
.tsrlm-quote-hero::after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:rgba(10,184,137,.35);}
.tsrlm-breadcrumbs{position:relative;z-index:2;display:flex;align-items:center;gap:8px;padding-top:14px;font-size:12px;color:rgba(255,255,255,.72);}
.tsrlm-breadcrumbs a{color:rgba(255,255,255,.78);}
.tsrlm-breadcrumbs a:hover{color:#fff;}
.tsrlm-hero-row{position:relative;z-index:2;min-height:500px;}
.tsrlm-eyebrow{margin-bottom:9px;color:var(--tsrlm-green);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em;}
.tsrlm-hero-title{max-width:600px;margin:0 0 15px;color:#fff;font-size:41px;line-height:1.04;font-weight:900;letter-spacing:-.035em;}
.tsrlm-hero-title span{display:block;color:var(--tsrlm-green);}
.tsrlm-hero-copy{max-width:590px;margin:0 0 18px;color:rgba(255,255,255,.86);font-size:14px;line-height:1.75;}
.tsrlm-hero-checks{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:22px;}
.tsrlm-hero-checks span{color:rgba(255,255,255,.88);font-size:12.5px;font-weight:600;}
.tsrlm-hero-checks i{margin-right:5px;color:var(--tsrlm-green);}
.tsrlm-hero-actions{display:flex;flex-wrap:wrap;gap:11px;}

/* ================================
   04. FORM SECTION
================================ */
.tsrlm-form-section{padding:18px 0 14px;background:#fff;}
.tsrlm-form-heading{margin-bottom:16px;}
.tsrlm-form-heading h2{margin:0 0 5px;color:#173536;font-size:28px;line-height:1.15;font-weight:900;letter-spacing:-.02em;}
.tsrlm-form-heading p{margin:0;color:var(--tsrlm-muted);font-size:13px;}
.tsrlm-quote-form .row{max-width:100%;}
.tsrlm-card{height:100%;max-width:100%;padding:15px;background:#fff;border:1px solid var(--tsrlm-border);border-radius:10px;box-shadow:var(--tsrlm-shadow);}
.tsrlm-card h3{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#183a3b;font-size:17px;line-height:1.25;font-weight:900;letter-spacing:-.01em;}
.tsrlm-card h3 i{color:var(--tsrlm-green);font-size:20px;}
.tsrlm-card h3 span{color:var(--tsrlm-muted);font-size:12px;font-weight:700;}
.tsrlm-service-card{min-height:205px;}
.tsrlm-label{display:block;margin-bottom:6px;color:#2f5253;font-size:12px;line-height:1.3;font-weight:800;}
.tsrlm-input{width:100%;min-height:40px;background:#fff;border:1px solid #d8e7e4;border-radius:7px;box-shadow:none!important;color:#183a3b;font-size:13px;}
.tsrlm-input:focus{border-color:var(--tsrlm-green);box-shadow:0 0 0 .18rem rgba(10,184,137,.10)!important;}
.tsrlm-textarea{min-height:126px;padding-top:12px;resize:vertical;}
.tsrlm-check-list{display:grid;gap:8px;}
.tsrlm-check-list label,.tsrlm-mini-group label,.tsrlm-pill-row label{cursor:pointer;user-select:none;}
.tsrlm-check-list label{display:flex;align-items:flex-start;gap:8px;color:#304f50;font-size:13px;line-height:1.35;}
.tsrlm-check-list input,.tsrlm-mini-group input,.tsrlm-pill-row input{accent-color:var(--tsrlm-green);}
.tsrlm-mini-group{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:10px 12px;background:#fbfdfd;border:1px solid #e2eeee;border-radius:8px;}
.tsrlm-mini-group span{flex-basis:100%;color:#2d4e4f;font-size:12px;font-weight:800;}
.tsrlm-mini-group label{display:inline-flex;align-items:center;gap:6px;color:#405b5c;font-size:13px;}
.tsrlm-pill-row{display:flex;flex-wrap:wrap;gap:8px;}
.tsrlm-pill-row label{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:7px 10px;background:#fbfdfd;border:1px solid #dce9e6;border-radius:999px;color:#355657;font-size:12px;font-weight:650;}
.tsrlm-pill-row label:hover{border-color:rgba(10,184,137,.55);background:#f4fffb;}
.tsrlm-pill-row-sm label{min-height:30px;padding:6px 9px;}

/* ================================
   05. SIDEBAR
================================ */
.tsrlm-side-col{overflow:visible;}
.tsrlm-sidebar-wrap{display:grid;gap:16px;position:sticky;top:18px;max-width:100%;min-width:0;}
.tsrlm-upload-card,.tsrlm-package-card-wrap{max-width:100%;min-width:0;padding:16px 15px;background:#fff;border:1px solid #d8ebe6;border-radius:12px;box-shadow:0 10px 26px rgba(7,47,49,.055);}
.tsrlm-upload-card h3,.tsrlm-package-card-wrap h3{display:flex;align-items:baseline;gap:6px;margin:0 0 15px;color:#183c3d;font-size:18px;line-height:1.15;font-weight:900;letter-spacing:-.02em;}
.tsrlm-upload-card h3 span,.tsrlm-package-card-wrap h3 span{color:#71898a;font-size:11px;line-height:1;font-weight:800;letter-spacing:0;}
.tsrlm-upload-card p{margin:0 0 14px;color:#6d8384;font-size:12px;line-height:1.55;}
.tsrlm-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:176px;min-height:116px;margin:0 auto 10px;padding:14px 10px;background:#fbfffe;border:1.7px dashed #8bc9bb;border-radius:8px;text-align:center;box-shadow:none;transition:.25s ease;}
.tsrlm-upload-box:hover{border-color:var(--tsrlm-green);background:#f4fffb;}
.tsrlm-upload-box i{margin:0 0 8px;color:#078b72;font-size:31px;line-height:1;}
.tsrlm-upload-box strong{color:#123b3c;font-size:10px;line-height:1.2;font-weight:900;}
.tsrlm-upload-box small{margin:6px 0 7px;color:#789193;font-size:9px;line-height:1;}
.tsrlm-upload-box span,.tsrlm-upload-btn{display:inline-flex;align-items:center;justify-content:center;min-height:29px;padding:0 13px;background:#fff;border:1px solid #0aa67f;border-radius:5px;color:#0a9878;text-transform:uppercase;font-size:9px;line-height:1;font-weight:900;letter-spacing:.02em;}
.tsrlm-upload-help{display:block;margin:9px 0 10px;color:#70898a;font-size:9.7px;line-height:1.45;}
.tsrlm-accepted-list,.tsrlm-file-list{list-style:none;display:grid;gap:7px;margin:0;padding:0;}
.tsrlm-file-list{margin-top:10px;}
.tsrlm-accepted-list li,.tsrlm-file-list li{display:flex;align-items:center;gap:7px;color:#385a5b;font-size:10.5px;line-height:1.2;font-weight:700;}
.tsrlm-accepted-list i,.tsrlm-file-list i{flex:0 0 auto;color:#08a77f;font-size:12px;line-height:1;}

/* Service packages - compact stacked cards. Slick clones hidden to stop duplicate cards. */
.tsrlm-package-card-wrap{overflow:hidden;}
.tsrlm-package-slider{display:grid;gap:10px;width:100%;max-width:100%;min-width:0;margin:0;}
.tsrlm-package-card-wrap .slick-list{width:100%;height:auto!important;margin:0;padding:0!important;overflow:visible;}
.tsrlm-package-card-wrap .slick-track{width:100%!important;height:auto!important;display:grid!important;gap:10px;transform:none!important;}
.tsrlm-package-card-wrap .slick-slide{width:100%!important;height:auto!important;float:none!important;margin:0!important;opacity:1!important;}
.tsrlm-package-card-wrap .slick-cloned{display:none!important;}
.tsrlm-package-card-wrap .slick-slide > div{height:auto!important;}
.tsrlm-package-card-wrap .slick-dots,.tsrlm-package-card-wrap .slick-prev,.tsrlm-package-card-wrap .slick-next{display:none!important;}
.tsrlm-package-slide{width:100%;min-height:0;display:grid!important;grid-template-columns:38px minmax(0,1fr);column-gap:10px;row-gap:0;align-items:start;margin:0;padding:11px 12px 12px;background:#fff;border:1px solid #e1efeb;border-radius:11px;box-shadow:0 7px 18px rgba(8,52,54,.06);color:#173c3d;overflow:hidden;}
.tsrlm-package-slide::before{display:none;}
.tsrlm-package-head{display:contents;}
.tsrlm-package-icon{grid-column:1;grid-row:1 / span 2;display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0;background:#082f31;border-radius:50%;box-shadow:0 7px 14px rgba(5,45,47,.14);color:var(--tsrlm-green);font-size:16px;}
.tsrlm-package-slide h4{grid-column:2;margin:1px 0 2px;color:#079c78;font-size:13.5px;line-height:1.15;font-weight:900;letter-spacing:-.01em;}
.tsrlm-package-slide strong{grid-column:2;display:block;margin:0;color:#079c78;font-size:13px;line-height:1.1;font-weight:900;}
.tsrlm-package-slide ul{grid-column:2;list-style:none;display:grid;gap:4px;margin:8px 0 0;padding:0;}
.tsrlm-package-slide li{position:relative;padding-left:10px;color:#3c5758;font-size:10px;line-height:1.35;}
.tsrlm-package-slide li::before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;background:#0aa67f;border-radius:50%;}
.tsrlm-package-link{grid-column:2;display:inline-flex;align-items:center;gap:4px;margin:9px 0 0;color:#08936f;text-transform:uppercase;font-size:9.5px;line-height:1;font-weight:900;letter-spacing:.02em;}
.tsrlm-package-link:hover{color:#052d2f;}

/* ================================
   06. WHY CHOOSE
================================ */
.tsrlm-why-section{padding:20px 0 16px;}
.tsrlm-section-title{margin:0 0 20px;color:#183a3b;font-size:30px;line-height:1.15;font-weight:900;letter-spacing:-.02em;}
.tsrlm-why-card{display:grid;grid-template-columns:52px 1fr;align-items:start;gap:8px 13px;height:100%;padding:18px;background:#fff;border:1px solid var(--tsrlm-border);border-radius:11px;box-shadow:0 10px 26px rgba(7,48,49,.04);}
.tsrlm-why-card i{grid-row:span 2;display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--tsrlm-mint);border:1px solid rgba(10,184,137,.20);border-radius:50%;color:var(--tsrlm-green);font-size:24px;}
.tsrlm-why-card h3{margin:0;color:#183a3b;font-size:15px;font-weight:900;}
.tsrlm-why-card p{margin:0;color:var(--tsrlm-muted);font-size:12px;line-height:1.55;}

/* ================================
   07. CTA
================================ */
.tsrlm-cta-section{padding:8px 0 16px;}
.tsrlm-cta-box{position:relative;max-width:100%;overflow:hidden;padding:31px 30px;background-image:linear-gradient(90deg, rgba(3,23,24,.94), rgba(3,23,24,.88) 50%, rgba(3,23,24,.70)),url("../images/tsrlm-cta-network.jpg");background-size:cover;background-position:center;border:1px solid rgba(10,184,137,.18);border-radius:14px;box-shadow:0 16px 40px rgba(3,23,24,.12);}
.tsrlm-cta-box h2{margin:0 0 8px;color:#fff;font-size:30px;font-weight:900;letter-spacing:-.02em;}
.tsrlm-cta-box p{margin:0 0 14px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.6;}
.tsrlm-cta-links{display:flex;flex-wrap:wrap;gap:14px 22px;}
.tsrlm-cta-links a{color:#fff;font-size:13px;font-weight:700;}
.tsrlm-cta-links i{margin-right:6px;color:var(--tsrlm-green);}
.tsrlm-cta-btn{min-width:250px;}
.tsrlm-cta-box small{display:block;margin-top:10px;color:rgba(255,255,255,.68);font-size:12px;}

/* ================================
   08. TRUST BAR
================================ */
.tsrlm-trust-section{padding:0 0 28px;}
.tsrlm-trust-item{display:flex;align-items:center;gap:11px;height:100%;padding:13px 14px;background:#fff;border:1px solid var(--tsrlm-border);border-radius:10px;}
.tsrlm-trust-item i{color:var(--tsrlm-green);font-size:22px;}
.tsrlm-trust-item span{color:#315455;font-size:12px;line-height:1.35;font-weight:850;}

/* ================================
   09. SUBMIT BLOCK
================================ */
.tsrlm-submit-wrap{margin-top:24px;}
.tsrlm-submit-card{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px;background:#fff;border:1px solid #cfe3de;border-radius:16px;box-shadow:0 12px 30px rgba(7,47,49,.07);}
.tsrlm-submit-copy h3{margin:0 0 5px;color:#082f31;font-size:19px;line-height:1.2;font-weight:900;}
.tsrlm-submit-copy p{max-width:760px;margin:0;color:#607879;font-size:13px;line-height:1.65;}
.tsrlm-submit-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:260px;}
.tsrlm-submit-btn{width:100%;min-height:48px;border:0;cursor:pointer;}
.tsrlm-submit-actions small{color:#6e8586;text-align:right;font-size:11px;line-height:1.4;}
.tsrlm-submit-success{display:none;align-items:center;gap:9px;margin-top:12px;padding:12px 14px;background:rgba(8,156,120,.08);border:1px solid rgba(8,156,120,.22);border-radius:12px;color:#063f35;font-size:13px;font-weight:800;}
.tsrlm-submit-success.is-visible{display:flex;}
.tsrlm-submit-success i{color:#089c78;font-size:18px;}
/*End here quote here*/

/*start here trade show relam*/
.tsrealm-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.tsrealm-header-wrap {
  background: linear-gradient(90deg, #031d21 0%, #002b30 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 10;
}

.tsrealm-navbar {
  min-height: 92px;
  padding: 0;
}

.tsrealm-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  text-decoration: none;
}

.tsrealm-brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 191, 163, 0.35);
  border-radius: 15px;
  background: rgba(16, 191, 163, 0.09);
}

.tsrealm-brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tsrealm-brand-text {
  color: #fff;
  font-size: 20px;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tsrealm-menu {
  gap: 22px;
}

.tsrealm-menu .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 34px 0;
}

.tsrealm-menu .nav-link:hover,
.tsrealm-menu .nav-link:focus {
  color: var(--tsrealm-teal);
}

.tsrealm-dropdown {
  border: 0;
  border-radius: 16px;
  box-shadow: var(--tsrealm-shadow);
  padding: 12px;
}

.tsrealm-dropdown .dropdown-item {
  border-radius: 10px;
  font-weight: 600;
  color: var(--tsrealm-text);
  padding: 9px 14px;
}

.tsrealm-dropdown .dropdown-item:hover {
  background: var(--tsrealm-mint);
  color: var(--tsrealm-teal-2);
}

.tsrealm-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tsrealm-nav-phone {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.tsrealm-nav-phone i {
  color: var(--tsrealm-teal);
  font-size: 23px;
}

.tsrealm-toggle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.tsrealm-toggle .navbar-toggler-icon {
  filter: invert(1);
}

.tsrealm-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.tsrealm-btn-sm {
  min-height: 48px;
  padding: 12px 18px;
  font-size: 12px;
}

.tsrealm-btn-primary {
  background: linear-gradient(135deg, var(--tsrealm-teal) 0%, var(--tsrealm-teal-2) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(16, 191, 163, 0.2);
}

.tsrealm-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(16, 191, 163, 0.32);
}

.tsrealm-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.02);
}

.tsrealm-btn-outline:hover {
  color: #fff;
  border-color: var(--tsrealm-teal);
  background: rgba(16, 191, 163, 0.12);
}

.tsrealm-hero-section {
  min-height: 560px;
  overflow: hidden;
  position: relative;
  background-color: var(--tsrealm-dark);
  background-image:
    linear-gradient(90deg, rgba(2, 31, 34, 0.98) 0%, rgba(2, 31, 34, 0.94) 34%, rgba(2, 31, 34, 0.62) 52%, rgba(2, 31, 34, 0.12) 72%, rgba(2, 31, 34, 0.22) 100%),
    radial-gradient(circle at 78% 46%, rgba(16, 191, 163, 0.15) 0%, rgba(16, 191, 163, 0) 36%),
    url("../images/tsrealm-hero-trade-show.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, right center;
  background-size: cover, cover, auto 100%;
}

.tsrealm-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 55px 55px;
  opacity: 0.18;
  pointer-events: none;
}

.tsrealm-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 31, 34, 0.1) 0%, rgba(2, 31, 34, 0.1) 100%);
  pointer-events: none;
}

.tsrealm-hero-row {
  position: relative;
  min-height: 560px;
}

.tsrealm-hero-content-col {
  position: relative;
  z-index: 3;
  padding-top: 52px;
  padding-bottom: 58px;
}

.tsrealm-hero-image-col,
.tsrealm-hero-image-wrap {
  display: none;
}


/* Hero content fix */
.tsrealm-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.tsrealm-breadcrumbs a {
  color: var(--tsrealm-teal);
  text-decoration: none;
}

.tsrealm-breadcrumbs a:hover {
  color: #ffffff;
}

.tsrealm-breadcrumbs i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.tsrealm-breadcrumbs span {
  color: rgba(255, 255, 255, 0.72);
}

.tsrealm-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 4.4vw, 72px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.tsrealm-hero-title span {
  color: var(--tsrealm-teal);
}

.tsrealm-hero-text {
  width: min(100%, 650px);
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.tsrealm-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 650px);
  margin-top: 34px;
}

.tsrealm-hero-feature {
  color: #ffffff;
  text-align: center;
}

.tsrealm-hero-feature i {
  display: block;
  margin-bottom: 8px;
  color: var(--tsrealm-teal);
  font-size: 36px;
  line-height: 1;
}

.tsrealm-hero-feature span {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  line-height: 1.32;
  font-weight: 750;
}

.tsrealm-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.tsrealm-services-section,
.tsrealm-process-section,
.tsrealm-stats-section,
.tsrealm-cases-section,
.tsrealm-trust-section {
  background: #fff;
}

.tsrealm-services-section {
  padding: 30px 0 31px;
}

.tsrealm-section-heading span,
.tsrealm-cases-head span {
  display: block;
  color: var(--tsrealm-teal-2);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.tsrealm-section-heading h2,
.tsrealm-cases-head h2 {
  margin: 0;
  color: var(--tsrealm-text);
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.tsrealm-services-row {
  margin-top: 26px;
}

.tsrealm-service-card {
  height: 100%;
  min-height: 248px;
  padding: 24px 16px 20px;
  background: #fff;
  border: 1px solid var(--tsrealm-border);
  border-radius: 11px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(5, 42, 44, 0.04);
  transition: 0.25s ease;
}

.tsrealm-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(5, 42, 44, 0.12);
  border-color: rgba(16, 191, 163, 0.42);
}

.tsrealm-service-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--tsrealm-teal-2);
  font-size: 44px;
  line-height: 1;
}

.tsrealm-service-card h3 {
  margin: 0;
  color: var(--tsrealm-text);
  font-size: 17px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.tsrealm-service-card p {
  margin: 16px 0 0;
  color: #2e3d43;
  font-size: 13.8px;
  line-height: 1.65;
  font-weight: 500;
}

.tsrealm-why-section {
  padding: 26px 0 34px;
  background:
    radial-gradient(circle at 20% 30%, rgba(16, 191, 163, 0.2) 0%, transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(16, 191, 163, 0.14) 0%, transparent 28%),
    linear-gradient(90deg, #031e21 0%, #002d31 100%);
}

.tsrealm-why-heading {
  color: var(--tsrealm-teal);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.tsrealm-why-item {
  height: 100%;
  min-height: 210px;
  padding: 0 28px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(16, 191, 163, 0.43);
}

.tsrealm-why-item-last {
  border-right: 0;
}

.tsrealm-why-item i {
  display: block;
  color: var(--tsrealm-teal);
  font-size: 59px;
  line-height: 1;
  margin-bottom: 15px;
}

.tsrealm-why-item h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.tsrealm-why-item p {
  margin: 15px auto 0;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13.2px;
  line-height: 1.62;
  font-weight: 500;
}

.tsrealm-process-section {
  padding: 30px 0 24px;
}

.tsrealm-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.tsrealm-process-track::before {
  content: "";
  position: absolute;
  left: 8.4%;
  right: 8.4%;
  top: 35px;
  border-top: 2px dotted rgba(7, 143, 124, 0.55);
  z-index: 0;
}

.tsrealm-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tsrealm-process-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 13px;
  border: 1px solid rgba(7, 143, 124, 0.28);
  background: #fff;
  border-radius: 50%;
  color: var(--tsrealm-teal-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.92);
}

.tsrealm-process-step span {
  display: block;
  color: var(--tsrealm-teal-2);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

.tsrealm-process-step h3 {
  margin: 0;
  color: var(--tsrealm-teal-2);
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}

.tsrealm-process-step p {
  margin: 11px auto 0;
  max-width: 170px;
  color: #2f3e45;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}

.tsrealm-stats-section {
  padding: 6px 0 31px;
}

.tsrealm-stats-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 25px 28px;
  background: linear-gradient(90deg, #eefaf7 0%, #f4fbf9 100%);
  border: 1px solid rgba(7, 143, 124, 0.1);
  border-radius: 9px;
}

.tsrealm-stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 25px;
  border-right: 1px solid rgba(7, 143, 124, 0.16);
}

.tsrealm-stat-item:last-child {
  border-right: 0;
}

.tsrealm-stat-item i {
  flex: 0 0 auto;
  color: var(--tsrealm-teal-2);
  font-size: 46px;
  line-height: 1;
}

.tsrealm-stat-item strong {
  display: block;
  color: var(--tsrealm-teal-2);
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tsrealm-stat-item span {
  display: block;
  margin-top: 4px;
  color: var(--tsrealm-text);
  font-size: 13.5px;
  line-height: 1.32;
  font-weight: 650;
}

.tsrealm-cases-section {
  padding: 0 0 33px;
}

.tsrealm-cases-shell {
  position: relative;
  padding: 26px 24px 42px;
  border: 1px solid var(--tsrealm-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(2, 31, 34, 0.06);
}

.tsrealm-cases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.tsrealm-case-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 21px;
  color: var(--tsrealm-teal-2);
  background: #fff;
  border: 1px solid rgba(7, 143, 124, 0.35);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.tsrealm-case-all-btn:hover {
  background: var(--tsrealm-teal-2);
  color: #fff;
}

.tsrealm-case-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.tsrealm-case-slide {
  padding: 0 10px;
}

.tsrealm-case-card {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 18px;
  min-height: 214px;
  padding: 14px;
  border: 1px solid var(--tsrealm-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(2, 31, 34, 0.05);
}

.tsrealm-case-card img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  border-radius: 8px;
}

.tsrealm-case-body span {
  display: block;
  color: var(--tsrealm-teal-2);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.tsrealm-case-body h3 {
  margin: 0;
  color: var(--tsrealm-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.tsrealm-case-body p {
  margin: 12px 0 0;
  color: #3f4c55;
  font-size: 13.3px;
  line-height: 1.55;
  font-weight: 500;
}

.tsrealm-case-body a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  color: var(--tsrealm-teal-2);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.tsrealm-case-slider .slick-dots {
  bottom: -34px;
}

.tsrealm-case-slider .slick-dots li,
.tsrealm-case-slider .slick-dots li button {
  width: 12px;
  height: 12px;
}

.tsrealm-case-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9d5d3;
  opacity: 1;
}

.tsrealm-case-slider .slick-dots li.slick-active button:before {
  background: var(--tsrealm-teal-2);
}

.tsrealm-case-slider .slick-prev,
.tsrealm-case-slider .slick-next {
  width: 34px;
  height: 34px;
  z-index: 4;
  background: #fff;
  border: 1px solid var(--tsrealm-border);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(2, 31, 34, 0.12);
}

.tsrealm-case-slider .slick-prev {
  left: -21px;
}

.tsrealm-case-slider .slick-next {
  right: -21px;
}

.tsrealm-case-slider .slick-prev:before,
.tsrealm-case-slider .slick-next:before {
  color: var(--tsrealm-teal-2);
  opacity: 1;
  font-size: 18px;
}

.tsrealm-cta-section {
  padding: 0 0 31px;
  background: #fff;
}

.tsrealm-cta-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 31px 44px;
  background:
    radial-gradient(circle at 8% 50%, rgba(16, 191, 163, 0.25) 0%, transparent 20%),
    linear-gradient(90deg, #021f22 0%, #003236 100%);
  border-radius: 12px;
  box-shadow: var(--tsrealm-shadow);
}

.tsrealm-cta-icon {
  flex: 0 0 116px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(16, 191, 163, 0.45);
  border-radius: 50%;
  color: var(--tsrealm-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 76px;
}

.tsrealm-cta-content {
  flex: 1 1 auto;
  min-width: 0;
}

.tsrealm-cta-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.1vw, 38px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.tsrealm-cta-content p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.tsrealm-cta-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.tsrealm-cta-phone {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.tsrealm-cta-phone i {
  color: var(--tsrealm-teal);
  font-size: 45px;
  line-height: 1;
}

.tsrealm-cta-phone span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
}

.tsrealm-cta-phone strong {
  color: #fff;
  font-size: 20px;
  font-weight: 850;
}

.tsrealm-trust-section {
  padding: 20px 0 31px;
}

.tsrealm-trust-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.tsrealm-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.tsrealm-trust-item i {
  color: var(--tsrealm-teal-2);
  font-size: 38px;
  line-height: 1;
}

.tsrealm-trust-item span {
  color: var(--tsrealm-text);
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 750;
}

/*End here*/

/*start here contact us*/
.tsr-contact-page {
  background: var(--tsr-bg);
  overflow: hidden;
}

.tsr-container {
  max-width: 1400px;
}

/* Hero */
.tsr-contact-hero {
    position: relative;
    min-height: 600px;
    padding: 31px 0 24px;
    background: #021820;
    color: var(--tsr-white);
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
}

.tsr-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: -3;
  background-image: url("../images/contact-tradeshow-hero.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.tsr-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg,
      rgba(1, 18, 25, 0.99) 0%,
      rgba(1, 18, 25, 0.98) 28%,
      rgba(1, 18, 25, 0.78) 46%,
      rgba(1, 18, 25, 0.30) 66%,
      rgba(1, 18, 25, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.16));
}

.tsr-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 137, 103, 0.16), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(0, 137, 103, 0.08), transparent 28%);
}

.tsr-contact-hero .container {
  position: relative;
  z-index: 2;
}

.tsr-hero-content {
  width: min(640px, 100%);
}

.tsr-eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--tsr-green-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tsr-hero-title {
  margin: 0 0 12px;
  color: var(--tsr-white);
  font-size: clamp(33px, 4.25vw, 58px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1.25px;
}

.tsr-hero-title span {
  color: var(--tsr-green-2);
}

.tsr-hero-text {
  max-width: 500px;
  margin: 0 0 27px;
  color: #e2efec;
  font-size: 14px;
  line-height: 1.55;
}

.tsr-hero-feature-row {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}

.tsr-hero-feature {
  color: #ecfffb;
  text-align: center;
}

.tsr-hero-feature i {
  display: block;
  margin-bottom: 7px;
  color: var(--tsr-green-2);
  font-size: 29px;
  line-height: 1;
}

.tsr-hero-feature h6 {
  margin: 0 0 3px;
  color: var(--tsr-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.tsr-hero-feature p {
  margin: 0;
  color: #c7ddd8;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.3;
}

/* Cards */
.tsr-main-area {
  padding-top: 30px;
  padding-bottom: 36px;
}

.tsr-card {
  background: var(--tsr-white);
  border: 1px solid var(--tsr-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(10, 59, 54, 0.045);
}

.tsr-form-card,
.tsr-contact-info-card {
  height: 100%;
  padding: 28px 30px;
}

.tsr-card h2 {
  margin: 0 0 8px;
  color: #102f31;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.tsr-card-intro {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--tsr-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tsr-contact-form .form-label {
  margin-bottom: 6px;
  color: #1e3d3d;
  font-size: 12px;
  font-weight: 800;
}

.tsr-contact-form .form-control,
.tsr-contact-form .form-select {
  min-height: 42px;
  border: 1px solid #d7e4e1;
  border-radius: 4px;
  color: var(--tsr-text);
  font-size: 13px;
  box-shadow: none;
}

.tsr-contact-form .form-control::placeholder {
  color: #96a8a4;
}

.tsr-contact-form textarea.form-control {
  min-height: 108px;
  resize: vertical;
}

.tsr-contact-form .form-control:focus,
.tsr-contact-form .form-select:focus {
  border-color: var(--tsr-green-2);
  box-shadow: 0 0 0 0.2rem rgba(22, 189, 142, 0.12);
}

.tsr-captcha-demo {
  width: 240px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #dce3e0;
  border-radius: 4px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #374846;
  font-size: 13px;
}

.tsr-check-box {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #a9b7b4;
  background: #fff;
}

.tsr-captcha-icon {
  margin-left: auto;
  color: #758582;
  font-size: 10px;
}

.tsr-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  background: var(--tsr-green);
  color: #fff;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.tsr-primary-btn:hover {
  background: #006f51;
  color: #fff;
  transform: translateY(-1px);
}

/* Contact Info */
.tsr-contact-info-card h2 {
  margin-bottom: 22px;
}

.tsr-info-list {
  display: grid;
  gap: 23px;
}

.tsr-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tsr-info-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: var(--tsr-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.tsr-info-item h5 {
  margin: 0 0 2px;
  color: #1d3536;
  font-size: 14px;
  font-weight: 800;
}

.tsr-info-item a {
  display: inline-block;
  color: var(--tsr-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.tsr-info-item p {
  margin: 0;
  color: var(--tsr-muted);
  font-size: 12px;
  line-height: 1.45;
}

.tsr-social-block {
  margin-top: 36px;
}

.tsr-social-block h4 {
  margin: 0 0 16px;
  color: #153839;
  font-size: 17px;
  font-weight: 800;
}

.tsr-social-icons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.tsr-social-icons a {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #087b9d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.tsr-social-icons a:nth-child(2) {
  background: #1877f2;
}

.tsr-social-icons a:nth-child(3) {
  background: #4aa38a;
}

.tsr-social-icons a:nth-child(4) {
  background: #008e67;
}

.tsr-social-icons a:hover {
  transform: translateY(-2px);
  filter: brightness(0.92);
}

/* Nationwide */
.tsr-nationwide-card {
  margin-top: 26px;
  padding: 28px 30px;
}

.tsr-nationwide-card h2 {
  margin-bottom: 8px;
}

.tsr-nationwide-card p {
  margin: 0;
  color: var(--tsr-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tsr-stats-grid {
  margin: 24px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tsr-stat-item {
  display: grid;
  gap: 4px;
}

.tsr-stat-item i {
  color: var(--tsr-green);
  font-size: 30px;
  line-height: 1;
}

.tsr-stat-item strong {
  color: var(--tsr-green);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.tsr-stat-item span {
  color: #234542;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.tsr-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
  padding: 10px 17px;
  border: 1px solid #b8ded1;
  border-radius: 4px;
  color: var(--tsr-green);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.tsr-outline-btn:hover {
  background: var(--tsr-green-soft);
  color: #006f51;
}

.tsr-map-wrap {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tsr-map-wrap img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
}

/* Why */
.tsr-why-section {
  margin-top: 24px;
}

.tsr-why-section > h2 {
  margin: 0 0 18px;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.tsr-why-card {
  height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--tsr-border);
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 8px 22px rgba(10, 59, 54, 0.035);
}

.tsr-why-card i {
  color: var(--tsr-green);
  font-size: 34px;
  line-height: 1;
}

.tsr-why-card h4 {
  margin: 0 0 5px;
  color: #153839;
  font-size: 14px;
  font-weight: 800;
}

.tsr-why-card p {
  margin: 0;
  color: var(--tsr-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* CTA */
.tsr-cta-bar {
  margin-top: 26px;
  min-height: 96px;
  padding: 24px 30px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(1, 22, 29, 0.96), rgba(3, 36, 42, 0.97)),
    var(--tsr-dark-2);
  color: #fff;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: center;
}

.tsr-cta-art {
  max-width: 150px;
}

.tsr-cta-art img {
  width: 100%;
  opacity: 0.9;
}

.tsr-cta-content h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.tsr-cta-content p {
  margin: 0;
  color: #d0e3df;
  font-size: 14px;
}

.tsr-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.tsr-cta-call {
  color: #d8eeea;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.tsr-cta-call i {
  color: var(--tsr-green-2);
  font-size: 25px;
}

.tsr-cta-call strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

/* Trust */
.tsr-trust-bar {
  margin-top: 14px;
  padding: 15px 18px;
  border: 1px solid var(--tsr-border);
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.tsr-trust-bar div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #345451;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.tsr-trust-bar i {
  color: var(--tsr-green);
  font-size: 22px;
  flex: 0 0 auto;
}

/*End here*/


/* Responsive */
/* ================================
   10. RESPONSIVE QUERIES
   Keep all responsive CSS here only.
================================ */
@media (min-width:1200px){
  .tsrlm-site-container{max-width:1440px;}
  .tsrlm-main-col{flex:0 0 auto;width:76%;}
  .tsrlm-side-col{flex:0 0 auto;width:24%;}
}

@media (max-width:1399.98px){
  .tsrlm-hero-title{font-size:39px;}
   .tsrealm-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tsrealm-menu {
    gap: 16px;
  }

  .tsrealm-nav-actions {
    gap: 12px;
  }

  .tsrealm-btn-sm {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tsrealm-hero-title {
    font-size: clamp(42px, 4.6vw, 62px);
  }

  .tsrealm-case-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .tsrealm-case-card img {
    width: 160px;
    height: 180px;
  }

  .tsrealm-stat-item {
    padding: 0 17px;
  }
}

@media (max-width:1199.98px) {
  .tsr-cta-bar {
    grid-template-columns: 120px 1fr;
  }

  .tsr-cta-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .tsr-trust-bar {
    grid-template-columns: repeat(3, 1fr);
  }
 .tsrealm-navbar {
    min-height: 78px;
  }

  .tsrealm-menu .nav-link {
    font-size: 14px;
  }

  .tsrealm-nav-phone {
    font-size: 14px;
  }

  .tsrealm-hero-section,
  .tsrealm-hero-row {
    min-height: 570px;
  }

  .tsrealm-why-item {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 191, 163, 0.26);
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .tsrealm-process-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
  }

  .tsrealm-process-track::before {
    display: none;
  }

  .tsrealm-stats-panel {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
  }

  .tsrealm-stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 143, 124, 0.14);
    padding-bottom: 21px;
  }

  .tsrealm-cta-card {
    flex-wrap: wrap;
  }

  .tsrealm-cta-actions {
    width: 100%;
    justify-content: space-between;
  }

  .tsrealm-trust-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .tsrlm-site-container{max-width:960px;}
  .tsrlm-sidebar-wrap{position:static;}
  .tsrlm-quote-hero{min-height:350px;}
  .tsrlm-hero-row{min-height:310px;}
  .tsrlm-hero-title{font-size:37px;}
  .tsrlm-upload-box{max-width:220px;}

  .tsr-nav-container,
.tsr-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .tsr-menu {
    gap: 15px;
  }

  .tsr-menu .nav-link {
    font-size: 11px;
  }

  .tsr-service-grid {
    gap: 8px;
  }

  .tsr-service-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tsr-service-card p {
    font-size: 11.8px;
  }

  .tsr-ind-wide-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .tsr-ind-hero-photo {
    width: 62%;
    opacity: .48;
  }

  .tsr-ind-number-item {
    white-space: normal;
  }

  .tsr-ind-numbers-strip {
    grid-template-columns: repeat(3,1fr);
  }

  .tsr-ind-number-item:nth-child(3) {
    border-right: 0;
  }

  .tsr-ind-number-item:nth-child(n/**/+4) {
    border-top: 1px solid #e4ecea;
  }

  .trlg-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .trlg-menu {
    gap: 23px;
  }

  .trlg-menu .nav-link {
    font-size: 10px;
  }

  .trlg-hero-visual {
    width: 66%;
  }

  .trlg-hero-section h1 {
    font-size: 36px;
  }

  .trlg-solution-grid {
    grid-template-columns: repeat(4,1fr);
  }

  .trlg-why-grid {
    grid-template-columns: repeat(3,1fr);
    row-gap: 32px;
  }

  .trlg-why-item:nth-child(3n):after {
    display: none;
  }

  .trlg-process-step {
    padding: 0 12px;
  }

  .trlg-story-card {
    grid-template-columns: 1fr;
  }

  .trlg-story-card img {
    height: 150px;
  }

  .trlg-cta-wrap {
    grid-template-columns: 68px 1fr 285px;
  }

  .trlg-cta-text h2 {
    font-size: 21px;
  }

  .trlg-cta-text p {
    font-size: 15px;
  }

  .tsl-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tsl-menu {
    gap: 18px;
  }

  .tsl-services-grid>.col-lg {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .tsl-hero-copy h1 {
    font-size: 38px;
  }

  .tsl-timeline {
    grid-template-columns: repeat(3,1fr);
    row-gap: 28px;
  }

  .tsl-timeline:before {
    display: none;
  }

  .tsl-cta-card {
    grid-template-columns: 180px 1fr;
  }

  .tsl-cta-actions {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tsl-cta-card img {
    width: 180px;
  }

  .tsrp-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tsrp-hero-gallery {
    height: 310px;
  }

  .tsrp-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsrp-spectrum-grid,
.tsrp-impact-grid,
.tsrp-bottom-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
  }

  .tsrp-spectrum-grid div:nth-child(3),
.tsrp-impact-grid div:nth-child(3),
.tsrp-bottom-grid div:nth-child(3) {
    border-right: 0;
  }

  .tsrp-project-card > img {
    height: 260px;
  }

  .prn-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .prn-hero-title {
    font-size: 39px;
  }

  .prn-card-grid {
    grid-template-columns: repeat(3,1fr);
  }

  .prn-hero-mockup {
    height: 420px;
  }

  .prn-rollup-one {
    display: none;
  }

  .prn-rollup-two {
    right: 40px;
  }

  .prn-mock-brochure {
    left: 0;
  }

  .prn-mock-card {
    left: 230px;
  }

  .prn-table-display {
    right: 0;
  }

  .prx-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .prx-hero {
    min-height: 500px;
    padding: 16px 0 30px;
    background-image: linear-gradient(
        90deg,
        #00100f 0%,
        #031816 36%,
        rgba(3, 24, 22, 0.86) 50%,
        rgba(3, 24, 22, 0.42) 65%,
        rgba(3, 24, 22, 0.02) 82%
      ),
      url("../images/product-hero.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center right;
    background-size: 100% 100%, auto 100%;
  }

  .prx-breadcrumb {
    margin-bottom: 26px;
  }

  .prx-hero-title {
    font-size: 38px;
    max-width: 520px;
  }

  .prx-hero-text {
    max-width: 500px;
    font-size: 14px;
  }

  .prx-hero-features {
    max-width: 520px;
    gap: 16px;
  }

  .prx-service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .prx-partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .prx-partner-item {
    padding: 0 20px;
  }

  .prx-partner-item:nth-child(2),
.prx-partner-item:nth-child(4) {
    border-right: 0;
  }

  .prx-process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }

  .prx-process-grid:before {
    display: none;
  }

  .prx-case-grid {
    grid-template-columns: 1fr;
  }

  .tsr-hero-copy {
    padding-left: 28px;
    padding-right: 34px;
  }

  .tsr-card-image-box {
    height: 132px;
  }

  .tsr-card-icon {
    top: 109px;
  }

  .tsr-why-item {
    padding: 0 14px;
  }

  .tsr-cta-card {
    grid-template-columns: 230px 1fr auto;
  }

  .tss-process-track { grid-template-columns: repeat(3, 1fr); }
  .tss-process-track::before { display: none; }
  .tss-cta-box { grid-template-columns: 180px 1fr; }
  .tss-cta-actions-wrap { grid-column: 1 / -1; padding: 0 20px 18px; }
  .tss-hero-visual { width: 62%; }

    .ume-hero-section {
        min-height: 520px;
    }

    .ume-hero-photo {
        width: 70%;
        background-position: 72% center;
    }

    .ume-hero-row {
        padding-bottom: 142px;
    }

    .ume-hero-stats-wrap {
        width: min(760px,calc(100% - 56px));
    }

    .ume-hero-stats div {
        padding: 14px 15px;
    }

    .ume-process-line {
        grid-template-columns: repeat(3,1fr);
    }

    .ume-process-line:before {
        display: none;
    }

    .ume-industries-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .ume-story-card {
        grid-template-columns: 1fr;
    }

    .ume-story-card img {
        height: 170px;
    }

     .whr-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .whr-hero-section {
    min-height: 500px;
  }

  .whr-hero-photo {
    width: 72%;
    background-position: 72% center;
  }

  .whr-hero-row {
    padding-bottom: 130px;
  }

  .whr-hero-stats-wrap {
    width: min(760px, calc(100% - 48px));
    right: 24px;
    bottom: 22px;
  }

  .whr-hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .whr-hero-stats div {
    min-height: 82px;
    padding: 14px 12px;
  }

  .whr-process-line {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .whr-process-line::before {
    display: none;
  }

  .whr-story-card {
    grid-template-columns: 1fr;
  }

  .whr-story-card img {
    height: 180px;
  }

  .bdfab-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bdfab-hero-section,
  .bdfab-hero-row {
    min-height: 610px;
  }

  .bdfab-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .bdfab-process-grid::before {
    display: none;
  }

  .bdfab-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Exact 1024px type screens */

@media (min-width: 992px) and (max-width: 1100px) {
  .prx-hero {
    min-height: 470px;
    background-image: linear-gradient(
        90deg,
        #00100f 0%,
        #031816 38%,
        rgba(3, 24, 22, 0.90) 52%,
        rgba(3, 24, 22, 0.46) 68%,
        rgba(3, 24, 22, 0.00) 84%
      ),
      url("../images/product-hero.png");
    background-position: left center, 82% center;
    background-size: 100% 100%, 100% 100%;
  }

  .prx-hero-title {
    font-size: 34px;
    max-width: 460px;
  }

  .prx-hero-text {
    max-width: 455px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .prx-hero-features {
    max-width: 470px;
    gap: 12px;
  }

  .prx-hero-feature i {
    font-size: 27px;
  }

  .prx-hero-feature strong {
    font-size: 10px;
  }

  .prx-btn-main,
.prx-btn-outline {
    height: 46px;
    padding: 0 16px;
    font-size: 11px;
  }
}

@media (max-width:991.98px) {
  .tsr-contact-hero {
    min-height: auto;
    padding: 38px 0 32px;
  }

  .tsr-hero-bg {
    width: 100%;
    opacity: 0.48;
  }

  .tsr-contact-hero::before {
    background: linear-gradient(90deg, rgba(1, 18, 25, 0.98), rgba(1, 18, 25, 0.88));
  }

  .tsr-hero-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }

  .tsr-hero-feature {
    text-align: left;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
  }

  .tsr-hero-feature i {
    grid-row: span 2;
    margin: 0;
  }
.tsr-contact-hero {
    padding: 38px 0;
  }

  .tsr-hero-image-card,
  .tsr-hero-image-card img {
    min-height: 300px;
    height: 300px;
  }

  .tsr-contact-info-card {
    height: auto;
  }

  .tsr-map-wrap {
    margin-top: 10px;
  }

  .tsrealm-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tsrealm-collapse {
    padding: 18px 0 22px;
  }

  .tsrealm-menu {
    gap: 0;
  }

  .tsrealm-menu .nav-link {
    padding: 12px 0;
  }

  .tsrealm-nav-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 14px;
  }

  .tsrealm-nav-phone {
    justify-content: center;
    padding: 12px 0;
  }

  .tsrealm-hero-section,
  .tsrealm-hero-row {
    min-height: auto;
  }

  .tsrealm-hero-section {
    background:
      linear-gradient(180deg, rgba(2, 31, 34, 0.94) 0%, rgba(2, 31, 34, 0.86) 100%),
      url("../images/tsrealm-hero-trade-show.png") 63% center / cover no-repeat;
  }

  .tsrealm-hero-row {
    padding-top: 0;
  }

  .tsrealm-hero-content-col {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .tsrealm-breadcrumbs {
    margin-bottom: 24px;
  }

  .tsrealm-hero-text {
    font-size: 16px;
  }

  .tsrealm-hero-image-wrap {
    display: none;
  }

  .tsrealm-service-card {
    min-height: 224px;
  }

  .tsrealm-stats-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsrealm-cases-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tsrealm-case-card {
    grid-template-columns: 1fr;
  }

  .tsrealm-case-card img {
    width: 100%;
    height: 250px;
  }

  .tsrealm-cta-card {
    align-items: flex-start;
    gap: 22px;
    padding: 28px 24px;
  }

  .tsrealm-cta-icon {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
    font-size: 55px;
  }

  .tsrealm-cta-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .tsrlm-site-container{max-width:720px;}
  .tsrlm-quote-hero{min-height:auto;}
  .tsrlm-quote-hero-bg{background-image:linear-gradient(180deg,rgba(3,23,24,.92) 0%,rgba(3,23,24,.88) 48%,rgba(3,23,24,.75) 100%),url("../images/tsrlm-hero-booth.jpg");background-position:center;}
  .tsrlm-hero-row{min-height:auto;padding:64px 0 62px;}
  .tsrlm-hero-title{font-size:36px;}
  .tsrlm-form-heading h2,.tsrlm-section-title,.tsrlm-cta-box h2{font-size:26px;}
  .tsrlm-cta-box{padding:26px 22px;text-align:left;}
  .tsrlm-submit-card{flex-direction:column;align-items:stretch;}
  .tsrlm-submit-actions{min-width:0;align-items:stretch;}
  .tsrlm-submit-actions small{text-align:left;}

  .tsr-navbar {
    min-height: auto;
    padding: 14px 0;
  }

  .tsr-brand img {
    width: 125px;
  }

  .tsr-menu {
    align-items: flex-start !important;
    gap: 0;
    padding-top: 14px;
  }

  .tsr-menu .nav-link {
    font-size: 13px;
    padding: 9px 0 !important;
  }

  .tsr-menu .nav-link.active:after {
    right: auto;
    margin: 0;
    bottom: 4px;
  }

  .tsr-btn-dark {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .tsr-hero {
    height: auto;
    min-height: 560px;
    padding: 76px 0;
  }

  .tsr-hero-image {
    width: 100%;
    opacity: .42;
    background-position: center right;
  }

  .tsr-hero-overlay {
    background: linear-gradient(90deg,#001012 0%,rgba(0,16,18,.94) 48%,rgba(0,16,18,.76) 100%);
  }

  .tsr-hero h1 {
    font-size: 40px;
  }

  .tsr-service-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }

  .tsr-service-card {
    min-height: 230px;
  }

  .tsr-map {
    margin: 0 auto;
  }

  .tsr-reach-copy {
    text-align: center;
    padding-left: 0;
  }

  .tsr-reach-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .tsr-stats {
    margin: 0 auto;
    grid-template-columns: repeat(4,auto);
    justify-content: center;
  }

  .tsr-process-line {
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
  }

  .tsr-process-line:before {
    display: none;
  }

  .tsr-process-step p {
    max-width: 230px;
  }

  .tsr-footer {
    padding-top: 40px;
  }

  .tsr-network {
    right: 10px;
  }

  .tsr-ind-hero-section {
    min-height: unset;
    padding-bottom: 35px;
  }

  .tsr-ind-hero-photo {
    width: 100%;
    opacity: .24;
  }

  .tsr-ind-hero-section:after {
    background: linear-gradient(90deg,rgba(0,20,24,.96),rgba(0,29,34,.84));
  }

  .tsr-ind-hero-row {
    min-height: 360px;
  }

  .tsr-ind-hero-copy {
    max-width: 680px;
  }

  .tsr-ind-cta-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .tsr-ind-cta-actions {
    width: 100%;
    justify-content: space-between;
  }

  .trlg-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .trlg-header .container-fluid {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .trlg-navbar {
    min-height: auto;
  }

  .trlg-brand img {
    width: 118px;
  }

  .trlg-nav-collapse {
    background: #fff;
    padding: 12px 0 18px;
  }

  .trlg-menu {
    gap: 0;
    align-items: flex-start;
  }

  .trlg-menu .nav-link {
    padding: 12px 0 !important;
    font-size: 12px;
  }

  .trlg-active-menu .nav-link:after {
    bottom: 5px;
    width: 42px;
  }

  .trlg-quote-btn {
    margin-top: 8px;
  }

  .trlg-hero-section {
    height: auto;
    min-height: 620px;
    padding: 28px 0 38px;
  }

  .trlg-hero-visual {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .42;
  }

  .trlg-hero-shade {
    background: linear-gradient(90deg,rgba(0,24,28,1) 0%,rgba(0,28,30,.96) 58%,rgba(0,29,31,.68) 100%);
  }

  .trlg-hero-inner {
    padding-top: 0;
  }

  .trlg-breadcrumb {
    margin-bottom: 25px;
  }

  .trlg-hero-section h1 {
    font-size: 42px;
  }

  .trlg-hero-copy {
    font-size: 17px;
  }

  .trlg-hero-points {
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    max-width: 590px;
  }

  .trlg-point span {
    font-size: 11px;
  }

  .trlg-hero-actions {
    flex-wrap: wrap;
  }

  .trlg-section-title h2 {
    font-size: 25px;
  }

  .trlg-solution-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
  }

  .trlg-solution-card {
    min-height: 190px;
  }

  .trlg-solution-card p {
    max-width: 220px;
  }

  .trlg-why-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .trlg-why-item:after {
    display: none !important;
  }

  .trlg-process-line {
    grid-template-columns: repeat(3,1fr);
    row-gap: 28px;
  }

  .trlg-process-line:before {
    display: none;
  }

  .trlg-stories-head {
    gap: 16px;
  }

  .trlg-cta-wrap {
    grid-template-columns: 60px 1fr;
    row-gap: 16px;
  }

  .trlg-cta-actions {
    grid-column: 1/-1;
    align-items: flex-start;
  }

  .trlg-cta-actions .trlg-primary-btn {
    width: auto;
  }

  .trlg-strip-grid {
    grid-template-columns: repeat(3,1fr);
    row-gap: 18px;
  }

  .trlg-strip-grid div {
    justify-content: flex-start;
  }

  .tsl-nav {
    min-height: 72px;
  }

  .tsl-menu {
    gap: 0;
    align-items: flex-start;
  }

  .tsl-menu .nav-link {
    padding: 11px 0;
  }

  .tsl-menu .nav-link.active:after {
    display: none;
  }

  .tsl-brand img {
    width: 105px;
  }

  .tsl-hero-copy {
    padding: 38px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tsl-hero-visual-wrap {
    height: 300px;
  }

  .tsl-hero-points {
    grid-template-columns: repeat(2,1fr);
  }

  .tsl-services-grid>.col-lg {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .tsl-stat-card {
    border: 1px solid #e3eceb;
    border-radius: 6px;
    padding: 14px 10px;
  }

  .tsl-brand-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tsl-feature-items {
    grid-template-columns: repeat(3,1fr);
  }

  .tsrp-hero-section {
    padding-bottom: 26px;
  }

  .tsrp-hero-gallery {
    margin-top: 6px;
  }

  .tsrp-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsrp-hero-stat:nth-child(2) {
    border-right: 0;
  }

  .tsrp-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .tsrp-cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 17px;
  }

  .tsrp-globe,
.tsrp-cta-grid .tsrp-btn,
.tsrp-call {
    margin: 0 auto;
  }

  .prn-hero {
    padding-bottom: 20px;
  }

  .prn-hero-mockup {
    margin-top: 22px;
  }

  .prn-card-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .prn-why-grid,
.prn-process-grid,
.prn-bottom-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
  }

  .prn-why-item {
    border-right: 0;
  }

  .prn-process-line {
    display: none;
  }

  .prn-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .prn-rocket {
    margin: auto;
  }

  .prn-cta .prn-btn {
    min-width: auto;
    width: 100%;
  }

  .prx-hero {
    min-height: auto;
    padding: 35px 0 45px;
    background-image: linear-gradient(
        90deg,
        rgba(0, 16, 15, 0.96) 0%,
        rgba(3, 24, 22, 0.90) 48%,
        rgba(3, 24, 22, 0.72) 100%
      ),
      url("../images/product-hero.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center right;
    background-size: 100% 100%, cover;
  }

  .prx-breadcrumb {
    margin-bottom: 28px;
  }

  .prx-hero-title {
    font-size: 38px;
    max-width: 620px;
  }

  .prx-hero-text {
    max-width: 620px;
  }

  .prx-hero-features {
    grid-template-columns: repeat(4, 1fr);
    max-width: 620px;
  }

  .prx-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prx-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .prx-cta-icon,
.prx-call {
    margin: 0 auto;
  }

  .prx-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsr-hero-row,
.tsr-hero-image-wrap,
.tsr-hero-image {
    min-height: auto;
  }

  .tsr-hero-copy {
    width: 100%;
    margin: 0;
    padding: 32px 22px 34px;
  }

  .tsr-breadcrumb {
    margin-bottom: 24px;
  }

  .tsr-hero-text {
    max-width: 690px;
  }

  .tsr-hero-feature-row {
    max-width: 690px;
  }

  .tsr-hero-image-wrap {
    height: 430px;
  }

  .tsr-hero-image {
    height: 430px;
  }

  .tsr-solutions-section,
.tsr-why-section,
.tsr-process-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tsr-card-image-box {
    height: 190px;
  }

  .tsr-card-icon {
    top: 167px;
  }

  .tsr-why-item {
    min-height: 170px;
    padding: 18px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(5, 184, 146, 0.25);
  }

  .tsr-process-step p {
    max-width: 230px;
  }

  .tsr-cta-card {
    grid-template-columns: 220px 1fr;
  }

  .tsr-cta-action {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding: 0 22px 20px;
  }

    .tss-container { padding-left: 20px; padding-right: 20px; }
  .tss-hero-visual { width: 100%; opacity: .22; }
  .tss-hero-row { min-height: unset; padding-bottom: 28px; }
  .tss-hero-showcase img,
.tss-story-card img,
.tss-cta-illustration img {
  image-rendering: auto;
  backface-visibility: hidden;
}

.tss-hero-showcase { max-width: 900px; margin: 0 auto; }
  .tss-hero-showcase img { height: 360px; }
  .tss-data-copy,
  .tss-stat-card { border-bottom: 1px solid rgba(255,255,255,.08); }
  .tss-stat-card { border-left: 0; }

   .whr-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whr-hero-section {
    min-height: auto;
    padding-bottom: 24px;
  }

  .whr-hero-photo {
    width: 100%;
    opacity: .32;
    background-position: 70% center;
  }

  .whr-hero-overlay {
    background:
      linear-gradient(90deg, rgba(2,18,20,.98) 0%, rgba(2,18,20,.92) 48%, rgba(2,18,20,.65) 100%),
      radial-gradient(circle at 15% 35%, rgba(30,200,162,.20), transparent 35%);
  }

  .whr-hero-row {
    min-height: auto;
    padding: 20px 0 24px;
  }

  .whr-hero-copy {
    max-width: 680px;
  }

  .whr-hero-spacer {
    display: none;
  }

  .whr-feature-item {
    text-align: center;
  }

  .whr-hero-stats-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 6px;
  }

  .whr-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .whr-hero-stats div {
    min-height: 80px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .whr-hero-stats div:nth-child(2n) {
    border-right: 0;
  }

  .whr-hero-stats div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .whr-partner-card {
    border: 1px solid rgba(30,200,162,.18);
  }

  .whr-cta-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .whr-cta-actions {
    width: 100%;
    justify-content: space-between;
  }

  .whr-strip-item {
    justify-content: flex-start;
  }

  .bdfab-hero-bg {
    background:
      linear-gradient(90deg, rgba(3, 21, 23, 0.98) 0%, rgba(3, 21, 23, 0.88) 55%, rgba(3, 21, 23, 0.45) 100%),
      url("../images/booth-hero.png") center right / cover no-repeat;
  }

  .bdfab-hero-section,
  .bdfab-hero-row {
    min-height: auto;
  }

  .bdfab-hero-row {
    padding-top: 28px;
    padding-bottom: 70px;
  }

  .bdfab-breadcrumb {
    margin-bottom: 58px;
  }

  .bdfab-work-top {
    align-items: flex-start;
  }

  .bdfab-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Exact 768px tablet */

@media (min-width: 768px) and (max-width: 820px) {
  .prx-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prx-hero {
    padding: 32px 0 42px;
    background-image: linear-gradient(
        90deg,
        rgba(0, 16, 15, 0.97) 0%,
        rgba(3, 24, 22, 0.94) 45%,
        rgba(3, 24, 22, 0.78) 100%
      ),
      url("../images/product-hero.png");
    background-position: left center, 68% center;
    background-size: 100% 100%, cover;
  }

  .prx-hero-title {
    font-size: 36px;
  }

  .prx-hero-text {
    font-size: 14px;
    max-width: 590px;
  }

  .prx-hero-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .prx-hero-feature i {
    font-size: 28px;
  }

  .prx-hero-feature strong {
    font-size: 10px;
  }

  .prx-service-card {
    min-height: 230px;
  }

  .prx-partner-grid {
    grid-template-columns: 1fr;
  }

  .prx-partner-item {
    border-right: 0;
    padding: 0;
  }

  .prx-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:767.98px) {
  .tsr-main-area {
    padding-top: 22px;
  }

  .tsr-form-card,
  .tsr-contact-info-card,
  .tsr-nationwide-card {
    padding: 22px;
  }

  .tsr-hero-feature {
    min-height: auto;
    text-align: left;
  }

  .tsr-hero-feature i {
    font-size: 28px;
  }

  .tsr-stats-grid {
    grid-template-columns: 1fr;
  }

  .tsr-stat-item {
    grid-template-columns: 40px auto;
    align-items: center;
  }

  .tsr-stat-item i {
    grid-row: span 2;
  }

  .tsr-cta-bar {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .tsr-cta-art {
    display: none;
  }

  .tsr-cta-actions,
  .tsr-cta-actions .tsr-primary-btn {
    width: 100%;
  }

  .tsr-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .tsrealm-navbar {
    min-height: 72px;
  }

  .tsrealm-brand-text {
    font-size: 16px;
  }

  .tsrealm-brand-mark {
    width: 40px;
    height: 40px;
  }

  .tsrealm-hero-title {
    font-size: 40px;
  }

  .tsrealm-hero-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .tsrealm-hero-actions,
  .tsrealm-btn {
    width: 100%;
  }

  .tsrealm-hero-section {
    background-position: 68% center;
  }

  .tsrealm-services-section,
  .tsrealm-process-section {
    padding-top: 28px;
  }

  .tsrealm-section-heading h2,
  .tsrealm-cases-head h2 {
    font-size: 26px;
  }

  .tsrealm-process-track {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .tsrealm-process-step {
    padding: 18px 16px;
    border: 1px solid var(--tsrealm-border);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(2, 31, 34, 0.05);
  }

  .tsrealm-stats-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .tsrealm-stat-item {
    padding: 18px 0;
  }

  .tsrealm-stat-item:first-child {
    padding-top: 0;
  }

  .tsrealm-stat-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tsrealm-cases-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tsrealm-case-card img {
    height: 220px;
  }

  .tsrealm-case-slider .slick-prev {
    left: -10px;
  }

  .tsrealm-case-slider .slick-next {
    right: -10px;
  }

  .tsrealm-cta-card {
    text-align: left;
  }

  .tsrealm-cta-content p {
    font-size: 16px;
  }

  .tsrealm-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .tsrlm-site-container{width:calc(100% - 24px);max-width:540px;}
  .tsrlm-breadcrumbs{font-size:11px;}
  .tsrlm-hero-row{padding:54px 0;}
  .tsrlm-hero-title{font-size:31px;}
  .tsrlm-hero-copy{font-size:13px;}
  .tsrlm-hero-actions{display:grid;grid-template-columns:1fr;width:100%;}
  .tsrlm-btn{width:100%;}
  .tsrlm-card{padding:15px;border-radius:9px;}
  .tsrlm-card h3{font-size:16px;}
  .tsrlm-form-heading h2,.tsrlm-section-title,.tsrlm-cta-box h2{font-size:23px;}
  .tsrlm-why-card{grid-template-columns:44px 1fr;padding:15px;}
  .tsrlm-why-card i{width:44px;height:44px;font-size:20px;}
  .tsrlm-cta-links{display:grid;gap:10px;}
  .tsrlm-cta-btn{min-width:0;width:100%;}

  .tsr-container,
.tsr-nav-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tsr-cta-card{
    display: block;
  }

  .tsr-hero {
    min-height: 520px;
    padding: 58px 0;
  }

  .tsr-hero h1 {
    font-size: 32px;
    line-height: 1.22;
  }

  .tsr-hero p {
    font-size: 16px;
  }

  .tsr-title-line {
    margin: 20px 0 24px;
  }

  .tsr-btn {
    width: 100%;
    min-width: 0;
  }

  .tsr-hero-actions {
    gap: 14px !important;
    width: 100%;
  }

  .tsr-section-head h2 {
    font-size: 24px;
  }

  .tsr-services {
    padding: 32px 0;
  }

  .tsr-service-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .tsr-reach {
    padding: 42px 0;
  }

  .tsr-reach-copy h2 {
    font-size: 28px;
  }

  .tsr-stats {
    grid-template-columns: repeat(2,1fr);
    max-width: 360px;
  }

  .tsr-process-line {
    grid-template-columns: 1fr;
  }

  .tsr-cta .d-flex {
    align-items: flex-start !important;
  }

  .tsr-rocket {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .tsr-rocket i {
    font-size: 28px;
  }

  .tsr-cta h2 {
    font-size: 23px;
  }

  .tsr-footer-logo img {
    width: 185px;
  }

  .tsr-network {
    display: none;
  }

  .tsr-ind-wide-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tsr-ind-hero-section {
    padding-top: 10px;
  }

  .tsr-ind-hero-row {
    min-height: auto;
    padding-top: 30px;
  }

  .tsr-ind-hero-copy {
    font-size: 14px;
  }

  .tsr-ind-industries-section {
    padding-top: 30px;
  }

  .tsr-ind-industry-card {
    min-height: unset;
  }

  .tsr-ind-numbers-strip {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .tsr-ind-number-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #e4ecea;
    padding-left: 22px;
  }

  .tsr-ind-number-item:nth-child(n/**/+4) {
    border-top: 0;
  }

  .tsr-ind-cta-actions {
    display: block;
  }

  .tsr-ind-phone {
    margin-top: 10px;
  }

  .tsr-ind-bottom-item {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .trlg-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trlg-brand img {
    width: 105px;
  }

  .trlg-hero-section {
    min-height: 650px;
  }

  .trlg-breadcrumb {
    font-size: 9px;
    gap: 7px;
    flex-wrap: wrap;
  }

  .trlg-kicker,
.trlg-section-title p {
    font-size: 12px;
    line-height: 1.35;
  }

  .trlg-hero-section h1 {
    font-size: 34px;
  }

  .trlg-hero-copy {
    font-size: 15px;
  }

  .trlg-hero-points {
    grid-template-columns: repeat(2,1fr);
    max-width: 360px;
  }

  .trlg-hero-actions {
    gap: 12px;
  }

  .trlg-primary-btn,
.trlg-outline-btn {
    width: 100%;
    max-width: 315px;
  }

  .trlg-solutions-section {
    padding-top: 26px;
  }

  .trlg-section-title h2 {
    font-size: 23px;
  }

  .trlg-solution-grid {
    grid-template-columns: 1fr;
  }

  .trlg-solution-card {
    padding: 20px 18px;
    min-height: auto;
  }

  .trlg-solution-card h3 {
    min-height: auto;
  }

  .trlg-why-grid {
    grid-template-columns: 1fr;
  }

  .trlg-why-item p {
    max-width: 320px;
  }

  .trlg-process-line {
    grid-template-columns: 1fr;
  }

  .trlg-process-step p {
    max-width: 250px;
  }

  .trlg-stories-box {
    padding: 17px 16px;
  }

  .trlg-stories-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .trlg-case-btn {
    width: 100%;
  }

  .trlg-story-card {
    grid-template-columns: 1fr;
  }

  .trlg-story-card img {
    height: 185px;
  }

  .trlg-cta-wrap {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 22px 18px;
  }

  .trlg-rocket {
    margin-bottom: 2px;
  }

  .trlg-cta-actions {
    align-items: stretch;
  }

  .trlg-cta-actions .trlg-primary-btn {
    width: 100%;
    max-width: 100%;
  }

  .trlg-cta-actions span {
    font-size: 14px;
    justify-content: center;
  }

  .trlg-strip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .trlg-strip-grid div {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .tsl-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tsl-hero-copy h1 {
    font-size: 32px;
  }

  .tsl-hero-text {
    font-size: 14px;
  }

  .tsl-hero-actions,
.tsl-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tsl-btn {
    width: 100%;
    padding: 0 16px;
  }

  .tsl-services-grid>.col-lg {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tsl-timeline {
    grid-template-columns: repeat(2,1fr);
  }

  .tsl-section-head h2 {
    font-size: 24px;
  }

  .tsl-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px;
  }

  .tsl-cta-card img {
    width: 100%;
    height: 145px;
  }

  .tsl-feature-items {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .tsl-feature-items div {
    justify-content: flex-start;
  }

  .tsl-breadcrumb {
    margin-bottom: 18px;
  }

  .tsrp-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tsrp-hero-copy {
    font-size: 14px;
  }

  .tsrp-hero-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .tsrp-hero-buttons {
    flex-direction: column;
  }

  .tsrp-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .tsrp-hero-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }

  .tsrp-hero-main-img {
    height: 260px;
  }

  .tsrp-hero-side-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .tsrp-hero-side-list img {
    height: 150px;
  }

  .tsrp-project-grid {
    grid-template-columns: 1fr;
  }

  .tsrp-project-card > img {
    height: 230px;
  }

  .tsrp-spectrum-grid,
.tsrp-impact-grid,
.tsrp-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tsrp-spectrum-grid div,
.tsrp-impact-grid div {
    border-right: 0;
  }

  .tsrp-impact-grid div {
    padding-left: 18px;
  }

  .prn-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prn-hero-title {
    font-size: 25px;
  }

  .prn-hero-text {
    font-size: 14px;
  }

  .prn-hero-features {
    grid-template-columns: repeat(2,1fr);
  }

  .prn-hero-buttons {
    gap: 12px;
  }

  .prn-btn {
    width: 100%;
  }

  .prn-hero-mockup {
    height: 360px;
  }

  .prn-rollup-two {
    width: 210px;
    height: 205px;
    right: 10px;
  }

  .prn-table-display {
    width: 220px;
    top: 210px;
  }

  .prn-mock-brochure {
    width: 210px;
    bottom: 38px;
  }

  .prn-mock-card {
    width: 190px;
    left: 130px;
  }

  .prn-mock-product,
.prn-mock-sticker,
.prn-shopping-bag,
.prn-plant {
    display: none;
  }

  .prn-card-grid {
    grid-template-columns: 1fr;
  }

  .prn-service-card img {
    height: 220px;
  }

  .prn-why-grid,
.prn-process-grid,
.prn-bottom-grid {
    grid-template-columns: 1fr;
  }

  .prn-cta h2 {
    font-size: 23px;
  }

  .prx-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prx-hero {
    min-height: auto;
    padding: 20px 0 45px;
    background-image: linear-gradient(
        90deg,
        rgba(0, 16, 15, 0.98) 0%,
        rgba(3, 24, 22, 0.93) 100%
      ),
      url("../images/product-hero.png");
    background-position: left center, 68% center;
    background-size: 100% 100%, cover;
  }

  .prx-breadcrumb {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .prx-hero-title {
    font-size: 34px;
  }

  .prx-hero-text {
    font-size: 14px;
  }

  .prx-hero-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .prx-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .prx-btn-main,
.prx-btn-outline {
    width: 100%;
  }

  .prx-service-grid {
    grid-template-columns: 1fr;
  }

  .prx-partner-grid {
    grid-template-columns: 1fr;
  }

  .prx-partner-item {
    border-right: 0;
    padding: 0;
  }

  .prx-section-title {
    font-size: 25px;
  }

  .prx-process-grid {
    grid-template-columns: 1fr;
  }

  .prx-stories-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .prx-case-card {
    grid-template-columns: 1fr;
  }

  .prx-case-img {
    min-height: 210px;
  }
   .tss-nav-list { padding-top: 12px; }
  .tss-hero-title { font-size: 34px; }
  .tss-feature-mini { text-align: center; }
  .tss-feature-mini span { margin: 0 auto; }
  .tss-service-section { padding-top: 22px; }
  .tss-process-track { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .tss-cta-box { grid-template-columns: 1fr; }
  .tss-cta-illustration img { height: 160px; }
  .tss-cta-content { padding: 0 20px; }
  .tss-cta-actions-wrap { padding: 0 20px 18px; }

   .ume-breadcrumb {
        padding-top: 14px;
        margin-bottom: 12px;
    }

    .ume-hero-content h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .ume-hero-text {
        font-size: 14px;
    }

    .ume-hero-points .col-6 {
        margin-bottom: 4px;
    }

    .ume-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ume-btn {
        width: 100%;
        min-height: 44px;
        white-space: normal;
        text-align: center;
    }

    .ume-hero-row {
        padding: 10px 0 22px;
    }

    .ume-hero-stats {
        grid-template-columns: 1fr;
    }

    .ume-hero-stats div,
    .ume-hero-stats div:nth-child(2n),
    .ume-hero-stats div:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .ume-hero-stats div:last-child {
        border-bottom: 0;
    }

    .ume-process-line {
        grid-template-columns: repeat(2,1fr);
    }

    .ume-industries-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ume-cta-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .ume-cta-actions .ume-btn {
        width: 100%;
    }

    .ume-bottom-strip {
        padding: 14px 0;
    }

    .ume-bottom-strip .row {
        row-gap: 12px;
    }

    .ume-bottom-strip .row > [class*="col"] > div,
    .ume-bottom-strip .row > .col > div {
        justify-content: flex-start;
        gap: 10px;
        font-size: 10px;
    }

    .ume-bottom-strip i {
        flex: 0 0 auto;
        font-size: 21px;
    }

    .whr-breadcrumb {
    padding-top: 12px;
    margin-bottom: 10px;
  }

  .whr-hero-row {
    padding: 14px 0 20px;
  }

  .whr-hero-copy h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .whr-hero-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .whr-hero-features {
    margin-bottom: 18px;
  }

  .whr-hero-features .col-6 {
    margin-bottom: 4px;
  }

  .whr-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .whr-btn {
    width: 100%;
    min-height: 44px;
    white-space: normal;
    text-align: center;
  }

  .whr-hero-stats {
    grid-template-columns: 1fr;
  }

  .whr-hero-stats div,
  .whr-hero-stats div:nth-child(2n),
  .whr-hero-stats div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .whr-hero-stats div:last-child {
    border-bottom: 0;
  }

  .whr-process-line {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }

  .whr-metric-row {
    row-gap: 14px;
  }

  .whr-metric-item {
    align-items: flex-start;
  }

  .whr-cta-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .whr-cta-actions .whr-btn,
  .whr-call-box {
    width: 100%;
  }

  .whr-bottom-strip {
    padding: 14px 0;
  }

  .whr-bottom-strip .row {
    row-gap: 12px;
  }

  .whr-strip-item {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 10px;
  }

  .whr-strip-item i {
    font-size: 21px;
  }

   .bdfab-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .bdfab-hero-bg {
    background:
      linear-gradient(180deg, rgba(3, 21, 23, 0.96) 0%, rgba(3, 21, 23, 0.9) 48%, rgba(3, 21, 23, 0.78) 100%),
      url("../images/booth-hero.png") 68% center / cover no-repeat;
  }

  .bdfab-hero-row {
    padding-top: 22px;
    padding-bottom: 54px;
  }

  .bdfab-breadcrumb {
    margin-bottom: 36px;
    font-size: 12px;
  }

  .bdfab-hero-title {
    letter-spacing: -1px;
  }

  .bdfab-hero-lead {
    font-size: 17px;
  }

  .bdfab-hero-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .bdfab-hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: auto;
  }

  .bdfab-mini-icon {
    margin-bottom: 0;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .bdfab-hero-actions,
  .bdfab-work-top {
    flex-direction: column;
    align-items: stretch;
  }

  .bdfab-btn {
    width: 100%;
  }

  .bdfab-booth-types-section,
  .bdfab-work-section {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .bdfab-type-card img {
    height: 205px;
  }

  .bdfab-type-card p {
    min-height: auto;
  }

  .bdfab-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .bdfab-project-slider-wrapper {
    padding: 0 22px;
  }

  .bdfab-project-slider .slick-prev {
    left: -18px;
  }

  .bdfab-project-slider .slick-next {
    right: -18px;
  }

  .bdfab-slide-item img {
    height: 205px;
  }

  .bdfab-cta-card {
    padding: 26px 24px;
  }

  .bdfab-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .bdfab-stat-item {
    justify-content: flex-start;
    padding: 13px;
    border: 1px solid var(--bdfab-line);
    border-radius: 8px;
    background: #ffffff;
  }


}


@media (max-width: 575.98px) {
  .tsr-contact-hero {
    padding: 32px 0;
  }

  .tsr-hero-title {
    letter-spacing: -0.8px;
  }

  .tsr-hero-text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .tsr-hero-image-card,
  .tsr-hero-image-card img {
    min-height: 240px;
    height: 240px;
  }

  .tsr-captcha-demo {
    width: 100%;
    max-width: 250px;
  }

  .tsr-card h2,
  .tsr-why-section > h2 {
    font-size: 20px;
  }

  .tsr-cta-content h2 {
    font-size: 21px;
  }

  .tsr-trust-bar {
    grid-template-columns: 1fr;
  }

   .tsr-contact-hero {
    padding: 32px 0 26px;
  }

  .tsr-hero-title {
    font-size: 24px;
  }

  .tsr-hero-text {
    font-size: 13px;
    margin-bottom: 22px;
  }

 .tsr-hero-feature-row {
    grid-template-columns: revert-rule;
    gap: 0px;
}

  .tsrealm-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tsrealm-hero-title {
    font-size: 34px;
  }

  .tsrealm-breadcrumbs {
    font-size: 12px;
  }

  .tsrealm-hero-section {
    background-position: 70% center;
  }

  .tsrealm-why-heading {
    font-size: 13px;
  }

  .tsrealm-why-item {
    min-height: auto;
  }

  .tsrealm-cta-icon {
    display: none;
  }

  .tsrealm-trust-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
    .tsrlm-pill-row label{width:100%;justify-content:flex-start;}
  .tsrlm-mini-group label{min-width:80px;}
  .tsrlm-trust-item{align-items:flex-start;}
  .tsrlm-package-slide{grid-template-columns:36px minmax(0,1fr);padding:10px;}
  .tsrlm-package-icon{width:36px;height:36px;font-size:15px;}
  
  .whr-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .whr-hero-photo {
    opacity: .24;
    background-position: 72% center;
  }

  .whr-hero-copy h1 {
    font-size: 28px;
  }

  .whr-hero-text {
    font-size: 12.5px;
  }

  .whr-feature-item i {
    font-size: 21px;
  }

  .whr-feature-item span {
    font-size: 9px;
  }

  .whr-process-line {
    grid-template-columns: 1fr;
  }

  .whr-service-card {
    min-height: auto;
  }

  .whr-story-card img {
    height: 190px;
  }

  .whr-metric-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    margin-top: 18px;
    padding: 16px;
    background: #dcefeb;
    border-radius: 8px;
  }

  .whr-metric-row > .col {
    width: auto !important;
    max-width: 100% !important;
    flex: unset !important;
    padding: 0 !important;
  }

  .whr-metric-item {
    min-height: 118px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border-right: 0 !important;
  }

  .whr-metric-item i {
    margin: 0;
    font-size: 42px;
    line-height: 1;
  }

  .whr-metric-item div {
    width: 100%;
  }

  .whr-metric-item strong {
    font-size: 18px;
    line-height: 1.05;
    margin-bottom: 4px;
  }

  .whr-metric-item span {
    max-width: 95px;
    margin: 0 auto;
    font-size: 9.5px;
    line-height: 1.25;
  }

  .whr-metric-row > .col:last-child {
    grid-column: 1 / -1;
  }

  .whr-metric-row > .col:last-child .whr-metric-item {
    min-height: 105px;
  }

  .whr-strip-item {
    align-items: flex-start;
  }
  .bdfab-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bdfab-hero-title {
    font-size: 40px;
  }

  .bdfab-hero-features .col-6 {
    width: 100%;
  }

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

  .bdfab-process-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    column-gap: 16px;
    text-align: left;
  }

  .bdfab-process-icon {
    grid-row: span 4;
    margin: 0;
  }

  .bdfab-process-item p {
    max-width: 100%;
    margin: 0;
  }

  .bdfab-type-card img,
  .bdfab-slide-item img {
    height: 190px;
  }
}

@media (max-width:480px) {
  .tsr-brand img {
    width: 112px;
  }

  .tsr-hero h1 {
    font-size: 23px;
  }

  .tsr-service-grid {
    grid-template-columns: 1fr;
  }

  .tsr-service-card {
    min-height: auto;
  }

  .tsr-stats {
    grid-template-columns: 1fr 1fr;
    gap: 18px 10px;
  }

  .tsr-stats div {
    justify-content: center;
    text-align: left;
  }

  .tsr-copyright {
    text-align: center;
  }

  .tsr-ind-hero-title {
    font-size: 34px;
  }

  .tsr-ind-section-heading h2 {
    font-size: 23px;
  }

  .tsr-ind-cta-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 24px;
  }

  .tsr-ind-cta-text h2 {
    font-size: 20px;
  }

  .tsr-ind-primary-btn {
    width: 100%;
  }

  .trlg-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trlg-hero-section h1 {
    font-size: 30px;
  }

  .trlg-hero-copy {
    font-size: 14px;
  }

  .trlg-hero-points {
    gap: 15px;
  }

  .trlg-point i {
    font-size: 27px;
  }

  .trlg-strip-grid {
    grid-template-columns: 1fr;
  }

  .trlg-section-title h2 {
    font-size: 21px;
  }

  .tsl-services-grid>.col-lg {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tsl-hero-points {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tsl-timeline {
    grid-template-columns: 1fr;
  }

  .tsl-feature-items {
    grid-template-columns: 1fr;
  }

  .tsl-hero-visual-wrap {
    height: 240px;
  }

  .tsl-cta-card h2 {
    font-size: 22px;
  }

  .tsrp-breadcrumb {
    margin-bottom: 18px;
  }

  .tsrp-hero-title {
    letter-spacing: -0.9px;
  }

  .tsrp-hero-stats {
    grid-template-columns: 1fr;
  }

  .tsrp-hero-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
  }

  .tsrp-hero-stat:last-child {
    border-bottom: 0;
  }

  .tsrp-hero-side-list {
    grid-template-columns: 1fr;
  }

  .tsrp-spectrum-grid,
.tsrp-impact-grid,
.tsrp-bottom-grid {
    grid-template-columns: 1fr;
  }

  .tsrp-bottom-grid div {
    justify-content: flex-start;
  }

  .prn-hero-mockup {
    height: 300px;
  }

  .prn-rollup-two {
    display: none;
  }

  .prn-table-display {
    right: 10px;
    top: 185px;
    width: 190px;
  }

  .prn-mock-brochure {
    width: 210px;
    left: -20px;
    bottom: 70px;
  }

  .prn-mock-card {
    width: 180px;
    left: 90px;
    bottom: 20px;
  }

  .prx-hero-title {
    font-size: 30px;
  }

  .prx-hero-features,
.prx-bottom-grid {
    grid-template-columns: 1fr;
  }

  .prx-bottom-item {
    justify-content: flex-start;
  }

  .tsr-hero-copy {
    padding: 25px 16px 28px;
  }

  .tsr-breadcrumb {
    font-size: 10px;
  }

  .tsr-eyebrow {
    font-size: 12px;
  }

  .tsr-hero-text {
    margin: 20px 0 25px;
    font-size: 14px;
  }

  .tsr-hero-feature {
    min-height: 70px;
  }

  .tsr-hero-image-wrap,
.tsr-hero-image {
    height: 290px;
  }

  .tsr-side-card {
    width: 104px;
    padding: 10px 10px;
  }

  .tsr-side-card div {
    font-size: 8px;
  }

  .tsr-solutions-section {
    padding-top: 25px;
  }

  .tsr-card-image-box {
    height: 185px;
  }

  .tsr-card-icon {
    top: 161px;
  }

  .tsr-why-item {
    min-height: 166px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tsr-why-item i {
    font-size: 31px;
  }

  .tsr-why-item h3 {
    font-size: 11px;
  }

  .tsr-why-item p,
.tsr-process-step p,
.tsr-card-body p {
    font-size: 10.5px;
  }

  .tsr-proof-panel {
    margin-top: 24px;
  }

  .tsr-impact-item strong {
    font-size: 19px;
  }

   .tss-container { padding-left: 16px; padding-right: 16px; }
  .tss-hero-showcase img { height: 260px; }
  .tss-story-card img { height: 180px; }
  .tss-brand-text { font-size: 12px; }
  .tss-hero-title { font-size: 24px; }
  .tss-hero-text { font-size: 13px; }
  .tss-btn { width: 100%; }
  .tss-hero-actions { display: grid !important; grid-template-columns: 1fr; }
  .tss-process-track { grid-template-columns: 1fr; }
  .tss-bottom-item { justify-content: flex-start; }
  .ume-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ume-hero-photo {
        opacity: .24;
        background-position: 76% center;
    }

    .ume-hero-content {
        padding-top: 0;
    }

    .ume-hero-content h1 {
        font-size: 24px;
    }

    .ume-hero-text {
        font-size: 13px;
    }

    .ume-hero-points {
        margin-bottom: 20px;
    }

    .ume-hero-point i {
        font-size: 22px;
    }

    .ume-hero-stats-wrap {
        margin-top: 2px;
    }

    .ume-hero-stats div {
        min-height: 74px;
        padding: 13px 14px;
    }

    .ume-hero-stats strong {
        font-size: 18px;
    }

    .ume-hero-stats span {
        font-size: 9px;
    }

    .ume-process-line {
        grid-template-columns: 1fr;
    }

    .ume-service-card {
        min-height: auto;
    }

    .ume-story-card img {
        height: 190px;
    }

    .ume-bottom-strip .row > [class*="col"] > div,
    .ume-bottom-strip .row > .col > div {
        align-items: flex-start;
    }
    .ume-cta-box {
   display: block;

}
.ume-hero-stats-wrap {
   display: none;
    
}
.ume-hero-visual-spacer {
    min-height: 230px;
    display: none;
}

}


@media (max-width: 380px) {
  .whr-metric-row {
    grid-template-columns: 1fr;
  }

  .whr-metric-row > .col:last-child {
    grid-column: auto;
  }

  .whr-metric-item {
    min-height: 96px;
  }
}
