﻿.contact-info {
    font-weight: 400;
}

.contact-card ul {
    margin-bottom: 0;
    font-size: 20px;
}

.contact-info a {
    font-size: 20px;
}
.contact-card h3 {
    font-size: 28px;
}
.contact-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.contact-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-tel {
    margin-top: 6px;
}

.tel-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
}

.tel-link:hover {
    text-decoration: underline;
}

.tel-icon {
    font-size: 21px;
    line-height: 1;
    vertical-align: middle;
    padding-left: 3px;
}

#contactList {
    width: 100%;
}

.contact-us-section > .row {
    max-width: 1480px;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

.contact-us-section .col-md-7 {
    max-width: 760px;
    margin-left: 0;
}

.contact-single-card {
    min-height: auto;
    padding: 26px 32px;
}

.contact-entry + .contact-entry {
    margin-top: 24px;
}

.contact-entry-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-entry-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    line-height: 1.35;
}

.contact-detail-icon {
    width: 22px;
    margin-top: 3px;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-detail-text {
    font-weight: 400;
}

.contact-single-card .email-text,
.contact-single-card .tel-link {
    color: #000;
    text-decoration: none;
}

.contact-single-card .tel-link {
    display: inline;
    font-size: inherit;
    line-height: inherit;
}

.contact-single-card .tel-link:hover {
    text-decoration: underline;
}

/* ===== HTML Editor Content ===== */
.html-content p,
.address p {
    margin: 0;
    line-height: 1.6;
}

.html-content + .html-content {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .contact-us-section {
        padding: 0 24px 64px;
    }

    .contact-us-section .text-header {
        font-size: clamp(42px, 12vw, 54px);
        line-height: 1;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-us-section > .row {
        --bs-gutter-x: 0;
        margin-top: 28px !important;
    }

    .contact-us-section .text-title {
        font-size: 24px;
    }

    .contact-us-description {
        font-size: 16px;
        line-height: 1.55;
    }

    .contact-us-description .html-content,
    .contact-us-description .html-content p,
    .contact-us-description .address p {
        font-size: 16px;
        line-height: 1.55;
    }

    .address {
        font-size: 16px;
    }

    .contact-us-section .text {
        font-size: 16px;
        line-height: 1.45;
    }

    .contact-single-card {
        padding: 24px 22px;
    }

    .contact-entry + .contact-entry {
        margin-top: 24px;
    }

    .contact-entry-title {
        font-size: 20px;
    }

    .contact-detail-row {
        gap: 10px;
        font-size: 15px;
        line-height: 1.45;
    }

    .contact-detail-icon {
        width: 18px;
        margin-top: 2px;
        font-size: 17px;
    }

    .contact-card h3 {
        font-size: 20px;
    }

    .contact-card ul,
    .contact-info a {
        font-size: 15px;
    }
}
