.elementor-kit-9{--e-global-color-primary:#1C593E;--e-global-color-secondary:#458970;--e-global-color-text:#121211;--e-global-color-accent:#FFC36B;--e-global-color-7e73d19:#F8F4F0;--e-global-color-136b6ef:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:96px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:3px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:20px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:500;--e-global-typography-fcf7f60-font-family:"Poppins";--e-global-typography-fcf7f60-font-size:30px;--e-global-typography-fcf7f60-font-weight:700;--e-global-typography-fcf7f60-text-transform:uppercase;--e-global-typography-fcf7f60-letter-spacing:5px;--e-global-typography-8b39e1c-font-family:"Poppins";--e-global-typography-8b39e1c-font-size:60px;--e-global-typography-8b39e1c-font-weight:600;--e-global-typography-8b39e1c-letter-spacing:3px;--e-global-typography-493bb5a-font-family:"Poppins";--e-global-typography-493bb5a-font-size:96px;--e-global-typography-493bb5a-font-weight:600;--e-global-typography-493bb5a-letter-spacing:3px;}.elementor-kit-9 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-9{--e-global-typography-493bb5a-font-size:45px;--e-global-typography-493bb5a-letter-spacing:0.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --text-black:#000000; --primary-green:#438A6b; --secondary-green:#1c593E; --accent-light:#FDDEB1; --accent-dark:#FFC63b; }
/* Start custom CSS */.glass {
  /* Increase opacity from 0.06 to 0.25+ for a solid "base" */
  will-change: backdrop-filter;
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  
  /* Increase blur significantly to diffuse background shapes */
  backdrop-filter: blur(12px) !important; 
  -webkit-backdrop-filter: blur(12px) !important;
  
  /* Keep the border, but maybe soften it */
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  isolation: isolate;
  border-radius: 22px;
}
.glass-dropdown {
  background: rgba(69, 137, 112, 0.75) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(69, 137, 112, 0.9) !important;
  transform: translateZ(0); /* The magic line */
}


.custom-card--wrapper {
    display: grid !important;
}/* End custom CSS */