/*
Theme Name: Blocks Child
Theme URI: https://criterionb.com/
Author: Team CriterionB.
Author URI: https://criterionb.com/
Description: Gutenberg Compatible theme for PixelKiosk
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Template: core-blocks

*/

@font-face {
    font-family: 'SCHABO Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('SCHABO Condensed'), url('../blocks-child/webfonts/SCHABO-Condensed.woff') format('woff');
}


:root {
    /* ================= Custom Colors ================= */
    --light-bg-color: #D7D1C333;
    --light-gery-color: #AEA58F;
    --primary-hover-color: color-mix(in srgb, var(--primary-color) 85%, #ffffff 15%);
    --secondary-hover-color: color-mix(in srgb, var(--secondary-color) 85%, #ffffff 15%);
    --accent-hover-color: color-mix(in srgb, var(--accent-color) 85%, #ffffff 15%);
    --tertiary-hover-color: color-mix(in srgb, var(--tertiary-color) 85%, #ffffff 15%);

    /* ================= Container Width ================= */
    --container-small: 1090px;
    --container-default: 1356px;
    --container-large: 1690px;
    --container-edge: 100%;
    --header-offset: 96px;

    /* ================= Fonts ================= */
    --body-font: "Barlow", Arial, Helvetica, sans-serif;
    --heading-font: "SCHABO Condensed", Arial, Helvetica, sans-serif;
    --subheading-font: "Barlow Condensed", Arial, Helvetica, sans-serif;


    /* ================= Typography Scale ================= */
    /* Body */
    --fs-body: clamp(15px, 1.2vw, 20px);
    --lh-body: clamp(25px, 2vw, 33px);

    /* Subtitle */
    --fs-subtitle: clamp(21px, 1.8vw, 25px);
    --lh-subtitle: clamp(21.6px, 2vw, 29px);
    --ls-subtitle: 0.1em;

    /* Section Title (Default Block Title = H2) */
    --fs-title: clamp(45px, 4.2vw, 70px);
    --lh-title: clamp(45px, 4.2vw, 70px);

    /* Small headings (H4–H6) */
    --fs-btn: clamp(16px, 1.3vw, 22px);
    --lh-btn: clamp(28px, 2.2vw, 36px);

    /* Title Medium */
    --fs-medium: clamp(16px, 2.3vw, 35px);
    --lh-medium: clamp(22.6px, 2.5vw, 40px);
    --ls-medium: 0.1em;


    /* ================= Heading Hierarchy ================= */

    /* Hero (H1) */
    --fs-hero-title: clamp(60px, 5vw, 90px);
    --lh-hero-title: 1.05;

    /* Subsection (H3) */
    --fs-subsection-title: clamp(32px, 2.5vw, 45px);
    --lh-subsection-title: 1.2;

    /* Small headings (H4–H6) */
    --fs-small-heading: clamp(22px, 1.8vw, 28px);
    --lh-small-heading: 1.3;


    /* ================= Spacing Scale ================= */
    --space-xs: 10px;
    --space-sm: 20px;
    --space-md: clamp(30px, 3vw, 40px);
    --space-lg: clamp(40px, 5vw, 80px);

    /* ================= Motion System ================= */
    --ease-standard: cubic-bezier(.4, 0, .2, 1);
    --ease-smooth: cubic-bezier(.22, 1, .36, 1);
    --transition-fast: 0.2s var(--ease-standard);
    --transition-medium: 0.35s var(--ease-smooth);
    --transition-slow: 0.6s var(--ease-smooth);

    /* Legacy token aliases used by existing selectors */
    --font-body: var(--body-font);
    --body-size: var(--fs-body);
    --color-text-light: var(--light-text-color);
    --text-dark: var(--dark-text-color);
    --light-color-color: var(--light-text-color);
    --dark-color: var(--dark-text-color);
    --border-radius: 0px;

}


/* Global Box Sizing & Tap Highlight Removal */
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

/* Global Body Styling */
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: var(--dark-text-color);
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url(../core-blocks/assets/icons/icon-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    font-family: var(--font-body);
    font-size: var(--body-size);
    color: var(--color-text-light);
    border: 1px solid #444;
    padding: 14px 23px;
    padding-right: 46px;
    border-radius: 6px;
}

/* Structural Elements */
header,
footer,
main,
section,
article {
    container-type: inline-size;
}

h1.section-heading,
.section-heading h2 {
    font-family: var(--heading-font);
    font-size: clamp(45px, 6vw, 85px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.03em;
}

p,
li {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: clamp(25px, 2vw, 33px);
    text-wrap: pretty;
    letter-spacing: 0;
}

p:empty {
    display: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    text-wrap: balance;
    margin: 0 0 15px;
}

.hero-type-inner1 .hero-container {
    text-align: left;
    padding: 0;
}

.hero-type-inner1 .hero_title {
    margin-bottom: 20px;
}

.hero-type-inner1 .hero_subtitle {
    color: var(--light-text-color);
}

.hero-text-light .hero-container .hero-content .hero_subtitle,
.hero-text-light .hero-container .hero-content .hero_title,
.hero-text-light .hero-container .hero-content .hero-paragraphs p {
    color: var(--light-text-color);
}

.hero-text-dark .hero-container .hero-content .hero_subtitle {
    color: var(--dark-text-color);
}

.hero-text-dark .hero-container .hero-content h1.hero_titl{
    text-transform: uppercase;
}

section#hero.hero-banner .hero-container .hero-content.content-container .hero-content-outer {
    max-width: 80%;
}

.inner-hero-block .hero-container {
    height: 100%;
}

.inner-hero-block .hero-container .hero-content h1.hero_title {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: clamp(49px, 4.8vw, 90px);
    line-height: clamp(52px, 5vw, 86px);
    color: var(--light-color-color);
    text-wrap: unset;
}

.inner-hero-block .hero-container .hero-content h1.hero_title span.project-name {
    font-family: var(--heading-font);
    display: block;
}

.inner-hero-block .hero-container .hero-content h1.hero_title span.project-location {
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
}

section#hero.hero-banner .hero-container .hero-content.content-container .hero-content-outer h2.hero_subtitle {
    max-width: 690px;
    line-height: clamp(24px, 2vw, 28px);
}

.inner-hero-block .hero-container .hero-content .hero_subtitle,
.hero-type-home .hero-container .hero-content .hero_subtitle {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 500;
    font-size: clamp(18px, 1.2vw, 20px);
    line-height: clamp(27px, 2vw, 38px);
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.hero-container .hero-content .hero-paragraphs p {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: clamp(25px, 2vw, 33px);
    text-wrap: pretty;
    letter-spacing: 0;
}

body:not(.home) section.block-type-hero,
body:not(.home) section.block-type-hero .inner-hero-block,
body:not(.home) .hero-type-inner3.hero-image-style-square .hero-container,
.block-type-hero .hero-image-style-square .hero-container .hero-content.content-container {
    min-height: 600px;
    height: 72vh;
}

body .block-type-hero .hero-image-style-square .hero-container .hero-content.content-container {
    display: flex;
    justify-content: center;
    padding-top: clamp(70px, 6.5vw, 200px);
}

.block-type-hero .hero-type-inner3.hero-image-style-square .hero-content .hero-content-outer {
    padding-top: 50px;
}

section.sayan-stamp .square-layout .square-edge-image::after {
    content: "";
    position: absolute;
    bottom: -3vw;
    right: -4vw;
    width: 100%;
    max-width: 30vw;
    height: 100%;
    max-height: 30vw;
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/02/SayanConstruction_Lockups_Circular_White_300dpi.png') no-repeat;
    background-size: contain;
    opacity: 0.2;
}

/* ================================
   Core Blocks Typography
   ================================ */
/* Block Title */
.block-title,
.block-title span {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 clamp(40px, 5vw, 80px);
    color: var(--primary-color);
}

/* Subtitle (Generic + Blog Subtitle Shared Style) */
.block-subtitle,
.blog-block-subtitle {
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: var(--space-lg);
}

/* Paragraph Wrapper */
.block-paragraphs,
.block-paragraphs p {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    letter-spacing: 0;
    text-wrap: pretty;
    margin-bottom: 20px;
}

h1.block-title {
    font-size: var(--fs-hero-title);
    line-height: var(--lh-hero-title);
}

h2.block-title {
    font-size: var(--fs-title);
    line-height: var(--lh-title);
}

h3.block-title {
    font-size: var(--fs-subsection-title);
    line-height: var(--lh-subsection-title);
}

h4.block-title,
h5.block-title,
h6.block-title {
    font-size: var(--fs-small-heading);
    line-height: var(--lh-small-heading);
}


/* Last Paragraph remove bottom gap */
.block-paragraphs p:last-child {
    margin-bottom: 0;
}


/* Spacing Utilities */
.p0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-block: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ptb-l {
    padding-block: clamp(100px, 12vw, 150px);
}

.pt-l {
    padding-top: clamp(100px, 12vw, 150px);
}

.pb-l {
    padding-bottom: clamp(100px, 12vw, 150px);
}

.ptb-m {
    padding-block: clamp(60px, 8vw, 100px);
}

.pt-m {
    padding-top: clamp(60px, 8vw, 100px);
}

.pb-m {
    padding-bottom: clamp(60px, 8vw, 100px);
}

.ptb-s {
    padding-block: clamp(30px, 5vw, 50px);
}

.pt-s {
    padding-top: clamp(30px, 5vw, 50px);
}

.pb-s {
    padding-bottom: clamp(30px, 5vw, 50px);
}

.mtb-0 {
    margin-block: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}


.container,
.container-small,
.container-large,
.container-edge {
    width: 90%;
    display: block;
    max-width: var(--container-default);
    margin-inline: auto;
    position: relative;
}

/* Specific sizes */
.container-small {
    width: 70%;
    max-width: var(--container-small);
}

.container {
    max-width: var(--container-default);
}

.container-large {
    max-width: var(--container-large);
}

.container-edge {
    width: 100%;
    max-width: var(--container-edge);
}

/* Padding */

.content-block.block-padding-small {
    padding-top: clamp(30px, 5vw, 70px);
    padding-bottom: clamp(30px, 5vw, 70px);
}

.content-block.block-padding-medium {
    padding-top: clamp(40px, 6vw, 100px);
    padding-bottom: clamp(40px, 6vw, 100px);
}

.content-block.block-padding-large {
    padding-top: clamp(50px, 7vw, 150px);
    padding-bottom: clamp(50px, 7vw, 150px);
}

.content-block.home-hero {
    padding-top: clamp(40px, 7.5vw, 250px);
    padding-bottom: clamp(40px, 9vw, 350px);
}




/* Background Colors */
.light-bg {
    background-color: var(--light-bg-color);
}

/* Text Alignment */
section.text-align-center {
    text-align: center;
}

section.text-align-left {
    text-align: left;
}

section.text-align-right {
    text-align: right;
}

/* Colors */
.text-color-dark {
    color: var(--dark-text-color);
}

.text-color-light {
    color: var(--light-text-color);
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.accent-color {
    color: var(--accent-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.bg-secondary-light {
    background-color: rgba(227, 231, 255, 0.34);
}

.bg-accent {
    background-color: var(--accent-color);
}

/* Button Styles */
/* Button Overrides (safe + consistent) */
a.btn {
    font-family: var(--subheading-font);
    font-size: var(--fs-btn);
    font-weight: 700;
    letter-spacing: 0.02em;
    /* subtle but valid */
    padding: clamp(10px, 1.2vw, 14px) clamp(10px, 2.5vw, 40px);
    text-transform: uppercase;
}

/* Fix arrow scaling — clean clamp */
a.btn::before {
    width: clamp(20px, 2vw, 28px);
    height: clamp(13px, 1.2vw, 20px);
}

.btn-primary a,
.btn-secondary a,
.btn-accent a {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary a {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(0);
    box-shadow: none;
    transition: transform var(--transition-medium),
        box-shadow var(--transition-medium),
        background-color var(--transition-medium);
}

.btn-primary a:hover,
.btn-primary a:focus-visible {
    background-color: var(--accent-color);
    color: var(--primary-color);
}

.btn-secondary a {
    background: var(--secondary-color);
    color: #fff;
    transition: transform var(--transition-medium),
        box-shadow var(--transition-medium),
        background-color var(--transition-medium);
}

.btn-accent a {
    background: var(--accent-color);
    color: var(--primary-color);
    transition: transform var(--transition-medium),
        box-shadow var(--transition-medium),
        background-color var(--transition-medium);
}

.btn-accent a:hover,
.btn-accent a:focus-visible {
    background-color: var(--primary-color);
    color: #fff;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity var(--transition-slow),
        transform var(--transition-slow);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Streamline Button */
a.streamline-button,
.cta-type-1 a.streamline-button {
    position: relative;
    padding-right: 3rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.cta-type-1 a.streamline-button {
    border: 2px solid #fff;
    color: #fff;
    width: 248px;
    height: 64px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all var(--transition-medium);
}

a.streamline-button::after,
.cta-type-1 a.streamline-button::after {
    content: "";
    background: url('../assets/images/CTA-arrow.svg') no-repeat;
    width: 33px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all var(--transition-medium);
}

.cta-type-1 a.streamline-button:hover {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

header .header-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .header-cta a.streamline-link:hover:after,
.cta-type-1 a.streamline-button:hover:after {
    right: 10px;
}

.forminator-ui.forminator-design--default .forminator-button-submit {
    background: var(--secondary-color) !important;
    font-family: var(--body-font);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 58px !important;
    box-shadow: none !important;
}


.scroll-down {
    position: relative;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
}

.scroll-down:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/wp-content/uploads/2024/12/banner-arrow-down.png) no-repeat;
    color: #fff;
    width: 22px;
    height: 22px;
    background-size: contain;
    animation: bounce 2s ease infinite;
}



/* body section.content-block.our-story-hero .down-arrow-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
    z-index: 2;
}

body section.content-block.our-story-hero .down-arrow-wrapper .down-arrow{
    position: relative;
}

body section.content-block.our-story-hero .down-arrow-wrapper .down-arrow::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/wp-content/uploads/2026/03/arrow-down-inner.svg) no-repeat;
    color: #fff;
    width: 22px;
    height: 22px;
    background-size: contain;
    animation: bounce 2s ease infinite;
} */

/* Only for Our Story hero */
body section.content-block.our-story-hero .hero-text-dark.hero-type-home {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    position: relative;
}

/* Row 1 = content */
body section.content-block.our-story-hero .hero-container {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
}

/* Row 2 = image */
body section.content-block.our-story-hero .hero-full-img {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    z-index: 1;
}

/* Arrow sits on the divider between row 1 and row 2 */
body section.content-block.our-story-hero .down-arrow-wrapper {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: start;
    transform: translateY(-50%);
    position: relative;
    z-index: 3;
    margin: 0;
    left: auto;
    top: auto;
}

body section.content-block.our-story-hero .down-arrow-wrapper .down-arrow{
    width: 70px;
    height: 70px;
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

/* keep arrow internals normal */
body section.content-block.our-story-hero .down-arrow-wrapper .down-arrow a {
    position: relative;
     width: 70px;
    height: 70px;
}

body section.content-block.our-story-hero .hero-text-dark.hero-type-home{
    margin-bottom: -8px;
}

/* your inner arrow icon */
body section.content-block.our-story-hero .down-arrow-wrapper .down-arrow a.hero-scroll-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2026/03/arrow-down-inner.svg) no-repeat;
    width: 52px;
    height: 52px;
    background-size: contain;
    animation: bounce 2s ease infinite;
}

body section.content-block.our-story-hero .hero-container {
    padding-bottom: 40px;
}

body section.content-block.our-story-hero .hero-full-img {
    padding-top: 40px;
}

/* === FLEXIBLE COLUMN SYSTEM === */
.flex-section {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2vw, 2rem);
}

.flex-col-2>* {
    flex: 1 1 calc(50% - 2rem);
}

.flex-col-3>* {
    flex: 1 1 calc(33.33% - 2rem);
}

/* === FULL WIDTH WRAPPERS === */
.full-width-wrap {
    width: 100%;
    padding: clamp(60px, 8vw, 100px) 0;
}

.full-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body section.content-block.our-story-hero .down-arrow svg {
    display: none;
}


/* -----------------------------
         SHAPES
----------------------------- */

.shapes-wrap .container {
    position: relative;
}

.section-corner-lt {
    border-top-left-radius: clamp(150px, 5vw, 250px);
    /* Min: 100px, scales with 5vw, Max: 200px */
}

.section-corner-rt {
    border-top-right-radius: clamp(150px, 5vw, 250px);
}

/* -----------------------------
    COMMON STYLE
----------------------------- */
.hero-pattern {
    position: relative !important;
    background-color: transparent !important;
}

.content-block.home-hero .section-pattern-right-bottom {
    bottom: -13vw;
    right: -9px;
}

.content-block.home-hero .section-pattern {
    position: absolute;
    max-width: 41VW;
}

.inner-hero {
    padding: 100px 0 !important;
}

.inner-hero h1 {
    font-family: var(--heading-font);
    font-size: clamp(48px, 6vw, 85px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    display: inline;
}

.inner-hero h1 em {
    font-style: italic;
}

.inner-hero-wrap {
    max-width: 55%;
}

.inner-hero .sub-title p {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* 🔥 Disable all AOS animations */
/* .aos-init,
.aos-animate,
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
} */

.cb-animate {
    opacity: 0;
}

/* -----------------------------
             HEADER
----------------------------- */
header.header-1 {
    /* height: 88px; */
    position: fixed;
    width: 100%;
    z-index: 9999;
}

body.home header.header-1 {
    background-color: transparent;
}

body.home header.header-1.fixed {
    background-color: var(--primary-color);
}

header .main-header {
    padding: 10px 0;
}

header .main-header .header-container {
    gap: 30px;
}

header>.wp-block-streamline-columns {
    margin-bottom: 0;
}

header .logo-wrap {
    max-width: 280px;
}

header .header-logo {
    width: 224px;
    height: 72px;
    display: flex;
    align-items: center;
}

header .header-logo a {
    display: flex;
}

header .header-cta-wrap {
    max-width: 300px;
}

header .header-cta a.streamline-link {
    background-color: var(--accent-color) !important;
    color: #fff;
    min-width: 220px;
    height: 56px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all var(--transition-medium);
}

header .header-cta a.streamline-link:hover {
    background-color: var(--secondary-color) !important;
}

.header-menu {
    position: relative;
}

.header-menu ul#menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    gap: clamp(16px, 1.2vw, 40px);
}

.header-menu ul#menu-main-menu li.menu-item {
    position: relative;
    padding: 7px 25px 7px 15px;
}

.header-menu ul#menu-main-menu li.menu-item a {
    color: var(--light-color);
    font-family: var(--subheading-font);
    font-size: var(--fs-btn);
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 0px;
}

.main-header .header-right .header-phone a {
    color: var(--light-color);
    font-family: var(--subheading-font);
    font-size: var(--fs-btn);
    font-weight: 700;
    border-radius: 9px;
}

.header-menu li.menu-item-has-children.disable-parent-link > a {
  cursor: default;
}

header.header.is-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

/* Dropdown */
.header-menu ul li ul.sub-menu {
    background: var(--primary-color);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    display: block;
    text-align: left;
    width: max-content;
    min-width: 250px;
    max-width: 327px;
}

.header-menu ul li ul.sub-menu li a {
    display: block;
    padding: 5px 10px;
    font-weight: 400;
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: 27px;
    letter-spacing: 0;
    color: var(--light-text-color);
    font-weight: 500;
}

.header-menu ul li ul.sub-menu li a:hover {
    color: var(--secondary-color);
}

.header-menu ul.menu>li>a {
    font-family: var(--subheading-font);
    font-weight: 700;
    font-size: clamp(16px, 1.4vw, 22px);
    line-height: clamp(20px, 1.6vw, 26px);
    text-transform: uppercase;
}

.header-menu ul.menu>li.menu-item-has-children>a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' fill='none'><path d='M4.1875 6.50003L8.1875 10.5L12.1875 6.50003' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

/* top-level menu links only */
.header-menu ul#menu-main-menu > li > a {
    position: relative;
    display: inline-block;
}

/* underline */
.header-menu ul#menu-main-menu > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.header-menu ul#menu-main-menu > li:hover::before {
  transform: scaleX(1);
}

.header-menu ul#menu-main-menu:hover > li > a,
.header-menu ul#menu-main-menu:hover > li > ul.sub-menu > li > a {
    opacity: 0.7;
}

.header-menu ul#menu-main-menu:hover > li:hover > a,
.header-menu ul#menu-main-menu:hover > li > ul.sub-menu > li > a:hover {
    opacity: 1;
}


/* ========== CTA BUTTON ========== */
.header-ctas a.btn {
    transition: all var(--transition-medium);
}

.header-ctas a.btn::before {
    right: clamp(25px, 2vw, 25px);
}


/* -----------------------------
   MOBILE MENU
----------------------------- */
.mobile-menu-wrapper {
    left: 100%;
    right: auto;
    width: 100%;
}

.mobile-menu-wrapper.active {
    left: 0;
}

header .main-header .mobile-menu {
    transform: none;
    margin-top: 0;
    position: relative;
}

header .main-header .mobile-menu{
    transform: none;
    margin-top: unset;
    position: relative;
}

.mobile-menu-wrapper,
.mobile-menu-wrapper .modile-menu,
.mobile-menu-wrapper .menu,
.mobile-menu-wrapper .menu li,
.mobile-menu-wrapper .menu li a,
.mobile-menu-wrapper .sub-menu,
.mobile-menu-wrapper .sub-menu li,
.mobile-menu-wrapper .sub-menu li a {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
}

.mobile-menu-wrapper .mobile-menu-inner {
    flex: 1;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.mobile-menu-wrapper ul.menu {
  align-items: flex-start;
}

.mobile-menu-wrapper ul.sub-menu {
  align-items: flex-start;
  padding-top: 10px;
}


.mobile-menu-wrapper ul.sub-menu li, 
.mobile-menu-wrapper ul.sub-menu li a{
    font-family: var(--subheading-font);
    font-size: clamp(22px, 1.4vw, 22px);
    line-height: clamp(25px, 1.6vw, 26px);
    text-transform: uppercase;
    font-weight: 500;
}

.mobile-menu-wrapper ul.sub-menu li{
    margin-bottom: 5px;
}

.mobile-menu-wrapper ul.menu>li>a{
    font-family: var(--subheading-font);
    font-weight: 700;
    font-size: clamp(25px, 2vw, 35px);
    line-height: clamp(30px, 2.5vw, 40px);
    text-transform: uppercase;
}

.mobile-menu-wrapper span.sub-menu-trigger:before{
    margin-top: -4px;
}



/* =====================================================
   FOOTER BASE
===================================================== */
footer {
    padding-top: 70px;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    color: inherit;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover {
    opacity: 0.85;
}

/* container width support */
.footer-width-container .container,
.footer-width-wide .container,
.footer-width-full .container {
    max-width: 1200px;
}

.footer-width-wide .container {
    max-width: 1440px;
}

.footer-width-full .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

/* =====================================================
   SHARED COLUMN GRID
===================================================== */
.footer-columns {
    display: grid;
    gap: 40px;
}

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

.columns-2 .footer-columns {
    grid-template-columns: repeat(2, 1fr);
}

.columns-3 .footer-columns {
    grid-template-columns: repeat(3, 1fr);
}

.columns-4 .footer-columns {
    grid-template-columns: repeat(4, 1fr);
}

.footer-col {
    font-size: 15px;
    line-height: 1.6;
}

/* =====================================================
   FOOTER TOP
===================================================== */

.footer-top .footer-logo {
    max-width: 200px;
}

/* =====================================================
   FOOTER MIDDLE
===================================================== */
.footer-middle {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-middle .footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-middle .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-middle .menu li {
    margin-bottom: 8px;
}

.footer-middle .menu li a {
    font-size: 14px;
}

/* =====================================================
   OFFICE INFO
===================================================== */
.footer-office-info {
    margin-top: 20px;
}

footer .footer-wrap .footer-left {
    justify-content: start;
}

.footer-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-icon {
    width: 16px;
    height: auto;
    margin-right: 10px;
    margin-top: 4px;
}

.footer-office-info .footer-addresses .address-text {
    font-family: var(--subheading-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

.footer-office-info .footer-phones a {
    font-family: var(--subheading-font);
    font-size: var(--fs-small-heading);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: clamp(10px, 1.2vw, 14px) 0;
    text-transform: uppercase;
}

.footer-form-title {
    margin-bottom: -10px;
    font-family: var(--subheading-font);
    font-size: var(--fs-small-heading);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: clamp(10px, 1.2vw, 14px) 0;
    text-transform: uppercase;
}

/* =====================================================
   FOOTER FORM
===================================================== */
.footer-form {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-form .form-wrap {
    max-width: 420px;
}

.footer-form h4 {
    margin-bottom: 15px;
}

/* =====================================================
   FOOTER CTA
===================================================== */
.footer-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* =====================================================
   FOOTER BOTTOM
===================================================== */
.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

.bottom-footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom.layout-center .bottom-footer-wrap {
    justify-content: center;
    text-align: center;
}

.footer-bottom.layout-center .footer-social {
    display: none;
}

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

.footer-social img {
    width: 24px;
    height: auto;
}

.footer-col.type-legal ul {
    list-style: none;
    padding: 0;
}

.footer-col.type-legal li {
    margin-bottom: 6px;
}

footer .footer-wrap .footer-right {
    justify-content: flex-start;
}

footer .footer-wrap .footer-right .footer-menu-grid .footer-col>a,
footer .footer-wrap .footer-right .footer-menu-grid .footer-col .footer-simple-link>a {
    font-family: var(--subheading-font);
    font-weight: 700;
    font-size: clamp(25px, 2vw, 35px);
    line-height: clamp(30px, 2.5vw, 40px);
    text-transform: uppercase;
}

footer .footer-wrap .footer-right .footer-menu-grid .footer-col li a {
    font-family: var(--subheading-font);
    font-weight: 500;
    font-size: clamp(22px, 1.4vw, 22px);
    line-height: clamp(25px, 1.6vw, 26px);
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0;
    display: inline-block;
}

footer .footer-wrap .footer-right .footer-menu-grid a {
    transition: opacity 0.25s ease;
}

/* dim all links when footer menu is hovered */
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col > a,
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col li a,
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col .footer-simple-link > a {
    opacity: 0.7;
}

footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col:nth-child(3) .footer-simple-link > a{
    opacity: 0.7;
}

/* keep hovered column title visible */
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col:hover > a,
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col:nth-child(3) .footer-simple-link > a:hover {
    opacity: 1;
}

/* keep hovered list link visible */
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col li a:hover {
    opacity: 1;
}

/* keep hovered simple link visible */
footer .footer-wrap .footer-right:hover .footer-menu-grid .footer-col .footer-simple-link > a:hover {
    opacity: 1;
}


.footer-bottom .footer-copyright {
    text-align: center;
}

/* =====================================================
   Home Hero Banner
===================================================== */
section#hero.hero-banner {
    position: relative;
    height: 96vh;
    min-height: 50vw;
    overflow: visible;
    z-index: 1;
}

.hero-type-hero-bgvideo .hero-bgvideo-wrapper {
    height: 200vh;
}

section#hero.hero-banner .hero-container .hero-content.content-container {
    width: 80%;
    max-width: var(--container-large);
    padding-top: 80px;
}

section#hero.hero-banner .inner-hero-block .down-arrow-wrapper {
    width: 80%;
    max-width: var(--container-large);
    position: absolute;
    z-index: 100;
    height: 110px;
    margin: 0 auto;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner .section-pattern-1 {
    opacity: 0.3;
    max-width: 40vw;
}

.content-block.hero-banner .hero-type-hero-bgvideo {
    position: static;
    overflow: hidden;
    height: 100%;
}

section.logo-slider {
    position: relative;
    z-index: 0;
}

/* =====================================
   Side Layout - Content Left
===================================== */

.tiles-block.layout-side-content-left .tiles-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.tiles-block.layout-side-content-left .title-container {
    flex: 0 0 35%;
    max-width: 35%;
}

.tiles-block.layout-side-content-left .tiles-wrapper {
    flex: 1;
    max-width: 65%;
}


/* =====================================
   Side Layout - Content Right
===================================== */
.tiles-block.layout-side-content-right .tiles-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row-reverse;
}

.tiles-block.layout-side-content-right .title-container {
    flex: 0 0 35%;
    max-width: 35%;
}

.tiles-block.layout-side-content-right .tiles-wrapper {
    flex: 1;
    max-width: 65%;
}

.tiles-block.layout-side-content-left h2.block-title,
.tiles-block.layout-side-content-left .block-subtitle {
    text-align: left;
}

section.content-block.tiles-with-numbers {
    position: relative;
}

section.content-block.tiles-with-numbers::before {
    background-color: var(--tertiary-color);
}

section.content-block.tiles-with-numbers::before,
section.content-block.left-pattern::before {
    content: "";
    width: calc(100% - 7vw);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.tiles-block.tiles-with-numbers .single-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.content-block.tiles-with-numbers .single-tile-wrapper{
    height: auto;
}

.content-block.tiles-with-numbers .single-tile-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    gap: 0;
}

section.content-block.left-pattern .section-pattern-1,
section.section-container .section-pattern-1 {
    max-width: 127px;
    width: 7vw;
}

.left-pattern .container,
.left-pattern.bottom-cta .mac-intro-section {
    padding-left: 7vw;
}

.left-pattern .swifty-cards-wrapper {
    padding-left: 5vw;
}

.left-pattern .advanced-filters {
    padding: 30px 0;
}

.advanced-filters .filter-search {
    position: relative;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2026/03/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
}

/* .advanced-filters .filter-search::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2026/03/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
} */


.tiles-with-numbers .tile-content h3.tile-title span.main-number {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: clamp(60px, 7vw, 103px);
    line-height: clamp(65px, 7.2vw, 108px);
    letter-spacing: 0;
    text-transform: uppercase;
}

.tiles-with-numbers .tile-content h3.tile-title span.text-above-number,
.content-block.tiles-with-numbers .tile-suffix {
    font-family: var(--subheading-font);
    font-weight: 700;
    font-size: clamp(18px, 2vw, 26px);
    line-height: clamp(20px, 2.1vw, 28px);
    letter-spacing: 0;
    text-transform: uppercase;
}

.tiles-with-numbers .tiles-wrapper .single-tile .single-tile-wrapper .tile-suffix {
    font-family: var(--subheading-font);
}

.tiles-with-numbers .tile-content h3.tile-title span {
    display: block;
}

.tiles-with-numbers .tiles-wrapper .single-tile:first-child .single-tile-wrapper h3.tile-title,
.tiles-with-numbers .tiles-wrapper .single-tile:first-child .single-tile-wrapper .tile-suffix {
    color: var(--primary-color);
}

.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(2) .single-tile-wrapper h3.tile-title,
.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(2) .single-tile-wrapper .tile-suffix {
    color: var(--secondary-color);
}

.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(3) .single-tile-wrapper h3.tile-title,
.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(3) .single-tile-wrapper .tile-suffix {
    color: #AEA58F;
}

.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(4) .single-tile-wrapper h3.tile-title,
.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(4) .single-tile-wrapper .tile-suffix {
    color: var(--quaternary-color);
}


/* =====================================================
   TABS SECTION
===================================================== */
.tab-content .block-title,
.tab-content .block-title span {
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: clamp(18px, 1.8vw, 25px);
    line-height: clamp(22px, 2vw, 29px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: var(--space-xs);
    text-align: left;
}

.block-paragraphs {
    margin-bottom: var(--space-xs);
}


section.states-communities .image-position-right .mac-intro-content,
section.states-communities .image-position-left .mac-intro-content {
    padding: 0;
}

section.states-communities .media-type-image{
    max-width: 1220px;
    margin: 30px auto 0;
}


section.states-communities .section-title-wrap {
    max-width: var(--container-small);
    margin: 0 auto;
}

section.states-communities .section-title-wrap .h2.block-title {
    margin-bottom: 20px;
}

section.trusted-section .container {
    width: 80%;
}

section.trusted-section .media-type-video .img-text-block-img,
section.trusted-section .media-type-video .mac-intro-content,
section.trusted-section .media-type-video-mp4 .img-text-block-img,
section.trusted-section .media-type-video-mp4 .mac-intro-content {
    width: 100%;
}

section.trusted-section .media-type-video .mac-intro-content {
    padding-bottom: 30px;
}

section.trusted-section .media-type-video .img-text-block-img .video-wrapper {
    max-height: 650px;
    height: 100%;
}

section.trusted-section .media-type-video .img-text-block-img .video-wrapper iframe {
    width: 100%;
    height: 650px;
}

section.trusted-section .media-type-video .img-text-block-img .video-wrapper .video-preview img {
    max-height: 650px;
}

section.trusted-section .section-title-wrap h2.block-title {
    margin-bottom: 30px;
}

section.trusted-section {
    position: relative;
    padding-top: 150px !important;
}

section.trusted-section::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2026/03/hex-pattern-4.svg) center top;
    background-size: 70%;
}

section.trusted-section .container .section-title-wrap h4.block-subtitle {
    font-weight: 600;
}

section.project-slider {
    padding-bottom: 0 !important;
    margin-bottom: -100px;
    z-index: 1;
}

section.project-slider .slide-content {
    background-color: var(--primary-color);
}

section.project-slider .default-slide {
    display: flex;
    align-items: stretch;
    gap: 0;
    position: relative;
    flex: 1;
}

section.project-slider .default-slide-image {
    height: 100%;
    height: auto;
}

.slider-type-default .default-slide-image img {
    height: 100%;
}

section.project-slider .slide-content .default-slide-content {
    padding: 0 40px;
    align-items: center;
    display: flex;
}

section.project-slider .slide-content .default-slide-content .slide-content-wrap {
    padding: 5vw;
    display: flex;
    flex-direction: column;
}

section.project-slider .arrows-around-content {
    padding-right: 5vw;
    position: relative;
    z-index: 1;
}

section.project-slider .arrows-around-content .slick-prev,
section.project-slider .arrows-around-content .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: transparent;
}

section.project-slider .arrows-around-content .slick-prev:before,
section.project-slider .arrows-around-content .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2026/02/arrow-circle-2.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.project-slider .arrows-around-content .slick-prev:before {
    transform: translate(-50%, -50%) scale(-1);
}

section.project-slider .arrows-around-content .slick-prev {
    left: 47vw;
}

section.project-slider .arrows-around-content .slick-next {
    right: 8vw;
}


section.project-slider .slide-content .default-slide-content .slide-content-wrap .hero-slider-subtitle {
    order: 1;
    color: var(--light-text-color);
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--subheading-font);
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
}

section.project-slider .default-slide-content h3.hero-slider-title {
    font-family: var(--body-font);
    order: 2;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    text-align: left;
}

section.project-slider .default-slide-content .block-paragraphs {
    order: 3;
}

section.project-slider .default-slide-content .slider-buttons {
    order: 4;
    margin-top: 0;
}

section.project-slider .default-slide-image img {
    height: 100%;
    object-fit: cover;
}

.home-news .blogs-listing .single-post.term-news {
    padding: 0;
}

.home-news .buttons-wrapper {
    text-align: center;
}

.slick-dots li button:before {
    font-size: 16px;
}

section.project-slider .arrows-around-content ul.slick-dots {
    max-width: var(--container-large);
    width: 50%;
    margin: 0 auto;
    left: calc(42vw + 50px);
    bottom: 30px;
}

section.project-slider .arrows-around-content ul.slick-dots li button:before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/03/slick-navs-white.svg') no-repeat;
    background-size: contain;
    color: transparent;
}

section.project-slider .block-slider .slick-track {
    display: flex !important;
}

section.project-slider .block-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    padding: 0 20px;
    /* horizontal gap */
}

