.elementor-kit-4810{--e-global-color-primary:#005EA5;--e-global-color-secondary:#0087DC;--e-global-color-text:#02060E;--e-global-color-accent:#E2C675;--e-global-color-ae1ff51:#E6E8ED;--e-global-color-34b2f6a:#002663;--e-global-color-8fafbc1:#C7A54B;--e-global-color-738090f:#FFFFFF;--e-global-typography-primary-font-family:"Catamaran";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Catamaran";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Catamaran";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-738090f );color:var( --e-global-color-text );}.elementor-kit-4810 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4810 a{color:var( --e-global-color-secondary );}.elementor-kit-4810 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-4810 h1{color:var( --e-global-color-primary );}.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;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4810{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4810{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:21px;--e-global-typography-text-font-size:19px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   CARD HOVER SYSTEM — SINGLE CLEAN VERSION
   ========================================= */

.mp-card,
.mp-panel,
.elementor-post,
.elementor-loop-item{
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover behaviour */
.mp-card:hover,
.mp-panel:hover,
.elementor-post:hover,
.elementor-loop-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 38, 99, 0.20);
}
/* Hover on the actual Elementor loop card container */
.mp-loop-card{
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mp-loop-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 38, 99, 0.22);
}/* End custom CSS */