<?php
$page_title = "About Lawcify | Legal, Compliance & Corporate Advisory Experts";
$page_desc  = "About Lawcify | Legal, Compliance & Corporate Advisory Experts";

include(__DIR__ . '/includes/header.php');
?>

<div class="container-fluid page-hero"
     style="background-image:url('/img/About Lawcify.png');">

    <div class="hero-inner">
        <h1 class="hero-title">About Lawcify</h1>
        <p class="hero-subtitle">
            Legal, Compliance & Corporate Advisory Experts.
        </p>
    </div>

</div>



    <!-- Full Screen Search Start -->
    <div class="modal fade" id="searchModal" tabindex="-1">
        <div class="modal-dialog modal-fullscreen">
            <div class="modal-content" style="background: rgba(9, 30, 62, .7);">
                <div class="modal-header border-0">
                    <button type="button" class="btn bg-white btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                </div>
                <div class="modal-body d-flex align-items-center justify-content-center">
                    <div class="input-group" style="max-width: 600px;">
                        <input type="text" class="form-control bg-transparent border-primary p-3" placeholder="Type search keyword">
                        <button class="btn btn-primary px-4"><i class="bi bi-search"></i></button>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Full Screen Search End -->


<!-- ===========================
     FOUNDER SECTION
=========================== -->
<section class="founder-section py-5">
  <div class="container">
    <div class="row align-items-center">

      <!-- Founder Image -->
      <div class="col-lg-4 col-md-5 text-center mb-4 mb-md-0">
        <img 
          src="img/Ashu Batra.jpeg" 
          alt="Founder - Lawcify"
          class="img-fluid rounded shadow"
          style="max-width: 260px;">
      </div>

      <!-- Founder Content -->
      <div class="col-lg-8 col-md-7">
        <h1 class="mb-2">Founder & Principal Advisor</h1>
        <h5 style="color:#8b5a2b;">Lawcify Consulting</h5>

        <p class="mt-3">
          The vision behind <strong>Lawcify</strong> is to simplify legal, regulatory,
          and compliance frameworks for businesses in India.
          With hands-on experience in <strong>corporate law, taxation, FEMA, RBI compliance,
          FDI advisory, mergers & acquisitions, and startup structuring</strong>,
          the founder leads Lawcify with a strong focus on practical solutions and long-term business growth.
        </p>

        <p>
          Lawcify was built to act not just as a service provider,
          but as a <strong>trusted advisory partner</strong> for startups, SMEs,
          investors, and growing enterprises navigating complex regulatory environments.
        </p>
      </div>

    </div>
  </div>
</section>

    <!-- About Start -->
    <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
        <div class="container py-5">
            <div class="row g-5">
                <div class="col-lg-7">
                    <div class="section-title position-relative pb-3 mb-5">
                        <h5 class="fw-bold text-primary text-uppercase">About Us</h5>
                        <h2 class="mb-0">Trusted Legal, Compliance & Advisory Partner for Growing Businesses</h2>
                    </div>
                    <p class="mb-4">At Lawcify, we help businesses navigate complex legal, regulatory, and compliance requirements with clarity and confidence.
					From business setup and corporate compliance to FDI advisory, mergers & acquisitions, taxation, and regulatory filings, we provide end-to-end professional support tailored to startups, SMEs, and growing enterprises.

					Our approach is simple — practical advice, transparent processes, and long-term business support. We don’t just file documents; we help businesses make informed decisions that support sustainable growth.

					With a strong understanding of Indian laws and evolving regulatory frameworks, Lawcify acts as a strategic advisory partner, ensuring that compliance never becomes a roadblock to expansion.</p>
                    <div class="row g-0 mb-3">
                        <div class="col-sm-6 wow zoomIn" data-wow-delay="0.2s">
                            <h5 class="mb-3"><i class="fa fa-check text-primary me-3"></i>Expert Advisory Team</h5>
                            <h5 class="mb-3"><i class="fa fa-check text-primary me-3"></i>End-to-End Support</h5>
                        </div>
                        <div class="col-sm-6 wow zoomIn" data-wow-delay="0.4s">
                            <h5 class="mb-3"><i class="fa fa-check text-primary me-3"></i>Business-First Approach</h5>
                            <h5 class="mb-3"><i class="fa fa-check text-primary me-3"></i>Transparent & Reliable</h5>
                        </div>
                    </div>
                    <a href="contact.html" class="btn btn-primary py-3 px-5 mt-3 wow zoomIn" data-wow-delay="0.9s">Request A Quote</a>
                </div>
                <div class="col-lg-5" style="min-height: 500px;">
                    <div class="position-relative h-100">
                        <img class="position-absolute w-100 h-100 rounded wow zoomIn" data-wow-delay="0.9s" src="img/about.jpg" style="object-fit: cover;">
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- About End -->
	
