.cta_mian_container {
    margin: 0 auto;
    height: 100%;
    background: #0F1120;
    max-width: 1280px;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    min-height: 500px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    flex-direction: row;
    gap: 50px;
    overflow: hidden;
}

.layout_4.cta_mian_container {
    padding: 60px;
}


.layout_4 {
    .content_div {
        padding: 0px;
    }

    .video_div {
        z-index: 2;
    }
}

.layout_2 {
    .video_div {
        padding: 60px 0 0 0;
    }
}

.cta_mian_container::before {
    content: "";
    background-image: url("http://192.168.1.128/collabcrm/wp-content/themes/hello-elementor-child/img/security-team-gradient.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 30px; */
    z-index: 2;
}

.cta_mian_container::after {
    content: "";
    background-image: url("http://192.168.1.128/collabcrm/wp-content/uploads/2025/12/cat-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}



.content_div {
    z-index: 2;
    /* width: 45%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 60px 0px 60px 60px;
}

.video_div {
    z-index: 1;
    /* width: 55%; */
    display: flex;
}

.cta_title {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -2px;
    margin: 0;
}

.cta_description {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: -10px;
}

.layout_1 .cta_description {
    color: rgba(255, 255, 255, 0.7);
}

/* LAYOUT 2 */

.cta_mian_container.layout_2::before {
    content: "";
    background-image: url("http://192.168.1.128/collabcrm/wp-content/themes/hello-elementor-child/img/cta-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 30px; */
    z-index: 2;
}

.layout_2 .side_img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0px 0px 30px 0px !important;
    position: relative;
}

.layout_2 .video_div {
    align-self: end;
    text-align: end;
    /* padding-top: 80px; */
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: end;
    align-self: end;
}

.layout_2 .video_div::before {
    content: "";
    /* background-image: url("http://192.168.1.128/collabcrm/wp-content/themes/hello-elementor-child/img/cta-right.webp"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    /* border-radius: 30px; */
    z-index: 5;
}

.collab_small_logo {
    width: 172px;
}

.orange_btn {
    padding: 13px 20px;
    background: linear-gradient(to bottom, #FFB81C, #EF692B);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
    width: max-content;
    text-decoration: none;
    margin-top: 10px;
    /* transition: all smooth 0.5s; */
}

.orange_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
    /* transition: all smooth 0.5s; */
}


.layout_3 .video_div {
    z-index: 2;
}

/* Laptop CSS */

@media only screen and (max-width: 1366px) {
    .cta_title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1024px) {
    .cta_title {
        font-size: 38px;
        line-height: 48px;
    }

    .content_div {
        padding: 25px 0px 25px 25px;
    }

    .layout_4.cta_mian_container {
        padding: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .cta_title {
        font-size: 24px;
        line-height: 43px;
    }

    .cta_description {
        font-size: 16px;
        line-height: 26px;
    }

    .cta_mian_container {
        flex-direction: column;
        gap: 30px;
    }

    .content_div {
        width: 100% !important;
        text-align: center;
        padding: 30px 30px 0px 30px;
    }

    .layout_4.cta_mian_container {
        padding: 30px;
    }

    .video_div {
        width: 100% !important;
    }

    .orange_btn {
        margin-top: 10px !important;
        margin: 0 auto;
    }

    .collab_small_logo {
        margin: 0 auto;
    }

    .layout_2 .video_div {
        padding: 0px 0px 0px 35px;
    }

    .layout_1.cta_mian_container::before {
        content: "";
        background-image: url("../img/mobile-video-overlay.webp");
        background-repeat: no-repeat;
        background-size: 100% 50%;
        background-position: bottom;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* border-radius: 30px; */
        z-index: 2;
    }
}