/*
 Theme Name:   Palatio Child Theme
 Theme URI:    https://palatio.axiomthemes.com/
 Description:  Palatio Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     palatio
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  palatio
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}
.floating-buttons a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}
.floating-buttons a img:hover {
    transform: scale(1.1);
}