.elementor-kit-3050{--e-global-color-primary:#F5F3EE;--e-global-color-secondary:#FAA461;--e-global-color-text:#2A2520;--e-global-color-accent:#2F5D50;--e-global-color-b6df9c6:#2B1F18;--e-global-color-c2b56a1:#C2A14D;--e-global-typography-primary-font-family:"Source Serif 4";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6;--e-global-typography-secondary-font-family:"Source Serif 4";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:0.1px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;}.elementor-kit-3050 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 *//* Base layout is yours; this just handles swapping */
.about-card .about-photo.is-alt,
.about-card .about-text.is-alt {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.about-card.is-active .about-photo.is-alt,
.about-card.is-active .about-text.is-alt {
  opacity: 1;
}

.about-card.is-active .about-photo.is-default,
.about-card.is-active .about-text.is-default {
  opacity: 0;
}

/* Make sure alt layers sit on top for photos */
.about-card .about-photo {
  transition: opacity .35s ease;
}

.about-card .elementor-widget-image {
  position: relative;
}

.about-card .about-photo.is-alt {
  position: absolute;
  inset: 0;
}

/* Optional: cursor hint */
.about-card {
  cursor: pointer;
}/* End custom CSS */