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

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJ5QWDXR');</script>
<!-- End Google Tag Manager -->



<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Digital Marketing Course - Yasin Malidwale</title>

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">



<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"/>





<style>
body { font-family: Arial, sans-serif; }
.hero {
    background: #0a4db3;
    color: white;
    padding: 80px 20px;
    text-align: center;
}
.round-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
}
.section-title {
    font-weight: 700;
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
}
.section {
    padding: 60px 20px;
}
.section ul {
    max-width: 750px;
    margin: auto;
    line-height: 1.8;
    font-size: 18px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    margin-top: 30px;
}
.card {
    background: #0048ff;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.testimonial-box {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}
.pricing-box {
    border-radius: 12px;
    padding: 30px;
    background: #e6f0ff;
    border: 2px solid #0a4db3;
}
.cta-btn, .btn {
    background: #0a4db3 !important;
    color: white !important;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}



.lead-box {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.lead-container {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    width: 700px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    position: relative;
}

.lead-form {
    width: 65%;
}

.lead-form h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

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

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.submit-btn {
    background: #c6e501;
    border: none;
    padding: 14px 18px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn span {
    margin-left: 8px;
    font-size: 18px;
}

.submit-btn:hover {
    background: #b3d300;
}

.lead-shape {
    width: 35%;
    background-image: url('your-shape.png'); /* optional decorative background */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}








.curriculum-section {
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 40px 5%;
    background: #000;
    color: #fff;
}

/* LEFT BOX */
.left-box {
    width: 32%;
    background: #0D1B2A;
    padding: 30px;
    border-radius: 12px;
}

.left-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.left-box p {
    line-height: 1.6;
}

.info-box {
    margin-top: 20px;
    background: #112D4E;
    padding: 15px;
    border-radius: 8px;
}

.info-box h3 {
    font-size: 30px;
    margin: 0;
}

.btn-brochure {
    display: block;
    margin-top: 25px;
    background: #32CD32;
    text-align: center;
    padding: 12px;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
}

/* RIGHT COLUMN */
.right-box {
    width: 68%;
}

.curr-item {
    background: #111;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.curr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.curr-header h3 {
    margin: 0;
    font-size: 20px;
}

.tag {
    background: #ADFF2F;
    color: #000;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.duration {
    font-size: 14px;
}

.plus {
    font-size: 26px;
}

.curr-content {
    display: none;
    margin-top: 15px;
}

.curr-content ul {
    padding-left: 20px;
}

.curr-content li {
    margin: 6px 0;
}









.duration-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.duration {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.plus {
    font-size: 26px;
    font-weight: bold;
}





@media(max-width: 768px) {
    .curriculum-section {
        flex-direction: column;
        padding: 20px 5%;
    }

    .left-box, .right-box {
        width: 100%;
    }

    .curr-header h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .duration {
        font-size: 12px;
    }

    .plus {
        font-size: 22px;
    }
}





.why-section {
    padding: 60px 40px;
    background: #f8fbff;
}

.why-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #222;
}

.why-title span {
    color: #007bff;
}

.why-slider .why-card {
    background: #ffffff;
    padding: 25px;
    margin: 15px;
    border-radius: 14px;
    min-height: 220px;
    border-top: 4px solid #007bff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.why-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}

.why-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* Remove default dots background */
.slick-dots li button:before {
    font-size: 10px;
    color: #007bff;
}

.slick-dots li.slick-active button:before {
    color: #0056c9;
}



.career-section {
    padding: 60px 0;
    background: #f7f9fc;
}

.career-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 35px;
}

/* GRID STYLING */
.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD DESIGN */
.career-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border-left: 6px solid #0b5bd3;
}

/* HOVER EFFECT */
.career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 28px rgba(0,0,0,0.12);
    border-left-color: #ff8c00;
}

.career-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b5bd3;
    margin-bottom: 8px;
}

.career-card p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}


/* Exit Popup Background */
.exit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}


.eligibility-section{
    padding:60px 20px;
    background:#f8f9fc;
    text-align:center;
}

.eligibility-box{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.eligibility-box h2{
    font-size:42px;
    font-weight:800;
    color:#111;
    margin-bottom:30px;
}

.eligibility-list{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
}

.eligibility-list li{
    font-size:20px;
    color:#333;
    margin-bottom:20px;
    line-height:1.7;
    padding-left:40px;
    position:relative;
}

.eligibility-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#0066ff;
    font-size:22px;
    font-weight:bold;
}

@media(max-width:768px){

.eligibility-box{
    padding:25px;
}

.eligibility-box h2{
    font-size:30px;
}

.eligibility-list li{
    font-size:17px;
}

}


.admission-process{
    padding:70px 20px;
    background:#f8f9fc;
    font-family:Arial,sans-serif;
}

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

.admission-heading{
    text-align:center;
    margin-bottom:60px;
}

.admission-heading h2{
    font-size:46px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.admission-heading h2 span{
    color:#ff2d55;
}

.admission-heading p{
    font-size:18px;
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.7;
}

.process-steps{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    flex-wrap:wrap;
}

.process-card{
    flex:1;
    min-width:240px;
    background:#fff;
    padding:30px 25px;
    border-radius:16px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    text-align:left;
    position:relative;
    transition:0.3s ease;
}

.process-card:hover{
    transform:translateY(-8px);
}

.process-icon{
    width:70px;
    height:70px;
    background:#ffe9ee;
    color:#ff2d55;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-bottom:20px;
}

.process-card h3{
    font-size:24px;
    margin-bottom:12px;
    color:#111;
}

.process-card p{
    font-size:16px;
    color:#666;
    line-height:1.7;
}

.process-arrow{
    font-size:35px;
    color:#999;
    align-self:center;
}

@media(max-width:992px){

.process-steps{
    flex-direction:column;
}

.process-arrow{
    transform:rotate(90deg);
}

.process-card{
    width:100%;
}

}




.testimonial-section{
    padding:60px 20px;
    background:#f7f9fc;
    overflow:hidden;
}

.testimonial-title{
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:40px;
    color:#0b2c5f;
}

.testimonial-slider{
    position:relative;
    width:100%;
    overflow:hidden;
}

.testimonial-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:scrollTestimonials 35s linear infinite;
}

.testimonial-box{
    background:#fff;
    border-radius:15px;
    padding:25px;
    width:320px;
    min-height:260px;
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
    text-align:center;
    flex-shrink:0;
    transition:0.3s;
}

.testimonial-box:hover{
    transform:translateY(-5px);
}

.wa-icon{
    width:70px;
    height:70px;
    background:#25D366;
    color:#fff;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin:0 auto 18px;
    box-shadow:0 5px 15px rgba(37,211,102,0.4);
}

.testimonial-box p{
    font-size:15px;
    line-height:1.7;
    color:#444;
    min-height:90px;
}

.testimonial-box b{
    color:#0b2c5f;
    font-size:16px;
}

@keyframes scrollTestimonials{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){

    .testimonial-box{
        width:260px;
    }

    .testimonial-title{
        font-size:28px;
    }

}




.tools-section{
    padding:70px 20px;
    background:#0b1020;
    overflow:hidden;
}

.tools-title{
    text-align:center;
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.tools-subtitle{
    text-align:center;
    color:#bfc7d5;
    font-size:18px;
    max-width:850px;
    margin:0 auto 50px;
    line-height:1.8;
}

.tools-slider{
    overflow:hidden;
    position:relative;
    width:100%;
}

.tools-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:scrollTools 35s linear infinite;
}

.tool-card{
    min-width:220px;
    background:#111827;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.3);
    transition:0.3s ease;
}

.tool-card:hover{
    transform:translateY(-8px);
    background:#182338;
}

