/*
Theme Name: Total Child Theme
Theme URI: https://officetorque.com
Description: OfficeTorque child theme for Total. Custom styles here, scripts in /js via functions.php.
Author: PMD
Template: Total
Version: 2.1
*/

/* -------------------------------------------------------------
   Tokens
------------------------------------------------------------- */
:root {
  --color-teal: #17B8AE;
  --color-dark-teal: #10827B;
  --color-black: #091316;
  --color-white: #ffffff;
  --section-pad: 40px;
  --section-pad-sm: 20px;
  --stack-gap: 20px;
}

/* -------------------------------------------------------------
   Base typography
------------------------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background-color: #F8F8F8;
}

h1, h1.vcex-heading,
h2, h2.vcex-heading,
h3, h3.vcex-heading,
h4, h4.vcex-heading {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
}

h1, h1.vcex-heading {
  font-size: 80px !important;
  line-height: 80px;
}

h2, h2.vcex-heading {
  font-size: 45px !important;
  line-height: 54px;
}

h3, h3.vcex-heading {
  font-size: 26px !important;
  line-height: 30px;
}

p {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
}

a {
  color: var(--color-dark-teal);
}

a:hover {
  color: var(--color-dark-teal);
  text-decoration: underline;
}

.menu-cta a:hover {
  text-decoration: none;
}

/* Text utilities */
h1 .teal,
.teal {
  color: var(--color-teal) !important;
}

h2 .white,
.white {
  color: var(--color-white) !important;
}

.darkPanel .light p,
.darkPanel p.light,
p .light,
.light p,
p.light,
.light {
  color: #ADADAD !important;
}

p .standOut,
.standOut {
  font-weight: 600 !important;
  color: var(--color-black);
}

.small p {
  font-size: 14px !important;
}

.smallCallout span {
  font-size: 28px !important;
  line-height: 36px;
  margin-bottom: 30px;
}

/* Eyebrow labels */
.byline {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark-teal);
  margin-bottom: 10px;
}

.tooltip span {
  background-color: var(--color-black);
  color: var(--color-teal);
  border-radius: 5px;
  font-size: 14px !important;
  padding: 10px 20px;
  margin-bottom: 20px;
}

/* Pull quote */
.quote {
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.quote p {
  font-size: 45px;
  line-height: 60px;
  font-weight: 600 !important;
  color: var(--color-black);
  font-family: "Inter Tight", sans-serif;
  text-align: center;
}

.quoteAuthor,
.quoteAuthor p,
p.quoteAuthor {
  font-weight: 600 !important;
  color: var(--color-black) !important;
}

blockquote {
  margin: 32px 0 !important;
  padding: 6px 0 6px 24px !important;
  border-left: 3px solid var(--color-teal);
  background: none;
  font-style: normal;
}

blockquote p {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-black);
  margin: 0;
}

blockquote::before,
blockquote::after {
  content: none !important;
}

/* Hand cursor on all interactive elements —
   buttons and href-less links don't get it by default */
a,
button,
input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"],
select,
label[for],
summary,
.theme-button,
[role="button"],
[onclick] {
  cursor: pointer;
}

/* -------------------------------------------------------------
   Lists
------------------------------------------------------------- */
ul, ol {
  --wpex-list-margin-side: 0px;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

ul li {
  font-size: 16px;
  color: #646464;
  margin-bottom: 15px;
  font-weight: 400;
}

.wpb_text_column ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* Dot bullets for content lists, skipped when ot-props is present */
.wpb_text_column:not(.ot-props) ul:not(.ot-props) > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.wpb_text_column:not(.ot-props) ul:not(.ot-props) > li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-dark-teal);
  margin-top: 0.55em;
}

.wpb_text_column:not(.ot-props) ul:not(.ot-props) > li:last-child {
  margin-bottom: 0;
}

/* Tick lists: "ot-props" on the ul or the text block */
ul.ot-props,
.ot-props ul {
  list-style: none !important;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.bigHero ul.ot-props,
.bigHero .ot-props ul {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin-bottom: 38px;
}

.heroLeft ul.ot-props,
.heroLeft .ot-props ul {
  justify-content: flex-start;
}

.ot-props li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
}

.ot-props li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/uploads/2026/07/check.svg') no-repeat center / contain;
}

/* -------------------------------------------------------------
   Buttons: .theme-button primary, add "secondary" for ghost
------------------------------------------------------------- */
.theme-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background: var(--color-teal);
  color: var(--color-black);
  border: 1px solid var(--color-teal);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.theme-button:hover,
.theme-button:focus {
  background: var(--color-dark-teal);
  border-color: var(--color-dark-teal);
  color: var(--color-white);
  text-decoration: none;
}

.theme-button.secondary {
  background: transparent;
  border-color: var(--color-white);
  border-width: 2px;
  color: var(--color-white);
}

