๐Ÿš€ Hostinger Optimized
๐Ÿ–ฅ๏ธ Server: LiteSpeed
๐Ÿ’ป System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
๐Ÿ‘ค User: skhata (1324)
๐Ÿ˜ PHP: 8.4.20
๐Ÿšซ Disabled: โœจ NONE

๐Ÿ’ป Terminal

๐Ÿ“ /home/skhata/chandrasons.com/public
$

๐Ÿ“„ index.php

๐Ÿ“ Path: //home7/skhata/pimsnepal.com.np/index.php
๐Ÿ“Š Size: 21.8 KB
๐Ÿ”’ Perm: 0644
๐Ÿ“ MIME: text/x-php
<?php
require_once __DIR__ . '/includes/functions.php';
$seo = getSeo('home');
$activeNav = 'home';
require __DIR__ . '/includes/header.php';
?>
<body data-page="home" class="antialiased text-gray-800">
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "<?= e($settings['site_name'] ?? 'PIMS Nepal Pvt. Ltd.') ?>",
  "url": "<?= e(SITE_URL ?: '') ?>",
  "description": "Authorized Tally Partner in Nepal providing Tally software sales, implementation, customization, training and support.",
  "address": { "@type": "PostalAddress", "addressLocality": "Kathmandu", "addressCountry": "NP" },
  "contactPoint": { "@type": "ContactPoint", "telephone": "<?= e($settings['phone'] ?? '') ?>", "contactType": "customer service" }
}
</script>

<!-- ================= HERO ================= -->
<section class="hero-split py-16 lg:py-24">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="grid lg:grid-cols-2 gap-14 lg:gap-20 items-center">
      <div class="hero-text-wrap reveal">
        <div id="hero-text-track" class="hero-text-track"></div>
        <div class="flex flex-wrap items-center gap-5">
          <a id="hero-cta-btn" href="#tally-71" class="btn-primary-brand px-7 py-3.5 rounded-lg font-semibold inline-flex items-center gap-2">Learn More <i class="bi bi-arrow-right"></i></a>
          <a href="contact.php" class="btn-outline-brand-soft px-7 py-3.5 rounded-lg font-semibold inline-flex items-center gap-2"><i class="bi bi-calendar-check"></i> Book Free Demo</a>
          <div class="hero-split-nav !mt-0">
            <button id="hero-slider-prev" class="hero-split-arrow" aria-label="Previous slide"><i class="bi bi-arrow-left"></i></button>
            <button id="hero-slider-next" class="hero-split-arrow" aria-label="Next slide"><i class="bi bi-arrow-right"></i></button>
          </div>
        </div>
        <div id="hero-dots" class="flex gap-2 mt-6"></div>
      </div>

      <div class="hero-orbit reveal">
        <div class="hero-orbit-brand">
          <div class="w-9 h-9 rounded-lg flex items-center justify-center text-white text-sm font-heading font-bold shrink-0" style="background:linear-gradient(135deg,var(--primary),var(--secondary));">
            <i class="bi bi-calculator-fill"></i>
          </div>
          <div class="leading-tight">
            <p class="font-heading font-bold text-gray-800 text-xs">TallyPrime</p>
            <p class="text-[10px] font-semibold" style="color:var(--accent);">v7.1 ยท Latest Release</p>
          </div>
        </div>
        <svg class="hero-orbit-rings" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <circle cx="330" cy="300" r="270" fill="none" stroke="#60A5FA" stroke-width="1.5" opacity=".35"/>
          <circle cx="300" cy="290" r="205" fill="none" stroke="#34D399" stroke-width="1.5" opacity=".4"/>
          <circle cx="315" cy="310" r="150" fill="none" stroke="#F472B6" stroke-width="1.5" opacity=".4"/>
          <circle cx="300" cy="300" r="95" fill="none" stroke="#A78BFA" stroke-width="1.5" opacity=".55"/>
          <circle cx="120" cy="120" r="10" fill="#FBCFE8" opacity=".7"/>
          <circle cx="480" cy="90" r="7" fill="#BFDBFE" opacity=".7"/>
          <circle cx="500" cy="380" r="9" fill="#FDE68A" opacity=".7"/>
          <circle cx="90" cy="430" r="8" fill="#C7D2FE" opacity=".7"/>
          <circle cx="260" cy="55" r="6" fill="#FBCFE8" opacity=".6"/>
        </svg>
        <div class="hero-orbit-center"><i class="bi bi-calculator-fill"></i></div>
        <div class="hero-orbit-chip" style="top:-2%; left:26%; animation-delay:0s;">
          <span class="hero-orbit-chip-icon" style="color:#0D6EFD;"><i class="bi bi-receipt-cutoff"></i></span>
          <span>Invoicing</span>
        </div>
        <div class="hero-orbit-chip" style="top:22%; right:-4%; animation-delay:.6s;">
          <span class="hero-orbit-chip-icon" style="color:#EF4444;"><i class="bi bi-shield-check"></i></span>
          <span>Data Security</span>
        </div>
        <div class="hero-orbit-chip" style="bottom:32%; right:-6%; animation-delay:1.2s;">
          <span class="hero-orbit-chip-icon" style="color:#7C3AED;"><i class="bi bi-graph-up-arrow"></i></span>
          <span>Insights</span>
        </div>
        <div class="hero-orbit-chip hero-orbit-chip--tagged" style="bottom:0%; left:24%; animation-delay:1.8s;">
          <span class="hero-orbit-chip-icon" style="color:#10B981;"><i class="bi bi-mortarboard-fill"></i></span>
          <span>Training</span>
          <span class="hero-orbit-tag">TallyPrime 7.1</span>
        </div>
        <div class="hero-orbit-chip" style="bottom:14%; left:-8%; animation-delay:2.4s;">
          <span class="hero-orbit-chip-icon" style="color:#F59E0B;"><i class="bi bi-headset"></i></span>
          <span>24/7 Support</span>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- ================= TRUST STATS + NEPAL FEATURES STRIP ================= -->
