.calendar-section {
    margin-bottom: 3rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(139, 77, 199, 0.2);
}

.calendar-container {
    margin-top: 1rem;
}

.contact-method .small-icon {
    font-size: 16px;
    margin-right: 12px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: rgba(139, 77, 199, 0.1);
}

.contact-method p {
    margin: 0;
    font-size: 1rem;
}

.form-error {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

#booking-info {
    display: none;
}

#booking-info.is-visible {
    display: block;
}

.submitting-text {
    margin-left: 10px;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.faq-section {
    margin-top: 50px;
    margin-bottom: 30px;
}

.faq-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.faq-container {
    max-width: 800px;
}

.inline-link {
    color: var(--secondary-purple);
}