.theme-button.secondary:hover,
.theme-button.secondary:focus {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--color-white);
}

/* -------------------------------------------------------------
   Header: dark by default, ot-header.js toggles the light state
------------------------------------------------------------- */
#site-header {
  background-color: var(--color-black) !important;
  border-bottom: 1px solid #2F2E2E;
  transition:
	background-color .45s cubic-bezier(.4, 0, .2, 1),
	border-color .45s cubic-bezier(.4, 0, .2, 1);
}

.is-sticky #site-header,
.wpex-sticky-header-holder.is-sticky #site-header {
  box-shadow: none !important;
}

#site-header-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

#site-logo {
  display: flex;
  align-items: center;
}

#site-logo .logo-img {
  height: 32px;
  width: auto;
  transition: filter .45s cubic-bezier(.4, 0, .2, 1);
}

#site-navigation .main-navigation-ul > li > a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 10px;
  padding-right: 10px;
  transition: color .2s ease;
}

#site-navigation .main-navigation-ul > li > a:hover,
#site-navigation .main-navigation-ul > li > a:focus {
  color: var(--color-teal);
}

#site-navigation .main-navigation-ul > li.current-menu-item > a,
#site-navigation .main-navigation-ul > li.current-menu-ancestor > a,
#site-navigation .main-navigation-ul > li.current_page_item > a {
  color: var(--color-teal);
}

/* Contact pill menu item */
#site-navigation .main-navigation-ul > li.menu-cta > a {
  display: inline-flex !important;
  align-items: center !important;
  height: 42px !important;
  padding: 0 22px !important;
  margin-left: 14px;
  margin-top: 4px;
  line-height: 1 !important;
  background: var(--color-teal);
  color: var(--color-black);
  border-radius: 100px;
  transition: background-color .2s ease, color .2s ease;
}

#site-navigation .main-navigation-ul > li.menu-cta > a .link-inner {
  display: block;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#site-navigation .main-navigation-ul > li.menu-cta > a:hover,
#site-navigation .main-navigation-ul > li.menu-cta > a:focus {
  background: var(--color-dark-teal);
  color: var(--color-white);
}

#site-navigation .main-navigation-ul > li.menu-cta.current-menu-item > a,
#site-navigation .main-navigation-ul > li.menu-cta.current_page_item > a {
  color: var(--color-black);
}

/* Light state */
#site-header.ot-header--light {
  background-color: var(--color-white) !important;
  border-bottom-color: #E6EAEC;
}

#site-header.ot-header--light #site-logo .logo-img {
  filter: invert(1);
}

#site-header.ot-header--light #site-navigation .main-navigation-ul > li > a {
  color: rgba(9, 19, 22, 0.72);
}

#site-header.ot-header--light #site-navigation .main-navigation-ul > li > a:hover,
#site-header.ot-header--light #site-navigation .main-navigation-ul > li > a:focus {
  color: var(--color-dark-teal);
}

#site-header.ot-header--light #site-navigation .main-navigation-ul > li.current-menu-item > a,
#site-header.ot-header--light #site-navigation .main-navigation-ul > li.current_page_item > a {
  color: var(--color-dark-teal);
}

#site-header.ot-header--light #site-navigation .main-navigation-ul > li.menu-cta > a {
  color: var(--color-black);
}

#site-header.ot-header--light #site-navigation .main-navigation-ul > li.menu-cta > a:hover,
#site-header.ot-header--light #site-navigation .main-navigation-ul > li.menu-cta > a:focus {
  color: var(--color-white);
}

/* Hamburger */
.wpex-hamburger-icon {
  background: transparent !important;
}

.wpex-hamburger-icon > span,
.wpex-hamburger-icon > span::before,
.wpex-hamburger-icon > span::after,
.wpex-hamburger-icon::before,
.wpex-hamburger-icon::after {
  background-color: var(--color-white) !important;
  height: 2px !important;
  border-radius: 2px;
}

#site-header.ot-header--light .wpex-hamburger-icon {
  background: transparent !important;
}

#site-header.ot-header--light .wpex-hamburger-icon > span,
#site-header.ot-header--light .wpex-hamburger-icon > span::before,
#site-header.ot-header--light .wpex-hamburger-icon > span::after,
#site-header.ot-header--light .wpex-hamburger-icon::before,
#site-header.ot-header--light .wpex-hamburger-icon::after {
  background-color: var(--color-black) !important;
}

/* Fullscreen mobile menu */
.full-screen-overlay-nav-menu::before {
  content: "";
  display: block;
  width: 210px;
  height: 41px;
  margin: 0 auto 40px;
  background: url('/wp-content/uploads/2026/07/logo-black.webp') no-repeat center / contain;
}

.full-screen-overlay-nav-menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black) !important;
  display: inline-block;
  padding: 10px 0;
}

.full-screen-overlay-nav-menu ul li.current-menu-item > a,
.full-screen-overlay-nav-menu ul li.current_page_item > a {
  color: var(--color-dark-teal) !important;
}

