/*
Theme Name: Hawkwood
Author: Paul Goulder
Author URI: https://hrzn.co.uk
Description: A custom WordPress theme for Hawkwood
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hawkwood
Tags: bootstrap, responsive, clean, modern
*/

/* Bootstrap  Overrides */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Inner content container */
.content-container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}



/* Container that starts aligned with normal container on left but extends full width to right */
.container-right-fluid {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding-left: max(30px, calc((100% - 1440px) / 2 + 30px));
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .container-right-fluid {
    padding-left: 15px;
  }
  .container-fluid-content,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .py-md-5 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important;
  }
}
.py-50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.py-60 {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}
.py-40 {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
.pt-30 {
  padding-top: 30px!important;
}
.pt-60 {
  padding-top: 60px!important;
}
.pb-60 {
  padding-bottom: 60px!important;
}
.py-100 {
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
.pt-100 {
  padding-top: 100px!important;
}
.pt-120 {
  padding-top: 120px!important;
}
.pb-120 {
  padding-bottom: 120px!important;
}
.py-120 {
  padding-top: 120px!important;
  padding-bottom: 120px!important;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-60 {
  border-radius: 60px;
}
.rounded-70 {
  border-radius: 70px;
}
.rounded-100 {
  border-radius: 100px;
}
.rounded-110 {
  border-radius: 110px;
}


/* Font Declarations */
@font-face {
  font-family: 'AberMono';
  src: url('fonts/AberMono-Bold.woff2') format('woff2'),
       url('fonts/AberMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Advercase';
  src: url('fonts/AdvercaseFont-Regular.woff2') format('woff2'),
       url('fonts/AdvercaseFont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Advercase';
  src: url('fonts/AdvercaseFont-Bold.woff2') format('woff2'),
       url('fonts/AdvercaseFont-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unigeo32';
  src: url('fonts/Unigeo32-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Color Palette Variables */
:root {
    /* Main Colors */
    --color-denim: #A1CAD1;
    --color-denim-light: #DAEAED;
    --color-coral: #FDCABE;
    --color-betamax: #2D3C54;
    --color-vader: #171E2A;
    --color-commodore: #E6E1D1;
    --color-pacman: #FFD246;
    --color-spearmint: #A5DBC7;
    --color-violet: #D2C6E0;
    --color-violet-light: #EDE8F3;
    --color-atwood: #C77D5F;
    --color-background: #F5F2ED;
    --color-commodore-light: #E6DFD1;
    --color-pacman-light: #FFD966;
    --color-coral-dark: #FDAC8E;
    --color-coral-shade: #BE816B;
    --color-coral-light: #FEDED2;
    --color-denim-shade: #1A7A8B;
    --color-black: #000000;
    --color-form-input-border: #ABB1BB;
    /* Font Variables */
    --font-body: 'Advercase', sans-serif;
    --font-mono: 'AberMono', monospace;
    --font-heading: 'Unigeo32', sans-serif;
}
.bgBackground {
  background-color: var(--color-background);
}
.bgBetamax {
  background-color: var(--color-betamax);
}
.bgSpearMint {
  background-color: var(--color-spearmint);
}
.bgCommodore {
  background-color: var(--color-commodore);
}
.bgCommodoreLight {
  background-color: var(--color-commodore-light);
}
.bgCoral {
  background-color: var(--color-coral);
}
.bgViolet {
  background-color: var(--color-violet);
}
.bgVioletLight {
  background-color: var(--color-violet-light);
}
.bgCoralDark {
  background-color: var(--color-coral-dark);
}
.bgCoralLight {
  background-color: var(--color-coral-light);
}
.bgNavyDark {
  background-color: var(--color-vader);
}
.bgGrey {
  background-color: rgba(255, 255, 255, 0.15);
}
.bgDenimLight {
  background-color: var(--color-denim-light);
}
.textViolet {
  color: var(--color-violet);
}
.textBetamax {
  color: var(--color-betamax);
}
.textBlack {
  color: var(--color-black);
}
.textCommodoreLight {
  color: var(--color-commodore-light);
}
.textPacman {
  color: var(--color-pacman);
}
.textPacmanLight {
  color: var(--color-pacman-light);
}
.textCoral {
  color: var(--color-coral);
}
.textCoralLight {
  color: var(--color-coral-light);
}
.textViolet {
  color: var(--color-violet);
}
.textSpearMint {
  color: var(--color-spearmint);
}
.textBackground {
  color: var(--color-background);
}
.textDenim {
  color: var(--color-denim);
}
.textDenimShade {
  color: var(--color-denim-shade);
}


html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 100vw;
  height: 100vh; 
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 26px;
  background-color: var(--color-background);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}
main {
  padding-top: 70px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--color-background);
  padding: 5px 0;
}
#navbarContent {
 align-items: center; 
}
nav.navbar{
  max-width: 1440px;
  margin: 0 auto;
}
nav.navbar .navbar-nav li {
  display: flex;
  align-items: center;
}
nav.navbar .navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  margin-right: 30px;
  padding: 0;
  position: relative;
}
nav.navbar .navbar-nav li:last-of-type .nav-link {
  margin-right: 0;
}
nav.navbar .navbar-nav .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}
/* Double underline effect for nav links */
nav.navbar .navbar-nav .nav-link::after, 
nav.navbar .navbar-nav .current-menu-item .nav-link::before, 
nav.navbar .navbar-nav .current-menu-item .nav-link::after, 
nav.navbar .navbar-nav .current-menu-ancestor .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: var(--color-betamax);
  transition: width 0.3s ease;
}

nav.navbar .navbar-nav .nav-link::before, 
nav.navbar .navbar-nav .current-menu-item .nav-link::before, 
nav.navbar .navbar-nav .current-menu-ancestor .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--color-betamax);
  transition: width 0.3s ease;
}

nav.navbar .navbar-nav .nav-link:hover::after,
nav.navbar .navbar-nav .nav-link:hover::before,
nav.navbar .navbar-nav .current-menu-item .nav-link::after,
nav.navbar .navbar-nav .current-menu-item .nav-link::before,
nav.navbar .navbar-nav .current-menu-ancestor .nav-link::after,
nav.navbar .navbar-nav .current-menu-ancestor .nav-link::before {
  width: 100%;
}

/* Show double underline on parent nav item when dropdown is open */
nav.navbar .navbar-nav .dropdown .show.nav-link::after,
nav.navbar .navbar-nav .dropdown .show.nav-link::before {
  width: 100%;
}

/* Double underline effect for dropdown menu links */
nav.navbar .navbar-nav .dropdown-menu .nav-link {
  position: relative;
}

nav.navbar .navbar-nav .dropdown-menu .nav-link::after,
nav.navbar .navbar-nav .dropdown-menu .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-betamax);
  transition: width 0.3s ease;
}

nav.navbar .navbar-nav .dropdown-menu .nav-link::after {
  bottom: 1px;
}

nav.navbar .navbar-nav .dropdown-menu .nav-link::before {
  bottom: -2px;
}

nav.navbar .navbar-nav .dropdown-menu .menu-item:hover .nav-link::after,
nav.navbar .navbar-nav .dropdown-menu .menu-item:hover .nav-link::before,
nav.navbar .navbar-nav .dropdown-menu .current-menu-item .nav-link::after,
nav.navbar .navbar-nav .dropdown-menu .current-menu-item .nav-link::before {
  width: 100%;
  background-color: var(--color-background);
}

.dropdown-menu .nav-link::after {
  bottom: 1px;
}

.dropdown-menu .nav-link::before {
  bottom: -2px;
}

.dropdown-menu .nav-link:hover::after,
.dropdown-menu .nav-link:hover::before,
.dropdown-menu .current-menu-item .nav-link::after,
.dropdown-menu .current-menu-item .nav-link::before {
  width: 100%;
  background-color: var(--color-background);
}

.dropdown-menu .menu-item:hover .nav-link::after,
.dropdown-menu .menu-item:hover .nav-link::before,
.dropdown-menu .current-menu-item .nav-link::after,
.dropdown-menu .current-menu-item .nav-link::before {
  width: 100%;
  background-color: var(--color-background);
}

/* Don't apply underline effect to contact button */
nav.navbar .navbar-nav .btnNavContact .nav-link::after,
nav.navbar .navbar-nav .btnNavContact .nav-link::before {
  display: none;
}
nav.navbar .navbar-nav .btnNavContact .nav-link {
  padding: 6px 20px;
  border-radius: 50vh;
  border: 1px solid var(--color-betamax);
  transition: all 0.3s ease;
}
nav.navbar .navbar-nav .btnNavContact:hover .nav-link, nav.navbar .navbar-nav .btnNavContact.active .nav-link {
  background-color: var(--color-betamax);
  color: var(--color-pacman);
}

#homePage #headerPanel #headerPanelContent {
  margin: 30px auto 0;
  min-height: 900px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#homePage #headerPanel #headerPanelContent h1 {
  max-width: 1096px;
  margin: 9% auto 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
}
#homePage #headerPanel #subHeading {
  position: absolute;
  bottom: 60px;
  left: 110px;
  max-width: 537px;
  text-align: left;
  font-size: clamp(1rem, 1.125vw + 0.5rem, 1.25rem);
  line-height: clamp(1.5rem, 1.625vw + 0.5rem, 1.875rem);
}
#homePage #headerPanel .cutout-left {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  left: -76px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#homePage #headerPanel .cutout-right {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  right: -76px;
  transform: rotate(90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#homePage #servicesPanel h2 { 
  max-width: 500px;
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.969rem, 1.455vw + 1.592rem, 2.756rem);
}
#homePage #servicesPanel .mainText {
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
}
#homePage #servicesPanel h3 {
  font-size: 32px;
  line-height: 34px;
}


#homePage #servicesPanel .card-insight {
  margin: 0 auto;
}
#homePage #servicesPanel .card-insight .image img {
  border-radius: 55px;
  overflow: hidden;
}
#homePage #servicesPanel .card-insight .image {
  position: relative;
  margin: 10px;
  text-align: center;
}
#homePage #servicesPanel .card-insight .image::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  pointer-events: none;

}
#homePage #servicesPanel .card-insight.panel-1 .image::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-violet) 4px, var(--color-violet) 8px);
}
#homePage #servicesPanel .card-insight.panel-2 .image::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-coral-dark) 4px, var(--color-coral-dark) 8px);
}
  
#homePage #servicesPanel .card-insight-text p {
  font-size: 14px;
  line-height: 20px;
}

/* Features Panel Styles */
#homePage #featuresPanel {
  position: relative;
}

#homePage #featuresPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.969rem, 1.455vw + 1.592rem, 2.756rem);
  margin-bottom: 30px;
}
#homePage #featuresPanel .feature-card h3 {
  font-size: 32px;
  line-height: 34px;
  max-width: 270px;
  min-height: 70px;
}
#homePage #featuresPanel .feature-card {
  position: relative;
  height: 100%;
  min-height: 385px;
  padding: 170px 40px 20px;
  background-color: var(--color-background);
  font-size: 14px;
  line-height: 20px;
}
#homePage #featuresPanel .feature-icon {
  position: absolute;
  top: 90px;
  left: 0;
  width: 40px;
  height: 28px;

}

