:root {
    --bg-darker: #0a0a0b;
    --white: #fff;
    --bgp-light: #4b88ff;
    --padding-m: 20px;
    --bg-dark: #1c1d1f;
    --bg-base: #232426;
    --bgp-lighter: #d9e6ff;
    --padding-l: 40px;
    --border-radius-m: 7px;
    --line-color: #ffffff21;
    --gap-m: 20px;
    --bgp-dark: #1133b6;
    --bgp-base: #0047ff;
    --radius-l: 50px;
    --border-radius-xs: 5px;
    --emphasis: #a0c0ff;
    --paragraph: #ffffffb5;
    --paragraph-color: #ffffffb5;
    --gap-l: 40px;
    --oval: 0px;
    --gap-s: 10px;
}



/* Base block styles */
.mb-block {
    width: 50px;
    height: 50px;
    background-color: #333;
    margin: 5px;
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    opacity: 0.5;
}

/* Glow block styles */
.mb-block.is_glow {
    background-color: #6c5ce7;
    box-shadow: 0 0 10px rgba(108, 92, 231, 0.6);
}

/* Hover effect */
.mb-block:hover {
    transform: scale(1.1);
    background-color: #00cec9;
    box-shadow: 0 0 20px rgba(0, 206, 201, 0.6);
    cursor: pointer;
}

.mbc-wrapper:hover .mb-block {
    transform: scale(1.1);
    background-color: #00cec9;
    box-shadow: 0 0 20px rgba(0, 206, 201, 0.6);
    cursor: pointer;
}