.full-screen-overlay-nav-menu ul li.menu-cta > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 36px;
  margin-top: 18px;
  background: var(--color-teal);
  color: var(--color-black) !important;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1 !important;
}

.full-screen-overlay-nav-close {
  color: var(--color-black);
}

/* -------------------------------------------------------------
   Heroes: .bigHero rows (+ ot-glow ot-glow--idle ot-dark).
   heroLeft = left-aligned variant. --hero-fade set by ot-header.js.
------------------------------------------------------------- */
.bigHero {
  margin-bottom: 80px !important;
  padding: 120px 0 100px 0;
  background-color: var(--color-black);
  background-color: color-mix(
	in srgb,
	#F8F8F8 calc(var(--hero-fade, 0) * 100%),
	var(--color-black)
  );
}

.bigHero p {
  color: #ADADAD;
  font-size: 21px;
  font-weight: 400;
}

.bigHero li {
  color: #fff;
}

.bigHero .ot-props li {
  color: rgba(255, 255, 255, 0.85);
  color: color-mix(
	in srgb,
	#333B41 calc(var(--hero-fade, 0) * 100%),
	rgba(255, 255, 255, 0.85)
  );
}

.bigHero .byline span {
  background-color: rgba(23, 184, 174, 0.2) !important;
  border-radius: 999px;
  font-size: 16px;
  padding: 5px 30px 7px 30px;
  color: #fff;
  font-weight: 500;
}

.bigHero .theme-button.secondary {
  color: var(--color-white);
  color: color-mix(
	in srgb,
	var(--color-black) calc(var(--hero-fade, 0) * 100%),
	var(--color-white)
  );
  border-color: var(--color-white);
  border-color: color-mix(
	in srgb,
	rgba(9, 19, 22, 0.35) calc(var(--hero-fade, 0) * 100%),
	var(--color-white)
  );
}

.bigHero .theme-button.secondary:hover,
.bigHero .theme-button.secondary:focus {
  border-color: color-mix(
	in srgb,
	rgba(9, 19, 22, 0.6) calc(var(--hero-fade, 0) * 100%),
	rgba(255, 255, 255, 0.3)
  );
}

.heroDivide {
  margin-top: 100px;
  padding-top: 50px !important;
  border-top: 1px solid #2F2E2E;
  border-top-color: color-mix(
	in srgb,
	#DEDEDE calc(var(--hero-fade, 0) * 100%),
	#2F2E2E
  );
}

.homeHeroPad {
  margin-bottom: 40px !important;
}

.contactHeader {
  padding-bottom: 180px;
}

.ot-glow h1 {
  color: var(--color-white);
  color: color-mix(
	in srgb,
	var(--color-black) calc(var(--hero-fade, 0) * 100%),
	var(--color-white)
  );
  text-align: center;
}

.ot-glow .vc_column-inner > .wpb_wrapper {
  text-align: center;
}

.ot-glow .theme-button {
  min-width: 200px;
  margin: 0 7px;
}

/* Left-aligned hero */
.heroLeft .vc_column-inner > .wpb_wrapper,
.heroLeft h1 {
  text-align: left;
}

.heroLeft .ot-props {
  justify-content: flex-start;
}

.heroLeft .theme-button {
  margin: 0 14px 0 0;
}

.heroLeft .wpb_wrapper,
.heroLeft .wpb_wrapper p,
.heroLeft h1,
.heroLeft .vcex-heading,
.heroLeft .wpex-text-center {
  text-align: left !important;
}

/* -------------------------------------------------------------
   Hero glow: ot-glow.js sets --gx / --gy
------------------------------------------------------------- */
.vc_row.ot-glow,
.ot-glow {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.vc_row.ot-glow::before,
.ot-glow::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1300px !important;
  height: 1300px !important;
  margin: 0 !important;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
	circle,
	rgba(23, 184, 174, 0.30),
	rgba(23, 184, 174, 0.10) 42%,
	transparent 68%
  );
  transform: translate3d(
	calc(var(--gx, 50cqw) - 650px),
	calc(var(--gy, 300px) - 650px),
	0
  );
  will-change: transform;
}

.ot-glow > .wpb_column,
.ot-glow > .vc_column_container,
.ot-glow > * {
  position: relative;
  z-index: 1;
}

.bigHero.ot-glow::before {
  opacity: calc(1 - var(--hero-fade, 0));
}

@keyframes ot-drift {
  0%, 100% { transform: translate3d(calc(44cqw - 650px), -260px, 0); }
  50%      { transform: translate3d(calc(58cqw - 650px), -80px, 0); }
}

.vc_row.ot-glow--idle::before,
.ot-glow--idle::before {
  animation: ot-drift 14s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .vc_row.ot-glow--idle::before,
  .vc_row.ot-glow::before,
  .ot-glow--idle::before,
  .ot-glow::before {
	animation: none !important;
	transform: translate3d(calc(50cqw - 650px), -200px, 0) !important;
  }
}

