/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 12:55:11 */
.project_tabs .e-n-tabs-heading .e-n-tab-title {
    position: relative;
}

.project_tabs .e-n-tabs-heading .e-n-tab-title:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 16px;
    background-image: url(https://www.theviberealty.com/wp-content/uploads/2023/04/purple-arw.svg);
    right: 20px;
    top: 30%;
}

.project_tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after,
.project_tabs .e-n-tabs-heading .e-n-tab-title:hover:after{
        background-image: url(https://www.theviberealty.com/wp-content/uploads/2023/04/tab-wht-arrow.svg);
}

.floor_plan_gallery .elementor-image-carousel-caption {
    margin-top: 20px;
}


.gallery_slider .elementor-swiper-button{
    font-size: 0 !important;
    height: 35px;
    width: 35px;
    border: 1px solid #B9B9B9;
    border-radius: 100%;
    background-image: url(https://www.theviberealty.com/wp-content/uploads/2023/04/grey-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;
    top: -65px !important;
}

.gallery_slider .elementor-swiper-button-prev {
    left: auto !important;
    right: 5% !important;
    transform: none !important;
}

.gallery_slider .elementor-swiper-button-next {
    right:0% !important;
    transform: rotate(180deg) !important;
}

.gallery_slider .elementor-swiper-button:hover{
        background-image: url(https://www.theviberealty.com/wp-content/uploads/2023/04/btn-hover-arrow.svg);
    border-color: #832b78;
    transition: all 0.5s;
}


@media(max-width:1024px) {
	.gallery_slider .elementor-swiper-button-prev {
		right: 8% !important;
	}
}	

@media(max-width:767px) {
	.gallery_slider .elementor-swiper-button-prev {
		right: 15% !important;
	}
}