/* 
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
*/

/* Add your custom styles here */
.hero-section::before {
    border-radius: 0px 0px 40px 40px;
}
.dark-bg-section:before {
    border-radius: 40px 40px 40px 40px;
}
.footer-navigation .menu {
    padding: 0;
    list-style: none;
}
.footer-navigation .menu li {
    margin: 12px 0;
    
}
.footer-navigation .menu li a {
    color: white;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.footer-navigation .menu li a:hover{
    color: #F5B211;
   
}
.footer-icons svg {
    margin-top: 6px;
}
.faqs-section .elementskit-card {
    background: #f5b211 !important;
    border-radius: 20px !important;
}
.faqs-section .elementskit-card-body.ekit-accordion--content {
    border-radius: 20px;
}
.faqs-section .elementskit-accordion .elementskit-card-header > .elementskit-btn-link {
    border-radius: 20px !important;
    padding:24px !important;
}
.feture-list-contact .wpr-feature-list-content-wrap {
    display: flex;
}
.feture-list-contact .wpr-feature-list-content-wrap h6.wpr-feature-list-title {
    max-width: 249px;
    min-width: 150px;
    padding: 0 17px;
}
.homeform input.wpcf7-form-control, 
.homeform textarea.wpcf7-form-control.wpcf7-textarea, .homeform select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin: 4px auto;
    font-size: 15px;
    font-family: 'Lato';
     color: #757575;
}
.homeform textarea.wpcf7-form-control.wpcf7-textarea {
    height: 99px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin: auto;
    text-align: center;
    background: #f5b211;
    color: #000;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: bold;
    display: block;
}
span.wpcf7-spinner {
    display: none;
}
.form-text p {
    font-size: 10px;
    text-align: center;
    margin-top: -12px;
}
.form-fields p {
    margin-bottom: 6px;
}
.icon-box-left .elementor-icon-box-icon {
    margin-top: 5px;
}
.bottom-cta-sec ::before {
    background: #f5b211f7 !important;
}
.field {
  position: relative;
}

.fake-placeholder {
  position: absolute;
  topx: 10px;
  left: 15px;
  color: #999;
  pointer-events: none;
  margin-top: -13px;
}

/* ✅ FIXED SELECTOR */
.form-fields textarea:focus ~ .fake-placeholder,
.form-fields textarea:not(:placeholder-shown) ~ .fake-placeholder,
.form-fields .wpcf7-form-control-wrap:focus-within ~ .fake-placeholder {
  opacity: 0;
  visibility: hidden;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 11px;
}
.inner-block {
    position: absolute;
    bottom: 14px;
    left: 15px;
}
span.service {
    display: block;
    margin-bottom: 4px;
	text-transform:capitalize;
}
span.city {
    font-size: 12px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 40px;
    width: 300px;
}
.footer-icons .elementor-icon-box-wrapper {
    display: flex;
}
.footer-icons h3.elementor-icon-box-title a {
    color: #F5B211 !important;
}