/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.custome-service-color{
    color: #0e0e0e !important;
}

.video-container {
    position: relative;
    width: 100%; /* Adjust as needed */
    height: 20%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (for widescreen videos) */
}


.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills the container */
}