/*
Theme Name: GeneratePress Child
Template: generatepress
Editor: Shift Industrial Marketing
Version: 1.0
*/

/* ===================================
   Base / Reset
=================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

body,
.site,
.site-content,
.content-area,
.site-main {
  width: 100%;
  max-width: 100%;
}

.home .site-content {
  display: block;
}

.site-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.95;
}

h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
}

h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.15;
}

h4 {
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.2;
}

h5 {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.3;
}

::-moz-selection {
  background: #67d6b3;
  color: #000;
}

::selection {
  background: #18e0c7;
  color: black;
}

a,
button,
.btn,
.main-navigation a {
  transition: all 0.25s ease;
}

ul {
  margin: 0 0 1.5em 1.5em;
}

li {
  padding: 8px 0;
}





/* ===================================
   Layout
=================================== */

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

.section-pad {
  padding: 80px 0;
}


.content-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-narrow > *:first-child {
  margin-top: 0;
}

.content-narrow > *:last-child {
  margin-bottom: 0;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===================================
   Header
=================================== */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(
  to bottom,
  rgba(0,0,0,0.55),
  rgba(0,0,0,0.25),
  rgba(0,0,0,0)
  );
}

.site-logo img {
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.9));
}

.admin-bar.home .site-header { top: 32px; }
@media (max-width: 782px){
  .admin-bar.home .site-header { top: 46px; }
}

/* NAV */

/* top-level nav items */
.main-navigation .main-nav ul li {
  padding: 0 17px;
}

.main-navigation .main-nav ul li a {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 22px;
  line-height: 1;
}

/* nav shell */
#site-navigation {
  box-shadow: 0px 5px 10px rgba(0,0,0,.3);
  border-radius: 100px;
  padding: 15px 8px;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
  background: transparent !important;
}

.main-navigation .menu-item-62 > a {
  background: transparent;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 40px;
  color: #000 !important;
}

.main-navigation .menu-item-62 > a:hover {
  background-color: transparent !important;
}

/* moving nav pill */
#site-navigation {
  position: relative;
}

.main-navigation .main-nav > ul {
  position: relative;
}

.main-navigation .main-nav > ul > li {
  position: relative;
  z-index: 2;
}

.main-navigation .main-nav > ul > li > a {
  position: relative;
  z-index: 2;
  transition: color 0.2s ease;
}

/* shared moving background */
.nav-pill-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #67d6b3;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition:
  transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
  width 0.35s cubic-bezier(0.25, 1, 0.5, 1),
  height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* active item text when pill is behind it */
.main-navigation .main-nav > ul > li.pill-active > a {
  color: #000 !important;
}

/* keep non-active items white */
.main-navigation .main-nav > ul > li:not(.pill-active) > a {
  color: #fff;
}

.main-navigation .main-nav > ul > li > a {
  color: #fff !important;
}

.main-navigation .main-nav > ul > li.pill-active > a {
  color: #000 !important;
}

/* don't run this on mobile menu */
@media (max-width: 768px) {
  .nav-pill-indicator {
  display: none;
  }

  .main-navigation .menu-item-62 > a {
  background: #67d6b3;
  color: #000 !important;
  }
  
  /* Reset pill-based color logic */
  .main-navigation .main-nav > ul > li.pill-active > a {
  color: #fff !important;
  }
  
  /* Restore normal mobile hover behavior */
  .main-navigation .main-nav ul li:hover > a,
  .main-navigation .main-nav ul li:focus > a {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
  }
}



/* submenu container */
.main-navigation ul ul {
  width: auto;
  min-width: max-content;
  white-space: nowrap;

  background: #000;
  padding: 16px 0;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
  opacity 0.25s ease,
  transform 0.25s ease,
  visibility 0.25s ease;
  pointer-events: none;
}

/* submenu items */
.main-navigation ul ul li {
  width: auto;
}

.main-navigation ul ul li a {
  display: block;
  white-space: nowrap;
  padding: 10px 24px;
}

.main-navigation ul ul li a:hover {
  background: rgba(255,255,255,0.08);
}