<section class="bg-white border-b border-gray-100 py-8">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="flex flex-wrap items-center justify-center sm:justify-start gap-8 pb-6">
      <span class="badge-pill inline-flex items-center gap-2 font-bold text-white" style="background:linear-gradient(120deg,var(--accent),#B8860B); box-shadow:0 8px 20px -6px rgba(245,158,11,.55);"><i class="bi bi-patch-check-fill"></i> Authorized Tally Gold Partner in Nepal</span>
      <div class="flex items-center gap-8">
        <div class="text-center"><p class="font-heading text-2xl font-bold text-secondary">500+</p><p class="text-sm text-gray-500">Businesses Served</p></div>
        <div class="text-center"><p class="font-heading text-2xl font-bold text-secondary">10+ yrs</p><p class="text-sm text-gray-500">Tally Expertise</p></div>
        <div class="text-center"><p class="font-heading text-2xl font-bold text-secondary">24/7</p><p class="text-sm text-gray-500">Support Access</p></div>
      </div>
    </div>
    <div class="border-t border-gray-100 pt-6 flex flex-wrap items-center justify-center gap-3">
      <span class="text-xs font-bold uppercase tracking-wide text-gray-400 mr-1">TallyPrime 7.1 for Nepal:</span>
      <span class="badge-pill bg-emerald-50 text-emerald-700 inline-flex items-center gap-2"><i class="bi bi-receipt"></i> Nepal VAT &amp; IRD Compliant</span>
      <span class="badge-pill bg-amber-50 text-amber-700 inline-flex items-center gap-2"><i class="bi bi-calendar-event"></i> Nepali Miti (B.S.) Support</span>
      <span class="badge-pill bg-blue-50 text-primary inline-flex items-center gap-2"><i class="bi bi-cloud-check"></i> IRD e-Filing Ready</span>
      <span class="badge-pill bg-purple-50 text-purple-700 inline-flex items-center gap-2"><i class="bi bi-whatsapp"></i> WhatsApp Invoicing</span>
    </div>
  </div>
</section>

