ÿþ<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Prabal Multispeciality Hospital - Ashoka Garden, Bhopal</title> <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet" /> <style> * { box-sizing: border-box; scroll-behavior: smooth; } body { font-family: "Nunito", sans-serif; margin: 0; background: linear-gradient(to bottom right, #f0f8ff, #ffffff); color: #333; overflow-x: hidden; line-height: 1.6; } /* HEADER */ .main-header { position: sticky; top: 0; z-index: 1000; background: linear-gradient(to bottom, #ffffff, #f4f8ff); border-bottom: 1px solid #dfe8ff; } .header-inner { max-width: 1200px; margin: 0 auto; padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; } .brand-block { display: flex; align-items: center; gap: 14px; cursor: pointer; padding: 5px 0; } .brand-logo { height: 50px; width: auto; display: block; border-radius: 0%; } .brand-text { display: flex; flex-direction: column; line-height: 1.2; } .brand-name { font-family: "Playfair Display", serif; font-size: 1.35em; font-weight: 600; color: #006d7a; } .brand-tagline { font-family: "Playfair Display", serif; font-size: 1.00em; font-weight: 600; color: #006d7a; letter-spacing: 0.03em; } .main-nav { display: flex; gap: 18px; font-weight: 600; } .main-nav a { text-decoration: none; color: #005066; position: relative; padding-bottom: 2px; font-size: 0.98em; } .main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #f28b24; transition: width 0.25s; } .main-nav a:hover::after { width: 100%; } .header-buttons { display: flex; align-items: center; } .emergency { background: #e53a40; color: #fff; padding: 8px 16px; border-radius: 4px; font-weight: 600; border: none; cursor: pointer; margin-right: 8px; } .book-btn { background: #00a5a8; color: #fff; padding: 8px 16px; border-radius: 4px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: 0.25s; } .book-btn:hover { background: #008c8e; } /* GLOBAL SECTIONS */ .section { max-width: 1200px; margin: 120px auto 60px auto; padding: 0 18px; scroll-margin-top: 100px; } .card-box { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 6px 24px rgba(0, 115, 230, 0.08); margin-bottom: 35px; } .section h2 { color: #0073e6; margin-bottom: 22px; font-family: "Playfair Display", serif; font-size: 2.2em; } /* HERO */ .hero { display: flex; align-items: center; padding: 90px 20px; min-height: 60vh; background: linear-gradient(rgba(0,115,230,0.7), rgba(0,115,230,0.7)), url("Building.jpg") center/cover no-repeat; color: white; position: relative; overflow: hidden; margin-top: 0 !important; } .hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top left, rgba(0,0,0,0.25), transparent 60%); } .hero-content { position: relative; max-width: 600px; animation: fadeUp 1.5s ease; } @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } .hero h1 { font-size: 2.6em; font-family: "Playfair Display", serif; margin-bottom: 15px; } .hero .motto { font-size: 1.3em; font-style: italic; margin-bottom: 20px; background: rgba(255, 255, 255, 0.2); color: #fff9e6; padding: 12px 18px; border-radius: 12px; display: inline-block; } .hero p { font-size: 1.15em; margin-bottom: 28px; } /* ABOUT */ .about p { font-size: 1.08em; margin-bottom: 20px; color: #444; text-align: justify; } /* SERVICES */ .services-tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 25px; } .services-tab { padding: 10px 18px; border-radius: 20px; border: 1px solid #cce4ff; background: #f4f9ff; color: #0050aa; font-weight: 600; cursor: pointer; font-size: 0.96em; transition: all 0.25s; } .services-tab.active, .services-tab:hover { background: #0073e6; color: #ffffff; box-shadow: 0 4px 14px rgba(0,115,230,0.25); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; } .service-card { background: linear-gradient(135deg,#ffffff,#f5fbff); border-radius: 16px; padding: 20px 20px 22px; border: 1px solid #e1efff; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04); position: relative; overflow: hidden; } .service-card::before { content: ""; position: absolute; top: -30px; right: -30px; width: 90px; height: 90px; background: radial-gradient(circle at center, rgba(0,115,230,0.18), transparent); } .service-badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.8em; background: #e7f4ff; color: #0060c0; margin-bottom: 8px; font-weight: 600; } .service-title { font-family: "Playfair Display", serif; font-weight: 600; color: #0050aa; margin-bottom: 10px; font-size: 1.15em; } .service-list { list-style: none; padding: 0; margin: 0; font-size: 0.97em; color: #444; } .service-list li { margin-bottom: 6px; position: relative; padding-left: 20px; } .service-list li::before { content: "" "; position: absolute; left: 6px; top: 0; color: #f28b24; font-weight: 900; } /* DOCTORS */ .doctors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 30px; } .doctor-card { background: #fff; border-radius: 10px; padding: 22px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07); transition: transform 0.3s; border: 1.5px solid #f0f8ff; } .doctor-card:hover { transform: translateY(-8px); box-shadow: 0 4px 20px rgba(0,115,230,0.12); } .doctor-card strong { color: #0073e6; font-size: 1.25em; font-family: "Playfair Display", serif; display: block; } .doctor-desc { font-size: 0.98em; margin: 10px 0; color: #444; } .doctor-icon { font-size: 2.2em; color: #38c5bc; margin-bottom: 10px; display: block; } /* BOOK APPOINTMENT */ .mini-form { background: #f9faff; border-radius: 12px; padding: 30px; max-width: 600px; margin: 0 auto; box-shadow: 0 3px 10px rgba(0,0,0,0.05); } .mini-form h3 { color: #0073e6; margin-bottom: 20px; font-family: "Playfair Display", serif; } .mini-form input, .mini-form select, .mini-form textarea { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 6px; font-family: "Nunito", sans-serif; box-sizing: border-box; } .mini-form button { background: #38c5bc; color: white; border: none; padding: 14px 30px; border-radius: 6px; cursor: pointer; font-size: 1.1em; font-weight: 600; width: 100%; transition: 0.3s; } .mini-form button:hover { background: #2ea89a; } .success-message { background: #d4edda; color: #155724; padding: 15px; border-radius: 6px; margin-top: 15px; display: none; border: 1px solid #c3e6cb; } /* REVIEWS */ .reviews-wrapper { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 6px 24px rgba(0,115,230,0.08); margin-bottom: 35px; } .reviews-intro { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; } .reviews-intro-text p { margin: 6px 0 0 0; color: #555; } .reviews-score-pill { background: #e6f9f4; color: #046552; padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 0.95em; } .reviews-score-pill span { color: #f7a600; } .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 10px; } .review-card { background: linear-gradient(135deg,#ffffff,#f7fbff); border-radius: 14px; padding: 18px 18px 20px; border: 1px solid #e4efff; box-shadow: 0 3px 14px rgba(0,0,0,0.04); } .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; } .review-name { font-weight: 700; color: #004f7a; font-size: 0.98em; } .review-locality { font-size: 0.8em; color: #777; } .review-stars { color: #f7a600; font-size: 1.05em; } .review-text { font-size: 0.9em; color: #444; line-height: 1.5; margin-top: 6px; } .review-source { font-size: 0.78em; color: #888; margin-top: 6px; } /* CONTACT & FOOTER */ .contact { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 6px 24px rgba(0,115,230,0.08); margin-bottom: 35px; } .contact-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 20px; margin-top: 30px; } .contact-option { background: linear-gradient(135deg,#0073e6,#005bb5); color: white; padding: 20px; border-radius: 10px; text-align: center; cursor: pointer; transition: transform 0.3s; font-weight: 600; } .contact-option:hover { transform: scale(1.05); } .map-section { margin-bottom: 0; } .map-embed { border-radius: 12px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,115,230,0.15); width: 100%; height: 400px; } footer { background: #0073e6; color: white; padding: 40px 20px 20px; margin-top: 60px; } .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 30px; } .footer-section h3 { margin-bottom: 15px; color: #ffdf80; } .footer-section a { color: #fff; text-decoration: none; } .footer-section a:hover { color: #ffdf80; } @media (max-width: 768px) { .header-inner { flex-wrap: wrap; } .main-nav { width: 100%; justify-content: center; flex-wrap: wrap; order: 3; } .header-buttons { order: 2; } .hero { padding: 70px 20px; } .section { margin-top: 100px !important; } .section h2 { font-size: 1.8em; } .reviews-intro { flex-direction: column; align-items: flex-start; } } *:focus { outline: 2px dashed #0073e6; outline-offset: 2px; } /* SLIDER */ .slider { position: relative; width: 100%; height: 480px; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); } .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; } .slide.active { opacity: 1; z-index: 1; } .slide img { width: 100%; height: 100%; object-fit: cover; } .slide-content { position: absolute; left: 8%; bottom: 20%; color: #000000; max-width: 500px; } .slide-content h2 { font-family: "Playfair Display", serif; font-size: 2.2em; margin-bottom: 10px; } .slide-content p { font-size: 1.1em; margin-bottom: 15px; } .slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; } .slider-dots span { width: 12px; height: 12px; background: rgba(255,255,255,0.6); border-radius: 50%; cursor: pointer; } .slider-dots span.active { background: #f7a600; } @media (max-width: 768px) { .slider { height: 300px; } .slide-content h2 { font-size: 1.6em; } } </style> </head> <body> <!-- HEADER --> <header class="main-header"> <div class="header-inner"> <div class="brand-block" onclick="window.scrollTo({top:0,behavior:'smooth'})"> <img src="logo.png" alt="Hospital logo*-+*-" class="brand-logo"> <div class="brand-text"> <span class="brand-name">Prabal Multispeciality Hospital</span> <span class="brand-tagline"> Dedicated to Life</span> </div> </div> <nav class="main-nav"> <a href="#home">Home</a> <a href="#services">Services</a> <a href="#about">About</a> <a href="#doctors">Doctors</a> <a href="#book-appointment">Book</a> <a href="#contact">Contact</a> </nav> <div class="header-buttons"> <button class="emergency" onclick="window.location.href='tel:+919893590580'">Emergency</button> <a href="#book-appointment" class="book-btn">Book Now</a> </div> </div> </header> <!-- SLIDER --> <div class="section" id="home"> <div class="slider" > <div class="slide active"> <img src="slide1.jpg" alt="Prabal Hospital Building"> <div class="slide-overlay"></div> <div class="slide-content"> <h2>Advanced Multispeciality Care</h2> <h2>Expert doctors, modern infrastructure and compassionate treatment.</h2> <a href="#book-appointment" class="book-btn">Book Appointment</a> </div> </div> <div class="slide"> <img src="slide2.jpg" alt="Emergency Services"> <div class="slide-overlay"></div> <div class="slide-content"> <h2>24×7 Emergency Services</h2> <h2>Immediate response with ICU, trauma and emergency care.</h2> <a href="tel:+919893590580" class="book-btn">Call Now</a> </div> </div> <div class="slide"> <img src="slide3.jpg" alt="Doctors Team"> <div class="slide-overlay"></div> <div class="slide-content"> <h2>Experienced Specialist Doctors</h2> <h2>Trusted consultants across multiple specialties.</h2> <a href="#doctors" class="book-btn">Meet Doctors</a> </div> </div> <div class="slider-dots" id="sliderDots"> <span class="active"></span> <span></span> <span></span> </div> </div> </div> <!-- HERO --> <section class="hero" > <div class="hero-content"> <h1>Your Trusted Healthcare Partner</h1> <div class="motto">"Healing with Expertise, Caring with Heart"</div> <p>Modern multispeciality care with compassionate doctors and 24×7 emergency services in Ashoka Garden, Bhopal.</p> </div> </section> <!-- SERVICES --> <div class="section" id="services"> <section class="card-box"> <h2>Our Clinical Services</h2> <div class="services-tabs"> <button class="services-tab active" type="button" onclick="filterServices('all')">All Services</button> <button class="services-tab" type="button" onclick="filterServices('clinical')">Clinical Services</button> <button class="services-tab" type="button" onclick="filterServices('diagnostic')">Advanced Diagnostic Services</button> <button class="services-tab" type="button" onclick="filterServices('centre')">Advanced Centre For</button> </div> <div class="services-grid" id="servicesGrid"> <div class="service-card" data-group="clinical"> <span class="service-badge">Clinical Services</span> <div class="service-title">Comprehensive Surgical &amp; Medical Care</div> <ul class="service-list"> <li>Neurosurgery &amp; Brain Surgery</li> <li>Neurology</li> <li>Obstetrics and Gynecology</li> <li>Respiratory Medicine (Pulmonology)</li> <li>General Surgery including Laparoscopic</li> <li>Orthopedics / Spine Surgery</li> <li>Minimally Invasive Joint Replacement &amp; Arthroscopy</li> <li>Uro surgery &amp; Onco surgery</li> <li>Medical Oncology</li> <li>Cosmetic, Plastic &amp; Reconstructive Surgery</li> <li>General Medicine</li> <li>Trauma Center &amp; Photo Therapy</li> </ul> </div> <div class="service-card" data-group="diagnostic"> <span class="service-badge">Advanced Diagnostic Services</span> <div class="service-title">Modern Diagnostic Facilities</div> <ul class="service-list"> <li>Pathology (Fully Automatic Machines)</li> <li>Digital X ray</li> <li>Digital ECG</li> </ul> </div> <div class="service-card" data-group="centre"> <span class="service-badge">Advanced Centre For</span> <div class="service-title">Specialised Departments</div> <ul class="service-list"> <li>Emergency Medicine</li> <li>Well Equipped Modular OT</li> <li>ENT, Gastroenterology &amp; Cardiology</li> <li>Nephrology &amp; Pediatrics</li> <li>Pediatric Surgery &amp; Dermatology</li> <li>Psychiatry &amp; Psychology</li> <li>Anesthesiology</li> <li>Oral &amp; Maxillofacial Surgery</li> <li>Physiotherapy</li> <li>Well Equipped ICU, HDU, Endoscopy</li> <li>Sigmoidoscopy, Colonoscopy &amp; Bronchoscopy</li> </ul> </div> </div> </section> </div> <!-- ABOUT --> <div class="section"> <section class="card-box" id="about"> <h2>About Us</h2> <p>At Prabal Multispeciality Hospital, patient trust is the cornerstone of everything we do. We are committed to transparent, respectful and personalised care for every patient.</p> <p>We invest in modern technology and evidence based practice so that each treatment is safe, effective and timely, supported by experienced consultants and nursing staff.</p> <p>Located in Ashoka Garden, Bhopal, the hospital offers 24×7 emergency services and a wide range of speciality and superspeciality care for patients from the city and surrounding areas.</p> </section> </div> <!-- DOCTORS --> <div class="section"> <section class="card-box" id="doctors"> <h2>Our Doctors</h2> <div class="doctors-grid"> <div class="doctor-card" tabindex="0"> <span class="doctor-icon">=ØhÜ •&þ</span> <strong>Dr. Gurmeet Singh</strong> <br />MBBS, MD <span class="doctor-desc">Senior physician providing comprehensive internal medicine care.</span> </div> <div class="doctor-card" tabindex="0"> <span class="doctor-icon">=ØiÜ •&þ</span> <strong>Dr. Devinder Kour</strong> <br />MBBS, PGDMCH <span class="doctor-desc">Experienced in family medicine and maternal child health.</span> </div> <div class="doctor-card" tabindex="0"> <span class="doctor-icon">=ØhÜ •&þ</span> <strong>Dr. Kulwant Singh</strong> <br />MBBS, MS, FMAS <br />General &amp; Laparoscopic Surgeon <span class="doctor-desc">Specialist in minimally invasive and general surgeries.</span> </div> <div class="doctor-card" tabindex="0"> <span class="doctor-icon">=ØhÜ •&þ</span> <strong>Dr. Prakash Dhadse</strong> <br />Director <span class="doctor-desc">Leading hospital administration and quality of patient care.</span> </div> </div> </section> </div> <!-- BOOK APPOINTMENT --> <div class="section"> <section class="card-box" id="book-appointment"> <h2>Book Your Appointment</h2> <div class="mini-form"> <h3>Patient Information</h3> <form action="https://formspree.io/f/YOUR_FORMSPREE_ENDPOINT" method="POST"> <input type="text" name="name" placeholder="Full Name *" required /> <input type="tel" name="phone" placeholder="Phone Number *" required /> <input type="email" name="email" placeholder="Email Address *" required /> <select name="department" required> <option value="">Select Department</option> <option value="general">General Medicine</option> <option value="gynecology">Gynecology</option> <option value="pediatrics">Pediatrics</option> <option value="orthopedic">Orthopedics</option> </select> <textarea name="message" rows="4" placeholder="Symptoms/Concerns *" required></textarea> <input type="hidden" name="_subject" value="New Appointment Request - Prabal Hospital" /> <button type="submit">Send Appointment Request</button> </form> <div class="success-message" id="successMsg"> ' Thank you! Your appointment request has been sent. Our team will call you within 2 hours. </div> </div> <p style="text-align:center; margin-top:20px; color:#666; font-size:1.1em;"> Or call <strong>+91 98935 90580</strong> for immediate assistance </p> </section> </div> <!-- REVIEWS BELOW BOOK APPOINTMENT --> <!-- CONTACT & LOCATION --> <div class="section"> <section class="contact" id="contact"> <h2>Get In Touch</h2> <div class="contact-options"> <div class="contact-option" onclick="window.location.href='tel:+919893590580'"> =ØÞÜ Call Hospital<br />+91 98935 90580 </div> <div class="contact-option" onclick="window.location.href='mailto:prabal1980@gmail.com'"> 'þ Email Us<br />prabal1980@gmail.com </div> <div class="contact-option" onclick="window.location.href='https://wa.me/919893590580'"> =Ø¬Ü WhatsApp<br />Instant Chat </div> </div> </section> <section class="map-section" id="location"> <h2>Find Us</h2> <p><strong>Plot-232, Old Ashoka Garden, Bhopal, Madhya Pradesh, India</strong></p> <iframe class="map-embed" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3663.098057793419!2d77.452!3d23.226!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397c467e8e4d8d7d%3A0x8f8f8f8f8f8f8f8f!2sAshoka%20Garden%2C%20Bhopal!5e0!3m2!1sen!2sin!4v1699123456789" allowfullscreen loading="lazy" referrerpolicy="no-referrer-when-downgrade" title="Hospital Location"></iframe> </section> </div> <!-- FOOTER --> <footer> <div class="footer-content"> <div class="footer-section"> <h3>Contact</h3> <p> Plot-232, Old Ashoka Garden, Bhopal<br /> Phone: <a href="tel:+919893590580">+91 98935 90580</a><br /> Email: <a href="mailto:prabal1980@gmail.com">prabal1980@gmail.com</a> </p> </div> <div class="footer-section"> <h3>Quick Links</h3> <a href="#home">Home</a><br /> <a href="#services">Services</a><br /> <a href="#about">About</a><br /> <a href="#doctors">Doctors</a><br /> <a href="#book-appointment">Book Appointment</a> </div> <div class="footer-section"> <h3>Follow Us</h3> <a href="#" aria-label="Facebook">Facebook</a><br /> <a href="#" aria-label="Instagram">Instagram</a> </div> </div> <div style="text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.2);font-size:0.9em;"> © 2025 Prabal Multispeciality Hospital. All rights reserved. [web:106] </div> </footer> <script> // SLIDER SCRIPT let currentSlide = 0; const slides = document.querySelectorAll(".slide"); const dots = document.querySelectorAll("#sliderDots span"); function showSlide(index) { slides.forEach((slide, i) => { slide.classList.toggle("active", i === index); dots[i].classList.toggle("active", i === index); }); currentSlide = index; } dots.forEach((dot, i) => { dot.addEventListener("click", () => showSlide(i)); }); setInterval(() => { currentSlide = (currentSlide + 1) % slides.length; showSlide(currentSlide); }, 5000); function filterServices(group) { const cards = document.querySelectorAll(".service-card"); const tabs = document.querySelectorAll(".services-tab"); tabs.forEach((t) => t.classList.remove("active")); if (group === "all") { tabs[0].classList.add("active"); cards.forEach((c) => (c.style.display = "block")); } else { document .querySelector(`.services-tab[onclick*="${group}"]`) .classList.add("active"); cards.forEach((c) => { c.style.display = c.getAttribute("data-group") === group ? "block" : "none"; }); } } document.addEventListener("DOMContentLoaded", function () { const form = document.querySelector("#book-appointment form"); const successMsg = document.getElementById("successMsg"); if (form && successMsg) { form.addEventListener("submit", function () { successMsg.style.display = "block"; setTimeout(() => { successMsg.style.display = "none"; }, 5000); }); } }); </script> </body> </html>