/* 
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 */
.text-editor-p-mb-0 > p:last-child {
	margin-bottom: 0 !important;
}
#hero-section,
.gradient-card,
.bg-gradient-line {
	position: relative;
}
#hero-section::before,
.gradient-card::before,
.bg-gradient-line {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--e-global-color-5633d94) 1px, transparent 1px), linear-gradient(90deg, var(--e-global-color-5633d94) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .18;
    mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%);
}
#hero-section::after {
    content: "";
    position: absolute;
    right: -200px;
    top: -120px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 67, 27, .28), transparent 65%);
    filter: blur(8px);
}
.gradient-card::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 67, 27, .22), transparent 62%);
}
.text-accent {
	color: var(--e-global-color-e39e01c) !important;
}
.gradient-card:hover .card-link-text span{
    color: var(--e-global-color-accent) !important;
}
.gradient-card:hover .card-link-text {
	border-color: var(--e-global-color-accent) !important;
}
@media screen and (max-width: 991px) {
	.tab-iconbox-center {
		display: flex;
		justify-content: center;
	}
}

/* Header "My account" icon (Elementor widget f98133c) was hidden from guests by
   the widget's custom CSS (`selector{display:none}; .logged-in selector{display:block}`).
   Reveal it for logged-out visitors too so they have a visible path to log in.
   Higher specificity than the widget's `selector{display:none}` (0,1,0). */
body:not(.logged-in) .elementor-element-f98133c {
	display: block;
}