<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Neeyum Bhumiyum</title>
<style>
  body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #ffffff;
    color: #004d00;
  }
  h1, h2 {
    color: #006600;
  }
  p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .container {
    max-width: 900px;
    margin: auto;
  }
  button.signin {
    background-color: #4CAF50;
    color: white;
    padding: 14px 24px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
  button.signin:hover {
    background-color: #45a049;
  }
</style>
</head>
<body>
<div class="container">
  <h1>Welcome to Neeyum Bhumiyum</h1>
  <p>Neeyum Bhumiyum is your trusted partner for innovative, affordable solutions across IT, retail, and automobile services in India. Our mission is to deliver high-value products and services that empower individuals and businesses to thrive in a fast-changing world.</p>
  
  <h2>What We Do</h2>
  <ul>
    <li><strong>IT Solutions</strong>: Stay ahead with cutting-edge technology. We offer tailored software, digital transformation, and strategic IT consulting designed to help companies grow and adapt with modern trends.</li>
    <li><strong>Retail Services</strong>: We make shopping more accessible, affordable, and enjoyable for everyone. Explore a wide range of quality products and innovative retail experiences built around your needs.</li>
    <li><strong>Automobile Services</strong>: Experience the future of mobility. Our automobile offerings cover everything from digital retailing to efficient servicing and reliable genuine spare parts, making car care simple and budget-friendly for Indian consumers.</li>
  </ul>
  
  <h2>Our Vision & Values</h2>
  <p>We aim to be a positive force in the everyday lives of Indians, combining trend-driven innovation with cost-effective service. At Neeyum Bhumiyum, our values are simplicity, transparency, and customer empowerment.</p>
  
  <h2>Why Choose Us</h2>
  <ul>
    <li>Affordable, High-Quality Service: We focus on delivering value that fits every budget.</li>
    <li>Trend-Focused & Future Ready: We evolve with technology and customer demands, bringing you next-generation solutions.</li>
    <li>Wide Reach: Serving communities across India with a multi-sector approach, under one trusted banner.</li>
  </ul>
  
  <h2>Join Us on the Journey</h2>
  <p>Whether you seek business growth, everyday convenience, or reliable auto care, Neeyum Bhumiyum is here to serve. Discover how we can add value to your life and business.</p>
  
  <button class="signin" onclick="alert('Signin functionality to be implemented')">Signin</button>
</div>
</body>
</html>
