<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Jai Shree Shyam Jan Seva Kendra | नोनखारा बाजार</title>
<!-- Google Fonts for modern typography -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome 6 (free icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 30px 20px;
font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}
/* Main Banner Card - 4x6 feet inspired look with modern UI */
.banner-card {
max-width: 1100px;
width: 100%;
background: linear-gradient(135deg, #fff9e8 0%, #fff3d6 100%);
border-radius: 48px;
overflow: hidden;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4), 0 0 0 8px #ffd966, 0 0 0 12px #e63946;
transition: transform 0.3s ease;
}
.banner-card:hover {
transform: scale(1.01);
}
/* Header section with logo area + main title */
.header-grid {
background: linear-gradient(98deg, #e63946 0%, #c92a2a 100%);
padding: 25px 30px 20px 30px;
color: white;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
border-bottom: 5px solid #ffb347;
}
.logo-area {
background: white;
border-radius: 60px;
padding: 12px 20px;
display: flex;
align-items: center;
gap: 15px;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.logo-icon {
font-size: 50px;
color: #e63946;
}
.logo-text {
font-weight: 800;
font-size: 1.4rem;
letter-spacing: 1px;
background: linear-gradient(135deg, #c92a2a, #ffb347);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.title-gold {
text-align: right;
}
.title-gold h1 {
font-size: 2rem;
font-weight: 800;
margin: 0;
text-shadow: 3px 3px 0 #9b2222;
letter-spacing: 1px;
}
.title-gold p {
font-size: 1rem;
font-weight: 500;
background: #ffd966;
display: inline-block;
padding: 5px 15px;
border-radius: 40px;
color: #a51e2a;
margin-top: 8px;
}
/* address bar modern */
.address-bar {
background: #ffffffcc;
backdrop-filter: blur(8px);
margin: 20px 25px 10px 25px;
padding: 12px 20px;
border-radius: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
font-weight: 600;
border: 1px solid #ffcd94;
box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}
.address-text {
font-size: 1.2rem;
color: #2d1b00;
}
.address-text i {
color: #e63946;
margin-right: 10px;
}
.badge-offer {
background: #ffb347;
padding: 6px 16px;
border-radius: 50px;
color: #a1222a;
font-weight: bold;
font-size: 0.9rem;
}
/* Services Grid - beautiful cards */
.services-section {
padding: 20px 25px 20px 25px;
}
.section-title {
text-align: center;
margin-bottom: 25px;
position: relative;
}
.section-title span {
background: #ffdd99;
padding: 8px 28px;
border-radius: 40px;
font-weight: 800;
font-size: 1.4rem;
color: #b52b2b;
display: inline-block;
box-shadow: inset 0 -2px 0 #ff9f4a;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 16px;
}
.service-card {
background: white;
border-radius: 28px;
padding: 14px 8px 14px 18px;
display: flex;
align-items: center;
gap: 14px;
font-weight: 600;
font-size: 1rem;
color: #2c2c2c;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
transition: all 0.2s;
border: 1px solid #fff0ce;
}
.service-card:hover {
transform: translateY(-3px);
background: #fff6e5;
box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
border-color: #ffb347;
}
.service-card i {
font-size: 26px;
color: #e63946;
width: 34px;
text-align: center;
}
/* highlight special service row */
.highlight-message {
margin-top: 25px;
background: linear-gradient(120deg, #ffe6b3, #fff0d0);
padding: 12px 20px;
border-radius: 60px;
text-align: center;
font-weight: bold;
font-size: 1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
/* Contact Area Premium */
.contact-premium {
background: #1e2a47;
margin: 10px 25px 25px 25px;
border-radius: 48px;
padding: 0;
overflow: hidden;
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.contact-inner {
background: linear-gradient(115deg, #102a3c, #1e3a5f);
padding: 22px 20px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.contact-left {
display: flex;
align-items: center;
gap: 18px;
color: white;
}
.contact-left i {
font-size: 45px;
background: #ffb84d;
padding: 12px;
border-radius: 60px;
color: #1e2a47;
}
.contact-left h3 {
font-size: 1.7rem;
font-weight: 800;
letter-spacing: 1px;
}
.contact-left p {
font-size: 1rem;
opacity: 0.9;
}
.call-btn {
background: #25d366;
padding: 12px 28px;
border-radius: 50px;
text-decoration: none;
color: white;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 1.2rem;
transition: 0.2s;
box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}
.call-btn:hover {
background: #128c7e;
transform: scale(1.02);
}
/* footer tagline */
.footer-tag {
background: #fff0d0;
text-align: center;
padding: 16px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
border-top: 2px dashed #e6c378;
font-size: 1.1rem;
color: #b0302a;
}
/* Responsive */
@media (max-width: 780px) {
.header-grid {
flex-direction: column;
text-align: center;
}
.title-gold {
text-align: center;
}
.contact-left {
flex-direction: column;
text-align: center;
}
.service-card {
padding: 12px 10px;
}
.services-grid {
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
}
@media (max-width: 550px) {
.banner-card {
border-radius: 32px;
}
.title-gold h1 {
font-size: 1.4rem;
}
.address-text {
font-size: 0.9rem;
}
.service-card {
font-size: 0.85rem;
}
}
/* virtual logo representation */
.custom-logo-badge {
background: #ffecb3;
border-radius: 30px;
padding: 6px 12px;
font-size: 0.75rem;
font-weight: bold;
color: #b13b3b;
}
</style>
</head>
<body>
<div class="banner-card">
<!-- Header with logo area (modern, prominent) -->
<div class="header-grid">
<div class="logo-area">
<i class="fas fa-hands-helping logo-icon"></i>
<div>
<div class="logo-text">जन सेवा</div>
<div class="custom-logo-badge"><i class="fas fa-certificate"></i> श्री श्याम</div>
</div>
</div>
<div class="title-gold">
<h1>⚡ जय श्री श्याम ⚡<br>जन सेवा केंद्र</h1>
<p>JAI SHREE SHYAM JAN SEVA KENDRA</p>
</div>
</div>
<!-- Address + unique highlight -->
<div class="address-bar">
<div class="address-text">
<i class="fas fa-map-marker-alt"></i> नोनखारा बाजार, संडी, हरदोई
</div>
<div class="badge-offer">
⭐ विश्वसनीय सेवा ⭐
</div>
</div>
<!-- सर्विसेस - ग्रिड मॉडर्न -->
<div class="services-section">
<div class="section-title">
<span><i class="fas fa-cogs"></i> हमारी सेवाएँ</span>
</div>
<div class="services-grid">
<div class="service-card"><i class="fas fa-id-card"></i> आधार सेवा</div>
<div class="service-card"><i class="fas fa-credit-card"></i> पैन कार्ड</div>
<div class="service-card"><i class="fas fa-file-alt"></i> आय / जाति / निवास</div>
<div class="service-card"><i class="fas fa-bolt"></i> बिजली बिल जमा</div>
<div class="service-card"><i class="fas fa-mobile-alt"></i> मोबाइल रिचार्ज</div>
<div class="service-card"><i class="fas fa-university"></i> बैंकिंग सेवा</div>
<div class="service-card"><i class="fas fa-passport"></i> पासपोर्ट सेवा</div>
<div class="service-card"><i class="fas fa-tractor"></i> PM किसान योजना</div>
<div class="service-card"><i class="fas fa-heartbeat"></i> आयुष्मान कार्ड</div>
<div class="service-card"><i class="fas fa-hard-hat"></i> लेबर कार्ड</div>
<div class="service-card"><i class="fas fa-laptop"></i> ऑनलाइन फॉर्म</div>
<div class="service-card"><i class="fas fa-print"></i> फोटो कॉपी / प्रिंट</div>
<div class="service-card"><i class="fas fa-layer-group"></i> लैमिनेशन</div>
<div class="service-card"><i class="fas fa-tools"></i> मोबाइल रिपेयरिंग</div>
<div class="service-card"><i class="fas fa-headphones-alt"></i> मोबाइल एक्सेसरीज़</div>
<div class="service-card"><i class="fas fa-gift"></i> स्टेशनरी एवं गिफ्ट आइटम</div>
</div>
<div class="highlight-message">
<i class="fas fa-globe" style="font-size: 24px; color:#e63946;"></i>
<span>💻 हर प्रकार के ऑनलाइन कार्य यहाँ किए जाते हैं 💻</span>
<i class="fas fa-check-circle" style="font-size: 22px; color:#2e7d32;"></i>
</div>
</div>
<!-- Contact & CTA section modern -->
<div class="contact-premium">
<div class="contact-inner">
<div class="contact-left">
<i class="fas fa-phone-volume"></i>
<div>
<h3>📞 9506847400</h3>
<p><i class="fas fa-clock"></i> सुबह 9:00 बजे - रात 9:00 बजे | सप्ताह के 7 दिन</p>
</div>
</div>
<a href="tel:9506847400" class="call-btn">
<i class="fab fa-whatsapp"></i> कॉल करें / WhatsApp
</a>
</div>
</div>
<!-- Trust footer with extra info -->
<div class="footer-tag">
<i class="fas fa-award"></i> 100% सरकारी मान्यता प्राप्त सेवाएँ
<span>|</span>
<i class="fas fa-rupee-sign"></i> सस्ती दरें
<span>|</span>
<i class="fas fa-smile"></i> ग्राहक संतुष्टि प्रथम
</div>
<!-- subtle design for logo integration: logo already visible -->
</div>
<!-- small note: design responsive & modern for print/digital banner look -->
</body>
</html>
Thank you for reading this post, don't forget to subscribe!
By admin
On: May 8, 2026 11:55 AM
---Advertisement---