.tool-icon{
    width:75px;
    height:75px;
    margin:0 auto 18px;
    background:linear-gradient(135deg,#25D366,#00c3ff);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
}

.tool-card h3{
    color:#fff;
    font-size:20px;
    margin-bottom:10px;
}

.tool-card p{
    color:#c8d1e0;
    font-size:14px;
    line-height:1.7;
}

@keyframes scrollTools{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){

.tools-title{
    font-size:30px;
}

.tools-subtitle{
    font-size:15px;
}

.tool-card{
    min-width:180px;
}

}




.batch-table-section{
    padding:60px 20px;
    background:#f7f9fc;
    font-family:Arial,sans-serif;
}

.batch-title{
    text-align:center;
    font-size:38px;
    font-weight:700;
    color:#0b2c5f;
    margin-bottom:30px;
}

.batch-table{
    width:100%;
    max-width:900px;
    margin:auto;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
    border-radius:12px;
    overflow:hidden;
}

.batch-table th{
    background:#0b2c5f;
    color:#fff;
    padding:18px;
    font-size:20px;
}

.batch-table td{
    padding:18px;
    border-bottom:1px solid #eee;
    font-size:18px;
    color:#333;
    text-align:center;
}

.batch-table tr:hover{
    background:#f2f6ff;
}

@media(max-width:768px){

.batch-title{
    font-size:28px;
}

.batch-table th,
.batch-table td{
    font-size:15px;
    padding:12px;
}

}



.compare-section{
    padding:70px 20px;
    background:#f7f9fc;
    font-family:Arial,sans-serif;
}

.compare-title{
    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#0b2c5f;
    margin-bottom:15px;
}

.compare-subtitle{
    text-align:center;
    font-size:18px;
    color:#555;
    max-width:900px;
    margin:0 auto 50px;
    line-height:1.8;
}

.compare-table{
    width:100%;
    max-width:1200px;
    margin:auto;
    border-collapse:collapse;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.compare-table th{
    padding:22px;
    font-size:22px;
    color:#fff;
}

.compare-table th:first-child{
    background:#444;
}

.compare-table th:last-child{
    background:#0b2c5f;
}

.compare-table td{
    padding:18px;
    font-size:17px;
    border-bottom:1px solid #eee;
    text-align:center;
}

.compare-table tr:nth-child(even){
    background:#f9fbff;
}

.bad{
    color:#d62828;
    font-weight:600;
}

.good{
    color:#198754;
    font-weight:700;
}

.apply-btn{
    text-align:center;
    margin-top:40px;
}

.apply-btn a{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:16px 40px;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
    border-radius:10px;
    transition:0.3s ease;
    box-shadow:0 8px 20px rgba(37,211,102,0.3);
}

.apply-btn a:hover{
    transform:translateY(-5px);
}

@media(max-width:768px){

.compare-title{
    font-size:30px;
}

.compare-subtitle{
    font-size:15px;
}

.compare-table th,
.compare-table td{
    font-size:14px;
    padding:12px;
}

.apply-btn a{
    width:90%;
    font-size:18px;
}

}



.live-project-section{
    padding:70px 20px;
    background:linear-gradient(135deg,#0b2c5f,#111827);
    color:#fff;
    font-family:Arial,sans-serif;
}

.live-project-container{
    max-width:1100px;
    margin:auto;
    text-align:center;
}

.live-project-title{
    font-size:46px;
    font-weight:800;
    margin-bottom:20px;
}

.live-project-subtitle{
    font-size:19px;
    line-height:1.8;
    color:#d1d5db;
    max-width:850px;
    margin:auto auto 50px;
}

.live-project-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-bottom:50px;
}

.live-project-card{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.1);
    padding:30px 25px;
    border-radius:18px;
    transition:0.3s ease;
    backdrop-filter:blur(10px);
}

.live-project-card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.12);
}

.live-project-icon{
    font-size:42px;
    margin-bottom:18px;
}

.live-project-card h3{
    font-size:24px;
    margin-bottom:15px;
}

.live-project-card p{
    color:#d1d5db;
    line-height:1.7;
    font-size:15px;
}

.live-project-btn a{
    display:inline-block;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:18px 40px;
    border-radius:12px;
    font-size:20px;
    font-weight:700;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(37,211,102,0.3);
}

.live-project-btn a:hover{
    transform:translateY(-5px);
}

@media(max-width:768px){

.live-project-title{
    font-size:32px;
}

.live-project-subtitle{
    font-size:16px;
}

.live-project-card h3{
    font-size:20px;
}

.live-project-btn a{
    width:90%;
    font-size:18px;
}

}






.placement-section{
    padding:70px 20px;
    background:#f7f9fc;
    font-family:Arial,sans-serif;
}

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

.placement-title{
    text-align:center;
    font-size:44px;
    font-weight:800;
    color:#0b2c5f;
    margin-bottom:20px;
}

.placement-subtitle{
    text-align:center;
    font-size:18px;
    color:#555;
    max-width:900px;
    margin:0 auto 50px;
    line-height:1.8;
}

.placement-gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin-bottom:50px;
}

.placement-gallery img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
    transition:0.3s ease;
}

.placement-gallery img:hover{
    transform:scale(1.03);
}

.placement-benefits{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-bottom:50px;
}

.benefit-card{
    background:#fff;
    padding:28px;
    border-radius:16px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    text-align:center;
    transition:0.3s ease;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-icon{
    font-size:42px;
    margin-bottom:18px;
}

.benefit-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#111;
}

.benefit-card p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

.apply-btn{
    text-align:center;
}

.apply-btn a{
    display:inline-block;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:12px;
    font-size:20px;
    font-weight:700;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(37,211,102,0.3);
}

.apply-btn a:hover{
    transform:translateY(-5px);
}

@media(max-width:768px){

.placement-title{
    font-size:32px;
}

.placement-subtitle{
    font-size:16px;
}

.placement-gallery img{
    height:220px;
}

.apply-btn a{
    width:90%;
    font-size:18px;
}

}





</style>
</head>

<body>



<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJ5QWDXR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->






<!-- HERO SECTION -->
<div class="hero">
    
    <h1 class="mt-4">AI Digital Marketing Course <br>With Internship and Placement support </h1>
    <p class="lead"> <b>  <p>Learn SEO, Google Ads, Social Media, AI Tools & Freelancing With Live Practical Training</p>
<p>Internship Support| AI-Based Practical Training | 10+ Years Experience | 10000+ Students Guided|  </p></b>

<p style="color:yellow; font-size:18px; background:#0a4db3; padding:10px; border-radius:6px; display:inline-block;">
🔥 New Batch Starting 5th August 2026⚡ Only 5 seats Left</p>  
<br> <p> 🎓 Internship + Placement Support Included</p>
 <p style="color:yellow; font-size:18px; background:#0a4db3; padding:10px; border-radius:6px; display:inline-block;">Special batches for Sangli, Kolhapur, Satara, Solapur & Maharashtra</p>
<h3>Trainer:Yasin D Malidwale </h3>
<p>Digital Growth & AI Marketing Strategist</p>


<section class="section" style="text-align:center;" id="contact">

<a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" 
class="cta-btn"
style="
background:#FF0000;
color:#fff;
padding:16px 38px;
border-radius:10px;
text-decoration:none;
font-size:18px;
font-weight:700;
display:inline-block;
transition:0.3s ease;
box-shadow:0 8px 20px rgba(0,0,0,0.2);
">

🚀 Join Free Demo Class

</a>

</section>




<!-- INTRO VIDEO SECTION -->

<style>
.video-section{
    padding:70px 20px;
    background:#f7f9fc;
    text-align:center;
    font-family:Arial,sans-serif;
}

.video-title{
    font-size:42px;
    font-weight:800;
    color:#0b2c5f;
    margin-bottom:15px;
}

.video-subtitle{
    max-width:850px;
    margin:0 auto 35px;
    color:#555;
    font-size:18px;
    line-height:1.8;
}