#homePage #featuresPanel .icon-lines {
  display: block;
  width: 40px;
  height: 28px;
  background-image: repeating-linear-gradient(to bottom, var(--color-denim-light), var(--color-denim-light) 4px, transparent 4px, transparent 8px);
}
#homePage #featuresPanel .icon-lines.feature2 {
  background-image: repeating-linear-gradient(to bottom, var(--color-coral), var(--color-coral) 4px, transparent 4px, transparent 8px);
}
#homePage #featuresPanel .icon-lines.feature3 {
  background-image: repeating-linear-gradient(to bottom, var(--color-violet), var(--color-violet) 4px, transparent 4px, transparent 8px);
}

#homePage #featuresPanel h3 {
  font-size: 24px;
  line-height: 28px;
}

#homePage #featuresPanel p {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-betamax);
}
#homePage #reviewsPanel {
  padding: 0;
  text-align: center;
}
/* Reviews Carousel Styles */
.reviewsSwiper {
  width: 100%;
  padding: 30px 0;
  height: auto; /* Allow height to adjust to content */
  border-top-left-radius: 100px;
}

.reviewsSwiper .swiper-wrapper {
  height: 100%; /* Make the wrapper fill the container height */
  
  
}

.reviewsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Make slides fill the full height */
  flex-direction: column;
  padding: 0 15px;
}

.reviewsSwiper .review-card {
  width: 100%;
  max-width: 537px;
  min-height: 298px;
  padding: 50px 80px 30px;
  background-color: var(--color-spearmint);
  border-radius: 100px;
  border-bottom-left-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  text-align: left;
}

.reviewsSwiper .review-title h4 {
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
  position: relative;
  color: var(--color-betamax);
}

.reviewsSwiper .review-title h4 span {
  position: absolute;
  left: -55px;
  top: 16px;
  font-size: 70px;
}

.reviewsSwiper .review-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
  margin-top: auto;
}
/* Reviewer info styles */
.reviewer-info {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 537px;
  text-align: left;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}
.reviewer-avatar img {
  border-radius: 50vh;
}
.reviewer-avatar.noImage {
  background-color: #E1E1E1;
}

.reviewer-details {
  display: flex;
  flex-direction: column;
}

.reviewer-name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-vader);
  margin: 0;
}

.reviewer-position {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-vader);
  margin: 0;
}

.reviewsSwiper .swiper-button-next,
.reviewsSwiper .swiper-button-prev {
  color: var(--color-betamax);
}

.reviewsSwiper .swiper-pagination-bullet {
  background: var(--color-betamax);
  opacity: 0.5;
}

.reviewsSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-betamax);
}

#internationalReachPanel {
  position: relative;
  min-height: 742px;
  background-image: url('/wp-content/uploads/2026/08/Home-International-1.webp');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#internationalReachPanel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 742px;
  background-image: url('images/Louvres+Diodes-denim.svg?v=3');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#internationalReachPanel .text {
  position: absolute;
  bottom: 5vw;
  left: max(30px, calc((100% - 1440px) / 2 + 30px));
  max-width: 410px;
  /* border-right: 10px solid var(--color-betamax);
  /* padding: 60px 20px 60px 20px; */
  color: var(--color-betamax);
  font-size: 18px;
  line-height: 26px;
}
#internationalReachPanel .text h3 {
  font-size: 42px;
  line-height: 44px;
  color: var(--color-betamax);
}
#homePage #latestInsights .exploreInsights {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--color-betamax);
  text-decoration: none;
  border: 1px solid var(--color-betamax);
  padding: 10px 20px;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
#homePage #latestInsights .exploreInsights:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
/* Insights Swiper Styles */
.insightsSwiper {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
  height: auto;
}

.insightsSwiper .swiper-wrapper {
  height: 100%;
}

.insightsSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.insightsSwiper .card-insight-col {
  width: 100%;
}

#homePage #latestInsights .card-insight {
  position: relative;
  padding-bottom: 200px;
  height: 100%;
  max-width: 340px;
}
#homePage #latestInsights .card-insight .card-insight-text h3 {
  min-height: 80px;
}
#homePage #latestInsights .card-insight .card-insight-text p {
  min-height: 120px;
}
#homePage #latestInsights .card-insight .card-insight-image-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#homePage #footerCTAPanel #footerCTAContent {
  padding: 0;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homePage #footerCTAPanel #footerCTAContent h1 {
  max-width: 1096px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
}
#homePage #footerCTAPanel #footerCTAContent .btnSolid {
 display: block;
 width: fit-content;
 padding: 5px 20px;
 margin: 40px auto;
 min-height: 40px;
 font-size: 16px;
 line-height: 40px;
 border-radius: 50vh;
 border: none;
 background-color: var(--color-pacman);
 font-family: var(--font-heading);
 color: var(--color-betamax);
 transition: all 0.3s ease;
}
#homePage #footerCTAPanel #footerCTAContent .btnSolid:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman);
}
#homePage #footerCTAPanel #footerCTAContent .btnMethodology {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-pacman);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#homePage #footerCTAPanel #footerCTAContent .btnMethodology:hover {
  border-bottom: 1px solid var(--color-pacman);
}
#homePage #footerCTAPanel #footerCTAContent .btnMethodology svg {
  position: relative;
  top: -2px;
}
#homePage #footerCTAPanel .cutout-top {
  position: absolute;
  top: 15px;
  width: 170px;
  height: 20px;
  left: calc(50% - 85px);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#homePage #footerCTAPanel .cutout-bottom {
  position: absolute;
  bottom: -1px;
  width: 170px;
  height: 20px;
  right: calc(50% - 85px);
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#approachPage #headerPanel {
  min-height: 965px;
  position: relative;
}
#approachPage #headerPanel .bgImage {
  position: relative;
  min-height: 965px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#approachPage #headerPanel .cutout-left {
  position: absolute;
  top: 50%;
  width: 170px;
  height: 20px;
  left: -76px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#approachPage #headerPanel .cutout-right {
  position: absolute;
  top: 50%;
  width: 170px;
  height: 20px;
  right: -76px;
  transform: rotate(90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#approachPage #headerPanel .textContent {
  padding-left: 60px;
  padding-right: 60px;
}
#approachPage #headerPanel .textContent h1 {
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
  color: var(--color-betamax);
}
#approachPage #headerPanel .textContent h3,
#approachPage #headerPanel .textContent .h3 {
  margin: 20px 0 40px;
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  color: var(--color-betamax);
  font-family: var(--font-heading);
}
#approachPage #headerPanel .textContent p:last-of-type {
  margin-bottom: 60px;
}
#approachPage #headerPanel .textContent .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  margin-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#approachPage #headerPanel .textContent .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#approachPage #headerPanel .textContent .btnLink {
  display: inline-block;
  position: relative;
  top: -9px;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#approachPage #headerPanel .textContent .btnLink:hover {
  border-bottom: 1px solid var(--color-betamax);
}
#approachPage #headerPanel .textContent .btnLink img {
  position: relative;
  top:-2px;
  width: 8px;
  height: 14px;
}
#approachPage #statementPanel {
  padding: 85px 0;
}
#approachPage #statementPanel .text {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 30px;
}
#approachPage #statementPanel .text h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#approachPage #statementPanel .text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
#approachPage #persuadePanel .textContent {
  padding-left: 60px;
  padding-right: 60px;
}
#approachPage #persuadePanel .textContent h2 {
  max-width: 1035px;
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#approachPage #persuadePanel .textContent p {
  font-size: 18px;
  line-height: 26px;
}
#approachPage #persuadePanel .uspContainer {
  min-height: 350px;
}
#approachPage #persuadePanel .uspContainer .textContent {
  padding: 60px;
  color: var(--color-betamax);
}
#approachPage #persuadePanel .uspContainer .textContent h3 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
}
#approachPage #persuadePanel .uspContainer .textContent p {
  font-size: 18px;
  line-height: 26px;
}
#approachPage #persuadePanel .uspContainer .image {
  width: 100%;
  padding: 55px;
  text-align: center;
}
#approachPage #persuadePanel .uspContainer .image .img-fluid {
  max-height: 240px;
  width: auto;
}

#approachPage #stagesPanel .text {
  max-width: 537px;
}
#approachPage #stagesPanel .text h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#approachPage #stagesPanel .text .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  padding-left: 15px;
  padding-right: 15px;
}
#approachPage #stagesPanel .text .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#approachPage #stagesPanel .stage {
  background-color: var(--color-coral-shade);
  padding: 40px 50px 60px;
  border-radius: 30px 30px 0 0;
  border: 5px solid var(--color-background);
  border-bottom: none;
  margin-top: -30px;
  color: var(--color-commodore);
}
#approachPage #stagesPanel .stage:first-of-type {
  margin-top: 0;
}
#approachPage #stagesPanel .stage:last-of-type {
  border-radius: 30px;
  border-bottom: 5px solid var(--color-background);
  padding-bottom: 40px;
}
#approachPage #stagesPanel .stage h3 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#approachPage #stagesPanel .stage:last-child {
  margin-bottom: 0;
}
#approachPage #stagesPanel .col-lg-6:first-child {
  position: sticky;
  top: 65px;
  align-self: flex-start;
  height: fit-content;
}
#approachPage #stagesPanel .stage p {
  font-size: 14px;
  line-height: 20px;
}
#approachPage #stagesPanel .stage p:last-of-type {
  margin-bottom: 0;
}
#approachPage #resultsPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#approachPage #resultsPanel .resultsTile {
  width: 100%;
  height: 100%;
  min-height: 212.5px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-commodore);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  color: var(--color-betamax);
}
#approachPage #resultsPanel .resultsTile p:last-of-type {
  margin-bottom: 0;
}
/* Results Tiles Swiper Styles */
#approachPage #resultsPanel .resultsTilesSwiper {
  width: 100%;
  padding: 30px 0;
  height: auto;
  border-radius: 60px;
}

#approachPage #resultsPanel .resultsTilesSwiper .swiper-wrapper {
  height: 100%;
}

#approachPage #resultsPanel .resultsTilesSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#approachPage #resultsPanel .results-navigation-container {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding-right: 20px;
  margin-top: 30px;
}

#approachPage #resultsPanel .results-button-prev,
#approachPage #resultsPanel .results-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: path 0.3s ease;
}

#approachPage #resultsPanel .results-button-prev:hover svg path,
#approachPage #resultsPanel .results-button-next:hover svg path {
  fill: var(--color-coral-shade);
}

#approachPage #resultsPanel .resultsTilesSwiper .swiper-button-next,
#approachPage #resultsPanel .resultsTilesSwiper .swiper-button-prev {
  display: none;
}

