<!DOCTYPE html>  
<html lang="en">  
<head>  
<meta charset="UTF-8">  
<meta name="viewport" content="width=device-width, initial-scale=1.0">  
<title>BuildKart Infra</title>  
<style>  
body {font-family: Arial, sans-serif; margin:0; background:#0f172a; color:#fff;}  
header {background:#1e293b; padding:20px; text-align:center;}  
h1 {margin:0; color:#f97316;}  
section {padding:40px 20px; text-align:center;}  
.btn {display:inline-block; margin-top:20px; padding:12px 20px; background:#f97316;  
color:#fff; text-decoration:none; border-radius:8px;}  
.card {background:#1e293b; margin:10px; padding:20px; border-radius:10px;}  
footer {text-align:center; padding:20px; background:#1e293b;}  
</style>  
</head>  
<body>  
<header>  
<h1>BuildKart Infra</h1>  
<p>Site Tak Sab Kuch  </p>  
</header>  
<section>  
<h2>Construction Material Supply</h2>  
<p>Cement | Steel | Sand at Best Rates</p>  
</section>  
<section>  
<div class="card">  
<h3>Fast Delivery</h3>  
<p>Same day / next day delivery available</p>  
</div>  
<div class="card">  
<h3>Best Price</h3>  
<p>Market se better rates guaranteed</p>  
</div>  
<div class="card">  
<h3>Trusted Service</h3>  
<p>Reliable and transparent dealing</p>  
</div>  
</section>  
<section>  
<h2>Service Area</h2>  
<p>Dehradun & Haridwar</p>  
</section>  
<footer>  
<p>Contact: info@buildkartinfra.in</p>  
</footer>  
</body>  
</html>