section.project-slider .block-slider .slick-list {
    margin: 0 -20px;
    /* compensate outer spacing */
}

section.project-slider .slide-item {
    display: flex;
    width: 100%;
}

section.project-slider .slide-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.project-slider .section-pattern-1 {
    height: calc(100% - 100px);
}


section.driven-by-values .section-patterns-wrapper .section-pattern-2 {
    filter: grayscale(1);
    opacity: 0.1;
    width: 25vw;
}

section.driven-by-values.bottom-cta-1 .section-patterns-wrapper .section-pattern-2{
    opacity: 0.8;
}

/* HERO SERVICES */
section.services-hero .section-patterns-wrapper .section-pattern-1 {
    filter: brightness(0.9) grayscale(1);
    opacity: 0.1;
    width: 35vw;
    left: -8vw;
    bottom: -8vw;
}

section.services-hero .section-patterns-wrapper .section-pattern-1 img.section-pattern-img {
    opacity: 0.4;
}

section.services-hero .hero-container .hero-content .hero-paragraphs p {
    font-weight: 700;
}

.post-nav-wrap.more-options {
    display: none;
}

/* =========================================
   Project Details Page
========================================= */
.container-edge.gallery-container .content-wrapper {
    margin: 0 auto -100px;
    padding: 50px 50px 150px;
}