.video-wrapper{
    max-width:900px;
    margin:0 auto 35px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.video-wrapper iframe{
    width:100%;
    height:500px;
    border:0;
}

.demo-btn{
    display:inline-block;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:10px;
    font-size:18px;
    font-weight:700;
    transition:.3s;
}

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

@media(max-width:768px){
    .video-title{
        font-size:30px;
    }

    .video-subtitle{
        font-size:16px;
    }

    .video-wrapper iframe{
        height:250px;
    }
}
</style>

<section class="video-section">

<h2 class="video-title">
Watch Course Introduction Video
</h2>

<p class="video-subtitle">
Discover how our AI Digital Marketing Program helps students, freelancers, job seekers, and business owners build practical skills, work on live projects, and grow their careers.
</p>

<div class="video-wrapper">

<iframe
src="https://www.youtube.com/embed/uYUZ-Xw25Zw?rel=0&modestbranding=1"
title="IRS Educate Digital Marketing Course"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>

</div>

<a href="https://wa.me/919881762072?text=Hi%20IRS%20Educate,%20I%20would%20like%20to%20attend%20the%20free%20demo%20class." 
class="demo-btn" 
target="_blank">

🎓 Get Free Demo Class

</a>

</section>






<section class="lead-box">
    <div class="lead-container">

        <div class="lead-form">
            <h3>Book Your Free Demo Class & Talk With Career Mentor</h3> 

            <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 10-digit Mobile Number" required>
                </div>

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

                <div class="form-group">
                    <label>Email</label>
                    <input type="email" name="email" placeholder="e.g. yourname@gmail.com" required>
                </div>

                <button class="submit-btn">
                    Book Free Demo <span>➜</span>
                </button>

            </form>
        <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 => {

        // GTM Event Push
        window.dataLayer = window.dataLayer || [];
        window.dataLayer.push({
            event: "lead_form_submit"
        });

        // Popup with WhatsApp Button
        document.body.insertAdjacentHTML("beforeend", `
        
        <div id="thankPopup" style="
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background:rgba(0,0,0,0.6);
            display:flex;
            align-items:center;
            justify-content:center;
            z-index:99999;
        ">
        
            <div style="
                background:#fff;
                padding:35px;
                border-radius:12px;
                text-align:center;
                width:90%;
                max-width:400px;
                box-shadow:0 10px 30px rgba(0,0,0,0.3);
            ">
            
                <h2 style="margin-bottom:15px;color:#000;">
                    🎯 One Last Step!
                </h2>

                <p style="font-size:16px;color:#555;line-height:1.6;">
                    Reserve Your FREE Demo Class Seat
                    <br><br>
                    Choose your convenient Date & Time before the current slots are filled.
                </p>

                <a href="https://scheduler.zoom.us/irs-educate/book-your-free-demo-class"
                   target="_blank"
                   style="
                    display:inline-block;
                    margin-top:20px;
                    background:#25D366;
                    color:#fff;
                    padding:14px 30px;
                    border-radius:8px;
                    text-decoration:none;
                    font-weight:700;
                    font-size:16px;
                   ">
                   👉 Click Book Demo Class
                </a>

                <br><br>

                <button onclick="document.getElementById('thankPopup').remove()"
                    style="
                    background:#0066ff;
                    color:#fff;
                    border:none;
                    padding:10px 25px;
                    border-radius:6px;
                    cursor:pointer;
                    font-weight:600;
                ">
                    Close
                </button>

            </div>

        </div>
        
        `);

        // Reset Form
        form.reset();

    })
    .catch(error => {
        alert("Something went wrong. Please try again!");
        console.error(error);
    });
});
</script>


        <div class="lead-shape">
            <!-- Decorative shape (SVG/lines) -->
        </div>

    </div>
</section>

        </div>

    </div>

</div>



<!-- TRAINING LANGUAGE SECTION -->
<section class="section" style="background:#000000; padding:50px 0; color:#fff;">
    <h2 class="section-title" style="text-align:center; color:#fff;">You can select training language as per your comfort</h2>
    <p class="text-center mb-4" style="color:#fff;">Choose your preferred language for this AI Digital Marketing Course</p>

    <div class="container">
        <div class="row text-center">

            <!-- HINDI -->
            <div class="col-md-4 mb-4">
                <div class="card p-4" 
                     style="border-radius:12px; background:#fff; color:#000;">
                    <h3>Hindi</h3>
                    <p>Complete AI Digital Marketing Course in simple Hindi.</p>
                    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+a+digital+marketing+demo+in+Hindi+Language"
                       class="btn"
                       style="background:#000; color:#fff; padding:10px 18px; border-radius:6px;">
                       Book Demo in Hindi
                    </a>
                </div>
            </div>

            <!-- MARATHI -->
            <div class="col-md-4 mb-4">
                <div class="card p-4" 
                     style="border-radius:12px; background:#fff; color:#000;">
                    <h3>Marathi</h3>
                    <p>Perfect for students & business owners who prefer Marathi.</p>
                    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+a+digital marketing demo+in+Marathi+Language"
                       class="btn"
                       style="background:#000; color:#fff; padding:10px 18px; border-radius:6px;">
                       Book Demo in Marathi
                    </a>
                </div>
            </div>

            <!-- ENGLISH -->
            <div class="col-md-4 mb-4">
                <div class="card p-4" 
                     style="border-radius:12px; background:#fff; color:#000;">
                    <h3>English</h3>
                    <p>Learn in clear, simple English with case studies.</p>
                    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+a+digital marketing demo+in+English+Language"
                       class="btn"
                       style="background:#000; color:#fff; padding:10px 18px; border-radius:6px;">
                       Book Demo in English
                    </a>
                </div>
            </div>

        </div>
    </div>
</section>






<!-- WHY THIS COURSE -->
<section class="section">
<h2 class="section-title">Why This Digital Marketing Course Is Different</h2>
<ul>
<li>Live Training Sessions (Not Just Pre-recorded)</li>
<li>Real Business Case Studies & Practical Tasks</li>
<li>WhatsApp Sales & Automation System Training</li>
<li>Three Career Track Models: Students / Business Owners / Freelancers</li>
<li>Certificate + Lifetime Support + Community Access</li>
</ul>


<div style="text-align:center; margin-top:30px;">

<a href="tel:+919881762072" 
style="
background:#0066ff;
color:#000000;
padding:14px 35px;
font-size:18px;
font-weight:700;
text-decoration:none;
border-radius:8px;
display:inline-block;
transition:0.3s ease;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
">
📞 Call Now
</a>

</div>





</section>


<section class="tools-section">

<h2 class="tools-title">
Master 30+ Digital Marketing & AI Tools
</h2>

<p class="tools-subtitle">
Learn industry-leading Digital Marketing tools and powerful AI platforms used by agencies, freelancers, startups, and global brands to generate leads, automate marketing, create content, and scale businesses.
</p>

<div class="tools-slider">

<div class="tools-track">

<!-- TOOL 1 -->
<div class="tool-card">
<div class="tool-icon">📊</div>
<h3>Google Analytics</h3>
<p>Track website traffic, user behaviour, and campaign performance.</p>
</div>

<!-- TOOL 2 -->
<div class="tool-card">
<div class="tool-icon">🔍</div>
<h3>Google Search Console</h3>
<p>Improve SEO rankings and monitor website search visibility.</p>
</div>

<!-- TOOL 3 -->
<div class="tool-card">
<div class="tool-icon">📢</div>
<h3>Google Ads</h3>
<p>Create powerful search, display, and YouTube ad campaigns.</p>
</div>

<!-- TOOL 4 -->
<div class="tool-card">
<div class="tool-icon">📱</div>
<h3>Meta Ads Manager</h3>
<p>Run Facebook and Instagram ads for lead generation and sales.</p>
</div>

<!-- TOOL 5 -->
<div class="tool-card">
<div class="tool-icon">🎨</div>
<h3>Canva</h3>
<p>Design social media creatives, banners, reels, and presentations.</p>
</div>

<!-- TOOL 6 -->
<div class="tool-card">
<div class="tool-icon">🤖</div>
<h3>ChatGPT AI</h3>
<p>Create content, ad copies, strategies, and marketing ideas instantly.</p>
</div>

<!-- TOOL 7 -->
<div class="tool-card">
<div class="tool-icon">🧠</div>
<h3>Gemini AI</h3>
<p>Use AI-powered research and productivity tools for campaigns.</p>
</div>

