/* Contact Page Specific Styles */

/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.contact-hero__content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-hero__description {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

/* Notice Banner Section */
.notice-banner {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 1.5rem 0;
    position: relative;
}

.notice-banner__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.notice-banner__content {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.notice-banner__text {
    flex: 1;
}

.notice-banner__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #856404;
}

.notice-banner__message {
    font-size: 1rem;
    margin: 0;
    color: #856404;
    line-height: 1.5;
}

.notice-banner__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.notice-banner__close:hover {
    background-color: rgba(133, 100, 4, 0.1);
}

.notice-banner__close-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #856404;
    line-height: 1;
}

.notice-banner--hidden {
    display: none;
}

/* Contact Information Section */
.contact-info {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.contact-info__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-info__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}



/* Contact Details */
.contact-details {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-details__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.contact-details__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

.contact-details__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.contact-details__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-details__icon {
    font-size: 1.5rem;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #667eea;
}

.contact-details__content {
    flex: 1;
}

.contact-details__label {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.contact-details__text {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.contact-details__link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.contact-details__link:hover {
    text-decoration: underline;
}

.contact-details__hours {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-details__day {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.contact-details__day:last-child {
    border-bottom: none;
}

.contact-details__day-name {
    font-weight: 500;
    color: #333;
    min-width: 120px;
}

.contact-details__day-time {
    color: #666;
    text-align: right;
    line-height: 1.4;
}

.contact-details__cta {
    margin-top: 2rem;
    text-align: center;
}

/* Map Section */
.map-section {
    padding: 4rem 0;
    background: white;
}

.map-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.map-section__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
}

.map-section__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.map-section__map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-section__map iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.map-section__info {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.map-section__info-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.map-section__info-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.map-section__directions-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 600;
}

.map-section__directions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-section__directions-list li {
    padding: 0.5rem 0;
    color: #666;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5rem;
}

.map-section__directions-list li::before {
    content: "•";
    color: #667eea;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.faq-section__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-section__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
}

.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item__question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-item__question:hover {
    background-color: #f8f9fa;
}

.faq-item__icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    transition: transform 0.3s ease;
}

.faq-item__question[aria-expanded="true"] .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f8f9fa;
}

.faq-item__answer.active {
    max-height: 200px;
    padding: 1.5rem;
}

.faq-item__answer p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero {
        padding: 3rem 0;
    }

    .contact-hero__title {
        font-size: 2.5rem;
    }

    .contact-hero__description {
        font-size: 1.1rem;
    }

    .notice-banner {
        padding: 1rem 0;
    }

    .notice-banner__content {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .notice-banner__close {
        align-self: flex-end;
        margin-top: -0.5rem;
    }

    .contact-info__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-details__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-details {
        padding: 1.5rem;
    }

    .map-section__content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .map-section__map iframe {
        height: 300px;
    }

    .contact-details__day {
        flex-direction: column;
        gap: 0.25rem;
    }

    .contact-details__day-name {
        min-width: auto;
    }

    .contact-details__day-time {
        text-align: left;
    }

    .faq-item__question {
        padding: 1rem;
        font-size: 1rem;
    }

    .faq-item__answer.active {
        padding: 1rem;
    }
}

@media (max-width: 480px) {

    .contact-info,
    .map-section,
    .faq-section {
        padding: 2rem 0;
    }

    .contact-details,
    .map-section__info {
        padding: 1rem;
    }

    .contact-hero {
        padding: 2rem 0;
    }

    .contact-hero__title {
        font-size: 2rem;
    }

    .contact-hero__description {
        font-size: 1rem;
    }
}