<!DOCTYPE html>
<html lang="en">
<head>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-607790549"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-607790549');
</script>


<!-- Event snippet for lead form digitalmarketing/onlinecourse conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': 'AW-607790549/Ql58CPivj88bENXL6KEC',
      'value': 1.0,
      'currency': 'INR'
  });
</script>




<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Online MBA Admission 2026 | IRS Educate</title>

<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<style>

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#081120;
    color:#fff;
    overflow-x:hidden;
}

.hero{
    background:
    linear-gradient(rgba(5,10,25,0.85),rgba(5,10,25,0.92)),
    url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600');
    background-size:cover;
    background-position:center;
    padding:100px 20px;
    position:relative;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.hero-content{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:50px;
    align-items:center;
}

.badge{
    display:inline-block;
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.15);
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    backdrop-filter:blur(10px);
}

.hero h1{
    font-size:58px;
    line-height:1.1;
    font-family:'Outfit',sans-serif;
    margin-bottom:20px;
}

.hero h1 span{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero p{
    font-size:19px;
    color:#d0d7e2;
    line-height:1.7;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn{
    padding:15px 32px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    display:inline-block;
}

.btn-primary{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    color:#fff;
}

.btn-primary:hover{
    transform:translateY(-3px);
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
}

.glass-box{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter:blur(18px);
    border-radius:22px;
    padding:35px;
}

.glass-box h3{
    font-size:28px;
    margin-bottom:15px;
    font-family:'Outfit',sans-serif;
}

.glass-box p{
    font-size:15px;
    margin-bottom:20px;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
}

.form-group input{
    width:100%;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#fff;
    font-size:15px;
}

.submit-btn{
    width:100%;
    padding:16px;
    border:none;
    border-radius:12px;
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
}

.section{
    padding:80px 20px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:42px;
    margin-bottom:15px;
    font-family:'Outfit',sans-serif;
}

.section-title p{
    color:#b8c3d6;
    font-size:18px;
}

.university-grid,
.course-grid,
.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;
    padding:30px;
    transition:0.4s;
}

.card:hover{
    transform:translateY(-8px);
    border-color:#7C3AED;
}

.card h3{
    margin-bottom:15px;
    font-size:24px;
    font-family:'Outfit',sans-serif;
}

.card p{
    color:#cdd5e3;
    line-height:1.7;
    margin-bottom:20px;
}

.card a{
    display:inline-block;
    margin-top:10px;
    color:#06B6D4;
    text-decoration:none;
    font-weight:700;
}

.features{
    text-align:center;
}

.features h3{
    margin-top:15px;
    font-size:22px;
}

.cta{
    text-align:center;
    background:linear-gradient(135deg,#7C3AED,#06B6D4);
    border-radius:30px;
    padding:70px 30px;
}

.cta h2{
    font-size:48px;
    margin-bottom:20px;
    font-family:'Outfit',sans-serif;
}

.cta p{
    font-size:20px;
    margin-bottom:35px;
}

.sticky-whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:9999;
}

.sticky-whatsapp a{
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:16px 22px;
    border-radius:50px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

@media(max-width:991px){

.hero-content{
    grid-template-columns:1fr;
}

.hero h1{
    font-size:40px;
}

.section-title h2{
    font-size:32px;
}

.cta h2{
    font-size:34px;
}

}

</style>
</head>

<body>

<section class="hero">

<div class="container">

<div class="hero-content">

<div>

<div class="badge">
UGC Approved • NAAC A++ • Placement Support
</div>

<h1>
Upgrade Your Career With
<span>AI Powered Online MBA</span>
</h1>

<p>
Get admission in top ranked online MBA programs with internship, placement support, AI masterclasses, and industry-focused curriculum.
</p>

<p>
Admission Support Center for Sangli | Kolhapur | Solapur | Satara | Pune | Belgavi, Students.
</p>
<p>Be Part of 25,000+ Future-Ready Learners</p>

<div class="hero-buttons">

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission%20details"
class="btn btn-whatsapp" target="_blank">
Apply on WhatsApp
</a>


</div>

</div>
<section id="Book-Free-Career-Counselling">
<div class="glass-box" id="leadform">

<h3>Book Free Career Counselling</h3>
<a href="https://irs-educate.com/onlinecourse/mba#Book-Free-Career-Counselling">
<p>
Talk with our admission expert and choose the right MBA specialization.
</p> </a>

<form action="https://script.google.com/macros/s/AKfycbxvvAikUlzXNPe0qJa2N5Caicz2Wv4W8IHjPfy5FjEBoyUek7ncX3nAo-ySSy3eEz65/exec" method="POST">

<div class="form-group">
<label>Mobile Number</label>
<input type="text" name="phone" placeholder="Enter Mobile Number" required>
</div>

<div class="form-group">
<label>Full Name</label>
<input type="text" name="name" placeholder="Enter Full Name" required>
</div>

<div class="form-group">
<label>Email</label>
<input type="email" name="email" placeholder="Enter Email Address" required>
</div>

<button class="submit-btn">
Apply Now
</button>

</form>

</div>

</div>

</div>

</section>


<!-- UNIVERSITY SECTION -->
<section id="UGC-University">
<section class="section">

<div class="container">

<div class="section-title">
<a href="https://irs-educate.com/onlinecourse/mba#UGC-University">

<h2>Our University Partners</h2>
</a>
<p>Top Ranked UGC Approved Universities</p>
</div>

<div class="university-grid">

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/dyp-online-logo.png" alt="D.Y. Patil University">
<h3>D.Y. Patil University</h3>
</div>

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/Jain-Online-logo.png" alt="Jain University">
<h3>Jain University</h3>
</div>

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/CU-Black-logo@2x.png" alt="Chandigarh University">
<h3>Chandigarh University</h3>
</div>

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/au-logo.png" alt="Andhra University">
<h3>Andhra University</h3>
</div>

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/OPJ-logo.png" alt="O.P. Jindal Global University">
<h3>O.P. Jindal Global University</h3>
</div>

<div class="card university-card">
<img src="https://irs-educate.com/wp-content/uploads/2026/05/kuk-logo.png" alt="Kurukshetra University">
<h3>Kurukshetra University</h3>
</div>

</div>

</div>

</section>

<style>


.university-card{
    text-align:center;
    padding:35px 25px;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.university-card img{
    width:140px;
    height:90px;
    object-fit:contain;
    margin-bottom:20px;
    transition:0.4s;
}

.university-card:hover img{
    transform:scale(1.08);
}

.university-card h3{
    font-size:20px;
    line-height:1.4;
    color:#111827;
}

</style>




<!-- MBA SPECIALIZATIONS SECTION -->
<section id="specializations">
<section class="section">

<div class="container">

<div class="section-title">
<h2> <a href="https://irs-educate.com/onlinecourse/mba#specializations"> MBA Specializations</h2> </a>
<p>Choose Your Future Career Program</p>
</div>

<div class="course-grid">

<!-- CARD 1 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200"
alt="MBA Digital Marketing">

<div class="course-content">

<h3>MBA in Digital Marketing</h3>

<p>
Learn SEO, Google Ads, Social Media Marketing, AI tools and analytics.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20Digital%20Marketing%20details">
Apply Now →
</a>

</div>

</div>

<!-- CARD 2 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1200"
alt="MBA Finance">

<div class="course-content">

<h3>MBA in Finance</h3>

<p>
Master financial planning, investment strategies and risk management.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20Finance%20details">
Apply Now →
</a>

</div>

</div>

<!-- CARD 3 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1200"
alt="MBA HR">

<div class="course-content">

<h3>MBA in HR Management</h3>

<p>
Learn talent management, HR systems and employee engagement.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20HR%20details">
Apply Now →
</a>

</div>

</div>

<!-- CARD 4 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200"
alt="MBA Data Science">

<div class="course-content">

<h3>MBA in Data Science</h3>

<p>
Learn business analytics, AI-powered reporting and predictive analysis.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20Data%20Science%20details">
Apply Now →
</a>

</div>

</div>

<!-- CARD 5 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=1200"
alt="MBA Logistics">

<div class="course-content">

<h3>MBA in Logistics</h3>

<p>
Learn procurement, supply chain and logistics management systems.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20Logistics%20details">
Apply Now →
</a>

</div>

</div>

<!-- CARD 6 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?q=80&w=1200"
alt="MBA Healthcare">

<div class="course-content">

<h3>MBA in Healthcare</h3>

<p>
Master hospital management and healthcare administration skills.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20Healthcare%20details">
Apply Now →
</a>

</div>

</div>




<!-- CARD 7 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200"
alt="Product Management">

<div class="course-content">

<h3>Product Management</h3>

<p>
Build products people actually want to use.
</p>

<a href="https://wa.me/919881762072?text=I%20want%20MBA%20ProductManagement%20details">
Apply Now →
</a>

</div>

</div>


<!-- CARD 8 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200"
alt="Marketing & Sales Management">

<div class="course-content">

<h3>Marketing & Sales Management</h3>

<p>
Drive revenue, growth, and customer acquisition
</p>

<a href="https://wa.me/919881762072?text=I%20want%20Marketing&SalesManagement%20details">
Apply Now →
</a>

</div>

</div>


<!-- CARD 9 -->

<div class="card course-card">

<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200"
alt="E-commerce & Retail Management">

<div class="course-content">

<h3>E-commerce & Retail Management</h3>

<p>
Run stores, merchandising, and customer experience
</p>

<a href="https://wa.me/919881762072?text=I%20want%20Ecommerce&RetailManagement%20details">
Apply Now →
</a>

</div>

</div>






</section>

<style>

.course-card{
    overflow:hidden;
    padding:0;
    background:#111827;
    border-radius:24px;
    transition:0.4s;
    border:1px solid rgba(255,255,255,0.08);
}

.course-card:hover{
    transform:translateY(-10px);
    border-color:#7C3AED;
    box-shadow:0 20px 40px rgba(124,58,237,0.25);
}

.course-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.course-content{
    padding:28px;
}

.course-content h3{
    font-size:26px;
    margin-bottom:15px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.course-content p{
    color:#cbd5e1;
    line-height:1.7;
    margin-bottom:20px;
}

.course-content a{
    display:inline-block;
    color:#06B6D4;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.course-content a:hover{
    color:#7C3AED;
}

</style>






<!-- PROGRAM FEES SECTION -->
<section id="fees">
<section class="section fees-section">

<div class="container">

<div class="section-title">
<a href="https://irs-educate.com/onlinecourse/mba#fees"> <h2>Program Fees Structure</h2> </a>
<p>Affordable MBA Program With Flexible Payment & EMI Options</p>
</div>

<div class="fees-wrapper">

<div class="fees-left">

<span class="fees-badge">
💳 ZERO COST EMI AVAILABLE
</span>

<h2>
Invest In Your 
<span>Future Career Growth</span>
</h2>

<p>
Get admission in a UGC Approved Online MBA program with affordable fee structure and easy monthly EMI options.
</p>

<div class="emi-highlight">

✔ Zero Rate of Interest EMI Available  
✔ Instant Education Loan Assistance  
✔ Flexible Monthly Payment Plans  
✔ Easy Admission Process

</div>

<div class="fees-buttons">

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20fees%20details"
target="_blank"
class="fees-btn whatsapp-btn">

💬 WhatsApp Counselling

</a>


<a href="#leadform"
class="fees-btn apply-btn">

Apply Now

</a>

</div>

</div>

<div class="fees-table-card">

<table class="fees-table">

<thead>

<tr>
<th>Category</th>
<th>Semester Fee</th>
<th>Annual Fee</th>
<th>Total Fee</th>
</tr>

</thead>

<tbody>

<tr>
<td>Program Fees</td>
<td>₹45,000*</td>
<td>₹87,500</td>
<td>₹1,75,000</td>
</tr>

</tbody>

</table>

<div class="fees-note">

* EMI & Education Loan Options Available For Eligible Students

</div>

</div>

</div>

</div>

</section>

<style>

.fees-section{
    background:#081120;
}

.fees-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.fees-left{
    background:linear-gradient(135deg,#0F172A,#111827);
    padding:50px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.08);
    position:relative;
    overflow:hidden;
}

.fees-left::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(6,182,212,0.16);
    filter:blur(100px);
    bottom:-100px;
    left:-80px;
}

.fees-badge{
    display:inline-block;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    color:#fff;
}

.fees-left h2{
    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.fees-left h2 span{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.fees-left p{
    font-size:18px;
    line-height:1.8;
    color:#cbd5e1;
    margin-bottom:25px;
}

.emi-highlight{
    background:rgba(255,255,255,0.05);
    padding:24px;
    border-radius:18px;
    line-height:2;
    color:#fff;
    margin-bottom:30px;
}

.fees-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.fees-btn{
    padding:16px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.apply-btn{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    color:#fff;
}

.fees-btn:hover{
    transform:translateY(-4px);
}

.fees-table-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.fees-table{
    width:100%;
    border-collapse:collapse;
}

.fees-table thead{
    background:#7C3AED;
    color:#fff;
}

.fees-table th{
    padding:18px;
    font-size:16px;
}

.fees-table td{
    padding:20px;
    text-align:center;
    font-size:18px;
    border-bottom:1px solid #e5e7eb;
    color:#111827;
    font-weight:600;
}

.fees-note{
    margin-top:25px;
    background:#ecfeff;
    color:#0f172a;
    padding:18px;
    border-radius:14px;
    text-align:center;
    font-weight:600;
}

@media(max-width:991px){

.fees-wrapper{
    grid-template-columns:1fr;
}

.fees-left{
    padding:35px;
}

.fees-left h2{
    font-size:34px;
}

.fees-table-card{
    overflow-x:auto;
}

}

</style>











<!-- WHY CHOOSE IRS EDUCATE SECTION -->
<section id="Why-Choose-IRS-Educate">
<section class="section">

<div class="container">

<div class="section-title"> 
<a href="https://irs-educate.com/onlinecourse/mba#Why-Choose-IRS-Educate">
<h2>Why Choose IRS Educate?</h2>  
</a>
<p>Future Ready MBA Learning Experience</p>
</div>

<div class="feature-grid">

<!-- CARD 1 -->

<div class="card feature-card">

<img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1200"
alt="AI Learning">

<div class="feature-content">

<h3>AI Masterclasses</h3>

<p>
Learn Generative AI tools, automation, AI-powered analytics, and future-ready digital skills.
</p>

</div>

</div>

<!-- CARD 2 -->

<div class="card feature-card">

<img src="https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1200"
alt="Placement Support">

<div class="feature-content">

<h3>Placement Support</h3>

<p>
Get resume building, interview preparation, career mentoring, and job assistance support.
</p>

</div>

</div>

<!-- CARD 3 -->

<div class="card feature-card">

<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200"
alt="Industry Experts">

<div class="feature-content">

<h3>Industry Experts</h3>

<p>
Learn from experienced faculty members, guest lecturers, and industry leaders.
</p>

</div>

</div>

<!-- CARD 4 -->

<div class="card feature-card">

<img src="https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1200"
alt="Flexible Learning">

<div class="feature-content">

<h3>Flexible Online Learning</h3>

<p>
Study anytime, anywhere with live online classes and self-paced learning support.
</p>

</div>

</div>

</div>

</div>

</section>

<style>

.feature-card{
    overflow:hidden;
    padding:0;
    background:#111827;
    border-radius:24px;
    transition:0.4s;
    border:1px solid rgba(255,255,255,0.08);
}

.feature-card:hover{
    transform:translateY(-10px);
    border-color:#06B6D4;
    box-shadow:0 20px 40px rgba(6,182,212,0.22);
}

.feature-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.feature-content{
    padding:28px;
}

.feature-content h3{
    font-size:26px;
    margin-bottom:15px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.feature-content p{
    color:#cbd5e1;
    line-height:1.7;
}

</style>




<!-- ELIGIBILITY SECTION -->

<section class="section">

<div class="container">

<div class="eligibility-section">

<div class="eligibility-image">

<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200"
alt="MBA Eligibility">

</div>

<div class="eligibility-content">

<span class="eligibility-badge">
🎓 MBA Admission Eligibility
</span>

<h2>
Check Your 
<span>Eligibility Criteria</span>
</h2>

<p>
Candidates who have completed their bachelor's degree or equivalent degree from any recognized university with minimum 40% marks are eligible to apply for the Online MBA program.
</p>

<div class="eligibility-points">

<div class="eligibility-point">
✔ Bachelor's Degree Required
</div>

<div class="eligibility-point">
✔ Minimum 40% Marks
</div>

<div class="eligibility-point">
✔ Recognized University Accepted
</div>

<div class="eligibility-point">
✔ Working Professionals Can Apply
</div>

</div>

<div class="eligibility-buttons">

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20eligibility%20details"
class="eligibility-btn eligibility-whatsapp"
target="_blank">

💬 WhatsApp Counselling

</a>

<a href="#leadform"
class="eligibility-btn eligibility-apply">

Apply Now

</a>

</div>

</div>

</div>

</div>

</section>

<style>

.eligibility-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
    background:linear-gradient(135deg,#0F172A,#111827);
    border-radius:30px;
    padding:60px;
    border:1px solid rgba(255,255,255,0.08);
    overflow:hidden;
    position:relative;
}

.eligibility-section::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(6,182,212,0.15);
    filter:blur(100px);
    bottom:-80px;
    left:-50px;
}

.eligibility-image img{
    width:100%;
    border-radius:24px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
}

.eligibility-badge{
    display:inline-block;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    color:#fff;
}

.eligibility-content h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.eligibility-content h2 span{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.eligibility-content p{
    font-size:18px;
    line-height:1.8;
    color:#cbd5e1;
    margin-bottom:30px;
}

.eligibility-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-bottom:35px;
}

.eligibility-point{
    background:rgba(255,255,255,0.05);
    padding:14px 18px;
    border-radius:12px;
    color:#fff;
    font-size:15px;
}

.eligibility-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.eligibility-btn{
    padding:16px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    display:inline-block;
}

.eligibility-whatsapp{
    background:#25D366;
    color:#fff;
}

.eligibility-apply{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    color:#fff;
}

.eligibility-btn:hover{
    transform:translateY(-4px);
}

@media(max-width:991px){

.eligibility-section{
    grid-template-columns:1fr;
    padding:35px;
}

.eligibility-content h2{
    font-size:34px;
}

.eligibility-points{
    grid-template-columns:1fr;
}

}

</style>







<section class="section">

<div class="container">

<div class="cta">

<h2>Admissions Open For 2026</h2>

<p>
Limited Seats Available For Online MBA Programs
</p>

<div class="hero-buttons" style="justify-content:center;">

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission"
class="btn btn-whatsapp">
Talk on WhatsApp
</a>

<a href="#leadform" class="btn btn-primary">
Apply For Admission
</a>

</div>

</div>

</div>

</section>

<div class="sticky-whatsapp">
<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission">
💬 WhatsApp
</a>
</div>

<script>

document.querySelector("form").addEventListener("submit", function(e){

e.preventDefault();

const form = this;

fetch(form.action,{
method:"POST",
body:new FormData(form)
})

.then(response=>response.text())

.then(result=>{

window.dataLayer = window.dataLayer || [];

window.dataLayer.push({
event:"lead_form_submit"
});

document.body.insertAdjacentHTML("beforeend",`

<div id="thankPopup" style="
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
">

<div style="
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
max-width:400px;
width:90%;
">

<h2 style="color:#000;margin-bottom:15px;">
✅ Thank You!
</h2>

<p style="color:#555;line-height:1.7;">
Our admission expert will contact you shortly.
</p>

<a href="https://wa.me/919881762072?text=Hi%20I%20have%20submitted%20MBA%20admission%20form"
target="_blank"
style="
display:inline-block;
margin-top:20px;
background:#25D366;
color:#fff;
padding:14px 28px;
border-radius:10px;
text-decoration:none;
font-weight:700;
">
Connect on WhatsApp
</a>

<br><br>

<button onclick="document.getElementById('thankPopup').remove()"
style="
background:#7C3AED;
border:none;
padding:10px 25px;
border-radius:8px;
color:#fff;
cursor:pointer;
">
Close
</button>

</div>

</div>

`);

form.reset();

})

.catch(error=>{
alert("Something went wrong!");
console.log(error);
});

});

</script>



<!-- FAQ SECTION -->

<section class="section faq-section">

<div class="container">

<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>Get Answers To Common Admission & Online Learning Questions</p>
</div>

<div class="faq-container">

<!-- FAQ ITEM -->

<div class="faq-item active">

<button class="faq-question">
Where can I see the academic calendar for my degree program?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Students can see their academic calendar in the student zone accessible through the LMS.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
How are online classes conducted?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Online classes are conducted through live lectures, pre-recorded videos, interactive discussions, and virtual classrooms. Students can attend live or watch recordings later as per their convenience.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
Can I interact with faculty and classmates in an online program?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, students can interact with faculty and classmates through discussion forums, live sessions, chat support, and virtual classrooms.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
How do I access my course?
<span>+</span>
</button>

<div class="faq-answer">
<p>
After receiving LMS login credentials, students can access live classes, recordings, assignments, study material, and academic updates anytime 24X7.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
How does online learning work?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Our online learning platform provides access to lectures, assignments, discussions, and digital resources through an easy-to-use interface accessible from anywhere.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
How are exams and assessments conducted?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Exams are conducted through secure remote online proctoring systems. Assessments may include quizzes, assignments, projects, and online examinations.
</p>
</div>

</div>

<!-- FAQ ITEM -->

<div class="faq-item">

<button class="faq-question">
How do I apply for an online program?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Simply fill out the admission inquiry form or contact our admission counsellor on WhatsApp to start your application process.
</p>
</div>

</div>

<!-- ADDITIONAL FAQ -->

<div class="faq-item">

<button class="faq-question">
Is the online MBA degree UGC approved?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, the online MBA programs are offered through UGC Entitled and NAAC Accredited universities.
</p>
</div>

</div>

<div class="faq-item">

<button class="faq-question">
Is placement support available?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, students receive placement assistance including resume building, interview preparation, and career mentoring support.
</p>
</div>

</div>

<div class="faq-item">

<button class="faq-question">
Can working professionals apply for online MBA?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, the flexible online learning model is specially designed for working professionals and business owners.
</p>
</div>

</div>

<div class="faq-item">

<button class="faq-question">
Are EMI and education loan options available?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, zero cost EMI and education loan assistance options are available for eligible students.
</p>
</div>

</div>

<div class="faq-item">

<button class="faq-question">
Will I get recorded lectures?
<span>+</span>
</button>

<div class="faq-answer">
<p>
Yes, students can access recorded lectures and study materials anytime through the LMS portal.
</p>
</div>

</div>

</div>

<div class="faq-cta">

<h3>
Still Have Questions?
</h3>

<p>
Talk with our admission expert for free counselling and career guidance.
</p>

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission%20details"
target="_blank">

💬 WhatsApp Counselling

</a>

</div>

</div>

</section>

<style>

.faq-section{
    background:#081120;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    transition:0.3s;
}

.faq-item.active{
    border-color:#7C3AED;
}

.faq-question{
    width:100%;
    background:none;
    border:none;
    color:#fff;
    text-align:left;
    padding:24px 28px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    font-size:28px;
    color:#06B6D4;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
}

.faq-answer p{
    padding:0 28px 24px;
    color:#cbd5e1;
    line-height:1.8;
    font-size:16px;
}

.faq-item.active .faq-answer{
    max-height:300px;
}

.faq-cta{
    text-align:center;
    margin-top:60px;
}

.faq-cta h3{
    font-size:36px;
    margin-bottom:15px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.faq-cta p{
    color:#cbd5e1;
    margin-bottom:25px;
    font-size:18px;
}

.faq-cta a{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:16px 32px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.faq-cta a:hover{
    transform:translateY(-4px);
}

@media(max-width:768px){

.faq-question{
    font-size:16px;
    padding:20px;
}

.faq-answer p{
    padding:0 20px 20px;
}

.faq-cta h3{
    font-size:28px;
}

}

</style>

<script>

const faqItems = document.querySelectorAll(".faq-item");

faqItems.forEach(item => {

const question = item.querySelector(".faq-question");

question.addEventListener("click", () => {

item.classList.toggle("active");

});

});

</script>







<!-- CONTACT US SECTION -->

<section class="section contact-section">

<div class="container">

<div class="section-title">
<h2>Contact IRS Educate</h2>
<p>Talk With Our Admission & Career Guidance Team</p>
</div>

<div class="contact-wrapper">

<!-- GOOGLE MAP -->

<div class="contact-map">

<iframe 
src="https://www.google.com/maps/embed?pb=!1m23!1m12!1m3!1d15275.318662521386!2d74.65175359999999!3d16.8348042!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m8!3e6!4m0!4m5!1s0x3bc123b71bae22d7%3A0x375bbcf3d7ee3ff4!2sIRS%20business%20e-learning%2C%20near%20ganesh%20talav%2C%20Miraj%2C%20Kaman%20Ves%2C%20Sangli%20Miraj%20Kupwad%2C%20Maharashtra%20416410!3m2!1d16.829212!2d74.6514521!5e0!3m2!1sen!2sin!4v1779643789898!5m2!1sen!2sin"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>

</div>

<!-- CONTACT INFO -->

<div class="contact-info">

<span class="contact-badge">
📍 CONTACT DETAILS
</span>

<h2>
Get In Touch With
<span>IRS Educate</span>
</h2>

<p>
Connect with our admission counsellors for course guidance, university selection, fees, EMI support, and admission assistance.
</p>

<div class="contact-box">

<h3>📍 Address</h3>

<p>
IRS EDUCATE<br>
Maa Manzil, Kamanves,<br>
Tamat Gali, Near Ganesh Talav,<br>
Miraj – 416410
</p>

</div>

<div class="contact-box">

<h3>📞 Phone</h3>

<p>
<a href="tel:+919881762072">
+91 9881762072
</a>
</p>

</div>

<div class="contact-box">

<h3>💬 WhatsApp</h3>

<p>
<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission%20details"
target="_blank">

+91 9881762072

</a>
</p>

</div>

<div class="contact-box">

<h3>📧 Email</h3>

<p>
<a href="mailto:support@irs-educate.com">
support@irs-educate.com
</a>
</p>

</div>

<div class="contact-buttons">

<a href="https://wa.me/919881762072?text=Hi%20I%20want%20MBA%20admission%20details"
target="_blank"
class="contact-btn whatsapp-btn">

💬 WhatsApp Now

</a>

<a href="#leadform"
class="contact-btn apply-btn">

Apply Now

</a>

</div>

</div>

</div>

</div>

</section>

<style>

.contact-section{
    background:#081120;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:stretch;
}

.contact-map iframe{
    width:100%;
    height:100%;
    min-height:620px;
    border:none;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
}

.contact-info{
    background:linear-gradient(135deg,#0F172A,#111827);
    padding:50px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.08);
    position:relative;
    overflow:hidden;
}

.contact-info::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(124,58,237,0.16);
    filter:blur(100px);
    top:-100px;
    right:-80px;
}

.contact-badge{
    display:inline-block;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    color:#fff;
}

.contact-info h2{
    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;
    font-family:'Outfit',sans-serif;
    color:#fff;
}

.contact-info h2 span{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.contact-info p{
    font-size:17px;
    line-height:1.8;
    color:#cbd5e1;
}

.contact-box{
    margin-top:28px;
    padding:22px;
    background:rgba(255,255,255,0.05);
    border-radius:18px;
}

.contact-box h3{
    margin-bottom:10px;
    font-size:22px;
    color:#fff;
}

.contact-box a{
    color:#06B6D4;
    text-decoration:none;
}

.contact-buttons{
    display:flex;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
}

.contact-btn{
    padding:16px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.apply-btn{
    background:linear-gradient(90deg,#7C3AED,#06B6D4);
    color:#fff;
}

.contact-btn:hover{
    transform:translateY(-4px);
}

@media(max-width:991px){

.contact-wrapper{
    grid-template-columns:1fr;
}

.contact-info{
    padding:35px;
}

.contact-info h2{
    font-size:34px;
}

.contact-map iframe{
    min-height:400px;
}

}

</style>





</body>
</html>
