/*
Theme Name: Ayeye Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1786265457
Updated: 2026-08-09 08:50:57

*/
/* .hdr-bg{
  -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: #1b1b1b42;
    border-bottom: 1px solid #ffffff1a;
		
}  */

.grad-text span.premium-dual-header-second-header,
.plain-grad-text h2{
  background: linear-gradient(160deg, #f6560a 0%, #7108c7 77%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.bullet-list ul {
    list-style: none;
    padding: 0 0 10px 0px;
}
.bullet-list ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.bullet-list ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #EA5324;
    border-radius: 5px;
}
/*--------------------*/
.hm-frm .premium-cf7-container .wpcf7-form p {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.hm-frm  .premium-cf7-container .wpcf7-form p span.wpcf7-form-control-wrap {
    width: 49%;
}
.hm-frm  .premium-cf7-container .wpcf7-form p span.wpcf7-form-control-wrap:last-child {
    width: 100%;
}
.hm-frm .wpcf7 form.invalid .wpcf7-response-output,
.hm-frm  .wpcf7 form.unaccepted .wpcf7-response-output, 
.hm-frm  .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    width: 100%;
    text-align: center;
}

/*---------------------*/

@media screen and (max-width: 767px) {   
.hm-frm  .premium-cf7-container .wpcf7-form p span.wpcf7-form-control-wrap {
    width: 100%;
}
}















