@import url(https://use.typekit.net/ieh4lur.css);
:root {
  --font-family-body: "elza-text", sans-serif;
  --font-family-heading: "antonia-variable", sans-serif;
  --font-family-body-fallback: -apple-system, "Segoe UI", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --font-family-heading-fallback: -apple-system, "Segoe UI", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --font-size-h1: 5rem;
  --font-size-h2: 3.5rem;
  --font-size-h3: 2.5rem;
  --font-size-h4: 2rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-body-lg: 1.25rem;
  --font-size-body: 1rem;
  --font-size-body-sm: 0.85rem;
  --color-accent: #FFF;
  --color-background-body: #FFF;
  --color-error: red;
  --color-success: green;
  --color-warning: goldenrod;
  --color-red: #C70800;
  --color-redAccent: #FF3F37;
  --color-redFeaturedBG: #D62720;
  --colorGrey: #EBEBEB;
  --button-border-radius: 4px;
  --button-border-width: 0px;
  --button-border-color: transparent;
  --button-primary-bg-color: #000;
  --button-primary-text-color: #FFF;
  --button-primary-hover-bg-darken: color-mix(in srgb, var(--button-primary-bg-color), black 10%);
  --button-primary-hover-bg-color: var(--button-primary-hover-bg-darken);
  --button-primary-hover-text-color: #000;
  --button-secondary-bg-color: #FFF;
  --button-secondary-text-color: #000;
  --button-secondary-hover-bg-darken: color-mix(in srgb, var(--button-secondary-bg-color), black 10%);
  --button-secondary-hover-bg-color: var(--button-secondary-hover-bg-darken);
  --button-secondary-hover-text-color: #FFF;
  --page-gutter: 40px;
  --page-max-width: 1200px;
  --page-max-width-condensed: 1200px;
  --page-max-width-narrow: 800px;
  --space-0: 4px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 80px;
  --space-9: 96px;
  --space-10: 128px;
  --space-11: 160px;
  --timing-duration-fast: 150ms;
  --timing-duration-mid: 250ms;
  --timing-duration-slow: 350ms;
  --timing-duration-slower: 500ms;
  --timing-duration-slowest: 1000ms;
  --zindex-highest: 2147483647;
  --zindex-lowest: calc(-1 * var(--zindex-highest));
}

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

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

canvas, img, picture, svg, video {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  cursor: pointer;
}

button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

ol[class], ul[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

textarea, select, input:not([type=checkbox], [type=radio]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
}

input[type=checkbox], input[type=radio] {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}

select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 5'%3E%3Cpath d='M.126226.380928C.297582.209432.578959.205963.754715.373165L4 3.46066 7.24529.373166c.17575-.167203.45713-.163734.62849.007762.17137.171496.16777.446034-.00796.613258L4.31027 4.37684c-.17262.16421-.44791.16421-.62054 0L.134182.994186C-.0413952.827178-.0453072.552576.126226.380928Z' fill='%23272624'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.625em;
  background-position: calc(100% - 0.5em);
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

body {
  font-size: var(--font-size-body);
  line-height: 1.5;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  margin: 0;
  font-family: var(--font-family-heading);
  letter-spacing: -0.8px;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  padding-bottom: 0;
}

table {
  font: inherit;
}

a {
  color: var(--color-accent-primary);
}

a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

body,
#infscr-loading,
#infscr-loading div,
#nectar-ocm-ht-line-check,
#page-header-bg .subheader,
#pagination .next.inactive,
#pagination .prev.inactive,
#pagination a,
#pagination span,
#top #logo,
.bold,
.comment-list .comment-author,
.comment-list .pingback .comment-body > a,
.container-wrap nav.woocommerce-pagination ul li span,
.nectar-box-roll .overlaid-content .subheader,
.nectar-button,
.text-on-hover-wrap .categories a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
b,
blockquote,
body .gform_wrapper .top_label .gfield_label,
body .ui-widget,
body .vc_text_separator div,
button[type=submit],
dt,
input[type=button],
input[type=submit],
select,
strong {
  font-family: var(--font-family-body);
  color: inherit;
}

#page-header-bg h1,
#respond h3,
#sidebar h4,
.nectar-box-roll .overlaid-content h1,
.row .col.section-title h1,
.row .col.section-title h2,
h1,
h2,
h3,
h3#comments,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  color: inherit;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=datetime],
input[type=date],
input[type=tel],
input[type=month],
input[type=week] {
  font-size: 16px !important;
  min-height: 48px !important;
}

html {
  background-color: var(--color-bg) !important;
}

body {
  overflow: unset;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.wpb_row,
.wpb_content_element,
.templatera_row {
  margin-bottom: 0 !important;
}

.row,
div.clear {
  padding-bottom: 0 !important;
}

.container {
  max-width: unset !important;
  padding: 0 !important;
}

.wpb_row:not(.full-width-content) > .col {
  padding-inline: var(--page-gutter);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .wpb_row:not(.full-width-content) > .col {
    padding-inline: 0;
  }
}

.wpb_row.page-width > .col {
  max-width: var(--page-max-width);
}

.wpb_row.page-width--condensed > .col {
  max-width: var(--page-max-width-condensed);
}

.wpb_row.page-width--narrow > .col {
  max-width: var(--page-max-width-narrow);
}

.wpb_row.full-width-content {
  width: 100%;
  margin-left: -50%;
}

body .wpb_row.full-width-content .bg-cover img {
  height: 100%;
}

.bg-cover {
  height: 100%;
}

.gform_wrapper .gform_confirmation_message {
  text-align: center !important;
  font-weight: bold !important;
}

.gform_wrapper .validation_error {
  border: 0 !important;
  color: #a40000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .validation_message {
  font-weight: 400 !important;
  display: block !important;
  line-height: 1 !important;
  margin-top: 8px !important;
}

.gform_wrapper li.gfield_error .gfield_description {
  font-size: 80% !important;
  color: #a40000 !important;
  padding: 0 !important;
}

.gform_wrapper li.gfield_error {
  border: none !important;
  background-color: unset !important;
}

.gform_wrapper li.gfield_error .ginput_recaptcha + .validation_message {
  text-align: center !important;
  margin: 1rem 0 0 0 !important;
}

.gform_wrapper .ginput_recaptcha,
.gform_wrapper .ginput_recaptcha > div {
  margin: 0 auto !important;
}

.grecaptcha-badge {
  z-index: -2147483647 !important;
}

.leaflet-control-attribution,
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none !important;
}

#footer-outer a.non-hoverable,
#copyright a.non-hoverable {
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: default !important;
}
#footer-outer a.non-hoverable:hover,
#copyright a.non-hoverable:hover {
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: default !important;
}

