.contact-root {
    width: calc(100% - 22rem);
    margin: 2rem 11rem 5rem 11rem;
}

.contact-section {
    background: #ffffff;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}

.section-title {
    margin-bottom: 1rem;
    font-weight: 600;
}

.school-contact p {
    margin: 0.2rem 0;
}

.contact-card {
    background: #f5f7ff;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    height: 100%;
    border-left: 4px solid #0d6efd;
    transition: 0.2s;
}

.contact-card:hover {
    background: #eef2ff;
    transform: translateY(-2px);
}

.contact-card h5 {
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
}

@media (max-width: 992px) {
    .contact-root {
        width: calc(100% - 2rem);
        margin: 2rem 1rem 5rem 1rem;
    }
}
