/**
 * Theme Name:     Unawa Theme
 * Author:         UNAWA
 * Template:       twentytwentyfive
 * Text Domain:	   unawa-theme
 * Description:    Unawa Theme emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

body {
    font-family: "IBM Plex Sans", sans-serif !important;
}

.load-page {
    color: #ffffff !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.grecaptcha-badge {
    display: none !important;
}

.recaptcha-disclaimer {
    color: #ffffff !important;
    font-size: 12px;
    margin-top: 1rem;

    a {
        color: #ffffff !important;
        text-decoration: underline;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Custom Post Styling */
.custom-post-container {
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 2rem;
    gap: 2rem;
    color: #1d242c;
}

.custom-post-main {
    flex: 3;
}

.custom-post-sidebar {
    flex: 1;
    background: #c4c4c4;
    padding: 1rem;
    border-radius: 10px;
}

.author-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: #f8f8f8;
    padding: 1rem;
}

.sidebar-post {
    display: flex;
    margin-bottom: 1rem;
}

.sidebar-post img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.breadcrumbs {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #1d242c;
}

.breadcrumbs a {
    text-decoration: underline;
    color: #1d242c;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.post-thumbnail img {
    max-height: 405px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.post-title {
    font-size: 40px;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.author-image {
    max-width: 77px;
    border-radius: 100%;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
}

.author-title {
    font-size: 16px;
    font-weight: 400;
}

.linkedin-url img {
    max-width: 87px;
    width: 100%;
}

.first-content-section,
.second-content-section,
.third-content-section,
.fourth-content {
    margin-bottom: 1.5rem;
}

.first-content-section img,
.second-content-section img,
.third-content-section img,
.fourth-content img,
.fifth-content-section img {
    border-radius: 5px;
}

.second-content-image img {
    max-width: 400px;
    width: 100%;
    padding-top: 0.4rem;
}

.fourth-content img {
    max-height: 332px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.related-posts-sidebar {
    background-color: #f8f8f8;

    h3 {
        font-size: 16px;
        font-weight: 700;
    }
}

.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.related-article-item {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 1rem;
}

.related-article-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
}

.related-content {
    flex: 1;
}

.related-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
}

.related-category {
    font-size: 0.75rem;
    color: #1d242c;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 4px;
}

.related-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 2px;
}
/* Custom Post Styling */

/* Category Page Styling */
.category-page {
    .container {
        margin: 0 auto;
        padding: 3rem 1rem;
    }

    .category-page .page-title {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    /* Featured Post */
    .featured-post {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
        flex-direction: row;
        align-items: flex-start;
    }

    .featured-text {
        flex: 1;
        min-width: 280px;
    }

    .category-label {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 10px;
    }

    .featured-text h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .featured-text h2 a {
        text-decoration: none;
        color: #000;
    }

    .featured-text h2 a:hover {
        text-decoration: underline;
    }

    .featured-text p {
        margin-top: 10px;
        color: #333;
    }

    .featured-image {
        flex: 1;
        min-width: 280px;
    }

    .featured-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

    /* Subcategory Tabs */
    .category-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px;
    }

    .category-tab {
        text-decoration: none;
        font-weight: 500;
        color: #333;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
    }

    .category-tab.active,
    .category-tab:hover {
        color: #000;
        border-color: #000;
    }

    /* Post Grid */
    .post-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
    }

    /* Post Card */
    .post-card {
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        background: #fff;
        transition: box-shadow 0.2s ease;
    }

    .post-card:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .post-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
    }

    .post-content {
        padding: 15px;
    }

    .post-content h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .post-content h3 a {
        text-decoration: none;
        color: #000;
    }

    .post-content h3 a:hover {
        text-decoration: underline;
    }

    .post-content p {
        font-size: 14px;
        color: #444;
    }

    /* Pagination */
    .pagination {
        margin-top: 40px;
        text-align: center;
    }

    .pagination .page-numbers {
        display: inline-block;
        margin: 0 5px;
        padding: 8px 12px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 4px;
        color: #333;
    }

    .pagination .current,
    .pagination .page-numbers:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }
}
/* Category Page Styling */

