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

body .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, 
body .e-con>.elementor-widget>.elementor-widget-container {
	height: auto;
}

body {
	overflow-x: hidden !important;
}

html,body {
	text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body img,
body svg {
	image-rendering: -webkit-optimize-contrast !important;
}

/* remove the below if you don't want smooth scrolling */

html,
body {
  scroll-behavior: smooth;
}

p:last-child {
	margin-bottom: 0 !important;
}

:focus-visible {
    outline: none !important;
}

.ffi-header.elementor-sticky--active {
    transition: all linear 300ms;
    box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%);
    background-color: rgba(1,79,207,255) !important;
	/*backdrop-filter: blur(7px) !important;*/
}

/*.ffi-header {
    backdrop-filter: blur(7px) !important;
}*/

.ffi-header.elementor-sticky--active .ffi-button .elementor-button {
	background-color: #FFF !important;
	border: 2px solid #FFF !important;
	color: #3898e1 !important;
}

.ffi-header.elementor-sticky--active .ffi-button .elementor-button:hover {
	background-color: #f79622 !important;
	border: 2px solid #f79622 !important;
	color: #FFF !important;
}

button.copy-rek {
    border: none !important;
}