<!-- TOOL 8 -->
<div class="tool-card">
<div class="tool-icon">✍️</div>
<h3>Quillbot AI</h3>
<p>Rewrite and optimize content for blogs, SEO, and social media.</p>
</div>

<!-- TOOL 9 -->
<div class="tool-card">
<div class="tool-icon">📧</div>
<h3>Mailchimp</h3>
<p>Create automated email marketing campaigns and newsletters.</p>
</div>

<!-- TOOL 10 -->
<div class="tool-card">
<div class="tool-icon">💬</div>
<h3>WhatsApp Automation</h3>
<p>Automate customer conversations and lead nurturing systems.</p>
</div>

<!-- TOOL 11 -->
<div class="tool-card">
<div class="tool-icon">🎥</div>
<h3>CapCut</h3>
<p>Edit reels, ads, and short-form videos for social media marketing.</p>
</div>

<!-- TOOL 12 -->
<div class="tool-card">
<div class="tool-icon">🌐</div>
<h3>WordPress</h3>
<p>Build business websites, blogs, and landing pages without coding.</p>
</div>

<!-- DUPLICATE FOR INFINITE LOOP -->

<div class="tool-card">
<div class="tool-icon">📊</div>
<h3>Google Analytics</h3>
<p>Track website traffic, user behaviour, and campaign performance.</p>
</div>

<div class="tool-card">
<div class="tool-icon">🤖</div>
<h3>ChatGPT AI</h3>
<p>Create content, ad copies, strategies, and marketing ideas instantly.</p>
</div>

<div class="tool-card">
<div class="tool-icon">📱</div>
<h3>Meta Ads Manager</h3>
<p>Run Facebook and Instagram ads for lead generation and sales.</p>
</div>

<div class="tool-card">
<div class="tool-icon">🎨</div>
<h3>Canva</h3>
<p>Design social media creatives, banners, reels, and presentations.</p>
</div>

</div>

</div>

</section>






<!-- CAREER TRACK MODELS SECTION -->
<section class="section" style="background:#0b5ed7; padding:50px 0; color:white;">
  <h2 class="section-title" style="color:white; text-align:center;">
    Choose Your Career Track to Learn Online AI Digital Marketing Course
  </h2>
  <p class="text-center mb-4" style="color:white;">
    Select your personalized learning path based on your goals
  </p>

  <div class="container">
    <div class="row text-center">

      <!-- STUDENT module -->
      <div class="col-md-4 mb-4">
        <div class="card p-4" style="background:white; color:black; border-radius:12px;">
          <img src="https://cdn-icons-png.flaticon.com/512/3135/3135699.png" 
               style="width:70px; margin-bottom:15px;">
               <a href="https://irs-educate.com/digitalmarketing/onlinecourse#student">
          <h4 class="mt-2">Student Track</h4></a>
          <p style="font-size:15px;"> <h6><b>AI Digital Marketing Course for Students.</b></h6> Start your career with job-ready digital marketing skills, internships & placement support.</p>
          <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+details+about+Digital+Marketing+Course" 
             class="btn mt-2"
             style="background:black; color:white; padding:10px 18px; border-radius:6px;">
             Book your Demo now for Student Track
          </a>
        </div>
      </div>

      <!-- BUSINESS OWNER module -->
      <div class="col-md-4 mb-4">
        <div class="card p-4" style="background:white; color:black; border-radius:12px;">
          <img src="https://cdn-icons-png.flaticon.com/512/3595/3595455.png" 
               style="width:70px; margin-bottom:15px;">
               <a href="https://irs-educate.com/digitalmarketing/onlinecourse#business">
          <h4 class="mt-2">Business Owner Track</h4></a>
          <p style="font-size:15px;"><h6><b>AI Digital Marketing Course for Business owners.</b></h6> Learn how to generate leads, run ads, automate WhatsApp sales & scale business revenue.</p>
          <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+details+about+Digital+Marketing+Course" 
             class="btn mt-2"
             style="background:black; color:white; padding:10px 18px; border-radius:6px;">
             Book your Demo now for Business Track
          </a>
        </div>
      </div>

      <!-- FREELANCER module -->
      <div class="col-md-4 mb-4">
        <div class="card p-4" style="background:white; color:black; border-radius:12px;">
          <img src="https://cdn-icons-png.flaticon.com/512/2920/2920259.png" 
               style="width:70px; margin-bottom:15px;">
               <a href="https://irs-educate.com/digitalmarketing/onlinecourse#Freelancer">
          <h4 class="mt-2">Freelancer Track</h4>  </a>
          <p style="font-size:15px;"><h6><b>AI Digital Marketing Course for Freelancer.</b></h6> Master how to find clients, pitch confidently, close deals & deliver marketing projects.</p>
          <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+details+about+Digital+Marketing+Course" 
             class="btn mt-2"
             style="background:black; color:white; padding:10px 18px; border-radius:6px;">
             Book your Demo now for Freelancer Track
          </a>
        </div>
      </div>

    </div>
  </div>
</section>






<!-- WHAT YOU WILL LEARN -->
<section class="section">
<a href="https://irs-educate.com/digitalmarketing/onlinecourse#syllabus">
<h2 class="section-title">What You Will Learn in AI Digital Marketing Course (Course Syllabus/Modules)</h2> 
 </a>
<div class="grid">

</div>
</section>



<section class="curriculum-section">

    <!-- LEFT BOX -->
    <div class="left-box">
        <h2>Industry Oriented Curriculum</h2>
        <p>
            Explore each topic in-depth through interactive sessions, real-world use cases, and tool-based learning.
            You’ll not only understand the theory but also build practical skills that matter in actual roles.
        </p>

        <div class="info-box">
            <h3>10+</h3>
            <span>Case Studies & Projects</span>
        </div>
        <div class="info-box">
            <h3>30+</h3>
            <span>Tools</span>
        </div>
        <div class="info-box">
            <h3>100+</h3>
            <span>Live Sessions</span>
        </div>

        <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+broucher+of+Digital+Marketing+Course" class="btn-brochure" download>📄 Download Brochure</a>
    </div>

    <!-- RIGHT CURRICULUM -->
    <div class="right-box">

        <!-- ITEM 1 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Fundamentals of Digital Marketing <span class='tag'>#DigitalMarketing</span></h3>
                <span class="duration">1 Week</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Introduction to Marketing</li>
                    <li>Customer Centricity</li>
                    <li>Market Research</li>
                    <li>What is AI Digital Marketing?</li>
                </ul>
            </div>
        </div>

        <!-- ITEM 2 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Building a Lead Gen Page <span class='tag'>#LeadGen</span></h3>
                <span class="duration">1.1 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Website Development & Design</li>
                    <li>Website Creation</li>
                    <li>Creation of Landing Page</li>
                </ul>
            </div>
        </div>

        <!-- ITEM 3 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Search Engine Optimization <span class='tag'>#SEO</span></h3>
                <span class="duration">2.3 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Fundamentals of SEO</li>
                    <li>Local SEO</li>
                    <li>Technical SEO</li>
                    <li>Keyword Research</li>
                    <li>Content SEO</li>
                    <li>International SEO</li>
                    <li>Content Marketing</li>
                    <li>Google Search Console</li>
                    <li>Website Audit</li>
                </ul>
            </div>
        </div>

 <!-- ITEM 4 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Advertising with Google Ads <span class='tag'>#ppc</span></h3>
                <span class="duration">1.3 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Introduction to Search Engine Marketing (SEM) and Pay-Per-Click (PPC)</li>
                    <li>Google Search Ads</li>
                    <li>Google Display Ads</li>
                    <li>Google Video Ads</li>
                    <li>Mobile App Ads</li>
                    <li>Google Shopping Ads</li>
                </ul>
            </div>
        </div>


