.elementor-kit-7{--e-global-color-primary:#E53935;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2196F3;--e-global-color-9f9ca0f:#FFEB3B;--e-global-color-9525251:#4CAF50;--e-global-typography-primary-font-family:"Fredoka";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Fredoka";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:20px;}.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-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-size:17px;--e-global-typography-accent-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CARD BASE */
.whyus-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

/* CARD HOVER */
.whyus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0,0,0,0.15);
}

/* ICON CIRCLE */
.whyus-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.35s ease;
}

/* ICON SCALE */
.whyus-card:hover .whyus-icon {
  transform: scale(1.1);
}

/* ICON BOUNCE – EVERY HOVER */
.whyus-card:hover .whyus-icon-svg {
  animation: none;
}

.whyus-card:hover .whyus-icon-svg {
  animation: icon-bounce 0.6s ease;
  will-change: transform;
}

/* KEYFRAMES */
@keyframes icon-bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-6px); }
  60%  { transform: translateY(3px); }
  100% { transform: translateY(0); }
}/* End custom CSS */