.elementor-kit-151{--e-global-color-primary:#4A7844;--e-global-color-secondary:#079471;--e-global-color-text:#212121;--e-global-color-accent:#079471;--e-global-color-54a00fd:#F2F4EA;--e-global-color-9f2c4fc:#2465E7;--e-global-typography-primary-font-family:"Hind";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:21px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-151 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);}.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-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 */.float-card {
  animation: floatUpDown 2.1s ease-in-out infinite alternate;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.float-card:nth-child(2) {
  animation-delay: 1s;
}
.float-card:nth-child(3) {
  animation-delay: 2s;
}
.float-card:nth-child(4) {
  animation-delay: 3s;
}


/* When chat-container is hovered, change the icon inside */
.chat-container:hover .elementor-icon {
  color: #8BC34A; /* Your brand green */
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* Optional: make the icon glow or highlight */
.chat-container:hover .elementor-icon-box-wrapper {
  background-color: #F0FFF5; /* Soft green background */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(139, 195, 74, 0.3);
}/* End custom CSS */