/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*star resault left to right*/
.rmp-icon--half-highlight{
    background: linear-gradient(to right,#ff912c 50%,#ccc 50%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

/*star rating center*/
.rmp-rating-widget.js-rmp-rating-widget p {
 text-align: center !important;
}

h1.entry-title {
    display: none;
}

/*slider dot*/
.ripple-dot {
  width: 16px;
  height: 16px;
  background: #fff; /* رنگ نقطه وسط */
  border-radius: 50%;
  position: relative;
}

/* موج اول */
.ripple-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd; /* رنگ خط موج */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 1.5s infinite ease-out;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}



.slider-lang {
    display: flex;
    align-items: center;
    align-content: center;
	gap: 3px;
}