.project-gallery .gallery-container .content-wrapper {
    background-color: var(--primary-color);
    color: var(--light-color);
    text-align: center;
}

.project-gallery .block-paragraphs {
    max-width: var(--container-small);
    margin: 0 auto;
    width: 70%;
}

/* =========== Project Galler =========== */
.project-gallery {
    position: relative;
}

.project-gallery .carousel-slider .gallery-item {
    padding: 0;
}

.project-gallery .gallery-type-carousel {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.project-gallery .gallery-type-carousel,
.project-gallery .slick-list {
    overflow: visible;
}

/* Base arrow */
.project-gallery .slick-prev,
.project-gallery .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 60px;
    height: 60px;
}

/* Only when showing 3 slides */
.project-gallery [data-carousel-items="3"] .slick-prev,
.project-gallery [data-carousel-items="3"] .slick-next {
    left: 50%;
}

/* PREV — right edge of previous slide */
.project-gallery [data-carousel-items="3"] .slick-prev {
    transform: translate(calc(-50% - 430px), -50%) scaleX(-1);
}

/* NEXT — left edge of next slide */
.project-gallery [data-carousel-items="3"] .slick-next {
    transform: translate(calc(-50% + 430px), -50%);
}



/* ====== Custom SVG Arrows (Project Gallery) ====== */
.project-gallery .slick-prev,
.project-gallery .slick-next {
    font-size: 0;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    z-index: 20;
}

