/*
Theme Name: Maintenance Works Pro
Theme URI: https://www.omegathemes.com/products/maintenance-wordpress-theme
Author: Omegathemes
Author URI: https://www.omegathemes.com/
Description: The Maintenance WordPress Theme is meticulously designed to simplify website creation for a wide range of maintenance-related businesses, including plumbing, electrical, HVAC, cleaning, landscaping, and general handyman services. Its modern, professional, and visually appealing layout ensures that your content is displayed clearly and attractively, making it easy to showcase services, highlight completed projects, and feature client testimonials. The theme offers multiple homepage layouts, flexible header and footer options, and a variety of customizable section layouts, giving business owners complete control over the appearance and structure of their websites. Built with a fully responsive framework, the theme automatically adapts to all screen sizes, providing a seamless user experience on desktops, tablets, and mobile devices. In addition to aesthetics, the theme includes functional sections for service descriptions, pricing tables, team profiles, contact forms, and portfolio galleries, allowing companies to present information in an organized and professional manner. The intuitive design ensures that visitors can easily navigate the site, access critical information, and reach out for services without confusion, ultimately helping convert leads into clients and growing your business online.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: maintenance-works-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Maintenance Works Pro WordPress Theme has been created by Omegathemes(omegathemes.com), 2026.
Maintenance Works Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/source-sans-pro'); */
:root{
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-vietnam :"Be Vietnam Pro", sans-serif;
}
.bypostauthor {
  font-weight: 600;
}
.contact-box {
    padding-bottom: 40px;
}
html {
    overflow-x: hidden;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #F18F20;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
}
.bouncing-loader > div {
  width: 16px;
  height: 16px;
  margin: 3rem 0.2rem;
  background: #034B5B;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
.wpcf7-not-valid-tip{
  display: unset;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}