/* -------------------------------------------------------------
   Headline rotator: ot-rotate.js
   <span class="ot-rotate" data-words="a|b|c"><span>a</span></span>
------------------------------------------------------------- */
.ot-rotate {
  color: var(--color-teal);
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  height: 1em;
}

.ot-rotate > span {
  display: inline-block;
}

.ot-rotate.is-leaving > span {
  animation: ot-fall 0.26s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.ot-rotate.is-swapping > span {
  animation: ot-rise 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes ot-fall {
  to { opacity: 0; transform: translateY(-0.3em); filter: blur(4px); }
}

@keyframes ot-rise {
  from { opacity: 0; transform: translateY(0.4em); filter: blur(4px); }
  to   { opacity: 1; transform: none; filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ot-rotate.is-leaving > span,
  .ot-rotate.is-swapping > span {
	animation: none;
  }
}

/* -------------------------------------------------------------
   Panels and cards
   panel = white card / panelBlack = solid dark card
   panelDark = glass on dark / darkPanel + darkRow = dark bands
------------------------------------------------------------- */
.panel > .vc_column-inner > .wpb_wrapper {
  background-color: var(--color-white);
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  padding: 28px 26px;
  width: 100%;
  height: 100%;
}

.vc_row.panel > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: var(--color-white);
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  padding: 28px 26px;
}

.vc_row-o-equal-height .panel > .vc_column-inner {
  height: 100%;
  display: flex;
}

.panel ul.ot-props,
.panel .ot-props ul {
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.panel .ot-props li {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 15px;
  align-items: flex-start;
}

.panel .ot-props li::before {
  margin-top: 3px;
}

/* darkPanel paints the wrapper, not the row */
.vc_row.darkPanel {
  background: none !important;
  padding: 0 !important;
  border-radius: 0;
}

.vc_row.darkPanel > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: var(--color-black);
  border-radius: 20px;
  padding: 40px 36px;
}

.vc_row.panelDark > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 26px;
}

/* darkRow: full dark band. Add ot-dark if the header passes over it */
.darkRow {
  background-color: var(--color-black);
  padding: 30px;
  border-radius: 20px;
}

.darkRow h2, .darkRow h2.vcex-heading,
.darkRow h3, .darkRow h3.vcex-heading,
.darkRow h4, .darkRow h4.vcex-heading,
.darkRow .vcex-heading {
  color: var(--color-white);
}

.darkRow p {
  color: rgba(255, 255, 255, 0.7);
}

.darkRow ul li {
  color: rgba(255, 255, 255, 0.85);
}

.darkRow .byline {
  color: var(--color-teal);
}

.darkRow .wpb_text_column:not(.ot-props) ul:not(.ot-props) > li::before {
  background: var(--color-teal);
}

.darkRow .heroDivide,
.darkRow hr {
  border-color: #2F2E2E;
}

.darkRow p.standOut,
.darkRow .standOut p,
.darkRow .standOut {
  font-weight: 600 !important;
  color: var(--color-white) !important;
}

/* Mint feature panel */
.featurePanel > .vc_column-inner > .wpb_wrapper {
  background-image: url('/wp-content/uploads/2026/07/grad-bg.webp');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 48px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Contact page: cards overlap the hero */
.contactCards {
  position: relative;
  z-index: 2;
  margin-top: -170px !important;
  padding-bottom: 40px;
}

.panelBlack > .vc_column-inner > .wpb_wrapper {
  background-color: var(--color-black);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 40px 36px;
  width: 100%;
  height: 100%;
}

.panelBlack h3,
.panelBlack .vcex-heading {
  color: var(--color-white);
}

.panelBlack p {
  color: rgba(255, 255, 255, 0.7);
}

.contactCards .panel > .vc_column-inner > .wpb_wrapper {
  padding: 40px 36px;
  box-shadow: 0 24px 60px -20px rgba(9, 19, 22, 0.25);
}

.contactCards .panelBlack > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 24px 60px -20px rgba(9, 19, 22, 0.45);
}

.vc_row-o-equal-height .panelBlack > .vc_column-inner {
  height: 100%;
  display: flex;
}

/* -------------------------------------------------------------
   Components
------------------------------------------------------------- */

/* Product screenshots */
img.screenshot,
.screenshot img {
  display: block;
  border-radius: 20px;
  box-shadow:
	0 0 80px rgba(0, 0, 0, 0.2),
	0 24px 48px -12px rgba(0, 0, 0, 0.25);
}

/* Video embed */
.videoPlayer {
  border-radius: 20px;
  overflow: hidden;
  transform: translateZ(0);
}

.videoPlayer iframe {
  display: block;
  border-radius: 20px;
}

.videoPlayer.wpex-bg-black {
  background: none !important;
}

/* Step cards: <ol class="stepCards">, numbers auto-generate */
ol.stepCards {
  list-style: none !important;
  counter-reset: step;
  margin: 40px 0 32px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

ol.stepCards > li {
  counter-increment: step;
  margin: 0;
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

ol.stepCards > li::before {
  content: "0" counter(step);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-teal);
}

@media (max-width: 1100px) {
  ol.stepCards {
	grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  ol.stepCards {
	grid-template-columns: repeat(2, 1fr);
  }
}

/* Timeline: <ol class="timeline"> */
ol.timeline {
  list-style: none !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  position: relative;
}

ol.timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #E6EAEC;
}

ol.timeline > li {
  position: relative;
  margin: 0 0 36px !important;
  padding: 0 0 0 42px;
}

ol.timeline > li:last-child {
  margin-bottom: 0 !important;
}

ol.timeline > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-teal);
  border: 3px solid #F8F8F8;
}

