/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*------------------------------------------
Global
------------------------------------------*/
.elementor-button-icon svg,
.elementor-widget-image a img[src$=".svg"] {
  width: auto !important;
}
.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}
.faq-answer-item.faq-answer-active {
  display: block;
}
.faq-answer-item.faq-answer-hidden {
  display: none;
}
.gradient-text {
  font-size: 72px;
  background: -webkit-linear-gradient(left, #E376AD, #FA9E38);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------------
Header
------------------------------------------*/

/*------------------------------------------
Footer
------------------------------------------*/

/*------------------------------------------
Pages
------------------------------------------*/
/*-------------------------------------*
>>> Home
--------------------------------------*/
#hero-home-gradient-bg {
  width: 100%;
  height: 680px;
}
.hero-home-img-col::before {
  content: "";
  background: transparent url("/wp-content/uploads/2025/04/hero-img.webp") no-repeat scroll 0 0;
  width: 699px;
  height: 442px;
  position: absolute;
  top: 50px;
}

/*-------------------------------------*
>>> Properties - Overview
--------------------------------------*/
.hero-properties-img-col::before {
  content: "";
  background: transparent url("/wp-content/uploads/2025/04/hero-img-1.webp") no-repeat scroll 0 0;
  width: 861px;
  height: 257px;
  position: absolute;
  top: 320px;
  left: -200px;
}

/*-------------------------------------*
>>> Properties - Enterprise
--------------------------------------*/
#properties-enterprise-gradient {
  width: 100%;
  height: 200px
}
.mywork-properties-enterprise-hero-box::after {
  content: "";
  background: transparent url("/wp-content/uploads/2025/05/mywork-properties-img.webp") no-repeat scroll 0 0;
  width: 255px;
  height: 300px;
  position: absolute;
  right: -120px;
  bottom: 40px;
  z-index: 10;
}

/*-------------------------------------*
>>> Properties - Supplies
--------------------------------------*/
#properties-supplies-gradient {
  width: 100%;
  height: 200px
}
.mywork-properties-supplies-hero-box::after {
  content: "";
  background: transparent url("/wp-content/uploads/2025/05/hero-supplies-img.webp") no-repeat scroll 0 0;
  width: 292px;
  height: 244px;
  position: absolute;
  right: -120px;
  bottom: 40px;
  z-index: 10;
}

/*-------------------------------------*
>>> Properties - Source
--------------------------------------*/
#properties-source-gradient {
  width: 100%;
  height: 200px
}
.mywork-properties-source-hero-box::after {
  content: "";
  background: transparent url("/wp-content/uploads/2025/05/hero-source-img.webp") no-repeat scroll 0 0;
  width: 221px;
  height: 315px;
  position: absolute;
  right: -120px;
  bottom: 40px;
  z-index: 10;
}

/*-------------------------------------*
>>> Contractors - Overview
--------------------------------------*/
.hero-contractors::before {
  content: "";
  background: transparent url("/wp-content/uploads/2025/05/hero-contractors-img.webp") no-repeat scroll 0 0;
  width: 720px;
  height: 452px;
  position: absolute;
  top: 180px;
  right: -280px;
  left: auto;
}

/*-------------------------------------*
>>> Contact Us
--------------------------------------*/
#contact-us-gradient {
  width: 100%;
  height: 200px
}
.contact-form {
  margin-top: 30px;
}
.contact-form__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.contact-form__group label {
  width: 45%;
}
.contact-form__group span.wpcf7-form-control-wrap {
  width: 55%;
}
.contact-form__input {
  border: 0 none !important;
  background-color: #F6F9FC;
}
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #ADBDCC;
  font-weight: 300;
}
.contact-form__textarea {
  border: 0 none !important;
  background-color: #F6F9FC;
  resize: none;
  height: 40px;
}
.contact-form__submit {
  border: 0 none;
  border-radius: 100px;
  background: #635BFF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  float: right;
}
.contact-form__submit:hover {
  background: #000000;
}