/*
Theme Name: Electrician Contractor
Theme URI: https://www.theclassictemplates.com/products/electrician-contractor/
Author: classictemplate
Author URI: https://www.theclassictemplates.com/
Description: Electrician Contractor is a clean and practical WordPress theme designed for electrical service providers who need a professional online presence. It offers a structured layout to display services, project details, certifications, and contact information in a clear and organized manner. With simple customization options for colors, typography, and page sections, users can easily align the website with their brand identity. The responsive design ensures smooth performance across desktops, tablets, and mobile devices. Built with a lightweight and optimized code structure, Electrician Contractor helps maintain fast loading speeds and a seamless browsing experience. It is compatible with popular WordPress plugins, allowing additional functionality such as contact forms and service management. The theme follows WordPress coding standards, making it easy to set up and manage for both beginners and experienced users. Electrician Contractor is suitable for independent electricians, service agencies, and small businesses looking for a reliable and straightforward website solution.
Template: perfect-electrician
Version: 0.0.1
Tested up to: 6.9
Requires PHP: 5.6
Requires at least: 5.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: electrician-contractor
Tags: blog, e-commerce, portfolio, one-column, two-columns, three-columns, four-columns, grid-layout, left-sidebar, right-sidebar, custom-logo, post-formats, featured-images, full-width-template, custom-colors, editor-style, wide-blocks, custom-header, custom-background, custom-menu, sticky-post, threaded-comments, theme-options

Electrician Contractor WordPress Theme has been created by classictemplate (theclassictemplates.com), 2026.
Electrician Contractor WordPress Theme is released under the terms of GNU GPL

Electrician Contractor WordPress Theme is child theme of Perfect Electrician WordPress Theme, Copyright 2021 classictemplate (theclassictemplates.com)
Electrician Contractor WordPress Theme is distributed under the terms of the GNU GPL
*/

:root {
  --first-theme-color: #001B42;
  --second-theme-color: #DB1414;
}
#services .service-icon {
  top: -50px;
}
#services .content p {
  color: var(--first-theme-color) !important;
  opacity: 0.6;
  line-height: 1.7 !important;
}
#services .content a {
  display: inline-block;
  margin-top: 10px;
}
#footer input.search-submit {
  color: #fff;
}
#footer ul li {
  font-size: 15px;
}
.copywrap .copywrap-info p {
  margin: 0;
}
#services .services .service-icon {
  box-shadow: none !important;
}
#services {
  position: relative;
}
#services:after {
  content: '';
  width: 100%;
  height: 300px;
  background: var(--first-theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#services .services {
  position: relative;
  z-index: 99;
}
#services .services .box {
  background: #fff;
}
#services .image {
  height: 250px;
}
#services .title p {
  margin-bottom: 5px;
}
.footer-widget {
  padding: 25px 0;
}
#catsliderarea .catwrapslider .big-title a {
  font-size: 40px;
}
#catsliderarea .catwrapslider p.slider-text {
  word-spacing: 0;
}
.sliderbtn a:hover {
  background: #ffffff !important;
  color: #000 !important;
}
#catsliderarea .slidesection {
  background: var(--first-theme-color);
}
.sliderbtn a {
  font-size: 16px !important;
}
.social-icons {
  text-align: right;
}
.social-icons a:last-child i {
  margin-right: 0;
}
.main-nav .menu-item-has-children > a::after {
  width: auto;
  height: auto;
  top: 50%;
  margin-left: 5px;
}
.menus {
  margin-bottom: 0;
}
.header .site-mail p, .social-icons i, .social-icons svg, h4.site-title {
  color: #918F90;
}
.email-text {
  display: flex;
  gap: 50px;
  justify-content: end;
  align-items: center;
}
h4.site-title {
  font-weight: normal;
  font-size: 18px;
}
.header .right-mob a.h-phone .header-call-icon i {
  transform: rotateY(180deg);
}
.topbar-text p {
  color: var(--first-theme-color);
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .email-text {
    gap: 15px;
  }
  .perfect-electrician-logo {
    margin: 20px 0;
  }
  .email-text{
    justify-content: space-between;
  }
}