.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#2F3133;--e-global-color-accent:#650021;--e-global-color-b846dc9:#F7F3F3;--e-global-color-a14e932:#FFFFFF00;--e-global-color-082099b:#E6E7E8;--e-global-color-f97bae6:#7A4A53;--e-global-color-5c8d110:#8B5C64;--e-global-color-712becb:#F5E9D8;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:italic;--e-global-typography-primary-line-height:63px;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-line-height:45px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-6751465-font-family:"Roboto";--e-global-typography-6751465-font-size:14px;--e-global-typography-6751465-font-weight:400;--e-global-typography-afedbd7-font-family:"Playfair Display";--e-global-typography-afedbd7-font-size:17px;--e-global-typography-afedbd7-font-weight:600;--e-global-typography-afedbd7-letter-spacing:0.5px;--e-global-typography-c118178-font-size:14px;--e-global-typography-c118178-font-weight:400;--e-global-typography-c118178-text-transform:none;--e-global-typography-c118178-line-height:18px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 *//* -----------------------------
   Container: Base hover animation (shared)
   ----------------------------- */
.hover-animate {
  display: inline-block; /* make scale visible */
  transform-origin: center center; /* scale from center */
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.4s ease;
}

.hover-animate:hover {
  transform: scale(1.05) !important; /* force scale */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.hover-animate:active {
  transform: scale(0.98) !important; /* press down effect */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
}/* End custom CSS */