/* ------------ 2026 edits start ------------ */

:root {
    --ideal-viewport-width: 750;

    --current-viewport-width: 100vw;
    --min-viewport-width: 320px;
    --max-viewport-width: 500px;

    --clamped-viewport-width: clamp(var(--min-viewport-width),
            var(--current-viewport-width),
            var(--max-viewport-width));

    --new-theme-color: #4af394;
    --new-theme-color-hover: rgb(108, 235, 163);
}

.ne {
    font-size: calc(1 * var(--clamped-viewport-width) / var(--ideal-viewport-width));
}

.black-bg {
    background-color: black;
}

.white-text {
    color: white;
}

.mt-md-5 {
    margin-top: 5rem;
}

.mt-md-10 {
    margin-top: 10rem;
}

.mt-md-15 {
    margin-top: 15rem;
}

.blocktouch {
    pointer-events: none;
}

section+section {
    border-top: 0px solid #eee;
}

/* ----- desktop scale start ----- */
/* header.php */
.logo-a {
    padding-left: 1rem;
}

.scroll-top-button {
    position: fixed;
    bottom: 2%;
    width: 50px;
    z-index: 999;
    right: 1%;
    cursor: pointer;
}



.stb-hide {
    display: none;
}


/* page-home.php */
.video-wrapper .home-landing-video video {
    /* bottom: 0; */
    /* width: 100%;
    height: auto; */
    bottom: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-indicator {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 2.5rem;
}

.home-banner {
    border: 0;
    outline: 0;
    position: relative;
    height: fit-content;
    background-color: black;
}

.home-banner-video {
    height: fit-content;
    box-sizing: border-box;

}

.home-banner-video video {
    width: 100%;
    display: block;

}

.home-banner-text-container {
    position: absolute;
    top: 0;
    color: white;
    width: 100%;
    height: 100%;
}

.home-banner-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* Animated gradient mesh */
.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orbFloat 12s ease-in-out infinite;
    mix-blend-mode: screen;
}

.orb1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 229, 204, 0.25) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
    animation-duration: 14s;
}

.orb2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(155, 79, 255, 0.3) 0%, transparent 70%);
    top: 20%;
    right: 20%;
    animation-delay: -4s;
    animation-duration: 18s;
}

.orb3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 255, 136, 0.2) 0%, transparent 70%);
    bottom: 10%;
    right: 5%;
    animation-delay: -8s;
    animation-duration: 10s;
}

.orb4 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(68, 136, 255, 0.2) 0%, transparent 70%);
    top: 50%;
    left: -50px;
    animation-delay: -2s;
    animation-duration: 16s;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(30px, -40px) scale(1.05);
    }

    50% {
        transform: translate(-20px, 30px) scale(0.95);
    }

    75% {
        transform: translate(40px, 10px) scale(1.03);
    }
}

.shimmer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            transparent 0%,
            rgba(0, 229, 204, 0.03) 25%,
            rgba(155, 79, 255, 0.03) 50%,
            rgba(0, 255, 136, 0.03) 75%,
            transparent 100%);
    background-size: 400% 400%;
    animation: shimmer 8s ease infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.home-mobile-container {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;

}




.home-mobile-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    text-shadow: 2px 2px 3px black;
    line-height: 2rem;
    display: none;
}

.home-mobile-content h2 {
    font-weight: lighter;
    font-size: 2rem;
}

.hp-text-xl {
    color: white;
    font-size: 7.5rem;
    /* line-height: 10rem; */
}

.hp-text-m {
    width: 50%;
    white-space: pre-line;
    font-size: 2.5rem;
    margin: 0 auto 0 auto;
}

.highlight-a {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}

.highlight-title {
    padding-left: 10rem;
    padding-bottom: 3rem;
}

.highlight-title p {
    margin: 0;
}

.home-banner-container {
    position: relative;
}

.hb-progress-bar {
    position: absolute;
    top: 7px;
    left: 6px;
    right: 6px;
    z-index: 10;
    display: flex;
    gap: 3px;
}

.bar-track {
    flex: 1;
    height: 2.5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.bar-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    border-radius: 3px;
}

.slider-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    z-index: 1;
    bottom: 3rem;
    display: flex;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-dots li {
    display: inline-block;
    width: calc(25% - 8px);
    margin: 0 3px;
}

.slider-dots button {
    position: relative;
    width: 100%;
    height: 6px;
    border: 0;
    background-color: #cccccc4f;
    font-size: 0;
    border-radius: 3px;
}

.slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}

.slider-dots .slick-active button:after {
    background-color: var(--new-theme-color);
    animation: progress 5.5s linear forwards;
    border-radius: 3px;
}