#approachPage #resultsPanel .resultsTilesSwiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  left: auto;
  display: flex;
  gap: 6px;
  z-index: 10;
}
#approachPage #commitmentsPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#approachPage #commitmentsPanel .card-insight {
  margin: 0 auto;
}
#approachPage #commitmentsPanel .card-insight .image img {
  border-radius: 55px;
  overflow: hidden;
}
#approachPage #commitmentsPanel .card-insight .image {
  position: relative;
  margin: 10px;
  text-align: center;
}
#approachPage #commitmentsPanel .card-insight .image::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  pointer-events: none;

}
#approachPage #commitmentsPanel .card-insight .image::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-violet) 4px, var(--color-violet) 8px);
}
#approachPage #commitmentsPanel .card-insight-text h3 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  padding-bottom: 30px;
}
#approachPage #caseStudyPanel {
  position: relative;
  padding-top: 164px;
  padding-bottom: 191px;
  background: linear-gradient(90deg, #2D3C54 0%, #1A7A8B 24.53%, #A3CAD1 49.97%, #D2C6E0 75.12%, #FDAC8E 100%);
  overflow: hidden;
}
#approachPage #caseStudyPanel .scrolling-text-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; 
}
#approachPage #caseStudyPanel .scrolling-text {
  position: absolute;
  top: 50%;
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
  padding: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.774vw + 1.006rem, 5.625rem);
  line-height: clamp(2.5rem, 5.774vw + 1.006rem, 5.625rem);
  color: var(--color-betamax);
}
@keyframes scrollText {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}
#approachPage #caseStudyPanel .caseStudyCard {
  position: relative;
  color: var(--color-betamax);
  max-width: 650px;
  margin: 0 auto;
  border-radius: 60px;
  border-bottom-left-radius: 0;
  background-color: var(--color-commodore);
  padding: 60px;
}
#approachPage #caseStudyPanel .caseStudyCard h3 {
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  line-height: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
}
#approachPage #caseStudyPanel .caseStudyCard p {
  font-size: 18px;
  line-height: 26px;
}
#approachPage #caseStudyPanel .caseStudyCard p:last-of-type {
  margin-bottom: 80px;
}
#approachPage #caseStudyPanel .caseStudyCard .btnLink {
  padding: 0;
  border-radius: 0;
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  color: var(--color-denim-shade);
}
#approachPage #caseStudyPanel .caseStudyCard .btnLink:hover {
  border-bottom: 1px solid var(--color-denim-shade);
}
#approachPage #caseStudyPanel .caseStudyCard .btnLink svg {
  height: 13px;
  width: auto;
  position: relative;
  top: -2px;
}

#approachPage #footerCTAPanel #footerCTAContent {
  padding: 0;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#approachPage #footerCTAPanel #footerCTAContent h1 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
}
#approachPage #footerCTAPanel #footerCTAContent .btnSolid {
 display: block;
 width: fit-content;
 padding: 5px 20px;
 margin: 40px auto;
 min-height: 40px;
 font-size: 16px;
 line-height: 40px;
 border-radius: 50vh;
 border: none;
 background-color: var(--color-pacman);
 font-family: var(--font-heading);
 color: var(--color-betamax);
 transition: all 0.3s ease;
}
#approachPage #footerCTAPanel #footerCTAContent .btnSolid:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman);
}
#approachPage #footerCTAPanel #footerCTAContent .btnMethodology {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-pacman);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#approachPage #footerCTAPanel #footerCTAContent .btnMethodology:hover {
  border-bottom: 1px solid var(--color-pacman);
}
#approachPage #footerCTAPanel .cutout-top {
  position: absolute;
  top: 15px;
  width: 170px;
  height: 20px;
  left: calc(50% - 85px);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#approachPage #footerCTAPanel .cutout-bottom {
  position: absolute;
  bottom: -1px;
  width: 170px;
  height: 20px;
  right: calc(50% - 85px);
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/* Service Page FTC */
#servicePageFTC #headerPanel #headerPanelContent {
  margin: 30px auto 0;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#servicePageFTC #headerPanel #headerPanelContent h1 {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(2.063rem, 1.524vw + 1.668rem, 2.888rem);
}
#servicePageFTC #headerPanel .cutout-top {
  position: absolute;
  top: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFTC #headerPanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFTC #challengePanel h2 {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
#servicePageFTC #challengePanel .text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
}
#servicePageFTC #challengePanel .text p:last-of-type {
  margin-bottom: 0;
}
#servicePageFTC #rightForYouPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(2.063rem, 1.524vw + 1.668rem, 2.888rem);
}
#servicePageFTC #rightForYouPanel .resultsTile {
  width: 100%;
  height: 100%;
  min-height: 425px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-commodore);
  display: flex;
  align-items: flex-end;
  padding: 40px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  color: var(--color-betamax);
}
#servicePageFTC #rightForYouPanel .resultsTile p:last-of-type {
  margin-bottom: 0;
}
/* Results Tiles Swiper Styles */
#servicePageFTC #rightForYouPanel .resultsTilesSwiper {
  width: 100%;
  padding: 30px 0;
  height: auto;
  border-radius: 60px;
}

#servicePageFTC #rightForYouPanel .resultsTilesSwiper .swiper-wrapper {
  height: 100%;
}

#servicePageFTC #rightForYouPanel .resultsTilesSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#servicePageFTC #rightForYouPanel .results-navigation-container {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding-right: 20px;
  margin-top: 30px;
}

#servicePageFTC #rightForYouPanel .results-button-prev,
#servicePageFTC #rightForYouPanel .results-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: path 0.3s ease;
}

#servicePageFTC #rightForYouPanel .results-button-prev:hover svg path,
#servicePageFTC #rightForYouPanel .results-button-next:hover svg path {
  fill: var(--color-coral-shade);
}

#servicePageFTC #rightForYouPanel .resultsTilesSwiper .swiper-button-next,
#servicePageFTC #rightForYouPanel .resultsTilesSwiper .swiper-button-prev {
  display: none;
}

#servicePageFTC #rightForYouPanel .resultsTilesSwiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  left: auto;
  display: flex;
  gap: 6px;
  z-index: 10;
}
#servicePageFTC #methodologyPanel .text {
  max-width: 537px;
}
#servicePageFTC #methodologyPanel .text h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#servicePageFTC #methodologyPanel .text .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  padding-left: 15px;
  padding-right: 15px;
}
#servicePageFTC #methodologyPanel .text .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#servicePageFTC #methodologyPanel .stage {
  background-color: var(--color-spearmint);
  padding: 40px 50px 60px;
  border-radius: 30px 30px 0 0;
  border: 5px solid var(--color-background);
  border-bottom: none;
  margin-top: -30px;
  color: var(--color-betamax);
}
#servicePageFTC #methodologyPanel .stage:first-of-type {
  margin-top: 0;
}
#servicePageFTC #methodologyPanel .stage:last-of-type {
  border-radius: 30px;
  border-bottom: 5px solid var(--color-background);
  padding-bottom: 40px;
}
#servicePageFTC #methodologyPanel .stage h3 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#servicePageFTC #methodologyPanel .stage:last-child {
  margin-bottom: 0;
}
#servicePageFTC #methodologyPanel .col-lg-6:first-child {
  position: sticky;
  top: 65px;
  align-self: flex-start;
  height: fit-content;
}
#servicePageFTC #methodologyPanel .stage p {
  font-size: 14px;
  line-height: 20px;
}
#servicePageFTC #methodologyPanel .stage p:last-of-type {
  margin-bottom: 0;
}
#servicePageFTC #connectYouWithPanel {
  padding-top: 80px;
  padding-bottom: 80px;
}
#servicePageFTC #connectYouWithPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#servicePageFTC #connectYouWithPanel .card-insight {
  margin: 0 auto;
}
#servicePageFTC #connectYouWithPanel .card-insight .image img {
  border-radius: 55px;
  overflow: hidden;
}
#servicePageFTC #connectYouWithPanel .card-insight .image {
  position: relative;
  margin: 10px;
  text-align: center;
}
#servicePageFTC #connectYouWithPanel .card-insight .image::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  pointer-events: none;

}
#servicePageFTC #connectYouWithPanel .card-insight .image::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-coral-dark) 4px, var(--color-coral-dark) 8px);
}
#servicePageFTC #connectYouWithPanel .card-insight-text h3 {
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  line-height: clamp(1.5rem, 0.277vw + 1.428rem, 1.65rem);
}
#servicePageFTC #connectYouWithPanel .card-insight .card-insight-text {
  padding: 10px 20px 30px 20px;
}
#servicePageFTC #connectYouWithPanel .card-insight .card-insight-text p {
  font-size: 15px;
  line-height: 20px;
}
#servicePageFTC #whyPanel .textContent {
  padding-left: 60px;
  padding-right: 60px;
}
#servicePageFTC #whyPanel .textContent h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}

#servicePageFTC #whyPanel .textContent p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
#servicePageFTC #whyPanel .textContent ul {
  padding-left: 15px;
  list-style: none;
}
#servicePageFTC #whyPanel .textContent ul li {
  margin-bottom: 10px;
}

#servicePageFTC #whyPanel .textContent ul li {
  position: relative;
  padding-left: 30px;
}
#servicePageFTC #whyPanel .textContent ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 2px;
  background-color: var(--color-violet);
}
#servicePageFTC #whyPanel .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  padding-left: 15px;
  padding-right: 15px;
}
#servicePageFTC #whyPanel .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#servicePageFTC #whyPanel .featuredImage {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-width: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#servicePageFTC #whyPanel .featuredImage::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100px;
  width: 100%;
  height: 80px;
  background: repeating-linear-gradient(to top, transparent, transparent 9px, var(--color-background) 9px, var(--color-background) 18px);
  pointer-events: none;
}

#servicePageFTC #differentPanel {
  color: var(--color-betamax);
}
#servicePageFTC #differentPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
}
#servicePageFTC #differentPanel .serviceDifferentSwiper {
  width: 100%;
  padding: 0 0 30px 0;
  height: auto;
  border-radius: 60px;
}
#servicePageFTC #differentPanel .serviceDifferentSwiper .swiper-wrapper {
  height: 100%;
}
#servicePageFTC #differentPanel .serviceDifferentSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#servicePageFTC #differentPanel .resultsTile {
  padding: 80px 40px 15px;
  width: 100%;
  height: 100%;
  min-height: 385px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-commodore-light);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
}
#servicePageFTC #differentPanel .resultsTile .icon {
  position: absolute;
  top: 0;
  right: 80px;
  width: 40px;
  height: 28px;
}

#servicePageFTC #differentPanel .resultsTile .icon .icon-lines {
  display: block;
  width: 30px;
  height: 40px;
}

#servicePageFTC #differentPanel .resultsTile .icon.colour-1 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-denim), var(--color-denim) 4px, transparent 4px, transparent 8px);
}

#servicePageFTC #differentPanel .resultsTile .icon.colour-2 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-coral-dark), var(--color-coral-dark) 4px, transparent 4px, transparent 8px);
}