/* submenu open state */
.main-navigation ul li:hover > ul,
.main-navigation ul li.sfHover > ul,
.main-navigation ul li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.main-navigation .main-nav .menu-item-has-children {
  position: relative;
}

.main-navigation .main-nav .menu-item-has-children > .sub-menu {
  left: 50%;
  right: auto;
  transform: translateX(-58%) translateY(10px);
}

.main-navigation .main-nav .menu-item-has-children:hover > .sub-menu,
.main-navigation .main-nav .menu-item-has-children.sfHover > .sub-menu,
.main-navigation .main-nav .menu-item-has-children:focus-within > .sub-menu {
  transform: translateX(-58%) translateY(0);
}


@media (max-width: 768px) {

  /* header layout */
  .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 100;
  }

  .inside-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  }

  /* logo */
  .site-logo img,
  .custom-logo {
  width: clamp(200px, 55vw, 400px) !important;
  height: auto;
  padding-top: 5px;
  }
  
  /* nav container floats top right, no pill bar */
  #site-navigation,
  .main-navigation {
  position: absolute;
  top: 20px;
  right: clamp(12px, 4vw, 20px);
  width: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  }

  .main-navigation .inside-navigation {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  }

  /* hamburger stays black square */
  .menu-toggle {
  background: #000 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  /* hide desktop menu until toggled */
  .main-navigation .main-nav {
  display: none;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  }

  /* opened mobile menu panel */
.main-navigation.toggled .main-nav {
  display: block !important;
  position: fixed !important;
  top: 68px !important;
  right: 12px !important;
  left: auto !important;
  width: min(320px, calc(100vw - 24px)) !important;
  background: #000 !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px rgba(0,0,0,.3) !important;
  padding: 20px 0 !important;
  z-index: 10000 !important;
  }
  
  .menu-toggle .gp-icon svg {
  top: 0 !important;
  vertical-align: middle !important;
  position: static !important;
  height: 2em!important;
  }
  
  .menu-toggle .gp-icon {
  line-height: 1 !important;
  }

  .main-navigation.toggled .main-nav > ul {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  }

  /* stacked mobile items */
  .main-navigation .main-nav ul li {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  }

  .main-navigation .main-nav ul li a {
  display: block;
  width: 100%;
  padding: 16px 24px !important;
  font-size: 16px;
  line-height: 1.2;
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: normal !important;
  }

  /* kill desktop CTA pill styling on mobile */
  .main-navigation .menu-item-62 a,
  .main-navigation .menu-item-62 a:hover,
  .main-navigation .menu-item-62 a:focus,
  .main-navigation .main-nav .menu-item:last-child a,
  .main-navigation .main-nav .menu-item:last-child a:hover,
  .main-navigation .main-nav .menu-item:last-child a:focus {
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1.2 !important;
  padding: 16px 24px !important;
  }

  /* mobile submenus */
  .main-navigation ul ul {
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  white-space: normal !important;
  }

  .main-navigation ul ul li,
  .main-navigation ul ul li a {
  width: 100% !important;
  }

  .main-navigation ul ul li a {
  padding: 12px 24px 12px 40px !important;
  white-space: normal !important;
  }
}

.is-layout-flex > :is(*, div) {
  width: 90%;
}

/* ===================================
   Buttons
=================================== */

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s ease;
  box-shadow: 0 5px 10px rgba(0,0,0,.3);
  padding: 8px 12px;
  font-size: clamp(13px, 1.2vw, 16px);
}

.white-btn {
  background: #fff;
  color: #0b2b3a;
}

.btn:hover {
  transform: translateY(-2px);
}

.white-btn:hover {
  background: #01214c;
  color: #fff;
  transform: translateY(-2px);
}

.btn.teal-btn {
  background: #69f5c4;
  color: #0b2b3a;
}

.btn.teal-btn:hover {
  background: #01214c;
  color: #fff;
}

.btn.light-teal-btn {
  background: #d4fbed;
  color: #0b2b3a;
}

.btn.light-teal-btn:hover {
  background: #fff;
}

