.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5d64966:#E8634A;--e-global-color-a55502e:#7BA17B;--e-global-color-7f5af5d:#F0C75E;--e-global-color-67cf833:#FDF6EC;--e-global-color-1ad4fe7:#947B69;--e-global-typography-primary-font-family:"Caveat";--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:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Patrick Hand";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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 *//* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=DM+Sans:ital,wght@0,400;0,500;0,700&family=Patrick+Hand&display=swap');

/* Float & Pulse Animations for Accents */
@keyframes ss-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.ss-float {
  animation: ss-float 4s ease-in-out infinite;
}

/* Scribble Underline Effect */
.ss-scribble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='12' viewBox='0 0 200 12'%3E%3Cpath d='M0 8 Q20 2 40 8 Q60 14 80 6 Q100 -2 120 8 Q140 18 160 6 Q180 -2 200 8' fill='none' stroke='%23E8634A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 200px 12px;
  padding-bottom: 8px;
}/* End custom CSS */