/* Homestay Page Specific Styles */
.homestay-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.homestay-content h2,
.homestay-content h3 {
    text-align: center;
    color: #004d40;
}

.homestay-content p {
    text-align: center;
    margin-bottom: 1.5rem;
}

.house-image {
    display: block;
    margin: 2rem auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tour-video {
    display: block;
    width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn.primary {
    display: block;
    margin: 2rem auto 0;
    width: fit-content;
}

