.wcf-compat-th-image {
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 8px;
}
.wcf-compat-th-title {
    margin: 0;
    letter-spacing: 0.02em;
}
.wcf-compat-th-image__media img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}
.wcf-compat-brand-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px 40px;
    padding: 30px 0;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
}
@keyframes wcf-brand-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.wcf-compat-brand-slider__inner {
    will-change: transform;
}
.wcf-compat-brand-slider__item img {
    max-height: 48px;
    width: auto;
    opacity: 0.85;
    filter: grayscale(100%);
    transition: opacity 0.2s ease, filter 0.2s ease;
}
.wcf-compat-brand-slider__item img:hover {
    opacity: 1;
    filter: none;
}
.wcf-compat-progressbar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wcf-compat-progressbar__label {
    position: absolute;
    font-size: 48px;
    line-height: 1;
}
.wcf-compat-icon-box {
    padding: 10px 40px 30px;
}
.wcf-compat-icon-box__title {
    margin-bottom: 16px;
    font-weight: 500;
}
.wcf-compat-icon-box__desc ul {
    margin: 0;
    padding-left: 1.1em;
}
.wcf-compat-team {
    text-align: center;
}
.wcf-compat-team__photo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 16px;
}
.wcf-compat-team__name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.wcf-compat-team__role {
    opacity: 0.8;
}
.wcf-compat-team__social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
}
.wcf-compat-button .wcf-compat-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.wcf-compat-counter-number {
    font-size: 64px;
    line-height: 1;
}

/* GSAP text animation initial state */
[data-wcf-text-animation]:not([data-wcf-split-done]) {
    visibility: visible;
}

/* Featured Work hover image — overlay only, no scale/layout shift */
.wcf-compat-hover-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.wcf-compat-hover-card .wcf-compat-th-image__media img {
    transform: none !important;
    transition: opacity 0.35s ease;
}
.wcf-compat-hover-card .wcf-compat-hover-preview {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    transform: none;
    background: rgba(0, 0, 0, 0.55);
}
.wcf-compat-hover-card .wcf-compat-hover-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: none !important;
}
.wcf-compat-hover-card:hover .wcf-compat-hover-preview {
    opacity: 1;
    transform: none;
}
.wcf-compat-hover-card:hover .wcf-compat-th-image__media img {
    opacity: 0.2;
    transform: none !important;
}
.wcf-compat-hover-card:hover .wcf-compat-th-title {
    color: #fff !important;
    position: relative;
    z-index: 3;
}

/* Horizontal scroll section (Why Choose Us, etc.) — use % not 100vw to avoid page overflow */
.wcf-compat-hscroll-wrap {
    overflow: hidden !important;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    contain: paint;
}
.wcf-compat-hscroll-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
    will-change: transform;
}
.wcf-compat-hscroll-panel {
    flex: 0 0 auto !important;
    width: var(--wcf-hscroll-panel, 100%) !important;
    max-width: var(--wcf-hscroll-panel, 100%) !important;
    min-width: var(--wcf-hscroll-panel, 100%) !important;
    min-height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}
.wcf-compat-hscroll-panel > .e-con-inner {
    min-height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    padding: 60px 40px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.wcf-compat-hscroll-panel > .e-con-inner > .e-con,
.wcf-compat-hscroll-panel > .e-con-inner > .elementor-element {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 100%;
}
.wcf-compat-hscroll-panel .pin-spacer {
    display: contents !important;
}
/* Counter stats column inside horizontal panels */
.wcf-compat-hscroll-panel .wcf-compat-counter {
    position: relative;
    z-index: 1;
}
.wcf-compat-hscroll-panel .elementor-widget-wcf--counter {
    position: relative;
}

/* Image reveal */
.wcf-compat-image-reveal {
    overflow: hidden;
}
.wcf-compat-image-reveal img {
    display: block;
    width: 100%;
    height: auto;
}

/* Header builder compat */
body.wcf-elementor-header #masthead,
body.wcf-elementor-header #ast-desktop-header,
body.wcf-elementor-header #ast-mobile-header,
body.wcf-elementor-header .ast-mobile-header-wrap,
body.wcf-elementor-header .site-header,
body.wcf-elementor-header .main-header-bar-wrap {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
.wcf-compat-elementor-header,
header.elementor-14757,
body.wcf-elementor-header .elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.elementor-14757 .elementor-element-17c6ffb3,
.elementor-14757 .elementor-element-5ed4186 {
    background: #a00000 !important;
}
.elementor-14757 .elementor-element-17c6ffb3 {
    padding: 0;
}
.elementor-14757 .elementor-element-5ed4186 > .elementor-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 40px;
}
.elementor-14757 .elementor-element-17c6ffb3 .elementor-icon-list-text,
.elementor-14757 .elementor-element-17c6ffb3 .elementor-icon-list-item > a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}
.elementor-14757 .elementor-element-17c6ffb3 .elementor-icon-list-icon {
    display: none;
}
.elementor-14757 .elementor-element-6857363 {
    background: #0a0a0a !important;
    padding: 12px 0;
}
.elementor-14757 .elementor-element-6857363 > .e-con-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 100%;
    margin: 0 auto;
    gap: 24px;
    padding: 0 40px;
    width: 100%;
}
.elementor-14757 .elementor-element-1a83410 {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 280px !important;
    --width: 280px !important;
    position: relative;
}
.elementor-14757 .elementor-element-1a83410 img,
.elementor-14757 .elementor-element-bdd7679 img {
    max-height: 48px !important;
    max-width: 240px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}
