/* Contact page */
.customer_wrap .contacttitle {
    font-size: 24px;
}

.customer_wrap .contact-info-wrap {
    padding: clamp(1.5rem, 5vw, 3rem) 0 6rem;
}

.customer_wrap .contact-card {
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: #f3f4f6;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.customer_wrap .contact-card__section + .contact-card__section {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.customer_wrap .contact-card__title {
    display: block;
    font-size: clamp(1.25rem, 2.4vw, 1.5rem);
    color: #101828;
    margin-bottom: 0.75rem;
}

.customer_wrap .contact-card__detail {
    margin: 0.4rem 0 0.9rem;
}

.customer_wrap .contact-card__label {
    font-weight: 600;
    color: #475467;
    display: block;
}

.customer_wrap .contact-card__value {
    color: #1d2939;
}

.customer_wrap .contact-card__link {
    color: #007bff;
    text-decoration: none;
    word-break: break-word;
}

.customer_wrap .contact-card__link:hover,
.customer_wrap .contact-card__link:focus {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .customer_wrap .contacttitle {
        font-size: 1.25rem;
    }

    .customer_wrap .contact-card {
        border-radius: 14px;
        padding: 1.5rem;
    }

    .customer_wrap .contact-card__detail {
        margin-bottom: 1.1rem;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .customer_wrap #wrapper .contentsWrap {
        width: 100%;
        max-width: 90rem;
        transition: .25s ease;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .customer_wrap .innerContentsWrap.contact-info-wrap {
        width: 90%;
        margin: 0 auto;
    }
}