.nf-form-content input[type="submit"] {
  background: #69f5c4;
  color: #0b2b3a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: clamp(13px, 1.2vw, 16px);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.nf-form-content input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(0,0,0,0.35);
  background: #01214c;
  color: white;
}


/* ===================================
   HERO
=================================== */

.home .site.grid-container,
.home .site-content,
.home .content-area,
.home .site-main,
.home .inside-article,
.home .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-media {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: translateY(var(--hero-bg-y, 0px));
  will-change: transform;
}

.hero-card {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%;
  transform: translate(-50%, calc(-50% + var(--hero-card-y, 0px)));
  width: min(720px, 90%);
  background: #06496b;
  color: #ffffff;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.billboard-top {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.025em;
}

.billboard-bottom {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3vw, 36px);
  line-height: 0.98;
  margin: 12px 0 0;
  text-transform: uppercase;
  color: #69f5c4;
}

.hero-description {
  margin: 28px 0;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-button-wrap {
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .hero-media {
  height: 700px;
  }

  .hero-image {
  height: 120%;
  object-position: center center;
  }

  .hero-card {
  width: min(640px, 90%);
  top: 65%;
  padding: 28px;
  }
}

@media (max-width: 1024px) {
  .hero-card {
  width: min(680px, 92%);
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .hero-section {
  background: #efefef;
  padding-bottom: 80px;
  }

  .hero-media {
  position: relative;
  height: 340px;
  min-height: auto;
  overflow: hidden;
  }

  .hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none !important;
  }

  .hero-fade-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  }

  .hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(239, 239, 239, 0) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  }

  .hero-card {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  width: auto;
  max-width: none;
  margin: -60px 24px 0;
  padding: 28px 24px;
  transform: none;
  }

  .billboard-top {
  font-size: clamp(26px, 8vw, 40px);
  }

  .billboard-bottom {
  font-size: clamp(18px, 5vw, 28px);
  }

  .hero-description {
  font-size: 1rem;
  margin: 20px 0;
  }
}






/* ===================================
   SPECIALISTS
=================================== */

.specialists-section {
  background: #efefef;
  overflow: hidden;
}

.specialists-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%; /* your original desktop value */
}

@media (max-width: 768px) {
  .specialists-section .container {
  padding: 0 7%;
  }
}

.specialists-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: center;
}

.specialists-copy {
  max-width: 560px;
}

.specialists-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0 0 28px;
  letter-spacing: -0.025em;
}

.specialists-body p {
  font-size: 1.15rem;
  line-height: 1.65;
  margin: 0 0 24px;
}

.specialists-emphasis {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 8px 0 32px;
}

.specialists-button-wrap {
  margin-top: 24px;
}

.specialists-image-wrap {
  position: relative;
  overflow: hidden;
  height: 520px;
box-shadow: 
  0 8px 20px rgba(0, 0, 0, 0.12),
  0 2px 6px rgba(0, 0, 0, 0.08);
}

.specialists-image {
  height: 100%;
  transform: translateY(var(--spec-image-y, 0px));
  will-change: transform;
}

.specialists-image img {
  display: block;
  width: 100%;
  height: 120%;
  object-fit: cover;
}

/* ===================================
   INDUSTRIES
=================================== */

.industries-band {
  background-image: url('/wp-content/themes/generatepress-child/images/homepage-blue-bg.webp');
  color: #fff;
  padding: 60px 0;
} 

.section-blue--automotive {  }

.industries-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.025em;
  }

