Files
Roshan476 fbcee2d2c7 update
2025-12-28 15:51:23 +05:45

33 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- CTA Section style two -->
<section class="cta-section style-two">
<div class="shape">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="1920px" height="500px">
<path fill-rule="evenodd" fill="rgb(19, 29, 52)"
d="M0.000,-0.000 L1920.000,-0.000 L1870.000,399.999 C1866.036,427.614 1847.878,448.943 1820.000,450.000 L0.000,500.000 L0.000,-0.000 Z"/>
</svg>
</div>
<div class="auto-container">
<div class="row">
<div class="col-lg-6">
<div class="text-center wow fadeInUp" data-wow-duration="1500ms">
<div class="image-block">
<div class="image"><img src="assets/images/resource/img1.jpg" alt=""></div>
<div class="offer" data-parallax='{"x": 50}'>
<i class="fa-solid fa-circle-user"></i>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="content wow fadeInUp" data-wow-duration="1500ms">
<h2>Book an <br> Appointment Today!</h2>
<div class="text">Lets connect and discuss your goals one-on-one. </div>
<div class="link-btn"><a href="#" class="theme-btn btn-style-one" data-bs-toggle="modal" data-bs-target="#contactModal" ><span>Book Now</span></a></div>
</div>
</div>
</div>
</div>
</section>