/* Header Styling */
.site-header {
    background: #1c242c;
    padding: 45px 0;
    position: sticky;
    top: 0;
    z-index: 9999999;
    min-height: 115px;

    .col-md-2 {
        text-align: right;
    }

    .logo img {
        max-width: 100px;
        width: 100%;
    }

    .main-navigation {
        display: flex;
        justify-content: space-between;
    }

    .main-navigation a {
        text-decoration: none;
        color: #fff !important;
        font-weight: 600;
        font-size: 14px;
    }

    .header-buttons .sign-in-button {
        padding: 11.5px 45.65px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    .header-buttons .sign-in-button:hover {
        background: #fff;
        color: #1c242c;
    }
}
/* Header Styling */

.burger-menu {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
}

.burger-menu span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.mobile-nav {
    display: none;
    flex-direction: column;
    background: #1c242c;
    padding: 20px;
}

.mobile-nav a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0;
}

.mobile-nav .sign-in-button {
    margin-top: 10px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.mobile-nav.active {
    display: flex;
}

/* Footer Styling */
.site-footer {
    padding: 50px 0;
    color: #1c242c !important;

    .container {
        padding-right: 0;

        .col-md-6 {
            img {
                max-width: 78px;
                width: 100%;
            }

            p {
                font-size: 13px;
                margin-top: 1.2rem;
                margin-bottom: 0.5rem;
            }

            a {
                color: #1c242c;
                text-decoration: none;
                font-size: 13px;
            }

            .socials {
                padding-top: 2rem;

                img {
                    max-width: 15px;
                    width: 100%;
                    margin-right: 0.5rem;
                }
            }

            .copyright-text {
                font-size: 11px;
                margin-top: 1rem;

                a {
                    font-weight: 700;
                    text-decoration: none;
                    font-size: 11px;
                }

                .termsconditions {
                    margin-left: 0.5rem;
                }

                span {
                    font-weight: 700;
                }
            }
        }

        .footer-links {
            p:first-child {
                font-weight: 700;
                font-size: 13px;
                text-transform: uppercase;
            }

            p:not(:first-child) {
                margin-bottom: 0.5rem;
            }

            a {
                text-decoration: none;
                color: #1c242c;
                font-size: 13px;
            }
        }

        .col-md-2 {
            padding-right: 0;

            img {
                max-width: 123px;
                width: 100%;
                margin-top: -0.5rem;
            }
        }
    }
}

.footer-desktop .footer-address {
    max-width: 250px;
}  
/* Footer Styling */

/* Home Styling */
.home-main {
    background-color: #1c242c;
    color: #ffffff;
    padding: 3rem 0px 6rem 0px;

    h1 {
        font-size: 3.75rem;
        max-width: 850px;
    }

    p {
        font-size: 1rem;
    }
}

.anchor {
    scroll-margin-top: 5.1rem;
}

.home-products {
    padding: 50px 0px 100px 0px;
    background-image: url("images/productsbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;

    h5 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    .row {
        .products-card {
            display: block;
            text-decoration: none;
            background-color: #ffffff;
            padding: 20px 20px 30px 30px;
            position: relative;
            transition: background-color 0.3s ease-in-out;

            .external-link {
                position: absolute;
                top: 0px;
                right: 15px;
                font-size: 30px;
                color: #1c242c;
            }

            h4 {
                color: #1c242c;
                font-size: 30px;
                font-weight: 700;
                max-width: 215px;
                margin-top: 0.5rem;
            }

            p {
                color: #1c242c;
                font-size: 16px;
            }
        }

        .products-card:hover {
            background-color: #1c242c;
            color: #ffffff;

            h4,
            p {
                color: #ffffff;
            }

            .external-link {
                color: #ffffff;
            }
        }
    }
}

#about-text {
    color: #ffffff;
    background-color: transparent;
    margin-top: -459px;
    z-index: 9999;
    position: relative;

    .col-md-7 {
        color: #ffffff;
        padding: 110px 0px;

        h3 {
            font-weight: 700;
            font-size: 2.5rem;
            max-width: 445px;
        }
    }

    .col-md-5 {
        align-content: center;
        padding: 70px 0px 60px 50px;

        p {
            max-width: 510px;
        }

        p:first-child {
            margin-bottom: 1.7rem;
        }

        p:nth-child(2) {
            margin-bottom: 3.7rem;
        }

        p span {
            font-size: 12px;
            vertical-align: sub;
            margin-right: 1rem;
        }
    }
}

#about {
    width: 100%;
    min-height: 459px;
    display: flex;
    z-index: 1;

    .about-container {
        display: flex;
        width: 100%;
        max-width: 100%;
    }

    .about-left {
        flex: 1.13;
        background: url("images/aboutimg.png") no-repeat center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px;
        position: relative;
    }

    .about-right {
        flex: 1;
        background-color: #1c242c;
        color: #ffffff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.home-testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;

    h3 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    .testimonial-left {
        background-image: url("images/testimonialbg1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #ffffff;
        max-width: 606px;
        padding: 50px 35px;

        img {
            max-width: 211px;
            width: 100%;
        }

        h4 {
            max-width: 499px;
        }
    }

    .testimonial-right {
        background-image: url("images/testimonialbg2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #ffffff;
        max-width: 606px;
        padding: 50px 35px;

        img {
            max-width: 148px;
            width: 100%;
        }

        h4 {
            max-width: 448px;
        }
    }

    h4 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}

#resources {
    background-color: #1c242c;
    color: #ffffff;
    padding: 5rem 1rem 3rem 1rem;

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .resources-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1rem;
    }

    .category-tabs .category-tab {
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        background: none;
        color: white;
        position: relative;
    }

    .category-tabs .category-tab.active::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    #resources .bg-white {
        background-color: #fff !important;
    }

    .resources-content {
        border-radius: 5px 0px 0px 5px;

        .resources-blog-title {
            text-decoration: none;
        }

        h4 {
            color: #1d242c;
            font-weight: 700;
            max-width: 560px;
        }

        .resources-blog-excerpt {
            color: #1d242c;
            max-width: 550px;
        }
    }

    .resources-content-div {
        max-height: 364.5px;
    }

    .resources-image-div img {
        max-height: 446px;
        object-fit: cover;
        border-radius: 0px 5px 5px 0px;
    }

    .resources-nonfeatured-image-div {
        max-height: 250px;
    }

    .resources-nonfeatured-image-div img {
        max-height: 250px;
        object-fit: cover;
        border-radius: 0px 0px 5px 5px;
    }

    .resources-nonfeatured-title {
        text-decoration: none;
        max-height: 120px;
        height: 100%;
    }

    .resources-nonfeatured-title h5 {
        font-size: 1.875rem;
        color: #1c242c;
        font-weight: 700;
        max-width: 560px;
    }

    .resources-nonfeatured-excerpt {
        max-width: 550px;
        height: 100%;
        color: #1c242c;
    }
}

