.elementor-kit-532{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C26928;--e-global-color-a3124e1:#DEBE7C;--e-global-color-fd2c90e:#E8A553;--e-global-color-052d912:#726C3C;--e-global-color-c9211c1:#FFFFFF;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:bold;--e-global-typography-9d90158-font-family:"Poppins";--e-global-typography-9d90158-font-size:28px;--e-global-typography-9d90158-font-weight:bold;--e-global-typography-9d90158-line-height:2em;}.elementor-kit-532 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 */@keyframes classyPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.classy-pulse {
  animation: classyPulse 2.5s ease-in-out infinite;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 30px; /* rounded, pill-like */
}

.founder-name {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.05em;
  font-weight: 500;
  color: #C26928;
  line-height: 1.4;
}

.founder-name em {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.95em;
  font-style: normal;
  color: #666;
  margin-top: 4px;
}/* End custom CSS */