/* INDEX SPECIFIC STYLES */

#celebrate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 5% 2rem;
    text-align: center;
}

#celebrate .celebrate-text {
    font-size: 1.5rem;
    color: var(--accent-color);
    max-width: 800px;
    margin-bottom: 3rem;
}

#celebrate .card-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#exhibitions {
    padding: 5rem 5%;
}

#contact-section {
    padding: 5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1 1 300px;
    padding: 3rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.02);
}

.contact-info h2 {
    margin-bottom: 2rem;
}

.contact-details p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.social-links {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.map-container {
    flex: 1 1 400px;
    height: 500px;
    min-height: 400px;
    position: relative;
}

#map,
.map-container iframe {
    width: 100%;
    height: 100%;
}

/* Newsletter Section */
#newsletter {
    padding: 8rem 5%;
    text-align: center;
}

#newsletter #form-container {
    max-width: 800px;
    margin: 0 auto;
}

#subscribeForm {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

#subscribeForm input,
#subscribeForm button {
    width: 100%;
    max-width: 800px;
    margin: 0;
}
