/*
Theme Name: Hello Elementor 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.4.1755781937
Updated: 2025-08-21 13:12:17

*/


/* .elementor-kit-6 button:not(.e-n-tab-title), .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    background-image: radial-gradient(at 50% 290%, var( --e-global-color-d1ee690 ) -50%, var( --e-global-color-accent ) 100%) !important ;
	background-color: #F05F00 !important;
	border:1px solid !important;
	border-color:transparent !important;
} */
.elementor-kit-6 input[type="submit"] {
	background-color: #D35400 !important;
	color: #ffffff !important;
	border:1px solid #D35400 !important;
}
.elementor-kit-6 input[type="submit"]:hover {
	color: #D35400 !important;
	background-color: #ffffff !important;
}
.link-btn .elementor-button {
    background: transparent !important;
    align-items: center !important;
}

.link-btn .elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.link-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 10px;
}

.theme-tabs .e-n-tabs-heading button {
    background: #fff !important;
}
.top-mobile{
    display: none;
}


.inner-accordian summary[aria-expanded="true"]{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.inner-accordian .e-n-accordion-item {
	border: 1px solid rgba(229, 229, 228, 0.5);
	border-radius:8px;
}





@media only screen and (max-width : 991px) {
    .hide-in-mobile{
        display: none;
    }
    .top-mobile{
        display: block;
    }
}
