/* Introduction */
.introduction_container {
    width: 80%;
    margin: 0 auto;
    padding: 2rem;
}

.introduction_title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
}

.introduction_subtitle {
    font-size: 1.8rem;
    color: #444;
    margin-top: 20px;
    font-family: 'open_sansregular', Times, serif;
}

.introduction_paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    font-family: 'merriweatherregular', Times, sans-serif;

}

.introduction_highlight {
    font-weight: bold;
    color: #2d87f0;
}

.introduction_quote {
    font-style: italic;
    color: #555;
    margin-top: 20px;
    font-family: 'merriweatherregular', Times, sans-serif;

}

.introduction_cta {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2d87f0;
    margin-top: 30px;
    font-family: 'merriweatherregular', Times, sans-serif;

}


.video-container {
    margin: 2rem 0;
    text-align: center;
}

.video-container video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.map-section {
    text-align: center;
    margin: 2rem 0;
}

.map-section img,
.map-section iframe {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.map-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.map-buttons button {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    background-color: #bfd7af;
    border: none;
    border-radius: 8px;
    color: #2e2c2f;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.map-buttons button:hover {
    background-color: #a5c99d;
}


.map-section {
    margin: 2rem 0;
    text-align: center;
}

.map-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.map-image-item {
    max-width: 300px;
}

.map-image-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.map-image-item img:hover {
    transform: scale(1.03);
}

.map-label {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #333;
}