.industries-heading {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.industries-line {
  flex: 1;
  height: 4px;
  background: #fff;
  margin-left: 20px;

  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;

  transition: 
  transform 1s ease,
  opacity 2s ease;
}

.industries-band:has(.industry-card.visible) .industries-line {
  transform: scaleX(1);
  opacity: 1;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

@media (max-width: 1024px) {
  .industries-grid {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .industries-grid {
  gap: 60px;
  }
}

.industry-card {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}

.industry-card .btn {
  display: inline-block; 
  width: auto;
  text-align: center;
  margin-top: auto;
  align-self: flex-start;
}

.industry-image img {
  display: block;
  width: 100%;
  height: auto;
}

h3.industry-heading {
  font-family: 'Poppins';
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 20px;  
  color: #69f5c4;
}

/* Fancy Additions */

.industry-card {
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 1.2s ease,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  .industry-card.visible {
  opacity: 1;
  transform: scale(1);
  }
  
  .industry-card.visible:hover {
  filter: brightness(1.05);
  }

.industry-image img {
  transition: transform 0.4s ease;
}

.industry-card:hover .industry-image img {
  transform: scale(1.03);
}

.industry-heading {
  position: relative;
}

.industry-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.25); 
   transition: width 0.3s ease;
}

.industry-card:hover .industry-heading::after {
  width: 100%;
}


/* ===================================
   Secondary Hero
=================================== */

.site-container {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.page-template-page-large-header-php .site.grid-container,
.page-template-page-large-header-php .site-content,
.page-template-page-large-header-php .content-area,
.page-template-page-large-header-php .site-main,
.page-template-page-large-header-php .inside-article,
.page-template-page-large-header-php .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-large-header-php .site-content {
  display: block;
  padding: 0;
}

.page-template-page-large-header-php .inside-article {
  padding: 0;
}

/* HERO WRAPPER */
.page-template-page-large-header-php .secondary-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #0b2b3a;
}

.page-template-page-large-header-php .secondary-hero-media {
  position: relative;
}

/* DESKTOP IMAGE = NATURAL HEIGHT */
.page-template-page-large-header-php .secondary-hero-image {
  display: block;
  width: 100%;
  height: auto;
}



/* OVERLAY */
.page-template-page-large-header-php .secondary-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  to right,
  rgba(6, 73, 107, 0.85) 0%,
  rgba(6, 73, 107, 0.65) 35%,
  rgba(6, 73, 107, 0.25) 75%,
  rgba(6, 73, 107, 0.10) 100%
  );
  z-index: 1;
}

/* CONTENT ON TOP */
.page-template-page-large-header-php .secondary-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.page-template-page-large-header-php .secondary-hero-copy {
  max-width: 760px;
  color: #fff;
  margin-left: 4.5%;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(0px);
}

/* TYPE */
.page-template-page-large-header-php .secondary-hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  color: #fff;
}

.page-template-page-large-header-php .secondary-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.08;
  color: #69f5c4;
  margin: 0 0 28px;
  max-width: 820px;
}

.page-template-page-large-header-php .secondary-hero-text {
  max-width: 760px;
}

.page-template-page-large-header-php .secondary-hero-text p {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.45;
  margin: 0 0 24px;
  color: #fff;
}

.page-template-page-large-header-php .secondary-hero-text p:last-child {
  margin-bottom: 0;
}

/* LARGE TABLET / SMALL DESKTOP */
@media (max-width: 1200px) {
  .page-template-page-large-header-php .secondary-hero-copy {
  max-width: 680px;
  margin-left: 2.5%;
  transform: translateY(60px);
  }

  .page-template-page-large-header-php .secondary-hero-title {
  font-size: clamp(34px, 4.5vw, 54px);
  }

  .page-template-page-large-header-php .secondary-hero-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  }
}

/* TABLET AND BELOW = CONTROLLED HERO HEIGHT */
@media (max-width: 1024px) {
  .page-template-page-large-header-php .secondary-hero-media {
  min-height: 660px;
  }

  .page-template-page-large-header-php .secondary-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  }

  .page-template-page-large-header-php .secondary-hero-content {
  align-items: center;
  }

  .page-template-page-large-header-php .secondary-hero-copy {
  max-width: 100%;
  padding: 0 5%;
  transform: translateY(30px);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .page-template-page-large-header-php .secondary-hero-media {
  min-height: 500px;
  }

  .page-template-page-large-header-php .secondary-hero-content {
  align-items: flex-end;
  }

  .page-template-page-large-header-php .secondary-hero-copy {
  max-width: none;
  margin-left: 0;
  transform: none;
  padding: 32px 0 80px;
  }

  .page-template-page-large-header-php .secondary-hero-title {
  margin-bottom: 16px;
  }

  .page-template-page-large-header-php .secondary-hero-subtitle {
  margin-bottom: 18px;
  }

  .page-template-page-large-header-php .secondary-hero-text p {
  font-size: 1rem;
  margin-bottom: 16px;
  }

  .page-template-page-large-header-php .secondary-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(6, 73, 107, 0.80) 0%,
    rgba(6, 73, 107, 0.58) 42%,
    rgba(6, 73, 107, 0.48) 100%
  );
  }
}