.timeline-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark-teal);
  line-height: 1;
  margin-top: 0;
  padding-top: 7px !important;
}

.timeline-date .lc {
  text-transform: none;
}

ol.timeline > li > p:first-child {
  margin: 0 !important;
  line-height: 1;
}

ol.timeline h3 {
  font-size: 20px !important;
  line-height: 1.3;
  margin: 2px 0 8px !important;
}

ol.timeline p {
  margin: 0;
}

/* Check panel: <ul class="checkPanel"> */
ul.checkPanel {
  list-style: none !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

ul.checkPanel > li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 14px 18px !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
}

ul.checkPanel > li::before {
  content: "";
  position: static;
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  background: var(--color-teal);
  -webkit-mask: url('/wp-content/uploads/2026/07/check.svg') no-repeat center / contain;
  mask: url('/wp-content/uploads/2026/07/check.svg') no-repeat center / contain;
}

/* Stat counters (Counter Up plugin). statsDark = dark variant */
.lgx_counter_up_app .lgx_counter_value {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--color-black) !important;
}

.lgx_counter_value .ot-suffix {
  color: var(--color-teal);
  font-style: normal;
}

.lgx_counter_up_app .lgx_app_item_title {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #5F6B76 !important;
  margin: 6px 0 0 !important;
  line-height: 1.5;
}

.lgx_counter_up_app .lgx_app_item {
  padding: 10px 24px;
}

.lgx_counter_up_app .lgx_app_item + .lgx_app_item {
  border-left: 1px solid #DEDEDE;
}

.statsDark .lgx_counter_value {
  color: var(--color-white) !important;
}

.statsDark .lgx_app_item_title {
  color: rgba(255, 255, 255, 0.6) !important;
}

.statsDark .lgx_app_item + .lgx_app_item {
  border-left-color: #2A3439;
}

/* Counters inside fading heroes */
.bigHero .statsDark .lgx_counter_value {
  color: color-mix(
	in srgb,
	var(--color-black) calc(var(--hero-fade, 0) * 100%),
	var(--color-white)
  ) !important;
}

.bigHero .statsDark .lgx_app_item_title {
  color: color-mix(
	in srgb,
	#5F6B76 calc(var(--hero-fade, 0) * 100%),
	rgba(255, 255, 255, 0.6)
  ) !important;
}

.bigHero .statsDark .lgx_app_item + .lgx_app_item {
  border-left-color: color-mix(
	in srgb,
	#DEDEDE calc(var(--hero-fade, 0) * 100%),
	#2A3439
  );
}

/* Contact details icon boxes */
.contactDetails {
  margin-top: 28px;
}

.contactDetails .vcex-icon-box-heading {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-teal);
  margin-bottom: 4px;
}

.contactDetails .contactTXT {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}

.contactDetails .vcex-icon-box-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}

.contactDetails a {
  color: var(--color-white) !important;
}

.contactDetails a:hover {
  color: var(--color-teal) !important;
}

.contactDetails.vcex-icon-box {
  border-top: 1px solid #555555;
  padding-top: 20px;
}

/* Contact form (CF7), floating labels */
.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.wpcf7 form > p {
  margin: 0;
  width: 100%;
}

.otField {
  position: relative;
  width: 100%;
}

.otField--half {
  width: calc(50% - 10px);
}

.otField .wpcf7-form-control-wrap {
  display: block;
}

.otField input,
.otField textarea {
  width: 100%;
  border: 1px solid #C9CFD4;
  border-radius: 8px;
  background: var(--color-white);
  padding: 14px 16px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--color-black);
  transition: border-color .2s ease;
}

.otField input:focus,
.otField textarea:focus {
  outline: none;
  border-color: var(--color-teal);
}

.otField label {
  position: absolute;
  top: -3px;
  left: 12px;
  padding: 0 6px;
  background: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  color: #646464;
}

