.elementor-kit-5{--e-global-color-primary:#FFEECE;--e-global-color-secondary:#F18314;--e-global-color-text:#3A95B5;--e-global-color-accent:#02222D;--e-global-color-7f36873:#FFFFFF;--e-global-color-2bfaa93:#9B8FC4;--e-global-typography-primary-font-family:"Monument Extended";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Monument Extended Bold";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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);}@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 *//* === ONESTORY 2.0 === */

.os-glass {
  background: rgba(58, 149, 181, 0.15);
  border-radius: 16px;
  border: 1.5px solid rgba(58, 149, 181, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.os-glass:hover {
  transform: translateY(-4px);
  background: rgba(58, 149, 181, 0.22);
  border-color: rgba(58, 149, 181, 0.6);
}

.os-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
}

.os-pill-amber { background: #F18314; color: #FFEECE; }
.os-pill-blue  { background: #3A95B5; color: #ffffff; }
.os-pill-cream { background: #FFEECE; color: #000000; }

.os-glass-cream {
  background: rgba(255, 238, 206, 0.25);
  border-radius: 16px;
  border: 1.5px solid rgba(255, 238, 206, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.os-glass-cream:hover {
  transform: translateY(-4px);
  background: rgba(255, 238, 206, 0.35);
  border-color: rgba(255, 238, 206, 0.7);
}/* End custom CSS */