/* Technical Requirements Form Styles */

#technicalRequirementsForm .card-header {
    background-color: #ee780e !important;
}

#technicalRequirementsForm .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

#technicalRequirementsForm .form-control,
#technicalRequirementsForm .form-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem;
}

#technicalRequirementsForm .form-control:focus,
#technicalRequirementsForm .form-select:focus {
    border-color: #ee780e;
    box-shadow: 0 0 0 0.2rem rgba(238, 120, 14, 0.25);
}

#technicalRequirementsForm .btn-primary {
    background-color: #ee780e;
    border-color: #ee780e;
    transition: all 0.3s ease;
}

#technicalRequirementsForm .btn-primary:hover {
    background-color: #5d6d77;
    border-color: #5d6d77;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#technicalRequirementsForm .card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.lead {
    font-size: 1.1rem;
    color: #666;
}
