.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #3511CE 30%, #9F06E6 56%);overscroll-behavior:auto;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-weight:400;text-transform:lowercase;font-style:italic;text-decoration:underline;color:#AA0B0B;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Astrelux IT — Building Innovation</title>
<style>
:root{
  --nav-bg:#071826;
  --accent:#c39b2c;
  --accent-2:#f0c85b;
  --muted:#6b7a82;
  --card:#ffffff;
  --page-bg: #f6fbfe;
  --max-width:1200px;
  --radius:12px;
  --brand-navy: #071a26;
}

/* Reset & base */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;
  color:#0b2731;background:var(--page-bg);-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Container */
.container{max-width:var(--max-width);margin:0 auto;padding:28px;}

/* Top navigation */
.header{
  background:linear-gradient(90deg,var(--nav-bg), #0b2230);
  color:#fff;padding:18px 0;
  box-shadow:0 6px 18px rgba(7,18,22,0.08);
}
.header .container{display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:44px;width:auto;display:block;border-radius:8px}
.nav{display:flex;gap:18px;align-items:center}
.nav a{color:#dff1ff;text-decoration:none;font-weight:600;font-size:14px;padding:8px 10px;border-radius:8px}
.nav a:hover{background:rgba(255,255,255,0.03)}

/* CTA on header */
.header .cta{background:var(--accent);color:#07121a;padding:10px 14px;border-radius:8px;font-weight:700;text-decoration:none}

/* Hero */
.hero{padding:64px 0;display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center}
.hero-left h1{font-size:36px;margin:0 0 12px;color:#07131a;line-height:1.05}
.hero-left p{margin:0 0 20px;color:var(--muted);font-size:16px;max-width:640px}
.hero-links{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700}
.btn-primary{background:var(--accent);color:#07121a}
.btn-ghost{background:transparent;border:2px solid rgba(7,18,22,0.06);color:#07212a}

/* Right hero box (quick stats / service) */
.hero-box{background:linear-gradient(180deg,#ffffff,#fbfcfd);padding:22px;border-radius:14px;box-shadow:0 8px 30px rgba(7,18,22,0.06)}
.hero-box h4{margin:0 0 8px;font-size:15px}
.stat{display:flex;gap:12px;align-items:center}
.stat .num{font-size:22px;font-weight:800;color:var(--brand-navy)}

/* Services / Value props */
.services{padding:40px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--card);padding:22px;border-radius:12px;box-shadow:0 12px 30px rgba(7,18,22,0.06);min-height:170px;display:flex;flex-direction:column;gap:12px}
.card .icon{width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,var(--nav-bg),#0b2a3b);display:grid;place-items:center;color:#fff;font-weight:700}
.card h3{margin:0;font-size:18px;color:#07131a}
.card p{margin:0;color:var(--muted);font-size:14px;flex:1}

/* Insights / case studies */
.insights{padding:36px 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case{background:linear-gradient(180deg,#fff,#fbfdff);padding:18px;border-radius:12px;box-shadow:0 8px 22px rgba(7,18,22,0.04);display:flex;flex-direction:column;gap:12px}
.case img{width:100%;border-radius:8px;object-fit:cover;height:140px}
.case h4{margin:0;font-size:16px}
.case p{margin:0;color:var(--muted);font-size:13px}

/* HMV quick strip */
.hmv-strip{display:flex;gap:18px;padding:28px 0}
.hmv-card{background:#071a26;color:#fff;padding:20px;border-radius:12px;flex:1;min-height:120px;display:flex;flex-direction:column;justify-content:center}
.hmv-card h4{margin:0 0 8px}
.hmv-card p{margin:0;color:#cfe6ef}

/* Contact footer */
.footer{padding:28px 0;border-top:1px solid rgba(7,18,22,0.04);display:flex;justify-content:space-between;gap:18px;align-items:center}
.footer .social{display:flex;gap:12px}
.footer a{color:var(--muted);text-decoration:none;font-size:14px}

/* Responsive */
@media (max-width:1000px){
  .hero{grid-template-columns:1fr; padding:32px 0}
  .grid{grid-template-columns:repeat(2,1fr)}
  .services{grid-template-columns:1fr}
}
@media (max-width:640px){
  .container{padding:18px}
  .grid{grid-template-columns:1fr}
  .nav{display:none}
  .hero-left h1{font-size:28px}
}
</style>
</head>
<body>

<!-- Header -->
<header class="header" role="banner">
  <div class="container">
    <div class="logo">
      <img src="/mnt/data/Logo Design for ASTRELUX IT.png" alt="Astrelux logo" />
      <div>
        <div style="font-weight:700;letter-spacing:0.4px">Astrelux IT</div>
        <div style="font-size:12px;color:#d3e6ef;margin-top:2px">Building Innovation</div>
      </div>
    </div>

    <nav class="nav" role="navigation" aria-label="Main navigation">
      <a href="#services">Services</a>
      <a href="#insights">Insights</a>
      <a href="#about">About</a>
      <a href="#contact">Contact</a>
    </nav>

    <a class="cta" href="#contact">Get a Quote</a>
  </div>
</header>

<!-- Hero -->
<section class="hero">
  <div class="container hero-left">
    <h1>Enterprise-grade IT services for modern businesses</h1>
    <p>Cloud migration, managed support, and cybersecurity delivered with transparency, technical depth, and fast response. Trusted by SMEs and enterprise teams across Microsoft, AWS, and Google Cloud stacks.</p>
    <div class="hero-links">
      <a class="btn btn-primary" href="#contact">Start a Project</a>
      <a class="btn btn-ghost" href="#insights">View Insights</a>
    </div>
  </div>

  <div class="container" style="max-width:420px;">
    <div class="hero-box">
      <h4>How we help</h4>
      <div class="stat" style="margin-top:8px">
        <div class="num">24/7</div>
        <div>
          <div style="font-weight:700">Managed Support</div>
          <div style="color:var(--muted);font-size:13px">Fast SLA, ticketing & remote remediation</div>
        </div>
      </div>

      <hr style="border:none;border-top:1px solid rgba(7,18,22,0.06);margin:12px 0"/>

      <h4 style="margin-top:10px">Cloud & Security</h4>
      <div style="color:var(--muted);font-size:13px">Cloud migrations, Azure & AWS, identity & endpoint protection.</div>
    </div>
  </div>
</section>

<div class="container">

  <!-- Services -->
  <section id="services" class="services" aria-labelledby="services-heading">
    <div class="card">
      <div style="display:flex;gap:12px;align-items:center">
        <div class="icon">A</div>
        <div>
          <h3>Remote IT & Helpdesk</h3>
          <p class="muted">Fast ticket handling, live support and onboarding for small teams to enterprise helpdesk.</p>
        </div>
      </div>
      <p>Proactive monitoring, patching, and 24/7 support desk designed to reduce downtime and increase user satisfaction.</p>
    </div>

    <div class="card">
      <div style="display:flex;gap:12px;align-items:center">
        <div class="icon">☁</div>
        <div>
          <h3>Cloud Migration & Admin</h3>
          <p class="muted">Azure, AWS, Google Cloud migrations and ongoing administration.</p>
        </div>
      </div>
      <p>Lift-&-shift or rearchitect for the cloud, cost optimization, IaC and managed services.</p>
    </div>

    <div class="card">
      <div style="display:flex;gap:12px;align-items:center">
        <div class="icon">🔐</div>
        <div>
          <h3>Cybersecurity Advisory</h3>
          <p class="muted">Security reviews, hardening, identity & access management.</p>
        </div>
      </div>
      <p>Risk assessment, policy creation, incident response planning and continuous monitoring.</p>
    </div>
  </section>

  <!-- HMV quick strip -->
  <section class="hmv-strip" aria-label="History Mission Vision">
    <div class="hmv-card">
      <h4>Our History</h4>
      <p>From a technical support consultancy to a full-service cloud & security partner.</p>
    </div>
    <div class="hmv-card">
      <h4>Our Mission</h4>
      <p>Deliver reliable, future-ready IT that enables organizations to operate and scale.</p>
    </div>
    <div class="hmv-card">
      <h4>Our Vision</h4>
      <p>Become a global technology partner known for precision, trust and innovation.</p>
    </div>
  </section>

  <!-- Insights / Case studies -->
  <section id="insights" class="insights">
    <h2 style="margin:0 0 18px">Insights & Case studies</h2>
    <div class="grid">
      <article class="case">
        <img src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'800'%20height%3D'400'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Crect%20width%3D'100%25'%20height%3D'100%25'%20fill%3D'%23eef7fb'%20/%3E%3C/svg%3E" alt="case"/>
        <h4>Cloud Migration for FinTech</h4>
        <p class="muted">Seamless migration to Azure with zero business downtime and 28% cost improvement.</p>
      </article>

      <article class="case">
        <img src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'800'%20height%3D'400'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Crect%20width%3D'100%25'%20height%3D'100%25'%20fill%3D'%23eef7fb'%20/%3E%3C/svg%3E" alt="case"/>
        <h4>Identity & Access Modernization</h4>
        <p class="muted">Implemented secure SSO, conditional access and MFA across 4,000 users.</p>
      </article>

      <article class="case">
        <img src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'800'%20height%3D'400'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Crect%20width%3D'100%25'%20height%3D'100%25'%20fill%3D'%23eef7fb'%20/%3E%3C/svg%3E" alt="case"/>
        <h4>Managed Security Program</h4>
        <p class="muted">Continuous monitoring and incident response reduced mean time to remediate by 60%.</p>
      </article>
    </div>
  </section>

  <!-- Contact -->
  <section id="contact" style="padding:36px 0;display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start">
    <div>
      <h3>Start a project with Astrelux</h3>
      <p class="muted">Tell us about your needs — cloud migration, support, or security hardening. We’ll reply within one business day.</p>
      <ul style="color:var(--muted);font-size:14px;margin-top:12px">
        <li>Email: director@astrelux.in</li>
        <li>Phone: +91 9186114372</li>
      </ul>
    </div>

    <aside style="background:#fff;padding:18px;border-radius:12px;box-shadow:0 8px 22px rgba(7,18,22,0.04)">
      <h4 style="margin:0 0 8px">Request a Quote</h4>
      <form action="#" method="POST" style="display:flex;flex-direction:column;gap:10px">
        <input name="name" placeholder="Your name" style="padding:10px;border-radius:8px;border:1px solid #e6eef2" required />
        <input name="email" placeholder="Email" style="padding:10px;border-radius:8px;border:1px solid #e6eef2" required />
        <textarea name="brief" placeholder="Short project brief" rows="4" style="padding:10px;border-radius:8px;border:1px solid #e6eef2" required></textarea>
        <button type="submit" class="btn btn-primary" style="width:100%">Send request</button>
      </form>
    </aside>
  </section>

  <!-- Footer -->
  <footer class="footer" role="contentinfo">
    <div>
      <div style="font-weight:700">Astrelux IT</div>
      <div style="font-size:13px;color:var(--muted)">Building Innovation</div>
    </div>

    <div class="social">
      <a href="#" aria-label="LinkedIn">LinkedIn</a>
      <a href="#" aria-label="Twitter">Twitter</a>
      <a href="#" aria-label="GitHub">GitHub</a>
    </div>
  </footer>

</div>
</body>
</html>/* End custom CSS */