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


.headertxt-bg{

background: rgba(22, 20, 20, 0.5);
backdrop-filter: blur(10px);
}



.btn-gbl a{
	
 
border-radius: 100px;
padding: 6px 6px 6px 20px;

}

/* Main button */
.btn-gbl .elementor-button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(225.16deg, #FFEF6D 10.46%, #FFDD63 44.66%, #E0AE25 70.32%, #FCE068 105.48%);
    z-index: 1;
}

/* Hover color overlay */
.btn-gbl .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;  
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

/* Content above overlay */
.btn-gbl .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Smooth hover */
.btn-gbl:hover .elementor-button::before {
    opacity: 1;
}

/* Arrow rotate */
.btn-gbl .elementor-button-icon svg {
    transition: transform 0.4s ease;
}

.btn-gbl:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

.btn-gbl span.elementor-button-icon {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.btn-gbl span.elementor-button-icon svg {
    width: 10px;
    height: 10px;
}

.btn-gbl .elementor-button-content-wrapper {
    display:flex;
    align-items: center;
}