body {
    background-color: var(--bg-darker);
    color: #ffffff;
    /* font-family: Gottak, Arial, sans-serif; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    transition: all .4s;
}


blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

.h-5vh {
    height: 5vh;
    min-height: 50px;
}

.text-ch-max25 {
    max-width: 25ch;
}

.text-light {
    color: #e5e7eb;
}

.gap-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
}

.text-lighter {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
}

.text-tagline {
    padding: 3px var(--padding-m);
    background-color: var(--bg-dark);
    text-transform: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 200;
}

.text-tagline.text-light,
.text-tagline.text-light.mb-5 {
    border: 1px solid var(--bg-base);
}

.text-tagline.view-link {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-horiz-dist-even {
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.h-40vh {
    height: 40vh;
}

.pos-relat {
    position: relative;
}

.h-20 {
    height: 20px;
}

.flex-horiz-c-end {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.flex-verti-cc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.stretch100x100 {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.my-2-5 {
    margin-top: .625rem;
    margin-bottom: .625rem;
}

.opac-40 {
    opacity: .4;
}

.flex-horiz-cc {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
}

.flex-horiz-cc.gap-10 {
    display: flex;
}

/* .container {
    grid-column-gap: 20px;
    grid-template: "."
        "Area"
        / 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    max-width: 1500px;
    min-height: 5px;
    display: flex;
}

.container.flex-verti-ss {
    z-index: 1;
    position: relative;
}

.container.z-10 {
    z-index: 15;
}

.container.max-1080 {
    justify-content: center;
    align-items: center;
    max-width: 1080px;
}

.container.stats-container {
    grid-column-gap: 0px;
    max-width: 1080px;
}

.container.small {
    max-width: 1080px;
}

.container.horiz {
    justify-content: space-between;
    align-items: flex-end;
} */

.mr-2-5 {
    margin-right: .625rem;
}

.wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapper.text-light.updated-on {
    padding: 5px var(--padding-m);
    border: 1px solid #ffffff2e;
    border-radius: 20px;
}

.my-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.flex-verti-ss {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.mb-5 {
    margin-bottom: 1.5rem;
}

.col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    perspective: 1000px;
    color: var(--bgp-lighter);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10px;
    display: flex;
}

.col.flex-horiz-c-end {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.col.flex-horiz-c-end.gap-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.col.flex-verti-cc.blog-header {
    justify-content: center;
    align-items: flex-start;
}

.col.flex-horiz-c-start {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.col.flex-horiz-c-start.gap-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.col.flex-verti-st-end.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.col.flex-verti-st-end.pb-10 {
    padding-bottom: 10px;
}

.col.flex-verti-ss {
    justify-content: flex-start;
    align-items: flex-start;
}

.col.flex-verti-ss.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.col.projects-left,
.col.flex-verti-sc {
    justify-content: center;
    align-items: flex-start;
}

.col.contact-page-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.col.project-header {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.col.wid-less {
    width: 70%;
}

.h-20vh {
    height: 20vh;
}

.text-left {
    text-align: left;
}

.ml-5 {
    margin-left: 1.5rem;
}

.flex-horiz-c-start {
    align-items: center;
    display: flex;
}

.h-10vh {
    height: 100px;
    min-height: 100px;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.bg-darker {
    background-color: var(--bg-darker);
}

.h-40 {
    height: 40px;
}

.z-10 {
    z-index: 10;
    position: relative;
}

.z-10.flex-verti-cc {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
}

.flex-verti-st-end {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.text-base {
    color: #9ca3af;
}

.text-center {
    text-align: center;
}

.section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 30px;
    display: flex;
    position: relative;
}

.section.horiz-dragger {
    color: #fff;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.opac-60 {
    opacity: .6;
}

.mt-5 {
    margin-top: 1.5rem;
}

.py-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.mt-2-5 {
    margin-top: .625rem;
}

.main {
    overflow: hidden;
}





.menu-glow-line {
    background-image: linear-gradient(265deg, var(--bgp-light), #fff0);
    width: 0%;
    height: 1px;
    position: absolute;
    inset: auto 0% 0% auto;
}



.body {
    background-color: #1c1d1f;
}



.main-hero.section {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    overflow: hidden;
}



.moving-blocks-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.moving-blocks-canvas {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    transform: rotate(23deg);
}

.mbc-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 200vh;
    display: flex;
}

.mb-block {
    background-image: linear-gradient(180deg, var(--bg-darker), #20202000 77%), linear-gradient(180deg, #0a0a0bed 46%, #25252500 84%), radial-gradient(circle farthest-corner at 50% 80%, black, #20202000 83%), linear-gradient(180deg, #0000 95%, #fffbb6d1), linear-gradient(180deg, #0000 89%, #0047ff5c), linear-gradient(180deg, #0000 73%, var(--emphasis)), linear-gradient(90deg, var(--emphasis), #0a0a0b00 57%, var(--emphasis)), linear-gradient(180deg, var(--bg-darker), var(--bg-base) 81%, var(--emphasis));
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto, auto, auto, cover, auto, auto;
    width: 100%;
    height: 40%;
    box-shadow: inset 0 2px 40px #fff3;
}

.mb-block.is_glow {
    z-index: 2;
    background-image: linear-gradient(86deg, var(--bg-darker), #1b1b1b00 78%), linear-gradient(180deg, var(--bg-darker), #20202000 77%), linear-gradient(180deg, #0a0a0bed 46%, #25252500 84%), radial-gradient(circle farthest-corner at 50% 80%, black, #20202000 83%), linear-gradient(180deg, #0000 95%, #fffbb6d1), linear-gradient(180deg, #0000 89%, #0047ff5c), linear-gradient(180deg, #0000 73%, var(--emphasis)), linear-gradient(90deg, var(--emphasis), #0a0a0b00 57%, var(--emphasis)), linear-gradient(180deg, var(--bg-darker), var(--bg-base) 81%, var(--emphasis));
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto, auto, auto, auto, cover, auto, auto;
}

.mb-glow {
    z-index: -10;
    background-color: var(--emphasis);
    width: 100%;
    height: 100px;
    position: relative;
}



@media screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }

    .flex-horiz-c-end {
        flex-wrap: wrap;
        place-content: center;
    }

    .flex-horiz-cc {
        flex-direction: row;
        align-items: flex-start;
    }

    .container {
        flex-direction: column;
        width: 95vw;
    }

    .container.py-5,
    .container.stats-container {
        flex-flow: row;
    }

    .col.contact-page-grid {
        grid-template-columns: 1fr 1fr;
        place-items: center stretch;
    }

    .hero-heading {
        font-size: 45px;
    }

    .special-btn-circle {
        width: 50px;
        height: 50px;
    }

    .special-button-first-letter,
    .special-btn-text {
        font-size: 16px;
    }

    .statement-content-box {
        height: auto;
    }

    .section-brands.section {
        height: 10vh;
    }

    .special-btn-arrow {
        width: 25px;
    }

    .cms-title {
        font-size: 45px;
    }

    .view-circle-wrapper {
        width: 70px;
        height: 70px;
    }

    .view-text {
        font-size: 45px;
    }

    .menu-wrapper {
        justify-content: center;
        align-items: center;
        width: 101vw;
        right: 0;
    }

    .menu-inner-wrapper.container {
        justify-content: flex-start;
        align-items: flex-start;
        width: 80vw;
    }

    .menu-text {
        text-align: left;
    }

    .logo-image {
        width: 100px;
        min-width: 100px;
        max-height: 35px;
    }

    .dropdown-title {
        font-family: Montserrat, sans-serif;
    }

    .dropdown {
        display: flex;
    }

    .show-qr-to-scan {
        display: none;
    }

    .faq-answer {
        opacity: 100;
    }

    .contact-field {
        flex-flow: row;
        grid-template-columns: 1fr;
        justify-content: center;
        place-items: center;
        display: flex;
        inset: auto auto -28% 0%;
    }

    .stats-section.section {
        padding-left: 10px;
    }

    .stats-card {
        padding: 10px;
    }

    .menu-divider {
        background-image: radial-gradient(circle at 20%, #fff, #0000);
        width: 200px;
    }

    .sub-menu {
        text-align: left;
    }

    .we-re-hiring {
        inset: 0% 0% auto auto;
    }

    .floating-contact-button {
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .hero-icon.pulsar.md-xs.lll {
        object-fit: scale-down;
        width: 35px;
        min-width: 35px;
        max-width: 35px;
        height: 35px;
        min-height: 35px;
        max-height: 35px;
    }

    .book-now-text {
        color: #fff;
        margin-bottom: 0;
    }

    .book-now-text.grayer {
        color: #cacaca;
    }

    .contact-button.computer {
        display: none;
    }

    .contact-button.mobile {
        background-color: var(--bg-base);
        height: 50px;
        display: flex;
    }

    .container-horizontal-gal {
        padding-left: 4em;
        padding-right: 4em;
    }

    .tricks-slider_slide {
        width: 48%;
        margin-right: 2em;
    }

    .progress {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }

    .h-5vh {
        height: 50px;
    }

    .hide-ls-down {
        display: none;
    }

    .container {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .container.py-5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .container.text-lighter {
        flex-flow: column;
    }

    .container.text-lighter.mb-5.mob-hide {
        display: none;
    }

    .container.flex-verti-ss {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .container.mob-invert {
        flex-flow: column;
    }

    .container.horiz {
        justify-content: space-between;
        align-items: flex-start;
    }

    .wrapper {
        flex-flow: column;
    }

    .col.flex-verti-cc.mob-left {
        justify-content: center;
        align-items: flex-start;
    }

    .col.flex-verti-cc.mob-hide {
        display: none;
    }

    .col.mb-5.mob-left,
    .col.mob-left {
        justify-content: center;
        align-items: flex-start;
    }

    .h-20vh {
        height: 200px;
    }

    .h-20vh.mob-less {
        height: 40px;
    }

    .h-10vh.mob-less {
        height: 20px;
    }

    .py-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .hero-section.section.mob-hide {
        display: none;
    }

    .hero-heading {
        font-size: 40px;
    }

    .nav-breadcrumb.text-base {
        white-space: nowrap;
    }

    .homepage-portfolio-container {
        grid-column-gap: var(--padding-m);
        grid-row-gap: var(--padding-m);
    }

    .hp-card-placers,
    .hp-card-placers.middle-card {
        width: 50%;
    }

    .hp-card-placers.outer-card {
        display: none;
    }

    .styling.is-home {
        height: 100vh;
        z-index: 100;
    }

    .content-sectie.section.z-10 {
        z-index: 0;
    }

    .heading-large {
        font-size: 32px;
    }

    .project-paragraph.statement-card-description,
    .project-paragraph.mob-left {
        padding-left: 0;
    }

    .statement-card-statement {
        font-weight: 200;
    }

    .gallery-section.h-40vh {
        height: 400px;
    }

    .section-rounder.bg-darker,
    .section-rounder.is-bottom {
        height: 70px;
    }

    .services-card {
        width: 1201%;
        padding-left: 15vw;
    }

    .logo-icon {
        width: 10rem;
        min-width: 10rem;
    }



    .circle-turn {
        position: relative;
    }

    .circle-turn-cir {
        width: 200vw;
        min-height: 300px;
    }

    .menu-button {
        margin-right: -30px;
    }

    .h-15vh {
        height: 150px;
    }

    .picture-frame {
        grid-column-gap: 13px;
        grid-template: "Area" minmax(300px, 1fr) "Area-2" minmax(300px, 1fr) "Area-4" minmax(auto, 1fr) "Area-3" minmax(auto, 1fr) / 1fr;
        height: auto;
    }

    .featured-project-container.is-shorter {
        height: 400px;
    }

    .cms-title {
        font-size: 32px;
    }

    .cms-arrow {
        width: 30px;
    }

    .contact-box-text {
        font-size: 12px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .heading-contact-option {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 24px;
    }

    .menu-wrapper {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #ffffff03;
        width: 110vw;
        right: -10px;
    }

    .menu-link-btn {
        width: 240px;
    }

    .menu-text {
        font-size: 32px;
    }

    .grad-blotch-wrapper.opac-40.top-left {
        z-index: -1;
    }

    .category-tag-button {
        font-size: 26px;
    }

    .collection-list-randowm-distr {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: wrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        place-items: center stretch;
        display: grid;
    }

    .category-collection-item {
        margin-right: 0;
    }

    .cms-div {
        border-radius: 3px;
        margin-top: 20px;
        margin-right: 20px;
    }

    .project-title {
        margin-bottom: 0;
    }

    .project-h2.mb-5.text-light {
        margin-bottom: 0;
    }

    .logo-home-button {
        width: 100px;
    }



    .navigation-dropdown {
        justify-content: flex-end;
        align-items: flex-start;
        width: 90vw;
        display: none;
        inset: 45px 0% 0% auto;
    }

    .dropdown-link {
        margin-bottom: 0;
    }

    .dropdown.mobhide {
        display: none;
    }



    .menu-glow-line {
        display: none;
    }

    .h2 {
        font-size: 26px;
    }

    .letter-card.grad-bg-1 {
        padding: 20px 40px 120px;
    }

    .form-block {
        width: 200px;
    }

    .form-grid {
        grid-template-rows: 1fr 1fr auto;
        grid-template-areas: "Area-2 Area-2"
            "Area-3 Area-3"
            "Area Area"
            "Area Area";
    }

    .letter-cover {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .stats.title {
        font-size: 16px;
    }

    .stats.title.is_smaller {
        font-size: 14px;
    }

    .stats.is_result {
        font-size: 21px;
    }

    .stats.is_result.is_smaller {
        font-size: 16px;
    }

    .stats-graph {
        width: 80%;
        margin-bottom: 10px;
    }

    .noise {
        display: none;
    }

    .floating-contact-button {
        padding-bottom: 0;
        padding-left: 0;
    }

    .contact-button.mobile {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        height: 40px;
    }

    .features-grid {
        grid-template: "Area"
            "Area-2"
            "Area-3"
            "Area-4"
            / 2fr;
        height: auto;
    }

    .feature-card.flex-verti-ss {
        min-height: 300px;
    }

    .featured-card-image._2nd.fw {
        min-width: 100%;
        top: -53%;
    }

    .tricks-slider_text {
        text-align: left;
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 21px;
    }

    .text-tagline.view-link {
        padding-left: 20px;
    }

    .hide-mob {
        display: none;
    }

    .container {
        flex-direction: row;
    }

    .container.text-lighter.max-1080 {
        justify-content: center;
        align-items: flex-start;
    }

    .container.stats-container {
        grid-column-gap: 10px;
    }

    .container.stats-container.mob-vert {
        flex-flow: column;
    }


    .col.flex-horiz-c-end.gap-10.is_nav-right {
        width: auto;
    }

    .col.flex-verti-ss.stats-card {
        padding-left: 0;
    }

    .col.contact-page-grid {
        grid-template-columns: 1fr;
    }

    .col.project-header {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }


    .hero-heading.text-center {
        line-height: 1.2;
    }

    .nav-breadcrumb {
        font-size: 10px;
    }

    .nav-breadcrumb.text-base {
        white-space: nowrap;
        font-size: 10px;
    }

    .homepage-portfolio-container {
        justify-content: center;
        align-items: flex-start;
    }

    .hp-card-placers.middle-card {
        height: 500px;
    }

    .hp-card-placers.is_mobile-space-top {
        margin-top: 100px;
    }

    .special-button {
        padding-left: 0;
        padding-right: 0;
    }

    .special-button.is-left {
        margin-left: 0;
    }

    .project-paragraph.statement-card-description {
        padding-left: 0;
    }

    .project-paragraph.mob-left {
        text-align: left;
    }

    .statement-number-box {
        display: none;
    }

    .gallery-section.h-40vh {
        height: 300px;
    }

    .section-rounder.bg-darker,
    .section-rounder.is-bottom {
        height: 70px;
    }

    .content-heading.font-center {
        font-size: 32px;
    }


    .circle-turn {
        top: 122px;
    }


    .menu-button {
        padding-left: 40px;
    }

    .lottie-animation {
        max-width: 40px;
        max-height: 60px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 20px;
    }

    .h-15vh.is-mob-less {
        height: 100px;
        min-height: 100px;
    }

    .menu-wrapper {
        display: none;
    }

    .menu-inner-wrapper.container {
        width: 90vw;
    }

    .menu-text {
        font-weight: 200;
    }

    .collection-item {
        padding-right: 0;
    }

    .category-tag-button {
        min-width: 100%;
    }

    .collection-list-randowm-distr {
        grid-template-columns: 1fr;
    }

    .cms-div.text-tagline.is-pos_relat.top {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        border-radius: 20px;
        flex-flow: column;
    }

    .project-pill-text.opac-60.is-legacy {
        display: none;
    }

    .logo-home-button {
        width: 80px;
        min-width: 60px;
    }

    .navigation-dropdown {
        background-color: #ddd0;
        justify-content: center;
        align-items: flex-start;
        display: none;
        position: fixed;
        inset: 97% 0% auto auto;
    }

    .dropdown-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown-link.w--current {
        background-size: auto, 70px;
    }

    .nav-link-details {
        text-align: left;
        font-size: 12px;
    }


    .mob-left {
        text-align: left;
    }

    .text-field.invert {
        filter: invert();
        transition: opacity .2s, all .325s cubic-bezier(.135, .609, .24, .884);
    }

    .mob-horiz.flex-horiz-cc {
        display: flex;
    }

    .rich-text-style p {
        font-family: Gottak, Arial, sans-serif;
        font-weight: 200;
    }

    .rich-text-style li {
        font-weight: 300;
    }

    .moving-blocks-wrapper {
        left: -33%;
        right: -44%;
    }

    .mbc-wrapper {
        width: 70px;
    }

    .tricks-slider_slide {
        width: 90%;
        max-height: 130vw;
        margin-right: 3em;
    }

    .tricks-slider_text {
        font-size: 28px;
    }
}

#w-node-_41f86a14-906d-fef3-0187-2337e768d18b-5033b99b {
    grid-area: Area;
}

#w-node-_41f86a14-906d-fef3-0187-2337e768d18d-5033b99b {
    grid-area: Area-2;
}

#w-node-_41f86a14-906d-fef3-0187-2337e768d18f-5033b99b {
    grid-area: Area-4;
}

#w-node-_41f86a14-906d-fef3-0187-2337e768d191-5033b99b {
    grid-area: Area-3;
}

#w-node-c2975b8b-7871-0c7d-af30-2782b13edc56-5033b9a6 {
    grid-area: Area;
}

#w-node-_4bd5dc2c-ed12-f97b-8efc-27d75a22e002-5033b9a6 {
    grid-area: Area-2;
}

#w-node-_6c62e05e-2dc0-b8c4-30d5-1f88e2d73343-5033b9a6 {
    grid-area: Area-3;
}

#w-node-dd85ef23-a4d5-8b05-671a-59d7c5199ff0-e70b733c {
    grid-area: Area;
}

#w-node-_4268d1e1-1dac-9afe-fd3d-f0f278a8b052-e70b733c {
    grid-area: Area-2;
}

#w-node-_1dc0e6d6-e552-396f-e68e-23fc6e63bfb0-e70b733c {
    grid-area: Area-3;
}

#w-node-_544bac49-aa50-1a5f-81ba-ddae1416cb70-e70b733c {
    grid-area: Area-4;
}

.video-banner-container {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.video-mask {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 170%;
    overflow: hidden;
    z-index: 1;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5%;
    max-width: 600px;
}

.video-overlay-content h2 {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

.video-overlay-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* Optional: Style the Contact Us button */
.elementor-button {
    background-color: #787878;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* .elementor-button:hover {
  background-color: #f1f1f1;
  color: #000;
} */