<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;

// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED - Do not modify or remove comment markers above or below:

if ( !function_exists( 'chld_thm_cfg_locale_css' ) ):
    function chld_thm_cfg_locale_css( $uri ){
        if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) )
            $uri = get_template_directory_uri() . '/rtl.css';
        return $uri;
    }
endif;
add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' );
         
if ( !function_exists( 'child_theme_configurator_css' ) ):
    function child_theme_configurator_css() {
        wp_enqueue_style( 'chld_thm_cfg_child', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'hello-elementor','hello-elementor-theme-style','hello-elementor-header-footer' ) );
    }
endif;
add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 10 );

// END ENQUEUE PARENT ACTION
// END ENQUEUE PARENT ACTION
// =========================

add_action('wp_footer', function () {
?>
<script>
(function () {

  const cities = {
     "Andhra Pradesh": ["Visakhapatnam", "Vijayawada", "Guntur", "Nellore", "Tirupati"],
  "Arunachal Pradesh": ["Itanagar", "Naharlagun", "Tawang"],
  "Assam": ["Guwahati", "Silchar", "Dibrugarh", "Jorhat"],
  "Bihar": ["Patna", "Gaya", "Bhagalpur", "Muzaffarpur"],
  "Chhattisgarh": ["Raipur", "Bilaspur", "Durg", "Bhilai"],
  "Goa": ["Panaji", "Margao", "Vasco da Gama"],
  "Gujarat": ["Ahmedabad", "Surat", "Vadodara", "Rajkot", "Bhavnagar"],
  "Haryana": ["Gurugram", "Faridabad", "Panipat", "Ambala"],
  "Himachal Pradesh": ["Shimla", "Solan", "Dharamshala", "Mandi"],
  "Jharkhand": ["Ranchi", "Jamshedpur", "Dhanbad"],
  "Karnataka": ["Bengaluru", "Mysuru", "Mangaluru", "Hubli"],
  "Kerala": ["Thiruvananthapuram", "Kochi", "Kozhikode", "Thrissur"],
  "Madhya Pradesh": ["Bhopal", "Indore", "Jabalpur", "Gwalior"],
  "Maharashtra": ["Mumbai", "Pune", "Nagpur", "Nashik", "Aurangabad"],
  "Manipur": ["Imphal"],
  "Meghalaya": ["Shillong"],
  "Mizoram": ["Aizawl"],
  "Nagaland": ["Kohima", "Dimapur"],
  "Odisha": ["Bhubaneswar", "Cuttack", "Rourkela"],
  "Punjab": ["Chandigarh", "Ludhiana", "Amritsar", "Jalandhar"],
  "Rajasthan": ["Jaipur", "Jodhpur", "Udaipur", "Kota"],
  "Sikkim": ["Gangtok"],
  "Tamil Nadu": ["Chennai", "Coimbatore", "Madurai", "Salem", "Trichy"],
  "Telangana": ["Hyderabad", "Warangal", "Nizamabad"],
  "Tripura": ["Agartala"],
  "Uttar Pradesh": ["Lucknow", "Kanpur", "Noida", "Ghaziabad", "Varanasi"],
  "Uttarakhand": ["Dehradun", "Haridwar", "Haldwani"],
  "West Bengal": ["Kolkata", "Howrah", "Durgapur", "Siliguri"],
  "Delhi": ["New Delhi", "Dwarka", "Rohini", "Saket"],
  "Jammu and Kashmir": ["Srinagar", "Jammu"],
  "Ladakh": ["Leh", "Kargil"],
  "Puducherry": ["Puducherry", "Karaikal", "Mahe", "Yanam"],
  "Chandigarh": ["Chandigarh"],
  "Andaman and Nicobar Islands": ["Port Blair"],
  "Dadra and Nagar Haveli and Daman and Diu": ["Daman", "Silvassa"],
  "Lakshadweep": ["Kavaratti"]
  };

  function initStateCity() {
    const stateField = document.querySelector('select[name="form_fields[state]"]');
    const cityField  = document.querySelector('select[name="form_fields[city]"]');

    if (!stateField || !cityField) {
      return false; // form not ready yet
    }

    // reset city
    cityField.innerHTML = '<option value="">Select City</option>';

    stateField.addEventListener('change', function () {
      const selectedState = this.value;
      cityField.innerHTML = '<option value="">Select City</option>';

      if (cities[selectedState]) {
        cities[selectedState].forEach(function (city) {
          const opt = document.createElement('option');
          opt.value = city;
          opt.textContent = city;
          cityField.appendChild(opt);
        });
      }
    });

    console.log('State-City script attached ✅');
    return true;
  }

  // Poll every 500ms until Elementor form exists
  const interval = setInterval(function () {
    if (initStateCity()) {
      clearInterval(interval);
    }
  }, 500);

})();
</script>
<?php
});


