 /* footer======== */
/* Footer color style */ :root { --footer-color: #073c6d; /* Match footer/gallery */ } .bg-footer-color { background-color: var(--footer-color) !important; } .btn-footer-color { background-color: var(--footer-color); color: #fff; border: none; font-weight: 600; transition: background 0.3s ease; } .btn-footer-color:hover { background-color: #e1375f; } .modal-header { border-bottom: none; } .modal-content { max-width: 450px; } .form-label { color: #083a6b; } input.form-control { border: 1px solid #ccc; padding: 10px; } input.form-control:focus { border-color: var(--footer-color); box-shadow: 0 0 0 0.2rem rgba(7, 60, 109, 0.25); }