#servicePageFTC #differentPanel .resultsTile .icon.colour-3 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-violet), var(--color-violet) 4px, transparent 4px, transparent 8px);
}
#servicePageFTC #differentPanel .resultsTile .icon.colour-4 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-spearmint), var(--color-spearmint) 4px, transparent 4px, transparent 8px);
}

#servicePageFTC #differentPanel .resultsTile .title h3 {
  min-height: 145px;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  line-height: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
}

#servicePageFTC #differentPanel .serviceDifferent-navigation-container {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#servicePageFTC #differentPanel .serviceDifferent-button-prev,
#servicePageFTC #differentPanel .serviceDifferent-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

#servicePageFTC #differentPanel .serviceDifferent-button-prev:hover,
#servicePageFTC #differentPanel .serviceDifferent-button-next:hover {
  background: var(--color-white);
  transform: scale(1.1);
}

#servicePageFTC #differentPanel .serviceDifferent-button-prev:hover svg path,
#servicePageFTC #differentPanel .serviceDifferent-button-next:hover svg path {
  fill: var(--color-coral-dark);
}

#servicePageFTC #differentPanel .serviceDifferent-button-prev svg path,
#servicePageFTC #differentPanel .lifeAt-button-next svg path {
  transition: fill 0.3s ease;
}

#servicePageFTC #differentPanel .swiper-slide {
  height: auto;
}

#servicePageFTC #footerCTAPanel #footerCTAContent {
  padding: 0;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#servicePageFTC #footerCTAPanel #footerCTAContent h1 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
}
#servicePageFTC #footerCTAPanel #footerCTAContent .btnSolid {
 display: block;
 width: fit-content;
 padding: 5px 20px;
 margin: 40px auto;
 min-height: 40px;
 font-size: 16px;
 line-height: 40px;
 border-radius: 50vh;
 border: none;
 background-color: var(--color-pacman-light);
 font-family: var(--font-heading);
 color: var(--color-betamax);
 transition: all 0.3s ease;
}
#servicePageFTC #footerCTAPanel #footerCTAContent .btnSolid:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman-light);
}
#servicePageFTC #footerCTAPanel #footerCTAContent .btnExplore {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-pacman-light);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#servicePageFTC #footerCTAPanel #footerCTAContent .btnExplore:hover {
  border-bottom: 1px solid var(--color-pacman-light);
}
#servicePageFTC #footerCTAPanel .cutout-top {
  position: absolute;
  top: 16px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFTC #footerCTAPanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Service Page Fractional */
#servicePageFractional #headerPanel #headerPanelContent {
  margin: 30px auto 0;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#servicePageFractional #headerPanel #headerPanelContent h1 {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(2.063rem, 1.524vw + 1.668rem, 2.888rem);
}
#servicePageFractional #headerPanel .cutout-top {
  position: absolute;
  top: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFractional #headerPanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFractional #challengePanel h2 {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
#servicePageFractional #challengePanel .text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
}
#servicePageFractional #challengePanel .text p:last-of-type {
  margin-bottom: 0;
}
#servicePageFractional #rightForYouPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(2.063rem, 1.524vw + 1.668rem, 2.888rem);
}
#servicePageFractional #rightForYouPanel .resultsTile {
  width: 100%;
  height: 100%;
  min-height: 425px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-commodore);
  display: flex;
  align-items: flex-end;
  padding: 40px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  color: var(--color-betamax);
}
#servicePageFractional #rightForYouPanel .resultsTile p:last-of-type {
  margin-bottom: 0;
}
/* Results Tiles Swiper Styles */
#servicePageFractional #rightForYouPanel .resultsTilesSwiper {
  width: 100%;
  padding: 30px 0;
  height: auto;
  border-radius: 60px;
}

#servicePageFractional #rightForYouPanel .resultsTilesSwiper .swiper-wrapper {
  height: 100%;
}

#servicePageFractional #rightForYouPanel .resultsTilesSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#servicePageFractional #rightForYouPanel .results-navigation-container {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding-right: 20px;
  margin-top: 30px;
}

#servicePageFractional #rightForYouPanel .results-button-prev,
#servicePageFractional #rightForYouPanel .results-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: path 0.3s ease;
}

#servicePageFractional #rightForYouPanel .results-button-prev:hover svg path,
#servicePageFractional #rightForYouPanel .results-button-next:hover svg path {
  fill: var(--color-coral-shade);
}

#servicePageFractional #rightForYouPanel .resultsTilesSwiper .swiper-button-next,
#servicePageFractional #rightForYouPanel .resultsTilesSwiper .swiper-button-prev {
  display: none;
}

#servicePageFractional #rightForYouPanel .resultsTilesSwiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  left: auto;
  display: flex;
  gap: 6px;
  z-index: 10;
}
#servicePageFractional #methodologyPanel .text {
  max-width: 537px;
}
#servicePageFractional #methodologyPanel .text h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#servicePageFractional #methodologyPanel .text .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  padding-left: 15px;
  padding-right: 15px;
}
#servicePageFractional #methodologyPanel .text .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#servicePageFractional #methodologyPanel .stage {
  background-color: var(--color-spearmint);
  padding: 40px 50px 60px;
  border-radius: 30px 30px 0 0;
  border: 5px solid var(--color-background);
  border-bottom: none;
  margin-top: -30px;
  color: var(--color-betamax);
}
#servicePageFractional #methodologyPanel .stage:first-of-type {
  margin-top: 0;
}
#servicePageFractional #methodologyPanel .stage:last-of-type {
  border-radius: 30px;
  border-bottom: 5px solid var(--color-background);
  padding-bottom: 40px;
}
#servicePageFractional #methodologyPanel .stage h3 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#servicePageFractional #methodologyPanel .stage:last-child {
  margin-bottom: 0;
}
#servicePageFractional #methodologyPanel .col-lg-6:first-child {
  position: sticky;
  top: 65px;
  align-self: flex-start;
  height: fit-content;
  z-index: 1;
}
#servicePageFractional #methodologyPanel .stage p {
  font-size: 14px;
  line-height: 20px;
}
#servicePageFractional #methodologyPanel .stage p:last-of-type {
  margin-bottom: 0;
}
#servicePageFractional #methodologyPanel .stage ul {
  padding-left: 5px;
  list-style: none;
}
#servicePageFractional #methodologyPanel .stage ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#servicePageFractional #methodologyPanel .stage ul li {
  position: relative;
  padding-left: 30px;
}
#servicePageFractional #methodologyPanel .stage ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: var(--color-coral-shade);
}
#servicePageFractional #connectYouWithPanel {
  padding-top: 80px;
  padding-bottom: 80px;
}
#servicePageFractional #connectYouWithPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#servicePageFractional #connectYouWithPanel .card-insight {
  margin: 0 auto;
}
#servicePageFractional #connectYouWithPanel .card-insight .image img {
  border-radius: 55px;
  overflow: hidden;
}
#servicePageFractional #connectYouWithPanel .card-insight .image {
  position: relative;
  margin: 10px;
  text-align: center;
}
#servicePageFractional #connectYouWithPanel .card-insight .image::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  pointer-events: none;

}
#servicePageFractional #connectYouWithPanel .card-insight .image::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-coral-dark) 4px, var(--color-coral-dark) 8px);
}
#servicePageFractional #connectYouWithPanel .card-insight-text h3 {
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  line-height: clamp(1.5rem, 0.277vw + 1.428rem, 1.65rem);
}
#servicePageFractional #connectYouWithPanel .card-insight .card-insight-text {
  padding: 10px 20px 30px 20px;
}
#servicePageFractional #connectYouWithPanel .card-insight .card-insight-text p {
  font-size: 15px;
  line-height: 20px;
}
#servicePageFractional #whyPanel .textContent {
  padding-left: 60px;
  padding-right: 60px;
}
#servicePageFractional #whyPanel .textContent h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}

#servicePageFractional #whyPanel .textContent p {
  font-size: 18px;
  line-height: 26px;

}
#servicePageFractional #whyPanel .textContent ul {
  padding-left: 15px;
  list-style: none;
}
#servicePageFractional #whyPanel .textContent ul li {
  margin-bottom: 10px;
}

#servicePageFractional #whyPanel .textContent ul li {
  position: relative;
  padding-left: 30px;
}
#servicePageFractional #whyPanel .textContent ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 2px;
  background-color: var(--color-violet);
}
#servicePageFractional #whyPanel .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  padding-left: 15px;
  padding-right: 15px;
}
#servicePageFractional #whyPanel .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#servicePageFractional #whyPanel .featuredImage {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-width: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#servicePageFractional #whyPanel .featuredImage::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100px;
  width: 100%;
  height: 80px;
  background: repeating-linear-gradient(to top, transparent, transparent 9px, var(--color-background) 9px, var(--color-background) 18px);
  pointer-events: none;
}

#servicePageFractional #differentPanel {
  color: var(--color-betamax);
}
#servicePageFractional #differentPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
}
#servicePageFractional #differentPanel .serviceDifferentSwiper {
  width: 100%;
  padding: 0 0 30px 0;
  height: auto;
  border-radius: 60px;
}
#servicePageFractional #differentPanel .serviceDifferentSwiper .swiper-wrapper {
  height: 100%;
}
#servicePageFractional #differentPanel .serviceDifferentSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#servicePageFractional #differentPanel .resultsTile {
  padding: 80px 40px 15px;
  width: 100%;
  height: 100%;
  min-height: 385px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-commodore-light);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
}
#servicePageFractional #differentPanel .resultsTile .icon {
  position: absolute;
  top: 0;
  right: 80px;
  width: 40px;
  height: 28px;
}

#servicePageFractional #differentPanel .resultsTile .icon .icon-lines {
  display: block;
  width: 30px;
  height: 40px;
}

#servicePageFractional #differentPanel .resultsTile .icon.colour-1 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-denim), var(--color-denim) 4px, transparent 4px, transparent 8px);
}

#servicePageFractional #differentPanel .resultsTile .icon.colour-2 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-coral-dark), var(--color-coral-dark) 4px, transparent 4px, transparent 8px);
}

#servicePageFractional #differentPanel .resultsTile .icon.colour-3 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-violet), var(--color-violet) 4px, transparent 4px, transparent 8px);
}
#servicePageFractional #differentPanel .resultsTile .icon.colour-4 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-spearmint), var(--color-spearmint) 4px, transparent 4px, transparent 8px);
}

#servicePageFractional #differentPanel .resultsTile .title h3 {
  min-height: 145px;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  line-height: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
}

#servicePageFractional #differentPanel .serviceDifferent-navigation-container {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#servicePageFractional #differentPanel .serviceDifferent-button-prev,
#servicePageFractional #differentPanel .serviceDifferent-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

#servicePageFractional #differentPanel .serviceDifferent-button-prev:hover,
#servicePageFractional #differentPanel .serviceDifferent-button-next:hover {
  background: var(--color-white);
  transform: scale(1.1);
}

#servicePageFractional #differentPanel .serviceDifferent-button-prev:hover svg path,
#servicePageFractional #differentPanel .serviceDifferent-button-next:hover svg path {
  fill: var(--color-coral-dark);
}

