/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Epic Marketing
Author URI: https://epicmarketing.com
Template: hello-elementor
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* Testimonial carousel — decorative opening quote mark */
.elementor-widget-testimonial-carousel.display-quotes .elementor-testimonial::before {
    content: '';
    display: block;
    width: 1rem;
    height: auto;
    aspect-ratio: 720 / 579;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 579'%3E%3Cpath fill='%23fff' d='M0,579v-191.32c0-72.14,12.15-139.73,36.49-202.65C60.82,122.08,103.22,60.41,163.65,0l103.22,83.07c-47.01,48.69-78.91,93.58-95.68,134.69-16.81,41.15-25.17,84.31-25.17,129.66l-62.93-47.84h196.36v279.42H0ZM440.58,579v-191.32c0-72.14,12.13-139.73,36.49-202.65,24.32-62.95,66.72-124.62,127.14-185.03l103.22,83.07c-47.01,48.69-78.91,93.58-95.68,134.69-16.79,41.15-25.15,84.31-25.15,129.66l-62.95-47.84h196.36v279.42h-279.42Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.elementor-widget-testimonial-carousel.display-quotes .elementor-testimonial__content,
.elementor-widget-testimonial-carousel.display-quotes .elementor-testimonial__footer {
    margin-left: 2rem;
}

/* Offset in-page anchor links to clear the fixed header */
* {
    scroll-margin-top: 150px;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Arrow-Right utility — add class to any Elementor button to append an inline arrow SVG */
.arrow-right::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0.625em;
    margin-left: 0.5em;
    vertical-align: middle;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 448.78'%3E%3Cpolygon points='495.61 0 465.14 30.47 637.51 202.83 0 202.83 0 245.91 637.55 245.91 465.14 418.32 495.61 448.78 720 224.39 495.61 0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 448.78'%3E%3Cpolygon points='495.61 0 465.14 30.47 637.51 202.83 0 202.83 0 245.91 637.55 245.91 465.14 418.32 495.61 448.78 720 224.39 495.61 0'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.2s ease;
}

.arrow-right:hover::after,
.arrow-right:focus-visible::after {
    transform: translateX(4px);
}
