/* Page Contact Us */
.idt_contact-main-title {
    color: #342777;
    font-size: 2.5rem;
    font-weight: 700;
}

.idt_contact-section-title {
    color: #342777;
    font-size: 2.2rem;
    font-weight: 700;
}

.idt_contact-form-title {
    color: #342777;
    font-size: 2rem;
    font-weight: 700;
}

.idt_contact-cta-title {
    color: #342777;
    font-size: 2.2rem;
    font-weight: 700;
}

.idt_contact-info-card {
    transition: transform 0.3s ease;
    background-color: #fff;
}

.idt_contact-info-card:hover {
    transform: translateY(-5px);
}

.idt_contact-info-title {
    color: #000000;
    font-weight: 600;
}

.idt_contact-form-card {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.idt_contact-branch-card {
    transition: transform 0.3s ease;
    background-color: #fff;
}

.idt_contact-branch-card:hover {
    transform: translateY(-5px);
}

.idt_contact-branch-title {
    color: #000000;
    font-weight: 600;
}

.btn-primary {
    background-color: #342777;
    border-color: #342777;
}

.btn-primary:hover {
    background-color: #2a1f5f;
    border-color: #2a1f5f;
}

@media (max-width: 768px) {
    .idt_contact-main-title {
        font-size: 2rem;
    }

    .idt_contact-section-title {
        font-size: 1.8rem;
    }

    .idt_contact-form-title {
        font-size: 1.8rem;
    }

    .idt_contact-cta-title {
        font-size: 1.8rem;
    }
}
.swal2-contact-success .swal2-popup {
    border-radius: 10px;
    padding: 2rem;
}

.swal2-contact-success .swal2-title {
    color: #342777;
    font-size: 1.5rem;
    font-weight: 600;
}
/* Page Contact Closed */
