.elementor-kit-5{--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;overscroll-behavior:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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.0">
    <title>Screen Repair Surat | Krishna Mobile & Accessories: 5-Star Service</title>
    <!-- Load Tailwind CSS -->
    <script src="https://cdn.tailwindcss.com"></script>
    <!-- Load Lucide Icons for aesthetic service icons -->
    <script src="https://unpkg.com/lucide@latest"></script>
    <style>
        /* Apply Inter font family */
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
        :root {
            --primary-color: #007BFF; /* A vibrant blue for trust/tech */
            --secondary-color: #F8B400; /* A gold/orange for 5-star rating */
            --background-color: #f7f7f7;
            --text-color: #1f2937;
        }
        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--background-color);
            color: var(--text-color);
        }
        .text-primary { color: var(--primary-color); }
        .bg-primary { background-color: var(--primary-color); }
        .text-secondary { color: var(--secondary-color); }
        .bg-secondary { background-color: var(--secondary-color); }
        .card-shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
        .service-card { transition: transform 0.3s, box-shadow 0.3s; }
        .service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }
        .icon-size { width: 32px; height: 32px; }
    </style>
</head>
<body class="antialiased">

    <!-- Header & Navigation -->
    <header class="sticky top-0 z-50 bg-white shadow-lg">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center">
            <!-- Logo & Brand Name -->
            <div class="flex items-center space-x-2">
                <!-- Using an icon placeholder for the logo's visual identity -->
                <i data-lucide="wrench-screwdriver" class="icon-size text-primary"></i>
                <span class="text-2xl font-extrabold text-gray-800">KRISHNA MOBILE</span>
            </div>
            
            <!-- Contact CTA (Visible on all sizes) -->
            <div class="flex items-center space-x-4">
                <a href="tel:+919913471787" class="text-sm font-semibold text-gray-700 hover:text-primary transition duration-150 hidden sm:block">
                    Call Today: +91 99134 71787
                </a>
                <a href="#contact" class="bg-secondary text-gray-900 font-bold py-2 px-4 rounded-lg hover:bg-opacity-90 transition duration-150 shadow-md">
                    GET A QUOTE
                </a>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="relative bg-gray-900 h-[60vh] flex items-center justify-center text-center overflow-hidden">
        <!-- Placeholder for the professional storefront image -->
        <div class="absolute inset-0 bg-cover bg-center opacity-40" 
             style="background-image: url('https://placehold.co/1920x800/252f3e/white?text=Professional+Storefront+Image');"
             aria-label="Image of Krishna Mobile And Accessories storefront">
        </div>
        <div class="relative z-10 p-6 max-w-4xl">
            <h1 class="text-5xl md:text-7xl font-extrabold text-white leading-tight mb-4">
                <span class="text-secondary">5.0 ★</span> RATED MOBILE REPAIR
            </h1>
            <h2 class="text-xl md:text-3xl font-medium text-gray-200">
                Providing **Surat** With Superior Mobile Repair Solutions
            </h2>
            <p class="text-lg text-gray-300 mt-4 max-w-2xl mx-auto">
                Need fast and reliable **screen repair in Surat**? We guarantee high-quality parts and expert service for all major brands.
            </p>
            <a href="#services" class="mt-8 inline-block bg-primary text-white font-bold py-3 px-8 rounded-full text-lg shadow-xl hover:bg-blue-700 transition duration-300">
                View Our Services
            </a>
        </div>
    </section>

    <!-- Metrics Section (Let's Numbers Talk) -->
    <section class="py-16 bg-white">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
            <h3 class="text-3xl font-bold text-center mb-12">Let's Numbers Talk</h3>
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
                <div class="p-4 rounded-xl shadow-lg border border-gray-100">
                    <div class="text-5xl font-extrabold text-primary">10+</div>
                    <div class="text-sm uppercase font-semibold text-gray-500 mt-2">Years of Experience</div>
                </div>
                <div class="p-4 rounded-xl shadow-lg border border-gray-100">
                    <div class="text-5xl font-extrabold text-primary">5.0 ★</div>
                    <div class="text-sm uppercase font-semibold text-gray-500 mt-2">Happy Customer Rating</div>
                </div>
                <div class="p-4 rounded-xl shadow-lg border border-gray-100">
                    <div class="text-5xl font-extrabold text-primary">K+</div>
                    <div class="text-sm uppercase font-semibold text-gray-500 mt-2">Devices Repaired</div>
                </div>
                <div class="p-4 rounded-xl shadow-lg border border-gray-100">
                    <div class="text-5xl font-extrabold text-primary">90-Day</div>
                    <div class="text-sm uppercase font-semibold text-gray-500 mt-2">Warranty Standard</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section id="services" class="py-16 bg-gray-50">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
            <h2 class="text-4xl font-extrabold text-center mb-4">Our Services: Expert Screen Repair Surat & More</h2>
            <p class="text-center text-lg text-gray-600 mb-12 max-w-3xl mx-auto">
                Your device is essential, and when it breaks, you need a fast, reliable solution. We provide the **most comprehensive and trusted mobile repair services in Surat.**
            </p>

            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
                
                <!-- Service Card 1: Screen Repair -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="smartphone" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">Screen & Display Repair</h4>
                    <p class="text-gray-600 mb-4">Cracked glass, LCD replacement, and full display unit replacement for all major models.</p>
                </div>
                
                <!-- Service Card 2: Battery -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="battery-charging" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">Battery & Charging Fixes</h4>
                    <p class="text-gray-600 mb-4">Original and high-quality battery replacement, charging port repair, and power button fixes.</p>
                </div>
                
                <!-- Service Card 3: Water Damage -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="droplet" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">Water Damage Restoration</h4>
                    <p class="text-gray-600 mb-4">Professional liquid damage assessment, cleaning, and component repair with a focus on data recovery.</p>
                </div>

                <!-- Service Card 4: IC Repair -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="chip" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">Advanced IC / Motherboard Repair</h4>
                    <p class="text-gray-600 mb-4">Complex repairs requiring micro-soldering and microscope use for true component-level fixes.</p>
                </div>

                <!-- Service Card 5: Software -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="bug" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">Software & OS Troubleshooting</h4>
                    <p class="text-gray-600 mb-4">OS errors, virus removal, performance optimization, and data backup/transfer assistance.</p>
                </div>

                <!-- Service Card 6: Accessories -->
                <div class="service-card bg-white p-6 rounded-xl card-shadow flex flex-col items-center text-center">
                    <i data-lucide="gift" class="icon-size text-primary mb-3"></i>
                    <h4 class="text-xl font-bold mb-2">High-Quality Accessories</h4>
                    <p class="text-gray-600 mb-4">Providing screen protectors, charging cables, power banks, and genuine mobile accessories.</p>
                </div>
            </div>
            
            <div class="text-center mt-12">
                <a href="#contact" class="inline-flex items-center bg-primary text-white font-bold py-3 px-6 rounded-full hover:bg-blue-700 transition duration-300">
                    View All Services & Get a Quote
                </a>
            </div>
        </div>
    </section>

    <!-- Why Choose Us Section -->
    <section class="py-16 bg-white">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
            <h3 class="text-4xl font-extrabold text-center mb-4">Why Choose Us</h3>
            <p class="text-center text-lg text-gray-600 mb-12 max-w-3xl mx-auto">
                What Sets Krishna Mobile And Accessories Apart in Surat
            </p>

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-x-8 gap-y-12">
                
                <!-- Feature 1 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="star" class="w-8 h-8 flex-shrink-0 text-secondary fill-secondary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">5-Star Quality Guarantee</h4>
                        <p class="text-gray-600">Our 5.0-star average rating confirms our commitment to flawless repairs and complete customer satisfaction.</p>
                    </div>
                </div>

                <!-- Feature 2 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="clock" class="w-8 h-8 flex-shrink-0 text-primary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">Fast, Same-Day Service</h4>
                        <p class="text-gray-600">Most common repairs (screen, battery) are done on the same day to get your phone back in your hands quickly.</p>
                    </div>
                </div>

                <!-- Feature 3 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="package" class="w-8 h-8 flex-shrink-0 text-primary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">Premium, Tested Parts</h4>
                        <p class="text-gray-600">We use only high-quality, OEM-spec components to ensure maximum durability and device performance.</p>
                    </div>
                </div>

                <!-- Feature 4 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="receipt" class="w-8 h-8 flex-shrink-0 text-primary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">Transparent, Upfront Pricing</h4>
                        <p class="text-gray-600">You receive a free, no-obligation quote before any work begins. No hidden fees, guaranteed.</p>
                    </div>
                </div>

                <!-- Feature 5 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="cpu" class="w-8 h-8 flex-shrink-0 text-primary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">Advanced Diagnostics & Tools</h4>
                        <p class="text-gray-600">We invest in modern equipment, including microscopes, for reliable and precise IC board repairs.</p>
                    </div>
                </div>

                <!-- Feature 6 -->
                <div class="flex items-start space-x-4">
                    <i data-lucide="award" class="w-8 h-8 flex-shrink-0 text-primary mt-1"></i>
                    <div>
                        <h4 class="text-xl font-bold mb-1">Expert Certified Technicians</h4>
                        <p class="text-gray-600">Your device is handled by experienced, fully trained specialists who fix all major brands and models.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section class="py-16 bg-gray-50">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
            <h3 class="text-4xl font-extrabold text-center mb-4">Customer Testimonials</h3>
            <p class="text-center text-lg text-gray-600 mb-12 max-w-3xl mx-auto">
                Hear What Our 5-Star Customers Say About Us
            </p>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-white p-6 rounded-xl shadow-lg border-t-4 border-primary">
                    <p class="italic text-gray-700 mb-4">"My phone screen was shattered, and I needed it fixed the same day. Krishna Mobile fixed it within a few hours, and the quality is outstanding! Truly a 5-star experience."</p>
                    <p class="font-bold text-gray-900">Ravi K.</p>
                    <p class="text-sm text-gray-500">Google Reviewer (Verified Screen Repair)</p>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="bg-white p-6 rounded-xl shadow-lg border-t-4 border-primary">
                    <p class="italic text-gray-700 mb-4">"I was told by another shop that my phone was dead due to an IC issue. Krishna Mobile’s advanced knowledge saved me from buying a new device. Highly recommend their technical expertise."</p>
                    <p class="font-bold text-gray-900">Priya S.</p>
                    <p class="text-sm text-gray-500">Yelp Reviewer (Advanced IC Repair)</p>
                </div>

                <!-- Testimonial 3 -->
                <div class="bg-white p-6 rounded-xl shadow-lg border-t-4 border-primary">
                    <p class="italic text-gray-700 mb-4">"I bring all my accessories and any small issues here. The team is always honest, transparent about pricing, and extremely professional. They are the only repair shop I trust in Surat."</p>
                    <p class="font-bold text-gray-900">Amit G.</p>
                    <p class="text-sm text-gray-500">Local Customer (Charging Port Fix)</p>
                </div>
            </div>
            
            <div class="text-center mt-8">
                <a href="#" class="text-primary font-semibold hover:underline">View All Reviews &rarr;</a>
            </div>
        </div>
    </section>

    <!-- Contact & Map Section -->
    <section id="contact" class="py-16 bg-white">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 grid grid-cols-1 md:grid-cols-2 gap-12">
            
            <!-- Contact Info / Form Placeholder -->
            <div>
                <h3 class="text-4xl font-extrabold mb-4">Ready for a Quick Quote?</h3>
                <p class="text-lg text-gray-600 mb-8">
                    Don't wait! Use the form below to tell us about your issue (e.g., "iPhone 12 screen replacement") or call us for the fastest response.
                </p>

                <!-- Key Contact Details -->
                <div class="space-y-4 mb-8">
                    <p class="flex items-center text-lg font-semibold text-gray-800">
                        <i data-lucide="phone" class="w-6 h-6 text-primary mr-3"></i>
                        Call/WhatsApp: <a href="tel:+919913471787" class="ml-2 text-primary hover:underline">+91 99134 71787</a>
                    </p>
                    <p class="flex items-center text-lg font-semibold text-gray-800">
                        <i data-lucide="mail" class="w-6 h-6 text-primary mr-3"></i>
                        Email: <a href="mailto:Mail@bestmobilerepair.com" class="ml-2 text-primary hover:underline">Mail@bestmobilerepair.com</a>
                    </p>
                    <p class="flex items-start text-lg font-semibold text-gray-800">
                        <i data-lucide="map-pin" class="w-6 h-6 text-primary flex-shrink-0 mr-3 mt-1"></i>
                        Store: 25, Bamroli Rd, Pandesara, Surat, Gujarat 394210, India
                    </p>
                    <p class="text-sm text-gray-500 ml-9">Open 7 Days a Week: 9:00 AM – 11:00 PM</p>
                </div>

                <!-- Form Placeholder -->
                <div class="p-6 bg-gray-100 rounded-xl">
                    <p class="text-xl font-bold mb-3">Online Inquiry Form</p>
                    <p class="text-sm text-gray-600">*(Your form shortcode: [sureforms id='1692'] would go here)*</p>
                    <div class="h-40 bg-white border border-dashed border-gray-300 rounded-lg flex items-center justify-center mt-3">
                        <p class="text-gray-400">CONTACT FORM EMBED</p>
                    </div>
                </div>
            </div>

            <!-- Google Map Embed -->
            <div class="rounded-xl overflow-hidden shadow-2xl">
                <h4 class="text-2xl font-bold text-center p-3 bg-primary text-white">Find Us in Pandesara, Surat</h4>
                <iframe
                    width="100%"
                    height="450"
                    style="border:0;"
                    loading="lazy"
                    allowfullscreen
                    aria-label="Google Map showing location of Krishna Mobile And Accessories in Surat"
                    src="https://www.google.com/maps/embed/v1/place?key=AIzaSyB11ZJJbW3OdhSMkeOETzEbXeGhxvahdGQ&q=Krishna+Mobile+And+Accessories+Surat"
                ></iframe>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 text-white py-6">
        <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-sm">
            <p>&copy; 2024 Krishna Mobile And Accessories. All Rights Reserved.</p>
            <div class="mt-2 space-x-4">
                <a href="/privacy_policy.md" class="hover:text-primary">Privacy Policy</a>
                <a href="/refund_returns_policy.md" class="hover:text-primary">Refund & Returns</a>
                <a href="https://maps.app.goo.gl/YZ6VW6MDxwFVbVaB8" target="_blank" class="hover:text-primary">Get Directions</a>
            </div>
        </div>
    </footer>

    <!-- Initialize Lucide Icons -->
    <script>
        lucide.createIcons();
    </script>
</body>
</html>/* End custom CSS */