.elementor-kit-10725{--e-global-color-primary:#104573;--e-global-color-secondary:#5A90BF;--e-global-color-text:#474747;--e-global-color-accent:#8E8E8E;--e-global-color-84d7385:#FFFFFF;--e-global-color-7cec21a:#EEEEEE;--e-global-color-e8dc398:#258A39;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:62px;--e-global-typography-primary-letter-spacing:-0.8px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:48px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:26px;--e-global-typography-bc6f54b-font-family:"Manrope";--e-global-typography-bc6f54b-font-size:27px;--e-global-typography-bc6f54b-font-weight:800;--e-global-typography-bc6f54b-line-height:1.2em;--e-global-typography-bc6f54b-letter-spacing:-0.6px;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-10725 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){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-kit-10725{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10725{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-1.7px;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.abd-social-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column; /* vertical */
  align-items: center;
  gap: 12px;
}

.abd-social-float .abd-float-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.abd-social-float .abd-float-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.abd-social-float .abd-float-btn img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  display: block;
}

.abd-social-float .abd-whatsapp {
  background: #25D366;
}

.abd-social-float .abd-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

@media (max-width: 767px) {
  .abd-social-float {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .abd-social-float .abd-float-btn {
    width: 52px;
    height: 52px;
  }
}/* End custom CSS */