/* FULL WIDTH për YOOtheme IHTML */
.yoo-fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff;
}

.yoo-fullwidth .layout-container {
    max-width: 1600px;
    margin: 0 auto;
}

/* Layout kryesor */
.layout-container {
    border: 1px solid #cecece;
    display: flex;
    gap: 30px;
    padding: 18px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.svg-container {
    width: 60%;
    overflow: hidden;
}

.info-panel {
    width: 42%;
}

table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    overflow: hidden;
}

th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
}

td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Hover në tabelë */
.row-hover {
    background: rgba(0, 150, 255, 0.15) !important;
    transition: background 0.2s ease-in-out;
}

/* Hover në SVG */
.house-hover {
    fill: rgba(0, 255, 20, 0.37) !important;
    stroke: #cce3f5 !important;
    stroke-width: 2px !important;
}

/* Gjendja normale – transparente */
.house {
    fill: rgba(0,0,0,0);
    transition: fill 0.25s ease, stroke 0.25s ease;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 900px) {
    .layout-container {
        flex-direction: column;
    }

    .svg-container,
    .info-panel {
        width: 100%;
    }

    .info-panel {
        margin-top: 20px;
    }

    table td,
    table th {
        font-size: 15px;
        padding: 10px;
    }
}

/* MODAL OVERLAY */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

/* MODAL BOX */
.modal-content {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    width: 90%;
    max-width: 520px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.25);
    animation: fadeIn 0.25s;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    float: right;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* PDF BUTTON */
.modal-pdf-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.modal-pdf-btn:hover {
    background: #2b5682;
}

/* SWIPER IMAGES */
.swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

.mySwiper {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.swiper-container-fixed .swiper {
    all: unset;
    display: block !important;
}

.swiper-container-fixed .swiper-wrapper,
.swiper-container-fixed .swiper-slide img {
}
.btn-contact{
    background-color: #3A441B;
    color: #FFFFFF !important;
    padding: 10px 19px;
}
.table-responsive-custom {
    overflow-x: auto;
    overflow-y: hidden; /* verhindert Scrollbar rechts */
    width: 100%;
    white-space: nowrap; /* verhindert Zeilenumbruch */
}