<!-- ================= WHY CHOOSE US ================= -->
<section class="py-20 max-w-7xl mx-auto px-5 lg:px-8">
  <div class="text-center max-w-2xl mx-auto mb-14 reveal">
    <p class="section-eyebrow mb-3">Why PIMS Nepal</p>
    <h2 class="font-heading text-3xl md:text-4xl font-bold">Why Choose PIMS Nepal</h2>
  </div>
  <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
    <div class="soft-card p-7 reveal">
      <div class="icon-badge mb-5"><i class="bi bi-patch-check-fill"></i></div>
      <h3 class="font-heading font-semibold text-lg mb-2">Authorized Tally Gold Partner</h3>
      <p class="text-gray-600 text-sm">Certified and trusted implementation partner.</p>
    </div>
    <div class="soft-card p-7 reveal">
      <div class="icon-badge mb-5"><i class="bi bi-headset"></i></div>
      <h3 class="font-heading font-semibold text-lg mb-2">Expert Support</h3>
      <p class="text-gray-600 text-sm">Dedicated remote and onsite support.</p>
    </div>
    <div class="soft-card p-7 reveal">
      <div class="icon-badge mb-5"><i class="bi bi-receipt-cutoff"></i></div>
      <h3 class="font-heading font-semibold text-lg mb-2">Custom Solutions</h3>
      <p class="text-gray-600 text-sm">Industry-specific customizations.</p>
    </div>
    <div class="soft-card p-7 reveal">
      <div class="icon-badge mb-5"><i class="bi bi-mortarboard-fill"></i></div>
      <h3 class="font-heading font-semibold text-lg mb-2">Professional Training</h3>
      <p class="text-gray-600 text-sm">Comprehensive Tally training programs.</p>
    </div>
  </div>
</section>

