{# ==========================================================
   Franklin Theme v2.0
   Why Choose Dr. Franklin?
========================================================== #}

<section class="why-franklin section">

    <div class="container">

        <div class="row align-items-center gy-5">

            <!-- Left Image -->

            <div class="col-lg-6">

                <div class="why-image">

                    <img src="catalog/view/theme/franklin/image/why-franklin.png"
                         alt="Why Choose Dr. Franklin"
                         class="img-fluid">

                </div>

            </div>

            <!-- Right Content -->

            <div class="col-lg-6">

                <div class="section-title text-start">

                    <span>Why Choose Us</span>

                    <h2>Why Choose Dr. Franklin?</h2>

                    <p>
                        We are committed to providing high-quality herbal
                        wellness products prepared using carefully selected
                        natural ingredients with a customer-first approach.
                    </p>

                </div>

                <div class="why-list">

                    <div class="why-item">

                        <div class="why-icon">

                            <i class="bi bi-flower1"></i>

                        </div>

                        <div>

                            <h5>100% Herbal Ingredients</h5>

                            <p>
                                Carefully selected herbs formulated for daily
                                wellness and long-term health support.
                            </p>

                        </div>

                    </div>

                    <div class="why-item">

                        <div class="why-icon">

                            <i class="bi bi-patch-check"></i>

                        </div>

                        <div>

                            <h5>Premium Quality Products</h5>

                            <p>
                                Every product is prepared with strict quality
                                standards and attention to purity.
                            </p>

                        </div>

                    </div>

                    <div class="why-item">

                        <div class="why-icon">

                            <i class="bi bi-truck"></i>

                        </div>

                        <div>

                            <h5>Cash on Delivery</h5>

                            <p>
                                Convenient nationwide Cash on Delivery service
                                for a simple and secure shopping experience.
                            </p>

                        </div>

                    </div>

                    <div class="why-item">

                        <div class="why-icon">

                            <i class="bi bi-headset"></i>

                        </div>

                        <div>

                            <h5>Dedicated Customer Support</h5>

                            <p>
                                Our friendly support team is always available
                                to assist you with product and order enquiries.
                            </p>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </div>

</section>