.right-c1ab{
    background-color: transparent;
}

.left-c1ab{
    background-color: transparent!important;
}



@media (min-width:1200px) {
    .container-c1ab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 2rem ;
        margin-top: 10rem;
        margin-bottom: 3rem;
        background-color: #f8f9fc!important;
        background-image: radial-gradient(#d9e2ef 1px, transparent 1px);
        background-size: 20px 20px; /* Creates subtle dotted background pattern */
    }

    .img-c1a{
        border-radius: 15px;
    
        position: relative;
        top:-100px;
        left: -80px;
        
    }
    
}

@media (max-width:1400px) {
    .container-c1ab {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 2rem ;
        margin-top: 10rem;
        margin-bottom: 3rem;
        background-color: #f8f9fc!important;
        background-image: radial-gradient(#d9e2ef 1px, transparent 1px);
        background-size: 20px 20px; /* Creates subtle dotted background pattern */
    }

    .img-c1a{
        border-radius: 15px;
    }
    
}

@media (max-width:1000px) {

    .right-c1ab{
        width: 80%!important;
    }

    .img-c1a{
        border-radius: 15px;
        width: 100%!important;
    }
    
}

@media (max-width:570px) {

    .container-c1ab{
        padding: 5vw 3vw !important;
    }

    .right-c1ab{
        width: 100%!important;

    }

    .img-c1a{
        padding: 0!important;
        border-radius: 15px;
        width: 100%!important;
    }
    
}



.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-c1a {
    width: 100%;
    height: auto;
    display: block;
}

.video-c1a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Hide video by default */
}

.video-container:hover .img-c1a {
    display: none; /* Hide image on hover */
}

.video-container:hover .video-c1a {
    display: block; /* Show video on hover */
}
