    
    .form-group {
        margin-bottom: 1.25rem;
    }
    .form-group label {
        display: block;
        color: #232323;
        font-weight: bold;
        margin-bottom: 0.5rem;
        font-family: 'Outfit';
    }
    .form-group input[type="text"],
    .form-group select,
    .form-group input[type="date"],
    .form-group input[type="time"],
    .form-group input[type="number"] {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        box-sizing: border-box;
        font-family: 'Outfit';
    }
    .form-group input[type="radio"],
    .form-group input[type="checkbox"] {
        margin-right: 0.5rem;
    }
    .checkbox-group,
    .radio-group {
        display: flex;
        flex-wrap: wrap;
    }
    .checkbox-group label,
    .radio-group label {
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }
    .submit-button {
        display: block;
        width: 100%;
        background-color: #232323;
        color: #ffffff;
        padding: 0.75rem;
        border: none;
        border-radius: 0.375rem;
        cursor: pointer;
        font-size: 1rem;
        text-align: center;
        transition: background-color 0.3s, transform 0.3s;
        font-family: 'Outfit', sans-serif;
    }
    .submit-button:hover {
        background-color: #232323;
    }
    .submit-button:active {
        transform: scale(0.98);
    }
    .status-message {
        text-align: center;
        margin-top: 1rem;
        font-weight: bold;
    }
    .hidden {
        display: none;
    }
    .agreement {
        display: flex;
        align-items: center;
    }
    .agreement input[type="checkbox"] {
        margin-right: 0.5rem;
    }
    .agreement span {
        color: #232323;
        font-family: 'Outfit';
    }
    /* Override SweetAlert2 font family */
    .swal2-popup {
        font-family: 'Outfit', sans-serif !important;
    }
    .swal2-title {
        font-family: 'Outfit', sans-serif !important;
    }
    .swal2-content {
        font-family: 'Outfit', sans-serif !important;
    }
    /* Custom CSS for SweetAlert2 buttons */
    .swal2-confirm {
    background-color: #232323 !important;
    border: none !important;
    color: white !important;
    }
    .swal2-confirm:hover {
    background-color: #333 !important; /* Darker shade on hover */
    }
    
    .budget-container {
    display: flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    }
    
    .currency-symbol {
    color: #232323; /* Fade color for the currency symbol */
    margin-right: 0.5rem;
    font-size: 1rem;
    }
    
    .budget-container input[type="number"] {
    width: auto; /* Adjust width as needed */
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    }
    div:where(.swal2-icon).swal2-error {
    border-color: #232323;
    color: #232323;
    }
    div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    
    background-color: #232323;
    }
    .swal2-title{
    color: #232323;
    }
    
                .phone-mask {
        color: #232323; /* Fade color for the currency symbol */
        margin-right: 0.5rem;
        font-size: 1rem;font-family: outfit;
    }
    
    .mask-container input[type="number"] {
        width: auto; /* Adjust width as needed */
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        box-sizing: border-box;
        font-family: 'Outfit', sans-serif;
        font-size: 1rem;
    }
    
   /* Swal Fire */

  
    .swal2-popup.swal2-toast .swal2-styled {
  display: none !important;
}
    /* Hide the native file input */
.file-input {
    display: none;
}

/* Custom file upload label styling */
.custom-file-upload {
    position: relative;
    display: inline-block;  /* Prevents full width stretching */
}

.file-upload-label {
    background-color: #d5d6d7;   /* Black background */
    color: #fff;              /* White text */
    padding: 10px 20px;       /* Padding for a minimal look */
    border-radius: 5px;       /* Slightly rounded corners */
    cursor: pointer;          /* Pointer on hover */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
    display: inline-block;    /* Keeps the label at its natural width */
}

.file-upload-label:hover {
    background-color: #fff;   /* White background on hover */
    color: #000;              /* Black text on hover */
}

/* Helping paragraph styling */
.help-text {
    margin-top: -2px;         /* Space between button and text */
    font-size: 14px;          /* Smaller font size for a subtle look */
    color: #555;     
    font-family: outfit;         /* Grey color for the text */
}
   