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

/* Custom font CSS rules */
:root {
	font-display: swap;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0 !important;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0 !important;
}

/*Lenis Helpers*/
html.lenis,
html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}

:root {
	--xs: clamp(0.75rem, 0.5204rem + 1.0204vw, 1.5rem);
	--sm: clamp(1rem, 0.6939rem + 1.3605vw, 2rem);
	--base: clamp(1rem, 0.3878rem + 2.7211vw, 3rem);
	--md: clamp(2rem, 1.3878rem + 2.7211vw, 4rem);
	--lg: clamp(3rem, 2.0816rem + 4.0816vw, 6rem);
	--xl: clamp(4rem, 2.7755rem + 5.4422vw, 8rem);
	--xxl: clamp(8rem, 7.3878rem + 2.7211vw, 10rem);
	--xxxl: clamp(11rem, 9.4694rem + 6.8027vw, 16rem);
	--align__wide_offset: calc(-50vw + 50%);
}

/*Body Overflow fix*/
body,
.elementor-element.e-con.e-parent {
	overflow-x: clip;
}

/**
* ALIGN ELEMENT TO SCREEN EDGE(S)
* Utility classes every device
*/
.align_wide {
	margin-left: var(--align__wide_offset);
	margin-right: var(--align__wide_offset);
	max-width: 100vw !important;
}
.align_wide__right {
	margin-right: var(--align__wide_offset);
}
.align_wide__left {
	margin-left: var(--align__wide_offset);
}

/* Utility classes for laptop and up */
@media (min-width: 1025px) {
	.lap_and_up__align_wide {
		margin-left: var(--align__wide_offset);
		margin-right: var(--align__wide_offset);
		max-width: 100vw !important;
	}
	.lap_and_up__align_wide__right {
		margin-right: var(--align__wide_offset);
	}
	.lap_and_up__align_wide__left {
		margin-left: var(--align__wide_offset);
	}
}

/* Utility classes up to tablet size */
@media (max-width: 1024px) {
	.tablet__align_wide {
		margin-left: var(--align__wide_offset);
		margin-right: var(--align__wide_offset);
		max-width: 100vw !important;
	}
	.tablet__align_wide__right {
		margin-right: var(--align__wide_offset);
	}
	.tablet__align_wide__left {
		margin-left: var(--align__wide_offset);
	}
}

/* Utility classes up to mobile size */
@media (max-width: 767px) {
	.mobile__align_wide {
		margin-left: var(--align__wide_offset);
		margin-right: var(--align__wide_offset);
		max-width: 100vw !important;
	}
	.mobile__align_wide__right {
		margin-right: var(--align__wide_offset);
	}
	.mobile__align_wide__left {
		margin-left: var(--align__wide_offset);
	}
}
