/*
Theme Name: Kiama Building Services
Theme URI: https://www.kiamabuild.com/
Description: Kiama Building Services Theme
Version: 1.0.1
License URI: http://www.apache.org/licenses/LICENSE-2.0
Requires PHP: 7.0
Tested up to: 6.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiamabuildingservices
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 87.5%;
  height: 100%; }

html,
button,
input,
select,
textarea {
  color: #151d29; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-weight: 400;
  font-style: normal;
  border: thick none #FFF;
  color: #414139;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  min-height: 120vh; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #e1f4fb;
  text-shadow: none;
  color: #151d29; }

::selection {
  background: #e1f4fb;
  text-shadow: none;
  color: #151d29; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  height: auto;
  vertical-align: middle;
  max-width: 100%; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

main {
  display: block; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

html {
  transition: background-color 1s; }

html, body {
  /* For the loading indicator to be vertically centered ensure */
  /* the html and body elements take up the full viewport */
  min-height: 100%; }

html.loading {
  /* Replace #333 with the background-color of your choice */
  /* Replace loading.gif with the loading image of your choice */
  background: #333 url("loading.gif") no-repeat 50% 50%;
  /* Ensures that the transition only runs in one direction */
  transition: background-color 0; }

body {
  transition: opacity 1s ease-in; }

html.loading body {
  /* Make the contents of the body opaque during loading */
  opacity: 0;
  /* Ensures that the transition only runs in one direction */
  transition: opacity 0; }

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

@font-face {
  font-family: 'PP Telegraf';
  src: url("assets/fonts/PPTelegraf-Regular.eot");
  src: url("assets/fonts/PPTelegraf-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PPTelegraf-Regular.woff2") format("woff2"), url("assets/fonts/PPTelegraf-Regular.woff") format("woff"), url("assets/fonts/PPTelegraf-Regular.ttf") format("truetype"), url("assets/fonts/PPTelegraf-Regular.svg#PPTelegraf-Regular") format("svg"); }

@font-face {
  font-family: 'Pixer';
  src: url("assets/fonts/Pixer-Regular.eot");
  src: url("assets/fonts/Pixer-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Pixer-Regular.woff2") format("woff2"), url("assets/fonts/Pixer-Regular.woff") format("woff"); }

/**
 * Basic typography style for copy text
 */
body {
  color: #414139;
  font: normal 125%/1.4 "forma-djr-deck", sans-serif; }

/***** GENERAL STYLING ****/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1rem;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 900; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

h1 {
  font-size: 84px;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 800; }

h2 {
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 800; }

h3 {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
  padding: 0 0 15px 0;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border: 2px none #FFF;
  color: #414139;
  font-weight: 800; }

