/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/





/* review button */


.review-about-sec-btn .vc_btn3-right
{
	  position: fixed;
    bottom: 114px;
    z-index: 99999;
    right: 20px;
}

.review-about-sec-btn .vc_btn3-right .vc_btn3
{
box-shadow: 0 0 12px rgba(0, 114, 142, 0.5);
  animation: blink-bg 1.2s infinite;
  transition: all 0.3s ease;
}

@keyframes blink-bg {
  0%, 100% {
    background-color: #00728e;
    box-shadow: 0 0 12px rgba(0, 114, 142, 0.5);
  }
  50% {
    background-color: #ff4d4d; /* 🔴 Red variation */
    box-shadow: 0 0 18px rgba(255, 77, 77, 0.7);
  }
}