.elementor-kit-4{--e-global-color-primary:#1F64AD;--e-global-color-secondary:#00ABAC;--e-global-color-text:#FDF6F0;--e-global-color-accent:#48ADBF;--e-global-color-2cb1d29:#222222;--e-global-typography-primary-font-family:"Gilda Display";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;font-family:"Red Hat Text", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 p{margin-block-end:16px;}.elementor-kit-4 a{font-family:"Red Hat Text", Sans-serif;}.elementor-kit-4 h1{font-family:"Gilda Display", Sans-serif;font-size:40px;}.elementor-kit-4 h2{font-family:"Gilda Display", Sans-serif;font-size:32px;}.elementor-kit-4 h3{font-family:"Gilda Display", Sans-serif;font-size:24px;}.elementor-kit-4 h4{font-family:"Gilda Display", Sans-serif;}.elementor-kit-4 h5{font-family:"Gilda Display", Sans-serif;}.elementor-kit-4 h6{font-family:"Gilda Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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(min-width:1536px){.elementor-kit-4{font-size:16px;}.elementor-kit-4 h1{font-size:44px;}.elementor-kit-4 h2{font-size:34px;}.elementor-kit-4 h3{font-size:26px;}}/* Start custom CSS *//* Sticky shrink on scroll */
.elementor-sticky--effects .floral-topbar {
  backdrop-filter: blur(4px);
}
.elementor-sticky--effects .floral-topbar img { /* logo */
  transform: scale(.92);
  transition: transform .2s ease;
}

/* Subnav horizontal scroll on mobile */
@media (max-width: 767px) {
  .floral-subnav {
    overflow-x: auto;
    white-space: nowrap;
  }
  .floral-subnav .elementor-nav-menu--main {
    display: inline-flex;
    gap: 20px;
  }
  .floral-subnav .elementor-nav-menu--main .elementor-item:after {
    margin-left: 0;
    margin-right: 0;
  }


:root{
  --primary:#1f64ad; --secondary:#00abac; --accent:#48adbf; --neutral:#fdf6f0;
  --text:#1f1f1f; --text-sub:#4b4b4b; --header-h:76px;
}

/* HEADER (transparent → solid) */
.flr-header{position:fixed; inset:0 0 auto 0; height:var(--header-h); z-index:50;
  background:transparent; transition:background .3s, box-shadow .3s;}
.flr-header.is-solid{background:#fff; box-shadow:0 6px 24px rgba(0,0,0,.07);}
.flr-header .elementor-container{display:flex; align-items:center; justify-content:space-between; gap:16px;}
.flr-logo img{height:28px; display:block;}

/* Buttons */
.btn-primary .elementor-button{background:var(--primary)!important; color:#fff!important;
  border-radius:999px; padding:.9rem 1.25rem; font-weight:700;}
.btn-primary .elementor-button:hover{background:var(--secondary)!important;}

/* “Menu” trigger (luxury minimal) */
.flr-burger .elementor-button{background:transparent!important; color:#fff; border:none; box-shadow:none;
  font-weight:600; letter-spacing:.08em; text-transform:uppercase;}
.flr-header.is-solid .flr-burger .elementor-button{color:var(--primary);}
.flr-burger .elementor-button:after{content:""; display:inline-block; width:22px; height:2px; background:currentColor;
  margin-left:.6rem; position:relative; top:-3px;}
.flr-burger .elementor-button:before{content:""; position:relative; display:inline-block; width:22px; height:2px;
  background:currentColor; margin-left:.6rem; top:3px; box-shadow:0 -6px 0 0 currentColor;}

/* FULLSCREEN OVERLAY (Popup) */
.flr-mega .dialog-widget-content{background:linear-gradient(180deg, rgba(31,100,173,.98), rgba(0,171,172,.98));
  color:#fff; height:100vh;}
.flr-mega .m-wrap{height:100%; display:flex; flex-direction:column; width:min(1200px,92vw);
  margin:0 auto; padding:20px 0 32px;}
/* Two-panel layout: left = Global, right = Property */
.flr-mega .m-grid{display:grid; gap:40px; align-items:start;}
@media(min-width:960px){.flr-mega .m-grid{grid-template-columns:1fr 1fr;}}
.m-block h4{margin:.25rem 0 .5rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; font-size:.85rem; opacity:.9;}
.m-list{list-style:none; margin:0; padding:0;}
.m-list a{display:block; padding:.375rem 0; color:#fff; opacity:.95; border-bottom:1px solid transparent;
  font-size:clamp(18px,1.8vw,22px); font-weight:600;}
.m-list a:hover{opacity:1; border-color:rgba(255,255,255,.25);}
.flr-mega .bottom-cta .elementor-button{background:#fff; color:var(--primary);}/* End custom CSS */