/* Remove default arrow pseudo content */
.project-gallery .slick-prev:before,
.project-gallery .slick-next:before {
    content: none;
}

/* Use your SVG as background */
.project-gallery .slick-prev,
.project-gallery .slick-next,
.project-gallery .slick-next:focus,
.project-gallery .slick-next:hover,
.project-gallery .slick-prev:focus,
.project-gallery .slick-prev:hover {
    background-image: url('/wp-content/uploads/2026/02/arrow-up-circle.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Rotate for directions */

/* Previous → rotate 270deg */
.project-gallery .slick-prev {
    transform: translateY(-50%) rotate(-90deg);
}

/* Next → rotate 90deg */
.project-gallery .slick-next {
    transform: translateY(-50%) rotate(90deg);
}

.project-gallery .slick-prev:hover,
.project-gallery .slick-next:hover {
    opacity: 1 !important;
}

/* ====== Project Gallery – Side Overlay Effect ====== */
/* Ensure slides can hold overlay */
.project-gallery .gallery-item {
    position: relative;
    height: clamp(320px, 32vw, 483px);
    overflow: hidden;
}

.project-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay layer */
.project-gallery .gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* Center slide – remove overlay */
.project-gallery .slick-current::after {
    opacity: 0;
}

/* Side slides – show overlay */
.project-gallery .slick-active:not(.slick-current)::after {
    opacity: 1;
}

/* Optional: Add slight scale to center */
.project-gallery .slick-current {
    transition: transform 0.4s ease;
    z-index: 2;
}

/* Smooth scaling for others */
.project-gallery .slick-slide {
    transition: transform 0.4s ease;
    margin: 0 19.5px;
}

.project-gallery .slick-list {
    margin: 0 -19.5px;
    overflow: visible;
    padding: 0 !important;
}

/* ===== Blog Post FAQ Accordion ===== */

body.single-post .faq-section {
    padding: var(--space-lg) 0;
    background-color: #F6F4F1;
}

body.single-post .faq-accordion .faq-item {
    margin-bottom: 16px;
}

body.single-post .faq-question {
    width: 100%;
    background-color: #FCFCFC;
    box-shadow: 0 1px 13.2px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 22px 60px 22px 24px;
    text-align: left;
    cursor: pointer;
    position: relative;
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    text-transform: uppercase;
    border-radius: 9px;
}

/* Arrow icon */
body.single-post .faq-question::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--dark-text-color);
    border-bottom: 2px solid var(--dark-text-color);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

body.single-post .faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(-135deg);
}