@media (max-width: 480px) {
  .page-template-page-large-header-php .secondary-hero-media {
  min-height: 600px;
  }

  .page-template-page-large-header-php .secondary-hero-content {
  align-items: center;
  }

  .page-template-page-large-header-php .secondary-hero-copy {
  transform: translateY(40px);
  padding: 24px 0 75px;
  }
}

.page-template-page-large-header-php .section-pad.site-container {
  position: relative;
  z-index: 5;
}






.page-template-page-large-header-alt-headline-php .site.grid-container,
.page-template-page-large-header-alt-headline-php .site-content,
.page-template-page-large-header-alt-headline-php .content-area,
.page-template-page-large-header-alt-headline-php .site-main,
.page-template-page-large-header-alt-headline-php .inside-article,
.page-template-page-large-header-alt-headline-php .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-large-header-alt-headline-php .site-content {
  display: block;
  padding: 0;
}

.page-template-page-large-header-alt-headline-php .inside-article {
  padding: 0;
}

/* HERO WRAPPER */
.page-template-page-large-header-alt-headline-php .secondary-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #0b2b3a;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-media {
  height: clamp(450px, 45vw, 650px);
}

/* DESKTOP IMAGE = NATURAL HEIGHT */
.page-template-page-large-header-alt-headline-php .secondary-hero-image {
  display: block;
  width: 100%;
  height: auto;
}



/* OVERLAY */
.page-template-page-large-header-alt-headline-php .secondary-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  to right,
  rgba(6, 73, 107, 0.85) 0%,
  rgba(6, 73, 107, 0.65) 35%,
  rgba(6, 73, 107, 0.25) 75%,
  rgba(6, 73, 107, 0.10) 100%
  );
  z-index: 1;
}

/* CONTENT ON TOP */
.page-template-page-large-header-alt-headline-php .secondary-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-copy {
  max-width: 760px;
  color: #fff;
  margin-left: 4.5%;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(0%);
}