#ajax-loading-screen .reveal-2:after {
  content: "";
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 2147483647;
}

body.error404 .container-wrap {
  display: flex;
  align-items: center;
  padding: 0;
}

#error-404 {
  padding: unset;
}

body #ajax-content-wrap #error-404 h1 {
  font-family: var(--font-family-heading);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}

body #ajax-content-wrap #error-404 h2 {
  font-family: var(--font-family-body);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

body #error-404 .nectar-button {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: var(--font-family-body);
  font-size: 1.15rem;
  line-height: 1;
}

.btn,
button,
input[type=submit] {
  background-color: var(--button-bg-color, var(--button-primary-bg-color));
  color: var(--button-text-color, var(--button-primary-text-color));
  padding: 10px 20px;
  border: var(--button-border-width, 0px) solid var(--button-border-color, transparent);
  border-radius: var(--button-border-radius, 30px);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  .btn:hover, .btn:focus,
  button:hover,
  button:focus,
  input[type=submit]:hover,
  input[type=submit]:focus {
    background-color: var(--button-hover-bg-color, var(--button-primary-hover-bg-color));
    color: var(--button-hover-text-color, var(--button-primary-hover-text-color));
  }
}

.btn--secondary {
  --button-bg-color: var(--button-secondary-bg-color);
  --button-text-color: var(--button-secondary-text-color);
  --button-hover-bg-color: var(--button-secondary-hover-bg-color);
  --button-hover-text-color: var(--button-secondary-hover-text-color);
}

.dual-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 100vw;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.dual-cta--grey {
  background: #F7F7F7;
}
.dual-cta small {
  color: #707070;
  font-family: var(--font-family-body);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.045rem;
}
.dual-cta a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1%;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
}
.dual-cta a.estimate-popup {
  position: relative;
  color: #fff;
  padding: 1px;
  background: linear-gradient(180deg, #FC3D35 0%, #A10600 100%);
  border: none;
  border-radius: 100px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.dual-cta a.estimate-popup span {
  position: relative;
  z-index: 1;
  display: block;
  background: linear-gradient(180deg, #FF3F37 0%, #C70800 119.05%);
  border-radius: inherit;
  padding: 15px 29px;
  color: #fff;
}
.dual-cta a.estimate-popup:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
}
.dual-cta a:not(.estimate-popup) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
}
.dual-cta a svg {
  width: 18px;
  height: 18px;
  transition: color 0.3s ease;
  flex: 0 0 auto;
}
.dual-cta a:hover svg {
  color: var(--color-red);
}

.dual-cta-alt .dual-left-btn {
  padding-left: 0;
  padding-right: 1rem;
}

.btn-type-1 {
  display: block;
  border: 1px solid #fff;
  background: var(--color-red);
  color: #fff;
  padding: 10px 32px;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}
.btn-type-1:hover {
  color: var(--color-red);
  background: #fff;
  border: 1px solid var(--color-red);
}

.btn-type-2 {
  display: block;
  border: 1px solid #393536;
  background: #fff;
  color: #393536;
  padding: 10px 32px;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}
.btn-type-2:hover {
  color: #fff;
  background: var(--color-red);
  border: 1px solid var(--color-red);
}

.subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: var(--color-redFeaturedBG);
  color: #fff;
  display: block;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1.2px;
  line-height: 1;
  margin: 0 auto;
}
.subtitle--align-left {
  margin: 0;
}
.subtitle--white {
  background: #fff;
  color: var(--color-redFeaturedBG);
}
.subtitle--grey {
  background: #D4D4D4;
  color: #707070;
}

.section-title,
.single .row .section-title {
  text-align: center;
  max-width: 750px;
  margin-top: 1.5rem;
  margin-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.our-process {
  padding: 5rem var(--page-gutter) !important;
}
@media (max-width: 768px) {
  .our-process {
    padding: 2rem var(--page-gutter) !important;
  }
}
.our-process .our-process-img,
.our-process .vrc-our-process__img {
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .our-process .our-process-img,
  .our-process .vrc-our-process__img {
    border-radius: 0;
  }
}
.our-process h2.h3,
.our-process .vrc-our-process__title.h3 {
  margin-bottom: 3rem !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .our-process h2.h3,
  .our-process .vrc-our-process__title.h3 {
    margin-bottom: 2rem !important;
  }
}
.our-process h3 {
  padding: 0 1rem;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .our-process h3 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    padding: 0;
  }
}
.our-process .row_col_wrap_12_inner {
  align-items: flex-start;
}
.our-process .sticky {
  position: sticky;
  top: var(--our-process-sticky-offset, 100px);
}
@media (max-width: 768px) {
  .our-process .sticky {
    position: relative;
    top: 0;
  }
}

.vrc-our-process__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
}

.vrc-our-process[data-layout=media-right] .vrc-our-process__row {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .vrc-our-process__row {
    flex-direction: column;
  }
  .vrc-our-process__media {
    order: -1;
  }
  .vrc-our-process[data-layout=media-right] .vrc-our-process__row {
    flex-direction: column;
  }
}
.vrc-our-process__media,
.vrc-our-process__content {
  flex: 1 1 calc(50% - 1.5rem);
  min-width: 0;
}

.vrc-our-process__media-single {
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vrc-our-process__media-single {
    border-radius: 0;
  }
}

.vrc-our-process__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.vrc-our-process__grid2-cell {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eee;
}