/* Answer */
body.single-post .faq-answer {
    display: none;
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 0 0 9px 9px;
}


/* =========================================
   CONTACT PAGE
========================================= */
.content-block.contact-address .container.flex-container {
    display: flex;
}

.contact-address .flex-container .text-column:first-child .block-paragraphs,
.contact-address .flex-container .text-column:first-child .block-paragraphs p {
    height: 100%;
    margin-bottom: 0;
}

.contact-address .flex-container .text-column:nth-child(2) {
    padding: 150px 3vw 0 0;
}

.contact-address .text-column h1.block-title {
    margin-bottom: 30px;
}

.contact-section.block-type-flexi-text .flex-container {
    gap: 50px;
}

/* .contact-section .block-paragraphs, 
.contact-section .flex-container .text-column:first-child > .block-paragraphs * {
    height: 100%;
}

.contact-section .block-paragraphs > p {
    height: stretch;
} */

/* ========== Contact Address ========== */
.contact-address .text-column .block-subtitle {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: clamp(25px, 2vw, 33px);
    text-wrap: pretty;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: var(--dark-text-color);
    text-transform: none;
}

.contact-address h2.block-title {
    margin-bottom: 30px;
}

.contact-office-info a,
.contact-office-info span {
    color: var(--dark-text-color);
    text-transform: uppercase;
    font-family: var(--subheading-font);
    line-height: var(--lh-subtitle);
}

.contact-office-info a {
    cursor: pointer;
}

.contact-office-info a:hover {
    color: var(--accent-color);
}


.contact-social a.social-icon {
    width: 26px;
    height: 26px;
}

.contact-social a.social-icon br {
    display: none;
}

.contact-address .section-patterns-wrapper {
    z-index: 0;
}

.contact-address .contact-office-info {
    margin-bottom: 0px;
}

.contact-address .contact-phones {
    margin-bottom: 20px;
}

/* ========== Contact Social ========== */
.contact-social {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}

.contact-social .contact-social {
    display: flex;
    gap: 14px;
}

.contact-social .contact-social img,
.contact-social .contact-social i {
    width: 22px;
    height: 22px;
    display: block;
}

.contact-address .text-block {
    position: relative;
    z-index: 2;
}

.reading-time .single-tile.tile-text-dark,
.reading-time .single-tile.tile-text-dark h3.tile-title,
.reading-time .single-tile.tile-text-dark h4.tile-subtitle {
    color: var(--dark-text-color);
}

/* =========================================
   CONTACT PAGE FIX: equal columns + no iframe scroll
========================================= */

/* Make the two columns stretch to the same height */
.content-block.contact-address .container.flex-container {
    display: flex;
    align-items: stretch;
    /* key */
}

/* Ensure both columns behave like equal flex columns */
.contact-address .flex-container .text-column {
    flex: 1 1 0;
    min-width: 0;
}

/* Give the section enough height so the form can breathe (page can scroll, not iframe) */
.contact-address .flex-container .text-column {
    min-height: 470px;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* MAP: make the map fill the column height */
.contact-address .flex-container .text-column:first-child iframe {
    width: 100%;
    height: 100%;
    min-height: 720px;
    /* keep it matching the column min-height */
    display: block;
    border: 0;
}

/* GHL FORM: prevent tiny iframe height that causes internal scrollbar */
.contact-address .flex-container .text-column:nth-child(2) iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    border: 0;
    margin-left: -20px;
}

/* .reading-time .single-tile.tile-text-dark h4.tile-subtitle{
    font-family: Barlow Condensed;
font-weight: 600;
font-style: SemiBold;
font-size: 33.1px;
leading-trim: NONE;
line-height: 33.1px;
letter-spacing: 0%;
text-transform: uppercase;

} */

section.partnership-section .block-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 30%) 55% #FFFFFF 100%) !important;
}

.partnership-section .mac-intro-content .content-wrapper {
    width: 90%;
    max-width: var(--container-default);
    margin: 0 auto;
}

.partnership-section .mac-intro-content .content-wrapper .block-paragraphs {
    max-width: var(--container-small);
    margin: 0 auto 30px !important;
}

.partnership-section .cb-foreground-bg img {
    filter: grayscale(1);
}

.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(4) .single-tile-wrapper h3.tile-title .main-number {
    font-size: 60px;
    text-transform: uppercase;
}

.tiles-with-numbers .tiles-wrapper .single-tile:nth-child(4) .single-tile-wrapper h3.tile-title .main-number {
    font-size: 60px;
    text-transform: uppercase;
}

.content-block.tiles-with-numbers .text-above-number {
    text-transform: uppercase;
}

.home-services .tabs-nav li {
    margin-bottom: 0;
}

.home-services .tabs-nav li a {
    background-color: transparent;
    position: relative;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: var(--subheading-font);
    line-height: var(--lh-medium);
    font-size: var(--fs-subtitle);
    color: #CBCBCB;
}

.home-services .tabs-nav li.active a {
    color: var(--secondary-color);
    background-color: transparent;
}

.home-services .tabs-nav li.active a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 21px;
    height: 25px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/02/hexagon-bullet.svg') no-repeat;
    background-size: contain;
}

.home-services .tab-img-section {
    width: clamp(393px, 41vw, 585px);
    aspect-ratio: 585 / 268;
    height: auto;
    max-height: 270px;
}

.home-services .tab-img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services .theme-2 .tabs-wrapper {
    justify-content: space-between;
}

.home-services .theme-2 .tabs-nav-wrap {
    position: relative;
    width: calc(50% - 100px);
    padding-right: 100px;
}

.home-services .theme-2 .tabs-nav-wrap::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    border-right: 1px solid #DFDFDF;
}

.home-services .theme-2 .tabs-stage {
    width: 50%;
    max-width: 585px;
}