/* TYPE */
.page-template-page-large-header-alt-headline-php .secondary-hero-title-alternate {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 52px);
  line-height: 0.97;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  color: white;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.02;
  color: #69f5c4;
  margin: 0 0 28px;
  max-width: 820px;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-text {
  max-width: 760px;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-text p {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.45;
  margin: 0 0 24px;
  color: #fff;
}

.page-template-page-large-header-alt-headline-php .secondary-hero-text p:last-child {
  margin-bottom: 0;
}

/* LARGE TABLET / SMALL DESKTOP */
@media (max-width: 1200px) {
  .page-template-page-large-header-alt-headline-php .secondary-hero-copy {
  max-width: 680px;
  margin-left: 2.5%;
  transform: translateY(90px);
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-title {
  font-size: clamp(34px, 4.5vw, 54px);
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  }
}

/* TABLET AND BELOW = CONTROLLED HERO HEIGHT */
@media (max-width: 1024px) {
  .page-template-page-large-header-alt-headline-php .secondary-hero-media {
  min-height: 460px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-content {
  align-items: center;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-copy {
  max-width: 100%;
  padding: 0 5%;
  transform: translateY(50%);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .page-template-page-large-header-alt-headline-php .secondary-hero-media {
  min-height: 300px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-content {
  align-items: flex-end;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-copy {
  max-width: none;
  margin-left: 0;
  transform: none;
  padding: 32px 0 80px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-title {
  margin-bottom: 16px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-subtitle {
  margin-bottom: 18px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-text p {
  font-size: 1rem;
  margin-bottom: 16px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(6, 73, 107, 0.80) 0%,
    rgba(6, 73, 107, 0.58) 42%,
    rgba(6, 73, 107, 0.48) 100%
  );
  }
}

@media (max-width: 480px) {
  .page-template-page-large-header-alt-headline-php .secondary-hero-media {
  min-height: 300px;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-content {
  align-items: center;
  }

  .page-template-page-large-header-alt-headline-php .secondary-hero-copy {
  transform: translateY(40px);
  padding: 24px 0 75px;
  }
}

.page-template-page-large-header-alt-headline-php .section-pad.site-container {
  position: relative;
  z-index: 5;
}

/* ===================================
   404 Hero
=================================== */

.error404 .site.grid-container,
.error404 .site-content,
.error404 .content-area,
.error404 .site-main,
.error404 .inside-article,
.error404 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.error404 .site-content {
  display: block;
  padding: 0;
}

.error404 .inside-article {
  padding: 0;
}

.error404 .secondary-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #0b2b3a;
}

.error404 .secondary-hero-media {
  position: relative;
  height: clamp(450px, 45vw, 650px);
}

.error404 .secondary-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.error404 .secondary-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(6, 73, 107, 0.85) 0%,
    rgba(6, 73, 107, 0.65) 35%,
    rgba(6, 73, 107, 0.25) 75%,
    rgba(6, 73, 107, 0.10) 100%
  );
  z-index: 1;
}

.error404 .secondary-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.error404 .secondary-hero-copy {
  max-width: 760px;
  color: #fff;
  margin-left: 4.5%;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(0);
}

.error404 .secondary-hero-title-alternate,
.error404 .secondary-hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 52px);
  line-height: 0.97;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  color: #fff;
}

.error404 .secondary-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.02;
  color: #69f5c4;
  margin: 0 0 28px;
  max-width: 820px;
}

.error404 .secondary-hero-text {
  max-width: 760px;
}

.error404 .secondary-hero-text p {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.45;
  margin: 0 0 24px;
  color: #fff;
}

.error404 .secondary-hero-text p:last-child {
  margin-bottom: 0;
}

.error404 .section-pad.site-container {
  position: relative;
  z-index: 5;
}

@media (max-width: 1200px) {
  .error404 .secondary-hero-copy {
    max-width: 680px;
    margin-left: 2.5%;
    transform: translateY(40px);
  }
}

@media (max-width: 1024px) {
  .error404 .secondary-hero-media {
    min-height: 460px;
  }

  .error404 .secondary-hero-copy {
    max-width: 100%;
    padding: 0 5%;
    transform: translateY(20px);
  }
}

@media (max-width: 768px) {
  .error404 .secondary-hero-media {
    min-height: 300px;
  }

  .error404 .secondary-hero-content {
    align-items: flex-end;
  }

  .error404 .secondary-hero-copy {
    max-width: none;
    margin-left: 0;
    transform: none;
    padding: 32px 0 80px;
  }

  .error404 .secondary-hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(6, 73, 107, 0.80) 0%,
      rgba(6, 73, 107, 0.58) 42%,
      rgba(6, 73, 107, 0.48) 100%
    );
  }

  .error404 .secondary-hero-text p {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .error404 .secondary-hero-media {
    min-height: 300px;
  }

  .error404 .secondary-hero-content {
    align-items: center;
  }

  .error404 .secondary-hero-copy {
    transform: translateY(40px);
    padding: 24px 0 75px;
  }
}



@media (min-width: 1200px) {

.n2-ss-slider {
  margin-top: -150px;
}
}

.n2-ss-slider {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  border-radius: 6px; /* optional but will look nice */
  overflow: hidden;   /* keeps edges clean */
  border: solid 10px white;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.heading-line {
  display: flex;
  align-items: center;
  gap: 24px;
}

.heading-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.7); /* adjust depending on bg */
}

.section-blue {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 6vw, 100px) 0;
  margin-top: 60px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
  to right,
  rgba(6, 73, 107, 0.85) 0%,
  rgba(6, 73, 107, 0.65) 35%,
  rgba(6, 73, 107, 0.25) 75%,
  rgba(6, 73, 107, 0.10) 100%
  );
  z-index: 1;
}