.vrc-our-process__grid2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vrc-our-process__grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
  min-height: 280px;
}
@media (max-width: 768px) {
  .vrc-our-process__grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(120px, auto);
  }
  .vrc-our-process__grid4 .vrc-our-process__grid4-cell--tl {
    grid-column: auto;
    grid-row: auto;
  }
  .vrc-our-process__grid4 .vrc-our-process__grid4-cell--tr {
    grid-column: auto;
    grid-row: auto;
  }
  .vrc-our-process__grid4 .vrc-our-process__grid4-cell--bl {
    grid-column: auto;
    grid-row: auto;
  }
  .vrc-our-process__grid4 .vrc-our-process__grid4-cell--br {
    grid-column: auto;
    grid-row: auto;
  }
}

.vrc-our-process__grid4-cell {
  overflow: hidden;
  border-radius: 1rem;
  min-height: 0;
}
@media (max-width: 768px) {
  .vrc-our-process__grid4-cell {
    border-radius: 0;
    aspect-ratio: 1;
  }
}
.vrc-our-process__grid4-cell--tl {
  grid-column: 1/3;
  grid-row: 1/5;
}
.vrc-our-process__grid4-cell--tr {
  grid-column: 3/5;
  grid-row: 1/3;
}
.vrc-our-process__grid4-cell--bl {
  grid-column: 1/3;
  grid-row: 5/7;
}
.vrc-our-process__grid4-cell--br {
  grid-column: 3/5;
  grid-row: 3/7;
}

.vrc-our-process__grid4-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .lg-only {
    display: none;
  }
}

.rm-timeline {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .rm-timeline {
    padding-left: 40px;
  }
}

.rm-line {
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 95%;
  background: #C0C0C0;
}
@media (max-width: 768px) {
  .rm-line {
    left: 10px;
  }
}

.rm-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: var(--color-red);
  transition: height 0.25s ease-out;
}

.rm-item {
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .rm-item {
    margin-bottom: 3rem;
  }
}
.rm-item:last-child {
  margin-bottom: 0;
}
.rm-item:last-child p {
  margin-bottom: 0;
}

.rm-number {
  position: absolute;
  left: -64px;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 450;
  color: #C0C0C0;
  border: 2px solid #C0C0C0;
  font-size: 32px;
}
@media (max-width: 768px) {
  .rm-number {
    left: -40px;
    width: 33px;
    height: 33px;
    font-size: 22px;
  }
}

.rm-item.active .rm-number {
  background: var(--color-red);
  color: #fff;
  border: none;
}

.rm-content {
  max-width: 514px;
}
@media (max-width: 768px) {
  .rm-content {
    max-width: 100%;
  }
}
.rm-content h3 {
  margin: 0 0 10px;
  font-family: var(--font-family-body);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .rm-content h3 {
    padding: 0;
    font-size: 1.25rem;
  }
}
.rm-content p {
  margin-bottom: 20px;
  padding: 0 1rem;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .rm-content p {
    font-size: 16px;
    padding: 0;
  }
}
.rm-content p strong {
  font-weight: 500;
  color: #000;
}

.vrc-project-gallery {
  margin-inline: var(--page-gutter);
  margin-block: 5rem;
  width: calc(100% - var(--page-gutter) * 2);
}
@media (max-width: 768px) {
  .vrc-project-gallery {
    margin: 0;
    width: 100%;
  }
}

.vrc-gallery-swiper-wrap {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .vrc-gallery-swiper-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
}