<!-- ITEM 5 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Build Your Brand Presence with SMM  <span class='tag'>#smm</span></h3>
                <span class="duration">18.5 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Introduction to Social Media Marketing (SMM)(PPC)</li>
                    <li>Facebook Marketing</li>
                    <li>Instagram Marketing</li>
                    <li>Unlock Your Hidden Creative Genius</li>
                    <li>LinkedIn Marketing</li>
                    <li>X Marketing (perviously Twitter Marketing)</li>
                    <li>Pinterest Marketing</li>
                    <li>YouTube Marketing</li>
<li>Quora Marketing</li>
                </ul>
            </div>
        </div>


<!-- ITEM 6 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Lead Gen with SMM  <span class='tag'>#smm</span></h3>
                <span class="duration">1.8 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Meta Ads</li>
<li>Instagram Ads</li>
<li>Twitter Ads</li>
<li>Pinterest Ads</li>
<li>Youtube Ads</li>
<li>LinkedIn Ads</li>
                </ul>
            </div>
        </div>


<!-- ITEM 7 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Build A Funnel Based Strategy  <span class='tag'>#marketing</span></h3>
                <span class="duration">0.2 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Google Ads Remarketing</li>
<li>Meta Ads Remarketing</li>
                </ul>
            </div>
        </div>

<!-- ITEM 8 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Push Marketing <span class='tag'>#marketing</span></h3>
                <span class="duration">1.3 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Influencer Marketing</li>
<li>Email Marketing</li>
<li>Ecommerce Marketing</li>
<li>Whatsapp Chatbot and Automation in Business</li>
<li>Marketing Automation</li>
                </ul>
            </div>
        </div>


<!-- ITEM 9 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Foster Business Growth with Data Analysis  <span class='tag'>#marketing</span></h3>
                <span class="duration">0.2 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Convert Raw data to Actionable Insights</li>
</li>Advance Excel</li>
                </ul>
            </div>
        </div>


<!-- ITEM 10 -->
        <div class="curr-item">
            <div class="curr-header" onclick="toggleCurriculum(this)">
                <h3>Artificial Intelligence in Digital Marketing  <span class='tag'>#marketing</span></h3>
                <span class="duration">0.3 Weeks</span>
                <span class="plus">+</span>
            </div>

            <div class="curr-content">
                <ul>
                    <li>Understand the Fundamentals of Artificial Intelligence</li>
<li>Use of Quillbot AI tool</li>
<li>Optimize Marketing Campaigns with AI</li>
<li>Real time case study of AI in Digital Marketing</li>
                </ul>
            </div>
        </div>

    </div>

</section>


<!-- JAVASCRIPT FOR ACCORDION -->
<script>
function toggleCurriculum(header) {
    let content = header.nextElementSibling;
    let plus = header.querySelector('.plus');

    if (content.style.display === "block") {
        content.style.display = "none";
        plus.innerHTML = "+";
    } else {
        content.style.display = "block";
        plus.innerHTML = "-";
    }
}
</script>




<section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo now</a>
</section>




<section class="eligibility-section">

<div class="eligibility-box">

<h2>Eligibility Criteria</h2>

<ul class="eligibility-list">

<li>
Graduation in any stream 
(B.E., B.Tech, B.Sc, B.Com, B.A., BBA, BCA, etc.)
</li>

<li>
Students currently pursuing graduation are also eligible
</li>

<li>
Basic understanding of internet usage, social media platforms, and online tools is helpful
</li>

<li>
No prior Digital Marketing experience or technical background required
</li>

</ul>

</div>

</section>



<section class="admission-process">

<div class="admission-container">

<div class="admission-heading">
<h2><span>Admission</span> Process</h2>

<p>
Follow the simple steps below to begin your Digital Marketing learning journey with IRS Educate.
</p>
</div>

<div class="process-steps">

<div class="process-card">
<div class="process-icon">📝</div>

<h3>Submit Your Interest</h3>

<p>
Fill out the enquiry form on our website and choose your preferred course.
</p>
</div>

<div class="process-arrow">➜</div>

<div class="process-card">
<div class="process-icon">🎓</div>

<h3>Speak to Our Counsellor</h3>

<p>
Discuss your career goals, learning needs, and get complete course guidance.
</p>
</div>

<div class="process-arrow">➜</div>

<div class="process-card">
<div class="process-icon">✅</div>

<h3>Confirm Your Batch</h3>

<p>
Select your preferred weekday or weekend batch timing as per your schedule.
</p>
</div>

<div class="process-arrow">➜</div>

<div class="process-card">
<div class="process-icon">🚀</div>

<h3>Start Learning</h3>

<p>
Get access to training sessions, learning materials, mentorship, and begin your career journey.
</p>
</div>

</div>

</div>

</section>

<section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+admission+in+Digital+Marketing+Course" class="cta-btn">Take Admission</a>
</section>


<section class="why-section">

    <h2 class="why-title">
        Why Choose Us For <span>Digital Marketing Course with AI?</span>
    </h2>

    <div class="why-slider">

        <!-- 1 -->
        <div class="why-card">
            <h3>80-20 Approach</h3>
            <p>Our 80% practical and 20% theoretical training equips you with industry-oriented practical knowledge.</p>
        </div>

        <!-- 2 -->
        <div class="why-card">
            <h3>Industry Experts</h3>
            <p>Seasoned professionals with extensive practical expertise in the field, ready to guide you every step of the way.</p>
        </div>

        <!-- 3 -->
        <div class="why-card">
            <h3>100% Job Assistance</h3>
            <p>Get Job Ready with unlimited interview opportunities and expert support from our dedicated team.</p>
        </div>

        <!-- 4 -->
        <div class="why-card">
            <h3>Global Certifications</h3>
            <p>Get certified by Google and Semrush, along with the 'IRS Educate Institute' module completion certificate.</p>
        </div>

        <!-- 5 -->
        <div class="why-card">
            <h3>Doubt Solving</h3>
            <p>We offer 1:1 doubt-solving sessions to help you resolve every question without hesitation.</p>
        </div>

        <!-- 6 -->
        <div class="why-card">
            <h3>Exclusive AI Integrated Curriculum</h3>
            <p>Learn through the first-of-its-kind AI-powered curriculum with innovative tools and modern techniques.</p>
        </div>

        <!-- 7 -->
        <div class="why-card">
            <h3>3-Month Internship</h3>
            <p>Get a guaranteed paid internship with real projects, expert mentorship, and valuable industry exposure.</p>
        </div>

    </div>
    

</section>
    
    <section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo now</a>
</section>

<section class="career-section">
    <div class="container">
        <h2 class="career-title">What Can You Become, After completing AI Digital Marketing Course?</h2>
        <p style="text-align:center;">Career & Income Opportunities After This Course</p>

        <div class="career-grid">

            <div class="career-card">
                <h3>AI Digital Marketer</h3>
                <p>High Demand Career</p>
                <p>₹15k–₹65k/month</p>
            </div>

            <div class="career-card">
                <h3>Social Media Marketer</h3>
                <p>High Job Openings</p>
                <p>₹15k–₹40k/month</p>
            </div>

            <div class="career-card">
                <h3>AI Content Writer</h3>
                <p>Growing Career Opportunities</p>
                <p>₹15k–₹50k/month</p>
            </div>

            <div class="career-card">
                <h3>SEO Specialist</h3>
                <p>High Oportunity</p>
                <p>₹15k–₹60k/month</p>
            </div>

            <div class="career-card">
                <h3>Performance Marketer</h3>
                <p>Thousands of Job Opportunities</p>
                <p>₹15k–₹95k/month</p>
            </div>

            <div class="career-card">
                <h3>Video Editor</h3>
                <p>15,000+ Job Openings</p>
                <p>₹15k–₹40k/month</p>
                
            </div>

            <div class="career-card">
                <h3>Web Developer</h3>
                <p>5,000+ Job Openings</p>
                <p>₹15k–₹50k/month</p>
            </div>

            <div class="career-card">
                <h3>Graphic Designer</h3>
                <p>6,000+ Job Openings</p>
                <p>₹15k–₹30k/month</p>    
            </div>
            
            <h6 class="career-title">Work From Home & Freelance Opportunities After Course Complete </h6>
            
            