.section-blue > .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.section-blue--automotive { background-image: url('/wp-content/uploads/2026/04/auto-list-bg.webp'); }
.section-blue--breweries   { background-image: url('/wp-content/uploads/2026/03/breweries-ul.webp'); }
.section-blue--garage   { background-image: url('/wp-content/uploads/2026/04/garage-list.webp'); }
.section-blue--dairy   { background-image: url('/wp-content/uploads/2026/04/dairy-list.webp'); }
.section-blue--hangars   { background-image: url('/wp-content/uploads/2026/04/hangar-list.webp'); }



.section-blue > .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.section-blue > .wp-block-group__inner-container {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1200px) {
  .section-blue > .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
  }
}

.difference-list {
  padding: 100px 0 80px 0;
}

.difference-list h2 {
  color: #19e0c7;
}

.wp-block-image img {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}


/* ===================================
   PARALLAX
=================================== */

.parallax-section {
  position: relative;
  overflow: hidden;
  padding: 200px 0;
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  height: 115%; /* 👈 same idea as hero */
  transform: translateY(var(--parallax-bg-y, 0px));
  will-change: transform;
}

.floating-copy-panel {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255,255,255,0.88);
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  transform: translateY(var(--parallax-panel-y, 0px));
  will-change: transform;
}

.bottom-mod-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.025em;
}

.bottom-mod-heading-two {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.98;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #333;
}

.footer-cta-inner .btn {
  display: inline-block;
  width: auto;
}

.footer-cta-inner {
  justify-items: left;
}

@media (max-width: 768px) {
  .parallax-section {
  padding: 80px 0;
  }

  .parallax-bg {
  transform: none !important;
  }

  .floating-copy-panel {
  padding: 28px 24px;
  }
}

/* ===================================
   CTA BAND
=================================== */

.footer-cta-band {
  background: #18e0c7;
  padding: 30px;
}

.footer-cta-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.footer-cta-text {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.05;
  margin: 0;
}

.footer-cta-subtext {
  margin: 6px 0 0;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.4;
}

.footer-cta-inner .btn {
  align-self: center;
}

@media (max-width: 768px) {
  .footer-cta-inner {
  grid-template-columns: 1fr;
  gap: 18px;
  }

  .footer-cta-content {
  align-self: stretch;
  }

  .footer-cta-inner .btn {
  align-self: flex-start;
  }
}


/* ===================================
   Footer
=================================== */

.site-footer-custom {
  background: #0b2b3a;
  color: #fff;
  padding: 60px 0 30px;
}

/* DESKTOP LAYOUT */
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-areas:
  "brand main west"
  "social main west";
  column-gap: 40px;
  row-gap: 10px; /* 👈 THIS is the fix */
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  grid-area: brand;
}

.footer-contact:first-of-type {
  grid-area: main;
}

.footer-contact:last-of-type {
  grid-area: west;
}

.footer-social {
  grid-area: social;
  display: flex;
  gap: 14px;

  width: auto;
  justify-self: start;
  align-self: start;
  margin-top: -10px;
}

