.contact-hero {
    background: #fff;
    padding: 48px 0 24px 0;
}

.contact-hero h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.contact-hero p.lead {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.contact-info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px 12px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #775F9C;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    min-height: 110px;
}

.contact-info-card i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.contact-info-card a {
    color: #775F9C;
    margin-right: 8px;
    font-size: 1.2rem;
}


.contact-map {
    border-radius: 12px;
    overflow: hidden;
}

.contact-faq {
    background: #f5f5f7;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 64px 0;
}

.faq-card {
    background: #fff !important;
    border-radius: 12px;
    border: 1px solid #E4E6E8;
    min-height: 170px;
    box-shadow: none !important;
    padding: 26px 20px !important;
}
.faq-card p {
    color: #454551;
    font-size: 12px;
}
.contact-support {
    background: #fff;
    padding: 64px 0;
}

.support-card {
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.support-card i {
    font-size: 2rem;
    color: #775F9C;
}

.support-card a {
    color: #775F9C;
    margin-right: 8px;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .contact-hero .row, .contact-support .row {
        flex-direction: column;
    }

    .contact-info-card, .support-card, .faq-card {
        min-height: unset;
    }
}

.contact-section-bg {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-card, .faq-card, .support-card {
    background: #F6F6F6;
    border-radius: 16px;
    padding: 1.5rem 1.2rem;
    margin-bottom: 1.5rem;
    height: 100%;
}

.contact-form-card {
    background: #F6F6F6;
    border-radius: 16px;
    padding: 20px 20px;
    height: 100%;
}

.faq-section-bg {
    background: #F6F6F6;
    padding-top: 40px;
    padding-bottom: 40px;
}


.support-section-bg {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.support-card {
    min-height: 120px;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    color: #23242a;
}

.support-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #23242a;
}
.contact-icon {
    width: 34px !important;
    height: 34px;
    object-fit: contain;
    margin-bottom: 10px;
}

.social-links img {
    filter:
            invert(55%)
            sepia(2%)
            saturate(14%)
            hue-rotate(175deg)
            brightness(87%)
            contrast(87%);
}

.contact-card .color-gray {
    color: #666666 !important;
}
.contact-title {
    font-size: 16px;
    font-weight: 500;
}
