.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#B0B0B0;--e-global-color-text:#000000;--e-global-color-accent:#F98240;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:2.2em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:1.8em;--e-global-typography-primary-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === Header layout ===
   - Social icons: ALWAYS anchored to the visual LEFT (inline-end in RTL)
   - Logo: hidden by default, visible when sticky-effects active
   - Menu: visual RIGHT when not scrolled (over hidden logo spot), CENTERED when scrolled */

.elementor-kit-6 .stickyheadersectionbyd {
	justify-content: flex-start !important;
	transition: justify-content 0.35s ease;
}

.elementor-kit-6 .stickyheadersectionbyd > .elementor-element {
	transition: opacity 0.35s ease, max-width 0.45s ease, margin 0.35s ease, padding 0.35s ease, transform 0.35s ease;
}

/* ---------- DEFAULT (top of page, sticky-effects NOT active) ---------- */
/* Hide the logo widget */
.elementor-kit-6 .stickyheadersectionbyd:not(.elementor-sticky--effects) > .elementor-widget-image {
	opacity: 0 !important;
	max-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
/* Menu sits at inline-start (visual RIGHT in RTL) */
.elementor-kit-6 .stickyheadersectionbyd:not(.elementor-sticky--effects) > .elementor-widget-nav-menu {
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
}
/* Social icons pinned to inline-end (visual LEFT) */
.elementor-kit-6 .stickyheadersectionbyd:not(.elementor-sticky--effects) > .elementor-widget-social-icons {
	margin-inline-start: auto !important;
}

/* ---------- SCROLLED (sticky-effects active) ---------- */
/* Logo restored */
.elementor-kit-6 .stickyheadersectionbyd.elementor-sticky--effects > .elementor-widget-image {
	opacity: 1 !important;
	max-width: none !important;
}
/* Menu centered: auto margins on both sides push logo to far right and social icons to far left */
.elementor-kit-6 .stickyheadersectionbyd.elementor-sticky--effects > .elementor-widget-nav-menu {
	margin-inline-start: auto !important;
	margin-inline-end: auto !important;
}
/* Social icons remain on the left (margin-inline-end:auto from menu pushes them there) */
.elementor-kit-6 .stickyheadersectionbyd.elementor-sticky--effects > .elementor-widget-social-icons {
	margin-inline-start: 0 !important;
}

/* Add 20px padding on the left so social icons sit 20px from the viewport edge */
.elementor-kit-6 .stickyheadersectionbyd {
	padding-left: 20px !important;
}/* End custom CSS */