.elementor-kit-10{--e-global-color-primary:#73B21B;--e-global-color-secondary:#000000;--e-global-color-text:#757575;--e-global-color-accent:#3A9135;--e-global-color-1697c2b:#000000;--e-global-color-de67c46:#737373;--e-global-color-bb9606b:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-letter-spacing:-4px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:57.6px;--e-global-typography-secondary-letter-spacing:-1.92px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25.6px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;line-height:16px;color:var( --e-global-color-1697c2b );border-radius:26px 26px 26px 26px;padding:10px 24px 10px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:120px;--container-default-padding-right:70px;--container-default-padding-bottom:120px;--container-default-padding-left:70px;}.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-kit-10{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:43.2px;--e-global-typography-primary-letter-spacing:-1.3px;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:28.8px;--e-global-typography-secondary-letter-spacing:-0.9px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:54px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}}
/* Start custom CSS */<a href="/contact" class="floating-icon">
  
  <!-- Paste Your SVG Here -->
  <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none">
    <!-- YOUR SVG PATHS -->
  </svg>

</a>

<style>
.floating-icon {
  position: fixed;
  bottom: 25px;
  right: 25px;

  width: 65px;
  height: 65px;

  border-radius: 50%;
  background: #000000;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 9999;

  box-shadow: 0 4px 20px rgba(0,0,0,0.25);

  transition: all 0.3s ease;
  animation: floatIcon 2s ease-in-out infinite;
}

/* SVG Styling */
.floating-icon svg {
  width: 30px;
  height: 30px;
}

.floating-icon svg path {
  stroke: #73B21B;
  transition: all 0.3s ease;
}

/* Hover */
.floating-icon:hover {
  transform: scale(1.1);
  background: #111111;
}

.floating-icon:hover svg path {
  stroke: #ffffff;
}

/* Floating Animation */
@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}
</style>/* End custom CSS */