.vrc-gallery-panel {
  flex: 0 0 320px;
  width: 320px;
  min-width: 320px;
  background: #fff;
  padding: 3rem 1.5rem 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .vrc-gallery-panel {
    width: 100%;
    padding: 2rem 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .vrc-gallery-panel {
    flex: unset;
    padding: 0 1.5rem;
  }
  .vrc-gallery-panel .vrc-gallery-title {
    font-size: 1.5rem;
  }
  .vrc-gallery-panel .vrc-gallery-spacer {
    display: none;
  }
  .vrc-gallery-panel .vrc-gallery-desc {
    font-size: 13px;
  }
}

.vrc-gallery-spacer {
  flex: 1;
}

.vrc-gallery-location {
  color: #707070;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.vrc-gallery-title {
  font-size: 1.35rem;
  font-family: var(--font-family-body);
  font-weight: 600;
  letter-spacing: -1.25px;
  margin-bottom: 1rem !important;
}

.vrc-gallery-desc {
  font-size: 14px;
}

.vrc-gallery-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.vrc-gallery-prev,
.vrc-gallery-next {
  background: transparent !important;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.vrc-gallery-prev svg,
.vrc-gallery-next svg {
  display: block;
  width: 2.4375rem;
  height: 0.68563rem;
  transition: color 0.3s ease;
  color: #000000;
}
.vrc-gallery-prev:hover svg,
.vrc-gallery-next:hover svg {
  color: var(--color-red);
}

.vrc-gallery-pagination {
  color: #393536;
  font-size: 12px;
  font-weight: 600;
}

.vrc-project-gallery .vrc-project-gallery-swiper {
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 768px) {
  .vrc-project-gallery .vrc-project-gallery-swiper {
    width: 100%;
    padding-inline-start: 1.5rem;
  }
}

.vc-carousel-block {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .vc-carousel-block {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.vc-content-panel {
  width: 320px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .vc-content-panel {
    width: 100%;
  }
}

.vc-content-location {
  color: #707070;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.vc-content-title {
  font-size: 1.35rem;
  font-family: var(--font-family-body);
  font-weight: 600;
  letter-spacing: -1.25px;
  margin-bottom: 1rem !important;
}

.vc-content-desc {
  font-size: 14px;
}

.vc-content-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.vc-ctrl-arrow {
  background: transparent !important;
  border: 0;
  cursor: pointer;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}
.vc-ctrl-arrow svg {
  display: block;
  width: 2.4375rem;
  height: 0.68563rem;
  transition: color 0.3s ease;
  color: #000000;
}
.vc-ctrl-arrow:hover svg {
  color: var(--color-red);
}

.vc-ctrl-pagination {
  color: #393536;
  font-size: 12px;
  font-weight: 600;
}

.vc-carousel-card {
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 768px) {
  .vc-carousel-card {
    width: 100%;
  }
}

.vc-carousel-viewport {
  overflow: hidden;
}

.vc-slides {
  display: flex;
  align-items: stretch;
  transition: transform 440ms cubic-bezier(0.22, 0.9, 0.3, 1);
  will-change: transform;
  gap: 24px;
}
@media (max-width: 768px) {
  .vc-slides {
    gap: 10px;
    margin-left: 10px;
  }
}

.vc-slide {
  flex: 0 0 80%;
  display: flex;
  gap: 12px;
  align-items: stretch;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vc-slide {
    flex: 0 0 95%;
  }
}

.vc-slide-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  min-height: 521px;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .vc-slide-image {
    min-height: 247px;
  }
}

.vc-slide.is-next .vc-slide-image {
  border-radius: 24px 0 0 24px !important;
}

.vc-slide.is-active .vc-slide-image {
  border-radius: 24px;
}

.vrc-project-gallery-swiper {
  overflow: hidden;
}
.vrc-project-gallery-swiper .swiper-slide {
  width: 50vw;
  flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  height: auto;
}
@media (max-width: 768px) {
  .vrc-project-gallery-swiper .swiper-slide {
    width: 85vw;
  }
}
.vrc-project-gallery-swiper .vrc-gallery-slide-image {
  min-height: 521px;
  background-size: cover;
  background-position: center;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .vrc-project-gallery-swiper .vrc-gallery-slide-image {
    min-height: 247px;
  }
}

.project-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-carousel-track {
  display: flex;
  transition: transform 0.45s ease;
}

.project-slide {
  flex: 0 0 100%;
}
.project-slide img {
  width: 100%;
  display: block;
  border-radius: 1rem;
}

.project-content-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-ctrl-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}
.project-ctrl-arrow svg {
  display: block;
}

.project-ctrl-pagination {
  color: #393536;
  font-size: 12px;
}

#estimatePopupOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#estimatePopupOverlay.active {
  opacity: 1;
  visibility: visible;
  z-index: var(--zindex-highest) !important;
}

.estimate-popup-modal {
  background: #fff;
  width: 630px;
  max-width: 100%;
  padding: 45px;
  border-radius: 6px;
  position: relative;
  margin: 0.75rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .estimate-popup-modal {
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding: 1rem;
  }
}
.estimate-popup-modal span.link-separator {
  background: rgba(0, 0, 0, 0.23);
  font-size: 0;
  width: 1px;
  height: 30px;
}
.estimate-popup-modal h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  max-width: 18ch;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .estimate-popup-modal h2 {
    font-size: 1.5rem;
  }
}
.estimate-popup-modal p {
  color: #707070;
  margin: 0;
  line-height: 1.25;
  max-width: 45ch;
}
.estimate-popup-modal input#gform_submit_button_2 {
  background: linear-gradient(180deg, #FF3F37 0%, #C70800 119.05%);
  color: #fff;
  padding: 0.75rem;
  width: 100%;
  text-align: center;
  border-radius: 100vw;
  margin-top: 1rem;
  font-weight: 600;
  border: none;
}
.estimate-popup-modal input#gform_submit_button_2:hover {
  filter: brightness(1.1);
  transform: scale(1.03);
}
.estimate-popup-modal .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.estimate-popup-modal .gfield {
  margin-top: 1.25rem;
  width: 100%;
}
.estimate-popup-modal #field_2_4,
.estimate-popup-modal #field_2_5 {
  width: calc(50% - 8px);
}
.estimate-popup-modal input,
.estimate-popup-modal select,
.estimate-popup-modal textarea {
  background: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 0.5rem;
  margin-top: 5px;
}
.estimate-popup-modal textarea {
  height: 5em;
  resize: vertical;
}

.estimate-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #707070 !important;
  padding: 0;
  background-color: unset !important;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estimate-popup-close:hover {
  color: var(--color-red) !important;
}

.popup-contact {
  display: flex;
  gap: 24px;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .popup-contact {
    display: none;
  }
}
.popup-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
.popup-contact svg {
  height: 16px;
  width: 16px;
  color: var(--color-red);
}

.gfield_description {
  color: #707070;
  line-height: 1;
  margin: 5px 0;
}

.gform_required_legend {
  display: none;
}

.gfield_required_asterisk {
  color: var(--color-red);
}

label.gfield_label.gform-field-label {
  font-size: 0.85rem;
  font-weight: 500 !important;
  line-height: 1;
  gap: 0.5rem;
  display: flex;
  margin: 0 0 0.15rem !important;
}

.vrc-faqs.service-faqs {
  --row-bg-color: #f7f7f7;
  background-color: var(--row-bg-color);
  padding: 6em 5rem 7em;
}
@media only screen and (max-width: 999px) {
  .vrc-faqs.service-faqs {
    padding: 3rem 0 0;
  }
}
.vrc-faqs.service-faqs img {
  border-radius: 1.5rem;
}
.vrc-faqs.service-faqs .subtitle {
  margin-bottom: 1.5rem;
}

.vrc-faqs__inner {
  max-width: 100%;
  margin-inline: auto;
}

.vrc-faqs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
@media only screen and (max-width: 999px) {
  .vrc-faqs__row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  .vrc-faqs__row:not(.vrc-faqs__row--no-media) .vrc-faqs__media {
    position: sticky;
    top: var(--header-height-offset, 100px);
    align-self: start;
  }
}
.vrc-faqs__row[data-layout=image_right] .vrc-faqs__media {
  order: 2;
}
.vrc-faqs__row[data-layout=image_right] .vrc-faqs__content {
  order: 1;
}
.vrc-faqs__row--no-media {
  grid-template-columns: 1fr;
}

.vrc-faqs__media .hover-wrap-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.vrc-faqs.service-faqs .toggles {
  margin-top: 3rem;
}
.vrc-faqs.service-faqs .toggle {
  border-top: 1px solid #C0C0C0;
}
.vrc-faqs.service-faqs .toggle > .toggle-title {
  position: relative;
  z-index: 10;
  font-size: 12px;
  font-family: var(--font-family-body);
  color: var(--color-text-body);
}
.vrc-faqs.service-faqs .toggle > .toggle-title a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 14px 16px 43px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.045);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.vrc-faqs.service-faqs .toggle > div {
  border-top: 0;
  background-color: #fff;
  padding: 0;
  display: none;
}
.vrc-faqs.service-faqs .toggle > div .wpb_wrapper {
  margin: 0;
}
.vrc-faqs.service-faqs .toggle[data-inner-wrap=true] > div {
  transition: max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}