<div class="career-card">
                <h3>Freelancer</h3>
                <p>Online & Offline work Opportunities</p>
                <p>₹15k–₹60k/month</p>
            </div>
<div class="career-card">
                <h3>Business Consultant</h3>
                <p>Grab Indian & Foreign Project</p>
                <p>₹15k–₹70k/month</p>
            </div>
            <div class="career-card">
                <h3>Social Media Freelancer</h3>
                <p>Thousands of project Opportunities</p>
                <p>₹15k–₹50k/month</p>
            </div>


        </div>
    </div>
</section>

<section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Contact counselor now</a>
</section>


<section class="batch-table-section">

<h2 class="batch-title">
AI Digital Marketing Batch Timetable
</h2>

<table class="batch-table">

<tr>
<th>Batch</th>
<th>Timing</th>
</tr>

<tr>
<td>🌅 Morning Batch</td>
<td>8:00 AM – 10:00 AM</td>
</tr>

<tr>
<td>🌅 Morning Batch</td>
<td>10:30 AM – 12:30 PM</td>
</tr>

<tr>
<td>☀️ Afternoon Batch</td>
<td>2:00 PM – 4:00 PM</td>
</tr>

<tr>
<td>☀️ Afternoon Batch</td>
<td>4:30 PM – 6:30 PM</td>
</tr>

<tr>
<td>🌙 Evening Batch</td>
<td>7:30 PM – 9:30 PM</td>
</tr>

<tr>
<td>🌙 Evening Batch</td>
<td>8:30 PM – 10:30 PM</td>
</tr>

</table>

</section>


<section class="testimonial-section">

<h2 class="testimonial-title">
Student Success Stories
</h2>

<div class="testimonial-slider">

<div class="testimonial-track">

<!-- 1 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I got my first job in digital marketing. Thank you Sir!”</p>
<b>- Nagesh K</b>
</div>

<!-- 2 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I started getting freelance clients after training. Best learning experience!”</p>
<b>- Smita Patil</b>
</div>

<!-- 3 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“My business revenue increased after implementing digital marketing.”</p>
<b>- Rakesh Mane</b>
</div>

<!-- 4 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“Live projects helped me understand real client work.”</p>
<b>- Aditi More</b>
</div>

<!-- 5 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I learned Meta Ads and started generating leads for local businesses.”</p>
<b>- Imran Shaikh</b>
</div>

<!-- 6 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“Very practical training with real business examples.”</p>
<b>- Snehal Jadhav</b>
</div>

<!-- 7 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I switched my career into digital marketing after this course.”</p>
<b>- Rohit Patil</b>
</div>

<!-- 8 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“Now I manage Instagram pages and earn from freelancing.”</p>
<b>- Pooja Kulkarni</b>
</div>

<!-- 9 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“WhatsApp automation training was extremely useful for my business.”</p>
<b>- Faizan Khan</b>
</div>

<!-- 10 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“The trainers explained every topic in simple language.”</p>
<b>- Tejas Desai</b>
</div>

<!-- 11 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I got internship opportunities after completing the course.”</p>
<b>- Priya Salunkhe</b>
</div>

<!-- 12 -->
<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“SEO and Google Ads sessions were very detailed and practical.”</p>
<b>- Akash Shinde</b>
</div>

<!-- Duplicate for Infinite Loop -->

<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I got my first job in digital marketing. Thank you Sir!”</p>
<b>- Nagesh K</b>
</div>

<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I started getting freelance clients after training. Best learning experience!”</p>
<b>- Smita Patil</b>
</div>

<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“My business revenue increased after implementing digital marketing.”</p>
<b>- Rakesh Mane</b>
</div>

<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“Live projects helped me understand real client work.”</p>
<b>- Aditi More</b>
</div>

<div class="testimonial-box">
<div class="wa-icon">💬</div>
<p>“I learned Meta Ads and started generating leads for local businesses.”</p>
<b>- Imran Shaikh</b>
</div>

</div>
</div>
</section>





<section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+admission+in+Digital+Marketing+Course" class="cta-btn">Take admission now</a>
</section>



<section class="compare-section">

<h2 class="compare-title">
Why Students Choose IRS Educate
</h2>

<p class="compare-subtitle">
Most Digital Marketing courses focus only on theory. At IRS Educate, we train you with real campaigns, AI tools, practical execution, internship guidance, and career mentorship to make you industry-ready.
</p>

<table class="compare-table">

<tr>
<th style="text-align:center;">Other Institutes</th>
<th style="text-align:center;">IRS Educate</th>
</tr>

<tr>
<td class="bad">Theory-only Learning</td>
<td class="good">100% Practical Training + Live Projects</td>
</tr>

<tr>
<td class="bad">English-only Teaching</td>
<td class="good">Hindi / Marathi / English Support</td>
</tr>

<tr>
<td class="bad">No Internship Support</td>
<td class="good">Guided Internship Assistance</td>
</tr>

<tr>
<td class="bad">Outdated Syllabus</td>
<td class="good">Latest AI Marketing Tools & Automation</td>
</tr>

<tr>
<td class="bad">No Career Guidance</td>
<td class="good">1:1 Career Mentorship & Mock Interviews</td>
</tr>

<tr>
<td class="bad">Only Recorded Videos</td>
<td class="good">Live Interactive Sessions</td>
</tr>

<tr>
<td class="bad">Basic Tool Introduction</td>
<td class="good">15+ Industry Tools Training</td>
</tr>

<tr>
<td class="bad">Assignment-based Learning</td>
<td class="good">Real Campaign Execution Experience</td>
</tr>

<tr>
<td class="bad">Limited Platform Exposure</td>
<td class="good">SEO, Meta Ads, Google Ads, AI, Automation & Analytics</td>
</tr>

<tr>
<td class="bad">Generic Learning Modules</td>
<td class="good">Industry-Aligned Curriculum with Hiring Trends</td>
</tr>

<tr>
<td class="bad">No Placement Support</td>
<td class="good">360° Placement Assistance & Interview Preparation</td>
</tr>

<tr>
<td class="bad">Concept Familiarity Only</td>
<td class="good">Become Industry-Ready Digital Marketing Professional</td>
</tr>

<tr>
<td class="bad">No WhatsApp Marketing Training</td>
<td class="good">WhatsApp Automation & Lead Generation System</td>
</tr>

<tr>
<td class="bad">No AI Integration</td>
<td class="good">AI-Powered Digital Marketing Curriculum</td>
</tr>

</table>

<div class="apply-btn">

<a href="https://wa.me/919881762072?text=Hi%20IRS%20Educate,%20I%20want%20to%20apply%20for%20AI%20Digital%20Marketing%20Course" target="_blank">

🚀 Apply Now on WhatsApp

</a>

</div>

</section>



<section class="live-project-section">

<div class="live-project-container">

<h2 class="live-project-title">
Get Live Project Support
</h2>

<p class="live-project-subtitle">
Work on real Digital Marketing campaigns, gain hands-on practical experience, and build industry-ready skills with expert mentorship and live project execution support.
</p>

<div class="live-project-grid">

<div class="live-project-card">
<div class="live-project-icon">📈</div>
<h3>Real Client Projects</h3>
<p>
Learn by working on actual SEO, Meta Ads, Google Ads, and Social Media campaigns.
</p>
</div>

<div class="live-project-card">
<div class="live-project-icon">🤖</div>
<h3>AI Marketing Tools</h3>
<p>
Use advanced AI tools for content creation, automation, lead generation, and analytics.
</p>
</div>

<div class="live-project-card">
<div class="live-project-icon">🎯</div>
<h3>Practical Learning</h3>
<p>
Execute campaigns, analyze results, optimize ads, and understand ROI practically.
</p>
</div>

<div class="live-project-card">
<div class="live-project-icon">💼</div>
<h3>Career Ready Skills</h3>
<p>
Build confidence, portfolio projects, and job-ready experience before completing the course.
</p>
</div>

</div>

