.section-header {
    background-color: #f8f9f9; /* Optional light background */
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.section-container {
    margin: 0 6%;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-header {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.6rem;
    }

    .section-header {
        padding: 25px 10px;
    }
}

.building-section {
    padding: 40px 0;
}

.building-container {
    margin: 0 6%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.building-column {
    flex: 1 1 100%;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.heading-p {
    margin-bottom: 5%;
    font-size: 16px;
    font-family: Garamond, 'Times New Roman', serif;
}

.heading-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 20px 0;
}

.btn-contact {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #006605;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-contact:hover {
    background-color: #006605dd;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    font-size: 16px;
}

.contact-table a {
    color: #006605;
    text-decoration: none;
}

.contact-table a:hover {
    text-decoration: underline;
}

.contact-table th,
.contact-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.contact-table th {
    background-color: #666;
    color: #fff;
}

.contact-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Responsive */
@media (min-width: 768px) {
    .building-column {
        flex: 1 1 48%;
    }

    .heading-line {
        margin-left: 0;
    }

    .image-column {
        text-align: left;
    }
}

.floor-container {
    margin: 0 6%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.floor-column {
    flex: 1 1 100%;
}

.floor-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.floor-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin-bottom: 20px;
}

.floor-img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.area-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    background-color: #fff;
}

.area-table th,
.area-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.area-table th[colspan="3"] {
    background-color: #555;
    color: #fff;
    font-size: 1rem;
}

.area-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Responsive layout */
@media (min-width: 768px) {
    .floor-column {
        flex: 1 1 48%;
    }
}

.interior-section {
    padding: 40px 0;
}

.interior-container {
    margin: 0 6%;
}

.interior-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.title-underline {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 20px 0;
}

.featured-image {
    text-align: center;
    margin-bottom: 40px;
}

.featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Gallery Grid */
.interior-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.interior-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.interior-gallery a:hover {
    transform: scale(1.03);
}

.interior-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.map-section {
    padding: 40px 0;
    padding-bottom: unset;
}

.map-container {
    margin: 0 6%;
}

.map-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.map-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 30px 0;
}

.map-frame-wrapper iframe {
    width: 100%;
    max-width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .map-title {
        font-size: 1.5rem;
    }

    .map-frame-wrapper iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .map-frame-wrapper iframe {
        height: 300px;
    }
}

.disclaimer-section {
    padding: 40px 0;
}

.disclaimer-container {
    margin: 0 6%;
}

.disclaimer-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.disclaimer-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 10px 0;
}

.disclaimer-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    padding: 0 10px;
    font-family: Garamond, 'Times New Roman', serif;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .disclaimer-title {
        font-size: 1.5rem;
    }

    .disclaimer-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .disclaimer-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* === Interior Viewer Styles (ivw-prefixed for uniqueness) === */
.ivw-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.ivw-image {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.ivw-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.ivw-prev,
.ivw-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    padding: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    transition: background 0.2s;
}

.ivw-prev:hover,
.ivw-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.ivw-prev {
    left: 20px;
}

.ivw-next {
    right: 20px;
}

@media (max-width: 768px) {
    .ivw-prev,
    .ivw-next {
        font-size: 28px;
        padding: 15px;
    }
}