.contact-section-wrapper-09e77c6f {
    font-family: 'Montserrat', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 20px;
    text-align: center;
    background-color: transparent;
}

.contact-header-09e77c6f {
    max-width: 650px;
    margin: 0 auto 50px auto;
}

.contact-badge-09e77c6f {
    display: inline-block;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #E05A47;
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact-title-09e77c6f {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-desc-09e77c6f {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.contact-cards-grid-09e77c6f {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card-09e77c6f {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card-09e77c6f:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.card-icon-wrapper-09e77c6f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 20px;
}

.card-icon-wrapper-09e77c6f svg {
    width: 20px;
    height: 20px;
}

.card-content-wrapper-09e77c6f {
    flex-grow: 1;
}

.card-tagline-09e77c6f {
    display: block;
    font-size: 12px;
    color: #8C94A5;
    font-weight: 500;
    margin-bottom: 2px;
}

.card-title-09e77c6f {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.card-body-09e77c6f p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 6px 0;
}

.card-body-09e77c6f p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .contact-card-09e77c6f {
        flex: 1 1 calc(50% - 24px);
    }
    .contact-title-09e77c6f {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-card-09e77c6f {
        flex: 1 1 100%;
    }
}
