????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................????????????????????
??????????????????
ÿØÿà
 JFIF      ÿÛ C      


!"$"$ÿÛ C    
ÿÂ p 
" ÿÄ     
         ÿÄ             ÿÚ 
   ÕÔË®

(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

adadasdasdasasdasdas


.....................................................................................................................................<!doctype html>
<html class="no-js" lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Water Treatment Course jharkhand | Xcel Technical Institute</title>
    <meta name="description"
        content="Join the Water Treatment Course jharkhand at Xcel Technical Institute and learn RO, STP, ETP, water testing, chemical dosing, plant operation and maintenance through practical training.">
    <meta name="keywords"
        content="water treatment course Jharkhand, water treatment training Jharkhand, WTP operator course Jharkhand, water treatment plant training Jharkhand, RO STP ETP training Jharkhand, water treatment technician Jharkhand">
    <link rel="canonical" href="https://xceljsr.com/water-treatment-jharkhand.php">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.webp">
    <link rel="stylesheet" href="assets/css/main.css">


<style>
/* Water Treatment – State Location Section */
.wt-location-section {
    background: #0d0f12;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}
.wt-location-section::before,
.wt-location-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.wt-location-section::before {
    width: 260px;
    height: 260px;
    left: -120px;
    top: -120px;
    background: rgba(255,255,255,.035);
}
.wt-location-section::after {
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -170px;
    background: rgba(255,59,48,.045);
}
.wt-location-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.wt-location-heading {
    text-align: center;
    margin-bottom: 42px;
}
.wt-location-badge {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    color: #ff4a42;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.wt-location-heading h2 {
    color: #fff;
    font-size: clamp(30px,4vw,46px);
    line-height: 1.15;
    margin: 0 0 14px;
    font-weight: 700;
}
.wt-location-heading p {
    color: #bfc3c9;
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
}
.wt-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
}
.wt-location-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 145px;
    padding: 25px 48px 25px 24px;
    background: linear-gradient(145deg,#191c21,#101216);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    text-decoration: none !important;
    box-shadow: 0 16px 35px rgba(0,0,0,.24);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.wt-location-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,59,48,.6);
    box-shadow: 0 22px 45px rgba(0,0,0,.34);
}
.wt-location-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
}
.wt-location-icon svg {
    width: 40px;
    height: 40px;
    display: block;
    fill: #ff3b30;
    stroke: #ff3b30;
    stroke-width: 1.5;
}
.wt-location-icon svg circle {
    fill: #fff;
    stroke: none;
}
.wt-location-card-content h3 {
    color: #fff;
    font-size: 19px;
    line-height: 1.35;
    margin: 0 0 7px;
    font-weight: 700;
}
.wt-location-card-content span {
    color: #aeb4bc;
    font-size: 14px;
    line-height: 1.5;
}
.wt-location-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff3b30;
    color: #fff;
    font-size: 18px;
    transition: transform .3s ease, background .3s ease;
}
.wt-location-card:hover .wt-location-arrow {
    transform: translate(3px,-50%);
    background: #fff;
    color: #ff3b30;
}
@media (max-width: 991px) {
    .wt-location-grid { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
    .wt-location-section { padding: 65px 18px; }
}
@media (max-width: 575px) {
    .wt-location-heading { margin-bottom: 30px; }
    .wt-location-heading h2 { font-size: 29px; }
    .wt-location-heading p { font-size: 14px; }
    .wt-location-card { min-height: 125px; padding: 20px 45px 20px 18px; gap: 14px; }
    .wt-location-icon { width: 54px; height: 54px; min-width: 54px; border-radius: 13px; }
    .wt-location-icon svg { width: 35px; height: 35px; }
    .wt-location-card-content h3 { font-size: 16px; }
    .wt-location-card-content span { font-size: 13px; }
}
</style>

</head>

<body>
    <?php include 'header.php'; ?>

    <main>

        <!-- breadcrumb-area-start -->
        <div class="it-choose-3-area it-breadcrumb-course-details-style it-breadcrumb-ptb fix z-index-1">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-xxl-6 col-xl-7 col-lg-8 col-md-7">
                        <div class="it-breadcrumb-content z-index-1">
                            <div class="it-breadcrumb-title-box mb-20">
                                <h1 class="it-section-title text-white">
                                    Water Treatment Plant Operator Course jharkhand
                                </h1>

                                <p class="text-white">
                                    <b>Water Treatment Plant Operator Course jharkhand</b> में Water Purification, RO, STP, ETP, Water Quality Testing, Chemical Dosing, Plant Operation, Maintenance और Safety Standards की practical training दी जाती है। <b>Admission Open – Apply Now!</b>
                                </p>
                            </div>
                            <div class="it-breadcrumb-author-wrapper d-none d-lg-flex align-items-center">
                                <div class="border-style d-flex align-items-center mb-20">
                                    <div class="it-breadcrumb-author">
                                    </div>
                                    <div class="it-breadcrumb-author-info">
                                        <span>Duration</span>
                                        <span class="name">3 Months</span>
                                    </div>
                                </div>
                                <div class="it-breadcrumb-author-info border-style mb-20">
                                    <span>Eligibility</span>
                                    <span>Matriculation</span>
                                </div>
                                <div class="it-breadcrumb-author-info mb-20">
                                    <span>Call</span>
                                    <span>

                                        <a href="tel:+919939934411">9939934411</a>


                                    </span>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-xxl-6 col-xl-5 col-lg-4 col-md-5">
                        <div class="it-breadcrumb-thumb-wrap text-end">
                            <div class="it-breadcrumb-thumb thumb-overlay z-index-1">
                                <img src="assets/img/courses/water-treatment.webp" alt="Water Treatment">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- breadcrumb-area-end -->
        <section class="it-brand-4-area z-index-2 pt-30 pb-30">
            <div class="container">
                <div class="row">
                    <div class="col-12">
                        <div class="it-brand-4-top-text text-center mb-45">
                            <h5>Our Recruiters</h5>
                        </div>
                        <div class="swiper it-brand-5-active">
                            <div class="swiper-wrapper slider-transtion d-flex align-items-center">
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                         <img src="assets/img/companylogo/1.webp" alt="TATA Motars">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/2.webp" alt="Jusco">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/3.webp" alt="Reliance">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/4.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/5.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/6.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/7.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/8.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/9.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/10.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/a.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/c.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/d.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/e.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/f.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/g.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/h.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/i.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/j.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/k.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/l.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                        <img src="assets/img/companylogo/m.webp" alt="recruiters">
                                    </div>
                                </div>
                                <div class="swiper-slide">
                                    <div class="it-brand-4-item text-center">
                                         <img src="assets/img/companylogo/n.webp" alt="Al Moallam Group">
                                    </div>
                                </div>


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

        <!-- details-area-start -->
        <div class="it-course-details-area it-course-details-v1-style pt-30 pb-10">
            <div class="container">
                <div class="row gx-35">
                    <div class="col-lg-7">
                        <div class="it-course-details-left">
                            <!-- Placement -->
                            <section class="it-event-area it-event-inner-style z-index-1 pt-130 pb-130">
                                <div class="container">
                                    <div class="row">
                                        <div class="col-12">
                                            <div class="it-blog-section-title-box text-center mb-30">
                                                <span class="it-section-subtitle">Placement</span>
                                                <h4 class="it-section-title">
                                                    <span class="z-index-1">
                                                        Placement
                                                    </span>
                                                    <hr class="underline">
                                                </h4>
                                                <p class="newp">Explore our successful placements where our trained
                                                    students are working in
                                                    reputed companies across different industries.</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="row gx-35 d-grids">
                                        <div class="col-xl-4 col-lg-6 col-md-3 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".3s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.3s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel1.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">ALI AKHTAR</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : HVAC Operator</div>
                                                        <div><strong>Salary</strong> : 35000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".5s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.5s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel2.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">ARMAN ALAM</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> :Instrument Technician</div>
                                                        <div><strong>Salary</strong> : 30000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel3.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">DINESH BANDHU</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : BMS Operator</div>
                                                        <div><strong>Salary</strong> : 28000</div>
                                                    </div>

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

                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel4.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">RAJIV KUMAR</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Land Surveyor Officer</div>
                                                        <div><strong>Salary</strong> : 45000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel5.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">RAVIARNJAN KUMAR</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Water Treatment Officer
                                                        </div>
                                                        <div><strong>Salary</strong> : 34000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel6.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">FARHAN ALI</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : AC Technician</div>
                                                        <div><strong>Salary</strong> : 25000</div>
                                                    </div>

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

                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel7.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">BHUPENDRA RAJ</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Plant Electrician</div>
                                                        <div><strong>Salary</strong> : 45000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: visible; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: itfadeUp;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel8.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">DHARMENDRA SINGH</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Land Surveyor Officer</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel9.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">RAMESH MAHAN</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : CCTV Technician</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel10.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">NIRAJ SINGH</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Fire Alarm Technician </div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel11.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">NAGENRA RAO</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Storekeeper</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel12.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">MANOJ MAHTO</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Document Controller</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel13.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">AVIJEET KUMAR</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Pipe Fitter</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel14.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">RAVI RAJAN</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Pipe Fabricator</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel15.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">DHIREN SING</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Mechanical Fitter</div>
                                                        <div><strong>Salary</strong> : 40000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel16.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">BAGWAN DAS</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Plumber</div>
                                                        <div><strong>Salary</strong> : 14000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel17.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">RAJIV DAS</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Plumber</div>
                                                        <div><strong>Salary</strong> : 14000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="col-xl-4 col-lg-6 col-md-6 col-6 wow itfadeUp"
                                            data-wow-duration=".9s" data-wow-delay=".7s"
                                            style="visibility: hidden; animation-duration: 0.9s; animation-delay: 0.7s; animation-name: none;">
                                            <div class="it-event-item mb-35">
                                                <div class="it-event-thumb border-radius-20 mb-35 p-relative">
                                                    <img class="w-100 placement-img"
                                                        src="assets/img/technical/xcel18.jpeg" alt="Technical Courses">
                                                </div>
                                                <div class="it-event-content">
                                                    <h5 class="it-event-title mb-20">
                                                        <a class="border-line" href="">MD NAVIN</a>
                                                    </h5>
                                                    <div class="it-event-meta">
                                                        <div><strong>Designation</strong> : Plumber</div>
                                                        <div><strong>Salary</strong> : 20000</div>
                                                    </div>

                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </section>
                            <!-- Placement End -->
                            <div class="postbox-comment mb-35">
                                <h4 class="it-details-title">Water Treatment Course Training jharkhand</h4>
                                <p>
                                    <b>Water Treatment Course jharkhand</b> students को water purification, wastewater treatment और treatment plant operations की practical knowledge देने के लिए designed है। Course में RO, filtration, STP, ETP, water testing, chemical dosing, pump operations, maintenance और safety procedures cover किए जाते हैं।
                                </p>
                            </div>
                            <div class="postbox-comment mb-35">
                                <h4 class="it-details-title">Why Choose Us?</h4>
                                <div class="it-details-list-box mt-5 mb-30">
                                    <div class="row">
                                        <div class="col-lg-6 col-md-6">
                                            <div class="it-details-list style-1">
                                                <ul>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>High demand for Water Treatment</p>

                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Practical hands-on training</p>

                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Job opportunities in construction projects</p>
                                                        </span>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                        <div class="col-lg-6 col-md-6">
                                            <div class="it-details-list style-2">
                                                <ul>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Opportunity to work in India and abroad</p>
                                                        </span>
                                                    </li>
                                                    <li>
                                                        <span>
                                                            <svg width="20" height="16" viewBox="0 0 20 16" fill="none"
                                                                xmlns="http://www.w3.org/2000/svg">
                                                                <path fill-rule="evenodd" clip-rule="evenodd"
                                                                    d="M5.71195 16C5.58634 16 5.48163 15.9144 5.43976 15.8073C5.41885 15.7644 3.618 11.0101 0.833023 9.21113C0.288584 8.86848 -0.130124 8.50439 0.0373593 7.69056C0.204843 6.89818 0.728376 6.44844 1.67062 6.23426C3.34575 5.87017 5.14655 8.52577 5.81666 9.61804C8.16184 6.12724 12.8523 0.644689 19.6786 0.00221658C20.0079 -0.037266 20.1297 0.461976 19.8252 0.601865C19.7205 0.644689 9.96258 5.20638 6.00505 15.8287C5.94227 15.9357 5.83756 16 5.71195 16Z"
                                                                    fill="currentcolor" />
                                                            </svg>
                                                            <p>Build a skilled and stable career</p>
                                                        </span>
                                                    </li>

                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="postbox-comment mb-35">
                                <h4 class="it-details-title">Our Infrastructure</h4>
                                <div class="slider">
                                    <div class="slides">
                                        <img src="assets/img/facilities/new-one3.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new1.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new2.webp" class="slide">
                                        <img src="assets/img/facilities/infrastructure-new3.webp" class="slide">
                                    </div>

                                    <button class="prev">&#10094;</button>
                                    <button class="next">&#10095;</button>
                                </div>
                            </div>
                        </div>
                    </div>
                      <div class="col-lg-5">
                        <!-- Promotional Sidebar -->
                        <aside class="xcel-promo-sidebar">

                            <div class="xcel-promo-top">
                                <span class="xcel-promo-tag">XCEL TECHNICAL INSTITUTE</span>
                                <h3>Learn Practical.<br><strong>Get Job Ready.</strong></h3>
                                <p>Build industry-ready skills with practical technical training.</p>
                            </div>

                            <div class="xcel-promo-courses">
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">⚙</span>
                                    <div><strong>Technical Courses</strong><small>Industry-oriented training</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">🛠</span>
                                    <div><strong>Practical Training</strong><small>Hands-on learning & workshop</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">✓</span>
                                    <div><strong>Career Opportunities</strong><small>Build a skilled career</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                                <div class="xcel-promo-course">
                                    <span class="xcel-promo-icon">★</span>
                                    <div><strong>Certification</strong><small>Training with career guidance</small></div>
                                    <span class="xcel-arrow">›</span>
                                </div>
                            </div>

                           <a href="tel:+919939934411" class="xcel-promo-call">
                                <span class="xcel-phone-icon">☎</span>
                                <span><small>Call Us Now</small><strong>+91 99399 34411</strong></span>
                            </a>

                            <div class="xcel-promo-footer">
                                <span>Learn Today</span><b>|</b><span>Get Skilled</span><b>|</b><span>Build Your Career</span>
                            </div>

                        </aside>
                    </div>
                </div>
            </div>
        </div>
        <!-- details-area-end -->

        <section class="course-content pt-60 pb-60" style="background:beige;">
            <div class="container">

                <!-- Title -->
                <div class="it-blog-section-title-box text-center mb-30">
                    <span class="it-section-subtitle">Why Choose Us</span>
                    <h2 class="it-section-title">
                        <span class="z-index-1"><strong>Water Treatment Course Training Institute</strong> in India
                        </span>
                        <hr class="underline">
                    </h2>
                </div>

                <!-- Description -->
                <div class="course-para text-center">
                    <p>
                        <b>Xcel Technical Institute</b> Jharkhand में <strong>Water Treatment Course</strong> प्रदान करता है, जिसमें water purification, treatment processes और plant operations की complete knowledge दी जाती है। Students को RO, STP, ETP, filtration, water testing, chemical dosing और maintenance की practical training दी जाती है।
                    </p>
                </div>

                <!-- Course Boxes -->
                <div class="row text-center">

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Water Treatment Course</h4>
                            <p>Water purification और treatment systems के fundamentals सीखें।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Water Treatment Training</h4>
                            <p>RO, STP, ETP systems और plant operations को समझें।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Water Treatment Institute</h4>
                            <p>Expert guidance और modern equipment के साथ professional training पाएं।</p>
                        </div>
                    </div>

                    <div class="col-lg-3 col-md-6 mb-4">
                        <div class="course-box">
                            <h4>Water Treatment Classes</h4>
                            <p>Water testing, chemical process और hands-on practical experience प्राप्त करें।</p>
                        </div>
                    </div>

                </div>

            </div>
        </section>

        <!-- Testimonial -->
        <section class="testimonial-section">
            <div class="overlay"></div>

            <div class="testimonial-container">

                <h2>What's Clients Says?</h2>

                <div class="testimonial-slider">

                    <div class="testimonial active">
                        <img src="assets/img/placement/GHANSHYAM MUNDA- FORKLIFT OPERATOR.webp" class="student-img">

                        <h3>GHANSHYAM MUNDA</h3>
                        <h4 class="role">Water Treatment</h4>

                        <p class="review">
                            The Advance Diploma in Industrial Safety at Xcel Technical Institute helped me understand
                            advanced HSE concepts like HIRA, HAZOP, PTW systems, and risk control measures. The trainers
                            explained real industrial case studies that improved my understanding of safety management
                            deeply.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/ROSHAN BODRA - JCB OPERATOR.webp" class="student-img">

                        <h3>ROSHAN BODRA</h3>
                        <h4 class="role">Water Treatment</h4>

                        <p class="review">
                            Chemical safety was a completely new subject for me. After the training, I can identify
                            chemical hazards, understand MSDS, and apply safe handling procedures. The learning sessions
                            were very practical and industry-focused.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/MD ASIF- MOBILE CRANE OPERATOR.webp" class="student-img">

                        <h3>MD ASIF</h3>
                        <h4 class="role">Water Treatment</h4>

                        <p class="review">
                            I gained advanced knowledge of fire prevention, evacuation planning, fire hydrant systems,
                            extinguishers, smoke detectors, and emergency response. The mock drills helped me learn how
                            to respond quickly during real emergencies.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/boy.webp" class="student-img">

                        <h3>Fahad Khan</h3>
                        <h4 class="role">Water Treatment</h4>

                        <p class="review">
                            One of the most important topics was accident investigation. I learned how to identify
                            unsafe acts, analyze root causes, prepare investigation reports, and implement corrective
                            actions. This has made me more confident as a future safety professional.
                        </p>
                    </div>

                    <div class="testimonial">
                        <img src="assets/img/placement/boy.webp" class="student-img">

                        <h3>Ravi Kumar</h3>
                        <h4 class="role">Water Treatment</h4>

                        <p class="review">
                            The training covered safety laws, Factory Act, OSHA guidelines, audit procedures,
                            checklists, and documentation systems. Understanding legal compliance was very useful for
                            working in industries and construction companies.
                        </p>
                    </div>

                </div>

                <button class="testimonial-prev">&#10094;</button>
                <button class="testimonial-next">&#10095;</button>

            </div>
        </section>
        <!-- Testimonial End -->

        <!-- FAQ Section Start  -->
        <div class="it-faq-area it-faq-inner-style  it-faq-style-2 pt-30 pb-10">
            <div class="container">
                <div class="container py-2 text-align-center mb-30">
                    <h4 class="it-section-title">Frequently Asked Questions
                        <hr class="underline">
                    </h4>
                </div>
                <div class="row">
                    <div class="col-12">
                        <div class="tab-content" id="myTabContent">
                            <!-- ================= STUDENT TAB ================= -->
                            <div class="tab-pane fade show active" id="student" role="tabpanel"
                                aria-labelledby="student-tab">
                                <div class="row gx-35">
                                    <div class="col-xl-12 col-lg-12 wow itfadeLeft" data-wow-duration=".9s"
                                        data-wow-delay=".5s">
                                        <div class="it-custom-accordion">
                                            <div class="accordion" id="accordionExample">


                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingOne2">
                                                        <button class="accordion-buttons" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseOne2" aria-expanded="true">
                                                            1. What is the Water Treatment Course jharkhand?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseOne2" class="accordion-collapse collapse show"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                The Water Treatment Course jharkhand covers water purification, treatment processes, plant operation, water testing and maintenance used in industrial, municipal and environmental applications.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingTwo3">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseTwo3">
                                                            2. What topics are covered in the training?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseTwo3" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                The training covers RO systems, filtration, STP, ETP, chemical dosing, water testing, pump operations, maintenance and safety procedures.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingFour4">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseFour4">
                                                            3. What is the eligibility for the course?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseFour4" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                The source page lists Matriculation as the eligibility for the Water Treatment Plant Operator Course.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingFour5">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseFour5">
                                                            4. Does the course include practical training?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseFour5" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                Yes, the course emphasizes practical hands-on learning related to treatment systems, plant operations and water quality processes.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>

                                                <div class="accordion-items gray-bg mb-20">
                                                    <h4 class="accordion-header" id="headingFive6">
                                                        <button class="accordion-buttons collapsed" type="button"
                                                            data-bs-toggle="collapse" data-bs-target="#collapseFive6">
                                                            5. Where can trained students work?
                                                        </button>
                                                    </h4>
                                                    <div id="collapseFive6" class="accordion-collapse collapse"
                                                        data-bs-parent="#accordionExample">
                                                        <div class="accordion-body">
                                                            <p class="mb-0">
                                                                Students can pursue work related to water treatment plants, industries, municipal utilities and environmental projects after completing relevant training.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- FAQ Section End  -->


        <!-- Water Treatment State Locations -->
        <section class="wt-location-section">
            <div class="wt-location-container">
                <div class="wt-location-heading">
                    <span class="wt-location-badge">Water Treatment Training Locations</span>
                    <h2>Water Treatment Training Across States</h2>
                    <p>Explore our Water Treatment Plant Operator Course training options Bihar, Jharkhand and West Bengal.</p>
                </div>

                <div class="wt-location-grid">
                    <a href="water-treatment-bihar.php" class="wt-location-card">
                        <div class="wt-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div class="wt-location-card-content">
                            <h3>Water Treatment Course Bihar</h3>
                            <span>Explore Bihar Training</span>
                        </div>
                        <span class="wt-location-arrow">→</span>
                    </a>

                    <a href="water-treatment-jharkhand.php" class="wt-location-card">
                        <div class="wt-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div class="wt-location-card-content">
                            <h3>Water Treatment Course jharkhand</h3>
                            <span>Explore Jharkhand Training</span>
                        </div>
                        <span class="wt-location-arrow">→</span>
                    </a>

                    <a href="water-treatment-west-bengal.php" class="wt-location-card">
                        <div class="wt-location-icon">
                            <svg viewBox="0 0 24 24" aria-hidden="true">
                                <path d="M12 21s7-6.2 7-12A7 7 0 0 0 5 9c0 5.8 7 12 7 12z"></path>
                                <circle cx="12" cy="9" r="2.5"></circle>
                            </svg>
                        </div>
                        <div class="wt-location-card-content">
                            <h3>Water Treatment Course West bengal</h3>
                            <span>Explore West Bengal Training</span>
                        </div>
                        <span class="wt-location-arrow">→</span>
                    </a>
                </div>
            </div>
        </section>
        <!-- Water Treatment State Locations End -->

    </main>

    <?php include 'footer.php'; ?>

    <script>
        let slides = document.querySelectorAll(".slide");
        let current = 0;

        function showSlide(index) {
            slides.forEach(slide => slide.classList.remove("active"));
            slides[index].classList.add("active");
        }

        function nextSlide() {
            current = (current + 1) % slides.length;
            showSlide(current);
        }

        function prevSlide() {
            current = (current - 1 + slides.length) % slides.length;
            showSlide(current);
        }

        document.querySelector(".next").addEventListener("click", nextSlide);
        document.querySelector(".prev").addEventListener("click", prevSlide);

        // Auto Slide (3 sec)
        setInterval(nextSlide, 3000);
    </script>
    <script>
        let testimonials = document.querySelectorAll(".testimonial");
        let index = 0;

        document.querySelector(".testimonial-next").onclick = function () {
            testimonials[index].classList.remove("active");
            index++;

            if (index >= testimonials.length) {
                index = 0;
            }

            testimonials[index].classList.add("active");
        }

        document.querySelector(".testimonial-prev").onclick = function () {
            testimonials[index].classList.remove("active");
            index--;

            if (index < 0) {
                index = testimonials.length - 1;
            }

            testimonials[index].classList.add("active");
        }

        setInterval(nextTestimonial, 4000);
    </script>