<!-- ================= TALLYPRIME 7.1 FEATURES ================= -->
<section id="tally-71" class="py-20 bg-[#EAF3FE] scroll-mt-24 overflow-hidden">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="text-center max-w-2xl mx-auto mb-14 reveal">
      <span class="badge-pill bg-amber-100 text-accent inline-flex items-center gap-2 mb-4"><i class="bi bi-stars"></i> Latest Release</span>
      <h2 class="font-heading text-3xl md:text-4xl font-bold">TallyPrime 7.1 โ€” Run Your Business Like a Pro</h2>
      <p class="text-gray-600 mt-4">PIMS Nepal helps you upgrade smoothly and get the most out of TallyPrime's newest accounting features.</p>
    </div>
    <div class="grid lg:grid-cols-2 gap-14 items-center">
      <div class="reveal">
        <div id="tally-features-accordion"></div>
        <a href="downloads.php" class="btn-primary-brand px-7 py-3 rounded-lg font-semibold inline-flex items-center gap-2 mt-8"><i class="bi bi-download"></i> Get TallyPrime 7.1</a>
      </div>
      <div class="reveal relative flex justify-center">
        <div class="absolute -top-4 left-2 md:left-6 z-10 flex items-center gap-3 bg-white rounded-2xl shadow-lg px-4 py-3 border border-blue-50">
          <div class="w-11 h-11 rounded-xl flex items-center justify-center text-white text-lg font-heading font-bold shrink-0" style="background:linear-gradient(135deg,var(--primary),var(--secondary));">
            <i class="bi bi-calculator-fill"></i>
          </div>
          <div class="leading-tight">
            <p class="font-heading font-bold text-gray-800 text-sm">TallyPrime</p>
            <p class="text-xs font-semibold" style="color:var(--accent);">Version 7.1 ยท Latest Release</p>
          </div>
        </div>
        <svg viewBox="0 0 600 460" class="w-full max-w-lg" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Business owner reviewing TallyPrime 7.1 accounting solution on a laptop">
          <line x1="70" y1="410" x2="260" y2="230" stroke="var(--primary)" stroke-opacity=".55" stroke-width="14" stroke-linecap="round" />
          <line x1="300" y1="190" x2="500" y2="70" stroke="var(--primary)" stroke-opacity=".55" stroke-width="14" stroke-linecap="round" />
          <g transform="translate(500,95) rotate(20)">
            <rect x="-7" y="-32" width="14" height="64" rx="7" fill="var(--accent)" />
            <rect x="-32" y="-7" width="64" height="14" rx="7" fill="var(--accent)" />
          </g>
          <ellipse cx="290" cy="420" rx="150" ry="16" fill="#0D6EFD" opacity=".08" />
          <g class="hero-deco" style="animation-delay:.2s">
            <circle cx="150" cy="95" r="34" fill="#fff" filter="drop-shadow(0 8px 14px rgba(13,110,253,.18))" />
            <rect x="136" y="82" width="20" height="26" rx="3" fill="none" stroke="var(--secondary)" stroke-width="2.5" />
            <line x1="141" y1="90" x2="151" y2="90" stroke="var(--secondary)" stroke-width="2" />
            <line x1="141" y1="96" x2="151" y2="96" stroke="var(--secondary)" stroke-width="2" />
            <line x1="150" y1="104" x2="160" y2="94" stroke="var(--accent)" stroke-width="2.5" stroke-linecap="round" />
          </g>
          <g class="hero-deco" style="animation-delay:1.1s">
            <circle cx="300" cy="65" r="34" fill="#fff" filter="drop-shadow(0 8px 14px rgba(13,110,253,.18))" />
            <circle cx="300" cy="65" r="12" fill="none" stroke="var(--primary)" stroke-width="2.5" />
            <path d="M300 53 l4 -6 M292 65 h4 M300 77 l-4 6" fill="none" stroke="var(--primary)" stroke-width="2.5" stroke-linecap="round" />
            <rect x="294" y="60" width="12" height="10" rx="2" fill="var(--primary)" />
          </g>
          <g class="hero-deco" style="animation-delay:2s">
            <circle cx="450" cy="105" r="34" fill="#fff" filter="drop-shadow(0 8px 14px rgba(13,110,253,.18))" />
            <circle cx="450" cy="96" r="10" fill="none" stroke="var(--accent)" stroke-width="2.5" />
            <line x1="450" y1="106" x2="450" y2="113" stroke="var(--accent)" stroke-width="2.5" />
            <line x1="443" y1="116" x2="457" y2="116" stroke="var(--accent)" stroke-width="2.5" stroke-linecap="round" />
            <polyline points="437,88 442,80 447,86 456,72" fill="none" stroke="var(--secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
          </g>
          <g>
            <path d="M230 400 q40 -10 70 -55 q10 -16 -4 -24 q-14 -8 -24 8 q-24 40 -60 48 z" fill="var(--secondary)" opacity=".9" />
            <path d="M330 405 q45 2 78 -40 q12 -15 -2 -25 q-14 -9 -25 6 q-26 34 -66 36 z" fill="var(--accent)" />
            <path d="M255 300 q-10 -55 40 -70 q55 -15 75 30 q14 34 -10 60 q-30 32 -75 20 q-25 -8 -30 -40 z" fill="var(--primary)" />
            <circle cx="300" cy="205" r="34" fill="#FBD9B4" />
            <path d="M268 200 q-4 -40 34 -42 q38 -2 36 34 q-2 -18 -20 -20 q4 10 -4 14 q-6 -14 -18 -12 q4 8 -4 12 q-8 -12 -20 -6 q-4 8 -4 20 z" fill="#3B2A1E" />
            <circle cx="292" cy="208" r="2.4" fill="#3B2A1E" />
            <circle cx="308" cy="208" r="2.4" fill="#3B2A1E" />
            <path d="M292 218 q8 6 16 0" fill="none" stroke="#3B2A1E" stroke-width="2" stroke-linecap="round" />
            <path d="M270 260 q-30 -10 -34 -46" fill="none" stroke="#FBD9B4" stroke-width="14" stroke-linecap="round" />
            <circle cx="236" cy="212" r="9" fill="#FBD9B4" />
            <rect x="233" y="196" width="6" height="16" rx="3" fill="#FBD9B4" />
            <path d="M340 270 q30 10 44 34" fill="none" stroke="#FBD9B4" stroke-width="14" stroke-linecap="round" />
            <g transform="translate(300,330) rotate(-6)">
              <rect x="-58" y="10" width="116" height="10" rx="4" fill="var(--secondary)" />
              <path d="M-52 10 L-40 -46 H40 L52 10 Z" fill="#fff" stroke="var(--secondary)" stroke-width="3" />
              <rect x="-24" y="-32" width="48" height="28" rx="3" fill="#EAF3FE" />
              <rect x="-20" y="-29" width="40" height="9" rx="2" fill="var(--primary)" />
              <text x="0" y="-22" text-anchor="middle" font-family="Poppins, sans-serif" font-size="6" font-weight="700" fill="#fff">TALLY 7.1</text>
              <circle cx="0" cy="-11" r="4" fill="var(--accent)" />
              <line x1="-14" y1="-11" x2="-6" y2="-11" stroke="var(--secondary)" stroke-width="1.6" stroke-linecap="round" />
              <line x1="6" y1="-11" x2="14" y2="-11" stroke="var(--secondary)" stroke-width="1.6" stroke-linecap="round" />
            </g>
          </g>
        </svg>
      </div>
    </div>
  </div>