.home-services .theme-2 .tabs-wrapper .tab-content.active {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-services .theme-2 .tabs-wrapper .tab-content h2.block-title,
.home-services .theme-2 .tabs-wrapper .tab-content .block-paragraphs{
    margin-bottom: 0;
}

section.project-gallery h2.block-title {
    color: var(--light-color);
    margin-bottom: 30px;
}


.swifty-card .post-meta {
    margin-bottom: 20px;
}

.swifty-card .post-meta span.post-category {
    background-color: var(--quaternary-color);
    padding: 5px 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.swifty-card .post-meta span.post-category:last-child{
    margin-right: 0;
}

.swifty-card .post-meta span.post-date{
    font-weight: 600;
}

.swifty-card h2.single-post-title {
    color: var(--primary-color);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: 0%;
}

.swifty-card .post-info {
    padding: 20px 0;
}

body .swifty-cards .swifty-cards-wrapper {
    gap: 20px;
}

.posts-list section.swifty-cards .swifty-cards-wrapper {
    padding-left: 0;
}

.reading-time .single-tile {
    position: relative;
}

.reading-time .single-tile::after {
    content: "";
    width: 1px;
    height: 74px;
    border-left: 2px solid var(--dark-text-color);
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.reading-time .single-tile:last-child:after {
    display: none;
}

.reading-time .tiles-block.side-icon .single-tile-wrapper {
    padding: 10px;
}

.reading-time .tiles-columns-3 .tiles-wrapper {
    grid-template-columns: 33.33% max-content 33.33%;
    justify-content: center;
    gap: 70px;
    position: relative;
}

.reading-time .single-tile .single-tile-wrapper .tile-content h3.tile-title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.reading-time .single-tile.tile-text-dark h4.tile-subtitle {
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: clamp(18px, 1.4vw, 26px);
    line-height: clamp(24px, 2vw, 28px);
    letter-spacing: 0;
    text-transform: uppercase;
}

body.single-post .block-type-hero {
    padding: 200px 0 70px;
    position: relative;
}

body.single-post .block-type-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #f5f5f5 url(/wp-content/uploads/2026/02/grey-hex-pattern-post-hero.svg) center bottom;
    background-size: 70%;
    z-index: -1;
    opacity: 0.7;
}

body.single-post .inner-hero-block .hero-container {
    padding-bottom: 50px;
}

body.single-post .post-featured-image {
    height: 70vh;
    max-height: 555px;
    overflow: hidden;
}

body.single-post .container.post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-post .inner-hero-block .hero-container .hero-content h1.hero_title {
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: none;
    font-size: clamp(36px, 3.5vw, 65px);
    line-height: clamp(40px, 3.7vw, 70px);
    letter-spacing: 0;
    text-align: center;
    color: var(--primary-color);
    margin: 30px 0;
}

body.single-post .block-type-hero .post-category {
    background-color: var(--quaternary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    display: inline-block;
}

section.block-type-resources .section-patterns-wrapper {
    z-index: 0;
}

body.single-post .block-type-hero span.post-date,
body.single-post .hero-text-dark .hero-container .hero-content .hero_subtitle span.single-post-date {
    font-family: var(--subheading-font);
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-text-color);
}

.swifty-resources .filters-posts-contaner.is-sticky {
    background-color: var(--accent-hover-color);
}

body.single-post .hero-text-dark .hero-container .hero-content .hero_subtitle span.single-post-date {
    margin-bottom: 50px;
}


body.single-post .block-paragraphs h2 {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(40px, 4.8vw, 60px);
    line-height: clamp(40px, 5vw, 75px);
    color: var(--primary-color);
    text-wrap: unset;
}

body.single-post .block-paragraphs h3 {
    font-family: var(--subheading-font);
    line-height: var(--lh-subtitle);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

body.single-post .block-paragraphs h2 strong {
    font-weight: 400;
}

body.single-post .block-paragraphs ul {
    list-style: disc;
    padding-left: 20px;
}

body.single-post .block-paragraphs ul li strong{
    font-weight: 400;
}

body.single-post .block-paragraphs p:empty {
    display: none;
}

body.single-post .post-bottom{
    background-image: url("/wp-content/uploads/2026/03/CTA-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

body.single-post .post-bottom::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}

body.single-post .post-content-inner .block-paragraphs {
    padding-bottom: 30px;
}


.post-bottom {
    background-color: var(--accent-color);
    text-align: center;
    padding: var(--space-lg) 0;
}

.post-bottom .form-outer {
    max-width: 450px;
    margin: 0 auto;
}

.post-bottom h2.blog-subscribe-heading {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: clamp(40px, 4.8vw, 60px);
    line-height: clamp(50px, 5vw, 75px);
    color: var(--primary-color);
    text-wrap: unset;
}

.post-bottom .blog-subscribe-description {
    max-width: 650px;
    margin: 30px auto;
}

body.single-post h2.faq-title {
    text-align: left;
    margin-bottom: 40px;
}

.content-block.text-align-left.bottom-cta-1 .mac-intro-section .mac-intro-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 6vw;
}

/* .content-block.text-align-left.bottom-cta-1 .mac-intro-section .mac-intro-content .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
} */

.block-type-image-text .mac-intro-section .mac-intro-content .block-subtitle {
    color: var(--secondary-color);
}

.left-pattern.bottom-cta .mac-intro-section.media-type-form .mac-intro-content .form-wrapper {
    margin-left: -15px;
    max-width: 700px;
}


/* ============================
   TILE COLOR VARIATIONS
   ============================ */
.our-team .tiles-container .tiles-wrapper {
    max-width: var(--container-default);
    margin: 0 auto;
}

.our-teams .single-tile.tile-text-dark,
.our-teams .single-tile.tile-text-dark h3.tile-title,
.our-teams .single-tile.tile-text-dark .tile-description {
    color: var(--primary-color);
}

.our-teams .single-tile.tile-text-light,
.our-teams .single-tile.tile-text-light h3.tile-title,
.our-teams .single-tile.tile-text-light .tile-description {
    color: var(--light-text-color);
}

.our-team .single-tile .tile-icon-wrap {
    text-align: center;
    max-width: clamp(240px, 28vw, 406px);
    max-height: clamp(250px, 29vw, 423px);
}

.our-team .single-tile .team-photo {
    width: 100%;
    height: 100%;
}

.our-team .single-tile h3.tile-title {
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--subheading-font);
    font-size: clamp(25px, 2.8vw, 35px);
    line-height: clamp(30px, 3vw, 45px);
    text-transform: uppercase;
}

.our-team .single-tile .team-role {
    font-size: 18px;
    opacity: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark-text-color);
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.our-story-quote .block-paragraphs h4 {
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.our-story-quote .block-paragraphs h5 {
    font-family: var(--subheading-font);
    font-size: var(--body-size);
    line-height: var(--lh-body);
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
}


section.bottom-cta .mac-intro-section {
    align-items: flex-end;
}

section.bottom-cta .img-text-block-img .img-outer-wrapper img {
    width: auto;
    max-width: 50vw;
    max-height: 800px;
    position: relative;
    left: -10%;
}

section.bottom-cta .mac-intro-section .mac-intro-content {
    padding-left: 0;
}

.states-communities h2.block-title {
    margin-bottom: 50px;
}

section.bottom-cta .mac-intro-section .mac-intro-content .block-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    max-width: 520px;
}

.left-pattern.bottom-cta.section-container .mac-intro-section .mac-intro-content {
    padding-left: 7vw;
}

.form-wrapper iframe#inline-Pj4C9jTy3xRbeLdGIrbA .hl-app .ghl-form-wrap {
    margin: 0 !important;
}

.tiles-block.layout-side-content-left .tiles-container .title-container h2.block-title {
    margin-bottom: 20px;
}

.content-block.home-testimonials .cb-foreground-bg img {
    filter: brightness(0.9) grayscale(1);
    opacity: 0.5;
}

.content-block.home-testimonials .block-slider.slides {
    width: 90%;
    max-width: var(--container-large);
}

.home-testimonials.content-block.home-testimonials .slide-content {
    padding: 70px 30px 30px 70px;
    justify-content: center;
}

.home-testimonials.content-block.home-testimonials .slide-content::before {
    display: none;
}

.home-testimonials.content-block.home-testimonials .slide-content .block-paragraphs {
    position: relative;
}

.home-testimonials.content-block.home-testimonials .slide-content .block-paragraphs::before {
    content: "";
    width: 45px;
    height: 32px;
    background: url(/wp-content/uploads/2026/02/quote-icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -55px;
    top: -40px;
}

.home-testimonials .block-slider .slick-list {
    margin: 0 -15px;
}

.home-testimonials .block-slider .slick-track {
    display: flex !important;
}

body .home-testimonials .block-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    padding: 0 15px !important;
}

.home-testimonials .block-slider .slide-item {
    display: flex;
    flex: 1;
}

.home-testimonials .block-slider .slide-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.content-block.home-testimonials{
    padding-bottom: clamp(60px, 6.5vw, 150px);
}

section.home-testimonials .block-slider.slides ul.slick-dots{
    bottom: -50px;
}

section.home-testimonials .slick-dots li button:before {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/03/slick-navs-dark.svg') no-repeat;
    background-size: contain;
    color: transparent;
}


/* NEWS SECTION */
section.home-news {
    position: relative;
    isolation: isolate;
}

section.home-news::before {
    content: "";
    width: calc(100% - 5vw);
    height: 45vw;
    max-height: 535px;
    position: absolute;
    right: 0;
    top: clamp(25px, 3.3vw, 70px);
    background: url(/wp-content/uploads/2026/03/hex-pattern-3.svg) center top;
    background-size: 70%;
}

section.home-news .posts-block {
    padding-top: 80px;
}

/* .home-news .container {
    padding: 0 7vw;
    width: 90%;
} */

.home-news .container h2.block-title {
    text-align: left;
    color: var(--quaternary-color);
    margin-bottom: 58px;
    margin-top: 30px;
}

.home-news .blogs-listing .single-post .post-title h2 {
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: 0.03em;
    color: var(--primary-color);
    margin: clamp(8px, 1vw, 12px) 0 clamp(14px, 1.1vw, 14px);
    text-transform: uppercase;
    text-wrap: auto;
    transition: all 0.5s ease;
}

.home-news .blogs-listing .single-post:hover .post-title h2{
    color: var(--secondary-color);
}

.blogs-listing .single-post .post-info .post-excerpt {
    flex: 1;
    font-size: var(--fs-body);
    font-weight: 500;
}

.home-news .blogs-listing .single-post .post-info{
    padding: 0 20px 20px;
    gap: 10px;
}

.home-news .blogs-listing .single-post .post-img-wrap{
    height: 290px;
}

.home-news .blogs-listing .single-post .post-info a.btn {
    font-family: var(--subheading-font);
    font-weight: 700;
    font-size: clamp(20px, 1.4vw, 22px);
    line-height: clamp(22px, 1.6vw, 26px);
    text-transform: uppercase;
    margin-top: 15px;
}

.blogs-listing .single-post .post-info a.btn.btn-link:hover::after {
    display: none;
}

.home-news .blogs-listing .single-post .post-info a.btn.btn-link:hover::after{
    display: inline;
    width: calc(100% - 20px);
}

section.posts-list .swifty-cards .swifty-card .post-info a.btn {
    font-family: var(--subheading-font);
    font-size: var(--fs-body);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: clamp(10px, 1.2vw, 14px) clamp(10px, 2.5vw, 40px);
    text-transform: uppercase;
    color: var(--dark-text-color);
    border: 1px solid var(--dark-text-color);
    transition: all 0.5s ease;
}

.home-news .blogs-listing .single-post .post-info a.btn:hover,
.blogs-listing .single-post .post-info a.btn:hover,
.featured-projects .post-details .post-info a.btn:hover,
section.posts-list .swifty-cards .swifty-card .post-info a.btn:hover{
    border: 1px solid var(--secondary-color);
    color: var(--light-text-color);
    background-color: var(--secondary-color);
}

section.posts-list .swifty-cards .swifty-card .post-info a.btn::after {
    display: none;
}

section.swifty-cards .agility-resource-load-more button.btn {
    text-transform: uppercase;
    font-weight: 700;
}

.block-type-hero.our-team-hero .hero-container .hero-content.content-container h1.hero_title {
    color: var(--primary-color);
}

.block-type-hero.our-team-hero .hero-container .hero-content.content-container {
    padding-top: 0px;
    margin: 0 auto;
    justify-content: center;
}

.our-team-hero .hero-full-img {
    position: absolute;
    height: 100%;
    z-index: 0;
}

.block-type-hero .hero-type-home.hero-image-bottom .hero-container {
    padding-bottom: var(--space-md);
    position: relative;
    z-index: 1;
}

section.our-team-hero.block-type-hero {
    height: 100vh !important;
}


section.our-story-info .container {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
}

section.our-story-info .content-wrapper .block-subtitle {
    font-weight: 600;
}

.content-block.text-align-left.our-story-info .mac-intro-section .mac-intro-content {
    padding-right: 2vw;
}

section.content-block.section-container.our-story-info .mac-intro-section.image-position-right .mac-intro-content {
    padding-left: 0;
    padding-right: 5vw;
}

.section-container .mac-intro-section.image-position-right .mac-intro-content {
    padding-left: 0;
}

section.our-story-info.our-mission-info .container {
    padding-top: 0;
    padding-bottom: 0;
}

section.content-block.our-story-info.our-mission-info {
    padding-top: 0;
}

body section.our-story-info .container {
    padding-left: 0;
}

/* body section.our-story-info .container .image-position-right{
    padding-left: 0;
} */

section.strong-values .title-container h2.block-title {
    color: var(--light-text-color);
    margin-bottom: 30px;
}

section.strong-values .title-container .block-subtitle {
    margin-bottom: 20px;
}

section.strong-values .title-container .block-paragraphs {
    margin-bottom: 20px;
}

section.strong-values .single-tile-wrapper {
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 15px;
}

section.strong-values .single-tile-wrapper h3.tile-title {
    font-family: var(--subheading-font);
    margin-bottom: 20px;
    font-weight: 600;
}

section.quality-committment .img-text-block-img img:nth-child(2) {
    position: absolute;
    width: clamp(120px, 8vw, 174px);
    height: auto;
    right: clamp(10px, 2vw, 30px);
    bottom: -20px;
}

section.strong-values .cb-foreground-bg,
section.strong-values .block-overlay {
    width: 90%;
    max-width: var(--container-large);
    margin: 0 auto;
}

section.strong-values .title-container,
section.strong-values .tiles-wrapper {
    width: 90%;
    margin: 0 auto;
}

.project-info .block-paragraphs h3,
.our-story-info .block-paragraphs h3,
.career-info .block-paragraphs h3{
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.strong-values {
    margin-bottom: -380px;
    position: relative;
    z-index: 1;
}

section.content-block.strong-values .section-patterns-wrapper .section-pattern-1 {
    max-height: calc(100% - 380px);
}

section.quality-committment {
    position: relative;
    padding-top: 480px !important;
    z-index: 0;
}

section.quality-committment::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2026/03/hex-pattern-4.svg) center top;
    background-size: 70%;
}

