.page-heading-section {
    border-bottom: 1px solid #e9e9e9;
    background: #f8f9f9;
    padding: 20px 0;
}

.page-heading-inner {
    margin: 0 6%;
}

.page-heading-title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
}

/* Responsive styling */
@media (max-width: 768px) {
    .page-heading-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .page-heading-title {
        font-size: 1.6rem;
    }
}

.store-section {
    padding: 40px 0;
}

.store-row {
    margin: 0 6%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.store-column {
    flex: 1 1 100%;
    max-width: 100%;
}

.image-column img {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.text-column {
    font-size: 1rem;
    line-height: 1.6;
}

.store-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.underline {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin-bottom: 10px;
}

.store-p{
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    margin-bottom: 5%;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}

.contact-table th,
.contact-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.contact-table td a{
    color: #006605;
}

.contact-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.contact-table tr:hover {
    background-color: #f1f1f1;
}

.contact-table th {
    background-color: #999;
    color: #fff;
}

a {
    color: #006605;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .store-column {
        flex: 1 1 48%;
        max-width: 48%;
    }
}

/* Wrapper */
.section-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
    margin: 0 6%;
}

/* Columns */
.section-column {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .left-column,
    .right-column {
        flex: 0 0 50%;
    }
}

/* Headings */
.section-heading {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
    color: #333;
}

.section-heading::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin-top: 6px;
}

/* Floor Plan Image */
.floor-plan-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* Gallery */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-gallery a {
    width: calc(50% - 5px);
}

.image-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* Table */
.area-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.area-table th,
.area-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.area-table th {
    background-color: #666;
    color: #fff;
}

/* Amenities */
.amenities-list {
    list-style-type: disc;
    padding-left: 10%;
}

.amenities-list li {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: Garamond, 'Times New Roman', serif;
}

.interior-gallery-section {
    padding: 20px 6%;
}

.interior-gallery-heading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    position: relative;
}

.interior-gallery-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin-bottom: 20px;
}

.interior-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.interior-gallery-item {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.interior-gallery-item:hover {
    transform: scale(1.03);
}

.interior-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.map-section {
    padding: 40px 0;
}

.map-section-inner {
    margin: 0 6%;
}

.map-heading {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.map-heading-underline {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 30px;
}

.map-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 6px;
}

.disclaimer-section {
    padding: 20px 0;
}

.disclaimer-inner {
    margin: 0 6%;
}

.disclaimer-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.disclaimer-underline {
    width: 50px;
    height: 2px;
    background-color: #006605;
    margin: 0 0 20px;
}

.disclaimer-text p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-family: Garamond, 'Times New Roman', serif;
    margin-bottom: 20px;
}

/* Floor Plan Viewer Styles - Unique Prefix: fplan- */
.fplan-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
}

.fplan-image {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    display: block;
    margin: auto;
}

.fplan-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.fplan-prev, .fplan-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    padding: 16px;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.fplan-prev:hover, .fplan-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.fplan-prev { left: 20px; }
.fplan-next { right: 20px; }

@media (max-width: 768px) {
    .fplan-prev, .fplan-next { font-size: 30px; padding: 12px; }
    .fplan-close { font-size: 32px; }
}

.interior-image-viewer {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.interior-image-viewer img.interior-full-img {
    max-width: 90%;
    max-height: 80vh;
    margin-top: 50px;
}

.interior-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: white;
    cursor: pointer;
}

.interior-prev-btn,
.interior-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.interior-prev-btn {
    left: 20px;
}

.interior-next-btn {
    right: 20px;
}