{% extends "layout/layout.twig" %}


{# ===== SEO VARIABLES FOR HOME PAGE ===== #}

{% set title = "Home" %}
{% set meta_title = "Professional AC & Maintenance Services in Dubai" %}
{% set meta_description = "We provide AC installation, waterproofing, painting and full maintenance services across Dubai." %}
{% set meta_keywords = "AC service Dubai, waterproofing Dubai, maintenance company" %}
{% set meta_robots = "index, follow" %}
{% set og_image = base_url ~ "/assets/images/home-og.jpg" %}

{% block content %}

	<section id="subheader" class="jarallax text-light">
		<div class="container relative z-index-1000">
			<div class="row align-items-center">
				<div
					class="col-lg-6">
					{# <div class="subtitle s2 bg-color text-light wow fadeInUp mb-2">Our Service</div> #}
					<h1>Services</h1>
					<ul class="crumb">
						<li>
							<a href="{{ base_url }}/">Home</a>
						</li>
						<li class="active">Services</li>
					</ul>
				</div>
				{# <div class="col-lg-6 text-lg-end">
												                <div class="fs-20 fw-600 no-bottom sm-hide">Air Conditioning and Heating Specialists</div>
												            </div> #}
			</div>
		</div>
		<div class="de-overlay"></div>
	</section>

	<section class="bg-light space">
		<div class="container ">
			{# <div class="row justify-content-center"> #}
			{# <div class="col-lg-10"> #}
				<div class="row g-4"> <div class="row g-4">
					<div class=" text-center">
						<div class="subtitle  wow fadeInUp mb-3">What We Do</div>
						<h2 class="wow fadeInUp sec-title" data-wow-delay=".2s">Expert Engineering Services You Can Trust</h2>
						<p class="lead wow fadeInUp">We provide integrated mechanical, electrical, and plumbing services designed to deliver efficiency, safety, and long-term reliability.    Our experienced team ensures every project meets the highest standards of performance and compliance.</p>
					</div>
				</div>

				<div class="row">
					<div class="col-lg-4 col-md-4 d-flex mt-5">
						<div class="service-card">
							<img src="{{ base_url }}/assets/images/hero/mechanical-1.png" alt=""/>

							<div class="service-content">
								<h3>Mechanical Services</h3>

								<p>
									Design, Build, Installation & Maintenance for HVAC System, all types of Air Conditioning
																		                            System Installation, Chilled Water System, Duct Works, Ventilation Systems
								</p>

								<a href="{{ base_url }}/services/mechanical-mep-contractors-uae" class="btn-main">
									Read more
								</a>
							</div>
						</div>
					</div>

					<div class="col-lg-4 col-md-4 d-flex mt-5">
						<div class="service-card">
							<img src="{{ base_url }}/assets/images/hero/plumbing-1.png" alt=""/>

							<div class="service-content">
								<h3>Plumbing Services</h3>

								<p>
									Complete plumbing and drainage solutions, including piping works, sanitary fixtures, Water &
																		                            Sewage Treatment Plants, pump and tank installation, and potable water booster systems.
								</p>

								<a href="{{ base_url }}/services/plumbing-services-dubai" class="btn-main">
									Read more
								</a>
							</div>
						</div>
					</div>

					<div class="col-lg-4 col-md-4 d-flex mt-5">
						<div class="service-card">
							<img src="{{ base_url }}/assets/images/hero/electrical-1.png" alt=""/>

							<div class="service-content">
								<h3>Electrical Services</h3>

								<p>
									Specialized in Electrical Panel, BMS Installation, Busbar System, Cable Laying & Termination
																		                            Works, Electrical Containment Systems, Low Current & Voltage System
								</p>

								<a href="{{ base_url }}/services/electrical-maintenance-installation-company-uae" class="btn-main">
									Read more
								</a>
							</div>
						</div>
					</div>

					<div class="col-lg-4 col-md-4 d-flex mt-5">
						<div class="service-card">
							<img src="{{ base_url }}/assets/images/hero/dust-clening-1.png" alt=""/>

							<div class="service-content">
								<h3>Duct Cleaning</h3>

								<p>
									Duct cleaning is the process of removing dust, debris, mold, allergens, and other
																		                            contaminants from heating, ventilation, and air conditioning (HVAC) duct systems.
								</p>

								<a href="{{ base_url }}/services/ac-duct-cleaning-in-uae" class="btn-main">
									Read more
								</a>
							</div>
						</div>
					</div>

					<div class="col-lg-4 col-md-4 d-flex mt-5">
						<div class="service-card">
							<img src="{{ base_url }}/assets/images/hero/iaq-1.png" alt=""/>

							<div class="service-content">
								<h3>Indoor Air Quality</h3>

								<p>Indoor Air Quality (IAQ) refers to the condition of the air inside buildings and how it affects the health, comfort, and well-being of occupants.</p>

								<a href="{{ base_url }}/services/indoor-air-quality-testing-in-uae" class="btn-main">
									Read more
								</a>
							</div>
						</div>
					</div>

				</div>

			</div>
			{# </div> #}
			{# </div> #}


		</div>
	</section>

{% endblock %}