<div class="live-project-btn">

<a href="https://wa.me/919881762072?text=Hi,+I+want+demo+about+Digital+Marketing+Course" target="_blank">

🚀 Connect on WhatsApp

</a>

</div>

</div>

</section>




<section class="placement-section">

<div class="placement-container">
<a href="https://irs-educate.com/digitalmarketing/onlinecourse#InternshipSupport">
<h2 class="placement-title">
Internship & Placement Support
</h2>
                    </a>

<p class="placement-subtitle">
Get practical internship experience, work on live Digital Marketing projects, and receive complete placement assistance with mock interviews, resume guidance, and career mentorship support.
</p>

<!-- IMAGE GALLERY -->

<div class="placement-gallery">

<img src="https://irs-educate.com/digitalmarketing/placementimage/placement1">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement2">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement3">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement4">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement5">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement6">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement7">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement8">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement9">
<img src="https://irs-educate.com/digitalmarketing/placementimage/placement10">

</div>

<!-- BENEFITS -->

<div class="placement-benefits">

<div class="benefit-card">
<div class="benefit-icon">💼</div>
<h3>Live Internship</h3>
<p>
Gain hands-on practical exposure by working on real Digital Marketing campaigns and business projects.
</p>
</div>

<div class="benefit-card">
<div class="benefit-icon">🎯</div>
<a href="https://irs-educate.com/digitalmarketing/onlinecourse#Placement">
<h3>Placement Assistance</h3> </a>
<p>
Get support for interviews, resume building, portfolio creation, and job opportunities.
</p>
</div>

<div class="benefit-card">
<div class="benefit-icon">🤝</div>
<h3>Career Mentorship</h3>
<p>
Receive expert career guidance and one-to-one mentorship from Digital Marketing professionals.
</p>
</div>

<div class="benefit-card">
<div class="benefit-icon">🚀</div>
<h3>Industry Ready Skills</h3>
<p>
Build confidence with practical learning, AI tools, live projects, and real execution experience.
</p>
</div>

</div>

<!-- CTA BUTTON -->

<div class="apply-btn">

<a href="https://wa.me/919881762072?text=Hi%20IRS%20Educate,%20I%20want%20to%20apply%20for%20Digital%20Marketing%20Course" target="_blank">

🚀 Apply Now

</a>

</div>

</div>

</section>




<!-- STUDENT SUCCESS MESSAGE SECTION -->
<section class="section" style="text-align:center;">
  <h2 class="section-title">Student Success Messages</h2>
  <p class="text-center">Real WhatsApp & Instagram Chat Screenshots</p>

  <div class="success-grid" 
       style="display:flex; justify-content:center; align-items:center; gap:20px; flex-wrap:wrap; margin-top:20px;">
    
    <img src="https://irs-educate.com/digitalmarketing/digitalmarketingcoursereview.jpeg" 
         class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
    
    <img src="https://irs-educate.com/digitalmarketing/student%20success%20story.jpeg" 
         class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
    
    <img src="https://irs-educate.com/digitalmarketing/social%20media%20course%20success%20story.jpeg" 
         class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
  </div>
</section>



<section class="section" style="text-align:center;" id="contact">
    ...
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo on Whatsapp</a>
</section>




<!-- BUSINESS GROWTH CASE STUDIES -->
<section class="section">
<h2 class="section-title">Business Growth Case Studies</h2>
<p class="text-center">Before & After Results from Real Businesses Trained</p>

<div class="grid">
  <img src="https://irs-educate.com/digitalmarketing/online%20digital%20marketing%20for%20business%20owners.jpeg" class="img-fluid rounded">
  <img src="https://irs-educate.com/digitalmarketing/digital%20marketing%20training%20for%20business.jpeg" class="img-fluid rounded">
  <img src="https://irs-educate.com/digitalmarketing/digital%20marketing%20online%20course%20story.jpeg" class="img-fluid rounded">
</div>
</section>


<!-- PAST BUSINESS RESULTS (WEBSITE TRAFFIC / SALES ANALYTICS) -->
<section class="section">
<h2 class="section-title">Past Business Results (Analytics Growth)</h2>
<p class="text-center">Website Traffic • Leads • Sales Conversions</p>

<div class="grid">
  <img src="https://irs-educate.com/digitalmarketing/our%20digital%20marketing%20course%20proof.png" class="img-fluid rounded">
  <img src="https://irs-educate.com/digitalmarketing/success%20story%20of%20our%20online%20digital%20marketing%20student.png" class="img-fluid rounded">
</div>
</section>



<section class="section" style="text-align:center;" id="contact">
    ...
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo on Whatsapp</a>
</section>




<!-- FREELANCER WORK & EARNINGS PROOF -->
<section class="section" style="text-align:center;">
<h2 class="section-title">Freelancer Earnings & Work Results</h2>
<p class="text-center">Upwork / Fiverr / Direct Client Payments Screenshots</p>

<div class="grid"style="display:flex; justify-content:center; align-items:center; gap:20px; flex-wrap:wrap; margin-top:20px;">
  <img src="https://irs-educate.com/digitalmarketing/onlinedigitalmarketingcourseforfreelancer.jpeg" class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
  <img src="https://irs-educate.com/digitalmarketing/digitalmarketingfreelancingsuccess.jpeg" class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
  <img src="https://irs-educate.com/digitalmarketing/freelancersuccessstory.jpeg" class="img-fluid"
         style="max-width:200px; width:100%; border-radius:12px;">
</div>
</section>




<!-- TRUST & GOOGLE RATING SECTION -->
<section class="section" style="background:#f5f9ff; padding:50px 20px;">
  <div style="max-width:1000px; margin:auto; text-align:center;">

    <h2 class="section-title" style="margin-bottom:20px;">Why Students Trust Us</h2>

    <!-- Google Rating Box -->
    <div style="
      background:white; 
      padding:25px; 
      border-radius:12px; 
      box-shadow:0 4px 12px rgba(0,0,0,0.1);
      display:inline-block;
    ">
      <img src="https://irs-educate.com/digitalmarketing/google 5 star rating.jpg" 
           alt="Google" 
           style="width:120px; margin-bottom:10px;">
      <h3 style="margin:0; font-size:22px;">5.0 ★★★★★</h3>
      <p style="margin:5px 0 0 0; font-size:15px; color:#555;">Based on Real Student Reviews</p>
    </div>

    <!-- Trust Points -->
    <div style="
      margin-top:35px; 
      display:grid; 
      grid-template-columns:repeat(auto-fit, minmax(250px,1fr)); 
      gap:20px; 
      text-align:left;
    ">

      <div style="background:white; padding:20px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.06);">
        <h4>✔ 2000+ Business Owners Trained</h4>
        <p style="font-size:14px; color:#444;">Real business case studies shared in class that help you learn faster.</p>
      </div>

      <div style="background:white; padding:20px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.06);">
        <h4>✔ 10,000+ Students Successfully Trained</h4>
        <p style="font-size:14px; color:#444;">Students from commerce & arts background get job or freelancing work.</p>
      </div>

      <div style="background:white; padding:20px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.06);">
        <h4>✔ 5-Star Rated Training Experience</h4>
        <p style="font-size:14px; color:#444;">Students love our practical teaching style, personal support & guidance.</p>
      </div>

      <div style="background:white; padding:20px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.06);">
        <h4>✔ Lifetime Support & Community</h4>
        <p style="font-size:14px; color:#444;">Even after completing the course, you get help & mentorship.</p>
      </div>
</div>

<section class="section" style="text-align:center;" id="contact">
    ...
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo on Whatsapp</a>
</section>




  </div>
</section>




<!-- CERTIFICATION -->
<section class="section" style="text-align:center;">
<h2 class="section-title">Certification Included</h2>
<p>You will receive an official Professional Certificate after course completion.</p>

<img src="https://irs-educate.com/digitalmarketing/digitalmarketingcertificate.jpg" 
     class="img-fluid"
     style="max-width:450px; width:100%; border-radius:12px;">

