/*
Theme Name: Zephyr Child
Theme URI: http://zephyr.us-themes.com/
Template: Zephyr
Author: UpSolution
Author URI: http://us-themes.com/
Description: Material Design WordPress Theme
Tags: responsive-layout,custom-colors,theme-options,translation-ready
Version: 2.9.1.1780236469
Updated: 2026-05-31 10:07:49

*/
.scr-floating-contact {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scr-contact-bubble {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.scr-contact-bubble:hover,
.scr-contact-bubble:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  text-decoration: none;
}

.scr-contact-call {
  background: #fbbf24;
  color: #0b1020;
}

.scr-contact-text {
  background: #2250a3;
  color: #ffffff;
}

.scr-contact-bubble:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .scr-floating-contact {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .scr-contact-bubble {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}
