.elementor-kit-5{--e-global-color-primary:#1a2744;--e-global-color-secondary:#f8f6f1;--e-global-color-text:#525252;--e-global-color-accent:#c9a84c;--e-global-color-gw_dark:#2a3d66;--e-global-color-gw_warm:#f4efe6;--e-global-color-gw_accent_dk:#b08f3a;--e-global-color-gw_white:#ffffff;--e-global-color-gw_neutral:#737373;--e-global-color-gw_neutral_600:#525252;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:4.5rem;font-weight:400;line-height:1em;letter-spacing:-0.025em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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-5 h1{font-size:4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:2.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Image zoom on hover — applied to any card with css_classes: 'onHover-Effect' */
.onHover-Effect img {
  transition: transform 0.5s ease;
}
.onHover-Effect:hover img {
  transform: scale(1.05);
}

/* Arrow pseudo-element on icon-box title — base state invisible, slides in on hover */
.title-icon .elementor-icon-box-title span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F05423' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 150ms cubic-bezier(0.4,0,0.2,1), transform 150ms cubic-bezier(0.4,0,0.2,1);
}
.onHover-Effect:hover .elementor-icon-box-title span::after {
  opacity: 1;
  transform: translateX(0);
}/* End custom CSS */