.elementor-kit-5{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#D4AF37;--e-global-color-text:#FDF6F0;--e-global-color-accent:#B76E79;--e-global-color-d19e3d0:#CDB2AA;--e-global-color-dc0d719:#EAE4E4;--e-global-typography-primary-font-family:"Amiri";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Risque";--e-global-typography-accent-font-weight:500;font-family:"Times New Roman", Sans-serif;}.elementor-kit-5 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h2.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#1D1D1BC2;--lightbox-ui-color:var( --e-global-color-text );--lightbox-ui-color-hover:var( --e-global-color-d19e3d0 );--lightbox-text-color:var( --e-global-color-accent );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:800px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Floating, transparent header */
.site-header {
 position: fixed !important; 
 top: 0;
 left: 0;
 right: 0;
 z-index: 999 !important;
 background: transparent !important;
 box-shadow: none !importan;
 padding: 20px 40px !important;
}

/* 2. Fullscreen first section (hero/banner) */
body.home .elementor-section:first-of-type {
 height: 100vh !important;
 min-height: 100vh !important;
 padding: 0 !important;
 margin: 0 !important;
 position: relative !important; 
 display: flex !important;
 justify-content: center !important;
 align-items: center !important;
}

/* 3. Body spacing fix */
body.home 
{
 margin: 0 !important;
 padding: 0 !important;
}

/* 4. Optional: Header gets background on scroll */
.site-header.scrolled {
 background: rgba(255,255,255,0.95) !important;
 transition: background 0.3s ease !important;
}/* End custom CSS */