.elementor-kit-442{--e-global-color-primary:#111827;--e-global-color-secondary:#374151;--e-global-color-text:#374151;--e-global-color-accent:#0B5ED7;--e-global-color-134c3eb:#FFFFFF;--e-global-color-0e78241:#C9A24D;--e-global-color-2962b49:#000000;--e-global-color-a1cb9dc:#584C33;--e-global-color-da04d4c:#12388B;--e-global-color-0d14023:#1E3A8A;--e-global-color-a1dafed:#FACC15;--e-global-color-cf694bb:#EAB308;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#E5E7EB;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-442 button,.elementor-kit-442 input[type="button"],.elementor-kit-442 input[type="submit"],.elementor-kit-442 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-134c3eb );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-442 button:hover,.elementor-kit-442 button:focus,.elementor-kit-442 input[type="button"]:hover,.elementor-kit-442 input[type="button"]:focus,.elementor-kit-442 input[type="submit"]:hover,.elementor-kit-442 input[type="submit"]:focus,.elementor-kit-442 .elementor-button:hover,.elementor-kit-442 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-442 e-page-transition{background-color:#FFBC7D;}.elementor-kit-442 a{text-decoration:none;}.elementor-kit-442 h1{color:var( --e-global-color-0d14023 );font-family:"Playfair Display", Sans-serif;}.elementor-kit-442 h2{color:var( --e-global-color-0d14023 );font-family:"Playfair Display", Sans-serif;font-weight:700;}.elementor-kit-442 h3{color:var( --e-global-color-0d14023 );}.elementor-kit-442 h4{color:var( --e-global-color-0d14023 );}.elementor-kit-442 h5{color:var( --e-global-color-0d14023 );}.elementor-kit-442 h6{color:var( --e-global-color-0d14023 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-442{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-442{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   GLOBAL: HIDE PAGE TITLES
   ========================================= */
.entry-title,
h1.entry-title,
.page-title {
  display: none !important;
}

/* =========================================
   HERO TOP BAR: NAME + MENU SAME LINE
   ========================================= */
.hero-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.hero-site-name {
  font-weight: 600;
  white-space: nowrap;
}

.hero-menu {
  display: flex;
  gap: 24px;
}

/* =========================================
   MOBILE STACKING
   ========================================= */
@media (max-width: 768px) {
  .hero-top-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .hero-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Remove underline from all Elementor links (theme override) */
.elementor a,
.elementor a:hover,
.elementor a:focus,
.elementor a:visited {
  text-decoration: none !important;
}/* End custom CSS */