/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.scroll-to-top {
  width: 71px;
  height: 71px;
  background: transparent url('/wp-content/uploads/2025/03/scroll-to-top.svg') no-repeat center center;
  position: fixed;
  bottom:10px;
  right: 100px;
  z-index: 9999999;
  cursor: pointer;
  display: none;
  padding:20px;
}

.elementor-custom-embed-play svg{opacity:1;}

/*Testimonial Slider*/
#revslider .elementor-testimonial__image{position:absolute;}
#revslider .elementor-testimonial__cite{display:flex;}
#revslider .elementor-star-rating{order:1;padding-left:50px;padding-top:8px;}
#revslider .elementor-testimonial__name{order:2;padding-top:20px;}
#revslider .elementor-testimonial__name b{color:#343434;}
#revslider .elementor-testimonial__text a, #revslider .swiper-slide button{
    display:block;
    margin-top:18px;
    font-style:normal;
    text-decoration:underline;
    font-weight:bold;
}
#revslider .swiper-slide button{
   background:none;
    padding:0;
    border:0;
    color:#F3B907;
    font-size:16px;
    padding-left:30px;
    margin-top:25px;
    margin-bottom:25px;
}
#revslider .swiper-slide .elementor-testimonial{
    overflow: hidden;
    max-height: 285px; 
    transition: max-height 0.3s ease-in-out;
}
#revslider .swiper-slide.expanded .elementor-testimonial{
    max-height: none;
}
#revslider .swiper-slide.expanded .read-more-btn{
    margin-top: 0;
}

/* Gravity forms */
.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message{display:none;}
.gform_wrapper .gfield_error input{border:1px solid red !important;}

@media all and (max-width:1024px){
    br{display:none;}
}