#servicePageFractional #differentPanel .serviceDifferent-button-prev svg path,
#servicePageFractional #differentPanel .lifeAt-button-next svg path {
  transition: fill 0.3s ease;
}

#servicePageFractional #differentPanel .swiper-slide {
  height: auto;
}

#servicePageFractional #footerCTAPanel #footerCTAContent {
  padding: 0;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#servicePageFractional #footerCTAPanel #footerCTAContent h1 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
}
#servicePageFractional #footerCTAPanel #footerCTAContent .btnSolid {
 display: block;
 width: fit-content;
 padding: 5px 20px;
 margin: 40px auto;
 min-height: 40px;
 font-size: 16px;
 line-height: 40px;
 border-radius: 50vh;
 border: none;
 background-color: var(--color-pacman-light);
 font-family: var(--font-heading);
 color: var(--color-betamax);
 transition: all 0.3s ease;
}
#servicePageFractional #footerCTAPanel #footerCTAContent .btnSolid:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman-light);
}
#servicePageFractional #footerCTAPanel #footerCTAContent .btnExplore {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-pacman-light);
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#servicePageFractional #footerCTAPanel #footerCTAContent .btnExplore:hover {
  border-bottom: 1px solid var(--color-pacman-light);
}
#servicePageFractional #footerCTAPanel .cutout-top {
  position: absolute;
  top: 16px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageFractional #footerCTAPanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Join Us Page */
#joinUsPage #headerPanel h1 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
}
#joinUsPage #headerPanel .mainText {
  font-size: 14px;
  line-height: 20px;
}
#joinUsPage #headerPanel img {
  min-height: 350px;
  object-fit: cover;
}
#joinUsPage #headerPanel .cutout-top {
  position: absolute;
  top: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#joinUsPage #headerPanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#joinUsPage #lifeAtPanel {
  padding-bottom: 50px;
}
#joinUsPage #lifeAtPanel h2 {
  font-size: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
  line-height: clamp(1.875rem, 1.386vw + 1.516rem, 2.625rem);
}
#joinUsPage #lifeAtPanel .lifeAtSwiper {
  width: 100%;
  padding: 0 0 30px 0;
  height: auto;
  border-radius: 60px;
}
#joinUsPage #lifeAtPanel .lifeAtSwiper .swiper-wrapper {
  height: 100%;
}
#joinUsPage #lifeAtPanel .lifeAtSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
#joinUsPage #lifeAtPanel .resultsTile {

  padding: 80px 40px 15px;
  width: 100%;
  height: 100%;
  min-height: 385px;
  max-width: 425px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-color: var(--color-background);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
}
#joinUsPage #lifeAtPanel .resultsTile .icon {
  position: absolute;
  top: 0;
  right: 80px;
  width: 40px;
  height: 28px;
}

#joinUsPage #lifeAtPanel .resultsTile .icon .icon-lines {
  display: block;
  width: 30px;
  height: 40px;
}

#joinUsPage #lifeAtPanel .resultsTile .icon.colour-1 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-denim), var(--color-denim) 4px, transparent 4px, transparent 8px);
}

#joinUsPage #lifeAtPanel .resultsTile .icon.colour-2 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-coral-dark), var(--color-coral-dark) 4px, transparent 4px, transparent 8px);
}

#joinUsPage #lifeAtPanel .resultsTile .icon.colour-3 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-violet), var(--color-violet) 4px, transparent 4px, transparent 8px);
}
#joinUsPage #lifeAtPanel .resultsTile .icon.colour-4 .icon-lines {
  background-image: repeating-linear-gradient(to right, var(--color-spearmint), var(--color-spearmint) 4px, transparent 4px, transparent 8px);
}

#joinUsPage #lifeAtPanel .resultsTile .title h3 {
  min-height: 145px;
  font-size: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
  line-height: clamp(1.625rem, 0.693vw + 1.446rem, 2rem);
}

#joinUsPage #lifeAtPanel .lifeAt-navigation-container {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#joinUsPage #lifeAtPanel .lifeAt-button-prev,
#joinUsPage #lifeAtPanel .lifeAt-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-commodore);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

#joinUsPage #lifeAtPanel .lifeAt-button-prev:hover,
#joinUsPage #lifeAtPanel .lifeAt-button-next:hover {
  background: var(--color-white);
  transform: scale(1.1);
}

#joinUsPage #lifeAtPanel .lifeAt-button-prev:hover svg path,
#joinUsPage #lifeAtPanel .lifeAt-button-next:hover svg path {
  fill: var(--color-coral-dark);
}

#joinUsPage #lifeAtPanel .lifeAt-button-prev svg path,
#joinUsPage #lifeAtPanel .lifeAt-button-next svg path {
  transition: fill 0.3s ease;
}

#joinUsPage #lifeAtPanel .swiper-slide {
  height: auto;
}
#joinUsPage #whatWeOfferPanel .col-md-5:first-child {
  position: sticky;
  top: 62px;
  align-self: flex-start;
  height: fit-content;
  z-index: 1;
}
  
#joinUsPage #whatWeOfferPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#joinUsPage #whatWeOfferPanel .mainText {
  font-size: 18px;
  line-height: 26px;
}
#joinUsPage #whatWeOfferPanel .mainText .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  transition: all 0.3s ease;
  margin-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#joinUsPage .benefits-panels {
  width: 100%;
}

#joinUsPage .benefit-panel {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-violet);
  cursor: pointer;
}
#joinUsPage .benefit-panel.bgBackground {
  background-color: var(--color-background);
  border: 4px solid var(--color-violet);
}
#joinUsPage .benefit-panel-inner {
  display: flex;
  align-items: center; /* This centers items vertically in the row */
  padding: 10px;
  position: relative;
  min-height: 100px; /* Ensure enough height for centering to be visible */
}

#joinUsPage .benefit-panel-left {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-right: 20px;

}

#joinUsPage .benefit-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

#joinUsPage .benefit-panel.active .benefit-image {
  width: 170px;
  height: 170px;
}

#joinUsPage .benefit-panel.active .benefit-panel-inner {
  min-height: 190px; /* Increase height for active state to accommodate larger image */
}

#joinUsPage .benefit-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* This aligns items along the main axis (vertical in column) */
  padding-right: 30px;
}

#joinUsPage .benefit-title {
  margin: 0;
  font-size: 24px;
  color: var(--color-betamax);
  font-weight: 600;
  margin-bottom: 5px;
}

#joinUsPage .benefit-details {
  display: none;
  color: var(--color-betamax);
  font-size: 16px;
  line-height: 1.5;
}

#joinUsPage .benefit-details.active {
  display: block;
  margin-top: 10px;
}

#joinUsPage .benefit-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.26px;
  height: 30px;
  margin-right: 6px;
}
#joinUsPage .benefit-panel.active .benefit-panel-toggle {
  align-self: flex-start;
}

#joinUsPage .benefit-panel-toggle svg {
  width: 30px;
  height: 18px;
  color: var(--color-betamax);
  transform: rotate(0deg);
  transition: transform 0.15s ease;
}

#joinUsPage .benefit-panel.active .benefit-panel-toggle svg {
  transform: rotate(180deg);
}

#joinUsPage .benefit-details ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

#joinUsPage .benefit-details ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

#joinUsPage  .benefit-details ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

#joinUsPage #meetTheTeamPanel {
  position: relative;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
#joinUsPage #meetTheTeamPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  color: var(--color-commodore);
}
#joinUsPage #meetTheTeamPanel .mainText {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-commodore);
}
#joinUsPage #meetTheTeamPanel .cutout-left {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  left: -76px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#joinUsPage #meetTheTeamPanel .cutout-right {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  right: -76px;
  transform: rotate(90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#joinUsPage #footerCTAPanel {
  position: relative;
  padding: 120px 30px 60px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-betamax);
}
#joinUsPage #footerCTAPanel .cutout-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#joinUsPage #footerCTAPanel .cutout-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
#joinUsPage #footerCTAPanel h2 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#joinUsPage .wwfContainer {
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto; 
}
#joinUsPage .wwlfItem {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--color-betamax);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 14px;
  height: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#joinUsPage #footerCTAPanel .btnContact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 125px;
  min-height: 39px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-violet);
  background-color: var(--color-betamax);
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
#joinUsPage #footerCTAPanel .btnContact:hover {
  background-color: var(--color-violet);
  color: var(--color-betamax);
}



#insightsPage .category-filters {
  display: flex;
  align-items: center;
  justify-content: center;
}
#insightsPage .filter-label {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--color-betamax);
  margin-right: 20px;
  white-space: nowrap;
}
#insightsPage .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#insightsPage .filter-btn {
  padding: 8px 20px;
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--color-betamax);
  background-color: transparent;
  border: 1px solid var(--color-betamax);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
#insightsPage .filter-btn:hover,
#insightsPage .filter-btn.active {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#insightsPage .card-insight-featured {
  padding: 10px;
  overflow: hidden;
}
#insightsPage .card-insight-featured .featuredImage {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Vertical stripe overlay */
#insightsPage .card-insight-featured .featuredImage::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: repeating-linear-gradient(to right, transparent, transparent 9px, var(--color-spearmint) 9px, var(--color-spearmint) 18px);
  pointer-events: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
#insightsPage .card-insight-featured h1 {
 font-size: 42px;
 line-height: 44px;
}
#insightsPage .card-insight-featured-text-col {
  min-height: 400px;
}
#insightsPage .card-insight-image {
  height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#insightsPage .card-insight-featured-text {
 padding: 40px 60px;
}
#insightsPage .card-insight-featured .readMore {
  display: block;
  margin-top: 80px;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
  text-transform: uppercase;
  text-decoration: none;
}
#insightsPage .card-insight-featured .readMore img {
  position: relative;
  top: -2px;
  height: 14px;
  width: auto;
}
#insightsPage .card-insight-col {
  margin: 0 auto 22px auto;
}

/* Generic Card Insight */
.card-insight {
  max-width: 315px;
  width: 100%;
  height: 100%;
  margin: 0 auto 22px auto;
  border-radius: 60px; 
  overflow: hidden;
}
.card-insight .card-insight-text {
 padding: 30px 30px 8px;
 font-size: 14px;
 line-height: 20px;
 color: var(--color-betamax);
}
.card-insight .card-insight-text h3 {
 font-family: var(--font-heading);
 font-size: 24px;
 line-height: 26px;
}
.card-insight .card-insight-text p {
 font-family: var(--font-body);
 font-size: 16px;
 line-height: 24px;
}
.card-insight-col a {
  text-decoration: none;
}

/* Single Insight */
#singleInsightsPage .header-card-text-col .header-card-back a {
  display: block;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--color-black);
  margin-bottom: 96px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
