body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 0px;
    margin: 0px !important;
}


.standard-font {
    font-family: proximanova !important;
}

h1.standard-font {
    font-weight: 600;
    font-size: 35px;
    color: #140532;
    margin: 20px 0 20px 0;
}

.email_signature_container h3 {
    margin: 0px !important;
    font-weight: 400;
}

.email_signature_container {
    min-height: 100%;
    display: flex;
    gap: 60px;
    /* background: url('/wp-content/uploads/2025/03/Email-Signature-BG.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain; */
    align-items: center;
    /* align-items: center; Align items vertically */
}

.email-signature-code,
.email-signature-video {
    /* flex: 1;  Makes both divs take equal width */
    text-align: center;
    /* Centers the content inside */
}

.email-signature-code {
    width: 50%;
}

.email-signature-video {
    width: 50%;
}

.email-signature-video video {
    max-width: 100%;
    /* Ensures the image is responsive */
    height: auto;
    border: 4px;
}

/* .email-signature-img {
    background: url('https://www.vts.com/wp-content/uploads/2023/12/hero-bg.jpg.webp');
    padding: 30px;
} */

.email-signature-logo {
    /* position: absolute;
    top: 50px;
    padding-bottom: 30px; */
    margin-top: -65px;
}

button:hover,
.copy-cta-section:hover {
    cursor: pointer;
}

label {
    font-size: 0;
}

.page {
    zoom: 1 !important;
    min-height: 100vh;
    background: white
        /* overflow: hidden; */
}

header {
    display: none !important;
}


/** Generator**/
.container {
    padding: 10px 30px 10px 120px;
    text-align: left;
    /* max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

h2,
h3 {
    color: #333;
}

label {
    font-weight: bold;
}

input {
    width: 100%;
    padding: 8px;
    margin: 5px 0 10px;
    border: 1px solid;
    font-size: 15px !important;
    line-height: 21px !important;
    border-radius: 4px !important;
    background-color: #f5f7fa !important;
    border-color: #DBE2E7 !important;
}

input::placeholder {
    color: #93989D;
    font-size: 15px !important
}

button {
    width: auto !important;
    height: 45px;
    font-weight: 600 !important;
    font-family: proximanova !important;
    border: 0 !important;
    background: linear-gradient(45deg, rgba(103, 63, 255, 1) 0%, rgba(140, 130, 255, 1) 100%) !important;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 5px;
    ;
}

/* button:hover {
    background-color: #0056b3;
} */


.signature {
    border-radius: 4px !important;
    background-color: #f5f7fa !important;
    border-color: #dbe2e7 !important;
    padding: 10px;
    /* margin-top: 5px; */
    min-height: 110px;
    margin-bottom: 10px;
    height: 110px;
    /* margin-top: 10px; */
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 8px;
}



.video-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
    display: block;
}

/* Overlay with black background and 0.6 opacity */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

.preview-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px 0;
}

.preview-group * {
    color: #140532;
}

.copy-cta-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* #copy-cta-section {
    opacity: 0;
} */

.wistia_responsive_wrapper iframe {
    height: 105% !important
}

.copy-cta-section p {
    margin: 0;
    font-size: 14px;
    ;
}

.video-popup {
    display: none;
    /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-popup video {
    max-width: 90%;
    max-height: 80%;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.video-thumbnail {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

.preview-copy-icon {
    height: 19px;
}

.mobimg {
    display: none
}

.preview-group-wrap {
    opacity: 0.5
}

@media only screen and (max-width: 1000px) {
    .mobimg {
        display: block
    }

    .deskimg {
        display: none
    }

    .container {
        padding: 0
    }

    .email_signature_container {
        display: block;
        /* padding: 50px; */
        background-size: cover;
        background: url('https://www.vts.com/wp-content/uploads/2023/12/hero-bg.jpg.webp');
    }

    .email_signature_container h3 {
        font-size: 18px
    }

    .email-signature-code,
    .email-signature-video {
        width: 100%;
    }

    .email-signature-code {
        background: white;
    }

    .email-signature-code .container {
        padding: 30px 50px 70px 50px
    }

    /* .preview-group {
        margin-top: 0
    } */

    .preview-group-wrap,
    .form-wrap {
        flex: 1
    }

    .email-signature-video {
        margin-top: -30px;
    }

    .video-container {
        padding: 0px 50px 50px 50px;
    }

    .email-signature-logo {
        margin: 0;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {

    h1.standard-font.mainheading {
        font-size: 28px
    }

    .container .formwrap {
        display: block !important;
    }

    .preview-group {
        margin-top: 20px;
    }

    .email-signature-code .container {
        padding: 30px 30px 50px 30px;
    }

    /* .email_signature_container {
        padding: 50px 20px;
    } */

    /* .email-signature-video {
        padding-top: 20px;
    } */

    .video-container {
        padding: 0px 30px 50px 30px;
    }

    .signature {
        height: 130px;
    }
}