.elementor-kit-11{--e-global-color-primary:#000000;--e-global-color-secondary:#DF3B37;--e-global-color-text:#2A2A2A;--e-global-color-accent:#D7B829;--e-global-color-4d910da:#04A655;--e-global-color-f13a854:#51C4C9;--e-global-color-eb0d2ca:#313192;--e-global-color-eab102f:#FFFFFF;--e-global-color-3df7275:#F6F9FF;--e-global-typography-primary-font-family:"Schibsted Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--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);}@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 */.glass-effect {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  z-index: 1;
}

.glass-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* thickness of gradient border */
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.4),      /* soft red */
    rgba(255, 235, 140, 0.5),    /* light yellow */
    rgba(10, 40, 90, 0.4)        /* navy blue */
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}



.glass-effect-2 {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: filter 220ms ease; /* smooth hover */
}

/* gradient border */
.glass-effect-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, #C0A528, #FFD700); /* your brand gold → bright gold */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* optional hover polish */
.glass-effect-2:hover::before {
  filter: saturate(1.05) brightness(1.03);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Schibsted Grotesk';
	font-display: auto;
	src: url('https://pediatrics.omayerhamdi.com/wp-content/uploads/2025/11/SchibstedGrotesk-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */