/* Tour 360 section */
#sps-tour360 {
    max-width: 1055px;
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
}

#sps-tour360 .sps-section-title {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.tour360-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.tour360-tab {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.3s;
}

.tour360-tab.active,
.tour360-tab:hover {
    background: #202020;
    border-color: #202020;
    color: #fff;
}

.tour360-viewer-wrap {
    border: 1px solid #ccc;
    height: 60vh;
    min-height: 400px;
    position: relative;
    width: 100%;
}

.tour360-viewer-wrap .pnlm-container {
    height: 100%;
    width: 100%;
}

.tour360-empty {
    align-items: center;
    background: #f6f6f6;
    color: #666;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.tour360-hint {
    color: #888;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #sps-tour360 .sps-section-title {
        font-size: 28px;
    }
}

@media screen and (min-width: 1024px) {
    #sps-tour360 .sps-section-title {
        font-size: 33px;
        margin-bottom: 30px;
    }
}

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

.gallery-lightbox.active {
    display: flex;
}

.gallery-lightbox img {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}

.gallery-lightbox .lb-close {
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}

.gallery-lightbox .lb-prev,
.gallery-lightbox .lb-next {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 24px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.gallery-lightbox .lb-prev { left: 20px; }
.gallery-lightbox .lb-next { right: 20px; }

.form-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 12px;
    text-align: center;
}

.form-errors {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 12px;
}

.form-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headerColor #sps-header .sps-wrap-header .sps-row .sps-header-anchors li a:after {
    background-color: #000;
}