.elementor-14757 .elementor-element-6857363 > .e-con-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 100%;
    margin: 0 auto;
    gap: 24px;
    padding: 0 40px;
    width: 100%;
}
.elementor-14757 .elementor-element-60fd818 {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}
.elementor-14757 .eael-wrapper-link-bdd7679 {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.elementor-14757 .elementor-element-bdd7679 {
    position: relative;
    z-index: 1;
}
.wcf-compat-header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
}
.elementor-14757 .wcf-compat-header-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.elementor-14757 .ast-menu-toggle,
.elementor-14757 .sub-menu,
.elementor-14757 .dropdown-menu-toggle {
    display: none !important;
}
body.wcf-elementor-header .elementor-location-header {
    position: relative;
    z-index: 999;
    width: 100%;
}
.wcf-compat-header-preset {
    width: 100%;
    background: #0a0a0a;
    color: #fff;
    padding: 18px 40px;
}
.wcf-compat-header-preset__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}
.wcf-compat-header-preset__logo img,
.wcf-compat-site-logo img {
    max-height: 46px;
    width: auto;
    display: block;
}
.wcf-compat-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wcf-compat-menu-list a {
    color: var(--wcf-menu-color, #fff);
    text-decoration: none;
    font-family: Kanit, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.wcf-compat-menu-list a:hover {
    opacity: 0.75;
}
.wcf-compat-menu-list .menu-item-has-children {
    position: relative;
}
.wcf-compat-menu-list .wcf-compat-submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}
.wcf-compat-menu-list .menu-item-has-children:hover > .wcf-compat-submenu,
.wcf-compat-menu-list .menu-item-has-children:focus-within > .wcf-compat-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wcf-compat-menu-list .wcf-compat-submenu a {
    display: block;
    padding: 8px 18px;
    white-space: nowrap;
}
.wcf-compat-offcanvas-list .wcf-compat-submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}
.wcf-compat-offcanvas-toggle {
    display: none;
    background: transparent !important;
    border: 0;
    width: 44px;
    height: 44px;
    padding: 10px 8px;
    cursor: pointer;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #fff;
    position: relative;
    z-index: 100001;
    margin-left: 8px;
}
.wcf-compat-offcanvas-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    border-radius: 1px;
}
.wcf-compat-offcanvas-panel {
    display: none;
}
.wcf-compat-offcanvas-panel[hidden] {
    display: none !important;
}
.wcf-compat-mobile-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 100002;
}
html.wcf-mobile-menu-open,
html.wcf-mobile-menu-open body {
    overflow: hidden !important;
}
@media (max-width: 921px) {
    .wcf-compat-header-preset__nav {
        display: none;
    }
    .elementor-14757 .wcf-compat-header-menu {
        display: none !important;
    }
    .elementor-14757 .wcf-compat-header-nav {
        display: flex !important;
        width: auto !important;
        max-width: none !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 0 !important;
        position: relative;
        z-index: 100001;
    }
    .elementor-14757 .elementor-element-60fd818,
    .elementor-14757 .elementor-element-9ace7ed {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        --width: auto !important;
        overflow: visible !important;
    }
    .elementor-14757 .wcf-compat-mobile-toggle,
    .wcf-compat-offcanvas-toggle {
        display: inline-flex !important;
    }
    .elementor-14757 .elementor-element-6857363 > .e-con-inner {
        flex-wrap: nowrap !important;
        padding: 0 16px !important;
        gap: 12px !important;
        overflow: visible !important;
    }
    .elementor-14757 .elementor-element-1a83410 {
        max-width: min(210px, 58vw) !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    .elementor-14757 .elementor-element-60fd818 {
        flex: 0 0 auto !important;
        width: auto !important;
    }
    .wcf-compat-header-nav {
        width: auto;
        justify-content: flex-end;
    }
    .elementor-14757 .elementor-element-6857363.is-open .wcf-compat-mobile-panel,
    .wcf-compat-header-nav.is-open .wcf-compat-mobile-panel,
    .wcf-compat-header-nav.is-open .wcf-compat-offcanvas-panel,
    .wcf-compat-header-preset.is-open .wcf-compat-offcanvas-panel,
    .wcf-compat-offcanvas.is-open .wcf-compat-offcanvas-panel {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: rgba(0, 0, 0, 0.96) !important;
        z-index: 2147483000 !important;
        padding: 72px 24px 32px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .elementor-14757 .elementor-element-17c6ffb3,
    .elementor-14757 .elementor-element-5ed4186 > .elementor-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .elementor-14757 .elementor-element-6857363 {
        padding: 10px 0;
        overflow: visible !important;
        position: relative;
        z-index: 100000;
    }
    .wcf-compat-menu-list {
        gap: 16px;
    }
    .wcf-compat-offcanvas-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .wcf-compat-offcanvas-list a,
    .wcf-compat-offcanvas-nav a {
        color: #fff !important;
        text-decoration: none;
        font-size: 22px;
        line-height: 1.9;
        text-transform: uppercase;
        display: block;
    }
    .wcf-compat-offcanvas-list .wcf-compat-submenu a {
        font-size: 16px;
        text-transform: none;
        opacity: 0.85;
        padding-left: 8px;
    }
    .wcf-compat-title,
    .wcf-compat-animated-heading {
        font-size: clamp(32px, 8vw, 120px) !important;
        line-height: 1.1 !important;
    }
    .wcf-compat-hscroll-wrap {
        overflow: visible;
    }
    .wcf-compat-hscroll-track {
        flex-direction: column !important;
        width: 100% !important;
        transform: none !important;
    }
    .wcf-compat-hscroll-panel {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto;
    }
    .wcf-compat-hscroll-panel > .e-con-inner {
        min-height: auto;
        padding: 40px 20px;
    }
    .wcf-compat-content-slider__slide {
        flex: 0 0 85%;
    }
    .wcf-compat-posts--cols-2,
    .wcf-compat-posts--cols-3 {
        grid-template-columns: 1fr;
    }
    .wcf-compat-portfolio__grid {
        grid-template-columns: 1fr;
    }
    .wcf-compat-scroll-item {
        flex-direction: column;
    }
    .wcf-compat-counter-number {
        font-size: clamp(36px, 10vw, 64px);
    }
    .wcf-compat-progressbar__label {
        font-size: clamp(24px, 6vw, 48px);
    }
}

@media (min-width: 922px) and (max-width: 1024px) {
    .elementor-14757 .wcf-compat-menu-list {
        gap: 16px;
        font-size: 13px;
    }
    .wcf-compat-content-slider__slide {
        flex: 0 0 calc(50% - 15px);
    }
    .wcf-compat-posts--cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Posts grid */
.wcf-compat-posts {
    display: grid;
    gap: 40px 60px;
}
.wcf-compat-posts--cols-2 { grid-template-columns: repeat(2, 1fr); }
.wcf-compat-posts--cols-3 { grid-template-columns: repeat(3, 1fr); }
.wcf-compat-posts__thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.wcf-compat-posts__title {
    margin: 12px 0 8px;
    font-family: Kanit, sans-serif;
}
.wcf-compat-posts__title a {
    color: inherit;
    text-decoration: none;
}
.wcf-compat-posts__read {
    color: #d80000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

/* Portfolio */
.wcf-compat-portfolio__header {
    font-family: Kanit, sans-serif;
    font-size: clamp(48px, 10vw, 120px);
    line-height: 1;
    margin-bottom: 24px;
}
.wcf-compat-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
}
.wcf-compat-portfolio__item {
    display: block;
    text-decoration: none;
    color: inherit;
}
.wcf-compat-portfolio__item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

/* Scroll elements */
.wcf-compat-scroll-elements {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.wcf-compat-scroll-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.wcf-compat-scroll-item__media {
    flex: 0 0 45%;
}
.wcf-compat-scroll-item__media img {
    width: 100%;
    height: auto;
    display: block;
}
.wcf-compat-scroll-item__title {
    font-family: Kanit, sans-serif;
    font-size: 28px;
    margin: 0 0 16px;
}

/* Content slider */
.wcf-compat-content-slider {
    overflow: hidden;
    width: 100%;
}
.wcf-compat-content-slider__track {
    display: flex;
    gap: var(--wcf-slider-gap, 30px);
    transition: transform 0.5s ease;
}
.wcf-compat-content-slider__slide {
    flex: 0 0 calc(25% - 22px);
    min-width: 0;
}

/* Testimonial */
.wcf-compat-testimonial {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 24px 0;
}
.wcf-compat-testimonial__item {
    flex: 0 0 min(520px, 90vw);
    scroll-snap-align: start;
    margin: 0;
    padding: 32px;
    background: #171717;
    color: #999;
}
.wcf-compat-testimonial__text {
    font-size: 18px;
    line-height: 1.6;
}

/* Video mask */
.wcf-compat-video-mask {
    position: relative;
    min-height: 200px;
}
.wcf-compat-video-mask__title {
    font-family: Kanit, sans-serif;
    font-size: clamp(32px, 6vw, 72px);
    line-height: 1.1;
}
.wcf-compat-video-mask__play {
    position: absolute;
    border: 0;
    background: #d80000;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
}
.wcf-compat-video-mask__modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcf-compat-video-mask__modal[hidden] {
    display: none !important;
}
.wcf-compat-video-mask__modal video {
    max-width: 90vw;
    max-height: 80vh;
}

/* Animated heading */
.wcf-compat-animated-heading {
    font-family: Kanit, sans-serif;
    font-size: clamp(48px, 12vw, 180px);
    line-height: 0.85;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--wcf-h1, #fff), var(--wcf-h2, #d80000));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
}

/* Elementor footer (footer-main / 14770) */
body.wcf-elementor-footer #colophon,
body.wcf-elementor-footer #ast-footer-wrap,
body.wcf-elementor-footer .site-footer,
body.wcf-elementor-footer .site-below-footer-wrap,
body.wcf-elementor-footer .ast-footer-copyright,
body.wcf-elementor-footer .ast-small-footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
.wcf-compat-elementor-footer,
footer.elementor-14770,
.elementor-14770 {
    width: 100%;
    background: #0a0a0a;
    color: #f7f7f7;
}
.elementor-14770 .e-con,
.elementor-14770 .elementor-widget-container {
    color: inherit;
}
.elementor-14770 .wcf-compat-text,
.elementor-14770 .wcf-compat-text p {
    color: #c8c8c8;
    font-family: Kanit, sans-serif;
    line-height: 1.6;
}
.elementor-14770 .wcf-compat-title {
    font-family: Kanit, sans-serif;
}
.elementor-14770 .elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.elementor-14770 .elementor-icon-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.elementor-14770 .elementor-icon-list-text {
    color: #f7f7f7;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.elementor-14770 .elementor-icon-list-icon svg,
.elementor-14770 .elementor-icon-list-icon i {
    color: #d80000;
    fill: #d80000;
}
.elementor-14770 .wcf-compat-site-logo img {
    max-width: 272px;
    width: 100%;
    height: auto;
    display: block;
}
.elementor-14770 > .e-con {
    max-width: min(100%, var(--wcf-content-max, 1680px));
    margin: 0 auto;
    padding: 60px 40px 40px;
}
.elementor-14770 .wcf-compat-animated-heading {
    margin-bottom: 24px;
}
@media (max-width: 921px) {
    .elementor-14770 > .e-con {
        padding: 48px 20px 32px;
    }
    .elementor-14770 .wcf-compat-animated-heading {
        font-size: clamp(40px, 14vw, 100px);
    }
}

/* Social icons */
.wcf-compat-social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wcf-compat-social-icons__item {
    color: var(--wcf-icon-color, #c0c0c0);
    font-size: 18px;
}

/* Blog / post */
.wcf-compat-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 40px 0;
}
.wcf-compat-post-nav a {
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #c2c2c2;
    color: #555;
}
.wcf-compat-post-content {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.wcf-compat-post-content img {
    max-width: 100%;
    height: auto;
}

/* Elementor page overflow safety */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}
.elementor-page .e-con {
    max-width: 100%;
}
.elementor-page img {
    max-width: 100%;
    height: auto;
}
.wcf-compat-title,
.wcf-compat-animated-heading {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
}
.elementor-page .wcf-compat-title[style*="font-size:140px"], 
.elementor-page .wcf-compat-title[style*="font-size: 140px"] {
    font-size: clamp(40px, 10vw, 140px) !important;
    line-height: 0.9 !important;
}
.elementor-page .wcf-compat-title[style*="font-size:200px"], 
.elementor-page .wcf-compat-title[style*="font-size: 200px"] {
    font-size: clamp(48px, 12vw, 200px) !important;
    line-height: 0.95 !important;
}
[data-wcf-text-animation="char"],
[data-wcf-text-animation="char"] .wcf-char,
[data-wcf-text-animation="word"] .wcf-word,
[data-wcf-text-animation="word"] .wcf-word-inner,
[data-wcf-text-animation="text_move"] .wcf-word,
[data-wcf-text-animation="text_move"] .wcf-word-inner {
    letter-spacing: 0 !important;
}
.wcf-compat-btn--static {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: default;
}
.wcf-compat-floating {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}
.wcf-compat-floating__img {
    position: absolute;
    height: auto;
    opacity: 0.85;
}
html:not(.wcf-gsap-ready) [data-wcf-text-animation] .wcf-char,
html:not(.wcf-gsap-ready) [data-wcf-text-animation] .wcf-word-inner,
.wcf-compat-no-gsap [data-wcf-text-animation] .wcf-char,
.wcf-compat-no-gsap [data-wcf-text-animation] .wcf-word-inner {
    opacity: 1 !important;
    transform: none !important;
}
.wcf-compat-title {
    hyphens: none;
    word-break: keep-all;
    max-width: 100%;
}
.wcf-compat-title span {
    display: inline;
}
.wcf-compat-title[style*="font-size:130px"], 
.wcf-compat-title[style*="font-size: 130px"],
.wcf-compat-title[style*="font-size:140px"], 
.wcf-compat-title[style*="font-size: 140px"],
.wcf-compat-title[style*="font-size:200px"], 
.wcf-compat-title[style*="font-size: 200px"] {
    white-space: normal;
    line-height: 0.95 !important;
}
.wcf-compat-th-image__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
body.elementor-page .e-con.e-con--dark,
body.elementor-page .e-con[style*="background-color: #000"],
body.elementor-page .e-con[style*="background-color:#000"],
body.elementor-page .e-con[style*="background-color: rgb(0, 0, 0)"] {
    color: #f5f5f5;
}
body.elementor-page .e-con.e-con--dark .wcf-compat-text,
body.elementor-page .e-con[style*="background-color: #000"] .wcf-compat-text,
body.elementor-page .e-con[style*="background-color:#000"] .wcf-compat-text {
    color: #d8d8d8;
}
body.elementor-page .e-con.e-con--dark .wcf-compat-btn,
body.elementor-page .e-con[style*="background-color: #000"] .wcf-compat-btn {
    color: #4da3ff;
}
.elementor-widget-google_maps .elementor-custom-embed {
    min-height: 380px;
}
.wcf-compat-scroll-item__media img {
    border-radius: 12px;
}
.wcf-compat-portfolio__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}
.wcf-compat-portfolio__item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.wcf-compat-portfolio__item-title {
    display: block;
    padding: 16px 0 4px;
    font-family: Kanit, sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.wcf-compat-portfolio__item-date {
    opacity: 0.7;
    font-size: 14px;
}
body .site-footer-focus-item.ast-footer-copyright,
body .ast-footer-copyright .ast-footer-copyright-wrap {
    display: none !important;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper,
.elementor-widget-image-carousel .swiper {
    overflow: hidden !important;
    max-width: 100%;
}
.elementor-widget-google_maps .elementor-custom-embed,
.elementor-widget-google_maps iframe {
    max-width: 100%;
}
.elementor-widget-google_maps iframe {
    width: 100% !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: min(100%, var(--wcf-content-max, 1800px));
    width: 100%;
}

/* Full-width layout for all Elementor pages (match homepage) */
body.elementor-page.ast-page-builder-template,
body.wcf-full-width-page {
    --wp--custom--ast-content-width-size: 100%;
    --wp--custom--ast-wide-width-size: 100%;
    --ast-normal-container-width: 100%;
    --wcf-content-max: 1800px;
}
body.elementor-page.ast-page-builder-template .site-content,
body.elementor-page.ast-page-builder-template .site-content > .ast-container,
body.elementor-page.ast-page-builder-template #primary,
body.elementor-page.ast-page-builder-template .entry-content,
body.elementor-page.ast-page-builder-template .elementor,
body.wcf-full-width-page .site-content,
body.wcf-full-width-page .site-content > .ast-container,
body.wcf-full-width-page #primary,
body.wcf-full-width-page .entry-content,
body.wcf-full-width-page .elementor {
    max-width: 100% !important;
    width: 100% !important;
}
body.elementor-page.ast-page-builder-template.ast-separate-container .site-content,
body.elementor-page.ast-page-builder-template.ast-separate-container #primary,
body.elementor-page.ast-page-builder-template .site-content > .ast-container,
body.wcf-full-width-page.ast-separate-container .site-content,
body.wcf-full-width-page.ast-separate-container #primary,
body.wcf-full-width-page.ast-plain-container .site-content > .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.elementor-page.ast-page-builder-template .ast-container,
body.wcf-full-width-page .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.elementor-page.ast-page-builder-template .e-con-boxed > .e-con-inner,
body.wcf-full-width-page .e-con-boxed > .e-con-inner {
    max-width: min(100%, var(--wcf-content-max, 1800px));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body.elementor-page.ast-page-builder-template .elementor-section.elementor-section-boxed > .elementor-container,
body.wcf-full-width-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: min(100%, var(--wcf-content-max, 1800px));
    padding-left: 24px;
    padding-right: 24px;
}
body.elementor-page.ast-page-builder-template .e-con-full,
body.elementor-page.ast-page-builder-template .elementor-section.elementor-section-full_width,
body.wcf-full-width-page .e-con-full,
body.wcf-full-width-page .elementor-section.elementor-section-full_width {
    max-width: 100% !important;
    width: 100% !important;
}
@media (min-width: 922px) {
    body.elementor-page.ast-page-builder-template .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-page.ast-page-builder-template .e-con-boxed > .e-con-inner,
    body.wcf-full-width-page .elementor-section.elementor-section-boxed > .elementor-container,
    body.wcf-full-width-page .e-con-boxed > .e-con-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/* Elementor top-level sections: full viewport width only */
body.elementor-page.ast-page-builder-template .elementor > .e-con.e-parent,
body.elementor-page.ast-page-builder-template .elementor > .elementor-section,
body.wcf-full-width-page .elementor > .e-con.e-parent {
    --width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
/* Keep Elementor flex layout intact — only allow children to shrink */
body.elementor-page .e-con.e-parent > .e-con-inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
body.elementor-page .e-con.e-parent > .e-con-inner > .e-con,
body.elementor-page .e-con.e-parent > .e-con-inner > .elementor-element.e-con {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
body.elementor-page .e-con.e-parent .wcf-compat-title {
    max-width: 100%;
    overflow-wrap: break-word;
}
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size:70px"], 
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size: 70px"],
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size:130px"], 
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size: 130px"],
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size:140px"], 
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size: 140px"] {
    font-size: clamp(28px, 7vw, 70px) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    word-break: normal;
}
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size:130px"], 
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size: 130px"],
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size:140px"], 
body.elementor-page .e-con.e-parent .wcf-compat-title[style*="font-size: 140px"] {
    font-size: clamp(36px, 7vw, 96px) !important;
}
body.elementor-page .e-con .wcf-compat-title {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
}
body.elementor-page .e-con .wcf-compat-title[style*="font-size:60px"], 
body.elementor-page .e-con .wcf-compat-title[style*="font-size: 60px"] {
    font-size: clamp(24px, 4.5vw, 60px) !important;
    line-height: 1.08 !important;
}
body.elementor-page .e-con.e-parent .wcf-compat-title span {
    white-space: normal;
}

/* Services page hero — readable image column + aligned title/copy */
.elementor-2679 .elementor-element-8631bae,
.elementor-element-8631bae {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    padding: 48px clamp(20px, 4vw, 56px) 64px !important;
    --padding-top: 48px !important;
    --padding-bottom: 64px !important;
    box-sizing: border-box;
    overflow: hidden !important;
}
.elementor-2679 .elementor-element-ee0577c,
.elementor-element-8631bae .elementor-element-ee0577c {
    display: grid !important;
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 36px 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    --margin-left: 0px !important;
    width: 100% !important;
    max-width: 1200px !important;
    --width: 100% !important;
    flex-wrap: nowrap !important;
}
body.elementor-page .elementor-2679 .elementor-element-ee0577c.e-con,
body.elementor-page .elementor-2679 .elementor-element-ee0577c.e-flex {
    display: grid !important;
    --display: grid !important;
}
.elementor-2679 .elementor-element-1dd5ea6,
.elementor-element-8631bae .elementor-element-1dd5ea6 {
    --width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    grid-column: 1 !important;
    padding: 0 !important;
    gap: 18px !important;
}
.elementor-2679 .elementor-element-1dd5ea6 .e-con,
.elementor-element-8631bae .elementor-element-1dd5ea6 .e-con,
.elementor-2679 .elementor-element-7a0908d,
.elementor-2679 .elementor-element-91b357b {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    min-height: 220px !important;
    aspect-ratio: 3 / 4;
    background-size: cover !important;
    background-position: center !important;
}
.elementor-2679 .elementor-element-fc2a720,
.elementor-element-8631bae .elementor-element-fc2a720 {
    --width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
}
/* Absolute copy block — put it back in normal flow under the title */
.elementor-2679 .elementor-element-40e7cb1 {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 40rem !important;
    --offset-x: 0px !important;
    --offset-y: 0px !important;
}
.elementor-2679 .elementor-element-0fc81cd,
.elementor-2679 .elementor-element-4fe317f {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}
.elementor-2679 .elementor-element-4fe317f {
    /* red divider line container — keep short */
    width: 72px !important;
    max-width: 72px !important;
    min-height: 2px !important;
}
.elementor-2679 .elementor-element-78d4bae,
.elementor-2679 .elementor-element-78d4bae .wcf-compat-text {
    position: relative !important;
    width: 100% !important;
    max-width: 40rem !important;
    color: #444 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}
/* Empty third column was creating a huge white void */
.elementor-2679 .elementor-element-800722c,
.elementor-element-8631bae .elementor-element-800722c {
    display: none !important;
}
.elementor-2679 .elementor-element-3868f80 .wcf-compat-title,
.elementor-element-8631bae .elementor-element-3868f80 .wcf-compat-title,
.elementor-element-8631bae .elementor-element-fc2a720 .wcf-compat-title {
    font-size: clamp(40px, 5vw, 72px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
}
.elementor-element-8631bae .elementor-element-fc2a720 .wcf-compat-title span {
    display: inline !important;
}
.elementor-2679 .elementor-element-fc2a720 .elementor-widget-text-editor,
.elementor-2679 .elementor-element-fc2a720 .wcf-compat-text,
.elementor-2679 .elementor-element-fc2a720 p {
    max-width: 42rem !important;
    text-align: left !important;
    color: #444 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}
@media (max-width: 900px) {
    .elementor-2679 .elementor-element-ee0577c,
    .elementor-element-8631bae .elementor-element-ee0577c {
        grid-template-columns: 1fr !important;
    }
    .elementor-2679 .elementor-element-1dd5ea6,
    .elementor-2679 .elementor-element-fc2a720 {
        grid-column: 1 !important;
    }
    .elementor-2679 .elementor-element-1dd5ea6 {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }
    .elementor-2679 .elementor-element-1dd5ea6 .e-con,
    .elementor-2679 .elementor-element-7a0908d,
    .elementor-2679 .elementor-element-91b357b {
        aspect-ratio: 4 / 5;
        min-height: 180px !important;
    }
}

/* Projects page hero split titles — ONLY the paired Our/Projects titles */
.elementor-12162 .elementor-element-f05c687 > .elementor-widget-wcf--title .wcf-compat-title {
    font-size: clamp(42px, 8vw, 96px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
    margin-right: 0.15em;
}

/* Clients logo carousel — logos are light/transparent PNGs; need dark strip */
.elementor-element-16b0777,
body.home .elementor-element-16b0777,
body.page-id-17382 .elementor-element-16b0777 {
    background: #111111 !important;
    padding: 36px 24px 44px !important;
    min-height: 160px !important;
}
.elementor-element-16b0777 .wcf-compat-title,
.elementor-element-9f746b7 .wcf-compat-title,
.elementor-element-9f746b7 .elementor-heading-title,
.elementor-element-9f746b7 h2 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-align: center !important;
    font-size: clamp(22px, 3vw, 36px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow: visible !important;
}
.elementor-element-707e44d,
.elementor-element-16b0777,
.elementor-element-707e44d .swiper {
    max-width: 100% !important;
}
.elementor-element-707e44d {
    min-height: 120px !important;
    background: transparent !important;
}
.elementor-element-707e44d .elementor-widget-container {
    padding: 8px 0 12px !important;
}
.elementor-element-707e44d .swiper-slide {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 88px !important;
    width: auto !important;
    max-width: 180px !important;
    background: #ffffff !important;
    border-radius: 8px;
    margin: 0 !important;
    padding: 14px 20px;
    box-sizing: border-box;
}
.elementor-element-707e44d .swiper-slide.wcf-logo-broken,
.elementor-element-707e44d .swiper-slide-duplicate {
    display: none !important;
}
.elementor-element-707e44d .swiper-wrapper {
    transform: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.elementor-element-707e44d .swiper,
.elementor-element-707e44d .elementor-image-carousel-wrapper {
    overflow: visible !important;
    height: auto !important;
}
.elementor-element-707e44d .swiper-lazy-preloader {
    display: none !important;
}
.elementor-element-707e44d .swiper-slide-image,
.elementor-element-707e44d img {
    max-height: 52px !important;
    max-width: 130px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
}

/* Contact page */
.wcf-compat-contact-inject {
    padding: 48px 24px 64px;
    background: #f6f6f6;
}
.wcf-compat-contact-inject__inner {
    max-width: 720px;
    margin: 0 auto;
}
.wcf-compat-animated-heading {
    font-size: clamp(42px, 10vw, 120px) !important;
    line-height: 0.9 !important;
    max-width: 100%;
    overflow-wrap: anywhere;
}
body.elementor-page #masthead,
body.elementor-page .ast-primary-header-bar,
body.wcf-elementor-header #masthead {
    display: none !important;
}

/* About Us page hero */
.elementor-element-5636731 .elementor-element-5e5771f {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 48px 55px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.elementor-element-5636731 .elementor-element-ed29548,
.elementor-element-5636731 .elementor-element-b5f752f,
.elementor-element-5636731 .elementor-element-f05c2b8 {
    width: 100% !important;
    max-width: 820px !important;
    flex: 0 0 auto !important;
}
.elementor-element-5636731 .wcf-compat-title {
    font-size: clamp(28px, 5.5vw, 70px) !important;
    line-height: 1.08 !important;
    text-align: left !important;
    max-width: 100% !important;
}
.elementor-element-5636731 .wcf-compat-title p {
    margin: 0 0 0.12em;
}

/* v1.6.0 sitewide fixes */
body.elementor-page {
    overflow-x: clip;
}
.wcf-compat-progressbar-wrap {
    text-align: center;
    margin: 0 auto 24px;
}
.wcf-compat-progressbar-wrap .wcf-compat-progressbar__title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.wcf-compat-team__social a,
.wcf-compat-team__social .wcf-compat-social-icons__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    font-size: 18px;
    line-height: 1;
}
.wcf-compat-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wcf-compat-social-icons__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    min-width: 36px;
    color: var(--wcf-icon-color, #c0c0c0);
}
.wcf-compat-contact-inject {
    width: 100%;
    max-width: min(100%, 1800px);
    margin: 0 auto;
    padding: 48px 24px 72px;
    box-sizing: border-box;
    background: #0a0a0a;
    color: #fff;
}
.wcf-compat-contact-inject__inner {
    max-width: 640px;
    margin: 0 auto;
}
.wcf-compat-contact-inject__title {
    font-family: Kanit, sans-serif;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 500;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.wcf-compat-contact-form label {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.wcf-compat-contact-form input,
.wcf-compat-contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}
.wcf-compat-contact-form button.wcf-compat-btn {
    background: #d80000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 14px 28px;
    font-family: Kanit, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.wcf-compat-btn--creative {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: #d80000;
    color: #fff !important;
    border-radius: 8px;
    padding: 15px 25px;
    font-family: Kanit, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.2;
}
.wcf-compat-btn--creative .wcf-compat-btn__secondary {
    display: none;
}
.wcf-compat-btn--creative .wcf-compat-btn__icon,
.wcf-compat-btn--creative .wcf-compat-btn__icon--svg {
    width: 18px;
    height: 18px;
}
/* Keep animated titles readable before/without GSAP */
[data-wcf-text-animation] {
    visibility: visible !important;
}
html:not(.wcf-gsap-ready) [data-wcf-text-animation],
.wcf-compat-no-gsap [data-wcf-text-animation] {
    opacity: 1 !important;
}
/* Hide duplicate in-page header chrome on Contact ONLY inside page content —
   never hide the global sticky header menu (that was the Contact nav bug). */
body.page-id-2154 .elementor-2154 .elementor-widget-wcf--header-menu,
body.page-id-2154 .elementor-2154 .elementor-widget-wcf--site-logo {
    display: none !important;
}
header.elementor-14757 .elementor-widget-wcf--header-menu,
.wcf-compat-elementor-header .elementor-widget-wcf--header-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wcf-compat-contact-form__notice {
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.wcf-compat-contact-form__notice--ok {
    background: rgba(0, 128, 0, 0.15);
    border: 1px solid rgba(0, 128, 0, 0.35);
}
.wcf-compat-contact-form__notice--err {
    background: rgba(216, 0, 0, 0.12);
    border: 1px solid rgba(216, 0, 0, 0.35);
}
.elementor-element-7318a48 .wcf-compat-th-image,
.elementor-element-7318a48 .elementor-widget-wcf--t-h-image {
    min-height: auto !important;
}
@media (max-width: 767px) {
    .elementor-element-7318a48 .wcf-compat-th-image {
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .elementor-element-7318a48 .wcf-compat-th-title {
        font-size: clamp(18px, 5vw, 28px) !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }
    .elementor-element-7318a48 .wcf-compat-th-image__media img {
        max-height: 220px;
        object-fit: cover;
    }
}
[data-wcf-text-animation].wcf-compat-text-reset,
[data-wcf-text-animation].wcf-compat-text-reset .wcf-char,
[data-wcf-text-animation].wcf-compat-text-reset .wcf-word-inner {
    opacity: 1 !important;
    transform: none !important;
    letter-spacing: 0 !important;
}

/* v1.6.1 sitewide polish */
.wcf-compat-title-accent {
    color: #d80000;
}
.wcf-compat-btn__icon--svg {
    display: inline-block;
    vertical-align: middle;
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
}
.wcf-compat-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.elementor-page .wcf-compat-title[style*="font-size:80px"], 
.elementor-page .wcf-compat-title[style*="font-size: 80px"] {
    font-size: clamp(36px, 7vw, 80px) !important;
    line-height: 1.05 !important;
}
.elementor-page .wcf-compat-title[style*="font-size:100px"], 
.elementor-page .wcf-compat-title[style*="font-size: 100px"] {
    font-size: clamp(32px, 6vw, 100px) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
}
body.wcf-elementor-footer #colophon,
body.wcf-elementor-footer .site-footer,
body.wcf-elementor-footer .ast-footer-copyright,
body.wcf-elementor-footer .site-below-footer-wrap {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}
/* Hide Elementor widgets that are empty after compat render */
.elementor-widget-wcf--image .elementor-widget-container:empty,
.elementor-widget-wcf--t-h-image .elementor-widget-container:empty {
    display: none;
}
@media (max-width: 921px) {
    .elementor-page .wcf-compat-title[style*="font-size:80px"], 
    .elementor-page .wcf-compat-title[style*="font-size: 80px"],
    .elementor-page .wcf-compat-title[style*="font-size:100px"], 
    .elementor-page .wcf-compat-title[style*="font-size: 100px"],
    .elementor-page .wcf-compat-title[style*="font-size:140px"], 
    .elementor-page .wcf-compat-title[style*="font-size: 140px"],
    .elementor-page .wcf-compat-title[style*="font-size:200px"], 
    .elementor-page .wcf-compat-title[style*="font-size: 200px"] {
        white-space: normal !important;
        word-break: normal;
    }
    .wcf-compat-menu-list a {
        font-size: 13px;
    }
}

/* Animation recovery (v1.7.1) — never leave content invisible */
@keyframes wcf-float-wiggle {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}
.wcf-compat-float-anim,
.wcf-compat-floating__img {
    animation: wcf-float-wiggle 4.5s ease-in-out infinite;
    will-change: transform;
}
.wcf-compat-image-reveal {
    overflow: hidden;
}
.wcf-anim-ready {
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.wcf-compat-io:not(.wcf-gsap-ready) .wcf-anim-ready {
    opacity: 0;
    transform: translateY(18px);
}
.wcf-compat-io:not(.wcf-gsap-ready) .wcf-anim-ready.wcf-inview,
.wcf-compat-no-gsap .wcf-anim-ready,
.wcf-gsap-ready .wcf-anim-ready {
    opacity: 1;
    transform: none;
}
.wcf-compat-th-image {
    width: 100%;
}
.wcf-compat-th-image__media {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #111;
}
.wcf-compat-th-image__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ekit-heading--title,
.elementskit-section-title {
    max-width: 100%;
    overflow-wrap: break-word;
}
.ekit-image-accordion,
.elementskit-image-accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Homepage Our Services — equal image cards (kill uneven accordion expand) */
/* Empty ElementsKit accordion has no backgrounds — hide the blank black row */
body.home .elementor-element-7318a48,
body.page-id-17382 .elementor-element-7318a48 {
    display: none !important;
}
body.home .elementor-element-bde6335,
body.page-id-17382 .elementor-element-bde6335 {
    padding: 48px clamp(16px, 3vw, 40px) 64px !important;
}
body.home .elementor-element-848f3ec .wcf-compat-title,
body.page-id-17382 .elementor-element-848f3ec .wcf-compat-title,
.elementor-element-bde6335 .wcf-compat-title {
    font-size: clamp(36px, 5vw, 64px) !important;
    line-height: 1.05 !important;
    text-align: left !important;
    max-width: 100% !important;
    color: #121212 !important;
}
body.home .elementor-element-0314d27,
body.page-id-17382 .elementor-element-0314d27 {
    max-width: 760px !important;
    margin: 0 0 36px !important;
}
body.home .elementor-element-0314d27 p,
body.page-id-17382 .elementor-element-0314d27 p {
    text-align: left !important;
    color: #444 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}
/* Service rows: keep 3 equal columns, standardize media + text */
body.home .elementor-element-0a779a0 > .e-con-inner > .e-con,
body.page-id-17382 .elementor-element-0a779a0 > .e-con-inner > .e-con {
    margin-bottom: 28px !important;
}
body.home .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner,
body.page-id-17382 .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
}
body.elementor-page.home .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner.e-con,
body.elementor-page.page-id-17382 .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner {
    display: grid !important;
    --display: grid !important;
}
body.home .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner > .e-con,
body.page-id-17382 .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    flex: none !important;
    min-width: 0 !important;
}
body.home .wcf-compat-th-image,
body.page-id-17382 .wcf-compat-th-image {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    border-bottom: 0;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
}
body.home .elementor-widget-wcf--t-h-image,
body.page-id-17382 .elementor-widget-wcf--t-h-image,
body.home .elementor-element-0a779a0 .elementor-widget,
body.page-id-17382 .elementor-element-0a779a0 .elementor-widget {
    width: 100% !important;
    max-width: 100% !important;
    --container-widget-width: 100% !important;
}
body.home .elementor-widget-wcf--t-h-image .elementor-widget-container,
body.page-id-17382 .elementor-widget-wcf--t-h-image .elementor-widget-container {
    width: 100% !important;
}
body.home .wcf-compat-th-image__media,
body.page-id-17382 .wcf-compat-th-image__media {
    display: none !important; /* keep only the 2nd (Elementor) image per service */
}
body.home .wcf-compat-th-image__media img,
body.page-id-17382 .wcf-compat-th-image__media img {
    display: none !important;
}
body.home .wcf-compat-th-title,
body.page-id-17382 .wcf-compat-th-title {
    font-size: clamp(20px, 2vw, 26px) !important;
    line-height: 1.15 !important;
    margin: 12px 0 0 !important;
    text-align: left !important;
}
body.home .elementor-element-0a779a0 .elementor-widget-text-editor,
body.page-id-17382 .elementor-element-0a779a0 .elementor-widget-text-editor,
body.home .elementor-element-0a779a0 .wcf-compat-text,
body.page-id-17382 .elementor-element-0a779a0 .wcf-compat-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}
/* One image per service — the Elementor image widget (2nd image) */
body.home .elementor-element-0a779a0 .elementor-widget-image,
body.page-id-17382 .elementor-element-0a779a0 .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    order: -1; /* show image above the service title */
    margin: 0 0 4px !important;
}
body.home .elementor-element-0a779a0 .elementor-widget-wcf--t-h-image,
body.page-id-17382 .elementor-element-0a779a0 .elementor-widget-wcf--t-h-image {
    order: 0;
}
body.home .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner > .e-con,
body.page-id-17382 .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner > .e-con {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
}
body.home .elementor-element-0a779a0 img.attachment-large,
body.page-id-17382 .elementor-element-0a779a0 img.attachment-large,
body.home .elementor-element-0a779a0 .elementor-widget-image img,
body.page-id-17382 .elementor-element-0a779a0 .elementor-widget-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover !important;
    border-radius: 10px;
    display: block;
}
body.home .wcf-compat-hover-card .wcf-compat-hover-preview,
body.page-id-17382 .wcf-compat-hover-card .wcf-compat-hover-preview {
    display: none !important;
}
@media (max-width: 1024px) {
    body.home .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner,
    body.page-id-17382 .elementor-element-0a779a0 .e-con-inner > .e-con > .e-con-inner {
        grid-template-columns: 1fr !important;
    }
}
/* Who We Are — restore image | text side-by-side (was stacked full-width by flex-wrap) */
body.home .elementor-element-bc53df4 > .e-con-inner,
body.page-id-17382 .elementor-element-bc53df4 > .e-con-inner {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 28px !important;
}
body.home .elementor-element-bc53df4 .elementor-element-28caa54,
body.page-id-17382 .elementor-element-bc53df4 .elementor-element-28caa54 {
    flex: 0 1 47% !important;
    width: 47% !important;
    max-width: 47% !important;
    --width: 47% !important;
}
body.home .elementor-element-bc53df4 .elementor-element-39cea67,
body.page-id-17382 .elementor-element-bc53df4 .elementor-element-39cea67 {
    flex: 0 1 53% !important;
    width: 53% !important;
    max-width: 53% !important;
    --width: 53% !important;
}
body.home .elementor-element-bc53df4 .elementor-element-b2d6aee,
body.home .elementor-element-bc53df4 .wcf-compat-image,
body.page-id-17382 .elementor-element-bc53df4 .elementor-element-b2d6aee,
body.page-id-17382 .elementor-element-bc53df4 .wcf-compat-image {
    width: 100% !important;
    max-width: 100% !important;
}
body.home .elementor-element-bc53df4 .wcf-compat-image img,
body.page-id-17382 .elementor-element-bc53df4 .wcf-compat-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
@media (max-width: 1024px) {
    body.home .elementor-element-bc53df4 > .e-con-inner,
    body.page-id-17382 .elementor-element-bc53df4 > .e-con-inner {
        flex-wrap: wrap !important;
    }
    body.home .elementor-element-bc53df4 .elementor-element-28caa54,
    body.home .elementor-element-bc53df4 .elementor-element-39cea67,
    body.page-id-17382 .elementor-element-bc53df4 .elementor-element-28caa54,
    body.page-id-17382 .elementor-element-bc53df4 .elementor-element-39cea67 {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        --width: 100% !important;
    }
}

/* Hero + oversized titles — reliable clamps (inline styles use spaces) */
.elementor-element-1ecf517 .wcf-compat-title,
.elementor-element-706ee96 .wcf-compat-title {
    font-size: clamp(42px, 8.5vw, 140px) !important;
    line-height: 0.9 !important;
    white-space: normal !important;
    max-width: 100%;
}
.elementor-element-132b0cc8 .ekit-heading--title {
    font-size: clamp(36px, 6vw, 80px) !important;
    line-height: 1.05 !important;
}
@media (max-width: 1024px) {
    .wcf-compat-hscroll-wrap,
    .wcf-compat-hscroll-track {
        transform: none !important;
        width: 100% !important;
        flex-direction: column !important;
    }
    .wcf-compat-hscroll-panel {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: auto;
    }
}

/* ========== v1.7.6 — Services / Projects / Contact layout recovery ========== */

/* Services: kill Axtra negative margins that crush CTA into footer */
.elementor-2679 .elementor-element-03f7578 {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    overflow: hidden !important;
}
.elementor-2679 .elementor-element-f0fecac,
.elementor-element-f0fecac {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    --margin-top: 0px !important;
    --margin-bottom: 0px !important;
    padding: 72px 24px 80px !important;
    --padding-top: 72px !important;
    --padding-bottom: 80px !important;
    background: #fff !important;
    position: relative;
    z-index: 2;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.elementor-2679 .elementor-element-f0fecac > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 820px !important;
    margin: 0 auto !important;
    gap: 12px !important;
}
.elementor-2679 .elementor-element-f0fecac .wcf-compat-title,
.elementor-element-f0fecac .wcf-compat-title {
    position: relative !important;
    top: auto !important;
    overflow: visible !important;
    clip: auto !important;
    max-width: 100% !important;
    transform: none !important;
}
/* CTA label must stay small — never inherit hero paired-title clamps */
.elementor-2679 .elementor-element-8be2305 {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    align-self: center !important;
}
.elementor-2679 .elementor-element-8be2305 .elementor-widget-container {
    display: inline-block !important;
    padding: 6px 18px !important;
    border: 1px solid #c2c2c2 !important;
    border-radius: 999px !important;
    overflow: visible !important;
}
.elementor-2679 .elementor-element-8be2305 .wcf-compat-title,
.elementor-2679 .elementor-element-8be2305 .wcf-compat-title[style] {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase !important;
    color: #d60000 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    margin: 0 !important;
}
.elementor-2679 .elementor-element-8be2305 .wcf-compat-title .wcf-word,
.elementor-2679 .elementor-element-8be2305 .wcf-compat-title .wcf-word-inner {
    display: inline !important;
    overflow: visible !important;
    margin: 0 0.2em 0 0 !important;
    transform: none !important;
    font-size: 14px !important;
}
.elementor-2679 .elementor-element-79da980 .wcf-compat-title,
.elementor-2679 .elementor-element-79da980 .wcf-compat-title[style] {
    font-size: clamp(26px, 3.6vw, 44px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    max-width: min(700px, 100%) !important;
    color: #121212 !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.elementor-2679 .elementor-element-79da980 {
    max-width: min(700px, 100%) !important;
    width: 100% !important;
    margin: 0 auto !important;
    --container-widget-width: 100% !important;
}
.elementor-2679 .elementor-element-948f6ec {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Services scroll stack — stop overlapping media / empty voids */
.elementor-2679 .wcf-compat-scroll-elements {
    display: flex !important;
    flex-direction: column !important;
    gap: 72px !important;
    padding: 40px clamp(16px, 4vw, 48px) 56px;
    background: #121212;
}
.elementor-2679 .wcf-compat-scroll-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    min-height: 0 !important;
}
.elementor-2679 .wcf-compat-scroll-item__media {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1a1a;
}
.elementor-2679 .wcf-compat-scroll-item__media img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block;
}
.elementor-2679 .wcf-compat-scroll-item__title {
    display: none !important; /* template already has the title */
}
.elementor-2679 .wcf-compat-scroll-item__body {
    color: #ddd;
    min-width: 0;
}
.elementor-2679 .wcf-compat-scroll-item__body .wcf-compat-title {
    font-size: clamp(28px, 3.5vw, 40px) !important;
    line-height: 1.15 !important;
    color: #fff !important;
    margin: 0 0 12px !important;
}
.elementor-2679 .wcf-compat-scroll-item__body .wcf-compat-text {
    color: #999 !important;
}
.elementor-2679 .wcf-compat-scroll-item__template .e-con,
.elementor-2679 .wcf-compat-scroll-item__template .elementor-element {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
}
.elementor-2679 .wcf-compat-scroll-item__template .elementor-widget-icon-list {
    margin-top: 8px;
}
@media (max-width: 900px) {
    .elementor-2679 .wcf-compat-scroll-item {
        grid-template-columns: 1fr !important;
    }
}

/* Services page hero media fill */
.elementor-2679 .elementor-element-1dd5ea6 img,
.elementor-2679 .elementor-element-8631bae .elementor-element-1dd5ea6 img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block;
}

/* Projects hero — left image column + title without header overlap */
.elementor-12162 .elementor-element-2944278 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    --padding-top: 48px !important;
    overflow: visible !important;
}
.elementor-12162 .elementor-element-19779c7 {
    display: grid !important;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr) !important;
    flex-direction: unset !important;
    align-items: start !important;
    gap: 28px 40px !important;
    padding: 0 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
    --display: grid !important;
}
/* Beat Elementor frontend `body.elementor-page .e-con.e-flex { display:flex !important }` */
body.elementor-page .elementor-12162 .elementor-element-19779c7.e-con,
body.elementor-page .elementor-12162 .elementor-element-19779c7.e-flex,
body.elementor-page.elementor-page-12162 .elementor-element-19779c7 {
    display: grid !important;
    --display: grid !important;
}
.elementor-12162 .elementor-element-616afea {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}
.elementor-12162 .elementor-element-c7ce837,
.elementor-12162 .elementor-element-6db9919,
.elementor-12162 .elementor-element-3352a53,
.elementor-12162 .elementor-element-67ebc65 {
    width: 100% !important;
    max-width: 100% !important;
    --container-widget-width: 100% !important;
}
.elementor-12162 .elementor-element-c7ce837 img,
.elementor-12162 .elementor-element-6db9919 img,
.elementor-12162 .elementor-element-3352a53 img,
.elementor-12162 .elementor-element-67ebc65 img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 6px;
}
.elementor-12162 .elementor-element-af8ce5e,
.elementor-12162 .elementor-element-66b5ebf,
.elementor-12162 .elementor-element-f05c687 {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    --margin-top: 0 !important;
    --z-index: auto !important;
    z-index: auto !important;
    position: relative !important;
    top: auto !important;
    flex: none !important;
}
.elementor-12162 .elementor-element-6bda91f .wcf-compat-title,
.elementor-12162 .elementor-element-6606a9f .wcf-compat-title,
.elementor-12162 .elementor-element-f05c687 .wcf-compat-title {
    font-size: clamp(40px, 6vw, 84px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
    margin: 0 !important;
    max-width: 100% !important;
    color: inherit;
}
.elementor-12162 .elementor-element-6bda91f .wcf-compat-title {
    color: #111 !important;
}
.elementor-12162 .elementor-element-6606a9f .wcf-compat-title {
    color: #c70000 !important;
}
.elementor-12162 .elementor-element-f05c687 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 0 0.25em !important;
}
.elementor-12162 .elementor-element-07694a2,
.elementor-12162 .elementor-element-af51f59 {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 16px !important;
}
.elementor-12162 .elementor-element-af51f59 {
    max-width: 420px !important;
}
@media (max-width: 900px) {
    .elementor-12162 .elementor-element-19779c7 {
        grid-template-columns: 1fr !important;
    }
    .elementor-12162 .elementor-element-616afea,
    .elementor-12162 .elementor-element-af8ce5e {
        grid-column: 1 !important;
    }
}
/* Project cards row — readable grid instead of crushed strip */
.elementor-12162 .elementor-element-ee30519,
.elementor-12162 .elementor-element-87ef699 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px !important;
    padding: 24px clamp(16px, 3vw, 40px) !important;
    width: 100% !important;
}
.elementor-12162 .elementor-element-87ef699 > .e-con,
.elementor-12162 .elementor-element-ee30519 > .e-con,
.elementor-12162 .elementor-element-ebbcb71,
.elementor-12162 .elementor-element-0fa32ec,
.elementor-12162 .elementor-element-a167e85,
.elementor-12162 .elementor-element-c6e250d,
.elementor-12162 .elementor-element-f1f1cdb {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box;
}

/* Contact — collapse empty hero shells + tighten gap under header */
body.page-id-2154 .elementor-2154 .elementor-element-4db9742,
body.page-id-2154 .elementor-2154 .elementor-element-6cc86d3 {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-id-2154 .elementor-2154 .elementor-element-a1cd357 {
    --padding-top: 24px !important;
    --padding-bottom: 16px !important;
    padding-top: 24px !important;
    padding-bottom: 16px !important;
}
body.page-id-2154 .elementor-2154 .elementor-element-2a05b02 {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
}
body.page-id-2154 .elementor-2154 .elementor-element-aa5c9e1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 28px !important;
    align-items: stretch !important;
}
body.page-id-2154 .elementor-2154 .elementor-element-df34ab7,
body.page-id-2154 .elementor-2154 .elementor-element-2facc85 {
    flex: 1 1 320px !important;
    width: auto !important;
    max-width: 100% !important;
    --width: auto !important;
}
body.page-id-2154 .elementor-2154 .elementor-widget-google_maps .elementor-custom-embed,
body.page-id-2154 .elementor-2154 .elementor-widget-google_maps iframe {
    min-height: 360px !important;
    height: 360px !important;
    width: 100% !important;
    border: 0;
}
/* Contact form contrast */
.wcf-compat-contact-inject {
    display: block !important;
    visibility: visible !important;
    background: #0a0a0a !important;
    color: #ffffff !important;
    padding: 56px 24px 72px !important;
    margin-top: 0 !important;
}
.wcf-compat-contact-inject__title,
.wcf-compat-contact-form label {
    color: #ffffff !important;
    opacity: 1 !important;
}
.wcf-compat-contact-form input,
.wcf-compat-contact-form textarea {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}
.wcf-compat-contact-form input::placeholder,
.wcf-compat-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

/* Footer always visible sitewide */
footer.elementor-14770,
.wcf-compat-elementor-footer,
.elementor-location-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 5;
    clear: both;
    margin-top: 0 !important;
}
.wcf-compat-animated-heading {
    font-size: clamp(36px, 8vw, 110px) !important;
    line-height: 0.9 !important;
}

/* Override Elementor 130px title clamps on Projects hero */
body.elementor-page.elementor-page-12162 .elementor-element-6bda91f .wcf-compat-title,
body.elementor-page.elementor-page-12162 .elementor-element-6606a9f .wcf-compat-title,
body.elementor-page .elementor-12162 .elementor-element-6bda91f .wcf-compat-title[style*="font-size"],
body.elementor-page .elementor-12162 .elementor-element-6606a9f .wcf-compat-title[style*="font-size"] {
    font-size: clamp(40px, 6vw, 84px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
    max-width: 100% !important;
}