section.content-block.text-align-left.driven-by-values .mac-intro-content {
    padding: 7vw 0 7vw 7vw;
}

section.our-founder .mac-intro-content .block-subtitle {
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: 0px;
}

section.block-type-hero .hero-type-inner3.hero-image-style-square .hero-content .hero-content-outer {
    width: 80%;
    max-width: var(--container-large);
}
/* 
.services-hero.block-type-hero .hero-type-inner3.hero-image-style-square .hero-content .hero-content-outer {
    padding-top: 100px;
    padding-bottom: 100px;
} */

section.services-hero .hero-content-outer .content-wrapper .post-category {
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: 0px;
}

section.content-block.service-intro {
    padding-bottom: 0;
}

section.service-intro .mac-intro-section .mac-intro-content {
    padding: 0;
}

.service-gallery {
    position: relative;
}

.blogs-listing .single-post {
    padding: 0;
}

section.service-gallery h2.block-title {
    text-align: left;
    margin-bottom: 30px;
}

section.service-gallery .block-paragraphs ul {
    column-count: 2;
}

section.service-gallery .block-paragraphs ul li {
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    line-height: var(--lh-subtitle);
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    text-transform: uppercase;
    font-weight: 600;
}

section.service-gallery .block-paragraphs ul li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 16px;
    height: 22px;
    transform: translateY(-50%);
    background: url('/wp-content/uploads/2026/02/hexagon-bullet.svg') no-repeat;
    background-size: contain;
}


section.service-gallery .gallery-type-carousel {
    padding: 0 5vw 0 0;
}

section.service-gallery .gallery-type-carousel .modular-image-container {
    width: clamp(280px, 32vw, 570px);
    height: clamp(320px, 50vw, 670px);
    flex: 0 0 auto;
    padding: 0;
}


section.service-gallery .gallery-type-carousel button.slick-prev.slick-arrow {
    left: -50px;
    background-color: transparent;
}


section.service-gallery .gallery-type-carousel button.slick-next.slick-arrow {
    right: -50px;
    background-color: transparent;
}

section.service-gallery .gallery-type-carousel button.slick-prev:before,
section.service-gallery .gallery-type-carousel button.slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2026/02/arrow-circle-1.svg') no-repeat center;
    background-size: contain;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.service-gallery .gallery-type-carousel button.slick-prev:before {
    transform: translate(-50%, -50%) scale(-1);
}

section.service-gallery .slides.carousel-slider ul.slick-dots {
    width: calc(100% - 30px);
    bottom: -40px;
}

section.service-gallery .slides.carousel-slider ul.slick-dots li button:before {
    width: 20px;
    height: 20px;
    color: #333333;  
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/03/slick-navs-dark.svg') no-repeat;
    background-size: contain;
    color: transparent;
}

section.service-gallery .slides.carousel-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

/* Arrows */
section.service-gallery .block-slider .slick-prev,
section.service-gallery .block-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: transparent;
}

section.service-gallery .block-slider .slick-prev:hover,
section.service-gallery .block-slider .slick-next:hover {
    cursor: pointer;
}

section.service-gallery .gallery-block.layout-03 .gallery-container {
    row-gap: 0;
}


.our-process h3.tile-title {
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.our-process .tiles-wrapper .single-tile:first-child h3.tile-title {
    color: var(--primary-color);
}

.our-process .tiles-wrapper .single-tile:nth-child(2) h3.tile-title {
    color: var(--secondary-color);
}

.our-process .tiles-wrapper .single-tile:nth-child(3) h3.tile-title {
    color: var(--quaternary-color);
}

.our-process .tiles-wrapper .single-tile:nth-child(4) h3.tile-title {
    color: var(--light-gery-color);
}


.our-process .tiles-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    max-width: var(--container-default);
    margin: 0 auto;
}

.our-process .tiles-wrapper .single-tile {
    position: relative;
}

.our-process .tiles-wrapper .single-tile:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 75px;
    right: -30%;
    width: 100%;
    height: 30px;
    background: #ffffff;
    z-index: -1;
}

.our-process .tiles-wrapper .single-tile::before {
    position: absolute;
    right: 15%;
    top: 73px;
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--body-size);
    line-height: var(--lh-body);
    letter-spacing: var(--ls-subtitle);
    text-transform: uppercase;
}

.our-process .tiles-wrapper .single-tile:nth-child(1)::before {
    content: "Clear";
    color: var(--primary-color);
    right: 12%;
}

.our-process .tiles-wrapper .single-tile:nth-child(2)::before {
    content: "Honest";
    right: 12%;
}

.our-process .tiles-wrapper .single-tile:nth-child(3)::before {
    content: "Communication";
    color: var(--quaternary-color);
    right: 0;
}

.our-process .tile-icon-wrap {
    position: relative;
}

.our-process .tiles-title-wrap h2.block-title.with-line {
    text-align: left;
    padding-left: 2vw;
    margin-bottom: 20px;
}

section.section-right-space .cb-foreground-bg,
section.section-right-space .block-overlay {
    width: calc(100% - 5vw);
}


.featured-projects .post-details .post-info a.post-title h2.single-post-title {
    margin-top: 0;
}

.featured-projects .blogs-listing .single-post {
    padding: 0;
}

.featured-projects .single-post-title .project-name {
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    color: var(--primary-color);
    text-wrap: unset;
}