.otField .req {
  color: var(--color-teal);
  margin-left: 2px;
}

.wpcf7 form > p:last-of-type,
.wpcf7 .otSubmit {
  display: flex;
  justify-content: flex-end;
}

.wpcf7 .wpcf7-submit {
  cursor: pointer;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #D65A5A;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12.5px;
  color: #D65A5A;
  margin-top: 6px;
}

.wpcf7 .wpcf7-response-output {
  width: 100%;
  margin: 0 !important;
  padding: 12px 16px !important;
  border-radius: 8px;
  border: 1px solid var(--color-teal) !important;
  font-size: 14px;
}

@media (max-width: 640px) {
  .otField--half {
	width: 100%;
  }
}

/* -------------------------------------------------------------
   CTA band
------------------------------------------------------------- */
.bigCTA {
  border-radius: 20px;
  padding: 60px 0;
}

.bigCTA h2.vcex-heading,
.bigCTA p {
  color: #fff;
}

/* -------------------------------------------------------------
   Footer
------------------------------------------------------------- */
#footer {
  background: var(--color-white);
  border-top: 1px solid #E6EAEC;
  padding: 44px 0 28px;
  margin-top: var(--section-pad, 40px);
}

.footerRowTop > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footerRowTop > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  justify-content: flex-end;
}

.footerLogo {
  margin: 0;
}

.footerLogo img {
  height: 26px;
  width: auto;
  max-width: none;
  aspect-ratio: 425 / 82;
  object-fit: contain;
}

.footerLogo img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(22%)
		  saturate(1128%) hue-rotate(147deg) brightness(100%) contrast(97%);
  width: 180px;  /* fixes the broken width="9999" attribute */
  height: auto;
}

.footerRowTop p {
  margin: 0;
  font-size: 14px;
  color: #646464;
}

.footerRowTop p a {
  color: #646464;
  text-decoration: none;
  margin-left: 22px;
  transition: color .2s ease;
}

.footerRowTop p a:first-child {
  margin-left: 0;
}

.footerRowTop p a:hover {
  color: var(--color-dark-teal);
}

.linkedin {
  margin: 0;
}

.linkedin img {
  width: 27px;
  height: 27px;
  transition: opacity .2s ease;
  position: relative;
  top: -12px;
}

.linkedin a:hover img,
.linkedin a:focus-visible img {
  opacity: 0.55;
}

.footerRowBottom {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #EFF2F3;
}

.footerRowBottom p {
  font-size: 13px;
  line-height: 1.6;
  color: #9AA3AB;
  margin: 0;
}

/* -------------------------------------------------------------
   Vertical rhythm
------------------------------------------------------------- */
.wpb-content-wrapper > .vc_row:not(.bigHero):not(.contactCards):not(.bigCTA) {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}

.wpb-content-wrapper > .vc_row.bigCTA {
  margin-top: var(--section-pad) !important;
  margin-bottom: var(--section-pad) !important;
}

.wpb-content-wrapper h2,
.wpb-content-wrapper h2.vcex-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.wpb-content-wrapper h3,
.wpb-content-wrapper h3.vcex-heading {
  margin-top: 0;
  margin-bottom: 12px;
}

.wpb_text_column p {
  margin-bottom: var(--stack-gap);
}

.wpb_text_column p:last-child {
  margin-bottom: 0;
}

.wpb_text_column.wpb_content_element {
  margin-bottom: var(--stack-gap);
}

.wpb_wrapper > .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 0;
}

/* Card rows breathe after their heading */
.wpb_text_column + .vc_row,
.vcex-module + .vc_row {
  margin-top: 28px;
}

/* Rhythm opt-outs */
.wpb-content-wrapper > .vc_row.noPadTop    { padding-top: 0 !important; }
.wpb-content-wrapper > .vc_row.noPadBottom { padding-bottom: 0 !important; }
.wpb-content-wrapper > .vc_row.noPad       { padding-top: 0 !important; padding-bottom: 0 !important; }

/* -------------------------------------------------------------
   Privacy
------------------------------------------------------------- */
.ot-privacy h3 {
  margin-top: 30px;
}

.ot-privacy-table table {
  width: 100%;
  border-collapse: collapse;
}

.ot-privacy-table thead th {
  background-color: #17B8AE; 
  color: #424242;
  text-align: left;
}

.ot-privacy-table tbody tr:nth-child(odd) {
  background-color: #f7f8f8;
}

.ot-privacy-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

h1.page-header-title{
	font-size:45px !important;
	font-family: "Inter Tight", sans-serif;
	  font-optical-sizing: auto;
}


/* -------------------------------------------------------------
   Cookies
------------------------------------------------------------- */

.ot-cookie h1,
h1.cookie-policy-h1 {
  display: none !important;
}