#singleInsightsPage .header-card-text-col .header-card-back a:hover {
  color: var(--color-betamax);
}
#singleInsightsPage .header-card-text-col .header-card-back img {
  height: 18px;
  width: auto;
  margin-top: -3px;
}
#singleInsightsPage .header-card-text-col .header-card-text {
  max-width: 537px;
}
#singleInsightsPage .header-card-text-col .header-card-text h1 {
  font-size: clamp(1.5rem, 2.079vw + 0.962rem, 2.625rem);
  line-height: clamp(1.5rem, 2.079vw + 0.962rem, 2.625rem);
}
#singleInsightsPage .header-card-text-col .header-card-text p {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-betamax);
}
#singleInsightsPage .header-card-meta {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: #1A7A8B;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#singleInsightsPage .header-card-social-share {
  margin-top: 120px;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  text-transform: uppercase;
}
#singleInsightsPage .header-card-social-share p {
  margin-bottom: 20px;
}
#singleInsightsPage .header-card-social-share .header-card-social-share-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#singleInsightsPage .header-card-social-share .header-card-social-share-icons a {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-color: var(--color-betamax);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#singleInsightsPage .header-card-social-share .header-card-social-share-icons a.linkedin img {
  width: 26px;
  height: 26px;
}
#singleInsightsPage .header-card-social-share .header-card-social-share-icons a.instagram img {
  width: 28px;
  height: 28px;
}
#singleInsightsPage .header-card-social-share .header-card-social-share-icons a.twitter img {
  width: 25.44px;
  height: 26px;
}
#singleInsightsPage .header-card .featuredImage {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-width: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#singleInsightsPage .header-card .featuredImage::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100px;
  width: 100%;
  height: 80px;
  background: repeating-linear-gradient(to top, transparent, transparent 9px, var(--color-spearmint) 9px, var(--color-spearmint) 18px);
  pointer-events: none;
}
#singleInsightsPage .textContent {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-betamax);
}
#singleInsightsPage .textContent h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
}
#singleInsightsPage .textContent h3 {
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
#singleInsightsPage .textContent p {
  margin-bottom: 20px;
}
#singleInsightsPage .textContent a {
  color: inherit;

}
#singleInsightsPage .textContent img {
  display: flow;
  border-radius: 60px;
  height: auto;
}
#singleInsightsPage .textContent img.alignnone {
  max-width: 100%;
}
#singleInsightsPage .textContent img.aligncenter {
  max-width: 100%;
  margin: 40px auto;
}
#singleInsightsPage .textContent img.alignleft {
  max-width: 100%;
  margin: 40px 20px 40px 0;
}
#singleInsightsPage .textContent img.alignright {
  max-width: 100%;
  margin: 40px 0 40px 20px;
}
#singleInsightsPage .textContent blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px auto;
  padding: 24px 60px;
  background-color: var(--color-coral);
  border-radius: 30px;
}
#singleInsightsPage .textContent blockquote p {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#singleInsightsPage .textContent blockquote p:last-of-type {
  margin-bottom: 0;
}

#singleInsightsPage .footer-social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#singleInsightsPage .footer-social-share p {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: 20px;
}
#singleInsightsPage .footer-social-share .footer-social-share-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
#singleInsightsPage .footer-social-share .footer-social-share-icons a {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-color: var(--color-coral);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#singleInsightsPage .footer-social-share .footer-social-share-icons a svg path {
  fill: var(--color-betamax);
}
#singleInsightsPage .footer-social-share .footer-social-share-icons a:last-of-type {
  margin: 0;
}
#singleInsightsPage .footer-social-share .footer-social-share-icons a.linkedin svg {
  width: 26px;
  height: 26px;
}
#singleInsightsPage .footer-social-share .footer-social-share-icons a.instagram svg {
  width: 28px;
  height: 28px;
}
#singleInsightsPage .footer-social-share .footer-social-share-icons a.twitter svg {
  width: 25.44px;
  height: 26px;
}
#singleInsightsPage .gradient {
  width: 100%;
  height: 4.35px;
  background: linear-gradient(90deg, 
  rgba(45, 60, 84, 1) 0%, 
  rgba(26, 122, 139, 1) 20%, 
  rgba(163, 202, 209, 1) 40%, 
  rgba(255, 217, 102, 1) 60%, 
  rgba(253, 172, 142, 1) 80%, 
  rgba(210, 198, 224, 1) 100%);
}
#singleInsightsPage .gradient:first-of-type {
margin-bottom: 4.35px;
}
#singleInsightsPage .card-insight {
  position: relative;
  padding-bottom: 200px;
}
#singleInsightsPage .card-insight-image-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#singleInsightsPage .exploreInsights {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--color-betamax);
  text-decoration: none;
  border: 1px solid var(--color-betamax);
  padding: 10px 20px;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
#singleInsightsPage .exploreInsights:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}

/* Contact Page */
#contactPage #headerPanel h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#contactPage .bgImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contactPage .bgImage .cutout-left {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  left: -76px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#contactPage .bgImage .cutout-right {
  position: absolute;
  top: calc(50% - 10px);
  width: 170px;
  height: 20px;
  right: -76px;
  transform: rotate(90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#contactPage #contactForm .nf-form-fields-required, #contactPage #contactForm .ninja-forms-req-symbol {
  display: none;  
}
#contactPage #contactForm .nf-field-container {
  margin-bottom: 20px;
}
#contactPage #contactForm input, #contactPage #contactForm textarea {
  border: 1px solid var(--color-form-input-border);
  border-radius: 25px;
  background-color: white;
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-betamax);
  padding: 15px 15px 10px 25px;
}
#contactPage #contactForm input::placeholder, 
#contactPage #contactForm textarea::placeholder {
  color: var(--color-betamax);
  opacity: 0.6;
  text-transform: uppercase;
}
#contactPage #contactForm .acceptTAC {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
  text-transform: uppercase;
}
#contactPage #contactForm .acceptTAC input {
  width: 20px;
  height: 20px;
}
#contactPage #contactForm .acceptTAC a {
  color: var(--color-betamax);
}
#contactPage #contactForm input[type="submit"] {
  font-family: var(--font-heading);
  font-size: 16px;
  text-align: center;
  padding: 12px 25px 11px;
  border: 2px solid var(--color-betamax);
  color: var(--color-betamax);
  transition: all 0.3s ease;
}
#contactPage #contactForm input[type="submit"]:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman);
}
#contactPage #officesPanel {
  color: var(--color-betamax);
}
#contactPage #officesPanel .officeCardsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 22px;
}
#contactPage #officesPanel .officeCard {
  max-width: 425px;
  text-align: center;
  padding: 10px;
  border-radius: 60px;
}
#contactPage #officesPanel .officeCard .officeImage {
  position: relative;
  overflow: hidden;
}
#contactPage #officesPanel .officeCard .officeImage::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  pointer-events: none;
}
#contactPage #officesPanel .officeCard:nth-of-type(1) .officeImage::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-atwood) 4px, var(--color-atwood) 8px);
}
#contactPage #officesPanel .officeCard:nth-of-type(2) .officeImage::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-denim) 4px, var(--color-denim) 8px);
}
#contactPage #officesPanel .officeCard:nth-of-type(3) .officeImage::after {
  background: repeating-linear-gradient(to top, transparent, transparent 4px, var(--color-spearmint) 4px, var(--color-spearmint) 8px);
}
#contactPage #officesPanel .officeCard .officeImage img {
  border-radius: 55px;
}
#contactPage #officesPanel .officeCard a {
  color: inherit;
}
#contactPage #officesPanel .officeCard:nth-of-type(1) {
  background-color: var(--color-atwood);
  color: var(--color-commodore-light);
}
#contactPage #officesPanel .officeCard:nth-of-type(2) {
  background-color: var(--color-denim);
  color: var(--color-betamax);
}
#contactPage #officesPanel .officeCard:nth-of-type(3) {
  background-color: var(--color-spearmint);
  color: var(--color-betamax);
}
#contactPage #officesPanel .officeCard:nth-of-type(4) {
  background-color: var(--color-coral-dark);
  color: var(--color-betamax);
}


/* Subscribe Panel */
#subscribePanel .cutout-top {
  position: absolute;
  top: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#subscribePanel .cutout-bottom {
  position: absolute;
  bottom: -3px;
  width: 170px;
  height: 20px;
  left: calc(100% / 2);
  margin-left: -85px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNzE0LjI4NmgxMjguNTcxbDIwIDIwSC43MTRsMjAtMjBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICA8L3N2Zz4=');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#subscribePanel .signUpPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
  color: var(--color-betamax);
}
#subscribePanel .signUpPanel h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 4.619vw + 0.055rem, 3.75rem);
  line-height: clamp(1.375rem, 5.774vw + -0.119rem, 4.5rem);
}
#subscribePanel .signUpPanel form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

#subscribePanel .signUpPanel form .form-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#subscribePanel .signUpPanel form input[type="email"] {
  height: 38px;
  width: 320px;
  max-width: 100%;
  border-radius: 50vh;
  border: none;
  background-color: var(--color-background);
  padding-left: 10px;
  font-family: var(--font-heading);
  font-size: 15px;
  color: var(--color-betamax);
}
#subscribePanel .signUpPanel form button {
  height: 38px;
  min-width: 97px;
  border-radius: 50vh;
  background-color: var(--color-betamax);
  color: var(--color-spearmint);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}
#subscribePanel .signUpPanel form button:hover {
  color: var(--color-pacman);
}

#subscribePanel #subscribeMessage {
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  font-family: var(--font-heading);
  color: var(--color-betamax);
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 420px;
  min-height: 20px;
  transition: all 0.3s ease;
}

footer {
  margin-top: -100px;
}
footer #radius {
  height: 100px;
  background-color: var(--color-background);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
footer #menu-footer-navigation {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer #menu-footer-navigation li {
  margin-bottom: 6px;
}
footer #menu-footer-navigation li a {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
  color: var(--color-violet);
}
footer #copyright {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-violet);
}
footer #copyright a {
  color: var(--color-violet);
  text-decoration: none;
}
footer .socialIcons img {
  max-width: 100px; 
}
footer .btnContact {
  font-family: var(--font-heading);
  font-size: 16px;
  padding: 6px 20px 4px;
  border-radius: 50vh;
  border: 1px solid var(--color-violet);
  color: var(--color-violet);
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .btnContact:hover {
  background-color: var(--color-violet);
  color: var(--color-betamax);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .category-filters {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    border-radius: 0 0 40px 40px;
  }
  
  .filter-label {
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .filter-buttons {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }
  
  .filter-buttons::-webkit-scrollbar {
    height: 4px;
  }
  
  .filter-buttons::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px;
  }
}

footer #logoFooter {
  background-image: url('images/hawkwood-logo-footer.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 95px;
}


/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: var(--color-betamax);
  background-color: transparent;
  transition: all 0.3s ease;
  padding-top: 4px;
}

.pagination li .page-numbers.current {
  background-color: var(--color-betamax);
  color: var(--color-background);
}

