{"id":166,"date":"2025-10-20T14:11:16","date_gmt":"2025-10-20T14:11:16","guid":{"rendered":"https:\/\/alaweem.com\/?page_id=166"},"modified":"2025-10-22T08:48:53","modified_gmt":"2025-10-22T08:48:53","slug":"alaweem","status":"publish","type":"page","link":"https:\/\/alaweem.com\/","title":{"rendered":"alaweem"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"166\" class=\"elementor elementor-166\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e095839 e-con-full e-flex e-con e-parent\" data-id=\"e095839\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53f3858 elementor-widget elementor-widget-html\" data-id=\"53f3858\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Al Aweem | Technical Services<\/title>\r\n  <link rel=\"icon\" href=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/08\/Al-Aweem-logo.png\" \/>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n  <style>\r\n    :root {\r\n      --primary: #003366;\r\n      --accent: #f5a623;\r\n      --dark: #111;\r\n      --light: #ffffff;\r\n    }\r\n\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: \"Inter\", \"Open Sans\", \"Roboto\", sans-serif;\r\n    }\r\n\r\n    body {\r\n      background: var(--light);\r\n      color: var(--dark);\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    \/* Top Bar *\/\r\n    .top-bar {\r\n      background: var(--primary);\r\n      color: var(--light);\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      padding: 8px 20px;\r\n      font-size: 0.9rem;\r\n    }\r\n\r\n    \/* Navbar *\/\r\n    nav {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      padding: 14px 5%;\r\n      background: #fff;\r\n      position: sticky;\r\n      top: 0;\r\n      z-index: 100;\r\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\r\n    }\r\n\r\n    .logo img {\r\n      height: 55px;\r\n      max-width: 100%;\r\n      object-fit: contain;\r\n    }\r\n\r\n    .nav-links {\r\n      display: flex;\r\n      gap: 28px;\r\n      align-items: center;\r\n    }\r\n\r\n    .nav-links a {\r\n      text-decoration: none;\r\n      color: var(--primary);\r\n      font-weight: 600;\r\n      transition: color 0.3s ease, transform 0.3s ease;\r\n    }\r\n\r\n    .nav-links a:hover {\r\n      color: var(--accent);\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    .cta-btn {\r\n      background: var(--accent);\r\n      color: var(--light);\r\n      padding: 10px 22px;\r\n      border-radius: 6px;\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .cta-btn:hover {\r\n      background: var(--primary);\r\n      color: var(--light);\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    \/* HERO SECTION *\/\r\n    .hero {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      padding: 100px 5%;\r\n      width: 100%;\r\n      max-width: 1400px;\r\n      margin: auto;\r\n      gap: 50px;\r\n      background: var(--light);\r\n    }\r\n\r\n    .hero-text {\r\n      flex: 1 1 50%;\r\n      animation: fadeInUp 1s ease forwards;\r\n    }\r\n\r\n    @keyframes fadeInUp {\r\n      0% { opacity: 0; transform: translateY(40px); }\r\n      100% { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    .hero-text h1 {\r\n      font-size: clamp(2rem, 4vw, 3.5rem);\r\n      font-weight: 800;\r\n      color: var(--primary);\r\n      margin-bottom: 18px;\r\n      line-height: 1.2;\r\n      letter-spacing: -0.5px;\r\n    }\r\n\r\n    .hero-text p {\r\n      font-size: 1.1rem;\r\n      line-height: 1.6;\r\n      color: #444;\r\n      margin-bottom: 30px;\r\n      max-width: 550px;\r\n    }\r\n\r\n    .hero-text .cta-btn {\r\n      font-size: 1rem;\r\n      padding: 12px 28px;\r\n      border-radius: 8px;\r\n    }\r\n\r\n    .hero-image {\r\n      flex: 1 1 50%;\r\n      text-align: right;\r\n      animation: float 4s ease-in-out infinite;\r\n    }\r\n\r\n    .hero-image img {\r\n      width: 100%;\r\n      max-width: 550px;\r\n      border-radius: 0;\r\n      background: transparent;\r\n      object-fit: contain;\r\n    }\r\n\r\n    @keyframes float {\r\n      0%, 100% { transform: translateY(0px); }\r\n      50% { transform: translateY(-10px); }\r\n    }\r\n\r\n    \/* Mobile *\/\r\n    .menu-toggle {\r\n      display: none;\r\n      font-size: 1.8rem;\r\n      cursor: pointer;\r\n      color: var(--primary);\r\n      background: var(--light);\r\n      border: 1px solid #ddd;\r\n      padding: 4px 10px;\r\n      border-radius: 6px;\r\n      transition: background 0.3s ease;\r\n    }\r\n\r\n    .menu-toggle:hover {\r\n      background: #f2f2f2;\r\n    }\r\n\r\n    @media (max-width: 900px) {\r\n      .hero {\r\n        flex-direction: column-reverse;\r\n        text-align: center;\r\n        padding: 70px 5%;\r\n      }\r\n\r\n      .hero-text, .hero-image {\r\n        flex: 1 1 100%;\r\n      }\r\n\r\n      .hero-image img {\r\n        max-width: 90%;\r\n      }\r\n\r\n      .nav-links {\r\n        display: none;\r\n        flex-direction: column;\r\n        background: var(--primary);\r\n        position: absolute;\r\n        top: 75px;\r\n        right: 0;\r\n        width: 230px;\r\n        padding: 20px;\r\n        border-radius: 0 0 0 12px;\r\n      }\r\n\r\n      .nav-links a {\r\n        color: #fff;\r\n      }\r\n\r\n      .nav-links a:hover {\r\n        color: var(--accent);\r\n      }\r\n\r\n      .nav-links.active {\r\n        display: flex;\r\n      }\r\n\r\n      .menu-toggle {\r\n        display: block;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Top Contact Bar -->\r\n  <div class=\"top-bar\">\r\n    <div>\ud83d\udce7 info@alaweem.com | \ud83d\udcde +971 56 586 5149<\/div>\r\n  <\/div>\r\n\r\n  <!-- Navigation -->\r\n  <nav>\r\n    <div class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/aiease_1761061562332-removebg-preview.png\" alt=\"Al Aweem Logo\" \/>\r\n    <\/div>\r\n    <div class=\"menu-toggle\">\u2630<\/div>\r\n    <div class=\"nav-links\">\r\n      <a href=\"#\">Home<\/a>\r\n      <a href=\"#services\">Services<\/a>\r\n      <a href=\"#about\">About<\/a>\r\n      <a href=\"#contact\">Contact<\/a>\r\n    <\/div>\r\n  <\/nav>\r\n\r\n  <!-- Hero Section -->\r\n  <section class=\"hero\">\r\n    <div class=\"hero-text\">\r\n      <h1>Fast & Reliable Home Services<\/h1>\r\n      <p>Al Aweem Technical Services \u2013 your trusted partner for Electrical, Plumbing, HVAC, and Maintenance Solutions. Experience professionalism and efficiency for all your technical needs.<\/p>\r\n      <a href=\"https:\/\/api.whatsapp.com\/send?phone=971565865149\" target=\"_blank\" class=\"cta-btn\" rel=\"noopener\">\ud83d\udcac Get a Free Quote<\/a>\r\n    <\/div>\r\n    <div class=\"hero-image\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/al-aweem.jpeg\" alt=\"Al Aweem Services\">\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <script>\r\n    \/\/ Mobile Menu Toggle (\u2630 \u2192 \u2716)\r\n    const menuToggle = document.querySelector(\".menu-toggle\");\r\n    const navLinks = document.querySelector(\".nav-links\");\r\n\r\n    menuToggle.addEventListener(\"click\", () => {\r\n      navLinks.classList.toggle(\"active\");\r\n      menuToggle.textContent = navLinks.classList.contains(\"active\") ? \"\u2716\" : \"\u2630\";\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b48e4d7 e-flex e-con-boxed e-con e-parent\" data-id=\"b48e4d7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72c25d8 elementor-widget elementor-widget-html\" data-id=\"72c25d8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n      <section id=\"services\">\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Alaweem - Professional Services<\/title>\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: \"Poppins\", sans-serif;\r\n    }\r\n\r\n    body {\r\n      background: #f8fafc;\r\n      color: #333;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    h2.section-title {\r\n      text-align: center;\r\n      font-size: 2.4rem;\r\n      font-weight: 700;\r\n      color: #1e3a8a;\r\n      margin: 60px 0 40px;\r\n      position: relative;\r\n    }\r\n\r\n    h2.section-title::after {\r\n      content: \"\";\r\n      display: block;\r\n      width: 90px;\r\n      height: 3px;\r\n      background: #2563eb;\r\n      margin: 12px auto 0;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .intro-text {\r\n      text-align: center;\r\n      color: #555;\r\n      font-size: 1.05rem;\r\n      max-width: 700px;\r\n      margin: -20px auto 60px;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    .services-section {\r\n      width: 90%;\r\n      max-width: 1200px;\r\n      margin: 0 auto 70px;\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n      gap: 25px;\r\n    }\r\n\r\n    .service-box {\r\n      background: #fff;\r\n      border-radius: 15px;\r\n      overflow: hidden;\r\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\r\n      transition: all 0.5s ease;\r\n      cursor: pointer;\r\n      transform: translateY(50px);\r\n      opacity: 0;\r\n    }\r\n\r\n    .service-box.visible {\r\n      transform: translateY(0);\r\n      opacity: 1;\r\n    }\r\n\r\n    .service-box:hover {\r\n      transform: translateY(-8px);\r\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\r\n    }\r\n\r\n    .service-box img {\r\n      width: 100%;\r\n      height: 210px;\r\n      object-fit: cover;\r\n      transition: transform 0.6s ease;\r\n    }\r\n\r\n    .service-box:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .service-content {\r\n      padding: 20px;\r\n    }\r\n\r\n    .service-content h3 {\r\n      font-size: 1.3rem;\r\n      color: #1e3a8a;\r\n      margin-bottom: 10px;\r\n      font-weight: 600;\r\n    }\r\n\r\n    .service-content p {\r\n      font-size: 0.95rem;\r\n      color: #555;\r\n      line-height: 1.5;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      h2.section-title {\r\n        font-size: 1.8rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- ===== OUR SERVICES ===== -->\r\n  <h2 class=\"section-title\">Our Services<\/h2>\r\n  <p class=\"intro-text\">\r\n    Alaweem provides professional construction, MEP, and decoration solutions with a focus on quality, safety, and design excellence. \r\n    We take pride in offering complete project execution \u2014 from concept to finishing.\r\n  <\/p>\r\n\r\n  <!-- ===== CONSTRUCTION & FINISHING WORKS ===== -->\r\n  <h2 class=\"section-title\">Construction & Finishing Works<\/h2>\r\n  <div class=\"services-section\">\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Plaster-Works.jpeg\" alt=\"Plaster Works\">\r\n      <div class=\"service-content\">\r\n        <h3>Plaster Works<\/h3>\r\n        <p>High-quality plastering for walls and ceilings, ensuring smooth and durable surfaces. Our skilled craftsmen deliver precision finishes using modern tools and materials, suitable for both residential and commercial spaces.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Floor-Wall-Tiling-Works.jpg\" alt=\"Tiling Works\">\r\n      <div class=\"service-content\">\r\n        <h3>Floor & Wall Tiling Works<\/h3>\r\n        <p>Expert tiling for floors and walls with perfect alignment, waterproof finishing, and long-lasting adhesion. We offer a wide variety of tile styles and installation techniques to enhance your interior appeal.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Carpentry-Wood-Flooring-Works.jpg\" alt=\"Carpentry & Flooring\">\r\n      <div class=\"service-content\">\r\n        <h3>Carpentry & Wood Flooring Works<\/h3>\r\n        <p>Customized wooden flooring, furniture, and cabinetry crafted with attention to detail. We use high-quality materials to ensure strength, functionality, and aesthetic elegance for your interiors.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Painting-Contracting.jpg\" alt=\"Painting Contracting\">\r\n      <div class=\"service-content\">\r\n        <h3>Painting Contracting<\/h3>\r\n        <p>Interior and exterior painting services with premium-grade paints and tools. Our team ensures smooth coating, perfect color blending, and professional finishes that enhance property value.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== MEP (MECHANICAL, ELECTRICAL & PLUMBING) WORKS ===== -->\r\n  <h2 class=\"section-title\">Mechanical, Electrical & Plumbing Works<\/h2>\r\n  <div class=\"services-section\">\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Plumbing-Sanitary-Installation.jpeg\" alt=\"Plumbing Installation\">\r\n      <div class=\"service-content\">\r\n        <h3>Plumbing & Sanitary Installation<\/h3>\r\n        <p>Complete plumbing and sanitary solutions including pipelines, fittings, water systems, and maintenance. We ensure leak-proof installations and long-lasting system reliability.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Electrical-Fittings-Fixtures-Repairing-Maintenance.jpeg\" alt=\"Electrical Works\">\r\n      <div class=\"service-content\">\r\n        <h3>Electrical Fittings & Fixtures<\/h3>\r\n        <p>Safe and efficient electrical installation and maintenance for residential, commercial, and industrial projects. We specialize in wiring, lighting, and fixture repair with strict safety standards.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Air-Conditioning-Ventilations-Air-Filtration-Systems-Installation-Maintenanc.jpg\" alt=\"HVAC Installation\">\r\n      <div class=\"service-content\">\r\n        <h3>Air-Conditioning, Ventilation & Filtration<\/h3>\r\n        <p>Professional HVAC installation and servicing for efficient temperature control and air quality. Our technicians provide ductwork installation, filtration system setup, and maintenance for optimal performance.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/False-Ceiling-Light-Partitions-Installation.jpeg\" alt=\"False Ceiling Installation\">\r\n      <div class=\"service-content\">\r\n        <h3>False Ceiling & Light Partitions<\/h3>\r\n        <p>Stylish ceiling solutions and light partition installations that add modern appeal to interiors. Designed to improve acoustics, conceal wiring, and enhance lighting aesthetics.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== DECORATION WORKS ===== -->\r\n  <h2 class=\"section-title\">Decoration Works<\/h2>\r\n  <div class=\"services-section\">\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Engraving-Ornamentation-Works.jpeg\" alt=\"Engraving Works\">\r\n      <div class=\"service-content\">\r\n        <h3>Engraving & Ornamentation Works<\/h3>\r\n        <p>Artistic engraving and ornamental detailing for walls, facades, and interiors. Our craftsmen combine creativity with precision for elegant decorative results that stand out.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"service-box\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/Whisk_cf8cd2fb6e2bf418fe74c84fc6fe543edr.jpeg\" alt=\"Upcoming Services\">\r\n      <div class=\"service-content\">\r\n        <h3>More Services Coming Soon<\/h3>\r\n        <p>We are continuously expanding our service offerings to provide even more comprehensive decoration and finishing solutions for our valued clients. Stay tuned for exciting updates!<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    const boxes = document.querySelectorAll('.service-box');\r\n    function revealOnScroll() {\r\n      const trigger = window.innerHeight * 0.85;\r\n      boxes.forEach(box => {\r\n        const top = box.getBoundingClientRect().top;\r\n        if (top < trigger) box.classList.add('visible');\r\n      });\r\n    }\r\n    window.addEventListener('scroll', revealOnScroll);\r\n    window.addEventListener('load', revealOnScroll);\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da143b8 e-con-full e-flex e-con e-parent\" data-id=\"da143b8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca4bcc8 elementor-widget elementor-widget-html\" data-id=\"ca4bcc8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FAQ Section -->\r\n<section id=\"faq\" style=\"background:#f9fafc;padding:80px 5%;\">\r\n  <div style=\"max-width:1200px;margin:auto;\">\r\n    <h2 style=\"font-size:clamp(2rem,4vw,2.8rem);color:#003366;font-weight:800;margin-bottom:15px;text-align:center;\">Frequently Asked Questions<\/h2>\r\n    <p style=\"color:#555;font-size:1.1rem;max-width:750px;margin:0 auto 40px;line-height:1.6;text-align:center;\">Answers to the most common questions from our clients<\/p>\r\n\r\n    <div class=\"faq-container\" style=\"max-width:900px;margin:auto;\">\r\n      <div class=\"faq-item\" style=\"margin-bottom:12px;border-radius:8px;overflow:hidden;border:1px solid #ddd;\">\r\n        <button class=\"faq-question\" style=\"width:100%;text-align:left;padding:15px;font-weight:600;font-size:1.05rem;background:#003366;color:#fff;border:none;cursor:pointer;\">\u26a1 Electrical: How long does a typical electrical repair take?<\/button>\r\n        <div class=\"faq-answer\" style=\"padding:15px;background:#f1f1f1;display:none;\">Most electrical repairs are completed within 2-4 hours, depending on the complexity of the issue.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" style=\"margin-bottom:12px;border-radius:8px;overflow:hidden;border:1px solid #ddd;\">\r\n        <button class=\"faq-question\" style=\"width:100%;text-align:left;padding:15px;font-weight:600;font-size:1.05rem;background:#003366;color:#fff;border:none;cursor:pointer;\">\ud83d\udeb0 Plumbing: Do you provide emergency services?<\/button>\r\n        <div class=\"faq-answer\" style=\"padding:15px;background:#f1f1f1;display:none;\">Yes! Our team is available 24\/7 for plumbing emergencies to ensure your home or business stays safe and functional.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" style=\"margin-bottom:12px;border-radius:8px;overflow:hidden;border:1px solid #ddd;\">\r\n        <button class=\"faq-question\" style=\"width:100%;text-align:left;padding:15px;font-weight:600;font-size:1.05rem;background:#003366;color:#fff;border:none;cursor:pointer;\">\u2744\ufe0f HVAC: Do you offer regular maintenance contracts?<\/button>\r\n        <div class=\"faq-answer\" style=\"padding:15px;background:#f1f1f1;display:none;\">Yes, we offer yearly or bi-annual maintenance plans to keep your HVAC systems running efficiently and prevent costly breakdowns.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" style=\"margin-bottom:12px;border-radius:8px;overflow:hidden;border:1px solid #ddd;\">\r\n        <button class=\"faq-question\" style=\"width:100%;text-align:left;padding:15px;font-weight:600;font-size:1.05rem;background:#003366;color:#fff;border:none;cursor:pointer;\">\ud83e\uddf0 Maintenance: Can you handle both residential and commercial properties?<\/button>\r\n        <div class=\"faq-answer\" style=\"padding:15px;background:#f1f1f1;display:none;\">Absolutely! We provide maintenance and technical services for homes, offices, and commercial buildings of all sizes.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" style=\"margin-bottom:12px;border-radius:8px;overflow:hidden;border:1px solid #ddd;\">\r\n        <button class=\"faq-question\" style=\"width:100%;text-align:left;padding:15px;font-weight:600;font-size:1.05rem;background:#003366;color:#fff;border:none;cursor:pointer;\">\ud83c\udfa8 Painting: How do I schedule a free estimate?<\/button>\r\n        <div class=\"faq-answer\" style=\"padding:15px;background:#f1f1f1;display:none;\">You can schedule a free estimate by filling out our contact form or calling us directly at +971 50 250 3470 or +971 56 586 5149.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    \/\/ FAQ toggle functionality\r\n    const faqQuestions = document.querySelectorAll('.faq-question');\r\n    faqQuestions.forEach(q => {\r\n      q.addEventListener('click', () => {\r\n        const answer = q.nextElementSibling;\r\n        document.querySelectorAll('.faq-answer').forEach(a => {\r\n          if(a !== answer) a.style.display = 'none';\r\n        });\r\n        answer.style.display = answer.style.display === 'block' ? 'none' : 'block';\r\n      });\r\n    });\r\n  <\/script>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c41413 e-con-full e-flex e-con e-parent\" data-id=\"5c41413\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d76b6eb elementor-widget elementor-widget-html\" data-id=\"d76b6eb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- WHY CHOOSE US SECTION -->\r\n<section id=\"why-choose\" class=\"why-choose\">\r\n  <div class=\"container\">\r\n    <h2 class=\"section-title\">Why Choose Al Aweem?<\/h2>\r\n    <p class=\"section-subtitle\">Reliable, professional, and customer-focused services for your home and business.<\/p>\r\n\r\n    <div class=\"choose-grid\">\r\n\r\n      <div class=\"choose-card\">\r\n        <div class=\"icon\">\ud83d\udc77\u200d\u2642\ufe0f<\/div>\r\n        <h3>Experienced Team<\/h3>\r\n        <p>Our team brings years of combined experience, delivering projects efficiently and professionally.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"choose-card\">\r\n        <div class=\"icon\">\u2705<\/div>\r\n        <h3>Quality & Reliability<\/h3>\r\n        <p>We focus on durability, safety, and exceptional results for every job, big or small.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"choose-card\">\r\n        <div class=\"icon\">\ud83e\udd1d<\/div>\r\n        <h3>Customer-Focused<\/h3>\r\n        <p>We listen to your needs and provide tailored solutions that exceed expectations.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"choose-card\">\r\n        <div class=\"icon\">\u23f0<\/div>\r\n        <h3>24\/7 Emergency<\/h3>\r\n        <p>Round-the-clock support ensures your systems stay running when you need us most.<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  .why-choose {\r\n    background: #fff;\r\n    padding: 100px 5%;\r\n    text-align: center;\r\n  }\r\n\r\n  .why-choose .section-title {\r\n    font-size: clamp(2rem, 4vw, 2.8rem);\r\n    font-weight: 800;\r\n    color: #003366;\r\n    margin-bottom: 15px;\r\n  }\r\n\r\n  .why-choose .section-subtitle {\r\n    color: #555;\r\n    font-size: 1.1rem;\r\n    max-width: 750px;\r\n    margin: 0 auto 50px;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  .choose-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n    gap: 30px;\r\n    justify-content: center;\r\n    margin-bottom: 60px;\r\n  }\r\n\r\n  .choose-card {\r\n    background: #f9fafc;\r\n    border-radius: 14px;\r\n    padding: 25px 20px;\r\n    transition: all 0.3s ease;\r\n    border: 1px solid #eef1f5;\r\n    text-align: center;\r\n  }\r\n\r\n  .choose-card:hover {\r\n    transform: translateY(-6px);\r\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\r\n    background: #fff;\r\n  }\r\n\r\n  .choose-card .icon {\r\n    font-size: 2.4rem;\r\n    color: #f5a623;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .choose-card h3 {\r\n    color: #003366;\r\n    font-weight: 700;\r\n    font-size: 1.2rem;\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .choose-card p {\r\n    color: #555;\r\n    font-size: 0.95rem;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  \r\n    }\r\n  }\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-761586c e-con-full e-flex e-con e-parent\" data-id=\"761586c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8043ac5 elementor-widget elementor-widget-html\" data-id=\"8043ac5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \u2705 ALAWEEM FOOTER SECTION -->\r\n<section id=\"about\">\r\n<section id=\"contact\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<footer style=\"width:100%;background:linear-gradient(135deg,#002b5c,#001a3a);color:#fff;font-family:'Poppins',sans-serif;padding:60px 20px 30px;\">\r\n  <div style=\"max-width:1300px;margin:auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;\">\r\n\r\n    <!-- \ud83c\udf1f Logo & About -->\r\n    <div style=\"flex:1 1 260px;min-width:280px;\">\r\n      <img decoding=\"async\" src=\"https:\/\/alaweem.com\/wp-content\/uploads\/2025\/10\/aiease_1761061562332-removebg-preview.png\" alt=\"Alaweem Logo\" style=\"width:180px;margin-bottom:15px;\">\r\n      <p style=\"font-size:0.95rem;line-height:1.7;color:#f1f1f1;\">\r\n        Al Aweem Technical Services provides expert solutions in Electrical, Plumbing, HVAC, Carpentry, Painting, and general maintenance across UAE. Our professional team ensures top-quality workmanship and customer satisfaction.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- \ud83e\uddf0 Services -->\r\n    <div style=\"flex:1 1 220px;min-width:200px;\">\r\n      <h3 style=\"margin-bottom:20px;color:#f5a623;font-weight:600;\">Our Services<\/h3>\r\n      <ul style=\"list-style:none;line-height:2;font-size:0.95rem;padding:0;\">\r\n        <li>\u26a1 Electrical Services<\/li>\r\n        <li>\ud83d\udeb0 Plumbing & Sanitary Installation<\/li>\r\n        <li>\u2744\ufe0f HVAC & Ventilation<\/li>\r\n        <li>\ud83e\uddf1 Construction & Finishing<\/li>\r\n        <li>\ud83c\udfa8 Painting Contracting<\/li>\r\n        <li>\ud83e\udeb5 Carpentry & Wood Flooring<\/li>\r\n        <li>\ud83c\udfd7\ufe0f False Ceiling & Light Partitions<\/li>\r\n        <li>\ud83e\ude9e Engraving & Ornamentation<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- \ud83d\udd17 Quick Links -->\r\n    <div style=\"flex:1 1 200px;min-width:200px;\">\r\n      <h3 style=\"margin-bottom:20px;color:#f5a623;font-weight:600;\">Quick Links<\/h3>\r\n      <ul style=\"list-style:none;line-height:2;font-size:0.95rem;padding:0;\">\r\n        <li><a href=\"#home\" style=\"color:#fff;text-decoration:none;\">Home<\/a><\/li>\r\n        <li><a href=\"#about\" style=\"color:#fff;text-decoration:none;\">About Us<\/a><\/li>\r\n        <li><a href=\"#services\" style=\"color:#fff;text-decoration:none;\">Services<\/a><\/li>\r\n        <li><a href=\"#contact\" style=\"color:#fff;text-decoration:none;\">Contact<\/a><\/li>\r\n        <li><a href=\"#privacy\" style=\"color:#fff;text-decoration:none;\">Privacy Policy<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- \ud83d\udcde Contact Form -->\r\n<!--    <div style=\"flex:1 1 320px;min-width:280px;\"> -->\r\n<!--      <h3 style=\"margin-bottom:20px;color:#f5a623;font-weight:600;\">Get in Touch<\/h3> -->\r\n<!--      <form id=\"footer-contact-form\" method=\"POST\" style=\"display:flex;flex-direction:column;gap:12px;\"> -->\r\n<!--        <input type=\"text\" name=\"name\" placeholder=\"Full Name *\" required style=\"padding:10px;border-radius:6px;border:none;\"> -->\r\n<!--        <input type=\"email\" name=\"email\" placeholder=\"Email Address *\" required style=\"padding:10px;border-radius:6px;border:none;\"> -->\r\n<!--        <input type=\"tel\" name=\"phone\" placeholder=\"Phone Number *\" required style=\"padding:10px;border-radius:6px;border:none;\"> -->\r\n<!--        <select name=\"service\" required style=\"padding:10px;border-radius:6px;border:none;\"> -->\r\n<!--          <option value=\"\" disabled selected>Select a Service<\/option> -->\r\n<!--          <option value=\"Electrical Services\">Electrical Services<\/option> -->\r\n<!--          <option value=\"Plumbing Services\">Plumbing & Sanitary Installation<\/option> -->\r\n<!--          <option value=\"HVAC Services\">HVAC & Ventilation<\/option> -->\r\n<!--          <option value=\"Painting Services\">Painting Contracting<\/option> -->\r\n<!--          <option value=\"Carpentry Services\">Carpentry & Wood Flooring<\/option> -->\r\n<!--          <option value=\"Construction Works\">Construction & Finishing<\/option> -->\r\n<!--          <option value=\"False Ceiling\">False Ceiling & Light Partitions<\/option> -->\r\n<!--          <option value=\"Engraving Works\">Engraving & Ornamentation<\/option> -->\r\n<!--        <\/select> -->\r\n<!--        <textarea name=\"message\" placeholder=\"Your Message *\" required style=\"padding:10px;border-radius:6px;border:none;resize:none;\"><\/textarea> -->\r\n<!--        <button type=\"submit\" name=\"submit_contact\" style=\"background:#f5a623;color:#001a3a;padding:12px;font-weight:600;border-radius:6px;border:none;cursor:pointer;\">Send Message<\/button> -->\r\n<!--      <\/form> -->\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \ud83e\udded Footer Bottom -->\r\n  <div style=\"text-align:center;margin-top:50px;border-top:1px solid rgba(255,255,255,0.2);padding-top:20px;font-size:0.9rem;color:rgba(255,255,255,0.7);\">\r\n    &copy; 2025 Al Aweem Technical Services. All Rights Reserved. | Designed by <a href=\"https:\/\/alaweem.com\" style=\"color:#f5a623;text-decoration:none;\">Alaweem<\/a>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<script>\r\n  \/\/ Optional animation for hover\r\n  const links = document.querySelectorAll('footer a');\r\n  links.forEach(link => {\r\n    link.addEventListener('mouseenter', () => link.style.color = '#f5a623');\r\n    link.addEventListener('mouseleave', () => link.style.color = '#fff');\r\n  });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Al Aweem | Technical Services \ud83d\udce7 info@alaweem.com | \ud83d\udcde +971 56 586 5149 \u2630 Home Services About Contact Fast &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-166","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/pages\/166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alaweem.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=166"}],"version-history":[{"count":84,"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/pages\/166\/revisions"}],"predecessor-version":[{"id":283,"href":"https:\/\/alaweem.com\/index.php?rest_route=\/wp\/v2\/pages\/166\/revisions\/283"}],"wp:attachment":[{"href":"https:\/\/alaweem.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}