.ot-cookie h2 {
  font-family: "Inter Tight", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 26px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: var(--color-black) !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

.ot-cookie h3 {
  font-family: "Inter Tight", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  color: var(--color-black) !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
}

.ot-cookie p,
.ot-cookie li {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  color: #646464 !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.ot-cookie a:not(.cky-banner-element) {
  color: var(--color-dark-teal) !important;
}

.ot-cookie a:not(.cky-banner-element):hover {
  color: var(--color-dark-teal) !important;
  text-decoration: underline !important;
}

.ot-cookie table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
}

.ot-cookie th {
  background-color: #17B8AE !important;
  color: #424242 !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 12px !important;
  border: none !important;
}

.ot-cookie td {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  color: #646464 !important;
  padding: 10px 12px !important;
  border: none !important;
  vertical-align: top !important;
}

.ot-cookie tbody tr:nth-child(odd) {
  background-color: #f7f8f8 !important;
}

.ot-cookie tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}

.ot-cookie .cky-banner-element,
.ot-cookie a.cky-banner-element,
.ot-cookie button.cky-banner-element {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 28px !important;
  border-radius: 100px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  background: var(--color-teal) !important;
  color: var(--color-black) !important;
  border: 1px solid var(--color-teal) !important;
  cursor: pointer !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  margin-top: 10px !important;
}

.ot-cookie .cky-banner-element:hover,
.ot-cookie .cky-banner-element:focus {
  background: var(--color-dark-teal) !important;
  border-color: var(--color-dark-teal) !important;
  color: var(--color-white) !important;
}

/* -------------------------------------------------------------
   Mobile
------------------------------------------------------------- */
@media (max-width: 767px) {

  :root {
	--wpex-vc-column-inner-margin-bottom: 20px;
  }

  h1, h1.vcex-heading {
	font-size: clamp(40px, 10vw, 80px) !important;
	line-height: 1.05;
  }

  h2, h2.vcex-heading {
	font-size: clamp(28px, 6.5vw, 45px) !important;
	line-height: 1.2;
  }

  /* Rhythm compresses */
  .wpb-content-wrapper > .vc_row:not(.bigHero):not(.contactCards):not(.bigCTA) {
	padding-top: var(--section-pad-sm);
	padding-bottom: var(--section-pad-sm);
  }

  .wpb-content-wrapper > .vc_row.bigCTA {
	margin-top: var(--section-pad-sm) !important;
	margin-bottom: var(--section-pad-sm) !important;
  }

  .wpb_text_column p {
	margin-bottom: 14px;
  }

  .wpb_text_column.wpb_content_element {
	margin-bottom: 14px;
  }

  ol.stepCards { margin-top: 24px !important; }
  ul.checkPanel { margin-top: 20px !important; }
  .contactDetails { margin-top: 18px; }
  .caveat { margin-top: 15px !important; }

  /* Last column carries no trailing margin */
  .vc_row > .wpb_column:last-child > .vc_column-inner {
	margin-bottom: 0 !important;
  }

  .vc_row > .wpb_column.panel:last-child > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 0;
  }

  /* Reversed feature rows keep their gap */
  .swap-on-mobile {
	display: flex !important;
	flex-direction: column-reverse;
  }

  .swap-on-mobile > .wpb_column:last-child > .vc_column-inner,
  .featureRow > .wpb_column:last-child > .vc_column-inner {
	margin-bottom: 20px !important;
  }

  /* Hero: left-aligned, rotator flows inline */
  .bigHero {
	margin-bottom: 80px !important;
	padding: 40px 0 30px 0;
  }

  .bigHero .vc_column-inner > .wpb_wrapper,
  .bigHero h1,
  .bigHero p {
	text-align: left;
  }

  .ot-rotate {
	display: inline;
	height: auto;
  }

  .ot-rotate > span {
	display: inline;
  }

  .bigHero ul.ot-props,
  .bigHero .ot-props ul {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
  }

  .ot-glow .theme-button {
	margin: 0 12px 12px 0;
  }

  .heroDivide {
	margin-top: 30px;
	padding-top: 30px !important;
  }

  .heroImage {
	padding-top: 30px !important;
  }

  .leftMob p {
	text-align: left !important;
  }

  /* Panels stack */
  .panel > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 0px;
	height: auto;
  }

  /* Contact overlap */
  .contactCards {
	margin-top: -60px !important;
  }

  .panelBlack > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 20px;
	height: auto;
  }

  /* Dark bands */
  .darkRow[style],
  .vc_row.darkRow {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: auto !important;
	left: auto !important;
  }

  .vc_row.darkRow,
  .vc_row.darkPanel {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
  }

  .vc_row.darkRow {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
  }

  /* Counters: 2x2 grid, divider on the right column only */
  .lgx_counter_up_app .lgx_app_item + .lgx_app_item {
	border-left: none;
  }

  .lgx_counter_up_app .lgx_app_item:nth-child(even) {
	border-left: 1px solid #DEDEDE;
  }

  .statsDark .lgx_app_item:nth-child(even) {
	border-left-color: #2A3439;
  }

  /* Quote */
  .quote p {
	font-size: 32px;
	line-height: 42px;
  }

  /* Footer stacks */
  .footerRowTop > .wpb_column > .vc_column-inner > .wpb_wrapper {
	flex-direction: column;
	gap: 14px;
	justify-content: center;
	text-align: center;
  }

  .footerRowTop > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
	justify-content: center;
	margin-top: 18px;
  }

  #footer {
	margin-top: 40px !important;
  }
  
  .tooltip {
	  text-align: left !important;
	}
  
}