.pagination li a.prev.page-numbers,
.pagination li a.next.page-numbers {
  position: relative;
  top: -5px;
  display: flex;
  align-items: center;
  border: none!important;
  width: 50px;
  height: 50px;
  margin: 0;

}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination li a.page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-betamax);
}
.pagination li a.page-numbers:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
.pagination li a.prev.page-numbers:hover,
.pagination li a.next.page-numbers:hover {
  background-color: var(--color-background);
}
.pagination li a.prev.page-numbers:hover svg,
.pagination li a.next.page-numbers:hover svg {
  stroke: var(--color-background);
}

@media screen and (max-width: 1470px) {
  #homePage #headerPanel {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media screen and (max-width: 1375px) {
  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #homePage #headerPanel #headerPanelContent {
    min-height: 750px;
  }
}

@media screen and (max-width: 1320px) {
  .card-insight-featured-text {
    padding: 25px;
   }
   .card-insight-featured .readMore {
    margin-top: 30px;
   }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #approachPage #commitmentsPanel .card-insight-text h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 992px) {
  nav.navbar .navbar-nav .nav-link {
    margin-right: 19px;
  }
  .card-insight-featured {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-insight-featured-text {
    padding: 30px;
   }
   .card-insight-col {
      margin: 0 0 22px 0;
   }
   #subscribePanel .signUpPanel form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   }
   #approachPage #headerPanel .bgImage {
    min-height: 500px;
   }
   #approachPage #headerPanel .textContent {
    padding-top: 60px;
    padding-bottom: 60px;
   }
   #approachPage #persuadePanel .uspContainer .textContent {
    padding-top: 0;
   }
   #subscribePanel #subscribeMessage {
    margin-top: 15px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
   }
   #homePage #headerPanel #headerPanelContent {
    min-height: 550px;
   }
   #joinUsPage #meetTheTeamPanel {
    min-height: 550px;
   }
   #singleInsightsPage .header-card-text-col .header-card-back a {
    margin-bottom: 40px;
   }
   #singleInsightsPage .header-card-social-share {
    margin: 40px 0 80px;
   }
}
@media screen and (max-width: 767px) {
  #contactPage #officesPanel .officeCardsContainer {
    flex-direction: column;
    gap: 22px;
  }
  #homePage #headerPanel #subHeading {
    left: 40px;
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .pt-120 {
    padding-top: 60px!important;
  }
  .py-120 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }
  .py-60 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
  .pt-60 {
    padding-top: 30px!important;
  }
  .pb-60 {
    padding-bottom: 30px!important;
  }
  .py-100 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  #homePage #headerPanel #headerPanelContent {
    min-height: 360px!important;
  }
  #homePage #headerPanel #headerPanelContent h1 {
    margin: 30px auto 0;
    font-size: 26px!important;
    line-height: 28px!important;
  }
  #homePage #headerPanel .cutout-left {
    display: none;
  }
  #homePage #headerPanel .cutout-right {
    display: none;
  }
  #homePage #headerPanel #subHeading {
    bottom: 30px;
    left: 40px;
    max-width: 85%;
  }
  #singleInsightsPage .header-card .featuredImage {
    min-height: 350px;
  }
  #joinUsPage #meetTheTeamPanel {
    min-height: 350px;
  }
  #approachPage #persuadePanel .textContent {
    padding-left: 30px;
    padding-right: 30px;
}
  #approachPage #persuadePanel .uspContainer .image {
    padding: 35px;
  }
  #approachPage #persuadePanel .uspContainer .textContent {
    padding: 35px;
    padding-top: 0;
  }
  #insightsPage .card-insight-featured-text {
    padding: 30px 20px 60px;
  }
  #servicePageFractional #headerPanel, #servicePageFTC #headerPanel {
    padding-top: 0!important;
  }
  #joinUsPage #whatWeOfferPanel .col-md-5:first-child {
    position: relative;
    top: 0;
  }
  footer #logoFooter {
    background-size: 235%;
  }
}

/* Bootstrap 5 Dropdown Menu Styling - Desktop Only */
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    min-width: unset;
    width: auto;
    white-space: nowrap;
    padding: 20px 20px 6px 20px;
    background-color: var(--color-betamax);
    color: var(--color-background);
  }

  .navbar-nav .dropdown-menu .menu-item {
    padding: 0;
    font-size: 16px;
    margin-bottom: 14px;
    transition: background-color 0.2s ease;
  }


  .navbar-nav .dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: middle;
  }
  .navbar-nav .nav-item {
    position: relative;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }

  .navbar-nav .dropdown-menu .nav-link {
    color: var(--color-background)!important;
  }
 
}

/* Mobile styles remain unchanged */
@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .navbar-nav .dropdown-menu .menu-item {
    padding: 0;
    margin-bottom: 14px;
  }
}

/* Mobile Navigation Full Height */
@media (max-width: 767.98px) {
  .navbar-collapse {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-background);
    z-index: 1000;
    padding: 10px 15px;
    overflow-y: auto;
    transition: transform 0.175s ease-in-out;
    transform: translateX(-100%);
  }
  
  .navbar-collapse.show {
    transform: translateX(0);
  }
  
  .navbar-toggler {
    position: relative;
    z-index: 1001;
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: var(--color-commodore);
    padding: 30px 15px 5px;
    border-radius: 20px;
  }
  nav.navbar .navbar-nav li {
    display: block;
  }
  .navbar-nav .nav-item {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    font-size: 24px !important;
    margin-right: 0 !important;
  }
  .navbar-nav .nav-link::before, .navbar-nav .nav-link::after, nav.navbar .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    text-align: center;
  }
  
  .navbar-nav .dropdown-menu .nav-link {
    color: var(--color-betamax) !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1470px) {
  #homePage #headerPanel {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media screen and (max-width: 1375px) {
  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #homePage #headerPanel #headerPanelContent {
    min-height: 750px;
  }
}

@media screen and (max-width: 1320px) {
  .card-insight-featured-text {
    padding: 25px;
   }
   .card-insight-featured .readMore {
    margin-top: 30px;
   }
}

@media screen and (max-width: 992px) {
  nav.navbar .navbar-nav .nav-link {
    margin-right: 19px;
  }
  .card-insight-featured {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-insight-featured-text {
    padding: 30px;
   }
   .card-insight-col {
      margin: 0 0 22px 0;
   }
   #subscribePanel .signUpPanel form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   }
   #approachPage #headerPanel .bgImage {
    min-height: 500px;
   }
   #approachPage #headerPanel .textContent {
    padding-top: 60px;
    padding-bottom: 60px;
   }
   #approachPage #persuadePanel .uspContainer .textContent {
    padding-top: 0;
   }
   #subscribePanel #subscribeMessage {
    margin-top: 15px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
   }
   #homePage #headerPanel #headerPanelContent {
    min-height: 500px;
   }
   #joinUsPage #meetTheTeamPanel {
    min-height: 550px;
   }
   #singleInsightsPage .header-card-text-col .header-card-back a {
    margin-bottom: 40px;
   }
   #singleInsightsPage .header-card-social-share {
    margin: 40px 0 80px;
   }

}
@media screen and (max-width: 767px) {
  #homePage #headerPanel .cutout-left {
    left: -76px;
  }
  #homePage #headerPanel .cutout-right {
    right: -76px;
  }
  #homePage #footerCTAPanel .cutout-left {
    left: -66px;
  }
  #homePage #footerCTAPanel .cutout-right {
    right: -66px;
  }
  #contactPage #officesPanel .officeCardsContainer {
    flex-direction: column;
    gap: 22px;
  }
  #approachPage #caseStudyPanel {
    padding-top: 82px;
    padding-bottom: 95px;
  }
  #approachPage #caseStudyPanel .col-12 {
    max-width: 75%;
    margin: 0 auto;
  }
  #approachPage #caseStudyPanel .caseStudyCard {
    padding: 30px;
  }
  nav.navbar .navbar-nav .btnNavContact .nav-link {
    font-size: 20px!important;
    border-width: 2px!important;
  }
}
@media screen and (max-width: 576px) {
  .py-100 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  #singleInsightsPage .header-card .featuredImage {
    min-height: 350px;
  }
  #joinUsPage #meetTheTeamPanel {
    min-height: 350px;
  }
  #approachPage #persuadePanel .textContent {
    padding-left: 30px;
    padding-right: 30px;
}
  #approachPage #persuadePanel .uspContainer .image {
    padding: 35px;
  }
  #approachPage #persuadePanel .uspContainer .textContent {
    padding: 35px;
    padding-top: 0;
  }
  #approachPage #caseStudyPanel .caseStudyCard {
    padding: 30px 25px;
  }
}

/* Bootstrap 5 Dropdown Menu Styling - Desktop Only */
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    min-width: unset;
    width: auto;
    white-space: nowrap;
    padding: 20px 20px 6px 20px;
    background-color: var(--color-betamax);
    color: var(--color-background);
  }

  .navbar-nav .dropdown-menu .menu-item {
    padding: 0;
    font-size: 16px;
    margin-bottom: 14px;
    transition: background-color 0.2s ease;
  }


  .navbar-nav .dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: middle;
  }
  .navbar-nav .nav-item {
    position: relative;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }

  .navbar-nav .dropdown-menu .nav-link {
    color: var(--color-background)!important;
  }
 
}

/* Mobile styles remain unchanged */
@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 20px 0 0 0;
  }
  .navbar-nav .btnNavContact {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Logo row animations */
#clientLogosPanel h4,
#clientLogosPanel .h4 {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-betamax);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#clientLogosPanel .logo-col {
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}
  
#clientLogosPanel .logo-row {
  display: flex;
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}

#clientLogosPanel .logo-row:last-child {
  margin-bottom: 0;
}

#clientLogosPanel .logo-track {
  display: inline-flex;
  white-space: nowrap;
}

#clientLogosPanel .logo-row-top .logo-track {
  animation: slideLeft 40s linear infinite;
}

#clientLogosPanel .logo-row-bottom .logo-track {
  animation: slideRight 40s linear infinite;
  transform: translateX(-90%); /* Start from right to fill the panel */
}

#clientLogosPanel .logo-item {
  flex: 0 0 auto;
  width: 200px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  display: inline-flex;
  background-color: var(--color-background);
  border-radius: 20px;
}

#clientLogosPanel .logo-item img {
  max-height: 60px;
  width: auto;
}
#vcLogosPanel h4,
#vcLogosPanel .h4{
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-betamax);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#vcLogosPanel .logo-col {
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}
  
#vcLogosPanel .logo-row {
  display: flex;
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;

}
#vcLogosPanel .logo-track {
  display: inline-flex;
  white-space: nowrap;
}

#vcLogosPanel .logo-track {
  animation: slideRight 40s linear infinite;
  transform: translateX(-90%); /* Start from right to fill the panel */
}

#vcLogosPanel .logo-item {
  flex: 0 0 auto;
  width: 200px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  display: inline-flex;
  background-color: var(--color-betamax);
  border-radius: 20px;
}

#vcLogosPanel .logo-item img {
  max-height: 60px;
  width: auto;
}

