.elementor-kit-6{--e-global-color-primary:#414042;--e-global-color-secondary:#2759CA;--e-global-color-text:#636466;--e-global-color-accent:#2759CA;--e-global-color-b158ef2:#CBECFC;--e-global-color-c9ca4e7:#FFFFFF;--e-global-color-eabdda4:#939598;--e-global-color-3e677c0:#E6E7E8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-70b7bcb-font-family:"Roboto";--e-global-typography-70b7bcb-font-size:14px;--e-global-typography-70b7bcb-font-weight:400;}.elementor-kit-6 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 *//* base transition */
.hover-card {
  transition: all 0.35s ease;
  cursor: pointer;
  transform-origin: center center;
}

/* force-remove default styling only when NOT hovered */
.hover-card:not(:hover) {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: none !important;
  border: none !important;
}

/* hover: set your visible shadow + transform */
.hover-card:hover {
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

/* icon background change on hover */
.hover-card .ha-infobox-figure--icon {
  border-radius: 50px;
  transition: background 0.3s ease;
  background-color: var(--e-global-color-eabdda4);
}
.hover-card:hover .ha-infobox-figure--icon {
  background: linear-gradient(180deg, #2759CA 0%, #CBECFC 80%);
}

/* Red BG Button */

.free-button {
  background: linear-gradient(to bottom, #ff5c5c, #d62828);
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}/* End custom CSS */