// --------------------
// 
add_action('wp_footer', function () {
?>
<script>
(function () {

  const websiteBySector = {

    "ENTREPRENEURS/BUSINESS": [
  "NATIONAL QUALITY AWARD",
  "Business Innovation of the Year",
  "Best Financial Performance of the year",
  "Lifetime Achievement Award",
  "Best business agility award",
  "Micro Business of The Year (Net sales less than 5 crores in 20-21)",
  "Small Business of The Year (Net sales between 5 crores to 75 crores in FY 2020-21)",
  "Creative Entrepreneur of The Year",
  "Dynamic Entrepreneur of The Year",
  "SME having adopted best business practices and shown remarkable growth in a limited period",
  "Innovative Businessman Of The Year",
  "Business with an innovative concept",
  "Business that introduced innovation in the service",
  "Business that introduced innovation in the product",
  "Business that introduced innovation in the business functionality",
  "Green Business Of The Year (Business that demonstrates an outstanding commitment to sustainability)",
  "Home Grown Businessman Of The Year",
  "Fastest Growing Small Business Of The Year",
  "Top performer in small businesses in terms of revenue, profit and returns",
  "Best Use Of Technology In Small Business Award (Business that has used technology in a way that has led to improved performance and productivity)",
  "Young Entrepreneur of the year (Young entrepreneur who demonstrates exceptional achievements in the SME)",
  "Woman Entrepreneur Of The Year (SME headed or created by woman entrepreneurs to salute their entrepreneurial spirit)",
  "Social entrepreneur of the year award",
  "Best Community Project of the year award",
  "Remarkable Non-profit organization award",
  "Best Co-op awards"
],

    "STARTUPS": [
  "Innovative Startup of the Year",
  "Technology-based Startup of the Year",
  "Art & Craft Startup of the Year",
  "Digital Startup of the Year",
  "Most Promising Startup of the Year",
  "Mobility Startup of the Year",
  "Energy Startup of the Year",
  "Logistics Startup of the Year",
  "Food & Beverage Startup of the Year",
  "Healthcare Startup of the Year",
  "Education Startup of the Year",
  "Retail Startup of the Year",
  "Tourism & Leisure Startup of the Year",
  "Real Estate Startup of the Year",
  "Social Impact Startup of the Year",
  "E-Commerce (B2B) Startup of the Year",
  "Rural Startup of the Year",
  "Agricultural Startup of the Year",
  "Women-Led Startup of the Year",
  "Green Startup of the Year",
  "Start-up leaders of the year",
  "Founder of the year",
  "Creative start-up of the year"
],

    "MANUFACTURING": [
  "Best Manufacturer for food and beverages industry",
  "The green manufacturer award",
  "The Next gen manufacturer award",
  "Health and Safety Award",
  "Manufacturing in consumer products award",
  "Manufacturing in clothes and textiles awards",
  "Manufacturing on automobiles and telecommunication award"
],

    "BUSINESS SERVICES": [
  "Customer Service Excellence Award",
  "Innovation in Business Services Award",
  "Best Consulting Firm",
  "Outsourcing Provider of the Year",
  "Technology Solutions Provider of the Year",
  "Financial Services Provider of the Year",
  "Human Resources Excellence Award",
  "Best Advertising Agency of the Year",
  "Supply Chain Management Award",
  "Environmental Sustainability Award",
  "Healthcare Services Provider Award",
  "Small Business Support Award",
  "Business Intelligence Award",
  "LegalTech Innovation Award"
],

    "COMPANIES": [
  "Industry Excellence Award",
  "Corporate Social Responsibility (CSR) Award",
  "Best Workplace Award",
  "Start-up of the Year",
  "Customer Service Excellence Award",
  "Marketing and Advertising Award",
  "Financial Performance Award",
  "Global Expansion Award",
  "Diversity and Inclusion Award",
  "Employee Training and Development Award",
  "Product Quality and Reliability Award",
  "Small Business of the Year",
  "Supply Chain Excellence Award",
  "Customer Satisfaction Award",
  "Inclusivity and Accessibility",
  "Digital Transformation"
],

    "Health & Wellness Coach": [
  "Best Health and Wellness Coach of the Year",
  "Outstanding Contribution to Health and Wellness",
  "Best Overall Wellness Coach",
  "Client Satisfaction Award",
  "Innovative Wellness Practices",
  "Community Impact Award",
  "Mental Health Advocacy",
  "Holistic Wellness Approach",
  "Outstanding Nutrition Guidance",
  "Top Fitness and Exercise Program",
  "Best Stress Management Techniques",
  "Mindfulness and Meditation Excellence",
  "Youth Wellness Leadership",
  "Senior Wellness Leadership",
  "Corporate Wellness Program Excellence",
  "Health and Wellness Education",
  "Resilience Building Techniques",
  "Empathy and Compassion in Coaching",
  "Top Online Wellness Coach",
  "Best Group Coaching Program",
  "Personal Growth and Development Award",
  "Dedication to Continuous Learning",
  "Specialty Wellness Coach",
  "Lifestyle and Behavior Change Coach",
  "Resilience and Recovery Coach",
  "Client Choice Award",
  "Rookie Wellness Coach of the Year",
  "Transformational Coach of the Year",
  "Mindfulness and Meditation Coach of the Year",
  "Best Fitness Coach of the Year"
],

    "Human Resource": [
  "Innovation in HR Award",
  "HR Excellence Award",
  "Leadership in HR Award",
  "Employee Engagement Award",
  "Talent Acquisition Award",
  "Learning and Development Award",
  "HR Business Partner Award",
  "Best HR of the Year",
  "Innovative HR of the Year",
  "Employee Wellness Award",
  "HR Team of the Year",
  "Outstanding Newcomer Award",
  "Change Management Award",
  "Compensation and Benefits Award",
  "Employee Relations Award",
  "HR Analytics Award",
  "Customer Service in HR Award",
  "Strategic HR Award",
  "Dynamic HR of the Year",
  "Excellence in Crisis Management Planning",
  "Creative HR of the Year"
],

    "EDUCATION":[
  "An Educator",
  "An Educational Organization",
  "A Service Provider in Education"
],
	  "NGOs":[
  "Humanitarian Award",
  "Environmental Stewardship Award",
  "Social Justice Champion of the Year",
  "Community Empowerment Award",
  "Youth Leadership Award",
  "Health and Wellness Advocacy Award",
  "Educational Excellence Award",
  "Philanthropy and Fundraising Award",
  "Technology for Social Good Award",
  "Lifetime Achievement Award"
],
	"HEALTHCARE":[
  "Outstanding Patient Care Award",
  "Clinical Excellence Award",
  "Innovation in Healthcare Award",
  "Community Outreach and Engagement Award",
  "Patient Safety Initiatives Award",
  "Healthcare Leadership Award",
  "Nursing Excellence Award",
  "Healthcare Research and Publications Award",
  "Healthcare Technology and EHR Implementation Award",
  "Mental Health Services Award",
  "Palliative Care and End-of-Life Services Award",
  "Pediatric Healthcare Services Award",
  "Best Dental and Oral Health Services",
  "Best Telemedicine and Telehealth Services",
  "Global Health Initiatives",
  "Best Doctor of the Year",
  "Best Neurosurgeon of the Year",
  "Best Dermatologist of the Year",
  "Medical Excellence Award",
  "Research and Innovation Award",
  "Humanitarian and Service Award",
  "Teaching and Education Award",
  "Leadership and Administrative Award",
  "Lifetime Achievement Award",
  "Specialisation Award",
  "Leadership Excellence Award",
  "Quality Improvement Champion",
  "Patient Experience Advocate",
  "Innovation in Healthcare Management",
  "Team Collaboration and Communication",
  "Community Engagement and Outreach",
  "Clinical Excellence Award",
  "Resource Management and Financial Stewardship",
  "Employee Development and Mentorship",
  "Patient Safety and Risk Management"
],
"PRODUCT/BUSINESS & IDEA":[
  "Best Overall Product/Business Idea",
  "Most Innovative Product/Business Idea",
  "Best Sustainable Product/Business Idea",
  "Best Social Impact Product/Business Idea",
  "Best Technology/Product Innovation",
  "Best Marketing Strategy",
  "Best Business Plan",
  "Best Pitch/Presentation",
  "People’s Choice Award",
  "Best Young Entrepreneur",
  "Best Start-up Company",
  "Best E-Commerce Idea",
  "Best Food or Beverage Idea",
  "Best Health and Wellness Idea",
  "Best Educational Product/Business Idea",
  "Best Green Technology Idea",
  "Best Fintech (Financial Technology) Idea",
  "Best AI/Technology-Based Solution",
  "Best Design/Product Aesthetics",
  "Best Customer Engagement/Experience"
],
	  "BEAUTY & WELLNESS": [
  "Best Skincare Product",
  "Best Makeup Product",
  "Best Haircare Product",
  "Best Fragrance",
  "Best Spa or Wellness Retreat",
  "Best Natural or Organic Beauty Product",
  "Best Anti-Aging Product",
  "Best Nail Care Product",
  "Best Men’s Grooming Product",
  "Best Sustainable Beauty Product",
  "Best New Beauty Technology",
  "Best Beauty Influencer or Blogger",
  "Best Beauty Retailer or E-commerce Platform",
  "Best Wellness Brand",
  "Best Health and Fitness App"
],
 "BLOGS": [
  "Best Personal Blog",
  "Best Business/Corporate Blog",
  "Best Technology Blog",
  "Best Travel Blog",
  "Best Food and Cooking Blog",
  "Best Lifestyle Blog",
  "Best Health and Wellness Blog",
  "Best Parenting Blog",
  "Best Education Blog",
  "Best Political Blog",
  "Best Sports Blog",
  "Best Entertainment Blog",
  "Best Fashion Blog",
  "Best Photography Blog",
  "Best Environmental/Sustainability Blog",
  "Best Science Blog",
  "Best Gaming Blog",
  "Best Art and Culture Blog",
  "Best Podcast Blog",
  "Best Newcomer Blog"
],
"APPS": [
  "Best Mobile App",
  "Best Web App",
  "Best Social Media App",
  "Best Productivity App",
  "Best Educational App",
  "Best Health and Fitness App",
  "Best Entertainment App",
  "Best Gaming App",
  "Best E-commerce App",
  "Best Travel and Navigation App",
  "Best Finance App",
  "Best Food and Cooking App",
  "Best News and Magazine App",
  "Best Music and Audio App",
  "Best Weather App",
  "Best Photo and Video Editing App",
  "Best Augmented Reality (AR) App",
  "Best Virtual Reality (VR) App",
  "Best Sustainability or Environmental App",
  "Best Newcomer App"
],
"ARTISTS & Authors": [
  "Emerging Artist of the Year",
  "Author of the Year",
  "Poet of the Year",
  "Screenwriter of the Year",
  "Playwright of the Year",
  "Actor/Actress of the Year",
  "Musician of the Year",
  "Dancer of the Year",
  "Director of the Year",
  "Painter of the Year",
  "Sculptor of the Year",
  "Photographer of the Year",
  "Graphic Designer of the Year",
  "Digital Artist of the Year"
],
"ARTISTS & Authors": [
  "Best Vlogger of the Year",
  "Best Gaming Content",
  "Best Comedy Channel",
  "Best Educational Channel",
  "Best Beauty and Fashion Channel",
  "Best Travel Channel",
  "Best Food Channel",
  "Best Music Channel",
  "Best DIY and Crafts Channel",
  "Best Tech and Reviews Channel",
  "Best Health and Fitness Channel",
  "Best Documentary Channel",
  "Best Animation Channel",
  "Best Collaboration Award",
  "Fan Favorite Award"
],
"SOCIAL MEDIA & INFLUENCERS": [
  "Lifestyle and Fashion Award",
  "Travel and Adventure Award",
  "Food and Culinary Award",
  "Health and Wellness Award",
  "Technology and Gadgets Award",
  "Parenting and Family Award",
  "Gaming and Entertainment Award",
  "Environment and Sustainability Award",
  "Social Justice and Activism Award",
  "Business and Entrepreneurship Award",
  "Personal Development and Motivation Award",
  "Award for Arts and Creativity"
],
"TECHNOLOGY": [
  "Innovation Award",
  "Best Product or Service",
  "Start-up of the Year",
  "AI and Machine Learning Excellence",
  "Cybersecurity Achievement",
  "IoT (Internet of Things) Innovation",
  "Mobile App of the Year",
  "Cloud Computing Excellence",
  "Green Technology Award",
  "Tech Education and Training",
  "Social Impact Tech",
  "Software Development Achievement",
  "Tech Leadership Award",
  "Digital Marketing Innovation"
],
"RETAILS & ECOMMERCE": [
  "Retailer of the Year",
  "E-commerce Excellence",
  "Customer Service Excellence",
  "Innovation in Retail",
  "Sustainability and Corporate Responsibility Award",
  "Small Business Excellence Award",
  "Supply Chain and Logistics Achievement Award",
  "Marketing and Advertising Campaign of the Year",
  "Retail Technology Advancement Award",
  "Pop-up Store or Concept Store of the Year",
  "Retailer with Best Store Design Award",
  "Online Marketing and Social Media Excellence Award",
  "Mobile Commerce Achievement Award",
  "Retail Employee of the Year",
  "Cross-channel Retailing Award",
  "Retail Partnership of the Year"
],
"FOOD & BEVERAGES": [
  "Best Restaurant of the Year",
  "Best Chef/Chef of the Year",
  "Best New Restaurant of the Year",
  "Best Bar/Cocktail Program",
  "Best Food Product",
  "Best Wine List/Sommelier",
  "Best Food Truck",
  "Best Coffee Shop/Café",
  "Best Food Blog or Food Writer",
  "Sustainability Award"
],
"TOURISM & HOSPITALITY": [
  "Best Hotel or Resort",
  "Best Restaurant of the Year",
  "Tourism Destination of the Year",
  "Eco-Friendly or Sustainable Tourism Award",
  "Best Travel Agency",
  "Excellence in Customer Service",
  "Cultural Heritage Preservation Award",
  "Tourism Marketing Campaign Award",
  "Adventure Tourism Experience Award",
  "Best Cruise Line",
  "Event Venue of the Year",
  "Best Spa and Wellness Resort",
  "Best Airline Award",
  "Tourism Technology Innovation",
  "Emerging Tourism Destination"
],
"REALESTATE": [
  "Best Real Estate Developer",
  "Best Residential Project",
  "Best Commercial Project",
  "Best Sustainable Development",
  "Best Real Estate Agent or Realtor",
  "Best Real Estate Brokerage",
  "Best Property Management Company",
  "Best Real Estate Investment Trust (REIT)",
  "Best Real Estate Technology or PropTech Innovation",
  "Best Real Estate Marketing Campaign",
  "Best Real Estate Website or App",
  "Best Interior Design for Real Estate",
  "Best Real Estate Investment Firm",
  "Best Real Estate Consultancy",
  "Best Real Estate Finance Company",
  "Best Affordable Housing Project",
  "Best Luxury Real Estate Development",
  "Best Real Estate Deal of the Year"
],
"ENTERTAINMENT": [
  "Best Picture",
  "Best Director",
  "Best Actor (Lead and Supporting)",
  "Best Actress (Lead and Supporting)",
  "Best Original Screenplay",
  "Best Adapted Screenplay",
  "Best Cinematography",
  "Best Film Editing",
  "Best Original Score",
  "Best Original Song",
  "Best Visual Effects",
  "Best Animated Feature",
  "Best Costume Design",
  "Best Makeup and Hairstyling",
  "Best Production Design",
  "Best Sound Editing",
  "Best Sound Mixing",
  "Best Documentary Feature",
  "Best Foreign Language Film",
  "Best TV Series (Drama and Comedy)",
  "Best Actor/Actress in a TV Series",
  "Best Reality Competition Show",
  "Best Animated Series",
  "Best Host or Presenter"
],
"PRACTITIONERS & PROFESSIONALS": [
  "Outstanding Achievement Award",
  "Leadership and Innovation Award",
  "Lifetime Achievement Award",
  "Excellence in Research Award",
  "Mentorship and Education Award",
  "Community Service and Philanthropy Award",
  "Young Professional of the Year",
  "Diversity and Inclusion Award",
  "Customer Service Excellence Award",
  "Environmental Stewardship"
],
"RESEARCHERS": [
  "Early Career Researcher of the Year",
  "Award for Impact and Collaboration",
  "Award for Innovative Research",
  "Award for Excellence in Research",
  "Research Award in Humanities",
  "Research Award in Creative Work and Media Production",
  "Research Award in STEM Disciplines"
],
"INFLUENCERS": [
  "Lifestyle and Fashion Award",
  "Travel and Adventure Award",
  "Food and Culinary Award",
  "Health and Wellness Award",
  "Technology and Gadgets Award",
  "Parenting and Family Award",
  "Gaming and Entertainment Award",
  "Environment and Sustainability Award",
  "Social Justice and Activism Award",
  "Business and Entrepreneurship Award",
  "Personal Development and Motivation Award",
  "Award for Arts and Creativity"
],
"Photographer/Videographer": [
  "Best Wedding Shoot Studio",
  "Best Wedding Photographer of the Year",
  "Best Wedding Videographer of the Year",
  "Best Wedding Shoot",
  "Portrait Photography Award",
  "Best Individual Portrait of the Year",
  "Best Group Portrait of the Year",
  "Landscape Photography Award",
  "Macro Photography Award",
  "Best Close-up Shot",
  "Best Wildlife Photographer of the Year",
  "Best Street Photographer of the Year",
  "Best Candid Photographer of the Year",
  "Best Candid Moment",
  "Best Architecture Photographer of the Year",
  "Best Fashion Photographer of the Year",
  "Best Travel Photographer of the Year",
  "Best Fine Art Photographer of the Year",
  "Best Sports Photographer of the Year",
  "Best Black and White Photographer",
  "Mobile Photography Award",
  "Experimental Photography Award",
  "Most Innovative Composition Award",
  "Photojournalism Award",
  "Best News or Feature Photography",
  "Student Photography Award"
],
"Journalist": [
  "Best Investigative Reporting",
  "Excellence in Feature Writing",
  "Outstanding Political Coverage",
  "Innovation in Multimedia Journalism",
  "Best Local News Coverage",
  "Environmental Journalism Award",
  "Humanitarian Reporting",
  "Best Business Reporting",
  "Sports Journalism Excellence",
  "Cultural Journalism Award",
  "Photojournalism Excellence",
  "Best Opinion Column/Editorial",
  "Community Engagement Award",
  "Breaking News Reporting",
  "Best Science and Technology Reporting"
],
"Architect": [
  "Best Architect of the Year",
  "Best Interior Designer of the Year",
  "Outstanding Design Achievement Award",
  "Sustainable Architecture Award",
  "Urban Planning Excellence",
  "Heritage Preservation of the Year",
  "Innovative Use of Materials",
  "Community Engagement Award",
  "Residential Architecture of the Year",
  "Commercial and Corporate Space of the Year",
  "Interior Design of the Year",
  "Technological Integration of the Year",
  "Public Art Installations of the Year",
  "Emerging Architect of the Year"
],
"SPORTS": [
  "Award for Contribution to the Sports Sector",
  "Sportsman of the Year",
  "Athlete of the Year",
  "Team of the Year",
  "Coach of the Year",
  "Rookie of the Year",
  "Most Valuable Player (MVP)",
  "Best Goal/Play of the Year",
  "Sportsmanship Award",
  "Lifetime Achievement Award",
  "Hall of Fame Induction",
  "Best Female and Male Athlete in a Specific Sport",
  "World Record Breaker"
],
"Fashion Designer": [
  "Best Emerging Fashion Designer",
  "Best Fashion Designer of the Year",
  "Fashion Innovation Award",
  "Couture Excellence",
  "Sustainable Fashion Champion",
  "Avant-Garde Visionary",
  "Accessory Designer of the Year",
  "Game-Changer of the Year",
  "Lifetime Achievement in Fashion",
  "Red Carpet Glamour",
  "Fashion Collaboration of the Year",
  "Innovative Fashion Designer of the Year",
  "Dynamic Fashion Designer of the Year",
  "Top 10 Fashion Designer of the Year",
  "Outstanding Achievement in Fashion Designing",
  "National Fashion Designer of the Year"
],
"Interior Designer": [
  "Best Residential Design",
  "Best Residential Interior Design",
  "Outstanding Commercial Design",
  "Best Commercial Interior Design",
  "Best Hospitality Design",
  "Best Hospitality Interior Design",
  "Innovative Use of Materials",
  "Best Use of Materials",
  "Best Use of Space",
  "Spatial Planning Excellence",
  "Sustainable Design Award",
  "Best Sustainable Interior Design",
  "Best Conceptual Design",
  "Color Palette Mastery",
  "Best Color Scheme",
  "Luxury Interior Design",
  "Public Spaces Transformation",
  "Best Integration of Technology",
  "Emerging Talent Award",
  "Best Emerging Interior Designer",
  "Interior Designer of the Year",
  "Best Interior Designer of the Year",
  "Innovative Interior Designer of the Year",
  "Dynamic Interior Designer of the Year",
  "Top 10 Interior Designer of the Year",
  "Game-Changer of the Year",
  "Outstanding Achievement in Interior Designing",
  "Lifetime Achievement in Interior Design",
  "National Interior Designer of the Year",
  "People’s Choice Award"
],
"Astrologers/Tarot Reader": [
  "Horoscope Accuracy Award",
  "Most Innovative Astrology Techniques",
  "Astrology Education Excellence Award",
  "Celestial Insights Journalism Award",
  "Community Impact Award",
  "Lifetime Achievement in Astrology",
  "Rising Star in Astrology",
  "Astrological Research Excellence Award",
  "Astrology and Wellness Integration Award",
  "Global Astrology Ambassador",
  "Best Intuitive Insights",
  "Most Accurate Predictions Award",
  "Empathetic Connection Award",
  "Innovative Spreads and Techniques",
  "Spiritual Guidance Excellence Award",
  "Educational Contribution",
  "Client Testimonials Favorite",
  "Best Tarot Blog or Online Presence",
  "Rising Star in Tarot"
],
"Chef": [
  "Best Overall Chef of the Year",
  "Innovative Cuisine Award",
  "Best Newcomer Chef of the Year",
  "Master of Presentation Award",
  "Sustainable Cooking Award",
  "Best Pastry Chef of the Year",
  "Culinary Entrepreneur of the Year",
  "Community Chef Award",
  "Lifetime Achievement Award",
  "Rising Star Chef of the Year"
],
"Restaurant": [
  "Best Overall Dining Experience Award",
  "Outstanding Culinary Innovation Award",
  "Best Ambiance and Design Award",
  "Exceptional Customer Service Award",
  "Best New Restaurant of the Year",
  "Culinary Excellence in [Specific Cuisine]",
  "Sustainable Dining Award",
  "Best Casual Dining Experience",
  "Wine and Beverage Program Award",
  "Best Desserts and Sweets",
  "Most Instagrammable Dishes Award",
  "Best Family-Friendly Restaurant",
  "Local Favorite Award",
  "Innovative Use of Local Ingredients",
  "Best Food Truck",
  "Best Street Food Vendor"
],
"Gym Trainer": [
  "Best Personal Trainer of the Year",
  "Most Inspirational Trainer of the Year",
  "Outstanding Client Transformation Award",
  "Innovative Training Techniques Award",
  "Customer Service Excellence Award",
  "Specialized Training Expertise",
  "Best Group Fitness Leader",
  "Community Impact Award",
  "Nutrition and Wellness Coaching Award",
  "Rookie Trainer of the Year"
],
"YOUTUBERS": [
  "Best Vlogger of the Year",
  "Best Gaming Content",
  "Best Comedy Channel",
  "Best Educational Channel",
  "Best Beauty and Fashion Channel",
  "Best Travel Channel",
  "Best Food Channel",
  "Best Music Channel",
  "Best DIY and Crafts Channel",
  "Best Tech and Reviews Channel",
  "Best Health and Fitness Channel",
  "Best Documentary Channel",
  "Best Animation Channel",
  "Best Collaboration Award",
  "Fan Favorite Award"
],
"Principal/Vice Principal": [
  "Best Principal of the Year",
  "Best Teaching Award",
  "Innovative Principal of the Year",
  "Special Principal Recognition Award",
  "Award for Contribution to Student Development",
  "Award for Contribution to Education Community",
  "Award for Contribution at International Stage",
  "Student's Favorite Principal of the Year",
  "Outstanding Leadership Principal of the Year",
  "Young Principal of the Year"
],
"Academics Director": [
  "Best Director of the Year",
  "Lifetime Achievement Award",
  "Outstanding Leadership Award",
  "Edupreneur Director of the Year",
  "Award for Contribution to Student Development",
  "Award for Contribution to Education Community",
  "Award for Contribution at International Stage",
  "Student's Favorite Director of the Year",
  "Young Director of the Year",
  "Top 10 Directors of the Year"
],
"Teacher/Trainer": [
  "Best Teacher of the Year",
  "Best Teaching Award",
  "Young Teacher of the Year Award",
  "Innovative Teacher of the Year",
  "Award for Contribution to Student Development",
  "Award for Contribution to Education Community",
  "Award for Contribution at International Stage",
  "Dynamic Teacher of the Year",
  "Contribution to Women Empowerment through Education",
  "Best Language Teacher of the Year",
  "Best Science Teacher of the Year",
  "Best Mathematics Teacher of the Year",
  "Best Music Teacher of the Year",
  "Best Dance Teacher of the Year",
  "Award for Contribution in Medical Sector",
  "Award for Contribution in Health Awareness",
  "Best Arts Teacher of the Year"
],
"Professor": [
  "Best Professor of the Year",
  "Best Teaching Award",
  "Young Professor of the Year Award",
  "Innovative Professor of the Year",
  "Award for Contribution to Student Development",
  "Award for Contribution to Education Community",
  "Award for Contribution at International Stage",
  "Dynamic Professor of the Year",
  "Best Language Professor of the Year",
  "Best Chemistry Professor of the Year",
  "Best Physics Professor of the Year",
  "Best Biology Professor of the Year",
  "Best Mathematics Professor of the Year",
  "Best Economics Professor of the Year",
  "Best Accounts Professor of the Year",
  "Top 10 Professors of the Year Award"
],
"School": [
  "Best School of the Year Award",
  "Best School Using Technology Award",
  "Best Managed School Award",
  "Best Infrastructure of the Year Award",
  "Best Pre-School of the Year Award",
  "Best Day Boarding School of the Year Award",
  "Best Residential School of the Year Award",
  "Teaching Excellence Award",
  "Exceptional Parental Engagement Award",
  "Best School Chain of the Year Award",
  "Standalone School of the Year Award",
  "Innovation in Education Award",
  "Outstanding Commitment to Sports Award",
  "Best School Using STEM Technology Award",
  "School with Safest Environment Award",
  "Most Qualified Staff Faculty Award",
  "Best School Promoting Extracurricular Activity Award",
  "Best School Working on Interpersonal Skills Award",
  "Best School Using Hands-on Practice Award",
  "Best School Implementing Arts in Education Award",
  "Top 10 Schools of the Year Award"
],
"Higher Education": [
  "Best Medical College of the Year (Regional / National)",
  "Best Engineering College of the Year (Regional / National)",
  "University of the Year",
  "International Collaboration of the Year",
  "Business School of the Year (Regional / National)",
  "Most Emerging Higher Education Institute of the Year",
  "Teaching Excellence Award",
  "Research Project of the Year",
  "Excellence in Distance Learning Education",
  "Most Entrepreneurial Institution of the Year",
  "Higher Education Publisher of the Year",
  "Best Private University",
  "Best Infrastructure of the Year",
  "Institute with Best Placement",
  "Best Use of Technology",
  "Best Use of Technology in Enrolment",
  "Lifetime Achievement Award in Art and Culture"
],
"Coaching Institute": [
  "Coaching Institute of the Year",
  "Medical Entrance Coaching",
  "Engineering Entrance Coaching",
  "Management Entrance Coaching",
  "Civil Services Coaching",
  "Sports Coaching",
  "Online Tutoring",
  "Defence Services Coaching"
],
"Service Provider": [
  "Contributing in Student Counseling",
  "Best Education Sector Magazine",
  "Best Education Webinar Series",
  "Best Corporate Training Programme",
  "Best Physical Education Programme",
  "Architect / Design Firm of the Year",
  "Best Infrastructure / Resources Provider",
  "Best Online Education Platform",
  "Best Psychological Counselor of the Year",
  "Best Innovative Learning Tools",
  "Best Education Counselor",
  "Best EdTech of the Year",
  "Student Housing Company of the Year"
]









  };

  function initSectorWebsite() {

    const sectorField  = document.querySelector('select[name="form_fields[sectorselect]"]');
    const websiteField = document.querySelector('select[name="form_fields[websiteselect]"]');

    if (!sectorField || !websiteField) {
      return false;
    }

    // reset website dropdown
    websiteField.innerHTML = '<option value="">Select Award Categories</option>';

    sectorField.addEventListener('change', function () {

      const selectedSector = this.value;
      websiteField.innerHTML = '<option value="">Select Award Categories</option>';

      if (websiteBySector[selectedSector]) {
        websiteBySector[selectedSector].forEach(function (site) {
          const opt = document.createElement('option');
          opt.value = site;
          opt.textContent = site;
          websiteField.appendChild(opt);
        });
      }

    });

    console.log('Sector → Website linked ✅');
    return true;
  }

  const interval = setInterval(function () {
    if (initSectorWebsite()) {
      clearInterval(interval);
    }
  }, 500);

})();
</script>
<?php
});
