/*
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.9.1783339517
Updated: 2026-07-06 12:05:17

*/


/* ================================================= */
/* ELEMENTOR UTILITIES CORE */
/* Version: 1.3.0 */
/* Author: Wordpress Team */
/* Last Update: 2026-05-21 */
/*
v1.0.0
- Initial utilities setup

v1.1.0
- Code re-organization into modules
- Bug fix: inset-inline-start 50%
- Added cursor-pointer utility

v1.2.0
- Added RTL support fixes for Unlimited Elements widgets
- Forced correct direction and alignment in Arabic layouts
- Improved icon and arrow behavior in RTL context

v1.3.0
- Added Windows scrollbar width fix for Woodmart layouts
- Added full width utility class
- Split full-height utilities into height and min-height helpers
*/
/* ================================================= */

/* ========================== */
/* START GLOBAL STYLE */
/* ========================== */

html,
body {
	overflow-x: hidden;
}

[data-elementor-type="jet-engine-component"] {
	height: 100%;
	min-height: 100%;
}

/* WOODMART SCROLLBAR FIX */
.wd-scrollbar.platform-Windows {
	--wd-scroll-w: 0px !important;
}

/* ========================== */
/* FOOTER */
/* ========================== */

footer.elementor-location-footer * a {
	width: fit-content;
}

/* ========================== */
/* MAIN BUTTON */
/* ========================== */

.main-btn.elementor-element {
	width: fit-content;
	min-width: 128px;
}

.main-btn.elementor-element a {
	width: 100%;
}

.main-btn.elementor-element svg,
.main-btn.elementor-element svg path {
	transition: all 0.3s ease;
	fill: currentColor;
}

.main-btn.elementor-element:has(svg) a .elementor-button-content-wrapper {
	align-items: center;
}

.main-btn.elementor-element.end:has(svg) a .elementor-button-content-wrapper {
	flex-direction: row-reverse !important;
}

.main-btn.elementor-element.start:has(svg) a .elementor-button-content-wrapper {
	flex-direction: row !important;
}

/* ========================== */
/* SIZE UTILITIES */
/* ========================== */

/* WIDTH FIT CONTENT */
.w-fit.elementor-element {
	width: fit-content !important;
}

/* WIDTH FULL */
.w-full.elementor-element {
	width: 100% !important;
}

/* WIDTH FIT CONTENT */
.h-fit.elementor-element {
	height: fit-content !important;
}

/* FULL HEIGHT */
.h-full.elementor-element {
	height: 100%;
}

/* MIN HEIGHT FULL */
.min-h-full.elementor-element {
	min-height: 100%;
}

/* ========================== */
/* CURSOR */
/* ========================== */

.cursor-pointer.elementor-element {
	cursor: pointer;
}

/* ========================== */
/* TEXT */
/* ========================== */

/* TEXT ALIGN START */
.text-start.elementor-element:not(.swiper-pagination),
.text-start.elementor-element *:not(.swiper-pagination) {
	text-align: start !important;
	justify-content: start !important;
}

/* TEXT LIMIT */
.text-limit-1.elementor-element,
.text-limit-1.elementor-element *,
.text-limit-2.elementor-element,
.text-limit-2.elementor-element *,
.text-limit-3.elementor-element,
.text-limit-3.elementor-element * {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.text-limit-1.elementor-element,
.text-limit-1.elementor-element * {
	-webkit-line-clamp: 1 !important;
}

.text-limit-2.elementor-element,
.text-limit-2.elementor-element * {
	-webkit-line-clamp: 2 !important;
}

.text-limit-3.elementor-element,
.text-limit-3.elementor-element * {
	-webkit-line-clamp: 3 !important;
}

/* ========================== */
/* ICONS */
/* ========================== */

/* ICON BOX INLINE */
.icon-box-inline.elementor-element .elementor-icon-box-wrapper {
	flex-direction: row !important;
	text-align: start !important;
}

.icon-box-inline.elementor-element .elementor-icon-box-wrapper * {
	text-align: start !important;
}

/* FLIP ICON */
:dir(ltr) .flip-icon.elementor-element * img,
:dir(ltr) .flip-icon.elementor-element * svg {
	transform: scaleX(-1);
}

/* ========================== */
/* POSITION */
/* ========================== */

/* POSITION TYPES */
.p-absolute.elementor-element {
	position: absolute;
	inset: unset;
}

.p-fixed.elementor-element {
	position: fixed;
	inset: unset;
}

/* POSITION HELPERS */
.p-start-start.elementor-element {
	inset-block-start: 0;
	inset-inline-start: 0;
}

.p-start-end.elementor-element {
	inset-block-start: 0;
	inset-inline-end: 0;
}

.p-end-start.elementor-element {
	inset-block-end: 0;
	inset-inline-start: 0;
}

.p-end-end.elementor-element {
	inset-block-end: 0;
	inset-inline-end: 0;
}

.p-center-start.elementor-element {
	inset-block-start: 50%;
	inset-inline-start: 0;
	transform: translateY(-50%);
}

.p-center-end.elementor-element {
	inset-block-start: 50%;
	inset-inline-end: 0;
	transform: translateY(-50%);
}

.p-start-center.elementor-element {
	inset-block-start: 0;
	inset-inline-start: 50%;
	transform: translateX(-50%);
}

.p-end-center.elementor-element {
	inset-block-end: 0;
	inset-inline-start: 50%;
	transform: translateX(-50%);
}

.p-center-center.elementor-element {
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
}

/* ========================== */
/* BLUR EFFECTS */
/* ========================== */

.blur-2.elementor-element {
	backdrop-filter: blur(2px);
}

.blur-8.elementor-element {
	backdrop-filter: blur(8px);
}

.blur-10.elementor-element {
	backdrop-filter: blur(10px);
}

.blur-12.elementor-element {
	backdrop-filter: blur(12px);
}

.filter-blur-32.elementor-element {
	filter: blur(32px);
}

/* ================================================= */
/* UNLIMITED ELEMENTS RTL FIX */
/* ================================================= */

body[dir="rtl"] [class*="elementor-widget-ucaddon_unlimited_"] {
	direction: rtl;
	text-align: start;
}

body[dir="ltr"] [class*="elementor-widget-ucaddon_unlimited_"] {
	direction: ltr;
	text-align: start;
}


/* ========================== */
/* END GLOBAL STYLE */
/* ========================== */