@media only screen and (max-width: 999px) {
  .vrc-faqs.service-faqs .accordion .toggle[data-inner-wrap=true] > div {
    -webkit-transition: none;
    transition: none;
  }
}
.vrc-faqs.service-faqs .toggle[data-inner-wrap=true].open > div {
  pointer-events: all;
}
.vrc-faqs.service-faqs .toggle[data-inner-wrap=true] > div,
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle[data-inner-wrap=true] > div {
  padding: 0;
}
.vrc-faqs.service-faqs .toggle[data-inner-wrap=true] > div .inner-toggle-wrap {
  padding: 0 0 2rem !important;
  font-size: 14px;
  color: #707070;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle.open > .toggle-title a,
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a {
  background-color: transparent;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > div {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 0 30px 0;
  background-color: transparent;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a {
  position: relative;
  padding-left: 40px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  padding: 24px 0 24px 40px;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a .vrc-faq__q-title-wrap {
  display: inline-block;
  width: calc(100% - 40px);
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a .vrc-faq__q-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a .vrc-faq__q-icon.vrc-faq__q-icon--state {
  right: 0;
  left: auto;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a .vrc-faq__q-icon.vrc-faq__q-icon--state-closed {
  display: block;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle > .toggle-title a .vrc-faq__q-icon.vrc-faq__q-icon--state-open {
  display: none;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle.open > .toggle-title a .vrc-faq__q-icon.vrc-faq__q-icon--state-closed {
  display: none;
}
.vrc-faqs.service-faqs div[data-style*=minimal] .toggle.open > .toggle-title a .vrc-faq__q-icon.vrc-faq__q-icon--state-open {
  display: block;
}

body div#header-outer,
body #header-outer[data-transparent-header=true].transparent {
  max-width: calc(100% - 3rem);
  margin: auto;
  background: #ffffff !important;
  padding: 0 1rem 0 2rem;
  border-radius: 40px;
  position: fixed;
  left: 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
  body div#header-outer,
  body #header-outer[data-transparent-header=true].transparent {
    padding: 0 1rem;
    border-radius: 0.5rem;
  }
}

#header-outer #logo,
#header-outer .logo-clone,
#header-outer .logo-spacing {
  margin: 16px 0;
}

#header-outer.transparent #top nav > ul > li > a,
#header-outer.transparent #top nav > .sf-menu > li > a,
#top nav > ul > li > a,
.pull-left-wrap > ul > li > a {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  letter-spacing: -0.36px !important;
}

#top #logo .starting-logo {
  display: none;
}

#header-outer[data-transparent-header=true] #top #logo img.stnd {
  opacity: 1 !important;
}

body:not([data-header-format=left-header]) #header-outer .sf-menu li ul {
  background: #fff !important;
}

body:not([data-header-format=left-header]) #header-outer .sf-menu li ul li a {
  color: #000;
  font-size: 16px;
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul li:hover > a {
  color: #C70800;
}

#top a svg {
  width: 18px;
  height: 18px;
  transition: color 0.3s ease;
}
#top a:hover svg {
  color: var(--color-red);
}

li#emailus-btn {
  margin: 0 !important;
  padding-left: 1.5rem;
}
li#emailus-btn a {
  background: #EBEBEB;
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 !important;
  transition: all 0.3s ease;
}
li#emailus-btn a svg path {
  transition: fill 0.3s ease;
}
li#emailus-btn a:hover svg path {
  fill: var(--color-red);
}

#estimate-call-btn .dual-cta {
  background: #EBEBEB;
  color: #000000;
  padding: 0;
}
#estimate-call-btn .dual-cta a {
  color: #000000;
  font-size: 16px;
}
#estimate-call-btn .dual-cta a.dual-left-btn {
  padding-left: 1.25rem;
  margin-right: 0;
}
#estimate-call-btn .dual-cta a.dual-right-btn {
  color: #fff;
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > li {
  margin: 0 8px;
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a .menu-title-text:after,
#header-outer[data-lhe=animated_underline].transparent #top nav > ul > li > a .menu-title-text:after,
#header-outer.transparent #top nav > ul > li[class*=button_bordered] > a:before,
#header-outer.transparent .nectar-mobile-only.mobile-header li a .menu-title-text:after {
  border-color: var(--color-red) !important;
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a {
  background-color: transparent !important;
}

ul.sub-menu.tracked-pos {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a {
  font-size: 14px;
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover {
  background-color: transparent !important;
  color: var(--color-red);
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
  font-family: var(--font-family-heading) !important;
  opacity: 1;
}

.services-hero .vc_col-sm-5, .services-hero--content,
.hero .vc_col-sm-5,
.hero--content {
  padding-block: calc(var(--header-height-offset) + 5rem) !important;
  padding-inline: 3rem !important;
  padding-bottom: calc(var(--header-height-offset) + 0rem) !important;
}
@media (max-width: 768px) {
  .services-hero .vc_col-sm-5, .services-hero--content,
  .hero .vc_col-sm-5,
  .hero--content {
    padding-block: calc(var(--header-height-offset) + 3rem) !important;
    padding-inline: 2rem !important;
  }
}
@media (max-width: 768px) {
  .services-hero .vc_col-sm-5, .services-hero--content,
  .hero .vc_col-sm-5,
  .hero--content {
    padding-block: calc(var(--header-height-offset) + 2rem) !important;
    padding-inline: 1.5rem !important;
  }
}
.services-hero h1.title-h1,
.hero h1.title-h1 {
  color: #393536;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.07rem;
  margin: 1rem 0 2rem;
}

.vrc-page-header {
  overflow: hidden;
}
.vrc-page-header .vrc-page-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 0;
}
.vrc-page-header .vrc-page-header__col--content {
  flex: 0 0 40%;
  min-width: 0;
}
.vrc-page-header .vrc-page-header__col--media {
  flex: 0 0 60%;
  min-width: 0;
}
.vrc-page-header .vrc-page-header__col--media .bg-cover {
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}
.vrc-page-header .vrc-page-header__col--media .bg-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vrc-page-header .vrc-page-header__col--media {
  /* Map (contact page): replaces image in right 60% */
}
.vrc-page-header .vrc-page-header__col--media .vrc-page-header__map {
  height: 100%;
  min-height: 280px;
  width: 100%;
  background: #f2f2f2;
}
.vrc-page-header .vrc-page-header__col--media {
  /* Softer, lighter map (Leaflet + Protomaps or OSM fallback) */
}
.vrc-page-header .vrc-page-header__col--media .vrc-page-header__map .leaflet-container {
  filter: brightness(1.1) saturate(0.78) contrast(0.98);
}
.vrc-page-header .vrc-page-header__col--media:has(.vrc-page-header__map) {
  min-height: 320px;
}
.vrc-page-header .vrc-page-header-cta {
  margin-top: 2rem;
}
.vrc-page-header .vrc-page-header-cta .dual-cta {
  background: #fff;
}
@media (max-width: 768px) {
  .vrc-page-header .vrc-page-header__col--content,
  .vrc-page-header .vrc-page-header__col--media {
    flex: 0 0 100%;
  }
  .vrc-page-header .vrc-page-header__col--media {
    order: -1;
  }
}
.vrc-page-header--centered .vrc-page-header__row {
  justify-content: center;
  text-align: center;
}
.vrc-page-header--centered .vrc-page-header__col--content {
  flex: 0 0 100%;
  max-width: 720px;
  margin: 0 auto;
}
.vrc-page-header--centered .vrc-page-header__col--content .title-h1 {
  margin-left: auto;
  margin-right: auto;
}
.vrc-page-header--centered .vrc-page-header__col--content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 52ch;
}

.footer-logo {
  max-width: 330px !important;
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 100% !important;
  }
}

