.elementor-kit-5{--e-global-color-primary:#2D6A4F;--e-global-color-secondary:#74C69D;--e-global-color-text:#1B4332;--e-global-color-accent:#FFB703;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0px;--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:1px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:1px;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0px;font-family:"Inter", Sans-serif;font-size:16px;line-height:1px;letter-spacing:1.6px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-5 h2{font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:600;line-height:1px;letter-spacing:1.6px;}.elementor-kit-5 h3{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:600;line-height:1px;letter-spacing:1.5px;}.elementor-kit-5 h4{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);border-radius:50px 50px 50px 50px;padding:14px 32px 14px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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-5 h1{font-size:32px;}.elementor-kit-5 h2{font-size:26px;}.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ATS WhatsApp Floating Button */
.ats-wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 22px;
  right: 22px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0,0,0,0.3);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.ats-wa-float:hover {
  transform: scale(1.08);
}

.ats-wa-float img {
  width: 34px;
  height: 34px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .ats-wa-float {
    width: 54px;
    height: 54px;
    bottom: 16px;
    right: 16px;
  }
}/* End custom CSS */