.footer-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.footer-social img {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-social a:hover img {
  opacity: 1;
}

.footer-brand img {
  max-width: 260px;
  margin-bottom: 0;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
  color: #18e0c7;
  opacity: 0.8;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  opacity: 1;
  color: white;
}

.footer-contact p {
  margin: 0 0 10px;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  opacity: 0.7;
  text-align: center;
}

footer a {
  color: #18e0c7;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

.site-info {
  display: none;
}

/* STACKED LAYOUT */
@media (max-width: 1024px) {
  .footer-inner {
  grid-template-columns: 1fr;
  grid-template-areas:
    "brand"
    "main"
    "west"
    "social";
  gap: 30px;
  text-align: center;
  }

  .footer-col {
  align-items: center;
  padding-bottom: 0;
  }

  .footer-brand img {
  margin: 0 auto 8px;
  }

  .footer-contact p {
  margin-bottom: 6px;
  }

  .footer-social {
  justify-self: center;
  align-self: center;
  justify-content: center;
  width: auto;
  margin-top: 0;
  }
  
  .footer-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  }
}

/* ===================================
   Responsive
=================================== */

@media (max-width: 768px) {



  .specialists-grid {
  grid-template-columns: 1fr;
  }

  .industries-grid {
  grid-template-columns: 1fr;
  }

  .footer-cta-inner {
  grid-template-columns: 1fr;
  gap: 20px;
  }
}



/* ===================================
   Projects
=================================== */

.post-type-archive-project .site-content {
  display: block;
}

.post-type-archive-project .content-area,
.post-type-archive-project .site-main {
  width: 100%;
  max-width: 100%;
}

.post-type-archive-project .full-width-header,
.tax-project_industry .full-width-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.post-type-archive-project .full-width-header img,
.tax-project_industry .full-width-header img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.post-type-archive-project .page-header,
.tax-project_industry .page-header {
  margin: 40px 0 30px;
}

.post-type-archive-project .site-content,
.tax-project_industry .site-content {
  display: block;
}

.post-type-archive-project .content-area,
.post-type-archive-project .site-main,
.tax-project_industry .content-area,
.tax-project_industry .site-main {
  width: 100%;
  max-width: 100%;
}

.post-type-archive-project .inside-article,
.tax-project_industry .inside-article {
  padding: 0;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-image {
  display: block;
  aspect-ratio: 4 / 3; /* adjust if you want wider/taller */
  overflow: hidden;
}

.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-title {
  margin: 16px 0 10px;
}

.project-title a {
  text-decoration: none;
  color: inherit;
}

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

.archive-pagination {
  margin-top: 40px;
}

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

@media (max-width: 768px) {
  .projects-grid {
  grid-template-columns: 1fr;
  }
}

/* ===================================
   Projects Filter
=================================== */

.projects-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 36px;
}

.filter-pill {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #e9e9e9;
  color: #0b2b3a;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.filter-pill:hover {
  background: #d4fbed;
}

.filter-pill.is-active {
  background: #69f5c4;
  color: #0b2b3a;
}



/* =========================
   MCS FAQ ACCORDION
========================= */

/* Base toggle */
.mcs-faq-accordion .wp-block-accordion-heading__toggle {
  padding: 20px 30px;
  border-radius: 8px;
  background: #e9e9e9;
  color: #0b2b3a !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Remove underline everywhere */
.mcs-faq-accordion .wp-block-accordion-heading__toggle,
.mcs-faq-accordion .wp-block-accordion-heading__toggle:hover,
.mcs-faq-accordion .wp-block-accordion-heading__toggle:focus,
.mcs-faq-accordion .wp-block-accordion-heading__toggle:focus-visible,
.mcs-faq-accordion .wp-block-accordion-heading__toggle:active,
.mcs-faq-accordion .wp-block-accordion-heading__toggle-title,
.mcs-faq-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

/* Closed state */
.mcs-faq-accordion .wp-block-accordion-heading__toggle[aria-expanded="false"] {
  background: #e9e9e9 !important;
  color: #0b2b3a !important;
}

/* Closed hover */
.mcs-faq-accordion .wp-block-accordion-heading__toggle[aria-expanded="false"]:hover {
  background: #dcdcdc !important;
}

/* Open state */
.mcs-faq-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"] {
  background: #67d6b3 !important;
  color: #0b2b3a !important;
}

/* Title */
.mcs-faq-accordion .wp-block-accordion-heading__toggle-title {
  font-weight: 500;
  font-size: 20px;
}

.mcs-faq-accordion .wp-block-accordion-heading__toggle-icon {
  margin-left: 20px;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  overflow: visible;
}

.mcs-faq-accordion .wp-block-accordion-heading__toggle-icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url('/wp-content/themes/generatepress-child/images/arrow.svg') no-repeat center;
  background-size: contain;
}

.mcs-faq-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"] .wp-block-accordion-heading__toggle-icon::after {
  background-image: url('/wp-content/themes/generatepress-child/images/arrow-up.svg');
}

