/* Mobile cta */

.mobile-cta {
    position: sticky;
    top: 0;
    width: 100lvw;
    grid-template-columns: repeat(2, 1fr);
    z-index: 999;
}

.mobile-cta.is-active {
    display: grid !important;
}

.mobile-cta.is-active + .elementor-location-header {
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 47px;
}

.mobile-cta__icon {
    display: flex;
    align-items: center;
}

.mobile-cta__icon svg {
    height: 20px;
    fill: currentColor;
}

.mobile-cta__ctus-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff !important;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
}

.mobile-cta__ctus-link--tap-to-call {
    background-color: #1ba6dc;
}

.mobile-cta__ctus-link--ctus {
    background-color: #cfc8b1;
    color: #2a2a2a !important;
}

@media (min-width: 1025px) {
    .mobile-cta,
    .mobile-cta.is-active {
        display: none !important;
    }

    .mobile-cta.is-active + .elementor-location-header {
        top: 0;
        position: relative;
    }
}

/* Gallery */
.fxgallery-slider__wrap {
    width: 100%;
}
.fxgallery-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fxgallery-slide {
    padding: 10px;
    width: 33.33%;
}
.fxgallery-slide__wrap {
    overflow: hidden;
    height: 320px;
    border-radius: 7px;
}
.fxgallery-slide__wrap {
    overflow: hidden;
    height: 320px;
    border-radius: 7px;
}
.fxgallery-slide__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}

/*
 * Image Lightbox Arrows
 */
.elementor-lightbox .swiper .elementor-swiper-button {
    opacity: 1;
}
.elementor-lightbox .swiper .elementor-swiper-button i {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 100%;
}
