/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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 css  */

input[type="email"] {
  text-transform: lowercase;
}
/* header css  */
.header-call-icon .elementor-icon-box-content {
  display: flex;
  flex-direction: column-reverse;
}
/* Home page css */

.dual-heading span {
  font-style: italic;
  color: #c5a059;
}
.hero-banner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #0f1e36bd 0%, #0f1e3600 100%);
  z-index: -1;
}
.slider-btn .elementor-icon {
  vertical-align: middle;
  cursor: pointer;
}
.pre-heading span {
  background: linear-gradient(90.29deg, #c5a059 9.08%, #90784a 69.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* responsive css  */
@media (max-width: 1366px) {
  .slider-btn .elementor-icon {
    padding: 15px !important;
  }
}
@media (max-width: 1024px) {
  .header-call-icon {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .slider-btn .elementor-icon {
    padding: 10px !important;
  }
}
