.elementor-2976 .elementor-element.elementor-element-65db86c{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2976 .elementor-element.elementor-element-9f4ce93 .elementor-button-content-wrapper{flex-direction:row;}.elementor-2976 .elementor-element.elementor-element-9f4ce93 .elementor-button{font-family:"Roboto", Sans-serif;font-weight:200;text-transform:uppercase;}/* Start custom CSS for button, class: .elementor-element-9f4ce93 *//* === ОБГОРТКА === */
.floating-call-btn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 9999;
}

/* === КНОПКА === */
.floating-call-btn .elementor-button {
  width: 75px !important;
  height: 75px !important;
  min-width: 75px !important;
  min-height: 75px !important;

  padding: 0 !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #ff6a00, #F26522);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);

  overflow: hidden;

  transition:
    box-shadow .25s ease,
    transform .25s ease;

  animation: phone-ring 4.5s infinite;
}

/* === ВНУТРІШНІ ЕЛЕМЕНТИ === */
.floating-call-btn .elementor-button-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* === ІКОНКА === */
.floating-call-btn .elementor-button-icon {
  font-size: 30px;
  color: #ffffff;

  transition: opacity .2s ease, transform .2s ease;
}

/* === ТЕКСТ (2 РЯДКИ, СКРИТО) === */
.floating-call-btn .elementor-button-text {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  white-space: normal;

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;

  opacity: 0;
  transition: opacity .2s ease;
}

/* === HOVER: ТЕКСТ ЗАМІСТЬ ІКОНКИ === */
.floating-call-btn .elementor-button:hover {
  animation: none;
  box-shadow: 0 16px 35px rgba(0,0,0,.35);
}

.floating-call-btn .elementor-button:hover
.elementor-button-icon {
  opacity: 0;
  transform: scale(.6);
}

.floating-call-btn .elementor-button:hover
.elementor-button-text {
  opacity: 1;
}

/* === ACTIVE === */
.floating-call-btn .elementor-button:active {
  transform: scale(.95);
}

/* === АНІМАЦІЯ "ДЗВІНКА" === */
@keyframes phone-ring {
  0%   { transform: rotate(0); }
  3%   { transform: rotate(-6deg); }
  6%   { transform: rotate(6deg); }
  9%   { transform: rotate(-6deg); }
  12%  { transform: rotate(6deg); }
  15%  { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/* === МОБІЛЬНА АДАПТАЦІЯ === */
@media (max-width: 768px) {
  .floating-call-btn .elementor-button {
    width: 64px !important;
    height: 64px !important;
  }

  .floating-call-btn .elementor-button-icon {
    font-size: 26px;
  }

  .floating-call-btn .elementor-button-text {
    font-size: 11px;
  }
  .floating-call-btn {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 9999;
}
.floating-call-btn .elementor-button {
  width: 65px !important;
  height: 65px !important;
  min-width: 65px !important;
  min-height: 65px !important;}
}/* End custom CSS */