.apartment-template-default .apartment-title {
    display: none;
}

.ova-heading h2.title {
    margin-bottom: 30px;
}

.ova-heading .title {
    margin-bottom: 0;
}

div#ova-custom-cursor__cursor-border {
    display: none !important;
}

div#ova-custom-cursor__cursor {
    display: none !important;
}

.selector .elementor-gallery-item {
    position: relative;
    overflow: hidden;
}


.elementor-gallery-item:hover .elementor-gallery-item__overlay {
    opacity: 1;
}

/* Plus Sign Styling */
.elementor-gallery-item .elementor-gallery-item__overlay::after {
    content: "+";
    /* Plus sign */
    font-size: 50px;
    font-weight: 400;
    color: white;
    position: absolute;
    bottom: -50px;
    /* Start hidden below */
    left: 50%;
    transform: translate(-50%, 0);
    transition: bottom 0.5s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

/* Animate Plus Sign from Bottom to Center */
.elementor-gallery-item:hover .elementor-gallery-item__overlay::after {
    bottom: 50%;
    /* Moves to center */
    opacity: 1;
    transform: translate(-50%, 50%);
}

.ova_apartment_single .apartment-info .apartment-post-media img {
    object-fit: contain !important;
}

.tooltip-sec .eael-tooltip p{
margin : 0 !important;
}


.ova_apartment_single .apartment-info {
	margin-bottom: 0 !important;
}

.ova_apartment_single .single-apartment-info .info-list .item .value {
    display: flex
;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 2px;
}

.ova_apartment_single .single-apartment-info .info-list .item {
    min-width: 140px;
    padding: 24px 0;
    line-height: 1.4;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.ova_apartment_single .single-apartment-info .info-list {
    margin: 0;
    padding: 20px 40px;
    list-style-type: none;
    background-color: var(--secondary);
    max-height: 575px;
    overflow: auto;
}

.apartment-info {
    display: none !important;
}

.form-space div#gform_fields_1 {
    row-gap: 20px;
}