/* CSS Document */

.contact-box h3 { font-weight: 900; margin-bottom: 18px; }
        .contact-info-item { display: flex; margin-bottom: 18px; }
        .contact-info-item i { min-width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.12); color: var(--insac-accent); display: flex; align-items: center; justify-content: center; margin-right: 14px; }
        .contact-form { background: #ffffff; border-radius: 24px; padding: 36px; border: 1px solid #e8eef5; }
        .form-control { border-radius: 12px; min-height: 48px; border: 1px solid #dbe4ee; font-weight: 600; }
        .form-control:focus { box-shadow: none; border-color: var(--insac-primary); }
        textarea.form-control { min-height: 130px; }