.video-container {
    position: relative;
    overflow: hidden;
    width: 605px;
    height: 300px;
}
.video-section .active .item {
    opacity: 1;
    transform: scale(1);
}

.btn-main-banner:hover {
 background-color: #C1E0CA !important;
}

.btn-light-green:hover {
 background-color: #239243 !important;
}

.video-section .owl-item {
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-section .owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.video-section .item {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    position: relative;
}

.core-serv-img {
    width: 100%;
    height: auto;
}

.custom-checklist {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-checklist li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
}

.custom-checklist li::before {
    content: '✅' !important;
    position: absolute !important;
    left: 0 !important;
    color: green !important;
    font-size: 18px !important;
}

.card:hover {
    background-color: #E5F6EF !important;
}

.bottom-left-text-3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
    line-height:2;
    color:white;
    width: 100%;
    padding:5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
}

.owl-next, .owl-prev {
    background-color: #2AB151 !important;
    color: #fff !important;
}

@media (max-width: 1400px) {
    .video-container {
        width: 605px;
    }
}

@media (max-width: 768px) {
    .video-container {
        width: 305px;
    }

    .main-banner-img {
        height: 414px !important;
    }

    .video-section .item {
        opacity: 0.1;
        transition: all 0.3s ease-in-out;
        transform: scale(0.1);
        position: relative;
    }

    .core-serv-img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
}