/*
Theme Name: Dentissimo Child
Theme URI: https://dentissimo.cmsmasters.net/
Template: dentissimo
Author: cmsmasters
Author URI: https://cmsmasters.net/
Description: Dentissimo is a Dental WordPress Theme for Elementor is a all-in-one dental clinic and dentist theme – it has all the needed dedicated dentistry functionality and clean medical style, so that lets you set up a dental clinic website, as well as a aesthetic dentistry clinic website of a orthodontist services page.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.2.1.1764069359
Updated: 2025-11-25 11:15:59

*/

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 55px;
    height: 55px;
}

.whatsapp-float img {
    width: 100%;
    height: auto;
}
.google-review-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    text-decoration: none;
}

.google-review-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review-inner img {
    width: 28px;
    height: auto;
}

.review-text {
    font-size: 13px;
    color: #000;
    line-height: 1.2;
}

.review-text span {
    color: #fbbc05;
    font-size: 14px;
}

/* Hover effect */
.google-review-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.google-review-sticky::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(66,133,244,0.4); }
    70% { box-shadow: 0 0 0 15px rgba(66,133,244,0); }
    100% { box-shadow: 0 0 0 0 rgba(66,133,244,0); }
}
@media (min-width: 768px) {
  .google-review-sticky {
    display: none;
  }
}
