×
Education Healthcare Logistics Real Estate Hospitality
Enterprise Security
Bank-grade encryption with role-based access control and 24/7 threat monitoring. Your data stays protected at every layer.
99.9% Uptime
Cloud-native infrastructure ensures your operations never sleep. Automatic failover and zero-downtime deployments guaranteed.
24/7 Expert Support
Dedicated support team with average 15-min response time. From implementation to ongoing maintenance—we're always by your side.
Our Solutions & Services
Complete Digital Ecosystem
End-to-end ERP solutions and custom development services tailored for every industry.
Ads
Performance Marketing
Maximize ROI with targeted ad campaigns & conversion optimization.
Marketing
Digital Marketing SEO
Data-driven SEO strategies to boost rankings & organic traffic.
Education
School ERP
Complete school management with admissions, fees & more.
Education
Institute ERP
Higher education management with student operations.
Learning
Kang LMS
Learning management for online courses & training.
Healthcare
Hospital ERP
Patient records, appointments & lab management.
Design
Website Design
Stunning, responsive websites crafted for performance & user experience.
Pharma
Pharmaceutical
Pharmacy management with inventory tracking.
View All Services
/* ========== ABOUT SECTION ========== */ .about-section { position: relative; padding: 120px 0 80px 0; overflow: hidden; background: linear-gradient(180deg, #f8f6ff 0%, #fff 30%, #fff 70%, #fef6f0 100%); min-height: 100vh; } /* ========== BACKGROUND DECORATIONS ========== */ /* Top-left wavy blob */ .bg-blob-top { position: absolute; top: -80px; left: -120px; width: 550px; height: 350px; background: linear-gradient(160deg, #e8e0ff 0%, #f0ecff 40%, #fff5f8 70%, #fff0f0 100%); border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%; opacity: 0.7; z-index: 0; filter: blur(0px); } /* Top-right subtle blob */ .bg-blob-top-right { position: absolute; top: -50px; right: -100px; width: 400px; height: 300px; background: linear-gradient(200deg, #fff8f0 0%, #fff5e8 50%, #fff0e0 100%); border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%; opacity: 0.5; z-index: 0; } /* Bottom-right blob */ .bg-blob-bottom { position: absolute; bottom: -150px; right: -200px; width: 700px; height: 500px; background: linear-gradient(180deg, #fff8f0 0%, #fff0e0 30%, #ffe8d0 60%, #ffd8b0 100%); border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%; opacity: 0.45; z-index: 0; } /* Bottom-left subtle blob */ .bg-blob-bottom-left { position: absolute; bottom: -100px; left: -150px; width: 500px; height: 350px; background: linear-gradient(20deg, #f0f8ff 0%, #e8f4ff 50%, #e0f0ff 100%); border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%; opacity: 0.4; z-index: 0; } /* ========== DOT PATTERN ========== */ .dot-pattern { position: absolute; bottom: 60px; left: 0; width: 100%; height: 140px; z-index: 1; pointer-events: none; } /* ========== LEFT IMAGE SECTION ========== */ .image-section { position: relative; display: flex; justify-content: center; align-items: center; z-index: 2; padding: 20px; } .image-wrapper { position: relative; width: 440px; height: 540px; } /* The blob shape container */ .blob-container { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%; } .blob-container img { width: 100%; height: 100%; object-fit: cover; display: block; } /* Gradient overlay on image - INSIDE the blob */ .blob-gradient-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 135deg, rgba(255, 107, 107, 0.35) 0%, rgba(255, 140, 100, 0.25) 20%, rgba(78, 205, 196, 0.2) 40%, rgba(69, 183, 209, 0.3) 60%, rgba(255, 159, 67, 0.25) 80%, rgba(255, 100, 100, 0.3) 100% ); z-index: 2; pointer-events: none; } /* Play button - INSIDE the blob */ .play-btn { position: absolute; top: 38%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 5; cursor: pointer; box-shadow: 0 8px 35px rgba(255, 126, 95, 0.5); transition: all 0.3s ease; border: 4px solid rgba(255, 255, 255, 0.3); } .play-.play-btn i { color: white; font-size: 22px; margin-left: 4px; } /* Text overlay on image - INSIDE the blob */ .image-text-overlay { position: absolute; bottom: 60px; left: 0; right: 0; text-align: center; z-index: 4; padding: 0 20px; } .image-text-overlay h4 { font-size: 15px; font-weight: 800; letter-spacing: 3px; margin-bottom: 8px; color: white; text-shadow: 0 2px 15px rgba(0,0,0,0.4); } .image-text-overlay .brand-name { /* font-size: 24px; font-weight: 900; */ /* color: #362f2f;; */ text-shadow: 0 1px 5px rgba(255,255,255,0.6); /* letter-spacing: 0.5px; */ /* background-color: #2D6A4F; */ display: flex; justify-content: center; } .image-text-overlay .brand-name img { height: 100px; width: 190px; } .image-text-overlay .brand-tagline { font-size: 12.5px; background: linear-gradient( 135deg, rgba(255, 107, 107, 0.35) 0%, rgba(255, 140, 100, 0.25) 20%, rgba(78, 205, 196, 0.2) 40%, rgba(69, 183, 209, 0.3) 60%, rgba(255, 159, 67, 0.25) 80%, rgba(255, 100, 100, 0.3) 100% ); letter-spacing: 1.5px; margin-top: 4px; font-weight: 700; } /* ========== CONTENT SECTION ========== */ .content-section { padding-left: 40px; z-index: 2; position: relative; } .section-label { color: #ff7e5f; font-size: 18px; font-weight: 600; margin-bottom: 12px; display: block; } .section-title { font-size: 44px; font-weight: 800; color: #1a1a3e; line-height: 1.15; margin-bottom: 28px; } .section-description { color: #555; font-size: 16px; line-height: 1.8; margin-bottom: 20px; } /* Decorative dots between paragraphs */ .dot-decoration { display: flex; gap: 10px; margin: 22px 0; align-items: center; } .dot-decoration .dot { width: 8px; height: 8px; border-radius: 50%; background: #ff7e5f; } .dot-decoration .dot: nth-child(2) { background: #4ecdc4; } .dot-decoration .dot: nth-child(3) { background: #45b7d1; } /* ========== PROGRESS BARS ========== */ .skill-item { margin-bottom: 28px; } .skill-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .skill-name { font-size: 15px; font-weight: 600; color: #333; } .skill-percent { font-size: 15px; font-weight: 700; color: #333; } .progress { height: 8px; background: #f0f0f0; border-radius: 10px; overflow: visible; position: relative; } .progress-bar { height: 100%; border-radius: 10px; position: relative; transition: width 1.5s ease; } .progress-bar-1 { background: linear-gradient(90deg, #667eea 0%, #764ba2 40%, #f093fb 100%); width: 92%; } .progress-bar-2 { background: linear-gradient(90deg, #f6d365 0%, #fda085 100%); width: 59%; } .progress-bar-3 { background: linear-gradient(90deg, #a8edea 0%, #fed6e3 40%, #d299c2 100%); width: 95%; } .progress-dot { position: absolute; right: -7px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border-radius: 50%; border: 3px solid white; box-shadow: 0 2px 10px rgba(0,0,0,0.15); } .progress-dot-1 { background: #764ba2; } .progress-dot-2 { background: #fda085; } .progress-dot-3 { background: #d299c2; } /* ========== CTA BUTTON ========== */ .cta-btn { display: inline-flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%); color: white; padding: 16px 38px; border-radius: 50px; font-size: 16px; font-weight: 600; text-decoration: none; border: none; margin-top: 25px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(255, 126, 95, 0.3); } .cta-.cta-btn i { font-size: 14px; } /* ========== YOUTUBE VIDEO MODAL ========== */ .video-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); z-index: 9999; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; } .video-modal-.video-modal-content { position: relative; width: 90%; max-width: 900px; aspect-ratio: 16/9; background: #000; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 80px rgba(0,0,0,0.5); transform: scale(0.8); transition: transform 0.4s ease; } .video-modal-.video-modal-content iframe { width: 100%; height: 100%; border: none; } .video-modal-close { position: absolute; top: -50px; right: 0; width: 40px; height: 40px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; font-size: 18px; color: #333; transition: all 0.3s ease; } .video-modal-/* ========== CHAT WIDGET ========== */ .chat-widget { position: fixed; bottom: 30px; right: 30px; z-index: 1000; display: flex; align-items: center; gap: 12px; } .chat-bubble { background: white; padding: 14px 22px; border-radius: 25px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); font-size: 14px; color: #333; font-weight: 500; } .chat-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 3px solid white; box-shadow: 0 5px 20px rgba(0,0,0,0.15); } .chat-avatar img { width: 100%; height: 100%; object-fit: cover; } /* ========== ANIMATIONS ========== */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } .animate-fade-in { opacity: 0; animation: fadeInUp 0.9s ease forwards; } .delay-1 { animation-delay: 0.15s; } .delay-2 { animation-delay: 0.3s; } .delay-3 { animation-delay: 0.45s; } /* ========== RESPONSIVE ========== */ @media (max-width: 991px) { .image-wrapper { width: 380px; height: 470px; margin: 0 auto 50px; } .section-title { font-size: 34px; } .content-section { padding-left: 0; text-align: center; } .skill-header { text-align: left; } .dot-decoration { justify-content: center; } } @media (max-width: 576px) { .image-wrapper { width: 300px; height: 380px; } .section-title { font-size: 26px; } .play-btn { width: 60px; height: 60px; } .play-btn i { font-size: 18px; } .image-text-overlay .brand-name { font-size: 18px; } }
HOW CAN WE HELP ?
Where Ideas Meet Digital Excellence
About us
12+ Years of Growth,
Strategy & Website &
Digital & Offline
Marketing
At kangaroo Software, we don't just follow trends—we create them.
With 12+ years of experience, we've helped 700+ clients across real estate, education, industrial, healthcare, and other verticals boost their sales, elevate their brand, and dominate online.
Website Design
92%
SEO Audit
59%
Social Media Management & Ads
95%
Start a Project
Our Work
Latest Portfolio
Explore our recent projects—click any image to view it full-size.
Education Website
Web Design
Complete LMS
Web Design
Job Portal
Web Design
Real-estate
Web Design
Development
Skywalker
Web Design
Metal Building
View All Projects
Testimonials
What Our Clients Say
A
Andy
Sydney, Australia
"Kangaroo Software is Web, Mobile, Data analytics, ML, AI based application development company. Our software product contains modern features of AI & ML, Data Engineering and completely based on cloud platform."
M
Matthew
St. Petersburg, USA
"Working with Kangaroo Software was a game-changer for our business. Their expertise in software development is unmatched, and they went above and beyond to understand our needs."
D
Dave
Toronto, Canada
"Exceptional service from start to finish! Kangaroo Software guided us through every step of the development process, offering valuable insights and suggestions along the way."
A
Ashley
London, UK
"Choosing Kangaroo Software was one of the best decisions we made for our project. Their team's technical proficiency and dedication to meeting deadlines ensured a smooth and successful development process."
A
Andy
Sydney, Australia
"Kangaroo Software is Web, Mobile, Data analytics, ML, AI based application development company."
M
Matthew
St. Petersburg, USA
"Working with Kangaroo Software was a game-changer for our business."
D
Dave
Toronto, Canada
"Exceptional service from start to finish!"
A
Ashley
London, UK
"Choosing Kangaroo Software was one of the best decisions we made."
Knowledge Hub
Latest Insights
View All Resources
AI & Data
Whitepaper•Feb 10, 2026•12 min read
The Future of AI in Enterprise SaaS: A 2026 Outlook
How generative AI is reshaping business management software and automation.
Read More
Engineering
Case Study•Jan 28, 2026•8 min read
Scaling Your Custom ERP: Best Practices
How we helped a logistics giant migrate to cloud-native ERP with zero downtime.
Read More
SaaS
E-Book•Jan 15, 2026•15 min read
Mastering the Art of Sales Automation
A guide to automating your sales funnel using CRM and AI-driven lead scoring.
Read More
Let's Build Something Extraordinary
Schedule a free consultation and discover how Kangaroo Software can transform your business with intelligent automation.
[email protected]
+91 8982162739
Full Name
Company
Email
Phone
Message
Send Message
Your trusted partner in innovative software solutions. Specializing in Education ERP, Healthcare Solutions, and Construction Management Systems.
Quick Links
About Us
Contact Us
Career
Digital Marketing
Web Development
Solutions
School ERP
Institute ERP
Kang LMS
Hospital ERP
Software Dev
Contact
H.Q Australia: Level 15, 28 Freshwater Place Southbank VIC 3006 Australia
H.Q. India: Office No. M6 First Floor Kanchan Sagar Palasia, Indore
B.O. India: 1st Floor, Office No. 125, Shagun Tower, Above Apna Sweets Vijay Nagar, Indore
[email protected]
All Rights Reserved. © 2016-2026 Kangaroo Software Pvt. Ltd. | Design By: Kangaroo Software
1
Kangaroo Support
Online now
×