.hm4-hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.hm4-hero-section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-sidebar .widget-title {
    color: #9097A9;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 32px;
    line-height: 34px;
}

.footer-sidebar.widget_nav_menu li a {
    display: block;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

.footer-sidebar.widget_nav_menu li a:hover {
    padding-left: 6px;
    color: #5044eb;
}

.footer-sidebar .menu-item {
    margin-bottom: 0.5rem;
}

footer .schedule-list {
    list-style: disc;
    color: #fff;
}

footer .schedule-list li {
    margin-bottom: 0.5rem;
}

.counter-section {
    background-color: #F7F5F2;
}

.counter-section .counters-card {
    color: #fff;
    background-color: #2464ac;
    border-radius: 30px;
    padding: 30px;
}

.counter-section .value {
    font-size: 35px;
    font-weight: 600;
}

.counter-section .text {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
}

.contact-section.dark-bg-color .lead {
    color: #fff;
}

.contact-section.dark-bg-color .contact-info-list li span {
    color: #fff;
}

.hm4-copyright {
    background-color: #101727 !important;
}

.canvus-nav-menu .active a {
    background-color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
    .target-img {
        width: 90%;
    }

    .hm4-hero-section video {
        height: unset !important;
    }

    .hm4-hero-section {
        height: unset !important;
        padding: 100px 0;
    }

    .hm4-header-section .hm4-header-toggle {
        background-color: #fff;
        color: #2464ac;
    }

    .team-section .slick-prev {
        position: absolute;
        top: 70%;
        z-index: 1;
        width: 60px;
        height: 60px;
        background-color: var(--primary-light);
        color: var(--primary-color);
        border-radius: 50%;
    }

    .team-section .slick-next {
        position: absolute;
        top: 70%;
        right: 0;
        width: 60px;
        height: 60px;
        background-color: var(--primary-light);
        color: var(--primary-color);
        border-radius: 50%;
    }

    .crb-brand-slider .prev-btn, .crb-brand-slider .next-btn {
         display: inline-block !important; 
    }

    .crb-brand-slider .next-btn, .crb-brand-slider .prev-btn {
        top: 25%;
    }

    .crb-brand-slider .next-btn {
        right: -29px;
    }

    .crb-brand-slider .prev-btn {
        left: -29px;
        z-index: 1;
    }

}