"""
Company information configuration file.
This file contains verified company information that should be used in responses.
"""

# Company basic information
COMPANY_NAME = "MangoIT Solutions"
FOUNDED_YEAR = 2008
COMPANY_TAGLINE = "Transforming Ideas into Digital Reality"

# Contact information
CONTACT_EMAIL = "contact@mangoitsolutions.com"
CONTACT_PHONE = "+91-731-4046693"
WEBSITE = "https://mangoitsolutions.com"
SCHEDULING_LINK = "https://mangoitsolutions.com/contact-us"

# Office information
OFFICE_ADDRESS = {
    "full": "15/3 Old Palasia, behind Sarda House Indore, 452001, India",
    "building": "15/3",
    "area": "Old Palasia, behind Sarda House",
    "city": "Indore",
    "state": "Madhya Pradesh",
    "postal_code": "452001",
    "country": "India"
}

# Business hours
BUSINESS_HOURS = "Monday-Friday, 9:30 AM to 6:30 PM IST (GMT+5:30)"
MEETING_AVAILABILITY = "9:30 AM to 11:00 PM IST to accommodate global time zones"

# Social media
SOCIAL_MEDIA = {
    "linkedin": "https://www.linkedin.com/company/mango-it-solutions",
    "twitter": "https://twitter.com/mangoitsolution",
    "facebook": "https://www.facebook.com/mangoitsolutions"
}

# Company size and presence
TEAM_SIZE = "50+"
GLOBAL_PRESENCE = ["United States", "Europe", "Australia", "Canada", "United Kingdom", "UAE"]
PROJECTS_DELIVERED = "3000+"
