/*
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.7.1776060246
Updated: 2026-04-13 06:04:06

*/


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

.pointer-event-none {
	pointer-events: none;
}

/* Header */
.e-con-inner .header-logo img {
	transition: all ease 0.3s;
}
.elementor-location-header .elementor-sticky--active .e-con-inner .header-logo img {
    max-width: 140px;
}


/* Custom Accordion */
.custom_accordions.elementor-widget .e-n-accordion {
	counter-reset: accordion;
}
.custom_accordions.elementor-widget .e-n-accordion-item {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
.custom_accordions.elementor-widget .e-n-accordion-item:before {
    counter-increment: accordion;
    content: "(0"counter(accordion)")";
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
	font-family: "Helvetica Neue", Sans-serif;
	font-style: italic;
    color: #00000051;
}

.image-radial-effect .elementor-widget-image:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 80%, black 100%    );
    opacity: 1;
}

.accordion_counting .e-n-accordion {
    counter-reset: accordion;
}
.accordion_counting .e-n-accordion-item-title {
    position: relative;
}
.accordion_counting .e-n-accordion-item-title:before {
    counter-increment: accordion;
    content: "0" counter(accordion);
    position: absolute;
    left: 0;
    top: 40px;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
}

@media(min-width: 769px) {
	.main-hero-banner {
		height: calc(100vh - var(--header-height)) !important;
	}
}
@media(max-width: 768px) {
	.elementor-location-header .elementor-sticky--active .e-con-inner .header-logo img {
		max-width: 120px;
	}
	.accordion_counting .e-n-accordion-item-title:before {
		top: 15px;
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 14px;
	}
}