</section>

<!-- ================= SERVICES ================= -->
<section class="py-20 bg-white">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="text-center max-w-2xl mx-auto mb-14 reveal">
      <p class="section-eyebrow mb-3">What We Offer</p>
      <h2 class="font-heading text-3xl md:text-4xl font-bold">Our Services</h2>
      <p class="text-gray-600 mt-4">End-to-end Tally solutions to help your business run smarter.</p>
    </div>
    <div id="service-grid" data-limit="6" class="grid sm:grid-cols-2 lg:grid-cols-3 gap-6"></div>
    <div class="text-center mt-12">
      <a href="services.php" class="btn-primary-brand px-7 py-3 rounded-lg font-semibold inline-flex items-center gap-2">View All Services <i class="bi bi-arrow-right"></i></a>
    </div>
  </div>
</section>

<!-- ================= INDUSTRIES ================= -->
<section class="py-20 max-w-7xl mx-auto px-5 lg:px-8">
  <div class="text-center max-w-2xl mx-auto mb-14 reveal">
    <p class="section-eyebrow mb-3">Who We Serve</p>
    <h2 class="font-heading text-3xl md:text-4xl font-bold">Industries We Serve</h2>
  </div>
  <div id="industries-grid" class="grid sm:grid-cols-2 md:grid-cols-4 gap-5"></div>
</section>

<!-- ================= GALLERY ================= -->
<section class="py-20 bg-white">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="text-center max-w-2xl mx-auto mb-14 reveal">
      <p class="section-eyebrow mb-3">Take a Look</p>
      <h2 class="font-heading text-3xl md:text-4xl font-bold">Gallery</h2>
      <p class="text-gray-600 mt-4">A glimpse into our training sessions, client visits and team at work.</p>
    </div>
    <div id="gallery-grid" class="grid sm:grid-cols-2 lg:grid-cols-3 gap-5"></div>
  </div>
</section>

<!-- ================= DOWNLOAD TALLYPRIME ================= -->
<section class="py-20 bg-gradient-to-br from-secondary to-primary text-white">
  <div class="max-w-7xl mx-auto px-5 lg:px-8">
    <div class="text-center max-w-2xl mx-auto mb-14 reveal">
      <p class="section-eyebrow text-accent mb-3">Get Started</p>
      <h2 class="font-heading text-3xl md:text-4xl font-bold">Download TallyPrime</h2>
      <p class="text-white/80 mt-4">Get the latest genuine TallyPrime files, manuals and release notes.</p>
    </div>
    <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
      <div class="bg-white/10 backdrop-blur rounded-2xl p-6 reveal">
        <i class="bi bi-cloud-download text-3xl text-accent mb-4"></i>
        <h3 class="font-heading font-semibold mb-2">TallyPrime Latest Version</h3>
        <p class="text-sm text-white/70 mb-5">v7.1 ยท 190 MB</p>
        <a href="downloads.php" class="btn-accent-brand block text-center py-2.5 rounded-lg font-semibold text-sm">Download Now</a>
      </div>
      <div class="bg-white/10 backdrop-blur rounded-2xl p-6 reveal">
        <i class="bi bi-mortarboard text-3xl text-accent mb-4"></i>
        <h3 class="font-heading font-semibold mb-2">Educational Version</h3>
        <p class="text-sm text-white/70 mb-5">v7.1 Edu ยท 190 MB</p>
        <a href="downloads.php" class="btn-accent-brand block text-center py-2.5 rounded-lg font-semibold text-sm">Download Now</a>
      </div>
      <div class="bg-white/10 backdrop-blur rounded-2xl p-6 reveal">
        <i class="bi bi-file-earmark-text text-3xl text-accent mb-4"></i>
        <h3 class="font-heading font-semibold mb-2">Release Notes</h3>
        <p class="text-sm text-white/70 mb-5">v7.1 ยท Details</p>
        <a href="downloads.php" class="btn-outline-brand block text-center py-2.5 rounded-lg font-semibold text-sm border">View Details</a>
      </div>
      <div class="bg-white/10 backdrop-blur rounded-2xl p-6 reveal">
        <i class="bi bi-file-earmark-pdf text-3xl text-accent mb-4"></i>
        <h3 class="font-heading font-semibold mb-2">Installation Manual</h3>
        <p class="text-sm text-white/70 mb-5">PDF ยท 3.4 MB</p>
        <a href="downloads.php" class="btn-outline-brand block text-center py-2.5 rounded-lg font-semibold text-sm border">Download PDF</a>
      </div>
    </div>
  </div>
