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

/*
    Add your custom styles here
*/
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item {
    background-color: var(--e-global-color-66ea939);
    border: 1px solid var(--e-global-color-643e50d);
    border-radius: 10px;
}
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item[open] {
    background-color: var(--e-global-color-f9065cc);
    border-color: var(--e-global-color-66d3cef);
}
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item .e-n-accordion-item-title-icon > .e-opened {
    display: flex !important;
    transition: all 0.3s;
}
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item .e-n-accordion-item-title-icon > .e-opened svg {
	transition: all 0.3s;
}
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item .e-n-accordion-item-title-icon > .e-closed {
    display: none !important;
}
.elementor-widget-n-accordion.dark .e-n-accordion > .e-n-accordion-item[open] .e-n-accordion-item-title-icon > .e-opened svg {
	transform: rotate(45deg);
}
.gradient-hero {
	background: linear-gradient(95deg, #0865fe 0%, #062a78 93%);
}
.gradient-hero > .e-con-inner {
	z-index: 2;
}
.gradient-hero::after {
	content: '';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    height: 405%;
    aspect-ratio: 1 / 1;
    left: 106%;
    top: 131%;
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
    background: linear-gradient(135deg, #0865fe 0%, #2a78ff 100%);
    -webkit-mask: url(/wp-content/uploads/2026/07/star.svg) center / contain no-repeat;
    mask: url(/wp-content/uploads/2026/07/star.svg) center / contain no-repeat;
}
.aspect-ratio-1-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.aspect-ratio-16-10 img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.aspect-ratio-3-4 img {
	aspect-ratio: 3/4;
	object-fit: cover;
}
.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-icon-box-title {
	margin: 0px;
}
@media only screen and (max-width: 767px) {
	.gradient-hero::after {
		left: 124%;
		top: 145%;
		display: none;
	}
}
.caption-label .wp-caption {
	position: relative;
}
.caption-label .wp-caption .widget-image-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 8px 14px;
}
.caption-label.right .wp-caption .widget-image-caption {
    left: auto;
    right: 0px;
}