.footer-about .vc_column-inner {
  background: #fff;
  padding: 42px;
  border-radius: 1rem;
}
.footer-about .wpb_text_column.wpb_content_element {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 768px) {
  .footer-about p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
  }
}
@media (max-width: 768px) {
  .footer-about {
    margin-bottom: 4rem !important;
  }
}

.footer-contact {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-contact {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.footer-contact img {
  width: 18px;
  height: 18px;
  display: inline-block;
  object-fit: contain;
  flex: 0 0 18px;
}
.footer-contact .footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-contact + p {
  color: #707070;
}
@media (max-width: 768px) {
  .footer-contact span.link-separator {
    display: none;
  }
}

.footer-menu h2.widgettitle {
  font-size: 12px;
  font-family: var(--font-family-body) !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 10%;
  line-height: 1.2;
}
.footer-menu ul.menu {
  margin-top: 32px;
}
.footer-menu ul li {
  list-style: none;
  line-height: 1;
  padding: 0.5rem 0;
}
.footer-menu ul li a {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #231F20;
  line-height: 1;
}
.footer-menu #menu-footer-menu a {
  font-family: var(--font-family-heading);
  font-size: 1.35rem;
}

.company-menu.footer-menu ul li a {
  font-size: 16px;
}

.footer-bottom {
  font-size: 12px;
  color: #707070;
}
@media (max-width: 768px) {
  .footer-bottom .wpb_column {
    margin: 0;
  }
}
.footer-bottom ul li {
  list-style: none;
}
.footer-bottom ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .widget_nav_menu {
    margin-bottom: 20px;
  }
}

.footer-wrap .row-bg.using-image {
  background-size: contain;
}

.hero-sm-cta-wrap {
  background: #fff;
  margin-top: -100px;
  padding-bottom: 40px !important;
  z-index: 5;
  position: relative;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.hero-sm-cta-wrap a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.hero-sm-cta-wrap a img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
.hero-sm-cta-wrap .hero-estimate a {
  margin-top: -54px;
  font-weight: 600;
}

.vrc-services-breakdown {
  margin: 5rem var(--page-gutter) !important;
}
@media (max-width: 768px) {
  .vrc-services-breakdown {
    margin: 2rem var(--page-gutter) !important;
  }
}
.vrc-services-breakdown__header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 4rem;
}
.vrc-services-breakdown__header h3 {
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .vrc-services-breakdown__header h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .vrc-services-breakdown__header {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.vrc-services-breakdown .vrc-services-intro {
  max-width: 475px;
}
.vrc-services-breakdown .home-service-boxes {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
}
.vrc-services-breakdown .home-service-boxes:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .vrc-services-breakdown .home-service-boxes {
    margin-top: 2rem;
  }
  .vrc-services-breakdown .home-service-boxes:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.vrc-services-breakdown .home-service-boxes--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .vrc-services-breakdown .home-service-boxes--cols-3 {
    grid-template-columns: 1fr;
  }
}
.vrc-services-breakdown .home-service-boxes--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .vrc-services-breakdown .home-service-boxes--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .vrc-services-breakdown .home-service-boxes--cols-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-service-boxes {
    margin-top: 2rem;
  }
}
.home-service-boxes .vc_column-inner {
  min-height: 275px;
  display: grid;
  align-items: end;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-service-boxes .vc_column-inner {
    min-height: unset;
  }
}
.home-service-boxes .column-image-bg {
  background-size: cover;
}

.service-box-title {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1%;
  line-height: 1.1;
}
.service-box-title:hover {
  color: #fff;
}
.service-box-title span {
  display: flex;
  width: 2rem;
  height: 2rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  background: #FFF;
}
@media (max-width: 768px) {
  .service-box-title span {
    border-radius: 0.375rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
  }
}
.service-box-title span svg {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #000;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .service-box-title span svg {
    color: #fff;
  }
}

.service-box-content {
  padding: 1.5rem 1.5rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
  .service-box-content {
    backdrop-filter: none;
    background: linear-gradient(to right, rgb(57, 53, 54) 25%, transparent);
  }
}

.service-excerpt {
  max-width: 30ch;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s cubic-bezier(0.25, 0, 0.2, 1), opacity 0.6s ease;
  line-height: 1.25;
  margin: 0.5rem 0 !important;
}
@media (max-width: 768px) {
  .service-excerpt {
    max-height: none;
    opacity: 1;
    transition: none;
    font-size: 14px;
    max-width: 100%;
  }
}

