/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .columns-4 {
    columns: 4;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --color-primary: #318ACA;
  --color-neutral: #E0E0E0;
  --color-dark: #202020;
  --color-light: #E2E2E2;
  --color-grey: #9F9F9F;
  --font-heading: 'Source Sans 3', sans-serif;
  --font-body: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --carousel-animation-time: 50s;
  --carousel-animation: carousel-scroll-horizontal var(--carousel-animation-time) linear infinite;
  --z-navigation: 10;
  --z-hero: 9;
  --z-high: 8;
  --z-middle: 5;
  --z-low: 1;
  --gallery-fade: linear-gradient(to right, transparent 0%, black 10%, black 85%, transparent 100%);
  --section-padding: 5rem 0;
  --page-width: clamp(320px, 100%, 2560px);
  --container-width: 65vw;
  --header-top-padding: 2rem;
  --header-bottom-padding: 2rem;
  --about-us-grid-style: "text image ";
  --header-title-font-size: clamp(2rem, 6vw, 7rem);
  --sub-title-font-size: clamp(1rem, 2.5vw, 3rem);
}
.hero-subtitle-paragraph {
  --diagonal-offset1: 3rem;
  white-space: nowrap;
  color: var(--color-light);
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  @media (max-width: 768px) {
    --diagonal-offset1: 1.5rem;
  }
  &::after {
    content: '';
    width: calc(90% - var(--diagonal-offset1));
    display: block;
    height: clamp(4px, 1vw, 8px);
    background-color: var(--color-primary);
    margin-top: clamp(1rem, 1vw, 2rem);
  }
}
.carousel h2 {
  display: none !important;
}
.project-image-gallery {
  position: relative;
  height: auto;
  width: auto;
  z-index: var(--z-middle);
  &::before {
    content: '';
    position: absolute;
    right: -5.5rem;
    top: 90%;
    width: 0.5rem;
    height: 30%;
    background: var(--color-primary);
    z-index: 5;
  }
}
.about-us-content-group {
  position: relative;
  height: auto;
  width: auto;
  z-index: var(--z-middle);
  &::after {
    content: '';
    position: absolute;
    top: -4%;
    bottom: -5rem;
    width: 0.5rem;
    background: var(--color-primary);
  }
}
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .about-us-content-group::after {
    content: '';
    position: absolute;
    top: -5%;
    bottom: -1rem;
    left: -2rem;
    width: 0.5rem;
    background: var(--color-primary);
  }
}
:root {
  --final-cta-line-width: 10rem;
  --final-cta-line-height: .5rem;
}
.final-cta-inner-group h2 {
  position: relative;
  height: auto;
  width: auto;
  &::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: var(--final-cta-line-width);
    right: var(--final-cta-line-width);
    height: var(--final-cta-line-height);
    background: var(--color-primary);
    z-index: 5;
  }
  &::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: var(--final-cta-line-width);
    right: var(--final-cta-line-width);
    height: var(--final-cta-line-height);
    background: var(--color-primary);
    z-index: 5;
  }
}
#DESKTOP_CALL_US_BUTTON, #MOBILE_CALL_US_BUTTON {
  display: none;
}
.hero-group {
  height: clamp(1400px, 103vh, 1800px);
  @media (max-width: 768px) {
    height: clamp(900px, 50vh, 1800px);
  }
  position: relative;
  border-bottom: 1.25rem solid var(--color-primary);
}
.hero-background-image {
  position: absolute;
  inset: 0;
  bottom: -1rem;
  z-index: var(--z-middle);
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
}
.hero-text-stack {
  position: relative;
  top: 15%;
  left: 5%;
  width: 90%;
  z-index: var(--z-high);
  --diagonal-offset: 3rem;
  @media (max-width: 768px) {
    --diagonal-offset: 1.5rem;
  }
  @media (min-width: 769px) {
    width: 70%;
  }
  .hero-header {
    margin-bottom: 1rem;
    position: relative;
    left: 0;
    width: calc(90% - var(--diagonal-offset) * 0);
    @media (min-width: 769px) {
      width: calc(60% - var(--diagonal-offset) * 0);
    }
  }
  .hero-subtitle-paragraph {
    position: relative;
    left: 0;
    width: calc(85% - var(--diagonal-offset));
    margin-bottom: 1.5rem;
    @media (min-width: 769px) {
      width: calc(50% - var(--diagonal-offset));
    }
  }
  .wp-block-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(80% - var(--diagonal-offset) * 2);
    padding-top: 1rem;
    @media (min-width: 769px) {
      width: calc(40% - var(--diagonal-offset) * 2);
    }
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 7rem;
      width: 100%;
      background-color: var(--color-primary);
      color: white;
      font-size: var(--sub-title-font-size);
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (max-width: 768px) {
        height: 5rem;
      }
      &:hover {
        filter: brightness(0.9);
      }
    }
  }
}
.hero-header {
  color: var(--color-light);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--header-title-font-size);
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.hero-subtitle-paragraph {
  color: var(--color-light);
  word-break: break-word;
  white-space: normal;
  font-size: var(--sub-title-font-size);
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.wp-block-group.navigation-group {
  padding: 0rem !important;
}
.navigation-group {
  position: fixed;
  left: 50%;
  padding-top: 3rem;
  transform: translateX(-50%);
  width: var(--page-width);
  background: transparent;
  z-index: var(--z-hero);
  pointer-events: none;
}
.custom-navigation-group {
  position: relative;
  pointer-events: auto;
}
.custom-navigation-group .mobile-menu-toggle {
  display: none;
}
.custom-navigation-group .desktop-nav {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 0;
}
@media (max-width: 1920px) {
  .custom-navigation-group .desktop-nav {
    display: none !important;
  }
}
.custom-navigation-group .desktop-nav .custom-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.custom-navigation-group .desktop-nav .custom-nav-menu li {
  margin: 0;
}
.custom-navigation-group .desktop-nav .custom-nav-menu li a {
  color: var(--color-gray-300);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 6);
  white-space: nowrap;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  color: var(--color-light);
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.custom-navigation-group .desktop-nav .custom-nav-menu li a:hover {
  color: var(--color-primary);
  transform: translateY(-2px);
}
.custom-navigation-group .desktop-nav .custom-nav-menu li:last-child {
  margin-left: calc(var(--spacing) * 20);
}
.custom-navigation-group .desktop-nav .custom-nav-menu li:last-child a {
  background-color: var(--color-primary) !important;
  border-radius: 4px;
}
.custom-navigation-group .desktop-nav .custom-nav-menu li:last-child a:hover {
  background-color: var(--color-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-navigation-group .custom-hamburger {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  color: var(--color-white);
  transform: scale(1.1);
  border: none;
  background: none;
  transition: all 0.2s ease;
}
@media (max-width: 1920px) {
  .custom-navigation-group .custom-hamburger {
    display: flex !important;
  }
}
.custom-navigation-group .custom-hamburger svg {
  height: calc(var(--spacing) * 15);
  width: calc(var(--spacing) * 15);
  fill: var(--color-white);
  transition: fill 0.2s ease;
}
.custom-navigation-group .custom-hamburger:hover svg {
  fill: var(--color-primary);
}
.custom-navigation-group .mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(20px) saturate(1.5);
  background: rgba(32, 32, 32, 0.6);
  justify-content: center;
  align-items: center;
}
.mobile-menu-content {
  height: 75%;
}
.custom-navigation-group .mobile-menu-toggle:checked ~ .mobile-overlay {
  display: flex !important;
}
.custom-navigation-group .close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.2s ease;
}
.custom-navigation-group .close-menu:hover {
  color: var(--color-primary);
  transform: scale(1.1);
}
.custom-navigation-group .close-menu svg {
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  fill: var(--color-white);
  transition: fill 0.2s ease;
}
.custom-navigation-group .close-menu:hover svg {
  fill: var(--color-primary);
}
.custom-navigation-group .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-navigation-group .mobile-nav-menu li {
  display: block;
  margin: 0.5rem auto;
  text-align: center;
  width: 250px;
}
.custom-navigation-group .mobile-nav-menu li a {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 8px;
  width: 250px;
  display: block;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.custom-navigation-group .mobile-nav-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
.custom-navigation-group .mobile-nav-menu li:last-child a {
  background-color: var(--color-primary) !important;
}
.custom-navigation-group .mobile-nav-menu li:last-child a:hover {
  background-color: var(--color-primary-dark) !important;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-navigation-group.scrolled .desktop-nav {
  display: none !important;
}
.custom-navigation-group.scrolled .custom-hamburger {
  display: flex !important;
}
.desktop-logo .logo-image {
  width: 150px;
  left: -45rem;
  position: absolute !important;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1));
}
.mobile-header .mobile-logo {
  display: none;
}
.mobile-overlay .mobile-logo {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.mobile-overlay .mobile-logo .logo-image {
  width: 200px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .desktop-logo {
    display: none;
  }
}
.project-inner-group {
  width: 90%;
  margin: 0 auto;
  padding-top: 3rem !important;
  padding-bottom: 5rem !important;
}
.project-image-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
  overflow: hidden;
}
.project-image-gallery .wp-block-image:nth-child(n+9) {
  display: none;
}
@media (max-width: 1200px) {
  .project-image-gallery {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .project-image-gallery {
    grid-template-columns: minmax(250px, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
}
@media (max-width: 480px) {
  .project-image-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    scrollbar-width: none;
    grid-template-columns: none;
    grid-template-rows: none;
  }
  .project-image-gallery .wp-block-image:nth-child(n+9) {
    display: block;
  }
}
.project-image-gallery .wp-block-image {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .project-image-gallery .wp-block-image {
    flex: 0 0 80%;
    scroll-snap-align: center;
  }
}
.project-image-gallery .wp-block-image img {
  width: 100%;
  height: clamp(200px, 40vw, 400px);
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.project-image-gallery .wp-block-image:hover img {
  transform: scale(1.05);
}
.project-image-gallery, .project-gallery-header {
  z-index: var(--z-middle);
}
.project-image-gallery-group {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.testimonial-inner-group h2 {
  padding-bottom: 2rem;
}
.testimonial-inner-group {
  width: 70%;
  margin: 0 auto;
}
.testimonials-grid {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.testimonials-container {
  animation: carousel-slide 32s infinite;
  display: flex;
}
.testimonial-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  align-items: start;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.testimonial-item:not(:has(.testimonial-image)) {
  grid-template-columns: 1fr;
}
.testimonial-text {
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-style: italic;
  color: #333;
  border: none;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.testimonial-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.testimonial-author {
  font-weight: bold;
  font-size: 1.1em;
  color: #2c3e50;
  font-style: normal;
  margin-bottom: 0.5rem;
  display: block;
  word-wrap: break-word;
}
.testimonial-company {
  font-weight: normal;
  color: #7f8c8d;
  font-size: 0.95em;
  display: block;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
.testimonial-rating {
  color: #f39c12;
  font-size: 1.3em;
  letter-spacing: 2px;
}
.testimonials-grid:hover .testimonials-container {
  animation-play-state: paused;
}
.jotform-container {
  max-width: 70%;
  margin: 0 auto;
  padding: var(--header-top-padding);
  .form-title {
    font-size: var(--sub-title-font-size);
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--color-dark);
    margin-bottom: var(--header-bottom-padding);
    text-align: center;
  }
  .form-field {
    margin-bottom: 20px;
  }
  .form-label {
    font-family: var(--font-heading);
    color: var(--color-dark);
    &.required::after {
      content: " *";
      color: #e74c3c;
    }
  }
  .form-input, .form-textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--color-neutral);
    font-family: var(--font-body);
    transition: border-color 0.3s ease;
    background: white;
    &:focus {
      outline: none;
      border-color: var(--color-primary);
    }
    &:disabled {
      background-color: var(--color-neutral);
      color: var(--color-grey);
      cursor: not-allowed;
    }
    &.error {
      border-color: #e74c3c;
      box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    }
    &::placeholder {
      color: var(--color-grey);
    }
  }
  .form-textarea {
    resize: vertical;
    min-height: 120px;
  }
  .submit-btn {
    width: 100%;
    padding: 14px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    font-family: var(--font-heading);
    transition: background-color 0.3s ease;
    &:hover {
      background-color: #2570a8;
    }
    &:active {
      transform: translateY(1px);
    }
    &:disabled {
      background-color: var(--color-grey);
      cursor: not-allowed;
      &:hover {
        background-color: var(--color-grey);
      }
    }
  }
}
.carousel-header {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.carousel {
  overflow: hidden !important;
  width: 100%;
  position: relative;
  padding-bottom: 1.2rem !important;
  padding-top: 1rem !important;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),  url('../assets/images/concrete-texture.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-light);
}
.carousel img {
  filter: grayscale(100%) !important;
  mix-blend-mode: darken;
}
.carousel *:not(.carousel-gallery):not(.carousel-gallery *) {
  max-width: 90%;
  margin: 0 auto;
  padding: 2px 0;
}
.carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 100% );
  z-index: 1;
}
.carousel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient( to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.3) 30%,  rgba(0, 0, 0, 0.3) 100% );
  z-index: 1;
}
.carousel-header {
  text-align: center;
  margin-bottom: clamp(1rem, 4vw, 2rem);
}
.carousel-gallery {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: clamp(1rem, 3vw, 3rem);
  justify-content: center;
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem) clamp(0.5rem, 2vw, 1rem);
}
.carousel-gallery figure:nth-child(n+6) {
  display: none;
}
.carousel-gallery figure {
  flex: 0 0 auto;
  width: clamp(60px, 15vw, 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.carousel-gallery img {
  width: 100% !important;
  height: auto !important;
  max-height: clamp(50px, 8vw, 80px) !important;
  object-fit: contain !important;
  transition: all 0.3s ease;
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.3));
  transition: filter 0.2s ease, transform 0.2s ease;
}
.carousel-gallery img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}
.about-us-group {
  position: relative;
}
.about-us-inner-group {
  width: 90%;
  margin: 0 auto;
}
.about-us-group > * {
  position: relative;
  z-index: 2;
}
.about-us-content-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: var(--about-us-grid-style);
  gap: clamp(1rem, 4vw, 2rem);
  padding-left: clamp(1rem, 4vw, 2rem) !important;
  align-items: start;
}
@media (max-width: 767px) {
  .about-us-content-group {
    grid-template-columns: 1fr;
    grid-template-areas: "text"  "image";
  }
}
.about-us-paragraph {
  grid-area: text;
}
.about-us-image img {
  margin: 0 auto;
  max-height: 450px;
  object-fit: cover;
}
.footer-group {
  max-width: var(--page-width);
  color: white;
  padding: 2rem !important;
  background-color: var(--color-dark);
}
.footer-content {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2rem);
  text-align: left;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-content p {
    flex: 1;
    order: 1;
  }
  .footer-content figure {
    order: 2;
  }
  .footer-button-group {
    flex: 1;
    order: 3;
    display: flex;
    justify-content: flex-end;
  }
}
.footer-content figure, .footer-content p, .footer-button-group {
  margin: 0;
}
.footer-content figure img {
  width: 300px !important;
  height: auto !important;
  aspect-ratio: unset !important;
  object-fit: contain !important;
}
.footer-content p {
  line-height: 1.8;
}
.footer-button-group .wp-block-button a {
  padding: clamp(0.7rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
  text-decoration: none;
  min-width: 100px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: var(--font-heading);
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h1 {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
  @media (width >= 40rem) {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  @media (width >= 80rem) {
    font-size: 10rem;
  }
}
h2 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  @media (width >= 40rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
p, span, div, a, li, td, th, label, input, textarea, button {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 40rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.contact-cta-all {
  background-color: var(--color-grey);
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-color: var(--color-neutral);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-neutral), black 20%);
  }
  padding: var(--header-top-padding);
  @media (max-width: 768px) {
    width: 95%;
  }
}
.final-cta {
  padding: 5rem 0 5rem 0 !important;
  position: relative;
}
.final-cta-inner-group {
  width: 70%;
  margin: 0 auto;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 900;
  font-display: swap;
}
.wp-block-group {
  padding-top: var(--header-top-padding) !important;
  padding-bottom: var(--header-bottom-padding) !important;
}
section[class*="wp-block"]:not(.hero-group) > * {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
body {
  max-width: var(--page-width);
  margin: 0 auto;
  background-color: var(--color-neutral);
  border-right: solid;
  border-left: solid;
  border-color: var(--color-neutral);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-neutral), black 20%);
  }
}
html, body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
* {
  box-sizing: border-box;
}
.wp-block-button > a {
  background-color: var(--color-primary) !important;
  width: 15rem;
  height: 4rem;
  border: none;
  border-radius: 0 !important;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .wp-block-button > a {
    width: 10rem;
    height: 3rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
