/* Hubexo Form Frontend Styles */
.hubexo-form-wrapper {
    background: transparent;
    /* border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
}

.hubexo-form-title {
    margin-top: 0 !important;
    font-size: 24px;
    color: #321432 !important;
    font-weight: 700;
}

.hubexo-form-description {
    color: #321432;
    ;
    font-size: 14px;
    margin-bottom: 25px;
}

.hubexo-form-group {
    margin-bottom: 20px;
}

.hubexo-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #321432;
    margin-bottom: 6px;
}

/* Styling untuk Input Text, Email, Number, Select, dan Textarea */
.hubexo-form-wrapper .hubexo-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    color: #321432;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hubexo-form-wrapper .hubexo-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    outline: none;
}

/* Styling untuk Checkbox & Radio */
.hubexo-choices label {
    font-weight: 500;
    color: #475569;
    cursor: pointer;
}

/* Styling Button Submit Premium */
.hubexo-submit-btn {
    width: 100%;
    padding: 12px 24px;
    background: #321432 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.2s;
}

.hubexo-submit-btn:hover {
    background: #3f193f !important;
}

.hubexo-success-message p {
    margin-top: 0px !important;
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    font-size: 1rem;
    color: #321432 !important;
}