.elementor-kit-2065{--e-global-color-primary:#FF0000;--e-global-color-secondary:#000000;--e-global-color-text:#1A1A1A;--e-global-color-accent:#E9E4D9;--e-global-color-30da765:#1A1A1A;--e-global-color-dee1047:#F9F9F9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:#F9F9F9;color:var( --e-global-color-text );}.elementor-kit-2065 button,.elementor-kit-2065 input[type="button"],.elementor-kit-2065 input[type="submit"],.elementor-kit-2065 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-2065 button:hover,.elementor-kit-2065 button:focus,.elementor-kit-2065 input[type="button"]:hover,.elementor-kit-2065 input[type="button"]:focus,.elementor-kit-2065 input[type="submit"]:hover,.elementor-kit-2065 input[type="submit"]:focus,.elementor-kit-2065 .elementor-button:hover,.elementor-kit-2065 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-kit-2065 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2065 a{color:var( --e-global-color-text );}.elementor-kit-2065 h1{color:var( --e-global-color-text );}.elementor-kit-2065 h2{color:var( --e-global-color-text );}.elementor-kit-2065 h3{color:var( --e-global-color-text );}.elementor-kit-2065 h4{color:var( --e-global-color-text );}.elementor-kit-2065 h5{color:var( --e-global-color-text );}.elementor-kit-2065 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Make ALL Elementor sections/containers full-bleed (edge-to-edge) */
.elementor,
.elementor-page .elementor-section,
.elementor-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: 0 !important;
  right: 0 !important;
}

/* Header full width, no clipping for dropdowns */
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .e-con {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: visible !important;            /* allow dropdowns */
}

/* If you use sticky header, prevent clipping there too */
.elementor-sticky--effects { 
  overflow: visible !important;
}

/* Make sure dropdown stacks above content */
.elementor-location-header { 
  position: relative; 
  z-index: 9999; 
}

/* (Optional) Elementor Nav Menu containers: keep overflow visible */
.elementor-nav-menu--dropdown,
.elementor-nav-menu__container {
  overflow: visible !important;
}/* End custom CSS */