.home-service-boxes .vc_column-inner:hover .service-excerpt {
  max-height: 10em;
  opacity: 1;
  max-width: 30ch;
}
.home-service-boxes .vc_column-inner:hover svg {
  color: var(--color-red) !important;
}

@media (max-width: 768px) {
  .home-services h3 {
    font-weight: 500;
    font-size: 2.7rem;
    line-height: 1;
  }
}

.view-work-top {
  background: var(--color-red);
  color: #fff;
  border-radius: 1.5rem !important;
  position: relative;
  padding: 3rem 3rem 300px;
  background-image: url(/wp-content/uploads/2026/03/branding-shadow-bg-red.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 768px) {
  .view-work-top {
    padding: 2.5rem 2rem 130px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    border-radius: 0 !important;
  }
  .view-work-top h2 {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .view-work-top {
    padding: 2rem 1.5rem 130px;
    gap: 1.5rem;
  }
}
.view-work-top .view-work-top__text {
  max-width: 80ch;
}
.view-work-top .view-work-top__text p {
  max-width: 60ch;
}
@media (max-width: 768px) {
  .view-work-top .view-work-top__text {
    max-width: 100%;
  }
}
.view-work-top a {
  white-space: nowrap;
}
.view-work-top h2 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .view-work-top h2 {
    font-size: 2.75rem;
  }
}

.cta-btn-stack {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cta-btn-stack .estimate-btn {
  display: block;
  background: linear-gradient(180deg, #FF3F37 0%, #C70800 119.05%);
  padding: 18px 32px;
  border-radius: 100px;
  border: 6px solid #fff;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 92%;
  text-align: center;
  cursor: pointer;
}
.cta-btn-stack .cta-call-btn {
  color: #231F20;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1%;
  display: inline-flex;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  padding: 13px 20px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.cta-btn-stack .cta-call-btn img {
  object-fit: contain;
  width: 20px !important;
}

.project-get-in-touch {
  margin-left: 2%;
  margin-right: 2%;
}

.project-content-section {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .project-content-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  #ajax-content-wrap .vc_row.project-get-in-touch.left_padding_5rem > .row_col_wrap_12 {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .wpb_row:has(.vrc-testimonials) .no-extra-padding {
    padding-inline: 0 !important;
  }
}

.vrc-testimonials {
  margin-inline: var(--page-gutter);
  margin-block: 5rem;
  width: calc(100% - var(--page-gutter) * 2);
  background: url(/wp-content/uploads/2026/03/a158c5ec34b10e6779fbf16c3dd500ad88277b9d.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .vrc-testimonials {
    background-attachment: scroll;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
}
.vrc-testimonials .vrc-testimonials__card {
  position: relative;
}
.vrc-testimonials .vrc-testimonials__card .row-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.vrc-testimonials .vrc-testimonials__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.vrc-testimonials .vrc-testimonials__left {
  flex: 1 1 300px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .vrc-testimonials .vrc-testimonials__left {
    flex: 0 0 100%;
  }
}
.vrc-testimonials .vrc-testimonials__left .vrc-testimonials__cta {
  margin-top: auto;
}
.vrc-testimonials .vrc-testimonials__right {
  flex: 0 1 477px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 768px) {
  .vrc-testimonials .dual-cta {
    display: none;
  }
}
@media (max-width: 768px) {
  .vrc-testimonials {
    margin-block: 3rem;
  }
  .vrc-testimonials .vrc-testimonials__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .vrc-testimonials .vrc-testimonials__right {
    align-items: center;
    flex: 0 0 100%;
  }
}

.section-testimonial-inner {
  padding: 0 5rem 5rem !important;
}
@media (max-width: 768px) {
  .section-testimonial-inner {
    padding: 0 3rem 3rem !important;
  }
}
@media (max-width: 768px) {
  .section-testimonial-inner {
    padding: 0 1.5rem 2rem !important;
  }
}
.section-testimonial-inner .vc_col-sm-6:nth-child(1) .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-testimonial-inner .vc_col-sm-6:nth-child(1) .wpb_wrapper .wpb_raw_code:last-child {
  margin-top: auto;
}

.section-testimonial-bg {
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 4.5rem 3rem !important;
}
@media (max-width: 768px) {
  .section-testimonial-bg {
    padding: 2.5rem 1.5rem !important;
    border-radius: 0;
  }
}
.section-testimonial-bg .row_col_wrap_12_inner {
  padding: 0 !important;
}
.section-testimonial-bg .row-bg {
  background: linear-gradient(90deg, rgba(35, 31, 32, 0.6) 0%, rgba(35, 31, 32, 0.8) 100%);
}
.section-testimonial-bg h2 {
  color: #fff;
  font-size: 2.75rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  font-weight: 500;
  max-width: 20ch;
}
@media (max-width: 768px) {
  .section-testimonial-bg h2 {
    font-size: 2.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .section-testimonial-bg h2 {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section-testimonial .subtitle {
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section-testimonial h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .section-testimonial h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem !important;
  }
}

.tm-testimonial-slider {
  max-width: 477px;
  background-color: #EBEBEB;
  border-radius: 1rem;
  padding: 40px;
  position: relative;
  background-image: url(/wp-content/uploads/2026/03/testimonial-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .tm-testimonial-slider {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .tm-testimonial-slider {
    padding: 2rem 1.25rem;
    border-radius: 0.75rem;
  }
}

.tm-slider-wrapper {
  position: relative;
}

.tm-slide {
  display: none;
}
.tm-slide.active {
  display: block;
}

.tm-stars {
  color: var(--color-red);
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tm-stars {
    margin-bottom: 4rem;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .tm-stars {
    margin-bottom: 2.5rem;
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.tm-text {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -1%;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .tm-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tm-text {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
}

.tm-author {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .tm-author {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .tm-author {
    font-size: 1.15rem;
  }
}

.tm-location {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10%;
  color: #707070;
}
@media (max-width: 768px) {
  .tm-location {
    font-size: 11px;
  }
}

.testimonial-content-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .testimonial-content-controls {
    margin: 0 auto;
  }
}

.testimonial-ctrl-arrow {
  background: none !important;
  border: none;
  cursor: pointer;
  padding: 0;
}
.testimonial-ctrl-arrow svg {
  display: block;
  width: 2.4375rem;
  height: 0.68563rem;
  transition: color 0.3s ease;
  color: #fff;
}
.testimonial-ctrl-arrow:hover svg {
  color: var(--color-red);
}

.testimonial-ctrl-pagination {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .get-in-touch {
    text-align: center;
  }
}
.get-in-touch .vrc-get-in-touch__background {
  background-size: contain;
  background-position: 220px 0px !important;
}
@media (max-width: 768px) {
  .get-in-touch .subtitle {
    margin: 0 auto;
  }
}
.get-in-touch h2 {
  color: #fff;
  line-height: 1;
  max-width: 565px;
  margin-top: 30px;
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .get-in-touch h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .get-in-touch .dual-cta {
    position: relative;
    flex-direction: column;
    width: calc(100vw - 4rem);
  }
}
@media (max-width: 768px) {
  .get-in-touch .dual-cta a,
  .get-in-touch .dual-cta a span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .get-in-touch .dual-cta a[href^="tel:"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%) translateY(calc(100% + 0rem));
    background-color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0 0 10px 10px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .get-in-touch .dual-cta small {
    display: none;
  }
}

.vrc-get-in-touch {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vrc-get-in-touch__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.vrc-get-in-touch__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 5rem;
  padding-right: clamp(1rem, 3vw, 3rem);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .vrc-get-in-touch__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.vrc-get-in-touch__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .vrc-get-in-touch__grid {
    grid-template-columns: 1fr;
  }
}

.vrc-get-in-touch__cta {
  min-width: 0;
}

.vrc-get-in-touch__col-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  height: 100%;
}

.vrc-get-in-touch__marquees {
  --vrc-marquee-viewport-height: clamp(280px, 48vh, 560px);
  --vrc-marquee-gap: 1.5rem;
  --vrc-marquee-col-gap: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--vrc-marquee-col-gap);
  width: 100%;
  transform: translateX(3rem);
}
@media (max-width: 768px) {
  .vrc-get-in-touch__marquees {
    flex-direction: column;
    margin-top: 3rem;
    transform: none;
  }
}

.vrc-get-in-touch__marquees--single {
  flex-direction: column;
  transform: translateX(0);
}
.vrc-get-in-touch__marquees--single .vrc-service-marquee {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}

.vrc-service-marquee {
  --vrc-marquee-duration: 40s;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
}

.vrc-service-marquee__viewport {
  overflow: hidden;
  width: 100%;
  height: var(--vrc-marquee-viewport-height);
}

.vrc-service-marquee--down .vrc-service-marquee__viewport {
  transform: scaleY(-1);
}

.vrc-service-marquee__track {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--vrc-marquee-gap);
  width: 100%;
  height: max-content;
  animation: vrc-service-marquee-y linear infinite;
  animation-duration: var(--vrc-marquee-duration);
  will-change: transform;
}

@keyframes vrc-service-marquee-y {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes vrc-service-marquee-x-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes vrc-service-marquee-x-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
.vrc-service-marquee__item {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.vrc-service-marquee__item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.vrc-service-marquee--down .vrc-service-marquee__item img {
  transform: scaleY(-1);
}

@media (max-width: 768px) {
  .vrc-service-marquee {
    flex: 1 1 auto;
    width: 100%;
  }
  .vrc-service-marquee__viewport {
    width: 100%;
    height: auto;
    min-height: clamp(120px, 32vw, 200px);
  }
  .vrc-service-marquee--down .vrc-service-marquee__viewport {
    transform: none;
  }
  .vrc-service-marquee__track {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    height: auto;
    min-height: 0;
    animation: vrc-service-marquee-x-left linear infinite;
    animation-duration: var(--vrc-marquee-duration);
  }
  .vrc-service-marquee--up .vrc-service-marquee__track {
    animation-name: vrc-service-marquee-x-right;
  }
  .vrc-service-marquee__item {
    flex: 0 0 auto;
    width: clamp(120px, 44vw, 200px);
    aspect-ratio: 4/3;
    height: auto;
  }
  .vrc-service-marquee--down .vrc-service-marquee__item img {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vrc-service-marquee__track {
    animation: none;
    transform: none;
  }
  .vrc-service-marquee--down .vrc-service-marquee__viewport {
    transform: none;
  }
  .vrc-service-marquee--down .vrc-service-marquee__item img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .vc_row:has(.vrc-project-gallery) .no-extra-padding {
    padding-inline: 0 !important;
  }
}

.rg-gallery {
  column-count: 2;
  column-gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .rg-gallery {
    margin-top: 6rem !important;
  }
}

.rg-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 1.5rem;
  position: relative;
}
.rg-item img {
  width: 100%;
  height: auto;
  display: block;
}

.rg-gallery .rg-item:nth-child(1) {
  height: 300px;
  margin-bottom: -20px;
  overflow: visible;
}
.rg-gallery .rg-item:nth-child(1) img {
  object-fit: cover;
  height: 100% !important;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 768px) {
  .rg-gallery .rg-item:nth-child(1) img {
    border-radius: 0 1rem 1rem 0;
  }
}

.rg-gallery .rg-item:nth-child(2) {
  margin-top: 40px;
  overflow: visible;
  margin-bottom: 0;
}
.rg-gallery .rg-item:nth-child(2) img {
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 768px) {
  .rg-gallery .rg-item:nth-child(2) img {
    border-radius: 0 1rem 0 0;
  }
}

.rg-gallery .rg-item:nth-child(3) {
  height: 40%;
  overflow: visible;
}
.rg-gallery .rg-item:nth-child(3) img {
  border-radius: 0 0 0 1rem;
}
@media (max-width: 768px) {
  .rg-gallery .rg-item:nth-child(3) img {
    border-radius: 1rem 0 0 1rem;
  }
}

.rg-gallery .rg-item:nth-child(4) {
  overflow: visible;
  height: 300px;
  margin-bottom: -20px;
}
.rg-gallery .rg-item:nth-child(4) img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem 0 0 0;
}
