/* ======================================================= */
.info-card {background: var(--light);padding: 1rem;border-radius: var(--radius-lg);margin-bottom: 15px;box-shadow: 0 5px 15px rgba(0,0,0,0.05);}
.info-card i {font-size: 22px;color: var(--primary);margin-right: 5px;}
.info-card h5 {font-weight: 700;font-size: 18px;}
.contact-social-card {background: transparent;padding-top: 2rem ;text-align: center;}
.contact-footer-social {display: flex;justify-content: center; gap: 12px;margin: 1rem 0;}
.contact-footer-social a {width: 36px;height: 36px;margin: 0 10px; border-radius: 50%;background: transparent;display: flex;align-items: center;justify-content: center;color: var(--primary);font-size: 15px;transition: all .4s ease-in-out;}
.contact-footer-social a:hover {background: var(--primary);color: var(--light);}
.form-card {background: var(--light);padding: 2rem;border-radius: var(--radius-lg);box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
.form-control,.form-select {padding: 12px;border-radius: var(--radius-lg);}
.map-box iframe {width: 100%;height: 450px;border-radius: var(--radius-lg);border: none;}