/*  Mobile menu icons */
.navbar-toggler {
  position: fixed;
  right: 0;
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar-toggler .m-nav-open { 
  display: inline-block; 
  padding-right: 6px;
}
.navbar-toggler .m-nav-close { 
  display: none; 
  padding: 6px 12px;
  background-color: var(--color-commodore);
  border-radius: 20px;
}

.navbar-toggler[aria-expanded="true"] .m-nav-open { display: none; }
.navbar-toggler[aria-expanded="true"] .m-nav-close { display: inline-block; }

@keyframes slideLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes slideRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ---------- page-wide typography & buttons ---------- */
#servicePageTA h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
#servicePageTA h3 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#servicePageTA .btnContact {
  display: inline-block;
  min-width: 125px;
  min-height: 39px;
  padding: 5px 20px;
  border: 2px solid rgba(45, 60, 84, 1);
  border-radius: 50vh;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-betamax);
  text-decoration: none;
  transition: all .2s;
}
#servicePageTA .btnContact:hover {
  background-color: var(--color-betamax);
  color: var(--color-background);
}
#servicePageTA .btnSolid {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  min-height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50vh;
  border: none;
  font-family: var(--font-heading);
  font-weight: 600;
  background-color: var(--color-pacman-light);
  color: var(--color-betamax);
  text-decoration: none;
  transition: all .2s;
}
#servicePageTA .btnSolid:hover {
  background-color: var(--color-betamax);
  color: var(--color-pacman);
}
#servicePageTA .btnBig {
  font-size: 19px;
  padding: 10px 40px;
  line-height: 34px;
  min-height: 54px;
}
#servicePageTA .pb-30 { padding-bottom: 30px; }
#servicePageTA .mainText { font-size: 18px; line-height: 26px; }

/* ---------- hero (Approach split, mirrored) ---------- */
#servicePageTA #headerPanel { min-height: 965px; position: relative; }
#servicePageTA #headerPanel .bgImage {
  position: relative;
  min-height: 965px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#servicePageTA #headerPanel .cutout-left {
  position: absolute; top: 50%; width: 170px; height: 20px; left: -76px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain; background-position: center; background-repeat: no-repeat;
}
#servicePageTA #headerPanel .cutout-right {
  position: absolute; top: 50%; width: 170px; height: 20px; right: -76px;
  transform: rotate(90deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain; background-position: center; background-repeat: no-repeat;
}
#servicePageTA #headerPanel .textContent { padding-left: 60px; padding-right: 60px; }
#servicePageTA #headerPanel .textContent h1 {
  font-size: clamp(2.5rem, 2.309vw + 1.902rem, 3.75rem);
  line-height: clamp(2.625rem, 2.425vw + 1.998rem, 3.938rem);
  color: var(--color-betamax);
  margin-bottom: 20px;
}
#servicePageTA #headerPanel .textContent p:last-of-type { margin-bottom: 40px; }

/* ---------- statement band (Approach, mirrored) ---------- */
#servicePageTA #statementPanel { padding: 85px 0; }
#servicePageTA #statementPanel .text { max-width: 830px; margin: 0 auto; padding: 0 30px; }
#servicePageTA #statementPanel .text p { font-size: 18px; line-height: 26px; margin-bottom: 18px; }
#servicePageTA #statementPanel .text p:last-of-type { margin-bottom: 0; }

/* ---------- triggers: ruled editorial list ---------- */
#servicePageTA #triggersPanel .taRuledInner { max-width: 920px; margin: 0 auto; }
#servicePageTA #triggersPanel .taRuledList { border-top: 2px solid var(--color-commodore); }
#servicePageTA .taRuledRow {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 36px;
  border-bottom: 2px solid var(--color-commodore);
  padding: 26px 0;
}
#servicePageTA .taRuledRow h3 {
  font-size: clamp(1.15rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.2;
  margin: 0;
}
#servicePageTA .taRuledRow p { margin: 0; }

/* ---------- roles: features band (homepage, mirrored) ---------- */
#servicePageTA #featuresPanel { position: relative; }
#servicePageTA #featuresPanel h2 { margin-bottom: 30px; }
#servicePageTA #featuresPanel .feature-card {
  position: relative;
  height: 100%;
  min-height: 385px;
  padding: 170px 40px 20px;
  background-color: var(--color-background);
  font-size: 14px;
  line-height: 20px;
}
#servicePageTA #featuresPanel .feature-card h3 {
  font-size: 32px;
  line-height: 34px;
  max-width: 270px;
  min-height: 70px;
}
#servicePageTA #featuresPanel .feature-icon {
  position: absolute; top: 90px; left: 0; width: 40px; height: 28px;
}
#servicePageTA #featuresPanel .icon-lines {
  display: block; width: 40px; height: 28px;
  background-image: repeating-linear-gradient(to bottom, var(--color-denim-light), var(--color-denim-light) 4px, transparent 4px, transparent 8px);
}
#servicePageTA #featuresPanel .icon-lines.feature2 {
  background-image: repeating-linear-gradient(to bottom, var(--color-coral), var(--color-coral) 4px, transparent 4px, transparent 8px);
}
#servicePageTA #featuresPanel .icon-lines.feature3 {
  background-image: repeating-linear-gradient(to bottom, var(--color-violet), var(--color-violet) 4px, transparent 4px, transparent 8px);
}
#servicePageTA #featuresPanel p { font-size: 16px; line-height: 22px; color: var(--color-betamax); }

/* ---------- assessment: why split, mirrored orientation ---------- */
#servicePageTA #whyPanel .textContent { padding-left: 60px; padding-right: 60px; }
#servicePageTA #whyPanel .textContent p { font-size: 18px; line-height: 26px; margin-bottom: 18px; }
#servicePageTA #whyPanel .textContent p:last-of-type { margin-bottom: 0; }
#servicePageTA #whyPanel .featuredImage {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-width: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#servicePageTA #whyPanel .featuredImage::after {
  content: '';
  position: absolute;
  top: auto; right: 0; bottom: 100px;
  width: 100%; height: 80px;
  background: repeating-linear-gradient(to top, transparent, transparent 9px, var(--color-background) 9px, var(--color-background) 12px);
  pointer-events: none;
}

/* ---------- saves band ---------- */
#servicePageTA #savesPanel { padding-top: 60px; padding-bottom: 60px; }
#servicePageTA #savesPanel .text p { margin-bottom: 18px; }
#servicePageTA #savesPanel .text p:last-of-type { margin-bottom: 0; }

/* ---------- methodology: text + numbered stage names ---------- */
#servicePageTA #methodologyPanel .text { max-width: 537px; }
#servicePageTA #methodologyPanel .text p { margin-bottom: 18px; }
#servicePageTA .taStepList { border-top: 2px solid var(--color-commodore); }
#servicePageTA .taStepRow {
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-bottom: 2px solid var(--color-commodore);
  padding: 15px 4px;
}
#servicePageTA .taStepRow .num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--color-coral-shade);
}
#servicePageTA .taStepRow .name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
}

/* ---------- proof text ---------- */
#servicePageTA #proofPanel .text p { margin-bottom: 18px; }

/* ---------- static review cards (homepage look, no slider) ---------- */
#servicePageTA #reviewsStatic .review-card {
  width: 100%;
  max-width: 537px;
  min-height: 298px;
  padding: 50px 60px 30px;
  background-color: var(--color-spearmint);
  border-radius: 100px;
  border-bottom-left-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
#servicePageTA #reviewsStatic .review-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-betamax);
  margin-top: auto;
}
#servicePageTA #reviewsStatic .review-text .quote {
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -10px;
  display: inline-block;
}
#servicePageTA #reviewsStatic .reviewer-info { max-width: 537px; width: 100%; }

/* ---------- closing CTA (violet, Join Us cutouts) ---------- */
#servicePageTA #footerCTAPanel h2 {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
}
#servicePageTA #footerCTAPanel .cutout-top {
  position: absolute; top: 0; left: 0; width: 100%; height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain; background-position: center; background-repeat: no-repeat;
}
#servicePageTA #footerCTAPanel .cutout-bottom {
  position: absolute; bottom: -1px; left: 0; width: 100%; height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiPgogICAgICAgICAgPHBhdGggZmlsbD0iI0Y1RjJFRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQ5LjI4NiAxOS4yODZIMjAuNzE1bC0yMC0yMGgxNjguNTcxbC0yMCAyMFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogICAgICAgIDwvc3ZnPg==');
  background-size: contain; background-position: center; background-repeat: no-repeat;
  transform: rotate(180deg);
}

/* ---------- responsive ---------- */
@media (max-width: 991px) {
  #servicePageTA #headerPanel { min-height: 0; }
  #servicePageTA #headerPanel .bgImage { min-height: 500px; }
  #servicePageTA #headerPanel .textContent { padding: 60px 30px; }
  #servicePageTA #whyPanel .textContent { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 767px) {
  #servicePageTA .taRuledRow { grid-template-columns: 1fr; gap: 10px; }
  #servicePageTA #statementPanel { padding: 60px 0; }
  #servicePageTA #featuresPanel .feature-card { min-height: 0; padding: 140px 30px 24px; }
  #servicePageTA #reviewsStatic .review-card { padding: 40px 36px 26px; border-radius: 60px; border-bottom-left-radius: 0; }
}

/* ---------- v2.1 additions (2026-08-19) ---------- */
/* Width caps: proof and FAQ text ran ~1220px wide; the theme's pattern is
   narrow inner text blocks, not container caps. */
#servicePageTA #proofPanel .text { max-width: 820px; }
#servicePageTA #faqPanel .row > .col-12 { max-width: 860px; margin: 0 auto; }
/* Closing CTA outer spacing (mirrors the Join Us footer panel): 120px above,
   60px below the violet panel before the site footer. */
#servicePageTA #footerCTAPanel { position: relative; padding: 120px 30px 60px; }
/* ---------- v2.2 (2026-08-19): content position + type tweaks ---------- */
/* Who we place: lift card content (was padding-top 170 / icon 90 from the homepage) */
#servicePageTA #featuresPanel .feature-card { padding: 110px 40px 28px; min-height: 340px; }
#servicePageTA #featuresPanel .feature-icon { top: 50px; }
/* Testimonials: text starts at the top of the card, larger type */
#servicePageTA #reviewsStatic .review-text { margin-top: 0; font-size: 16px; line-height: 23px; }
#servicePageTA #reviewsStatic .review-card { min-height: 260px; padding: 44px 56px 34px; }
/* v2.2b — closing CTA at the page's standard h2 scale */
#servicePageTA #footerCTAPanel h2 {
  font-size: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
  line-height: clamp(2rem, 1.155vw + 1.701rem, 2.625rem);
}
/* ---------- v2.3: centered triggers heading; mobile hero order + height ---------- */
#servicePageTA #triggersPanel h2 { text-align: center; }
#servicePageTA #proofPanel .text { text-align: center; margin: 0 auto; }
@media (max-width: 991px) {
  /* title (text column) first, image below it, image shorter */
  #servicePageTA #headerPanel .row > div:first-child { order: 2; }
  #servicePageTA #headerPanel .bgImage { min-height: 340px; }
}
