.elementor-kit-12{--e-global-color-primary:#0B0F21;--e-global-color-secondary:#1B3F56;--e-global-color-text:#111111;--e-global-color-accent:#E26B39;--e-global-color-d7f1fb2:#999999;--e-global-color-e09cfdb:#275C80;--e-global-color-24dd824:#FFFFFF;--e-global-color-fb2838c:#EBEBEB;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:700;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-accent );font-weight:600;color:#FFFFFF;box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.24);padding:16px 22px 16px 22px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:#BB5A31;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-accent );}.elementor-kit-12 h1{color:var( --e-global-color-primary );font-family:"Quicksand", Sans-serif;font-size:69px;font-weight:300;}.elementor-kit-12 h2{font-family:"Quicksand", Sans-serif;font-size:54px;font-weight:500;}.elementor-kit-12 h3{font-family:"Quicksand", Sans-serif;font-size:26px;font-weight:700;line-height:1.2em;}.elementor-kit-12 h4{font-size:20px;font-weight:700;line-height:1.3em;}.elementor-kit-12 h5{font-size:15px;font-weight:700;}.elementor-kit-12 h6{font-size:13px;text-transform:uppercase;line-height:1.2em;letter-spacing:0.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-12 h2{font-size:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:80px;--container-default-padding-right:30px;--container-default-padding-bottom:80px;--container-default-padding-left:30px;}}@media(max-width:767px){.elementor-kit-12 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:60px;--container-default-padding-right:16px;--container-default-padding-bottom:60px;--container-default-padding-left:16px;}}/* Start custom CSS *//* ===========================================
   ALIGN TRADINGVIEW QUOTE WIDGETS TO THE LEFT
   Applies to any widget wrapper using .tv-quote-left
   =========================================== */
.tv-quote-left {
  display: flex;                  /* Enables flexbox layout */
  justify-content: flex-start;    /* Aligns internal content to the left */
  text-align: left !important;    /* Forces text alignment to the left */
}


/* ===========================================
   TARGETS TRADINGVIEW'S INTERNAL GENERATED CONTENT
   Ensures widget elements inside align left visually
   =========================================== */
.tv-quote-left .tradingview-widget-container__widget {
  text-align: left !important;     /* Forces text left inside widget */
  align-items: flex-start !important; /* Left-aligns flex items vertically */
  justify-content: flex-start !important; /* Left-aligns flex distribution */
}

/* --- STAFF BIO DEFAULT STATE: HIDDEN & COLLAPSED --- */
.staff-bio {
  max-height: 0;            /* collapsed height so content is invisible */
  overflow: hidden;         /* prevents content from spilling out */
  opacity: 0;               /* makes text invisible when collapsed */
  transition:               /* smooth open/close animation */
    max-height 0.5s ease,
    opacity 0.5s ease;
}

/* --- STAFF BIO WHEN ACTIVE: EXPANDED AND VISIBLE --- */
.staff-bio.active {
  max-height: 600px;        /* expand height (adjust value if longer bio) */
  opacity: 1;               /* fade in content smoothly */
}

/* ---- Prevent smooth automatic scrolling that causes jump after closing popup ---- */
html, body {
    scroll-behavior: auto !important;   /* Forces instant return instead of smooth scroll jump */
}

/* ---- Optional: lock scroll while popup is open (helps reduce reposition issues on iOS) ---- */
.elementor-html.elementor-popup-modal-open {
    overflow: hidden !important;        /* Disable page scrolling with popup open */
    position: fixed !important;         /* Prevent page shift or bounce */
    width: 100%;                        /* Prevent reflow adjustment on mobile */
}
/* Sticky header: change ACTIVE dropdown item background */
.elementor-sticky--active 
    a.elementor-sub-item.elementor-item-active {
        background-color: #f2f2f2 !important; /* light grey */
        color: #000 !important;
}/* End custom CSS */