.elementor-kit-7{--e-global-color-primary:#F37021;--e-global-color-secondary:#FF6A00;--e-global-color-text:#1D1D1D;--e-global-color-accent:#F5F3EF;--e-global-color-51ebef6:#C7C7C7;--e-global-color-900e10c:#FFFFFF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:6%;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-7 p{margin-block-end:1px;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Bebas Neue", Sans-serif;font-weight:600;}.elementor-kit-7 h2{font-family:"Bebas Neue", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-7 h3{font-size:16px;}.elementor-kit-7 h4{font-size:14px;}.elementor-kit-7 h5{font-size:12px;}.elementor-kit-7 h6{font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-7 h2{font-size:12px;}.elementor-kit-7 h3{font-size:10px;}.elementor-kit-7 h5{font-size:8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.floating-facebook {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  background-color: #1877F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: float 2.5s ease-in-out infinite;
  transition: transform 0.2s ease;
}
.floating-facebook:hover {
  transform: scale(1.1);
}
.floating-facebook img {
  width: 24px;
  height: 24px;
  filter: invert(1); /* makes it white */
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}/* End custom CSS */