.banner-video {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item::after,
.vlt-project-showcase--style-7 .vlt-project-showcase__item::before {
    z-index: 0;
}

.vlt-types-list .vlt-types-list__category {
    font-size: 18px;
}

.vlt-page-title--style-3 {
    padding: 170px 0;
}

.vlt-page-title--style-3 .vlt-page-title__title {
    font-size: 80px;
}

.vlt-counter-up--style-3 {
    flex-direction: column;
    gap: 10px;
}

.vlt-counter-up--style-3 .vlt-counter-up__icon {
    margin-right: 0;
}

.vlt-counter-up--style-3 .vlt-counter-up__title {
    margin-left: 0;
    color: #f7de1c;
}

.vlt-footer--style-1 {
    background-image: none;
}

.vlt-project-showcase--style-2 .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item::before,
.vlt-project-showcase--style-7 .vlt-project-showcase__item::after {
    display: none;
}

.vlt-footer--style-1 {
    padding: 30px 0;
}

.vlt-social-icon--style-1+.vlt-social-icon--style-1,
.vlt-social-icon--style-2+.vlt-social-icon--style-1,
.vlt-social-icon--style-1+.vlt-social-icon--style-2,
.vlt-social-icon--style-2+.vlt-social-icon--style-2 {
    margin-left: 0;
}

.vlt-social-icon--style-1,
.vlt-social-icon--style-2 {
    margin-bottom: 20px;

}

@media (min-width:1200px) {
    .vlt-nav--fullscreen__navigation {
        margin-left: -130px;
    }
}

#map {
    height: 500px;
    /* Set the height of the map */
    width: 100%;
    /* Set the width of the map */
}

.float-whatsapp-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-whatsapp-icon svg {
    width: 32px;
    height: 32px;
}

.vlt-partner img {
    width: 100%;
    height: 215px;
}