/* 
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 */
blockquote.testimonial-content {
    text-align: center;
}
.testimonial-stars {
    text-align: center;
}
.testimonial-stars {
    text-align: center;
    color: #DFB923;
    font-size: 13px;
}
p.testimonial-author {
    text-align: center;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #253A57;
}
.testimonial-content p {
    text-align: center;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #313131;
}

/* Slick Slider css */
.fa-chevron-left:before {
    color: #868158;
}
.fa-chevron-right:before {
    color: #868158;
}
.slick-prev:before {
display:none !important;
    content: '←' !important;
    font-size: 20px;
    color: #253a57 !important;
}
.slick-next:before {
display:none !important;
    content: '→' !important;
 font-size: 20px;
    color: #253a57 !important;
}
button.slick-prev.slick-arrow:focus {
    outline: none !important;
}
button.slick-next.slick-arrow:focus {
    outline: none !important;
}

/* Or if text is included in the button itself, hide it */
.slick-prev,
.slick-next {
    font-size: 0px !important; /* This will make any text inside the button not visible */
}

/* Ensure the FontAwesome icons are displayed */
.slick-prev i,
.slick-next i {
    font-size: 20px !important; /* Adjust size as needed */
    color: #333 !important; /* Adjust color as needed */
}
ul.slick-dots {
    display: none !important;
}

button.slick-prev.slick-arrow {
    background-color: #ff000000;
    border: none;
}
button.slick-next.slick-arrow {
    background-color: #ff000000;
    border: none;
}
blockquote.testimonial-content {
    padding: 10px 40px;
}
/*END - Slick Slider css */