<!-- ===========================
     MISSION & VISION SECTION
=========================== -->
<section class="mission-vision-section py-5 bg-light">
  <div class="container">
    <div class="row">

      <!-- Our Mission -->
      <div class="col-lg-6 mb-4">
        <div class="p-4 bg-white rounded shadow-sm h-100">
          <h4 class="mb-3">Our Mission</h4>
          <p>
            Our mission is to empower businesses with
            <strong>clear, reliable, and compliant legal solutions</strong>.
            We aim to remove complexity from regulatory processes and
            help entrepreneurs and companies focus on building and scaling
            their businesses with confidence.
          </p>
          <p>
            Lawcify is committed to delivering
            <strong>transparent advisory, timely execution, and compliance-driven growth</strong>
            across every stage of a business lifecycle.
          </p>
        </div>
      </div>

      <!-- Our Vision -->
      <div class="col-lg-6 mb-4">
        <div class="p-4 bg-white rounded shadow-sm h-100">
          <h4 class="mb-3">Our Vision</h4>
          <p>
            Our vision is to become a
            <strong>leading legal & compliance advisory firm in India</strong>,
            known for trust, professionalism, and strategic insight.
          </p>
          <p>
            We envision a business ecosystem where
            compliance is not a burden but a strong foundation
            for sustainable growth, investment readiness,
            and long-term success.
          </p>
        </div>
      </div>

    </div>
  </div>
</section>

    <!-- Team Start -->
    <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
        <div class="container py-5">
            <div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
                <h5 class="fw-bold text-primary text-uppercase">Team Members</h5>
                <h1 class="mb-0">Professional Stuffs Ready to Help Your Business</h1>
            </div>
            <div class="row g-5">
                <div class="col-lg-4 wow slideInUp" data-wow-delay="0.3s">
                    <div class="team-item bg-light rounded overflow-hidden">
                        <div class="team-img position-relative overflow-hidden">
                            <img class="img-fluid w-100" src="img/Pawan.png" alt="">
                            <div class="team-social">
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-twitter fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-facebook-f fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-instagram fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-linkedin-in fw-normal"></i></a>
                            </div>
                        </div>
                        <div class="text-center py-4">
                            <h4 class="text-primary">Pawan</h4>
                            <p class="text-uppercase m-0">Designation</p>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 wow slideInUp" data-wow-delay="0.6s">
                    <div class="team-item bg-light rounded overflow-hidden">
                        <div class="team-img position-relative overflow-hidden">
                            <img class="img-fluid w-100" src="img/Tarun.png" alt="">
                            <div class="team-social">
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-twitter fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-facebook-f fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-instagram fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-linkedin-in fw-normal"></i></a>
                            </div>
                        </div>
                        <div class="text-center py-4">
                            <h4 class="text-primary">Tarun</h4>
                            <p class="text-uppercase m-0">Designation</p>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 wow slideInUp" data-wow-delay="0.9s">
                    <div class="team-item bg-light rounded overflow-hidden">
                        <div class="team-img position-relative overflow-hidden">
                            <img class="img-fluid w-100" src="img/Chandrakant.png" alt="">
                            <div class="team-social">
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-twitter fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-facebook-f fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-instagram fw-normal"></i></a>
                                <a class="btn btn-lg btn-primary btn-lg-square rounded" href=""><i class="fab fa-linkedin-in fw-normal"></i></a>
                            </div>
                        </div>
                        <div class="text-center py-4">
                            <h4 class="text-primary">Chandrakant</h4>
                            <p class="text-uppercase m-0">Designation</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Team End -->

<?php include(__DIR__ . '/includes/footer.php'); ?>