.featured-projects .single-post-title .project-location {
    color: var(--dark-text-color);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.featured-projects .post-details .post-info {
    width: 100%;
}

.featured-projects .post-details .post-info .post-categories {
    order: 1;
}

.featured-projects .post-details .post-info .post-categories span.post-cat {
    background-color: var(--quaternary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: var(--fs-body);
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 1px;
}

.featured-projects .post-details .post-info a.post-title {
    order: 2;
}

.featured-projects .post-details .post-info .post-excerpt {
    order: 3;
}

.featured-projects .post-details .post-info a.btn {
    order: 4;
    font-family: var(--subheading-font);
    font-size: var(--fs-btn);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: clamp(10px, 1.2vw, 14px) clamp(10px, 2.5vw, 40px);
    text-transform: uppercase;
    color: var(--dark-text-color);
    border: 1px solid var(--dark-text-color);
}

.project-gallery .modular-gallery-ul.slides.carousel-slider ul.slick-dots {
    bottom: -40px;
}



.project-gallery .modular-gallery-ul.slides.carousel-slider ul.slick-dots button::before {
    color: var(--primary-color);
    font-size: 14px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    background: url('/wp-content/uploads/2026/03/slick-navs-primary.svg') no-repeat;
    background-size: contain;
    color: transparent;
}

section.project-info .container {
    padding-top: 0;
    padding-bottom: 0;
}

section.content-block.project-info .container .image-position-right .mac-intro-content {
    padding-right: 5vw;
    padding-left: 0;
}

section.content-block.project-info .container .image-position-left .mac-intro-content {
    padding-right: 0;
    padding-left: 5vw;
}

.services-hero .hero-type-inner3.hero-image-style-square.image-edge-touch.layout-40-60 .hero-container .hero-content .hero-content-outer .content-wrapper {
    width: 40vw;
    max-width: calc(45% - 70px);
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.services-hero .hero-type-inner3.hero-image-style-square.image-edge-touch.layout-40-60 .hero-container .hero-content .hero-content-outer .content-wrapper h1.hero_title {
    margin: 0;
}

.services-hero .hero-type-inner3.hero-image-style-square.image-edge-touch.layout-40-60 .hero-container .hero-content .hero-content-outer .content-wrapper h1.hero_title span.project-location {
    color: var(--dark-text-color);
}

.hero-text-dark .hero-container .hero-content .buttons-wrapper {
    margin-top: 0;
}

.inner-hero-block .hero-container .hero-content h1.hero_title span.project-name {
    margin-bottom: 20px;
}

.hero-text-dark .hero-container .hero-content .hero_subtitle {
    font-weight: 600;
}


section.section-container .container .image-position-right,
section.section-container .container .image-position-left {
    padding-left: 4vw;
}

.block-type-image-text .image-position-left .mac-intro-content,
.block-type-image-text .image-position-right .mac-intro-content {
    padding-left: 5vw;
    padding-right: 5vw;
}

.job-open-posts .container {
    margin: 0 auto;
}

/* Footer newsletter GHL iframe: force compact height */
#inline-SL8dQN23ujnVFGwvZ1Z4{
  width:100%;
  max-height: 80px;
  border:none;
  display:block;
}

.career-intro .single-tile h3.tile-title,
.open-positions .single-tile h3.tile-title{
    font-family: var(--body-font);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    color: var(--secondary-color);
    text-wrap: unset;
}

.career-intro .single-tile h3.tile-title{
    min-height: 50px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.open-positions .swifty-card .post-info h2.single-post-title{
    margin-bottom: 0;
}

.open-positions .swifty-card .post-info h2.single-post-title a{
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--fs-subtitle);
    line-height: var(--lh-subtitle);
    text-transform: uppercase;
}

.open-positions .swifty-card .post-info {
    gap: 15px;
}

.open-positions .swifty-card .post-info .career-details {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    width: 70%;
    margin-top: -20px;
}

.career-intro h2.block-title {
    margin-bottom: 20px;
}

.posts-list .swifty-card .post-info .single-post-title {
    margin-bottom: 20px;
}

.posts-list .swifty-card .post-info .single-post-title a span.project-name {
    display: block;
    margin-bottom: 5px;
}

.posts-list .swifty-card .post-info .single-post-title span.project-location{
    color: var(--dark-text-color);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
}

.cta-block .cta-wrap .cta-left h2.block-title {
    margin-bottom: 30px;
}

.cta-block .cta-wrap .cta-left .cta-text-wrap .block-description{
    text-align: center;
    margin-bottom: 30px;
}

body section.content-block.our-story-hero{
    position: relative;
}


body section.content-block.our-story-hero .hero-container .hero-content.content-container h1.hero_title{
    text-transform: uppercase;
}

section.cta-block .cta-wrap{
    max-width: var(--container-small);
    margin: 0 auto;
}

section.cta-block .cta-left .cta-text-wrap{
    max-width: 600px;
    margin: 0 auto;
}

.cta-block .cta-wrap .cta-right .cta-form {
    max-width: 402px;
    margin: 0 auto;
}

section.posts-list.news-posts .swifty-cards-wrapper .swifty-card a.btn,
.home-news .blogs-listing .single-post .post-info a.btn {
    padding: 10px 20px 10px 0;
    border: 0;
    color: var(--secondary-color);
    position: relative;
}

section.posts-list.news-posts .swifty-cards-wrapper .swifty-card a.btn::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: clamp(16px, 1.3vw, 20px);
    height: clamp(10px, 0.9vw, 13px);
    background-color: currentColor;
    -webkit-mask: url("/wp-content/uploads/2026/03/icon-arrow-more.svg") no-repeat center / contain;
    mask: url("/wp-content/uploads/2026/03/icon-arrow-more.svg") no-repeat center / contain;
    transition: all 0.5s ease;
}

section.posts-list.news-posts .swifty-cards-wrapper .swifty-card a.btn:hover::before{
    right: -5px;
}

section.posts-list.news-posts .swifty-cards-wrapper .swifty-card a.btn::after{
    content: "";
    width: 0;
    height: 1px;
    border-bottom: 2px solid var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 5px;
    top: auto;
    display: block;
    transform: none;
    mask: unset;
}

section.news-posts .swifty-cards-wrapper .swifty-card a:hover.btn::after{
    width: calc(100% - 20px);
}

section.posts-list.news-posts .swifty-cards-wrapper .swifty-card a.btn:hover,
.home-news .blogs-listing .single-post .post-info a.btn:hover{
    background-color: transparent;
    color: var(--secondary-color);
    border: 0 !important;
}



/* Career cards layout */
.open-positions .swifty-card .post-info {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "meta meta"
        "title button"
        "details details"
        "description description";
    column-gap: 30px;
}

/* Meta row */
.open-positions .post-meta {
    grid-area: meta;
    width: 70%;
    margin-bottom: 10px;
}

/* Title */
.open-positions .single-post-title {
    grid-area: title;
    width: 70%;
}

/* Apply button aligned right of title */
.open-positions .apply-now-link {
    grid-area: button;
    align-self: center;
    justify-self: end;
    white-space: nowrap;
}

/* Role | Experience | Location */
.open-positions .career-details {
    grid-area: details;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Divider between items */
.open-positions .career-details .career-item:not(:last-child)::after {
    content: "|";
    margin-left: 20px;
    color: #888;
}

/* Description */
.open-positions .career-description {
    grid-area: description;
    width: 70%;
}

.open-positions .swifty-grid .swifty-cards-wrapper {
    width: 100%;
    max-width: 100%;
}

.open-positions .swifty-grid .swifty-cards-wrapper article{
    padding: 40px 0;
}

.open-positions .swifty-grid .swifty-cards .posts-heading,
.open-positions .swifty-grid .swifty-cards-wrapper article .post-info {
    width: 80%;
    max-width: var(--container-default);
    margin: 0 auto;
}

.open-positions .swifty-grid .swifty-cards .posts-heading h2{
    text-align: left;
    margin-bottom: 10px;
}

.open-positions .swifty-grid .swifty-cards-wrapper article:nth-child(odd) {
    background-color: #fff;
}

.open-positions .swifty-grid .swifty-cards-wrapper article:nth-child(even) {
    background-color: var(--tertiary-color)
}

.open-positions .career-details .career-item h4{
    display: inline;
    color: var(--secondary-color);
    font-family: var(--subheading-font);
    font-weight: 600;
    font-size: var(--body-size);
    line-height: var(--lh-body);
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.open-positions .career-details .career-item span{
    font-family: var(--subheading-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: var(--body-size);
    line-height: var(--lh-body);
}

/* section.left-pattern,
section.left-hex-pattern {
    position: relative;
}

section.left-pattern .section-pattern-1,
section.left-hex-pattern .section-pattern-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 127px;
    background: url("/wp-content/uploads/2026/02/side-hex-pattern.svg") repeat-y top left;
    background-size: 100% auto;
}


section.left-pattern .section-pattern-1 .section-pattern-img,
section.left-hex-pattern .section-pattern-1 .section-pattern-img {
    display: none;
} */

/* -----------------------------------
   Left Hex Pattern (Desktop only)
----------------------------------- */

section.left-hex-pattern {
    position: relative;
}

/* Pattern rail */
section.left-hex-pattern .section-pattern-1 {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    max-width: 127px;
    width: 7vw;
    background-image: url("/wp-content/uploads/2026/02/side-hex-pattern.svg");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 127px auto;
    pointer-events: none;
}

/* Hide original img so pattern doesn't restart */
section.content-block.left-pattern .section-pattern-1 img.section-pattern-img,
section.left-hex-pattern .section-pattern-1 .section-pattern-img {
    display: none;
}

/* Content spacing */
section.left-hex-pattern > .container {
    padding-left: 127px;
}


.newsletter-cta .cta-block .cta-wrap{
    width: 70%;
    max-width: var(--container-small);
    display: block;
}

.newsletter-cta .cta-block .cta-left .cta-text-wrap{
    margin: 0 auto;
}

section.content-block.block-type-hero.news-hero {
    height: 65vh;
    min-height: 500px;
}

section.content-block.project-gallery .section-patterns-wrapper {
    z-index: 0;
}

section.content-block.block-type-hero.news-hero .inner-hero-block {
    padding-top: 100px;
}

section.news-hero .section-pattern.section-pattern-1 {
    width: 100%;
}

section.content-block.open-positions {
    padding-bottom: 0;
}

body section.content-block.open-positions .swifty-resources .swifty-grid {
    padding-bottom: 0px;
}

.title-animation .block-title,
.title-animation .block-subtitle {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    font-size: clamp(45px, 8vw, 150px);
    line-height: clamp(42px, 10vw, 198px);
    -webkit-text-stroke: 3px var(--primary-color);
    color: transparent;
}

.partnership-section.title-animation .block-title{
    margin-bottom: -30px !important;
}

body.single-post .post-content-inner .block-paragraphs .wp-block-embed__wrapper iframe{
    width: 100%;
    height: 500px;
}



/* main.site-main{
    position: relative;
}
main.site-main:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    max-width: 127px;
    width: 7vw;
    background-image: url("/wp-content/uploads/2026/02/side-hex-pattern.svg");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 127px auto;
    pointer-events: none;
} */

section.our-founder .mac-intro-section .img-text-block-img {
    padding: 0;
}

section.content-block.our-story-quote {
    padding-bottom: 50px;
}

section.content-block.our-founder .img-outer-wrapper {
    position: relative;
    overflow: hidden;
}

section.content-block.our-founder .img-outer-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease;
}

section.content-block.our-founder .img-outer-wrapper img:first-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.content-block.our-founder .img-outer-wrapper:hover img:first-child {
    opacity: 0;
}

section.content-block.the-solution .content-wrapper .block-paragraphs ul li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    line-height: 24px;
}

section.content-block.the-solution .content-wrapper .block-paragraphs ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 16px;
    height: 22px;
    transform: translateY(-50%);
    background: url('/wp-content/uploads/2026/02/hexagon-bullet.svg') no-repeat;
    background-size: contain;
}


.sl-wrapper.simple-lightbox {
    z-index: 99999;
}

.sl-overlay {
    background: #000;
    z-index: 99998;
}

.sl-wrapper.simple-lightbox button {
    color: #fff;
}

.footer-col.footer-col-form .ep-iFrameContainer {
    margin-left: -31px;
    max-width: 513px;
}