/* ==========================================================================
   HubSpot embed form — restyled to match the CF7 (.otField) form
   Scope everything to .hbspt-form (the wrapper hbspt.forms.create injects).
   !important is needed because HubSpot loads its own stylesheet after yours.
   Swap the variable values below for your exact brand values from the child
   theme (.otField / .theme-button rules) if these are slightly off.
   ========================================================================== */

.hbspt-form {
  --ot-teal: #3f9f96;        /* accent / button — match .theme-button bg */
  --ot-teal-dark: #35897f;   /* button hover */
  --ot-ink: #1d2733;         /* text colour */
  --ot-border: #d7dce1;      /* field border */
  --ot-field-bg: #ffffff;    /* field + label chip background (match panel bg) */
  --ot-error: #dc3232;

  font-family: inherit;
  color: var(--ot-ink);
}

/* HubSpot caps fieldsets at 500px by default — remove that */
.hbspt-form fieldset {
  max-width: none !important;
}

/* Field wrapper — relative so the label can sit on the border */
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 26px;
  box-sizing: border-box;
}

.hbspt-form .hs-form-field .input {
  margin-right: 0 !important; /* HubSpot adds a negative-ish gutter here */
}

/* --------------------------------------------------------------------------
   Inputs / textarea
   -------------------------------------------------------------------------- */
.hbspt-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
  box-sizing: border-box;
  background-color: var(--ot-field-bg) !important;
  border: 1px solid var(--ot-border) !important;
  border-radius: 10px;
  padding: 15px 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ot-ink);
  height: auto;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hbspt-form textarea.hs-input {
  min-height: 140px;
  resize: vertical;
}

.hbspt-form .hs-input::placeholder {
  color: #9aa4ae;
}

.hbspt-form .hs-input:not([type="checkbox"]):not([type="radio"]):focus {
  outline: none;
  border-color: var(--ot-teal) !important;
  box-shadow: 0 0 0 3px rgba(63, 159, 150, 0.15);
}

/* --------------------------------------------------------------------------
   Floating labels — sit on the top border like the CF7 fields.
   Direct-child selector keeps this away from error-message labels;
   the checkbox (consent) field is excluded explicitly.
   -------------------------------------------------------------------------- */
.hbspt-form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > label {
  position: absolute;
  top: -9px;
  left: 14px;
  z-index: 1;
  background: var(--ot-field-bg);
  padding: 0 6px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ot-ink);
}

/* Required asterisk — teal, like .req on the CF7 form */
.hbspt-form .hs-form-required {
  color: var(--ot-teal);
  margin-left: 1px;
}

/* --------------------------------------------------------------------------
   Two-column rows (First/Last name, Telephone/Company)
   HubSpot already floats these 50/50 — just add a clean gutter.
   -------------------------------------------------------------------------- */
.hbspt-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  padding-right: 14px;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  padding-left: 14px;
}

@media (max-width: 600px) {
  .hbspt-form fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
  }
}

/* --------------------------------------------------------------------------
   Consent checkbox + legal text
   -------------------------------------------------------------------------- */
.hbspt-form .legal-consent-container,
.hbspt-form .hs-richtext,
.hbspt-form .hs-richtext p {
  font-size: 14px;
  line-height: 1.5;
  color: #55606b;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.hbspt-form .hs-input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--ot-teal);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Validation errors
   -------------------------------------------------------------------------- */
.hbspt-form ul.hs-error-msgs {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.hbspt-form ul.hs-error-msgs label {
  font-size: 13px;
  color: var(--ot-error);
}

.hbspt-form .hs-input.invalid.error {
  border-color: var(--ot-error) !important;
}

/* --------------------------------------------------------------------------
   Submit button — teal pill, right-aligned like "Submit enquiry"
   -------------------------------------------------------------------------- */
.hbspt-form .hs_submit .actions {
  text-align: right;
  margin-top: 6px;
  padding: 0;
}

.hbspt-form .hs-button {
  background: var(--ot-teal) !important;
  background-image: none !important;
  color: var(--ot-ink) !important;
  border: none !important;
  border-radius: 999px;
  padding: 15px 32px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.hbspt-form .hs-button:hover,
.hbspt-form .hs-button:focus {
  background: var(--ot-teal-dark) !important;
  color: #ffffff !important;
}