<!-- Hero Slider Start -->
<section class="hero-slider">

    <div class="slide active">
        <img src="assets/images/slider1.jpg" alt="Plumbing Service">

        <div class="overlay"></div>

        <div class="container">

            <div class="hero-content">

                <span class="subtitle">
                    Welcome to Glorious Service
                </span>

                <h1>
                    Professional Home <br>
                    Repair Services
                </h1>

                <p>
                    Plumbing, Electrical, Carpenter, Cleaning,
                    Painting, AC Repair, Digital Services and More.
                </p>

                <div class="hero-btns">
                    <a href="#" class="btn-primary">
                        Book Service
                    </a>

                    <a href="#" class="btn-secondary">
                        Our Services
                    </a>
                </div>

            </div>

        </div>
    </div>

    <!-- Slide 2 -->

    <div class="slide">

        <img src="assets/images/slider2.jpg" alt="Electrician">

        <div class="overlay"></div>

        <div class="container">

            <div class="hero-content">

                <span class="subtitle">
                    24/7 Emergency Support
                </span>

                <h1>
                    Trusted Electrical <br>
                    Solutions
                </h1>

                <p>
                    Certified electricians for homes,
                    offices and commercial projects.
                </p>

                <div class="hero-btns">
                    <a href="#" class="btn-primary">
                        Call Now
                    </a>

                    <a href="#" class="btn-secondary">
                        Learn More
                    </a>
                </div>

            </div>

        </div>

    </div>

    <!-- Slide 3 -->

    <div class="slide">

        <img src="assets/images/slider3.jpg" alt="Digital Services">

        <div class="overlay"></div>

        <div class="container">

            <div class="hero-content">

                <span class="subtitle">
                    Digital Solutions
                </span>

                <h1>
                    Website Development <br>
                    SEO & AI Automation
                </h1>

                <p>
                    Grow your business with modern digital services.
                </p>

                <div class="hero-btns">
                    <a href="#" class="btn-primary">
                        Get Started
                    </a>

                    <a href="#" class="btn-secondary">
                        Contact Us
                    </a>
                </div>

            </div>

        </div>

    </div>

    <!-- Navigation -->

    <button class="prev">&#10094;</button>

    <button class="next">&#10095;</button>

    <!-- Dots -->

    <div class="dots">

        <span class="dot active"></span>

        <span class="dot"></span>

        <span class="dot"></span>

    </div>

</section>
<!-- Hero Slider End -->