#book-a-demo {
    background-image: url("images/bookademobg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 50px 0px;
    min-height: 890px;

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .d-flex {
        gap: 32px;
    }

    p {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
        flex: 1;
        max-width: 100%;
    }
}

.demo-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.product-column {
    flex: 1;
    min-width: 200px;
    max-width: 20%;
}

.calendar-column {
    flex: 1;
    min-width: 320px;
    max-width: 80%;
}

.product-card {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    padding: 15px 0px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 4px;
}

.product-info {
    flex-grow: 1;
}

.product-title {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.product-signsecure {
    max-width: 131px;
}

.product-ucheck {
    max-width: 102px;
}

.product-forma {
    max-width: 90px;
}

.product-notarizeit {
    max-width: 135px;
}

.product-desc {
    font-size: 16px;
    color: #ffffff;
    max-width: 340px;
}

.product-divider {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0px 15px 0px;
    opacity: 1;
}

iframe {
    border-radius: 0px;
    background: white;
}

.checkbox-icon {
    width: 30px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    color: #ffffff !important;
}

.checkmark {
    font-size: 14px;
    color: #ffffff !important;
    display: none;
}

.product-card.selected .checkmark {
    display: block;
}

#get-support {
    background-image: url("images/getsupportbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 75px 0px;
    min-height: 412px;

    .get-support-phone {
        color: #ffffff;
        text-decoration: none;
    }

    .get-support-phone:hover {
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
    }

    .get-support-left {
        h3 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }

        p {
            max-width: 470px;
        }
    }

    .get-support-right {
        padding-left: 30px;

        .input-group {
            gap: 10px;
            margin-bottom: 10px;
            justify-content: space-between;
        }

        .inputname {
            width: 43%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        .inputemail {
            width: 55%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        .inputsubject {
            width: 58%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        select {
            width: 40%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        textarea {
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        textarea {
            height: 100px;
            resize: none;
            margin-bottom: 15px;
        }

        .file-upload {
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
            font-size: 14px;
            cursor: pointer;
        }

        .file-upload input[type="file"] {
            display: none;
        }

        .custom-file-label {
            background: none;
            color: white;
            font-size: 16px;
            text-decoration: underline;
            cursor: pointer;
        }

        #file-name {
            font-style: italic;
            color: lightgray;
            margin-top: 0.2rem;
        }

        .submit-btn {
            width: 100%;
            max-width: 147px;
            padding: 10px;
            background: transparent;
            border: 1px solid #ffffff;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            color: #ffffff;
            font-weight: 700;
        }

        .submit-btn:hover {
            background: #ffffff;
            color: #1c242c;
        }
    }

    #form-thank-you p.success {
        font-size: 1rem;
        color: #ffffff;
    }

    #send-another {
        padding: 10px 20px;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid #ffffff;
        font-size: 1rem;
    }
}
/* Home Styling */

/* SignSecure Styling */
.signsecure-main {
    background-color: #ffffff;
    padding: 50px 0px 30px 0px;
    color: #1d242c;

    .signsecure-main-logos {
        display: flex;
        align-items: center;

        .signsecure-main-logo {
            max-width: 250px;
            width: 100%;
        }

        .col-md-3 {
            max-width: 280px;
        }

        .col-md-2 {
            margin-top: 0.6rem;

            span {
                font-size: 12px;
                margin-right: 0.5rem;
            }

            img.signsecure-main-unawalogo {
                max-width: 113px;
                width: 100%;
            }
        }

        .col-md {
            .header-buttons .sign-in-button {
                padding: 11.5px 45.65px;
                border: 1px solid #1c242c;
                color: #1c242c;
                text-decoration: none;
                font-weight: 700;
                font-size: 14px;
                border-radius: 5px;
                max-width: 147px;
            }

            .header-buttons .sign-in-button:hover {
                background: #fff;
                color: #1c242c;
            }
        }
    }

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        max-width: 770px;
        margin-top: 2rem;
    }

    .signsecure-main-trusted {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 1.5rem;

        .signsecure-main-sclogo {
            max-width: 154px;
            margin-left: 0.5rem;
        }
    }
}

.signsecure-description {
    background-image: url("images/signsecurebg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 0px 150px 0px;
    position: relative;
    min-height: 415px;

    .col-md-8 {
        .d-flex {
            div:first-child {
                margin-right: 1.5rem;
            }
        }
    }

    .signsecure-description-signatureimg {
        max-width: 35px;
        margin-top: -0.5rem;
    }

    .signsecure-description-signaturetext {
        p {
            max-width: 603px;
        }
    }

    .signsecure-description-shield {
        margin-top: 1rem;

        .signsecure-description-shieldimg {
            max-width: 30px;
            margin-top: 0.2rem;
        }

        .signsecure-description-shieldtext {
            p {
                max-width: 595px;
                margin-left: 0.3rem;
            }
        }
    }

    .signsecure-descriptionimg {
        max-width: 584px;
        position: absolute;
        top: -131px;
        right: 0;
    }

    .signsecure-descriptionbutton {
        margin-top: 3rem;
    }

    .signsecure-descriptionbutton .sign-up-button {
        padding: 11.5px 45.65px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    .signsecure-descriptionbutton .sign-up-button:hover {
        color: #ffffff;
    }
}

.signsecure-tutorial {
    background-color: #1c242c;
    padding: 70px 0px 0px 0px;
    color: #ffffff;

    .signsecure-tutorialgif {
        max-width: 672px;
        width: 100%;
        margin-bottom: -0.5rem;
    }

    .col-md-5 {
        align-content: center;
        padding-bottom: 50px;

        h4 {
            font-size: 30px;
            font-weight: 700;
            max-width: 396px;
        }

        p {
            max-width: 490px;
        }
    }

    .signsecure-descriptionbutton {
        margin-top: 3rem;
    }

    .signsecure-descriptionbutton .sign-up-button {
        padding: 11.5px 45.65px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    .signsecure-descriptionbutton .sign-up-button:hover {
        color: #ffffff;
    }
}

.signsecure-features {
    padding: 80px 0px;

    .row {
        padding: 0 15px;
    }

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    h4 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 1rem;
        max-width: 435px;
        line-break: auto;
        margin: 40px 40px 25px;
    }

    p {
        max-width: 486px;
        margin-bottom: 3rem;
        margin-left: 2.5rem;
    }

    img {
        max-width: 606px;
        width: 100%;
    }

    .features-left {
        max-width: 606px;
        background-color: #f8f8f8;
        margin-right: auto;
        padding: 0;
    }

    .features-right {
        max-width: 606px;
        background-color: #f8f8f8;
        margin-left: auto;
        padding: 0;
    }
}

.signsecure-faqs {
    padding: 50px 0px 200px 0px;

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    .accordion-item {
        border: none;
    }

    .accordion-button {
        padding: 25px 0px;
        outline: none;
        border-bottom: #1d242c 2px solid;
        font-size: 20px;
        font-weight: 700;
    }

    .accordion-button:focus {
        border-bottom: #1d242c 2px solid;
        box-shadow: none;
    }

    .accordion-button:active {
        color: #1c242c;
        border-bottom: #1d242c 2px solid;
    }

    .accordion-button:not(.collapsed) {
        color: #1c242c;
        background-color: #ffffff;
    }

    .accordion-button:not(.collapsed)::after {
        color: #1c242c;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-body {
        padding-left: 0;
    }
}

.signsecure-pricing {
    background-image: url("images/signsecurepricingbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 897px;
    padding: 80px 0px;

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }
}
/* SignSecure Styling */

/* UCheck Styling */
.ucheck-main {
    background-color: #ffffff;
    padding: 50px 0px 30px 0px;
    color: #1d242c;

    .ucheck-main-logos {
        display: flex;
        align-items: center;

        .ucheck-main-logo {
            max-width: 192px;
            width: 100%;
        }

        .col-md-3 {
            max-width: 220px;
        }

        .col-md-2 {
            margin-top: 0.6rem;

            span {
                font-size: 12px;
                margin-right: 0.5rem;
            }

            img.ucheck-main-unawalogo {
                max-width: 113px;
                width: 100%;
            }
        }

        .col-md {
            .header-buttons .sign-in-button {
                padding: 11.5px 45.65px;
                border: 1px solid #1c242c;
                color: #1c242c;
                text-decoration: none;
                font-weight: 700;
                font-size: 14px;
                border-radius: 5px;
                max-width: 147px;
            }

            .header-buttons .sign-in-button:hover {
                background: #fff;
                color: #1c242c;
            }
        }
    }

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        max-width: 770px;
        margin-top: 2rem;
    }

    .ucheck-main-trusted {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 1.5rem;

        .ucheck-main-amlclogo {
            max-width: 56.33px;
            margin-left: 0.5rem;
        }

        .ucheck-main-pjslogo {
            max-width: 74px;
            margin-left: 0.5rem;
        }
    }
}

.ucheck-description {
    background-image: url("images/ucheckbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 0px 150px 0px;
    position: relative;
    min-height: 415px;

    .col-md-8 {
        .d-flex {
            div:first-child {
                margin-right: 1.5rem;
            }
        }
    }

    .ucheck-description-signatureimg {
        max-width: 35px;
        margin-top: -0.5rem;
    }

    .ucheck-description-signaturetext {
        p {
            max-width: 603px;
        }
    }

    .ucheck-description-shield {
        margin-top: 1rem;

        .ucheck-description-shieldimg {
            max-width: 30px;
            margin-top: 0.2rem;
        }

        .ucheck-description-shieldtext {
            p {
                max-width: 595px;
                margin-left: 0.3rem;
            }
        }
    }

    .ucheck-descriptionimg {
        max-width: 511px;
        position: absolute;
        top: -132px;
        right: 0;
    }

    .ucheck-descriptionbutton {
        margin-top: 3rem;
        margin-left: 3.7rem;
    }

    .ucheck-descriptionbutton .sign-up-button {
        padding: 11.5px 45.65px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    .ucheck-descriptionbutton .sign-up-button:hover {
        color: #ffffff;
    }
}

.ucheck-tutorial {
    background-color: #1c242c;
    padding: 70px 0px 0px 0px;
    color: #ffffff;

    .ucheck-tutorialgif {
        max-width: 672px;
        width: 100%;
        margin-bottom: -0.5rem;
    }

    .col-md-5 {
        align-content: center;
        padding-bottom: 50px;

        h4 {
            font-size: 30px;
            font-weight: 700;
            max-width: 396px;
        }

        p {
            max-width: 490px;
        }
    }

    .ucheck-descriptionbutton {
        margin-top: 3rem;
    }

    .ucheck-descriptionbutton .sign-up-button {
        padding: 11.5px 45.65px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    .ucheck-descriptionbutton .sign-up-button:hover {
        color: #ffffff;
    }

    .ucheck-industry {
        gap: 1rem;
    }

    .ucheck-industry a {
        padding: 11.5px 45.65px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 5px;
        max-width: 147px;
    }

    #industries {
        max-width: 256px;
        max-height: 47px;
        border: 1.28px solid #ffffff;
        border-radius: 8px;
        font-size: 16px;
        padding: 10px 10px 12px 10px;
        font-weight: 400;
        line-height: 1.5;
        color: #ffffff;
        background-color: transparent;
        background-clip: padding-box;
        vertical-align: middle;
    }

    #industries option {
        color: #1c242c;
    }
}

.ucheck-features {
    padding: 80px 0px;

    .row {
        padding: 0 15px;
    }

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    h4 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 1rem;
        max-width: 435px;
        line-break: auto;
        margin: 40px 40px 25px;
    }

    p {
        max-width: 486px;
        margin-bottom: 3rem;
        margin-left: 2.5rem;
    }

    img {
        max-width: 606px;
        width: 100%;
    }

    .features-left {
        max-width: 606px;
        background-color: #f8f8f8;
        margin-right: auto;
        padding: 0;
    }

    .features-right {
        max-width: 606px;
        background-color: #f8f8f8;
        margin-left: auto;
        padding: 0;
    }

    .features-right img {
        bottom: 0;
    }
}

.ucheck-pricing {
    background-image: url("images/ucheckpricingbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 897px;
    padding: 80px 0px;

    h3 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }
}
/* UCheck Styling */

/* Sign in Styling */
.sign-in-page {
    background-color: #1c242c;
    color: #ffffff;
}

.sign-in-page a {
    text-decoration: none;
}

.sign-in-page-body {
    padding: 4rem 1rem;
}

.sign-in-logo img {
    max-width: 145px;
    width: 100%;
}

.sign-in-content {
    padding: 1rem 0;
}

.sign-in-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.signsecurebtn img {
    max-width: 430px;
}

.formabtn img {
    max-width: 296px;
}

.ucheckbtn img {
    max-width: 295px;
}

.notarizeitbtn img {
    max-width: 421px;
}

.sign-in-footer a {
    color: #ffffff;
}

.sign-in-copyright {
    font-size: 11px;
}

.sign-in-learnmore {
    text-decoration: underline !important;
}
/* Sign in Styling */

.footer-mobile {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .site-header {
        padding: 1.5rem 0rem 0rem;
        min-height: 75px;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;

        padding: 50px 0;
        color: #1c242c !important;

        .container {
            padding-right: 1rem;

            .footer-logo {
                .col-6 {
                    p {
                        margin-top: 1.5rem;
                        margin-bottom: 1rem;
                    }
                }
            }

            .col-6 {
                img {
                    max-width: 113px;
                    width: 100%;
                }

                p {
                    font-size: 13px;
                    margin-top: 1.2rem;
                    margin-bottom: 0;
                }

                a {
                    color: #1c242c;
                    text-decoration: none;
                    font-size: 13px;
                }
            }

            .socials {
                padding-top: 2rem;

                a {
                    text-decoration: none;
                }

                img {
                    max-width: 15px;
                    width: 100%;
                    margin-right: 0.5rem;
                }
            }

            .copyright-text {
                font-size: 11px;
                margin-top: 1rem;

                a {
                    font-weight: 700;
                    text-decoration: none;
                    font-size: 11px;
                    color: #1c242c;
                }

                .termsconditions {
                    margin-left: 0rem;
                }

                span {
                    font-weight: 700;
                }
            }

            .footer-links {
                p:first-child {
                    font-weight: 700;
                    font-size: 13px;
                    text-transform: uppercase;
                    margin-top: 1rem;
                }

                p:not(:first-child) {
                    margin-bottom: 0.5rem;
                }

                a {
                    text-decoration: none;
                    color: #1c242c;
                    font-size: 13px;
                }
            }

            .col-md-2 {
                padding-right: 0;

                img {
                    max-width: 123px;
                    width: 100%;
                    margin-top: -0.5rem;
                }
            }
        }
    }

    .checkbox-icon {
        width: 25px;
        height: 23px;
        margin-top: 2px;
    }

    .custom-post-container {
        padding: 2rem 0rem;

        .col-md-4 {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
    }

    .demo-container {
        flex-direction: column;
    }

    .product-column,
    .calendar-column {
        max-width: 100%;
    }

    .home-main {
        padding: 0px 0px 50px 0px;

        h1 {
            font-size: 2rem;
        }
    }

    #about {
        width: 100%;
        min-height: 459px;
        display: flex;
        z-index: 1;

        .about-container {
            display: flex;
            width: 100%;
            max-width: 100%;
        }

        .about-left {
            flex: 1;
        }

        .about-right {
            flex: 0;
            background-color: #1c242c;
            padding: 0;
        }
    }

    #about-text {
        .col-md-7 {
            padding: 4rem 0rem;

            h3 {
                font-size: 2rem;
                padding: 0rem 1rem;
            }
        }

        .col-md-5 {
            background-color: #1c242c;
            align-content: center;
            padding: 3rem 1rem;
        }
    }

    .home-testimonials {
        padding-top: 3rem;
        padding-bottom: 3rem;

        h3 {
            font-size: 2rem;
            text-align: left;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .testimonial-left {
            background-image: url("images/testimonialbg1.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: #ffffff;
            max-width: 606px;
            padding: 50px 35px;

            img {
                max-width: 211px;
                width: 100%;
            }

            h4 {
                max-width: 499px;
            }
        }

        .testimonial-right {
            background-image: url("images/testimonialbg2.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: #ffffff;
            max-width: 606px;
            padding: 50px 35px;

            img {
                max-width: 148px;
                width: 100%;
            }

            h4 {
                max-width: 448px;
            }
        }

        h4 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 1rem;
        }
    }

    #resources {
        padding: 3rem 0.5rem;

        h3 {
            font-size: 2rem;
        }

        .category-tabs {
            flex-wrap: wrap;

            span {
                display: none;
            }
        }

        .category-tabs .category-tab {
            width: 100%;
            text-align: left;
        }

        .category-tabs .category-tab.active::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
        }

        #resources .bg-white {
            background-color: #fff !important;
        }

        .resources-content {
            border-radius: 5px 5px 0px 0px;

            small {
                padding-bottom: 1rem;
            }

            .resources-blog-title {
                text-decoration: none;
            }

            h4 {
                color: #1d242c;
                font-weight: 700;
                max-width: 560px;
            }

            .resources-blog-excerpt {
                color: #1d242c;
                max-width: 550px;
            }
        }

        .resources-content-div {
            max-height: 470px;
        }

        .resources-image-div {
            margin-top: 0;
        }

        .resources-image-div img {
            border-radius: 0px 0px 5px 5px;
        }

        .resources-nonfeatured-title h5 {
            font-size: 1.275rem;
            margin-bottom: 2rem !important;
        }
    }

    #book-a-demo {
        padding: 3rem 0.3rem;

        h3 {
            font-size: 2rem;
        }

        .d-flex {
            gap: initial;
            flex-wrap: wrap;
        }

        p {
            font-size: 1.25rem;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 0;
            flex: initial;
            max-width: 100%;
        }

        .timeslot {
            margin-top: 0;
            margin-bottom: 1rem;
        }
    }

    #get-support {
        padding: 3rem 0px;

        .get-support-left {
            h3 {
                font-size: 2rem;
            }
        }

        .get-support-right {
            padding-left: 1rem;

            .inputname {
                width: 100%;
            }

            .inputemail {
                width: 100%;
            }

            .inputsubject {
                width: 100%;
            }

            select {
                width: 100%;
            }
        }
    }

    .sign-in-page-body {
        padding: 2rem 1rem;
    }

    .sign-in-buttons {
        flex-wrap: wrap;
    }

    .sign-in-content h1 {
        font-size: 2rem;
        max-width: 300px;
    }

    .signsecurebtn img {
        max-width: 100%;
    }

    .formabtn img {
        max-width: 100%;
    }

    .ucheckbtn img {
        max-width: 100%;
    }

    .notarizeitbtn img {
        max-width: 100%;
    }

    .sign-in-footer {
        flex-wrap: wrap;
    }
}
/* Mobile Responsive */