</section>

<!-- ================= TESTIMONIALS ================= -->
<section class="py-20 max-w-7xl mx-auto px-5 lg:px-8">
  <div class="text-center max-w-2xl mx-auto mb-14 reveal">
    <p class="section-eyebrow mb-3">Client Love</p>
    <h2 class="font-heading text-3xl md:text-4xl font-bold">What Our Clients Say</h2>
  </div>
  <div class="relative max-w-3xl mx-auto">
    <div class="overflow-hidden">
      <div id="testimonial-track" class="testimonial-track"></div>
    </div>
    <button id="testimonial-prev" class="hidden md:flex absolute -left-14 top-1/2 -translate-y-1/2 w-10 h-10 rounded-full bg-white soft-card items-center justify-center"><i class="bi bi-chevron-left"></i></button>
    <button id="testimonial-next" class="hidden md:flex absolute -right-14 top-1/2 -translate-y-1/2 w-10 h-10 rounded-full bg-white soft-card items-center justify-center"><i class="bi bi-chevron-right"></i></button>
    <div id="testimonial-dots" class="flex justify-center gap-2 mt-8"></div>
  </div>
</section>

<!-- ================= TRUSTED BY / PARTNERS ================= -->
<section class="py-14 bg-white border-t border-gray-100">
  <div class="max-w-7xl mx-auto px-5 lg:px-8 text-center">
    <div class="flex flex-wrap items-center justify-center gap-3 mb-8 reveal">
      <p class="trusted-shimmer">Trusted By Businesses Across Nepal</p>
      <span class="trusted-tally-chip inline-flex items-center gap-1.5"><i class="bi bi-patch-check-fill"></i> Powered by TallyPrime</span>
    </div>
    <div class="flex flex-wrap items-center justify-center gap-x-10 gap-y-6">
      <div class="flex items-center gap-2 text-gray-500 font-heading font-semibold">
        <span class="icon-badge" style="width:38px;height:38px;font-size:.8rem;">ST</span> Shrestha Traders
      </div>
      <div class="flex items-center gap-2 text-gray-500 font-heading font-semibold">
        <span class="icon-badge" style="width:38px;height:38px;font-size:.8rem;">HM</span> Himal Manufacturing
      </div>
      <div class="flex items-center gap-2 text-gray-500 font-heading font-semibold">
        <span class="icon-badge" style="width:38px;height:38px;font-size:.8rem;">ER</span> Everest Retail
      </div>
      <div class="flex items-center gap-2 text-gray-500 font-heading font-semibold">
        <span class="icon-badge" style="width:38px;height:38px;font-size:.8rem;">RA</span> Rai Academy
      </div>
    </div>
  </div>
</section>

<!-- ================= CTA ================= -->
<section class="py-20 bg-secondary">
  <div class="max-w-4xl mx-auto px-5 text-center reveal">
    <h2 class="font-heading text-3xl md:text-4xl font-bold text-white mb-5">Need Accounting Solutions for Your Business?</h2>
    <p class="text-white/70 mb-8">Talk to our Tally experts today and find the right solution for your business.</p>
    <div class="flex flex-wrap justify-center gap-4">
      <a href="contact.php" class="btn-accent-brand px-8 py-3.5 rounded-lg font-semibold">Contact Us</a>
      <a href="contact.php" class="btn-outline-brand px-8 py-3.5 rounded-lg font-semibold border">Book Demo</a>
    </div>
  </div>
</section>

<?php require __DIR__ . '/includes/footer.php'; ?>
โ† Back๐Ÿ“ฅ Rawโœ๏ธ Edit๐Ÿ”’ Chmod
โœจ File Manager Magic โœจ