<!DOCTYPE html>
<html lang="en">

<?php include './partials/head.php' ?>

<body>

    <!-- start page-wrapper -->
    <div class="page-wrapper">
        <!-- start preloader -->
        <?php include './partials/preloader.php' ?>
        <!-- end preloader -->
        <!-- Start header -->
        <?php
        $HeaderStyle = 'wpo-header-style-1';
        ?>
        <?php include './partials/header.php' ?>
        <!-- end of header -->
        <!-- start of hero -->
        <?php
        $mainTitle = 'Service';
        $Title = 'Home';
        $Title2 = 'Studio Photography';
        ?>
        <?php include './partials/page-header.php' ?>
        <!-- end of hero slider -->

        <!-- start studio photography section -->
        <section class="wpo-service-details-area section-padding">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-12">
                        <div class="wpo-minimal-wrap">
                            <div class="wpo-minimal-img">
                                <img src="assets/images/portfolio/birthay shoots/_DSC5639.jpg" alt="Studio Photography Showcase" style="width:100%;height:auto;object-fit:cover;">
                            </div>
                        </div>
                        <div class="wpo-p-details-section">
                            <h2>Studio Photography</h2>
                            <p>Step into a world where creativity meets precision. Our studio photography service is designed for those who seek timeless, elegant, and striking portraits. With state-of-the-art equipment, expert lighting, and a passion for storytelling, we transform every session into a work of art.</p>
                            <ul>
                                <li><strong>Professional Lighting:</strong> We use advanced lighting setups to sculpt and flatter every subject, ensuring magazine-quality results.</li>
                                <li><strong>Creative Direction:</strong> Our experienced photographers guide you through poses and concepts, making you feel comfortable and confident in front of the camera.</li>
                                <li><strong>Custom Backdrops & Props:</strong> Choose from a variety of backgrounds and props to match your vision, whether classic, modern, or themed.</li>
                                <li><strong>High-End Retouching:</strong> Every image is meticulously edited for color, clarity, and style, delivering flawless final portraits.</li>
                                <li><strong>Personalized Experience:</strong> We tailor each session to your personality and goals, from family portraits to personal branding and creative projects.</li>
                            </ul>
                            <p>Our studio is a space where your individuality shines. Whether you’re celebrating a milestone, updating your professional image, or simply capturing your best self, we ensure a relaxed, enjoyable, and memorable experience.</p>
                            <h3>Gallery</h3>
                            <div class="row">
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC0572.jpg" alt="Studio Portrait 1" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC1181.jpg" alt="Studio Portrait 2" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC1266.jpg" alt="Studio Portrait 3" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC1282.jpg" alt="Studio Portrait 4" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC5639.jpg" alt="Studio Portrait 5" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                                <div class="col-md-6 col-sm-6 col-12">
                                    <img src="assets/images/portfolio/birthay shoots/_DSC5843.jpg" alt="Studio Portrait 6" style="width:100%;margin-bottom:20px;object-fit:cover;">
                                </div>
                            </div>
                            <p>Ready to create something extraordinary? <a href="/contacts">Contact us</a> to book your studio session today and let’s capture your story with style and sophistication.</p>
                        </div>
                    </div>
                    <div class="col-lg-4 col-12">
                        <div class="blog-sidebar">
                            <div class="widget category-widget">
                                <h3>Our Services</h3>
                                <ul>
                                    <li><a href="/studio-photography">Studio Photography</a></li>
                                    <li><a href="/event-coverage">Event Coverage</a></li>
                                    <li><a href="/outdoor-photography">Outdoor Photography</a></li>
                                    <li><a href="/video-production">Video Production</a></li>
                                </ul>
                            </div>
                            <div class="widget wpo-instagram-widget">
                                <div class="widget-title">
                                    <h3>Instagram</h3>
                                </div>
                                <ul class="d-flex">
                                    <li><img src="assets/images/portfolio/birthay shoots/_DSC0572.jpg" alt="Insta 1" style="width:60px;height:60px;object-fit:cover;"></li>
                                    <li><img src="assets/images/portfolio/birthay shoots/_DSC1181.jpg" alt="Insta 2" style="width:60px;height:60px;object-fit:cover;"></li>
                                    <li><img src="assets/images/portfolio/birthay shoots/_DSC5639.jpg" alt="Insta 3" style="width:60px;height:60px;object-fit:cover;"></li>
                                    <li><img src="assets/images/portfolio/birthay shoots/_DSC5843.jpg" alt="Insta 4" style="width:60px;height:60px;object-fit:cover;"></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- end studio photography section -->

        <!-- start wpo-partners-section -->
        <section class="wpo-partners-section section-padding pt-0">
            <h2 class="hidden">Partners</h2>
            <div class="container">
                <div class="row">
                    <div class="col col-xs-12">
                        <div class="partner-grids partners-slider owl-carousel">
                            <div class="grid">
                                <img src="assets/images/partners/1.png" alt>
                            </div>
                            <div class="grid">
                                <img src="assets/images/partners/2.png" alt>
                            </div>
                            <div class="grid">
                                <img src="assets/images/partners/3.png" alt>
                            </div>
                            <div class="grid">
                                <img src="assets/images/partners/4.png" alt>
                            </div>
                            <div class="grid">
                                <img src="assets/images/partners/5.png" alt>
                            </div>
                        </div>
                    </div>
                </div>
            </div> <!-- end container -->
        </section>
        <!-- end wpo-partners-section-->

        <!-- start of wpo-site-footer-section -->
        <?php
        $FooterStyle = 'wpo-site-footer';
        ?>
        <?php include './partials/footer.php' ?>
        <!-- end of wpo-site-footer-section -->

    </div>
    <!-- end of page-wrapper -->

    <?php include './partials/script.php' ?>
</body>

</html>