h4 {
  font-size: 25px;
  margin: 0 0 0.9rem 0;
  line-height: 1.2;
  padding: 0;
  letter-spacing: 0.05rem;
  font-weight: 800;
  display: inline-flex;
  padding: 4px 0;
  border: 2px none #FFF; }

h5 {
  font-size: 22px;
  color: #000;
  padding: 1rem 0;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: capitalize; }

h6 {
  font-size: 14px;
  font-size: 1;
  padding: 0;
  margin: 12px 0;
  letter-spacing: 0.05rem; }

p {
  color: #414139;
  font-size: 24px;
  line-height: 1.4;
  padding: 0 0 25px 0;
  margin: 0;
  letter-spacing: 0.04rem;
  font-weight: 500; }
  p strong {
    font-weight: 700; }

p.underline {
  font-size: 24px;
  padding: 0;
  border-bottom: 2px solid #414139; }

p img {
  margin: 0; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 700; }

main {
  display: block; }

.main-content blockquote,
.main-content blockquote p {
  color: #FFF;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  font-weight: 400;
  border-left: 1px none #FFF;
  font-style: normal; }

blockquote {
  margin: 0 0 20px;
  padding: 0; }
  blockquote cite {
    font-size: 16px;
    display: block;
    color: #FFF;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400; }
    blockquote cite p {
      letter-spacing: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #FFF; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #242420;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #242420;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.7em;
  padding-left: 0.15em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0 20px 0; }

ol {
  list-style-type: decimal-leading-zero; }
  ol li {
    list-style-type: decimal-leading-zero;
    padding-left: 10px; }

ul {
  list-style: none; }

li {
  font-size: 24px;
  color: #414139;
  line-height: 1.7;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  list-style: disc outside #FBB041; }

dt {
  margin: 20px 0 0 0;
  font-weight: bold; }

dd {
  margin-bottom: 12px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(#FBB041, #FBB041);
  background-size: 0% 0.1em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out; }
  a:hover, a:active, a:focus {
    color: #414139;
    text-decoration: none;
    outline: 0;
    background-size: 100% 0.1em; }

a.no-underline {
  padding-bottom: 0;
  background-image: none; }

.downloads a {
  color: #FFF;
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(#FBB041, #FBB041);
  background-size: 0% 0.1em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out; }
  .downloads a:hover, .downloads a:active, .downloads a:focus {
    text-decoration: none;
    outline: 0;
    background-size: 100% 0.1em; }

strong a {
  font-weight: 700; }

p a, p a:visited {
  line-height: inherit; }

/* ===== Images and media ===== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%; }

figure {
  margin: 0; }

figcaption {
  margin: 0;
  font-size: 0.946em;
  font-style: italic;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 12px 0 24px; }

figure.photo {
  margin-bottom: 20px; }

figure.photo.left {
  margin: 0 20px 20px 0;
  float: left; }

figure.photo.right {
  margin: 0 0 20px 20px;
  float: right; }

figure.photo figcaption {
  border-bottom: 1px solid #DDD;
  background-color: #F5F5F5; }

.youtube {
  padding-bottom: 90px;
  max-width: 853px;
  margin: 0 auto; }

/* ===== Forms ===== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  color: #414139;
  background-color: #F5F7F9;
  border: 1px solid #F5F7F9;
  padding: 8px;
  outline: none;
  border-radius: 0;
  color: #414139;
  margin: 0;
  width: 100%;
  max-width: 744px;
  display: block; }

select {
  padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #F5F7F9;
  color: #414139;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

label, legend {
  display: block;
  font-weight: 500;
  font-size: 15px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span, legend span {
  font-weight: normal;
  font-size: 24px;
  color: #414139; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

#wrapper .nf-form-content .nf-field-container {
  margin-bottom: 30px; }

#wrapper .nf-form-content .ninja-forms-field {
  padding: 20px; }

#nf-field-3-container {
  margin-top: 20px; }

#nf-form-3-cont .nf-field-container,
#nf-field-17-container,
#nf-field-29-container,
#nf-field-16-container,
#nf-field-27-container {
  width: 100%;
  margin: 0; }

.main-content .nf-field-label label {
  font-size: 24px;
  font-weight: 400; }

.main-content .nf-field-description p {
  color: #9DB2C3;
  font-size: 18px; }

#wrapper .main-content .nf-error .ninja-forms-field {
  background-color: #F5F7F9;
  border: 1px solid #FBB041; }

.main-content input:invalid, .main-content textarea:invalid {
  background-color: #F5F7F9; }

.nf-form-fields-required {
  color: #9DB2C3;
  padding-bottom: 2rem; }

.main-content .nf-error-msg,
.main-content .ninja-forms-req-symbol {
  color: #FBB041;
  font-size: 16px; }

.nf-form-content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.nf-form-content select {
  background-image: url("http://localhost:8888/wp-content/uploads/2026/03/down-arrow-e1774589934895.webp");
  background-repeat: no-repeat;
  background-position: right 22px center;
  /* adjust placement */
  background-size: 18px;
  padding-right: 36px;
  /* make room for arrow */ }

/* ===== Tables ===== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.edit-link {
  display: none; }

.wow {
  visibility: hidden; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.brand-colour {
  color: #FBB041; }

.blue {
  color: #0d4782; }

.large-text {
  font-size: 90px; }

.line {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 36px; }

.banner-hold {
  padding: 0 5rem 0 5rem;
  margin: 216px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 100%; }

.banner {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .banner img {
    -o-object-fit: cover;
       object-fit: cover; }
  .banner .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center; }
  .banner .bg {
    z-index: 1; }
  .banner .banner-video-wrap {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100vh + 200px);
    z-index: 1; }
  .banner .banner-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block; }
  .home .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 2; }
  .banner .content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem; }
  .banner .cta-btn {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%; }
  .banner .slick-slider {
    padding: 0;
    background-color: #FFF; }
    .banner .slick-slider .slick-dots {
      left: 0;
      bottom: 25px;
      z-index: 3; }
    .banner .slick-slider .slick-dots li button::before {
      color: #FFF7EB;
      width: 30px;
      height: 30px;
      font-size: 11px;
      opacity: 0.8; }
    .banner .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1;
      color: #FFF; }
    .banner .slick-slider .slick-slide {
      height: 84vh; }
    .banner .slick-slider img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 84vh;
      width: 100%; }
  .banner .slick-dotted.slick-slider {
    margin-bottom: 0; }

.main-content a {
  border-bottom: 1px solid #F5F7F9; }

.main-content .btn {
  border-bottom: 1px none #F5F7F9; }

.intro.holder {
  background-color: #FFF7EB;
  padding-top: 11rem;
  padding-bottom: 11rem; }

.intro-section {
  width: 100%; }
  .intro-section h2 {
    padding-bottom: 64px;
    max-width: 976px; }
  .intro-section p {
    font-size: 36px;
    max-width: 906px;
    line-height: 1.3; }

.slider {
  background-color: #FFF7EB;
  padding-bottom: 4rem; }

.loop-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0; }

.slider-container {
  overflow: hidden; }

.slider-track {
  display: flex;
  gap: 54px;
  align-items: center; }

.slider-track img {
  width: auto;
  /* scale width naturally */
  height: auto;
  /* keep original height */
  max-height: 600px;
  /* optional: prevent excessive height */
  flex-shrink: 0;
  /* prevent shrinking in flexbox */
  cursor: -webkit-grab;
  cursor: grab;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.slider-track img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

/* arrows */
.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: white;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px; }

.prev {
  left: 20px; }

.next {
  right: 20px; }

.loop-slider .horiz,
.loop-slider .horizontal {
  width: 404px;
  height: 323px; }

.loop-slider .vert,
.loop-slider .vertical {
  width: 403px;
  height: 404px; }

.gsap-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden; }

.lightbox-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0; }

.lightbox-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 3; }

.lightbox-prev {
  left: 40px; }

.lightbox-next {
  right: 40px; }

.holder.home-intro {
  padding-top: 8rem; }

.featured-section {
  text-align: center; }
  .featured-section h2 {
    padding: 0 0 52px 0; }
  .featured-section h3 {
    padding-top: 68px; }
  .featured-section p {
    color: #9DB2C3;
    padding: 0 0 15px 0; }
  .featured-section .bullet {
    color: #DCE4EA;
    padding: 0 5px; }
  .featured-section .four-grid {
    grid-gap: 54px; }
  .featured-section a {
    transition: 0.4s all ease; }
    .featured-section a img {
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      overflow: hidden; }
    .featured-section a:hover img, .featured-section a:active img, .featured-section a:focus img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.past-builds h2 {
  padding: 0 0 52px 0; }

.past-builds .past-builds-list {
  display: flex;
  flex-wrap: wrap;
  gap: 156px;
  padding-left: 0; }
  .past-builds .past-builds-list h3 {
    padding-top: 48px; }
  .past-builds .past-builds-list .build-item_square {
    width: calc(50% - 114px);
    margin-top: 62px; }
  .past-builds .past-builds-list .build-item_vertical {
    width: calc(50% - 114px); }
  .past-builds .past-builds-list .build-item_horizontal {
    width: 80.1%; }

.view-all-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .view-all-btn a {
    font-size: 30px;
    color: #414139;
    border-bottom: 1px solid #F5F7F9; }
    .view-all-btn a .fa-regular {
      font-size: 20px;
      color: #9DB2C3;
      padding-left: 6px;
      transition: 0.3s all ease; }
    .view-all-btn a:hover .fa-regular, .view-all-btn a:active .fa-regular, .view-all-btn a:focus .fa-regular {
      color: #414139;
      padding-left: 9px; }

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

.industry-partners {
  text-align: center; }
  .industry-partners h2 {
    padding: 0 0 52px 0;
    font-size: 48px; }

.logo-partners-grid .logo {
  width: 20%;
  /* 5 logos per row */
  margin: 50px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }

.logo-partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1384px; }
  .logo-partners-grid img {
    max-width: 170px;
    /* controls overall visual size */
    width: auto;
    height: auto; }
  .logo-partners-grid .logo-01 {
    max-width: 150px; }
  .logo-partners-grid .logo-02 {
    max-width: 152px; }
  .logo-partners-grid .logo-03 {
    max-width: 95px; }
  .logo-partners-grid .logo-04 {
    max-width: 168px; }
  .logo-partners-grid .logo-05 {
    max-width: 168px; }
  .logo-partners-grid .logo-06 {
    max-width: 148px; }
  .logo-partners-grid .logo-07 {
    max-width: 56px; }
  .logo-partners-grid .logo-08 {
    max-width: 150px; }
  .logo-partners-grid .logo-09 {
    max-width: 150px; }
  .logo-partners-grid .logo-10 {
    max-width: 112px; }
  .logo-partners-grid .logo-11 {
    max-width: 170px; }
  .logo-partners-grid .logo-12 {
    max-width: 158px; }
  .logo-partners-grid .logo-13 {
    max-width: 126px; }
  .logo-partners-grid .logo-14 {
    max-width: 135px; }

.testimonials {
  background-color: #242420; }
  .testimonials .testimonials-section {
    max-width: 1143px;
    width: 100%;
    text-align: left; }
    .testimonials .testimonials-section .testimonial-slide .slick-prev,
    .testimonials .testimonials-section .testimonial-slide .slick-next {
      width: 40px;
      height: 40px;
      z-index: 10; }
    .testimonials .testimonials-section .testimonial-slide .slick-prev:before,
    .testimonials .testimonials-section .testimonial-slide .slick-next:before {
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
      /* adjust if using solid/light */
      font-size: 30px;
      color: #FFF7EB;
      opacity: 1; }
    .testimonials .testimonials-section .testimonial-slide .slick-prev:before {
      content: "\f060";
      /* left arrow */ }
    .testimonials .testimonials-section .testimonial-slide .slick-next:before {
      content: "\f061";
      /* right arrow */ }
    .testimonials .testimonials-section .testimonial-slide .slick-prev:before,
    .testimonials .testimonials-section .testimonial-slide .slick-next:before {
      font-family: "Font Awesome 6 Sharp Solid";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400; }
    .testimonials .testimonials-section .testimonial-slide .slick-prev {
      left: -80px; }
    .testimonials .testimonials-section .testimonial-slide .slick-next {
      right: -80px; }
    .testimonials .testimonials-section .testimonial {
      padding: 0 3rem; }
      .testimonials .testimonials-section .testimonial:before {
        content: '“';
        font-size: 56px;
        text-align: right;
        color: #FFF7EB;
        position: absolute;
        left: 15px;
        top: -23px; }
      .testimonials .testimonials-section .testimonial .cite {
        padding-top: 1rem; }
        .testimonials .testimonials-section .testimonial .cite p {
          font-size: 24px;
          color: #9DB2C3;
          letter-spacing: 0.08rem; }
        .testimonials .testimonials-section .testimonial .cite .stars {
          font-size: 20px;
          color: #FFF7EB;
          padding-right: 6px; }
    .testimonials .testimonials-section p {
      color: #FFF7EB;
      font-size: 36px;
      line-height: 1.4; }
    .testimonials .testimonials-section blockquote cite::before {
      content: none; }

@-webkit-keyframes cardIn {
  from {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes cardIn {
  from {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.section.vision {
  position: relative;
  overflow: hidden; }

.vision-rectagle-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1; }

.vision-rectagle-wrap.first {
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.vision-rectagle-wrap.second {
  right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.vision-wrapper {
  opacity: 1; }
  .vision-wrapper .title {
    color: #FFF; }

.brand-color {
  color: #FBB041; }

.mission-wrapper {
  opacity: 1; }

.vision-wrapper,
.mission-wrapper {
  will-change: opacity, transform; }

/* FAQ styles */
.faqs.holder {
  background-color: #242420;
  text-align: left;
  align-items: inherit;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .faqs.holder h2 {
    color: #FFF;
    font-size: 48px;
    text-align: left;
    padding: 0 0 52px 0; }
  .faqs.holder ul {
    list-style: disc;
    padding-left: 22px; }
  .faqs.holder li, .faqs.holder p {
    color: #FFF; }
  .faqs.holder .faqs-section {
    width: 100%; }
    .faqs.holder .faqs-section .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      text-align: left;
      border-bottom: 1px solid #9DB2C3; }
      .faqs.holder .faqs-section .faq-question h4 {
        color: #FFF7EB;
        margin: 1.6rem 0 2.3rem 0;
        font-size: 36px;
        padding: 0; }
    .faqs.holder .faqs-section .answer-wrap p {
      max-width: 1800px; }
      .faqs.holder .faqs-section .answer-wrap p:last-child {
        padding-bottom: 3rem; }
  .faqs.holder .faq-wrapper:last-child .faq-question {
    border-bottom: 1px none #9DB2C3; }

.general-icon {
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 36px;
  color: #9DB2C3;
  font-family: "Font Awesome 6 Sharp";
  font-family: "Font Awesome 6 Sharp Solid"; }

.faq-wrapper.active .general-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* Rotate plus to minus */
  color: #FBB041; }

/* FAQ answer animation */
.answer-wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
  padding: 0 0;
  /* Remove padding initially */ }

.faq-wrapper.active .answer-wrap {
  opacity: 1 !important;
  max-height: 1000px;
  /* large enough to show content */
  height: auto !important;
  padding: 1rem 0;
  /* Add padding when open */ }

/* DEFAULT PAGE */
.page-template-default .main-nav ul li a {
  color: #FFF; }

.page-template-default .main-nav ul li .sub-menu li a {
  color: #242420; }
  .page-template-default .main-nav ul li .sub-menu li a:hover, .page-template-default .main-nav ul li .sub-menu li a:active, .page-template-default .main-nav ul li .sub-menu li a:focus {
    color: #FBB041; }

.page-template-default .top-section .menu-btn a {
  background-color: #9DB2C3; }

.page-template-default .sticky-items .main-nav ul li a {
  color: #242420; }

.page-template-default .banner {
  background-color: #242420;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 560px; }

.page-template-default .banner h1 {
  max-width: 1200px;
  color: #FFF; }

.page-template-default .banner .description {
  width: 100%;
  padding-bottom: 7rem; }

.holder.with-overlap {
  background-image: linear-gradient(to bottom, #242420 0, #242420 320px, transparent 320px);
  background-repeat: no-repeat;
  background-position: top;
  padding: 0 12rem 10rem 12rem; }

/* End DEFAULT PAGE */
/* ABOUT PAGE */
.page-template-template_about .main-nav ul li a {
  color: #FFF; }

.page-template-template_about .main-nav ul li .sub-menu li a {
  color: #242420; }
  .page-template-template_about .main-nav ul li .sub-menu li a:hover, .page-template-template_about .main-nav ul li .sub-menu li a:active, .page-template-template_about .main-nav ul li .sub-menu li a:focus {
    color: #FBB041; }

.page-template-template_about .main-nav ul li .sub-menu li.menu-btn a {
  color: #FFF;
  background-color: #242420; }

.page-template-template_about .main-nav ul li.menu-btn a {
  color: #242420;
  background-color: #FFF; }
  .page-template-template_about .main-nav ul li.menu-btn a:hover, .page-template-template_about .main-nav ul li.menu-btn a:active, .page-template-template_about .main-nav ul li.menu-btn a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #FBB041;
    border: 2px none #FBB041; }

.page-template-template_about .sticky-items .main-nav ul li a {
  color: #242420; }

.page-template-template_about .banner {
  background-color: #242420;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 560px; }

.page-template-template_about .banner h1 {
  max-width: 1200px;
  color: #FFF; }

.page-template-template_about .banner .description {
  width: 100%;
  padding-bottom: 7rem; }

.holder.with-overlap {
  background-image: linear-gradient(to bottom, #242420 0, #242420 320px, transparent 320px);
  background-repeat: no-repeat;
  background-position: top;
  padding: 0 12rem 10rem 12rem; }

.stats {
  padding: 10rem 0 0 0;
  display: flex;
  gap: 75px; }
  .stats p {
    font-size: 36px;
    color: #9DB2C3; }
  .stats .large-text p {
    font-size: 120px;
    color: #414139;
    line-height: 1;
    padding: 0;
    margin: 0; }
    .stats .large-text p strong {
      font-weight: 700; }

.about-main {
  padding: 10rem 0;
  display: flex;
  gap: 187px; }
  .about-main p {
    color: #9DB2C3; }
    .about-main p em {
      color: #FBB041; }

.col-about-text {
  grid-column: 1/3; }
  .col-about-text .about-intro-text {
    padding-bottom: 3rem; }
    .col-about-text .about-intro-text p {
      color: #414139;
      font-size: 36px;
      line-height: 1.3; }

.col-about-img {
  grid-column: 3/6; }
  .col-about-img img {
    max-width: 478px; }

.featured-project {
  grid-column: 2/10; }
  .featured-project img {
    opacity: 1;
    transition: 0.4s all ease; }
    .featured-project img:hover, .featured-project img:active, .featured-project img:focus {
      opacity: 0.9; }
  .featured-project .two-grid {
    padding-top: 53px; }
  .featured-project h3 {
    text-transform: uppercase; }

.view-more-projects {
  text-align: right; }

.about-team {
  padding: 0; }
  .about-team h2 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 0 61px 0; }
  .about-team h4 {
    margin: 57px 0 0.65rem 0; }
  .about-team p {
    font-size: 16px; }
  .about-team .team-member {
    text-align: center;
    padding-top: 4px; }

/* End ABOUT PAGE */
/* CONTACT PAGE */
.page-template-template_contact .banner {
  background: #FFF7EB;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 314px 12rem 0 12rem;
  margin: 0;
  min-height: 760px;
  height: auto; }
  .page-template-template_contact .banner .description {
    width: 100%;
    padding-bottom: 7rem; }
    .page-template-template_contact .banner .description p {
      font-size: 36px; }
  .page-template-template_contact .banner h1 {
    max-width: 980px;
    padding: 0 0 3rem 0; }
    .page-template-template_contact .banner h1 strong {
      color: #FBB041; }
  .page-template-template_contact .banner .two-grid {
    padding-top: 5rem; }
    .page-template-template_contact .banner .two-grid a {
      color: #414139; }
      .page-template-template_contact .banner .two-grid a:hover, .page-template-template_contact .banner .two-grid a:active, .page-template-template_contact .banner .two-grid a:focus {
        color: #FBB041; }
    .page-template-template_contact .banner .two-grid .insta-link {
      padding-top: 1rem; }
      .page-template-template_contact .banner .two-grid .insta-link p {
        font-size: 24px;
        color: #9DB2C3; }
        .page-template-template_contact .banner .two-grid .insta-link p a {
          color: #9DB2C3;
          display: flex;
          align-items: center; }
        .page-template-template_contact .banner .two-grid .insta-link p .fa-brands {
          color: #242420;
          padding-right: 18px;
          font-size: 40px; }
    .page-template-template_contact .banner .two-grid .address-col {
      display: flex;
      gap: 8px; }
      .page-template-template_contact .banner .two-grid .address-col .fa-location-dot {
        font-size: 30px;
        color: #9DB2C3;
        padding-top: 11px; }

.page-template-template_contact .is-layout-flow p {
  line-height: 1.8; }

.page-template-template_contact .main-content .fa-light,
.page-template-template_contact .main-content .fa-regular {
  color: #FBB041;
  font-size: 18px;
  width: 28px; }

.page-template-template_contact .contact-form-and-images .wp-block-image.size-full {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .page-template-template_contact .contact-form-and-images .wp-block-image.size-full img {
    max-width: 522px;
    padding-bottom: 4px; }

/* END CONTACT PAGE */
/* MODELS ARCHIVE */
.tax-model-type .banner,
.post-type-archive-models .banner {
  background-color: #FFF7EB;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 560px; }

.tax-model-type .banner h1,
.post-type-archive-models .banner h1 {
  max-width: 980px;
  color: #414139; }

.tax-model-type .banner .description,
.post-type-archive-models .banner .description {
  width: 100%;
  padding-bottom: 7rem; }

.holder.with-light-overlap {
  background-image: linear-gradient(to bottom, #242420 0, #242420 320px, transparent 320px);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0 12rem 10rem 12rem; }

.model-type-grid a {
  padding-bottom: 0;
  background-image: none;
  background-size: 0;
  border-bottom: 1px none #FFF; }
  .model-type-grid a h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    padding: 68px 0 15px 0;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    border: 2px none #FFF;
    color: #414139; }
  .model-type-grid a p {
    color: #9DB2C3;
    padding: 0 0 15px 0; }
  .model-type-grid a .bullet {
    color: #DCE4EA;
    padding: 0 5px; }
  .model-type-grid a img {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .model-type-grid a:hover img, .model-type-grid a:active img, .model-type-grid a:focus img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

/* End MODELS ARCHIVE */
/* MODELS SINGLE */
.breadcrumbs.holder {
  width: 100%;
  text-align: right;
  background-color: #FFF7EB;
  padding-bottom: 0; }
  .breadcrumbs.holder #breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    color: #FBB041; }
    .breadcrumbs.holder #breadcrumbs span {
      padding: 0 3px; }
      .breadcrumbs.holder #breadcrumbs span:last-child {
        padding-right: 0; }
    .breadcrumbs.holder #breadcrumbs a {
      color: #9DB2C3; }
    .breadcrumbs.holder #breadcrumbs .breadcrumb_last {
      color: #242420; }

.model-details.holder {
  background-color: #FFF7EB;
  padding-top: 0; }

.overview {
  display: flex;
  gap: 67px; }
  .overview h2 {
    padding-bottom: 4rem; }
  .overview p {
    font-size: 36px;
    max-width: 812px; }
    .overview p em {
      color: #FBB041; }
  .overview .col-about-img {
    margin-left: auto; }

.col-about-img {
  margin-left: auto; }

.features_focus {
  padding: 3rem 0 2rem 0; }
  .features_focus .feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 3rem;
    margin: 0;
    padding: 0; }
    .features_focus .feature-points li {
      font-size: 60px;
      margin: 0;
      padding: 0;
      line-height: 1.2;
      letter-spacing: 0.075rem;
      text-transform: uppercase;
      font-weight: 600; }

.col-about-text .about-intro-text {
  padding-bottom: 3rem; }
  .col-about-text .about-intro-text p {
    color: #414139;
    font-size: 36px;
    line-height: 1.3; }

.model-price {
  padding-top: 23px;
  padding-bottom: 2rem;
  text-align: right; }
  .model-price p {
    color: #9DB2C3;
    font-size: 24px; }

.col-about-img img {
  max-width: 478px; }

.view-more-projects {
  text-align: right; }

.three-image-cols {
  padding: 0; }
  .three-image-cols .three-grid {
    grid-gap: 0; }
    .three-image-cols .three-grid img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }

.grey-divider {
  color: #9DB2C3;
  padding-left: 8px;
  padding-right: 8px; }

/* End MODELS SINGLE  */
/* PAST BUILDS ARCHIVE */
.post-type-archive-past_builds .banner {
  background-color: #FFF7EB;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 560px; }

.post-type-archive-past_builds .banner h1 {
  max-width: 980px;
  color: #414139; }

.post-type-archive-past_builds .banner .description {
  width: 100%;
  padding-bottom: 7rem; }

.holder.with-light-overlap {
  background-image: linear-gradient(to bottom, #242420 0, #242420 320px, transparent 320px);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0 12rem 10rem 12rem; }

.model-type-grid a h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
  padding: 68px 0 15px 0;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border: 2px none #FFF;
  color: #414139; }

.model-type-grid a p {
  color: #9DB2C3;
  padding: 0 0 15px 0; }

.model-type-grid a .bullet {
  color: #DCE4EA;
  padding: 0 5px; }

.model-type-grid a img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1); }

.model-type-grid a:hover img, .model-type-grid a:active img, .model-type-grid a:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

/* End PAST BUILDS ARCHIVE */
/* PAST BUILDS SINGLE */
.other-builds {
  text-align: center; }
  .other-builds h2 {
    padding: 0 0 52px 0; }
  .other-builds h3 {
    padding: 68px 0 15px 0; }
  .other-builds p {
    color: #9DB2C3;
    padding: 0 0 15px 0; }

.past-builds-gallery-hold {
  background-color: #FFF7EB;
  padding-top: 0i; }

.gallery-max-width {
  max-width: 1142px;
  width: 100%; }

.past_builds-template-default .overview {
  padding-top: 23px; }
  .past_builds-template-default .overview .col-about-img {
    padding-top: 1.5rem; }

.past_builds {
  text-align: center; }

.model-type-grid.three-grid, .model-type-grid.four-grid {
  grid-gap: 7rem 54px; }

.gallery-main {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden; }

.post-gutenburg-content.holder {
  padding-top: 8rem;
  padding-bottom: 0;
  background-color: #FFF7EB; }

.gallery-slide-track {
  display: flex;
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  /* easing added */
  width: 100%;
  height: 100%; }

.gallery-slide {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.gallery-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 22px;
  z-index: 10; }

.gallery-arrow.prev {
  left: 10px; }

.gallery-arrow.next {
  right: 10px; }

.gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.8); }

.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 5px; }

.gallery-thumb {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 0; }

.gallery-thumb:hover {
  opacity: 1; }

.gallery-thumb.active {
  opacity: 0.7; }

/* End PAST BUILDS SINGLE */
.intro-right img {
  max-width: 750px; }

.holder.extra-padding {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.holder.extra-padding-top {
  padding-top: 6rem; }

.main-content {
  width: 100%;
  text-align: left; }
  .main-content .centered {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .main-content .flex {
    display: flex;
    gap: 4rem;
    text-align: left; }
    .main-content .flex .focus-text {
      display: flex;
      flex-direction: column; }
      .main-content .flex .focus-text h2 {
        max-width: 600px; }
      .main-content .flex .focus-text .body-text {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .main-content .flex .focus-text .body-text p {
          font-size: 60px; }
        .main-content .flex .focus-text .body-text .two-btns {
          padding-top: 4rem;
          justify-content: flex-start; }
    .main-content .flex .intro-right {
      flex-grow: 1;
      display: flex;
      justify-content: flex-end;
      gap: 2rem;
      padding-top: 8rem; }
      .main-content .flex .intro-right img {
        max-width: 100%; }
      .main-content .flex .intro-right .img-one {
        max-width: 480px; }
      .main-content .flex .intro-right .img-two {
        max-width: 410px;
        padding-top: 6rem; }
  .main-content .twelve-grid {
    max-width: 1542px;
    display: grid;
    grid-template-columns: repeat(12, 1fr); }
    .main-content .twelve-grid .col.one {
      grid-column: 1/8; }
    .main-content .twelve-grid .col.two {
      grid-column: 8/13; }
  .main-content .flex-end {
    display: flex;
    align-items: flex-end;
    margin-top: auto; }
  .main-content h4 {
    margin: 1.6rem 0 0.9rem 0; }

.sub-intro .intro-section {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  max-width: 950px; }
  .sub-intro .intro-section h2 {
    padding: 0 0 2rem 0; }

.line-break {
  border-top: 1px solid #006072;
  max-width: 1542px;
  margin: 2rem auto 3rem auto; }

.line-break-nopadding {
  border-top: 1px solid #006072;
  max-width: 1542px;
  margin: 2rem auto 0 auto; }

.holder.cols-info-section {
  padding-top: 0; }
  .holder.cols-info-section h3 {
    font-size: 36px;
    margin-top: 0; }
  .holder.cols-info-section h4 {
    font-size: 19px;
    margin-top: 0; }

.flex-grid {
  display: flex;
  gap: 4rem; }
  .flex-grid h2, .flex-grid h3 {
    padding-bottom: 1.5rem;
    margin: 0; }

.max-width {
  max-width: 1542px;
  width: 100%; }

.two-btns {
  padding-top: 0.5rem;
  display: flex;
  gap: 22px;
  width: 100%;
  justify-content: center; }
  .two-btns .btn {
    margin: 0 3px; }

.after-button-content {
  padding-top: 35px; }

.intro-text {
  max-width: 816px;
  margin: 0 auto;
  padding-bottom: 2.5rem; }
  .intro-text p {
    font-size: 19px; }
    .intro-text p:last-child {
      margin: 0; }

.panel {
  padding: 0 0 1rem 0;
  margin-bottom: 8px; }
  .panel .menus {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 7rem; }
    .panel .menus img, .panel .menus p img {
      width: 100%;
      margin-bottom: 8px; }

/* LOCATIONS PAGE */
/* END LOCATIONS PAGE */
/* ABOUT PAGE */
.full-image {
  padding: 0 60px 165px 60px;
  background-color: #414139; }

#wrapper .no-bottom-padding {
  padding-bottom: 0; }

.search .page-content {
  padding-bottom: 4rem; }
  .search .page-content input[type="text"], .search .page-content input[type="password"], .search .page-content input[type="email"], .search .page-content textarea, .search .page-content select {
    display: inline-block;
    padding: 10px;
    width: 262px;
    vertical-align: top; }
  .search .page-content #searchform {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

.search .main-content .hentry {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.main-content .col-content ul {
  margin: 0 0 0 1.4rem; }

.image-link {
  opacity: 1;
  transition: 0.4s all ease; }
  .image-link:hover, .image-link:active, .image-link:focus {
    opacity: 0.7; }

.main-content .contact-info h4 {
  margin: 0 0 1rem 0; }

.google-map {
  max-height: 568px;
  overflow: hidden;
  margin-bottom: 8px; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.holder {
  padding: 8rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center; }

.holder.larger {
  padding: 8rem 5rem; }

.aqua {
  background-color: #2b9f9f; }
  .aqua h3 {
    color: #FFF;
    font-size: 84px; }

.grey {
  background-color: #DCE4EA; }

.search {
  grid-column: 1/3; }
  .search .is-form-style input.is-search-input {
    background: transparent;
    color: #FFF !important;
    border: none !important;
    border-bottom: solid 1px #FFF !important;
    font-size: 18px !important;
    padding: 0; }
    .search .is-form-style input.is-search-input::-webkit-input-placeholder {
      color: #FFF !important;
      opacity: 1; }
    .search .is-form-style input.is-search-input::-moz-placeholder {
      color: #FFF !important;
      opacity: 1; }
    .search .is-form-style input.is-search-input::placeholder {
      color: #FFF !important;
      opacity: 1; }
  .search label span, .search legend span {
    color: #FFF; }
  .search .is-form-style input.is-search-submit, .search .is-search-icon {
    background-color: transparent;
    background-position: top center;
    background-size: 32px 31px;
    background-image: url("https://ecwebreview.com.au/sites/nsw-decarb-hub/wp-content/uploads/2023/07/search-btn.svg");
    background-repeat: no-repeat;
    border: none !important; }
    .search .is-form-style input.is-search-submit svg, .search .is-search-icon svg {
      display: none !important;
      opacity: 0; }
  .search .is-form-style button.is-search-submit {
    border-bottom: solid 1px #FFF; }

h2.search-title {
  font-size: 20px; }

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 25px; }

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 25px; }

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px; }

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

.six-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 50px 25px; }

#wrapper .show {
  display: inherit; }

#wrapper .hide {
  display: none !important; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#wrapper .fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#wrapper .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

#who-we-are {
  padding-bottom: 0; }

.Introduction {
  background-color: #FFF;
  padding: 11rem 12rem 5rem 12rem; }
  .Introduction .introduction-inner {
    max-width: 1542px;
    width: 100%;
    margin: 0 auto; }
  .Introduction .introduction-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 7rem;
    align-items: start; }
  .Introduction .introduction-heading h2 {
    padding-bottom: 0;
    max-width: 670px; }
  .Introduction .introduction-lead {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.65;
    color: #414139;
    margin: 0 0 4rem 0; }
  .Introduction .introduction-links {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DCE4EA; }
    .Introduction .introduction-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 600;
      color: #414139;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border-bottom: 1px solid #DCE4EA;
      padding: 1.4rem 0.25rem;
      transition: color 0.3s ease, padding-left 0.3s ease; }
      .Introduction .introduction-links a .fa-regular {
        color: #FBB041;
        font-size: 16px;
        opacity: 0;
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .Introduction .introduction-links a:hover, .Introduction .introduction-links a:active, .Introduction .introduction-links a:focus {
        color: #FBB041;
        padding-left: 1rem; }
        .Introduction .introduction-links a:hover .fa-regular, .Introduction .introduction-links a:active .fa-regular, .Introduction .introduction-links a:focus .fa-regular {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }

@media (max-width: 1024px) {
  .Introduction {
    padding: 7rem 3rem; }
    .Introduction .introduction-grid {
      grid-template-columns: 1fr;
      gap: 3.5rem; } }

@media (max-width: 768px) {
  .Introduction {
    padding: 5rem 1.5rem; } }

.Carousel {
  background-color: #FFF;
  padding-bottom: 8rem; }
  .Carousel .carousel-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8rem 12rem 3.5rem 12rem;
    max-width: calc(1542px + 24rem);
    margin: 0 auto; }
    .Carousel .carousel-header h2 {
      margin: 0;
      padding: 0; }
    .Carousel .carousel-header .carousel-header__titles .section-eyebrow {
      margin-bottom: 1.5rem; }
  .Carousel .carousel-controls {
    display: flex;
    gap: 12px;
    flex-shrink: 0; }
  .Carousel .carousel-card__title {
    letter-spacing: 0.08rem; }
  .Carousel .carousel-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #9DB2C3;
    background: transparent;
    color: #242420;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
    .Carousel .carousel-arrow:hover {
      background: #FBB041;
      border-color: #FBB041;
      color: #242420; }
    .Carousel .carousel-arrow:disabled {
      opacity: 0.25;
      cursor: default; }
      .Carousel .carousel-arrow:disabled:hover {
        background: transparent;
        border-color: #9DB2C3;
        color: #242420; }
  .Carousel .carousel-viewport {
    overflow: hidden;
    padding: 0 12rem; }
  .Carousel .carousel-track {
    display: flex;
    gap: 28px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    will-change: transform;
    transition: -webkit-transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .Carousel .carousel-track.is-dragging {
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none; }
  .Carousel .carousel-card {
    flex: 0 0 calc(50% - 14px);
    min-width: 0; }
    .Carousel .carousel-card a {
      display: block;
      border-bottom: none; }
    .Carousel .carousel-card__image {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background-color: #FFF7EB; }
      .Carousel .carousel-card__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.6s ease;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.6s ease;
        pointer-events: none; }
    .Carousel .carousel-card:hover .carousel-card__image img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-filter: brightness(0.92);
              filter: brightness(0.92); }
    .Carousel .carousel-card:hover .carousel-card__title {
      color: #FBB041; }
    .Carousel .carousel-card:hover .carousel-card__title::after {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .Carousel .carousel-card__meta {
      padding-top: 1.6rem; }
    .Carousel .carousel-card__category {
      display: block;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #FBB041;
      margin-bottom: 0.5rem; }
    .Carousel .carousel-card__title {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      color: #242420;
      margin: 0;
      padding: 0;
      line-height: 1.25;
      transition: color 0.3s ease; }
      .Carousel .carousel-card__title::after {
        content: "\2192";
        display: inline-block;
        margin-left: 0.75rem;
        color: #FBB041;
        opacity: 0;
        -webkit-transform: translateX(-8px);
                transform: translateX(-8px);
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .Carousel .carousel-footer {
    display: flex;
    justify-content: flex-end;
    padding: 4.5rem 12rem 0 12rem;
    max-width: calc(1542px + 24rem);
    margin: 0 auto; }
  .Carousel .large-text-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #242420;
    border-bottom: 3px solid #FBB041 !important;
    padding-bottom: 8px;
    transition: color 0.3s ease; }
    .Carousel .large-text-btn .fa-regular {
      color: #FBB041;
      font-size: 22px;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .Carousel .large-text-btn:hover, .Carousel .large-text-btn:active, .Carousel .large-text-btn:focus {
      color: #FBB041; }
      .Carousel .large-text-btn:hover .fa-regular, .Carousel .large-text-btn:active .fa-regular, .Carousel .large-text-btn:focus .fa-regular {
        -webkit-transform: translateX(8px);
                transform: translateX(8px); }

.post-type-archive-projects .banner,
.tax-project-type .banner {
  background-color: #FFF;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 560px; }
  .post-type-archive-projects .banner h1,
  .tax-project-type .banner h1 {
    max-width: 980px;
    color: #242420; }
  .post-type-archive-projects .banner .description,
  .tax-project-type .banner .description {
    width: 100%;
    padding-bottom: 7rem; }
  .post-type-archive-projects .banner .banner-eyebrow,
  .tax-project-type .banner .banner-eyebrow {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9DB2C3;
    margin: 0 0 1.5rem 0;
    padding: 0; }
    .post-type-archive-projects .banner .banner-eyebrow a,
    .tax-project-type .banner .banner-eyebrow a {
      color: #9DB2C3;
      border-bottom: none;
      transition: color 0.3s ease; }
      .post-type-archive-projects .banner .banner-eyebrow a:hover, .post-type-archive-projects .banner .banner-eyebrow a:active, .post-type-archive-projects .banner .banner-eyebrow a:focus,
      .tax-project-type .banner .banner-eyebrow a:hover,
      .tax-project-type .banner .banner-eyebrow a:active,
      .tax-project-type .banner .banner-eyebrow a:focus {
        color: #FFF; }
    .post-type-archive-projects .banner .banner-eyebrow .banner-divider,
    .tax-project-type .banner .banner-eyebrow .banner-divider {
      padding: 0 0.4rem;
      color: #9DB2C3; }

.projects-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 2.5rem;
  width: 100%;
  border-bottom: 1px solid #DCE4EA;
  padding-bottom: 3rem;
  margin-bottom: 4.5rem; }
  .projects-filter .filter-btn {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9DB2C3;
    border-bottom: none;
    padding-bottom: 0.25rem;
    transition: color 0.3s ease;
    font-weight: 500; }
    .projects-filter .filter-btn.is-active {
      color: #414139;
      border-bottom: 1px solid #414139; }
    .projects-filter .filter-btn:hover, .projects-filter .filter-btn:active, .projects-filter .filter-btn:focus {
      color: #414139; }

.archive .page-header {
  padding-bottom: 0; }

.projects-archive {
  align-items: center; }
  .projects-archive .projects-grid {
    width: 100%;
    grid-gap: 5rem 36px; }
  .projects-archive .no-projects {
    color: #9DB2C3;
    font-size: 19px; }

.project-card a {
  display: block;
  border-bottom: none; }

.project-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #FFF7EB; }
  .project-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.project-card:hover .project-card__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04); }

.project-card__meta {
  padding-top: 1.5rem; }

.project-card__type {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FBB041;
  margin-bottom: 0.5rem; }

.project-card__title {
  font-size: 24px;
  color: #414139;
  margin: 0;
  padding: 0;
  line-height: 1.3; }

.project-card__location {
  font-size: 15px;
  color: #9DB2C3;
  margin: 0.4rem 0 0 0;
  padding: 0; }

.project-body .project-body__inner p {
  margin-bottom: 0; }

.projects-pagination {
  width: 100%;
  padding-top: 4rem;
  border-top: 1px solid #DCE4EA;
  margin-top: 4rem; }
  .projects-pagination .nav-links {
    display: flex;
    gap: 1.5rem;
    align-items: center; }
  .projects-pagination .page-numbers {
    font-size: 18px;
    color: #414139;
    border-bottom: none;
    transition: color 0.3s ease; }
    .projects-pagination .page-numbers.current {
      color: #FBB041;
      font-weight: 600; }
    .projects-pagination .page-numbers:hover, .projects-pagination .page-numbers:active, .projects-pagination .page-numbers:focus {
      color: #FBB041; }
    .projects-pagination .page-numbers.dots {
      color: #9DB2C3; }

.single-projects .banner {
  background-color: #242420;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12rem;
  margin: 0;
  height: auto;
  min-height: 420px; }
  .single-projects .banner h1 {
    max-width: 980px;
    color: #FFF; }
  .single-projects .banner .description {
    width: 100%;
    padding-bottom: 6rem; }

.project-hero {
  display: flex;
  gap: 10px;
  height: 72vh;
  min-height: 460px;
  max-height: 860px; }
  .project-hero__left, .project-hero__right {
    flex: 1;
    overflow: hidden;
    position: relative; }
    .project-hero__left img, .project-hero__right img {
      position: relative;
      top: -6%;
      width: 100%;
      height: 112%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      will-change: transform; }
  .project-hero__right {
    margin-top: 5vh;
    margin-bottom: -5vh; }

.project-intro {
  background-color: #FFF7EB; }
  .project-intro__inner {
    align-items: flex-start; }
  .project-intro__text {
    font-size: 36px;
    line-height: 1.65;
    color: #414139;
    max-width: 860px;
    margin: 0; }

.project-facts {
  background-color: #FFF;
  border-top: 1px solid #DCE4EA;
  border-bottom: 1px solid #DCE4EA;
  padding: 4rem 12rem; }
  .project-facts__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1542px;
    margin: 0 auto;
    width: 100%; }

.project-fact {
  padding: 1.75rem 3.5rem 0 0;
  margin-right: 3.5rem;
  border-top: 3px solid #FBB041; }
  .project-fact:last-child {
    margin-right: 0; }

.fact-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9DB2C3;
  margin-bottom: 0.7rem; }

.fact-value {
  display: block;
  font-size: 22px;
  color: #242420;
  font-weight: 700;
  line-height: 1.25; }

.project-body {
  background-color: #FFF; }
  .project-body__inner {
    align-items: flex-start;
    display: block;
    max-width: 1542px;
    width: 100%;
    margin: 0 auto;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem; }
    .project-body__inner p {
      font-size: 18px;
      color: #414139;
      line-height: 1.8;
      margin-bottom: 1.6rem; }
      .project-body__inner p:last-child {
        margin-bottom: 0; }
    .project-body__inner h2, .project-body__inner h3 {
      -webkit-column-span: all;
         -moz-column-span: all;
              column-span: all;
      margin-top: 3.5rem;
      margin-bottom: 1.5rem; }
      .project-body__inner h2:first-child, .project-body__inner h3:first-child {
        margin-top: 0; }
    .project-body__inner img {
      max-width: 100%;
      height: auto; }

@media (max-width: 1280px) {
  .project-body__inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem; } }

@media (max-width: 900px) {
  .project-body__inner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

.project-inline-image {
  line-height: 0; }
  .project-inline-image img {
    width: 100%;
    max-height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.project-gallery-section {
  background-color: #F5F7F9;
  padding: 8rem 12rem; }

.project-gallery__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1542px;
  margin: 0 auto 3rem auto; }
  .project-gallery__header .section-marker {
    margin-bottom: 0; }

.project-gallery__hint {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9DB2C3; }

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  width: 100%;
  max-width: 1542px;
  margin: 0 auto; }

.project-gallery__item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3; }
  .project-gallery__item:first-child {
    aspect-ratio: 4 / 3; }
  .project-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.6s ease;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.6s ease; }
    .project-gallery__item img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-filter: brightness(0.92);
              filter: brightness(0.92); }

.project-navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #DCE4EA;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .project-navigation a {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    border-bottom: none;
    transition: color 0.3s ease;
    max-width: 44%; }
  .project-navigation .nav-arrow {
    font-size: 24px;
    color: #9DB2C3;
    flex-shrink: 0;
    transition: color 0.3s ease;
    padding-top: 4px; }
  .project-navigation .nav-text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem; }
  .project-navigation .nav-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9DB2C3; }
  .project-navigation .nav-title {
    font-size: 22px;
    color: #414139;
    line-height: 1.25;
    transition: color 0.3s ease; }
  .project-navigation .project-nav__next {
    flex-direction: row-reverse;
    text-align: right; }
    .project-navigation .project-nav__next .nav-text {
      align-items: flex-end; }
  .project-navigation a:hover .nav-arrow,
  .project-navigation a:hover .nav-title {
    color: #FBB041; }

.page-header.project-header {
  padding-bottom: 5rem; }
  .page-header.project-header h1 {
    padding-bottom: 0; }

.project-breadcrumb {
  font-size: 15px;
  font-size: 1.071428571428571rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-bottom: 0; }
  .project-breadcrumb a {
    color: #9DB2C3;
    background-image: none;
    transition: color 0.3s ease; }
    .project-breadcrumb a:hover {
      color: #FBB041; }
  .project-breadcrumb .project-breadcrumb__divider {
    color: #FBB041;
    padding: 0 0.6rem; }
  .project-breadcrumb a:last-child {
    color: #FBB041; }

.full-screen-image.parallax.project-inline-image {
  height: 64vh;
  background: #F5F7F9; }

.project-navigation .nav-title {
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s ease; }

.project-navigation a:hover .nav-title {
  color: #FBB041; }

.project-navigation a:hover .nav-arrow {
  color: #FBB041; }

.project-navigation .project-nav__prev:hover .nav-arrow {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px); }

.project-navigation .project-nav__next:hover .nav-arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px); }

.project-navigation .nav-arrow {
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.project-navigation .project-nav__all {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  max-width: none;
  padding-top: 8px; }
  .project-navigation .project-nav__all .nav-grid-icon {
    display: grid;
    grid-template-columns: repeat(2, 9px);
    gap: 4px; }
    .project-navigation .project-nav__all .nav-grid-icon span {
      width: 9px;
      height: 9px;
      background-color: #9DB2C3;
      transition: background-color 0.3s ease; }
  .project-navigation .project-nav__all:hover .nav-grid-icon span {
    background-color: #FBB041; }

@media (max-width: 1024px) {
  .project-hero {
    flex-direction: column;
    height: auto;
    max-height: none;
    gap: 8px; }
    .project-hero__left, .project-hero__right {
      height: 46vh; }
    .project-hero__right {
      margin-top: 0;
      margin-bottom: 0; }
  .project-facts {
    padding: 4rem 3rem; }
    .project-facts .project-facts__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem; }
  .project-gallery-section {
    padding: 5rem 3rem; }
  .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr); }
  .project-navigation .project-nav__all {
    display: none; } }

@media (max-width: 768px) {
  .project-gallery-section {
    padding: 4rem 1.5rem; }
  .project-gallery-grid {
    grid-template-columns: 1fr; }
    .project-gallery-grid .project-gallery__item:first-child {
      grid-column: span 1; }
  .project-gallery__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem; } }

#wrapper {
  overflow: hidden;
  padding: 0;
  position: relative; }

.header-wrap {
  padding: 2rem 12rem;
  position: fixed;
  width: 100%;
  z-index: 22;
  transition: 0.5s all ease-in-out;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 23%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center; }

.page-id-29 .header-wrap,
.page-template-template_about .header-wrap {
  background: rgba(255, 255, 255, 0); }

.search-container {
  transition: top 0.3s ease; }

.header {
  width: 100%;
  max-width: 100%;
  grid-gap: 1rem;
  top: 0;
  z-index: 96;
  height: auto;
  padding: 0;
  transition: 0.4s all ease-in-out; }
  .header .btn {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    max-width: 170px;
    padding: 8px 8px 9px 8px; }
  .header .top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .header .top-section .logo {
      width: 210px;
      z-index: 999;
      transition: 0.8s all ease-in-out;
      text-align: left; }
      .header .top-section .logo a {
        background-image: none; }
      .header .top-section .logo img {
        width: 100%;
        padding-bottom: 0; }

.header-wrap.sticky-items {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.8);
  top: 0; }
  .header-wrap.sticky-items .header .top-section .logo {
    width: 100px; }
  .header-wrap.sticky-items .header .logo img {
    padding-bottom: 0; }

/* Hidden state */
.navbar.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

/* Optional: show state (reset transform) */
.navbar.show {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  background: #f6f6f6;
  border-bottom: 3px solid white; }

.nav-menu,
.main-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  transition: 0.8s all ease-in-out;
  flex-grow: 1;
  width: 100%; }
  .nav-menu input#burger,
  .main-nav input#burger {
    opacity: 0;
    top: -222px;
    display: none; }
  .nav-menu ul,
  .main-nav ul {
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: right; }
    .nav-menu ul li,
    .main-nav ul li {
      margin: 0;
      text-align: left;
      background: transparent;
      display: inline-block;
      position: relative;
      text-transform: inherit;
      padding: 0;
      color: #242420; }
      .nav-menu ul li a,
      .main-nav ul li a {
        font-size: 22px;
        padding-bottom: 0;
        text-decoration: none;
        background-repeat: no-repeat;
        transition: all 0.25s ease-in-out;
        letter-spacing: 0;
        text-transform: inherit;
        font-weight: 500;
        padding: 0 12px;
        color: #242420;
        padding-bottom: 0;
        background-image: none; }
        .nav-menu ul li a:hover, .nav-menu ul li a:active, .nav-menu ul li a:focus, .nav-menu ul li a:focus-within,
        .main-nav ul li a:hover,
        .main-nav ul li a:active,
        .main-nav ul li a:focus,
        .main-nav ul li a:focus-within {
          text-decoration: none;
          color: #FBB041; }
          .nav-menu ul li a:hover:after, .nav-menu ul li a:active:after, .nav-menu ul li a:focus:after, .nav-menu ul li a:focus-within:after,
          .main-nav ul li a:hover:after,
          .main-nav ul li a:active:after,
          .main-nav ul li a:focus:after,
          .main-nav ul li a:focus-within:after {
            color: #FBB041; }
      .nav-menu ul li ul,
      .main-nav ul li ul {
        visibility: hidden;
        opacity: 0;
        min-width: 10rem;
        position: absolute;
        margin: 0;
        left: 0;
        transition: 0.4s all ease-in-out;
        background-color: #FFF7EB;
        line-height: 1.3; }
        .nav-menu ul li ul li,
        .main-nav ul li ul li {
          clear: both;
          width: 100%;
          margin-top: 0;
          background: #FFF;
          line-height: 1;
          padding: 0;
          text-align: left;
          font-weight: 600;
          background-color: #FFF7EB; }
          .nav-menu ul li ul li a,
          .main-nav ul li ul li a {
            font-size: 18px;
            color: #242420;
            display: block;
            padding: 4px 0.5rem 4px 12px;
            background-image: none;
            letter-spacing: 0;
            line-height: 1.3;
            font-weight: 500; }
            .nav-menu ul li ul li a:hover, .nav-menu ul li ul li a:active, .nav-menu ul li ul li a:focus,
            .main-nav ul li ul li a:hover,
            .main-nav ul li ul li a:active,
            .main-nav ul li ul li a:focus {
              color: #FBB041;
              background-color: #FFF7EB; }
          .nav-menu ul li ul li:first-child,
          .main-nav ul li ul li:first-child {
            padding-top: 8px; }
          .nav-menu ul li ul li:last-child,
          .main-nav ul li ul li:last-child {
            padding-bottom: 7px; }
          .nav-menu ul li ul li:hover a, .nav-menu ul li ul li:active a, .nav-menu ul li ul li:focus a,
          .main-nav ul li ul li:hover a,
          .main-nav ul li ul li:active a,
          .main-nav ul li ul li:focus a {
            color: #FBB041; }
      .nav-menu ul li:hover > ul, .nav-menu ul li:focus-within > ul,
      .nav-menu ul li ul:hover,
      .nav-menu ul li ul:focus,
      .main-nav ul li:hover > ul,
      .main-nav ul li:focus-within > ul,
      .main-nav ul li ul:hover,
      .main-nav ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block; }
    .nav-menu ul .btn,
    .main-nav ul .btn {
      margin-left: 22px;
      padding: 0; }
      .nav-menu ul .btn:hover, .nav-menu ul .btn:active, .nav-menu ul .btn:focus,
      .main-nav ul .btn:hover,
      .main-nav ul .btn:active,
      .main-nav ul .btn:focus {
        background-color: #FBB041;
        background-image: none;
        color: #FFF; }
      .nav-menu ul .btn a,
      .main-nav ul .btn a {
        background-image: none;
        background-size: 0;
        background-position-y: 0%;
        padding: 8px 17px 9px 17px; }
        .nav-menu ul .btn a:hover, .nav-menu ul .btn a:active, .nav-menu ul .btn a:focus,
        .main-nav ul .btn a:hover,
        .main-nav ul .btn a:active,
        .main-nav ul .btn a:focus {
          background-image: none; }
    .nav-menu ul .menu-item-has-children,
    .main-nav ul .menu-item-has-children {
      padding-right: 27px; }
    .nav-menu ul .menu-item-has-children > a:after,
    .main-nav ul .menu-item-has-children > a:after {
      font-family: FontAwesome;
      content: "\f107";
      color: #9DB2C3;
      position: absolute;
      right: 13px;
      top: 11px;
      font-size: 15px;
      height: 21px;
      width: 21px;
      visibility: visible; }

.main-nav.menu-two ul {
  text-align: left;
  padding-right: 0;
  padding-left: 2rem; }

.home .home-btn a {
  color: #414139;
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(#414139, #414139);
  background-size: 100% 0.15em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out; }
  .home .home-btn a:hover, .home .home-btn a:active, .home .home-btn a:focus {
    text-decoration: none;
    outline: 0;
    background-size: 100% 0.15em; }

.page-template-template_contact .contact-btn a {
  color: #414139;
  text-decoration: none;
  outline: none;
  font-weight: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(#414139, #414139);
  background-size: 100% 0.15em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out; }
  .page-template-template_contact .contact-btn a:hover, .page-template-template_contact .contact-btn a:active, .page-template-template_contact .contact-btn a:focus {
    text-decoration: none;
    outline: 0;
    background-size: 100% 0.15em; }

#rmp_menu_trigger-110.is-active .responsive-menu-pro-inner::after,
.rmp-menu-trigger-boring .responsive-menu-pro-inner::before {
  transition: 0.15s all ease-in-out; }

.desktop-menu {
  display: none !important; }

.header .top-section {
  position: relative;
  justify-content: space-between; }

.mobile-menu-wrap {
  display: block;
  position: static;
  margin-left: auto; }

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  width: auto;
  height: auto;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1100;
  padding: 6px 0; }
  .menu-toggle .menu-toggle__label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #FBB041;
    line-height: 1; }
    .menu-toggle .menu-toggle__label::before {
      content: "Menu"; }
  .menu-toggle .menu-toggle__icon {
    position: relative;
    display: block;
    width: 32px;
    height: 22px; }
    .menu-toggle .menu-toggle__icon span {
      position: absolute;
      width: 100%;
      height: 2px;
      background: #FBB041;
      left: 0;
      transition: 0.35s cubic-bezier(0.77, 0, 0.18, 1); }
      .menu-toggle .menu-toggle__icon span:nth-child(1) {
        top: 0; }
      .menu-toggle .menu-toggle__icon span:nth-child(2) {
        top: 10px; }
      .menu-toggle .menu-toggle__icon span:nth-child(3) {
        bottom: 0; }
  .menu-toggle.active .menu-toggle__label::before {
    content: "Close"; }
  .menu-toggle.active .menu-toggle__icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px; }
  .menu-toggle.active .menu-toggle__icon span:nth-child(2) {
    opacity: 0; }
  .menu-toggle.active .menu-toggle__icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 10px; }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #242420;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 12rem 10rem 12rem;
  overflow-y: auto;
  will-change: transform; }
  .mobile-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .mobile-menu li {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    transition: all 0.5s ease;
    display: block;
    text-align: left;
    line-height: 1.25; }
    .mobile-menu li a {
      font-size: clamp(32px, 4.5vw, 58px);
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFF7EB;
      background-image: none;
      padding: 0;
      transition: color 0.3s ease, padding-left 0.3s ease; }
      .mobile-menu li a:hover, .mobile-menu li a:active, .mobile-menu li a:focus {
        color: #FBB041;
        padding-left: 1.5rem; }
  .mobile-menu.active li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mobile-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 2rem; }
    .mobile-menu .sub-menu a {
      font-size: 24px;
      text-transform: none;
      color: #9DB2C3; }
      .mobile-menu .sub-menu a:hover {
        color: #FBB041; }
  .mobile-menu .submenu-open > a {
    opacity: 0.6; }
  .mobile-menu .submenu-open > .sub-menu {
    max-height: 500px; }
  .mobile-menu .menu-item-has-children > a::after {
    content: "+";
    margin-left: 12px;
    font-size: 26px;
    color: #FBB041; }
  .mobile-menu .submenu-open > a::after {
    content: "−"; }
  .mobile-menu .menu-overlay-footer {
    position: absolute;
    left: 12rem;
    right: 12rem;
    bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2rem;
    border-top: 5px solid rgba(255, 247, 235, 0.14);
    opacity: 0;
    transition: opacity 0.5s ease 0.4s; }
    .mobile-menu .menu-overlay-footer a {
      color: #FBB041;
      font-size: 21px;
      font-weight: 500;
      letter-spacing: 0.08rem;
      background-image: none;
      transition: color 0.3s ease; }
      .mobile-menu .menu-overlay-footer a:hover {
        color: #FBB041; }
    .mobile-menu .menu-overlay-footer .menu-overlay-contact {
      display: flex;
      flex-direction: column;
      gap: 0.4rem; }
    .mobile-menu .menu-overlay-footer .menu-overlay-social .fa-instagram {
      color: #FBB041;
      padding-right: 6px; }
  .mobile-menu.active .menu-overlay-footer {
    opacity: 1; }

body.menu-open {
  overflow: hidden; }

@media (max-width: 800px) {
  .mobile-menu {
    padding: 8rem 3rem 3rem 3rem; }
    .mobile-menu .menu-overlay-footer {
      left: 3rem;
      right: 3rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.25rem; } }

.footer {
  background: #242420;
  text-align: left; }
  .footer .footer-wrap {
    width: 100%; }
  .footer .two-grid {
    width: 100%; }
  .footer h2 {
    font-size: 56px;
    text-transform: initial;
    letter-spacing: 0.05rem;
    line-height: 1.15;
    max-width: 550px;
    color: #FFF7EB; }
    .footer h2 .brand-color {
      color: #FBB041; }
  .footer .larger-p {
    font-size: 32px;
    color: #FFF7EB;
    padding: 2.5rem 0 0 0;
    line-height: 1.5; }
    .footer .larger-p a {
      color: #FFF7EB;
      background-size: 0;
      transition: color 0.4s ease; }
      .footer .larger-p a:hover, .footer .larger-p a:active, .footer .larger-p a:focus {
        background-size: 0;
        color: #FBB041; }
  .footer .insta-link {
    color: #9DB2C3;
    font-size: 19px;
    padding-top: 2.5rem; }
    .footer .insta-link a {
      color: #9DB2C3;
      transition: color 0.4s ease;
      display: flex;
      align-items: center;
      background-size: 0;
      letter-spacing: 0.06rem; }
      .footer .insta-link a:hover, .footer .insta-link a:active, .footer .insta-link a:focus {
        background-size: 0;
        color: #FBB041; }
    .footer .insta-link .fa-instagram {
      color: #FBB041;
      padding-right: 10px;
      font-size: 25px;
      letter-spacing: 0.06rem; }
  .footer .footer-right {
    display: flex;
    justify-content: flex-end; }
    .footer .footer-right .footer-menus p {
      font-size: 19px;
      color: #9DB2C3;
      line-height: 1.6; }
    .footer .footer-right .footer-menus a {
      color: #9DB2C3;
      font-size: 19px;
      background-size: 0;
      letter-spacing: 0.06rem; }
      .footer .footer-right .footer-menus a:hover, .footer .footer-right .footer-menus a:active, .footer .footer-right .footer-menus a:focus {
        background-size: 0;
        color: #FBB041; }
    .footer .footer-right .footer-menus h4 {
      padding: 0;
      margin-bottom: 1.1rem;
      color: #FFF7EB;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.14em; }
      .footer .footer-right .footer-menus h4:after {
        content: '';
        display: block;
        width: 28px;
        height: 3px;
        background-color: #FBB041;
        margin-top: 0.8rem; }
    .footer .footer-right .footer-menus ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer .footer-right .footer-menus ul li {
        line-height: 1.7;
        list-style: none; }
        .footer .footer-right .footer-menus ul li a {
          color: #9DB2C3;
          font-size: 19px; }
          .footer .footer-right .footer-menus ul li a:hover, .footer .footer-right .footer-menus ul li a:active, .footer .footer-right .footer-menus ul li a:focus {
            color: #FBB041; }
    .footer .footer-right .footer-menus .contact-dets {
      padding-top: 3.5rem; }
  .footer .footer-menus, .footer .ch {
    width: 100%;
    max-width: 478px; }
  .footer .lower-footer {
    width: 100%;
    padding-top: 4rem;
    margin-top: 6rem;
    border-top: 5px solid rgba(255, 247, 235, 0.14); }
    .footer .lower-footer .two-grid {
      width: 100%; }
    .footer .lower-footer .copyright {
      justify-content: flex-end;
      display: flex; }
      .footer .lower-footer .copyright p {
        font-size: 14px;
        letter-spacing: 0.06rem;
        color: #9DB2C3; }
        .footer .lower-footer .copyright p .fa-copyright {
          font-size: 12px;
          padding-right: 2px; }
      .footer .lower-footer .copyright .ch {
        display: flex;
        align-items: flex-end; }
        .footer .lower-footer .copyright .ch p {
          padding: 0; }
          .footer .lower-footer .copyright .ch p .light-grey {
            color: rgba(157, 178, 195, 0.55); }
            .footer .lower-footer .copyright .ch p .light-grey a {
              color: rgba(157, 178, 195, 0.55);
              transition: 0.4s all ease;
              background-size: 0; }
              .footer .lower-footer .copyright .ch p .light-grey a:hover, .footer .lower-footer .copyright .ch p .light-grey a:active, .footer .lower-footer .copyright .ch p .light-grey a:focus {
                background-size: 0;
                color: #FBB041; }
          .footer .lower-footer .copyright .ch p .small {
            font-size: 12px; }
  .footer .logo {
    width: 200px;
    transition: 0.8s all ease-in-out;
    text-align: left; }
    .footer .logo a {
      background-image: none; }
    .footer .logo img {
      width: 100%;
      padding-bottom: 0; }

@media (max-width: 1024px) {
  .footer .footer-right {
    justify-content: flex-start;
    padding-top: 4rem; }
  .footer h2 {
    font-size: 42px; }
  .footer .larger-p {
    font-size: 26px;
    letter-spacing: 0.08rem;
    font-weight: 600; } }

@media (max-width: 768px) {
  .footer h2 {
    font-size: 32px; }
  .footer .larger-p {
    font-size: 22px; }
  .footer .lower-footer {
    margin-top: 3rem; }
    .footer .lower-footer .two-grid {
      flex-direction: column;
      gap: 2rem; }
    .footer .lower-footer .copyright {
      justify-content: flex-start; } }

div.eapps-widget {
  position: relative; }

div.eapps-widget.eapps-widget-show-toolbar:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border .3s ease;
  z-index: 1; }

.eapps-widget-toolbar {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  display: block;
  z-index: 99999;
  padding-bottom: 4px;
  transition: all .3s ease;
  pointer-events: none;
  opacity: 0; }

.eapps-widget:hover .eapps-widget-toolbar {
  opacity: 1;
  pointer-events: auto; }

.eapps-widget-toolbar a {
  text-decoration: none;
  box-shadow: none !important; }

.eapps-widget-toolbar-panel {
  border-radius: 6px;
  background-color: #222;
  color: #fff;
  display: inline-flex;
  align-items: center;
  top: 0;
  position: relative;
  transition: all .3s ease;
  opacity: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  height: 28px; }

.eapps-widget:hover .eapps-widget-toolbar-panel {
  opacity: 1; }

.eapps-widget-toolbar-panel-wrapper {
  width: 100%;
  position: relative; }

.eapps-widget-toolbar-panel-only-you {
  position: absolute;
  top: -24px;
  font-size: 11px;
  line-height: 14px;
  color: #9c9c9c;
  padding: 5px 4px; }

.eapps-widget-toolbar-panel-logo {
  width: 28px;
  height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center; }

.eapps-widget-toolbar-panel-logo svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: #f93262; }

.eapps-widget-toolbar-panel-edit {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  padding: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none; }

.eapps-widget-toolbar-panel-edit-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px; }

.eapps-widget-toolbar-panel-edit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff; }

.eapps-widget-toolbar-panel-views {
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.eapps-widget-toolbar-panel-views-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 8px; }

.eapps-widget-toolbar-panel-views-bar {
  display: inline-flex;
  width: 70px;
  height: 3px;
  border-radius: 2px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.3); }

.eapps-widget-toolbar-panel-views-bar-inner {
  border-radius: 2px;
  background-color: #4ad504; }

.eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #4ad504; }

.eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #ff4734; }

.eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #ffb400; }

.eapps-widget-toolbar-panel-views-percent {
  display: inline-flex;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; }

.eapps-widget-toolbar-panel-views-get-more {
  padding: 9px 16px;
  background-color: #f93262;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0 6px 6px 0; }

.eapps-widget-toolbar-panel-share {
  position: absolute;
  top: 0;
  display: inline-block;
  margin-left: 8px;
  width: 83px;
  height: 28px;
  padding-bottom: 4px;
  box-sizing: content-box !important; }

.eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
  opacity: 1;
  pointer-events: all; }

.eapps-widget-toolbar-panel-share-button {
  padding: 0 18px;
  height: 28px;
  background-color: #1c91ff;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  cursor: default;
  align-items: center; }

.eapps-widget-toolbar-panel-share-button svg {
  display: inline-block;
  margin-right: 6px;
  fill: #fff;
  position: relative;
  top: -1px; }

.eapps-widget-toolbar-panel-share-block {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 10px;
  width: 209px;
  top: 32px;
  -webkit-transform: translateX(-63px);
          transform: translateX(-63px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); }

.eapps-widget-toolbar-panel-share-block:hover {
  opacity: 1;
  pointer-events: all; }

.eapps-widget-toolbar-panel-share-block-text {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  text-align: center; }

.eapps-widget-toolbar-panel-share-block-text-icon {
  padding-bottom: 4px; }

.eapps-widget-toolbar-panel-share-block-actions {
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgba(18, 18, 18, 0.1); }

.eapps-widget-toolbar-panel-share-block-actions-item {
  width: 33.333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  transition: all .3s ease;
  background-color: transparent; }

.eapps-widget-toolbar-panel-share-block-actions-item:hover {
  background-color: #fafafa; }

.eapps-widget-toolbar-panel-share-block-actions-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.eapps-widget-toolbar-panel-share-block-actions-item-icon {
  width: 16px;
  height: 16px;
  display: block; }

.eapps-widget-toolbar-panel-share-block-actions-item-facebook .eapps-widget-toolbar-panel-share-block-actions-item-icon {
  fill: #3c5a9b; }

.eapps-widget-toolbar-panel-share-block-actions-item-twitter .eapps-widget-toolbar-panel-share-block-actions-item-icon {
  fill: #1ab2e8; }

.eapps-widget-toolbar-panel-share-block-actions-item-google .eapps-widget-toolbar-panel-share-block-actions-item-icon {
  fill: #dd4b39; }

.eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
  border-right: 1px solid rgba(18, 18, 18, 0.1); }

.wf-force-outline-none[tabindex="-1"]:focus {
  outline: none; }

#nf-field-21,
.btn {
  font-family: "clother", sans-serif;
  margin: 1.5rem 0 0 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  border: 2px none #242420;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: inherit;
  line-height: 22px;
  font-size: 22px;
  color: #FFF;
  transition: 0.3s all ease;
  border-radius: 32px;
  padding: 16px 24px 17px 24px;
  width: 100%;
  max-width: 220px;
  background-color: #242420;
  letter-spacing: 0;
  background-image: none;
  background-size: 0; }
  #nf-field-21 .icon-link,
  .btn .icon-link {
    margin-left: auto; }
  #nf-field-21 img, #nf-field-21 svg,
  .btn img,
  .btn svg {
    width: 13px;
    margin-right: 22px;
    transition: 0.3s all ease; }
  #nf-field-21:hover, #nf-field-21:active, #nf-field-21:focus,
  .btn:hover,
  .btn:active,
  .btn:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #FBB041;
    border: 2px none #FBB041; }
    #nf-field-21:hover svg, #nf-field-21:hover img, #nf-field-21:active svg, #nf-field-21:active img, #nf-field-21:focus svg, #nf-field-21:focus img,
    .btn:hover svg,
    .btn:hover img,
    .btn:active svg,
    .btn:active img,
    .btn:focus svg,
    .btn:focus img {
      margin-right: 0; }

#nf-field-21 {
  margin: 3rem 0 0 0; }

.top-section .menu-btn a {
  color: #FFF;
  transition: 0.3s all ease;
  border-radius: 32px;
  padding: 6px 34px 9px 34px;
  width: 100%;
  max-width: 220px;
  background-color: #242420;
  margin-left: 14px; }
  .top-section .menu-btn a:hover, .top-section .menu-btn a:active, .top-section .menu-btn a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #FBB041;
    border: 2px none #FBB041; }

.white.btn {
  color: #FBB041;
  background-color: #FFF;
  border: 2px solid #FFF; }
  .white.btn:hover, .white.btn:active, .white.btn:focus {
    text-decoration: none;
    color: #FFF;
    border: 2px solid #FBB041;
    background-color: #FBB041; }

html body .btn.large {
  max-width: 327px; }

.large-btn {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  width: auto;
  color: #FFF;
  font-size: 50px;
  transition: 0.4s all ease;
  border-radius: 0;
  padding: 0;
  background-image: none; }

.outline {
  border: 2px solid #FBB041; }

.no-margin {
  margin: 0; }

.set-width {
  padding: 30px 0;
  max-width: 270px; }

.buttons-group {
  display: flex; }
  .buttons-group a {
    margin-right: 30px; }
  .buttons-group a:last-child {
    margin-right: 0; }

.main-content .col-content .btn,
.main-content .col-content .brand-btn {
  padding: 20px 30px; }

.page-header {
  background-color: #FFF7EB;
  padding: 17rem 5rem 6rem 5rem; }
  .page-header .page-header__inner {
    max-width: 1542px;
    margin: 0 auto;
    text-align: left; }
  .page-header .section-eyebrow {
    margin-bottom: 2.5rem; }
  .page-header h1 {
    font-size: clamp(56px, 84px, 104px);
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #242420;
    margin: 0;
    padding: 0 0 3rem 0;
    max-width: 1100px; }
  .page-header .page-header__lead {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #414139;
    max-width: 760px;
    padding-bottom: 0; }

.single-projects .page-header,
.archive .page-header {
  background-color: #FFF; }

@media (max-width: 1024px) {
  .page-header {
    padding: 14rem 3rem 5rem 3rem; } }

@media (max-width: 768px) {
  .page-header {
    padding: 11rem 1.5rem 4rem 1.5rem; }
    .page-header h1 {
      padding-bottom: 2rem; } }

.custom-van-contact-form {
  padding: 80px 0;
  background-color: #FFF7EB; }
  .custom-van-contact-form .max-width {
    max-width: 1542px;
    margin: 0 auto;
    padding: 0 40px; }

.extras-enquiry-section {
  width: 100%; }

.extras-wrap {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: start; }
  .extras-wrap.no-extras {
    grid-template-columns: 1fr;
    max-width: 744px;
    margin: 0 auto; }

.extras-left > h2 {
  font-size: 2rem;
  margin: 0 0 12px; }

.extras-left .extras-intro {
  color: #9DB2C3;
  margin: 0 0 40px;
  font-size: 1rem; }

.extras-category {
  margin-bottom: 40px; }
  .extras-category:last-child {
    margin-bottom: 0; }

.category-name {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FBB041;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DCE4EA; }

.extras-items-list {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.extras-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #F5F7F9;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  .extras-item:hover {
    background-color: #ebeff3; }
  .extras-item input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #FBB041;
    cursor: pointer;
    margin: 0; }
  .extras-item .item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .extras-item .item-name {
    font-size: 1rem;
    color: #414139;
    font-weight: 500; }
  .extras-item .item-note {
    font-size: 0.825rem;
    color: #9DB2C3; }
  .extras-item .item-price {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #414139;
    white-space: nowrap; }
  .extras-item:has(input:checked) {
    background-color: #f6f0e7; }

.enquiry-right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px; }

.extras-summary {
  background: #F5F7F9;
  padding: 28px; }
  .extras-summary > h3 {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 16px; }

.selected-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 40px; }
  .selected-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.9rem;
    color: #414139; }
  .selected-list .empty-state {
    color: #9DB2C3;
    font-style: italic;
    justify-content: flex-start; }

.extras-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #DCE4EA;
  font-size: 1rem;
  font-weight: 500; }
  .extras-total-row .js-total {
    font-size: 1.25rem;
    color: #FBB041;
    font-weight: 700; }

.pricing-summary {
  background: #F5F7F9;
  padding: 20px 24px; }
  .pricing-summary .pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #DCE4EA;
    font-size: 1rem;
    color: #414139; }
    .pricing-summary .pricing-row:last-child {
      border-bottom: none; }
    .pricing-summary .pricing-row.pricing-extras-row {
      color: #9DB2C3; }
    .pricing-summary .pricing-row.pricing-total {
      padding-top: 14px;
      border-top: 2px solid #DCE4EA;
      border-bottom: none;
      font-weight: 700;
      font-size: 1.1rem; }
      .pricing-summary .pricing-row.pricing-total span:last-child {
        font-size: 1.3rem;
        color: #FBB041; }

.enquiry-form-wrap > h2 {
  font-size: 1.6rem;
  margin: 0 0 28px; }

.model-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0; }

.enquiry-btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px; }
  .enquiry-btn-row .btn {
    flex: 1;
    min-width: 160px;
    max-width: none;
    margin-top: 0;
    font-size: 16px;
    padding: 16px 20px; }
  .enquiry-btn-row .btn-print {
    background-color: #F5F7F9;
    color: #414139; }
    .enquiry-btn-row .btn-print:hover, .enquiry-btn-row .btn-print:focus {
      background-color: #dce3ea;
      color: #414139; }

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  .form-field label {
    font-size: 15px;
    font-weight: 500;
    color: #414139;
    margin-bottom: 6px;
    cursor: pointer; }
  .form-field .required {
    color: #FBB041; }
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field textarea {
    background-color: #F5F7F9;
    border: 1px solid #F5F7F9;
    border-radius: 0;
    padding: 20px;
    color: #414139;
    font-family: "forma-djr-deck", sans-serif;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    transition: border-color 0.2s ease; }
    .form-field input[type="text"]::-webkit-input-placeholder, .form-field input[type="email"]::-webkit-input-placeholder, .form-field input[type="tel"]::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder {
      color: #DCE4EA; }
    .form-field input[type="text"]::-moz-placeholder, .form-field input[type="email"]::-moz-placeholder, .form-field input[type="tel"]::-moz-placeholder, .form-field textarea::-moz-placeholder {
      color: #DCE4EA; }
    .form-field input[type="text"]::placeholder,
    .form-field input[type="email"]::placeholder,
    .form-field input[type="tel"]::placeholder,
    .form-field textarea::placeholder {
      color: #DCE4EA; }
    .form-field input[type="text"]:focus,
    .form-field input[type="email"]:focus,
    .form-field input[type="tel"]:focus,
    .form-field textarea:focus {
      outline: none;
      border-color: #FBB041;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .form-field textarea {
    resize: vertical;
    min-height: 120px; }

.form-success,
.form-error {
  padding: 20px;
  font-size: 0.95rem;
  margin-bottom: 24px; }
  .form-success p,
  .form-error p {
    margin: 0; }

.form-success {
  background: #edf7e9;
  border-left: 4px solid #6cc04a;
  color: #417a2a; }

.form-error {
  background: #fff7ec;
  border-left: 4px solid #FBB041;
  color: #fa9b0f; }

@media (max-width: 1100px) {
  .extras-wrap {
    grid-template-columns: 1fr;
    gap: 50px; }
  .enquiry-right {
    position: static; } }

@media (max-width: 768px) {
  .custom-van-contact-form {
    padding: 60px 0; }
    .custom-van-contact-form .max-width {
      padding: 0 20px; }
  .extras-wrap {
    gap: 40px; } }

@media print {
  header,
  footer,
  .banner,
  .breadcrumbs,
  .model-details,
  .three-image-cols,
  .testimonials,
  .faqs,
  .model-single,
  .rte-container,
  .past-builds-gallery-hold,
  .other-builds,
  .industry-partners,
  .extras-left,
  .enquiry-btn-row {
    display: none !important; }
  .custom-van-contact-form {
    padding: 0;
    background: none; }
  .extras-wrap {
    grid-template-columns: 1fr; }
  .enquiry-right {
    position: static; }
  .extras-summary {
    background: none;
    border: 1px solid #ccc; }
  .enquiry-form-wrap {
    border: none;
    padding: 0; }
  .form-field input,
  .form-field textarea {
    border: 1px solid #ccc; } }

.page-template-template_markets .map {
  max-width: 1400px;
  padding: 4rem;
  margin: 0 auto; }

.page-template-template_markets .Atlas__market {
  cursor: pointer; }

.page-template-template_markets .Atlas__market-fade {
  opacity: 0.5; }

.page-template-template_markets #america-grey,
.page-template-template_markets #asia-grey,
.page-template-template_markets #australia-grey {
  opacity: 0;
  transition: 0.6s all ease; }
  .page-template-template_markets #america-grey:hover,
  .page-template-template_markets #asia-grey:hover,
  .page-template-template_markets #australia-grey:hover {
    opacity: 1; }

.page-template-template_markets #america,
.page-template-template_markets #asia,
.page-template-template_markets #australia {
  opacity: 1;
  transition: 0.6s all; }
  .page-template-template_markets #america:hover,
  .page-template-template_markets #asia:hover,
  .page-template-template_markets #australia:hover {
    opacity: 1; }

.page-template-template_markets h4 {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2rem;
  border: 1px solid #231f20;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: 0.6s all ease; }

.page-template-template_markets .countries {
  margin: 0 auto; }
  .page-template-template_markets .countries .asia-text,
  .page-template-template_markets .countries .middle-east-text,
  .page-template-template_markets .countries .australia-text {
    transition: 0.6s all ease; }
    .page-template-template_markets .countries .asia-text p,
    .page-template-template_markets .countries .middle-east-text p,
    .page-template-template_markets .countries .australia-text p {
      transition: 0.6s all ease;
      color: #000; }
  .page-template-template_markets .countries .asia-text.active h4,
  .page-template-template_markets .countries .middle-east-text.active h4,
  .page-template-template_markets .countries .australia-text.active h4 {
    background-color: #FBB041;
    color: #FFF; }
  .page-template-template_markets .countries .asia-text.active p,
  .page-template-template_markets .countries .middle-east-text.active p,
  .page-template-template_markets .countries .australia-text.active p {
    transition: 0.6s all ease;
    color: #FBB041; }
  .page-template-template_markets .countries h4 {
    display: block;
    padding: 10px; }

.page-template-template_markets #map-info {
  flex-direction: column; }
  .page-template-template_markets #map-info p {
    font-size: 16px; }

.section-eyebrow {
  display: block;
  font-size: 15px;
  font-size: 1.071428571428571rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #FBB041;
  font-weight: 600;
  margin-bottom: 2rem; }

.section-marker {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin-bottom: 2.5rem; }
  .section-marker .section-number {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #FBB041;
    letter-spacing: 0.02em; }
  .section-marker .section-label {
    font-size: 15px;
    font-size: 1.071428571428571rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9DB2C3;
    font-weight: 600; }
  .section-marker.light .section-label {
    color: #9DB2C3; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 20px;
  font-size: 1.428571428571429rem;
  color: #414139;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-bottom: 2px solid #FBB041 !important;
  padding-bottom: 6px;
  transition: 0.3s all ease; }
  .text-link .fa-regular {
    color: #FBB041;
    font-size: 17px;
    transition: 0.3s all ease; }
  .text-link:hover, .text-link:active, .text-link:focus {
    color: #FBB041; }
    .text-link:hover .fa-regular, .text-link:active .fa-regular, .text-link:focus .fa-regular {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); }

.intro.holder.statement {
  align-items: flex-start; }
  .intro.holder.statement .intro-section {
    max-width: 1542px;
    margin: 0 auto; }
  .intro.holder.statement h2 {
    padding-bottom: 3rem; }
  .intro.holder.statement p {
    padding-bottom: 3rem; }

.image-reveal {
  background-color: #FFF;
  overflow: hidden;
  padding: 10rem 5rem; }
  .image-reveal .reveal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 7rem;
    align-items: center;
    max-width: 1542px;
    margin: 0 auto; }
  .image-reveal .reveal-content {
    position: relative;
    z-index: 2; }
    .image-reveal .reveal-content h2 {
      padding-bottom: 2.5rem;
      max-width: 640px; }
  .image-reveal .reveal-text p {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.55;
    padding-bottom: 1.5rem; }
  .image-reveal .reveal-media {
    position: relative;
    z-index: 1;
    will-change: transform; }
  .image-reveal .reveal-media-inner {
    overflow: hidden;
    aspect-ratio: 5 / 6; }
    .image-reveal .reveal-media-inner img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      will-change: transform; }
  .image-reveal.reveal-left {
    background-color: #FFF; }
    .image-reveal.reveal-left .reveal-grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }

.feature-list {
  list-style: none;
  margin: 1rem 0 3rem 0;
  padding: 0; }
  .feature-list li {
    position: relative;
    list-style: none;
    font-size: 20px;
    font-size: 1.428571428571429rem;
    padding: 0.65rem 0 0.65rem 2.25rem;
    border-bottom: 1px solid #F5F7F9; }
    .feature-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 1.35rem;
      width: 12px;
      height: 12px;
      background-color: #FBB041; }
    .feature-list li:last-child {
      border-bottom: none; }

.services-index {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
  counter-reset: services; }
  .services-index li {
    list-style: none;
    border-bottom: 1px solid #DCE4EA; }
    .services-index li::marker {
      content: none; }
    .services-index li:first-child {
      border-top: 1px solid #DCE4EA; }
  .services-index a {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.75rem 0.5rem;
    border-bottom: none;
    transition: 0.35s all ease; }
    .services-index a .services-index__num {
      font-size: 18px;
      color: #9DB2C3;
      font-weight: 600;
      letter-spacing: 0.08em;
      flex-shrink: 0;
      transition: 0.35s all ease; }
    .services-index a .services-index__title {
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 700;
      color: #414139;
      line-height: 1.15;
      transition: 0.35s all ease; }
    .services-index a .fa-regular {
      margin-left: auto;
      font-size: 22px;
      color: #FBB041;
      opacity: 0;
      -webkit-transform: translateX(-12px);
              transform: translateX(-12px);
      transition: 0.35s all ease; }
    .services-index a:hover, .services-index a:active, .services-index a:focus {
      padding-left: 1.25rem; }
      .services-index a:hover .services-index__num, .services-index a:active .services-index__num, .services-index a:focus .services-index__num {
        color: #FBB041; }
      .services-index a:hover .services-index__title, .services-index a:active .services-index__title, .services-index a:focus .services-index__title {
        color: #FBB041; }
      .services-index a:hover .fa-regular, .services-index a:active .fa-regular, .services-index a:focus .fa-regular {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }

.slider {
  background-color: #F5F7F9;
  padding-top: 4rem; }

.stats-strip {
  background-color: #242420;
  padding: 7rem 5rem; }
  .stats-strip .stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1542px;
    margin: 0 auto; }
  .stats-strip .stat {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    padding-left: 2.5rem;
    border-left: 2px solid #FBB041; }
  .stats-strip .stat-figure {
    font-size: 84px;
    line-height: 1;
    font-weight: 700;
    color: #FBB041;
    letter-spacing: 0.02em; }
  .stats-strip .stat-label {
    font-size: 20px;
    font-size: 1.428571428571429rem;
    color: #FFF7EB;
    letter-spacing: 0.04em; }

.full-screen-image.parallax {
  position: relative;
  overflow: hidden;
  height: 80vh; }
  .full-screen-image.parallax img {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: transform; }

.testimonials .testimonials-section .section-marker {
  justify-content: center;
  margin-bottom: 4rem; }

.testimonials .testimonials-section .testimonial:before {
  color: #FBB041; }

.testimonials .testimonials-section .testimonial .cite p {
  color: #9DB2C3; }

.testimonials .testimonials-section .testimonial .cite .stars {
  color: #FBB041; }

.cta-banner {
  background-color: #FBB041;
  padding: 11rem 5rem;
  text-align: center; }
  .cta-banner .cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .cta-banner h2 {
    color: #242420;
    padding-bottom: 2.5rem; }
  .cta-banner p {
    color: #242420;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.55;
    max-width: 760px;
    padding-bottom: 1.5rem; }
  .cta-banner .btn.cta-btn-dark {
    background-color: #242420;
    color: #FFF7EB; }
    .cta-banner .btn.cta-btn-dark:hover, .cta-banner .btn.cta-btn-dark:active, .cta-banner .btn.cta-btn-dark:focus {
      background-color: #FFF;
      color: #242420; }

@media (max-width: 1280px) {
  .image-reveal {
    padding: 7rem 3rem; }
    .image-reveal .reveal-grid {
      gap: 4rem; }
  .stats-strip {
    padding: 5rem 3rem; } }

@media (max-width: 1024px) {
  .image-reveal .reveal-grid, .image-reveal.reveal-left .reveal-grid {
    grid-template-columns: 1fr;
    gap: 4rem; }
  .image-reveal.reveal-left .reveal-media {
    order: 2; }
  .image-reveal.reveal-left .reveal-content {
    order: 1; }
  .image-reveal .reveal-media-inner {
    aspect-ratio: 4 / 3; }
  .stats-strip .stats-grid {
    flex-wrap: wrap; }
    .stats-strip .stats-grid .stat {
      flex: 1 1 calc(50% - 2rem); } }

@media (max-width: 768px) {
  .intro.holder.statement {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .image-reveal {
    padding: 5rem 1.5rem; }
  .section-marker .section-number {
    font-size: 38px; }
  .services-index a {
    gap: 1.25rem; }
    .services-index a .services-index__title {
      font-size: 22px; }
  .stats-strip {
    padding: 4rem 1.5rem; }
    .stats-strip .stats-grid {
      flex-direction: column;
      gap: 3rem; }
    .stats-strip .stat-figure {
      font-size: 60px; }
  .cta-banner {
    padding: 6rem 1.5rem; } }

.full-screen-image.parallax.about-hero {
  height: 70vh; }

.intro.holder.statement.about-statement {
  background-color: #FFF; }

.values-section {
  background-color: #F5F7F9;
  padding: 10rem 5rem; }
  .values-section .values-inner {
    max-width: 1542px;
    margin: 0 auto; }
    .values-section .values-inner > h2 {
      padding-bottom: 5rem;
      max-width: 900px; }
  .values-section .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid #DCE4EA;
    border-left: 1px solid #DCE4EA; }
  .values-section .value-card {
    padding: 3.5rem 3rem;
    border-right: 1px solid #DCE4EA;
    border-bottom: 1px solid #DCE4EA;
    background-color: transparent;
    transition: background-color 0.35s ease; }
    .values-section .value-card:hover {
      background-color: #FFF; }
    .values-section .value-card .value-number {
      display: block;
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1.25px #FBB041;
      margin-bottom: 1.75rem; }
    .values-section .value-card h3 {
      padding-bottom: 1rem; }
    .values-section .value-card p {
      font-size: 19px;
      line-height: 1.55;
      color: #414139;
      padding-bottom: 0;
      max-width: 520px; }

.about-team-holder {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #FFF; }
  .about-team-holder section.max-width {
    width: 100%; }

@media (max-width: 1280px) {
  .values-section {
    padding: 7rem 3rem; } }

@media (max-width: 1024px) {
  .values-section .values-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 768px) {
  .full-screen-image.parallax.about-hero {
    height: 48vh; }
  .values-section {
    padding: 5rem 1.5rem; }
    .values-section .value-card {
      padding: 2.5rem 1.75rem; }
  .about-team-holder {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

.full-screen-image.parallax.services-hero {
  height: 70vh; }

.intro.holder.statement.services-statement {
  background-color: #FFF; }

.image-reveal.service-row {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .image-reveal.service-row + .image-reveal.service-row {
    border-top: 1px solid #F5F7F9; }
  .image-reveal.service-row.reveal-left .reveal-media {
    order: 1; }
  .image-reveal.service-row.reveal-left .reveal-content {
    order: 2; }

@media (max-width: 1024px) {
  .image-reveal.service-row.reveal-left .reveal-content {
    order: 1; }
  .image-reveal.service-row.reveal-left .reveal-media {
    order: 2; } }

.process-strip {
  background-color: #FFF7EB;
  padding: 10rem 5rem; }
  .process-strip .process-inner {
    max-width: 1542px;
    margin: 0 auto; }
    .process-strip .process-inner > h2 {
      padding-bottom: 5rem;
      max-width: 900px; }
  .process-strip .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem; }
  .process-strip .process-step {
    padding-top: 2rem;
    border-top: 3px solid #FBB041; }
    .process-strip .process-step .process-step__num {
      display: block;
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1.25px #FBB041;
      margin-bottom: 1.5rem; }
    .process-strip .process-step h3 {
      padding-bottom: 1rem; }
    .process-strip .process-step p {
      font-size: 19px;
      line-height: 1.55;
      color: #414139;
      padding-bottom: 0; }

@media (max-width: 1280px) {
  .process-strip {
    padding: 7rem 3rem; }
    .process-strip .process-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 4rem 3rem; } }

@media (max-width: 768px) {
  .full-screen-image.parallax.services-hero {
    height: 48vh; }
  .image-reveal.service-row {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .process-strip {
    padding: 5rem 1.5rem; }
    .process-strip .process-grid {
      grid-template-columns: 1fr;
      gap: 3rem; } }

.intro.holder.statement.testimonials-statement {
  background-color: #FFF; }

.testimonial-wall {
  background-color: #F5F7F9;
  padding: 10rem 5rem; }
  .testimonial-wall .testimonial-wall-inner {
    max-width: 1542px;
    margin: 0 auto; }
  .testimonial-wall .testimonial-grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem; }
  .testimonial-wall .testimonial-card {
    display: inline-block;
    width: 100%;
    background-color: #FFF;
    padding: 3.5rem 3rem 3rem 3rem;
    margin: 0 0 3rem 0;
    position: relative;
    border-top: 3px solid #FBB041;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
    .testimonial-wall .testimonial-card::before {
      content: '\201C';
      position: absolute;
      top: 1.4rem;
      right: 2.2rem;
      font-size: 110px;
      line-height: 1;
      color: #FFF7EB;
      font-weight: 700;
      pointer-events: none; }
    .testimonial-wall .testimonial-card .testimonial-card__stars {
      display: block;
      color: #FBB041;
      font-size: 19px;
      letter-spacing: 0.2em;
      margin-bottom: 1.5rem; }
    .testimonial-wall .testimonial-card .testimonial-card__text p {
      font-size: 21px;
      font-size: 1.5rem;
      line-height: 1.6;
      color: #414139;
      padding-bottom: 1rem; }
      .testimonial-wall .testimonial-card .testimonial-card__text p:last-child {
        padding-bottom: 0; }
    .testimonial-wall .testimonial-card .testimonial-card__meta {
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid #F5F7F9;
      display: flex;
      flex-direction: column;
      gap: 0.25rem; }
      .testimonial-wall .testimonial-card .testimonial-card__meta cite {
        font-style: normal;
        font-weight: 700;
        color: #242420;
        font-size: 19px; }
      .testimonial-wall .testimonial-card .testimonial-card__meta .testimonial-card__project {
        font-size: 15px;
        font-size: 1.071428571428571rem;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #9DB2C3; }

@media (max-width: 1024px) {
  .testimonial-wall {
    padding: 7rem 3rem; }
    .testimonial-wall .testimonial-grid {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

@media (max-width: 768px) {
  .testimonial-wall {
    padding: 5rem 1.5rem; }
    .testimonial-wall .testimonial-card {
      padding: 2.5rem 1.75rem 2rem 1.75rem; } }

@media (max-width: 1734px) {
  .features_focus .feature-points {
    gap: 2rem;
    flex-wrap: wrap; }
    .features_focus .feature-points li {
      font-size: 48px; } }

@media (max-width: 1584px) {
  .intro.holder {
    background-image: url("http://localhost:8888/wp-content/uploads/2026/03/line.svg");
    background-position: right -10px bottom 4rem; } }

@media (min-width: 1544px) {
  .page-template-template_about .banner {
    min-height: 466px; } }

@media (max-width: 1544px) {
  .header-wrap {
    padding: 2rem 8rem; }
  .post-type-archive-past_builds .banner,
  .page-template-default .banner,
  .page-template-template_about .banner,
  .page-template-template_contact .banner,
  .tax-model-type .banner,
  .post-type-archive-models .banner,
  .holder.with-overlap,
  .holder.with-light-overlap {
    padding-left: 8rem;
    padding-right: 8rem; }
  .holder {
    padding: 8rem; }
  h1 {
    font-size: 68px; }
  h2 {
    font-size: 48px; }
  h3 {
    font-size: 32px; }
  .col-about-text .about-intro-text p,
  .footer .larger-p {
    font-size: 32px; }
  .page-template-template_contact .banner .description p {
    font-size: 32px; }
  .page-template-template_contact .banner .two-grid .insta-link p .fa-brands {
    font-size: 32px;
    padding-right: 13px;
    padding-top: 2px; }
  .page-template-template_contact .banner .two-grid .address-col .fa-location-dot {
    font-size: 24px;
    width: 22px;
    padding-top: 5px; }
  .stats p {
    font-size: 32px; }
  .intro-section p {
    font-size: 32px; }
  .intro.holder {
    background-size: 388px; }
  .holder.with-light-overlap {
    padding-bottom: 4rem; }
  .page-template-template_contact .is-layout-flow p {
    line-height: 1.3; }
  .overview p {
    font-size: 24px; } }

@media (max-width: 1444px) {
  .about-main {
    gap: 80px; }
  .page-template-template_contact .banner .two-grid {
    grid-template-columns: 1fr; }
  .features_focus .feature-points {
    gap: 0.5rem 2.5rem; } }

@media (max-width: 1344px) {
  .model-type-grid.three-grid, .model-type-grid.four-grid {
    grid-gap: 6rem 36px; }
  .past-builds .past-builds {
    gap: 56px; }
    .past-builds .past-builds ul {
      margin: 0; }
  .page-template-template_contact .is-layout-flex {
    display: flex;
    flex-direction: column; }
  .page-template-template_contact .contact-form-and-images .wp-block-image.size-full {
    align-items: flex-start; }
  .page-template-template_contact .contact-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
    padding-top: 3rem; }
  .page-template-template_contact .contact-form-and-images .wp-block-image.size-full img {
    max-width: 100%;
    padding-bottom: 0; } }

@media (max-width: 1244px) {
  .past-builds .past-builds-list {
    gap: 4%; }
    .past-builds .past-builds-list .build-item_vertical,
    .past-builds .past-builds-list .build-item_square {
      width: 48%;
      margin-top: 22px; }
    .past-builds .past-builds-list .build-item_horizontal {
      width: 100%; }
  .stats .large-text p {
    font-size: 100px; }
  .col-about-img img {
    max-width: 378px; } }

@media (max-width: 1144px) {
  .model-type-grid.three-grid {
    grid-template-columns: repeat(2, 1fr); }
  .logo-partners-grid .logo {
    width: 25%; }
  .header-wrap {
    padding: 2rem 6rem; }
  .about-main {
    padding: 6rem 0; }
  .stats {
    padding: 6rem 0 0 0; }
  .stats p,
  .col-about-text .about-intro-text p {
    font-size: 24px; }
  .post-type-archive-past_builds .banner,
  .page-template-default .banner,
  .page-template-template_about .banner,
  .page-template-template_contact .banner,
  .tax-model-type .banner,
  .post-type-archive-models .banner,
  .holder.with-overlap,
  .holder.with-light-overlap {
    padding-left: 6rem;
    padding-right: 6rem; }
  .holder {
    padding: 6rem; }
  .featured-section .four-grid {
    grid-template-columns: 1fr 1fr; }
  .footer .larger-p {
    font-size: 24px; }
  .footer .footer-right .footer-menus h4 {
    font-size: 24px; }
  .footer h2 {
    font-size: 40px; }
  .testimonials .testimonials-section .testimonial .cite .stars,
  .testimonials .testimonials-section .testimonial .cite p,
  .footer .insta-link {
    font-size: 18px; }
  p {
    font-size: 19px; }
  .col-about-text .about-intro-text {
    padding-bottom: 1rem; }
  .col-about-img img {
    max-width: 310px; }
  .overview,
  .about-main {
    gap: 60px; }
  .about-team .four-grid {
    grid-template-columns: repeat(3, 1fr); }
  .page-template .banner .description {
    padding-bottom: 4rem; }
  .contact-form-and-images p {
    font-size: 24px; }
  .overview .col-about-img img {
    max-width: 240px; }
  .other-builds .three-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 1040px) {
  .overview {
    display: flex;
    gap: 67px;
    flex-direction: column; }
  .overview .col-about-img {
    margin-left: 0; }
  .overview .col-about-img img {
    max-width: 100%; }
  .breadcrumbs.holder {
    text-align: left; } }

/* Tablet */
@media (max-width: 900px) {
  .logo-partners-grid .logo {
    width: 33.33%;
    margin: 30px 20px; }
  h1 {
    font-size: 54px; }
  h2 {
    font-size: 36px; }
  .model-type-grid a h2,
  h3 {
    font-size: 24px; }
  .intro-section p {
    font-size: 24px; }
  .page-template-template_contact .banner .two-grid .insta-link p .fa-brands,
  .page-template-template_contact .banner .description p {
    font-size: 24px; }
  .featured-section .four-grid {
    grid-gap: 36px;
    grid-template-columns: repeat(2, 1fr); }
  .about-main {
    gap: 40px;
    flex-direction: column; }
  .col-about-img img {
    max-width: 100%; }
  .stats .large-text p {
    font-size: 70px; }
  .stats p {
    font-size: 19px; }
  .about-main {
    padding: 3rem 0 4rem 0; }
  .stats {
    gap: 0 35px;
    flex-wrap: wrap; }
  .about-team h2 {
    font-size: 36px;
    padding: 2rem 0 3rem 0; }
  .industry-partners h2 {
    font-size: 36px; }
  .page-template-template_contact .banner .two-grid {
    padding-top: 1rem; }
  .insta-link p {
    padding: 0 0 8px 0; }
  .page-template-template_contact .banner .two-grid {
    padding-top: 1rem;
    grid-gap: 0; }
  .main-content .nf-field-label label {
    font-size: 19px; }
  #wrapper .nf-form-content .ninja-forms-field {
    font-size: 16px; }
  #wrapper #nf-field-21, #wrapper .btn {
    font-size: 19px; }
  .intro-section h2 {
    padding-bottom: 2rem; }
  .faqs.holder h2 {
    font-size: 36px; } }

@media (min-width: 801px) {
  /* burger menu is used at all screen sizes — see _navigation.scss */ }

@media (max-width: 800px) {
  /* menu styles moved to _navigation.scss (burger at all sizes) */
  .header .top-section .logo {
    width: 220px; }
  .header-wrap {
    padding: 2rem 3rem; }
  .post-type-archive-past_builds .banner,
  .page-template-default .banner,
  .page-template-template_about .banner,
  .page-template-template_contact .banner,
  .tax-model-type .banner,
  .post-type-archive-models .banner,
  .holder.with-overlap,
  .holder.with-light-overlap {
    padding-left: 3rem;
    padding-right: 3rem; }
  .holder {
    padding: 3rem; }
  .past-builds h2 {
    padding: 0 0 52px 0; }
  .past-builds .past-builds-list {
    display: flex;
    flex-wrap: wrap;
    gap: 76px;
    padding-left: 0; }
    .past-builds .past-builds-list h3 {
      padding-top: 48px; }
    .past-builds .past-builds-list .build-item_square {
      width: 100%;
      margin-top: 0; }
    .past-builds .past-builds-list .build-item_vertical {
      width: 100%; }
    .past-builds .past-builds-list .build-item_horizontal {
      width: 100%; }
  .banner .bg.home-banner {
    background-image: url("http://localhost:8888/wp-content/uploads/2026/04/home-banner-mobile2.webp");
    z-index: 1; }
  .menu-open .header .top-section .logo {
    z-index: 9999; }
  .featured-section h3 {
    padding-top: 3rem; }
  .past-builds h2 {
    padding: 0 0 2rem 0; }
  .general-icon,
  .testimonials .testimonials-section p {
    font-size: 30px; }
  .faqs.holder .faqs-section .faq-question h4 {
    font-size: 24px; }
  .footer .footer-menus, .footer .ch {
    width: 100%;
    max-width: 100%; }
  .footer .two-grid {
    grid-template-columns: 1fr;
    grid-gap: 50px 0; }
  .testimonials .testimonials-section .testimonial::before {
    top: -17px;
    font-size: 40px; }
  .about-team .four-grid {
    grid-template-columns: repeat(2, 1fr); }
  .testimonials .testimonials-section .testimonial-slide .slick-prev {
    left: -20px; }
  .testimonials .testimonials-section .testimonial-slide .slick-next {
    right: -20px; }
  .testimonials .testimonials-section .testimonial {
    padding: 0 1.5rem; }
  .faqs.holder .faqs-section .faq-question h4 {
    flex: 1;
    padding-right: 1.5rem; }
  .faqs.holder .faqs-section .faq-question .general-icon {
    flex-shrink: 0; } }

@media (max-width: 760px) {
  .model-type-grid.three-grid {
    grid-template-columns: 1fr; }
  .featured-section .four-grid {
    grid-gap: 36px;
    grid-template-columns: 1fr; }
  .banner .content {
    top: 42%; }
  .testimonials .testimonials-section p {
    font-size: 24px; }
  .page-template-template_contact .contact-images {
    grid-template-columns: 1fr; }
  .other-builds .three-grid {
    grid-template-columns: 1fr; }
  .breadcrumbs.holder #breadcrumbs {
    font-size: 12px; } }

@media (max-width: 600px) {
  .logo-partners-grid .logo {
    width: 38%; }
  #wrapper h1 {
    font-size: 42px; }
  .tax-model-type .banner .description,
  .post-type-archive-models .banner .description {
    width: 100%;
    padding-bottom: 3rem; }
  .tax-model-type .banner, .post-type-archive-models .banner {
    min-height: 440px; }
  .header-wrap {
    padding: 2rem; }
  .banner .content,
  .post-type-archive-past_builds .banner,
  .page-template-default .banner,
  .page-template-template_about .banner,
  .page-template-template_contact .banner,
  .tax-model-type .banner,
  .post-type-archive-models .banner,
  .holder.with-overlap,
  .holder.with-light-overlap {
    padding-left: 2rem;
    padding-right: 2rem; }
  .holder {
    padding: 5rem 2rem; }
  .intro.holder {
    padding-top: 6rem;
    padding-bottom: 10rem; }
  .intro-section h2 {
    padding-bottom: 3rem; }
  .industry-partners h2 {
    padding: 0 0 3rem 0; }
  .model-type-grid a h2,
  .featured-section h3 {
    padding-top: 3rem; }
  .past-builds h2 {
    padding: 0 0 2rem 0; }
  .past-builds .past-builds-list {
    gap: 3rem; }
  .industry-partners h2 {
    font-size: 24px; }
  .past-builds.holder {
    padding-top: 0; }
  .logo-partners-grid .logo {
    width: 36%; }
  #wrapper .logo-partners-grid .logo img {
    max-width: 110px; }
  #wrapper .logo-partners-grid .logo .logo-07 {
    max-width: 40px; }
  .view-all-btn a {
    font-size: 24px; }
  .archive .banner,
  .page-template .banner {
    min-height: 380px; }
  .page-template-template_contact .banner .description .two-grid .col p a:first-child {
    font-size: 19px; }
  .footer .larger-p a:first-child {
    font-size: 19px; }
  .footer h2 {
    font-size: 32px; }
  .banner {
    height: 60vh; }
  .post-type-archive-past_builds .banner .description {
    padding-bottom: 3rem; }
  .model-type-grid.three-grid,
  .model-type-grid.four-grid {
    grid-gap: 3rem; }
  .model-type-grid a p {
    padding: 0 0 10px 0; }
  .stats {
    padding: 4rem 0 0 0; }
  .three-image-cols .three-grid {
    grid-template-columns: 1fr; }
  .overview {
    gap: 3rem; }
  .overview h2 {
    padding-bottom: 2rem; }
  .overview p {
    font-size: 19px; }
  .features_focus .feature-points li {
    font-size: 38px; }
  .loop-slider .horiz,
  .loop-slider .horizontal {
    width: 260px;
    height: 208px; }
  .loop-slider .vert,
  .loop-slider .vertical {
    width: 260px;
    height: 261px; }
  .testimonials .testimonials-section .testimonial {
    padding: 0; } }

@media (max-width: 456px) {
  .about-team .four-grid {
    grid-template-columns: 1fr; }
  p {
    font-size: 19px; }
  #wrapper h1 {
    font-size: 38px; }
  h2 {
    font-size: 28px; }
  .faqs.holder h2 {
    font-size: 28px; }
  .intro-section p {
    font-size: 19px; } }

@media (max-width: 380px) {
  .header .top-section .logo {
    width: 180px; } }

/* Introduction + Carousel */
@media (max-width: 1544px) {
  .Introduction {
    padding: 8rem; }
  .Carousel .carousel-header,
  .Carousel .carousel-viewport,
  .Carousel .carousel-footer {
    padding-left: 8rem;
    padding-right: 8rem; } }

@media (max-width: 1144px) {
  .Introduction {
    padding: 6rem; }
  .Introduction .introduction-lead {
    font-size: 28px; }
  .Carousel .carousel-header,
  .Carousel .carousel-viewport,
  .Carousel .carousel-footer {
    padding-left: 6rem;
    padding-right: 6rem; } }

@media (max-width: 800px) {
  .Introduction {
    padding: 5rem 3rem; }
  .Introduction .introduction-lead {
    font-size: 24px;
    margin-bottom: 3rem; }
  .Introduction .introduction-links a {
    padding-right: 2rem;
    padding-bottom: 1rem; }
  .Carousel .carousel-header {
    padding: 5rem 3rem 2rem 3rem; }
  .Carousel .carousel-viewport,
  .Carousel .carousel-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .Carousel .carousel-card {
    flex-basis: 80%; } }

@media (max-width: 600px) {
  .Introduction {
    padding: 5rem 2rem; }
  .Introduction .introduction-lead {
    font-size: 21px; }
  .Carousel .carousel-header {
    padding: 5rem 2rem 2rem 2rem; }
  .Carousel .carousel-viewport,
  .Carousel .carousel-footer {
    padding-left: 2rem;
    padding-right: 2rem; }
  .Carousel .carousel-card {
    flex-basis: 88%; } }

/* Projects Archive + Single */
@media (max-width: 1544px) {
  .post-type-archive-projects .banner,
  .tax-project-type .banner,
  .single-projects .banner {
    padding-left: 8rem;
    padding-right: 8rem; } }

@media (max-width: 1144px) {
  .post-type-archive-projects .banner,
  .tax-project-type .banner,
  .single-projects .banner {
    padding-left: 6rem;
    padding-right: 6rem; }
  .project-overview {
    gap: 5rem; }
    .project-overview__meta {
      width: 200px; }
  .project-gallery__grid {
    grid-template-columns: repeat(2, 1fr); }
  .project-gallery__item:first-child {
    grid-column: span 2; } }

@media (max-width: 900px) {
  .projects-archive .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 28px; }
  .project-card__title {
    font-size: 20px; } }

@media (max-width: 800px) {
  .post-type-archive-projects .banner,
  .tax-project-type .banner,
  .single-projects .banner {
    padding-left: 3rem;
    padding-right: 3rem;
    min-height: 380px; }
  .projects-filter {
    gap: 0.25rem 1.5rem;
    margin-bottom: 3rem; }
  .project-overview {
    flex-direction: column;
    gap: 3rem; }
    .project-overview__meta {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 0 3rem; } }

@media (max-width: 600px) {
  .post-type-archive-projects .banner,
  .tax-project-type .banner,
  .single-projects .banner {
    padding-left: 2rem;
    padding-right: 2rem; }
  .projects-archive .projects-grid {
    grid-template-columns: 1fr; }
  .project-gallery-grid {
    grid-template-columns: 1fr; }
  .project-gallery__item:first-child {
    grid-column: span 1;
    aspect-ratio: 4 / 3; } }

/* Single project responsive */
@media (max-width: 1544px) {
  .single-projects .banner {
    padding-left: 8rem;
    padding-right: 8rem; }
  .project-facts {
    padding-left: 8rem;
    padding-right: 8rem; }
  .project-gallery-section {
    padding-left: 8rem;
    padding-right: 8rem; } }

@media (max-width: 1144px) {
  .single-projects .banner {
    padding-left: 6rem;
    padding-right: 6rem; }
  .project-facts {
    padding-left: 6rem;
    padding-right: 6rem; }
  .project-gallery-section {
    padding-left: 6rem;
    padding-right: 6rem; }
  .project-hero {
    height: 55vh; }
  .fact-value {
    font-size: 18px; } }

@media (max-width: 900px) {
  .project-facts__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 0; }
  .project-fact {
    padding: 0 2.5rem; }
    .project-fact:nth-child(2) {
      border-right: none; }
    .project-fact:nth-child(3) {
      padding-left: 0;
      border-right: 1px solid #DCE4EA; }
  .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr); }
  .project-gallery__item:first-child {
    grid-column: span 2;
    aspect-ratio: 8 / 5; }
  .project-body__inner {
    max-width: 100%; }
  .project-navigation .nav-title {
    font-size: 18px; } }

@media (max-width: 800px) {
  .single-projects .banner {
    padding-left: 3rem;
    padding-right: 3rem;
    min-height: 320px; }
  .project-facts {
    padding-left: 3rem;
    padding-right: 3rem; }
  .project-gallery-section {
    padding-left: 3rem;
    padding-right: 3rem; }
  .project-hero {
    flex-direction: column;
    height: auto;
    min-height: unset;
    max-height: unset; }
    .project-hero__left, .project-hero__right {
      aspect-ratio: 4 / 3;
      flex: unset;
      width: 100%; }
  .project-intro__text {
    font-size: 24px; } }

@media (max-width: 600px) {
  .single-projects .banner {
    padding-left: 2rem;
    padding-right: 2rem; }
  .project-facts {
    padding-left: 2rem;
    padding-right: 2rem; }
  .project-facts__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem 0; }
  .project-fact {
    padding: 0;
    border-right: none;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #DCE4EA; }
    .project-fact:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .project-gallery-section {
    padding-left: 2rem;
    padding-right: 2rem; }
  .project-gallery-grid {
    grid-template-columns: 1fr; }
  .project-gallery__item:first-child {
    grid-column: span 1;
    aspect-ratio: 4 / 3; }
  .project-intro__text {
    font-size: 21px; }
  .project-navigation {
    flex-direction: column;
    gap: 3rem; }
    .project-navigation a {
      max-width: 100%; }
    .project-navigation .project-nav__next {
      flex-direction: row;
      text-align: left; }
      .project-navigation .project-nav__next .nav-text {
        align-items: flex-start; } }

@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt; }
  .site,
  .site-header,
  .hentry,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content,
  .archive-header,
  .page-header,
  .contributor-info,
  .comments-area,
  .attachment .entry-attachment .attachment {
    max-width: 100%; }
  #site-header img,
  .search-toggle,
  .site-navigation,
  .site-content nav,
  .edit-link,
  .page-links,
  .widget-area,
  .more-link,
  .post-format-archive-link,
  .comment-respond,
  .comment-list .reply,
  .comment-reply-login,
  #secondary,
  .site-footer,
  .slider-control-paging,
  .slider-direction-nav {
    display: none; }
  .site-title a,
  .entry-meta,
  .entry-meta a,
  .featured-content .hentry,
  .featured-content a {
    color: #2b2b2b; }
  .entry-content a,
  .entry-summary a,
  .page-content a,
  .comment-content a {
    text-decoration: none; }
  .site-header,
  .post-thumbnail,
  a.post-thumbnail:hover,
  .site-content .entry-header,
  .site-footer,
  .featured-content,
  .featured-content .entry-header {
    background: transparent; }
  .header-main {
    padding: 48px 10px; }
  .site-title {
    float: none;
    font-size: 19pt; }
  .content-area {
    padding-top: 0; }
  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px; }
  .post-thumbnail img {
    margin: 0 10px 24px; }
  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0; }
  .site-content footer.entry-meta {
    margin: 24px auto; }
  .entry-meta .tag-links a {
    color: #fff; }
  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0; }
  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block; }
  .archive-title,
  .page-title {
    margin: 0 10px 48px; }
  .featured-content .hentry {
    margin-bottom: 48px; }
  .featured-content .post-thumbnail,
  .slider .featured-content .post-thumbnail {
    padding-top: 0; }
  .featured-content .post-thumbnail img {
    position: relative; }
  .featured-content .entry-header {
    padding: 0 10px 24px; }
  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px; }
  .featured-content .cat-links {
    font-weight: 900; }
  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px; } }
