/* Premium Typography & Fonts */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.custom-input {
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 12px 15px !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    transition: 0.3s;
}

.custom-input:focus {
    border-color: #0052d4 !important;
    box-shadow: 0 0 0 4px rgba(0, 82, 212, 0.1) !important;
    background-color: #ffffff !important;
}

.submit-btn {
    background: #001e3c;
    transition: 0.4s;
}

.submit-btn:hover {
    background: #0052d4 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 82, 212, 0.2);
}

.hover-effect:hover {
    background: rgba(255, 255, 255, 0.1);
}

.form-label {
    font-size: 0.85rem;
}