.elementor-kit-11{--e-global-color-primary:#1F2B44;--e-global-color-secondary:#FEFEFE;--e-global-color-text:#E6E8EB;--e-global-color-accent:#CAA151;--e-global-color-8bb04de:#FDB600;--e-global-color-5465070:#000000;--e-global-typography-primary-font-family:"Gilda Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 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){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);}.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-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 */.premium-dark-glass {
  /* Main glass body */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),  /* Light accent on top-left */
    rgba(255, 255, 255, 0.01)  /* Completely transparent on bottom-right */
  );
  
  /* Blur effect */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  
  /* Border: Creates the glass edge (Width increased slightly) */
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-top: 1.5px solid rgba(255, 255, 255, 0.3); /* Top border is brighter to simulate light hitting it */
  border-left: 1.5px solid rgba(255, 255, 255, 0.3);
  
  /* Shadow and shape */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); /* Deep shadow */
  border-radius: 24px;
  
  /* Text color must be white */
  color: #ffffff; 
}/* End custom CSS */