@keyframes progress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* page-work.php */
.work-text {
    background-color: #000;
    color: #fff;
}

.theme-bar {
    width: 3em;
    height: 3px;
    background-color: var(--new-theme-color);
}

.filters-wrapper {
    /* display: none; */
}



/* footer.php */
.footer h2,
.footer h4 {
    color: white;
}

.footer h2 {
    font-weight: normal;
}

.footer-email a {
    color: var(--new-theme-color);
}

.footer-email a:hover {
    color: var(--new-theme-color-hover);
}


.footer .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-icon {
    display: flex;
    position: absolute;
    top: -30px;
    /* right:  */
}

.footer-icon a {
    width: 25px;
    margin-right: 10px;
}

/* page-about.php */
.about-land {
    width: 100vw;
    /* height: 100vh;
    height: 100dvh; */
    min-height: 100vh;
    min-height: 100dvh;
    height: fit-content;
    background-image: url('https://videinsightevents.com/videinsightasia/assets/images/about-bg.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.about-land-text {
    width: 50%;
    padding-left: 5%;
    margin-bottom: 3rem;
}

.about-land-text h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.about-core {
    width: 100vw;
    height: 100vh;
    background-image: url('https://videinsightevents.com/videinsightasia/assets/images/about-expertise-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.about-core-bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-core-bgs img {
    position: absolute;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-core-bg {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.about-core-bg.active {
    opacity: 1;
    z-index: 2;
}

.about-core-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.about-core-content {
    position: absolute;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: default;
}

.about-core h1 {
    font-size: 5rem;
}

.about-core-options {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60%;
}

.about-core-option {
    color: #CDCDCD;
    font-size: 3rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.about-core-option:hover {
    cursor: pointer;
    color: var(--new-theme-color);
}

/* Visual feedback when "selected" via click */
.about-core-option.active-para {
    color: var(--new-theme-color);
}

/* For brief tap feedback on mobile (works with hover too) */
.about-core-option:active {
    /* transform: scale(0.98); */
    transition: transform 0.1s;
}

.about-achieve {
    width: 100%;
    height: 40rem;
    background-image: url('https://videinsightevents.com/videinsightasia/assets/images/about-achieve.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-achieve-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    color: white;
}


.aac-container {
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.aa-text {
    display: flex;
    justify-content: center;
}

.aa-text span {
    color: white;
    font-size: 8rem;
    font-weight: bold;
    display: block;
    line-height: 8rem;
}

.aac-desc {
    font-size: 3rem;
    margin-bottom: 4rem;
}

.aac-container .counter {
    margin: 0rem 0 1rem 0;
}


/* part-region.php */
.about-region {
    background-color: black;
    /* padding: 0 3rem; */
}

.about-region-title {
    width: 90%;
    margin: 0 auto;
}


.about-region-title h1 {
    font-size: 5rem;
    color: white;
}


.region-cards {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(6, auto);
    gap: 40px;
    justify-content: center;
    width: 90%;
    margin: 50px auto 150px auto;
}

.region-cards .card img {
    border-radius: 0.5rem;
}

.region-card {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.region-card-text {
    position: absolute;
    bottom: 2%;
    text-align: left;
    z-index: 2;
    color: white;
    left: 6%;
    font-weight: bold;
    text-shadow: 2px 2px 3px black;
    font-size: 18px;
}

.hidden-card {
    opacity: 0;
    width: fit-content;
    height: fit-content;
}

.slide-card {
    opacity: 0;
    position: absolute;
    top: 0;
}

.slide-card.inactive {
    animation: slide-left-left 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 0;

}

.slide-card.active {
    opacity: 1;
    /* transition: opacity 0.8s ease-in-out; */
    animation: slide-left 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 1;
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.cell-bars {
    position: absolute;
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.bar-track {
    flex: 1;
    height: 5.5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    width: 0%;
    background: var(--new-theme-color);
    border-radius: 3px;
}


/* page-contact.php */
.contact-land {
    width: 100vw;
    /* height: 100vh;
    height: 100dvh; */
    min-height: 100vh;
    min-height: 100dvh;
    height: fit-content;
    background-image: url('https://videinsightevents.com/videinsightasia/assets/images/contact-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-land-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    text-align: center;
    width: 70%;
    grid-gap: 2rem;

    /* grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense; */

    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);

    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.contact-land::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}

.contact-text {
    height: 50px;
    display: grid;
    text-shadow: 2px 2px 5px #00000050;
    font-size: 24px;
    letter-spacing: 3px;
    align-items: center;
    /* grid-template-columns: 1fr 15% 1fr; */

    grid-template-columns: 1fr 15% 1fr;
    grid-template-areas: "box-a box-dot box-b";

}

.contact-text span:nth-child(1) {
    text-align: right;
}

.contact-text span:nth-child(2) {
    color: var(--new-theme-color);
}

.contact-text span:nth-child(3) {
    text-align: left;
}

.contact-form-container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-image: url('https://videinsightevents.com/videinsightasia/assets/images/contact-form-bg.jpeg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-form-content {
    width: 90%;
    margin: 10rem auto 0 auto;
    display: flex;
}

.contact-form-row {
    height: 12rem;
}

.contact-form-email {
    width: 30%;
    padding-left: 4%;
    display: flex;
    flex-direction: column;
}

.ceb-title {
    font-weight: bold;
}

.ceb-email {
    margin-top: 15px;
}

.ceb-email a {
    color: #D1D1D1;
}

.ceb-email a:hover {
    color: var(--new-theme-color-hover);
}

.contact-form {
    width: 70%;
}

.contact-form .wpcf7 form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0rem 4rem;

    grid-template-areas:
        "box-1 box-1 box-2 box-2"
        "box-3 box-3 box-4 box-4"
        "box-5 box-5 box-5 box-5"
        "box-6 box-6 box-6 box-7";
}

.contact-form form input {
    background-color: transparent;
    width: 100%;
    border: transparent;
    border-bottom: 1px solid white;
    height: 40px;
}

.contact-form form input:focus {
    outline: none;
    border-color: transparent;
    border-bottom: 1px solid var(--new-theme-color)
}

.contact-form form textarea:focus {
    border-color: var(--new-theme-color);
    outline: none;
}


.contact-form form .form-textarea {
    height: fit-content;
    margin-top: 3rem;
}

.contact-form form textarea {
    background-color: transparent;
    width: 100%;
    border: 1px solid white;
}

.contact-form form textarea::placeholder {
    position: absolute;
    bottom: 5px;
    left: 15px;
}



.contact-form .form-checkbox,
.contact-form .form-checkbox .wpcf7-validates-as-required {
    display: block;
    height: 100%;
}


.contact-form .form-checkbox .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
}

.contact-form form input[type='checkbox'] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: transparent;
    /* Not removed via appearance */
    -webkit-border-radius: 0;
    border-radius: 0;

    margin: 0;
    font: inherit;
    color: white;
    width: 2em;
    height: 2em;
    border: 1px solid white;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}

.contact-form input[type="checkbox"]::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    transform: scale(0);

    /* transition: 120ms transform ease-in-out; */
    box-shadow: inset 1.25em 1.25em var(--new-theme-color);

    transform-origin: bottom left;
    /* clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); */
    /* clip-path: polygon(14% 55%, 7% 65%, 43% 94%, 100% 11%, 90% 3%, 40% 75%); */
}

.contact-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.contact-form .form-checkbox .wpcf7-list-item-label {
    margin-left: 10px;
}

.contact-form .form-submit {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: right;
}

.contact-form form input[type='submit'] {
    margin-top: 0;
    margin-bottom: 0;
    width: fit-content;
    border: 1px solid white;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    width: 11rem;
    height: 4rem;
    transition: 0.3s ease;
}

.contact-form form input[type='submit']:hover {
    background-color: white;
    color: black;
}

.contact-form .wpcf7-validation-errors {
    display: block;
    width: 300%;
    border: 0;
    margin: 0;
    padding: 0;
    color: red;
}


/* 404.php */
.not-found {
    background-color: black;
    color: white;
}

.not-found h1,
.not-found h3 {
    color: white;
}

/* content-work.php */
.content-work {
    background-color: black;
    color: white;
}

.content-work h1,
.content-work h3 {
    color: white;
}

.part-works-list.container-fluid {
    overflow: hidden;
}


/* ----- desktop scale end ----- */

@media only screen and (min-width: 991px) and (max-width: 1520px) {

    /* page-home.php */
    .hp-text-xl {
        font-size: 4rem;
    }

    .hp-text-m {
        margin-top: 1rem;
        font-size: 1rem;
        width: 45%;
    }

    /* part-region.php */
    .region-cards {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* page-home.php */
    #home-section {
        height: 100vh;
        /* height: 100dvh; */
    }

    .hp-text-xl {
        font-size: 4rem;
    }

    .hp-text-m {
        margin-top: 1rem;
        font-size: 1rem;
    }

    /* page-about.php */
    .about-land-text {
        width: 80%;
    }

    .about-land-text h1 {
        margin-top: 8rem;
        margin-bottom: 4rem;
    }


    /* part-region.php */
    .region-cards {
        display: grid;
        grid-template-columns: auto auto;
        gap: 40px;
    }


    /* page-contact.php */
    .contact-land-grid {
        width: 90%;
    }

    .contact-text {
        font-size: 20px;
    }

    .contact-form-content {
        flex-direction: column;
    }

    .contact-form-email {
        width: 100%;
        flex-direction: row;
        padding: 0;
        gap: 4rem;
    }

    .contact-email-text {
        width: 50%;
    }

    .contact-form {
        width: 100%;
    }
}

/* ----- mobile scale start ----- */
@media only screen and (max-width: 767px) {

    .mt-sm-10 {
        margin-top: 5rem;
    }

    /* page-home.php */
    .scroll-indicator {
        width: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-mobile-container,
    .home-mobile-content {
        display: block;
    }


    .hp-text-xl {
        font-size: 2rem;
    }

    .hp-text-m {
        margin-top: 1rem;
        font-size: 0.5rem;
    }

    .highlight-title {
        padding-left: 2rem;
        padding-bottom: 2rem;
    }

    .highlight-title h1 {
        font-size: 3rem;
    }

    .slider-dots {
        bottom: 1rem;
        width: 95%;
    }

    /* page-about.php */
    .about-land {
        align-items: start;
    }

    .about-land-text {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 3rem;
    }

    .about-land-text h1 {
        font-size: 4rem;
        margin-top: 8rem;
        margin-bottom: 4rem;
    }


    .about-land-text p {
        /* text-align: justify; */
    }

    .about-core-content {
        flex-direction: column;
        text-align: center;
        /* justify-content: center; */
        justify-content: space-evenly;
    }

    .about-core-options {
        justify-content: space-evenly;
        height: 38%;
    }

    .about-core-option {
        font-size: 2rem;
    }

    .about-achieve {
        height: 60rem;
    }

    .about-achieve-content {
        flex-direction: column;
    }

    .aac-container {
        margin-bottom: 2rem;
    }

    .aa-text {
        height: 10rem;
    }

    .aac-desc {
        margin-bottom: 0rem;
    }

    .aac-container .counter {
        margin: 0;
    }

    /* part-region.php */
    .about-region-title h1 {
        font-size: 4rem;
    }

    .region-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .region-cards .card img {
        border-radius: 0.5rem;
    }


    .region-card-text {
        font-size: 20px;
    }

    /* page-contact.php */
    .contact-land {
        overflow-x: scroll;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .contact-land-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-auto-flow: inherit;
        grid-gap: 1rem;
        width: 200vw;
        /* overflow-x: scroll; */
        scroll-snap-type: x mandatory;
        left: 0;
        transform: translateY(-50%);
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        top: 53%;
        animation-name: slide-in-from-left;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: linear;
        /* Plays forward, then backward */
        animation-delay: 1s;
        /* Waits 2s before the first cycle */
        /* min-height: 100vh;
        min-height: 100dvh;
        height: 40rem; */
        height: 57rem;
        /* height: fit-content; */
    }

    @keyframes slide-in-from-left {

        0%,
        45% {
            transform: translate(0, -50%);
        }

        55%,
        100% {
            transform: translate(-100vw, -50%);
        }
    }

    .contact-text {
        font-size: 15px;
        grid-gap: 1.5rem;
        height: 8rem;
    }

    .contact-text {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas:
            "box-b"
            "box-a"
            "box-dot"
        ;
    }


    .contact-text span:nth-child(1) {
        text-align: center;
    }

    .contact-text span:nth-child(3) {
        text-align: center;
    }

    .contact-land-grid .contact-text:nth-child(6n) span:nth-child(2) {
        /* background-color: red; */
        display: none;
    }

    .contact-form-container {
        height: fit-content;
    }

    .contact-form-content {
        flex-direction: column;
        margin: 0 auto;
        height: fit-content;
    }

    .contact-form-email {
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .contact-email-text {
        width: 50%;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form .wpcf7 form {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0rem 4rem;

        grid-template-areas:
            "box-1 box-1"
            "box-2 box-2"
            "box-3 box-3"
            "box-4 box-4"
            "box-5 box-5"
            "box-5 box-5"
            "box-6 box-6"
            "box-7 box-7";
    }

    .contact-form .wpcf7-validation-errors {
        width: 200%;
    }

    .contact-form-container {
        background-image: url('https://videinsightevents.com/videinsightasia/assets/images/contact-form-bg-m.jpeg');
        background-position: left bottom;
    }




}

/* ----- mobile scale end ----- */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}