/**
* Theme Name: Dentalist Child
* Description: This is a child theme of Dentalist.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: dentalist
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: dentalist-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* MCS GROUP */
.social-fixed-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.social-fixed-icons a img {
  width: 40px;
  height: 40px;
  display: block;
  transition: opacity 0.3s ease;
}

.social-fixed-icons a:hover img {
  opacity: 0.7;
}