/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor.
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: hello-elementor
 Version: 1.0
*/

.mapsvg-header{
    display: none!important;
}

.elementor-element-73d21c4:after {
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    display: block;
    z-index: 11111;
    bottom: 0;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, var( --e-global-color-66b8c86 ) 0%, var( --e-global-color-6e54641 ) 100%);
}


#mapsvg-map-10 .mapsvg-tooltip {
    background: transparent;
    border: 0;
    font-size: 20px;
    color: white;
}


/* SOLD */
.mapsvg-region.sold {
    fill: rgba(255, 0, 0, 0.6) !important;
    stroke: #cc0000 !important;
}
 


/* Глобален шрифт за формата */
.sib_signup_box_inside_1,
.sib_signup_box_inside_1 * {
    font-family: 'Montserrat', sans-serif !important;
}

/* Контейнер – 3 полета на един ред */
.sib_signup_box_inside_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Трите инпут полета */
.sib_signup_box_inside_1 p {
    flex: 1 1 calc(33.33% - 15px);
    margin: 0;
}

/* Бутонът – на цял ред и центриран */
.sib_signup_box_inside_1 p:last-child {
    flex: 1 1 100%;
    text-align: center; /* центрира бутона */
    margin-top: 10px;
}

/* Черни инпути с бял текст */
.sib_signup_box_inside_1 input[type="email"],
.sib_signup_box_inside_1 input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #333;
    border-radius: 6px;
    font-size: 15px;
}

/* Бял placeholder */
.sib_signup_box_inside_1 input::placeholder {
    color: #fff !important;
    opacity: 0.6;
}

/* Стил на бутона */
.sib_signup_box_inside_1 input[type="submit"] {
    padding: 12px 24px;
    background: #d2b676;
    color: #000;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

/* Hover ефект (по желание) */
.sib_signup_box_inside_1 input[type="submit"]:hover {
    opacity: 0.85;
}

.etajlabel {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
}


















/* ------------------------------------------
   PREMIUM LUXURY REAL ESTATE TABLE STYLE
-------------------------------------------*/

/* Desktop layout stays table-based */
.responsive-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px; /* spacing between rows */
}

.responsive-table thead tr {
       background: linear-gradient(to right, #000000, #000000);
    color: #e8d09b;
    font-weight: 700;
    border-radius: 10px;
}

.responsive-table thead th {
    padding: 14px;
    font-size: 15px;
    border-bottom: 2px solid #d6c8a9;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Desktop rows */
.responsive-table tbody tr {
    background: #111; /* matches your dark site background */
    color: #e8e8e8;
    border-radius: 12px;
}

.responsive-table td {
    padding: 14px;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 16px;
}

.responsive-table tbody tr:first-child td {
    border-top: none;
}

.responsive-table td a {
    color: #e8d09b;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.responsive-table td a:hover {
    text-decoration: underline;
}









@media (max-width: 768px) {

    .responsive-table thead {
        display: none !important;
    }

    /* Luxury dark card (previous design) but visible text */
    .responsive-table tr {
        display: block;
        background: #000 !important;
        margin-bottom: 22px;
        padding: 22px 20px;
        border-radius: 18px;
        border: none;
        box-shadow:
            0 4px 14px rgba(0, 0, 0, 0.4),
            inset 0 1px 1px rgba(255,255,255,0.15);
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        color: #f4e9c9 !important; /* LIGHT CHAMPAGNE TEXT */
        font-size: 16px;
        font-weight: 500;
    }

    .responsive-table td:last-child {
        border-bottom: none !important;
    }

    /* LABELS (light + luxury) */
    .responsive-table td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #fff7d6 !important; /* LIGHT GOLD LABELS */
        text-align: left;
        flex-basis: 50%;
        font-size: 16px;
    }

    /* VALUES */
    .responsive-table td,
    .responsive-table td span,
    .responsive-table td a {
        color: #f4e9c9 !important; /* soft champagne white */
        font-weight: 600;
        flex-basis: 50%;
        text-align: right;
    }

    /* Apartment link */
    .responsive-table td a {
                font-size: 20px;

        font-weight: 700;
        color: #ffe9a6 !important; /* bright gold for title link */
        text-decoration: none;
    }

    .responsive-table td a:hover {
        text-decoration: underline;
    }
}






























@media (max-width: 991.98px) {


.sib_signup_box_inside_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-content: flex-start;
    flex-direction: column;
}

}