// Initialize Select2
// Handle country change to load cities
// If country is not selected, clear and disable city dropdown
// Enable city dropdown and show loading
// Fetch cities for selected country via AJAX
// Add cities to dropdown
// Re-enable the city dropdown
// Re-initialize Select2