</section>

<section class="section" style="text-align:center;" id="contact">
    ...
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo on Whatsapp</a>
</section>



<!-- MONEY BACK GUARANTEE SECTION -->
<section style="background:#f8f9fa; padding:40px 20px; text-align:center; border-radius:12px; margin-top:30px;">

    <h2 style="font-size:28px; font-weight:700; margin-bottom:15px;">
        7-Day Money Back Guarantee
    </h2>

    <p style="font-size:18px; max-width:750px; margin:auto; line-height:1.6;">
        We truly believe in the power of our Digital Marketing Training.  
        Your growth, your skills, and your results matter the most to us.  
        That’s why we offer a <b>100% Money-Back Guarantee for 7 Days</b> —
        if you feel you didn’t get value, we will refund your money without any questions.
    </p>

    <p style="font-size:18px; margin-top:15px; font-weight:600; color:#28a745;">
        We believe in our training… and we believe in YOU.  
        Your success is our mission!
    </p>

    <a href="https://api.whatsapp.com/send?phone=919881762072&text=I+want+to+book+a+free+demo+class"
       style="
          display:inline-block;
          margin-top:25px;
          background:#25D366;
          color:#fff;
          padding:14px 28px;
          border-radius:50px;
          font-size:20px;
          font-weight:600;
          text-decoration:none;
          box-shadow:0 4px 12px rgba(0,0,0,0.15);
          transition:0.3s;">
          Book Free Demo
    </a>

</section>



<!-- ABOUT TRAINER SECTION -->
<section style="padding:40px 20px; background:#ffffff; text-align:center;">

    <h2 style="font-size:30px; font-weight:700; margin-bottom:20px;">
        About Your Trainer
    </h2>
<img src="https://irs-educate.com/digitalmarketing/yasinmalidwaledigitalmarketingexpert.png" class="round-photo" alt="Trainer Photo">
    <p style="font-size:18px; line-height:1.7; max-width:900px; margin:auto;">
        Yasin Dastgir Malidwale is a <b>Digital Growth & AI Marketing Strategist</b> 
        with more than <b>10+ years of experience</b> in training, consulting, and scaling businesses.
        He has trained over <b>10,000+ students</b> and empowered <b>2,000+ business owners</b> through
        practical, results-focused digital marketing strategies.
        <br><br>
        He has worked on <b>Government projects under NSDC</b>, contributed to 
        <b>Skill India Development missions</b>, and conducted multiple 
        <b>live training programs</b> across Maharashtra & Karnataka.
        <br><br>
        He is also associated with <b>Startup Incubation Centre,</b> 
        where he mentors entrepreneurs and helps startups in business development, 
        branding, and scaling.
        <br><br>
        His teaching style is simple, practical, and completely industry-oriented, 
        designed to help you build real digital marketing skills and start earning faster.
        If you are serious about learning digital marketing the right way — 
        you’re in the right place.
    </p>

    <!-- TRAINER VIDEO -->
    <video controls style="margin-top:25px; width:50%; max-width:500px; border-radius:12px;">
        <source src="https://irs-educate.com/digitalmarketing/abouttrainer.mp4" type="video/mp4">
        Your browser does not support the video tag.
    </video>

</section>







<!-- CTA -->
<section class="section" style="text-align:center;" id="contact">
<h2 class="section-title">Join Free Live Demo Class</h2>
<p>See teaching style → Understand Course → Ask Questions → Then Decide</p>
<a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+details+about+Digital+Marketing+Course
" class="btn">Join Free Demo on WhatsApp</a>
</section>


<a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+details+about+Digital+Marketing+Course"
   style="position:fixed; bottom:20px; right:20px; background:#25D366; padding:15px 20px; 
   border-radius:50px; color:#fff; font-weight:bold; box-shadow:0 0 10px rgba(0,0,0,0.3); z-index:999;">
   WhatsApp Now
</a>


<!-- FAQ SECTION -->
<section class="section" style="background:#f8f9fa; padding:50px 20px;">
  <div style="max-width:900px; margin:auto;">
    <h2 class="section-title">Frequently Asked Questions (FAQ)</h2>

    <div style="margin-top:30px;">

      <!-- Q1 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">1. Do I need any prior experience to join this course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          No, you don’t need any prior experience. Basic computer knowledge is enough.
          This course is designed for beginners, students, business owners, and freelancers.
        </p>
      </div>

      <!-- Q2 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">2. What is the duration of the course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          The course duration is 45 days, including theory, practical assignments, and live project guidance.
        </p>
      </div>

      <!-- Q3 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">3. What will I learn in this digital marketing course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          You will learn Google Ads, Facebook & Instagram Ads, SEO basics, WhatsApp automation,
          landing page creation, social media marketing, Google Analytics, and practical business growth strategies.
        </p>
      </div>

      <!-- Q4 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">4. Will I get a job or freelancing support after the course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          We do not guarantee a job, but we provide complete support including resume building,
          interview preparation, freelancing guidance, and how to pitch clients effectively.
        </p>
      </div>

      <!-- Q5 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">5. I am a business owner. Will this course help me?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, absolutely. You will learn how to generate leads, run ads profitably,
          set up automation, increase sales using digital systems, and grow your business online.
        </p>
      </div>

      <!-- Q6 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">6. Do I need a specific educational background?</h4>
        <p style="font-size:16px; line-height:1.6;">
          No specific degree is required. Anyone from any background (Arts, Commerce, Science)
          can join and succeed in digital marketing.
        </p>
      </div>

      <!-- Q7 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">7. Will I receive a certificate after completing the course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, you will receive a Professional Certificate after completing the course and assignments.
        </p>
      </div>

      <!-- Q8 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">8. Is the course 100% online?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, the course is completely online with access to live sessions, recordings,
          resources, and downloadable study materials.
        </p>
      </div>

      <!-- Q9 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">9. Will I learn how to start freelancing?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes. We teach how to find clients, create service packages, close deals,
          manage projects, and start earning as a freelancer.
        </p>
      </div>

      <!-- Q10 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">10. What are the payment options?</h4>
        <p style="font-size:16px; line-height:1.6;">
          You can pay via UPI, bank transfer, debit/credit card, and installment plans (if available).
        </p>
      </div>

      <!-- Q11 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">11. Will I get access to recordings?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, you will get access to all class recordings so you can revise anytime.
        </p>
      </div>

      <!-- Q12 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">12. Can I start my own digital marketing agency after the course?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes. Many students start their own agency. You will learn strategy,
          pricing, client management, and service delivery so you can begin immediately.
        </p>
      </div>

      <!-- Q13 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">13. Will I get doubt-clearing support?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, you will get personal doubt-clearing support through WhatsApp and live sessions.
        </p>
      </div>

      <!-- Q14 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">14. Do you provide real project experience?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Yes, students work on real campaigns, analytics, and business scenarios for hands-on experience.
        </p>
      </div>

      <!-- Q15 -->
      <div style="margin-bottom:25px;">
        <h4 style="font-size:20px; font-weight:600;">15. How will this course help grow my career?</h4>
        <p style="font-size:16px; line-height:1.6;">
          Digital marketing skills are in high demand. You can become a freelancer,
          work in agencies, join startups, handle your family business, or build your own brand.
        </p>
      </div>

    </div>
  </div>
  

</section>

<section class="section" style="text-align:center;" id="contact">
    
    <a href="https://api.whatsapp.com/send?phone=919881762072&text=Hi,+I+want+demo+about+Digital+Marketing+Course" class="cta-btn">Join Free Demo on Whatsapp</a>
</section>


<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>

<script>
$(document).ready(function(){

    $('.why-slider').slick({
        slidesToShow: 3,
        slidesToScroll: 1,
        autoplay: true,
        autoplaySpeed: 2500,
        dots: true,
        arrows: false,
        responsive: [
            { breakpoint: 992, settings: { slidesToShow: 2 } },
            { breakpoint: 600, settings: { slidesToShow: 1 } }
        ]
    });

});
</script>


</body>
</html>
