.contact-owner-navbar {
  position: fixed;
  left: 0;
  z-index: 99;
  bottom: 0;
  box-shadow: 0px 5px 15px -3px black; }

input.call-owner,
button.call-owner,
.side_block input[type=button].call-owner {
  border-color: #45b150;
  color: white;
  background: #45b150;
  background-color: #45b150;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px; }
  input.call-owner:hover,
  button.call-owner:hover,
  .side_block input[type=button].call-owner:hover {
    background-color: #30993b;
    box-shadow: none;
    color: white; }

button.call-owner .phone-icon {
  width: 18px;
  height: 18px;
  fill: white; }

.side_block input[type=button].call-owner {
  background: #45b150;
  color: white !important; }
  .side_block input[type=button].call-owner:hover {
    background: #30993b !important;
    color: white !important; }

/* Messenger icons styling */
.messenger-icons {
  gap: 8px; }
  .messenger-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease; }
    .messenger-icons a:hover {
      transform: scale(1.1);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .messenger-icons a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.messenger-icons__whatsapp {
  background-color: #25D366; }

.messenger-icons__viber {
  background-color: #665CAC; }

.messenger-icons__telegram {
  background-color: #0088cc; }

/* Call owner sáv és gomb teljes elrejtése */
.contact-owner-navbar,
button.call-owner,
input.call-owner,
.side_block input[type=button].call-owner {
    display: none !important;
}
