/* 
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 */

.overflow-x-clip {
	overflow-x: clip !important;
}
.overflow-y-clip {
	overflow-y: clip !important;
}
.swiper-pagination-bullet {
    border-radius: 1000px;
    transition: 300ms;
    &.swiper-pagination-bullet-active {
        width: calc( 3 * var(--swiper-pagination-size) )
    }
}
.uc_material_accordion .uc-heading[role="button"] {
    transition: 300ms;
}

.elementor-element.e-parent:has(.elementor-widget.elementor-widget-template) {
    overflow-x: clip;
}
.text-balance :is(p, .elementor-heading-title) {
    text-wrap: balance;
}

/* Footer CopyRight Start */
/* Footer CopyRight Start */
a.mp-copyright-link {
	position: relative;
	
	& .mp-copyright-img {
		background-color: #ffffff;
		padding: 0.5rem 0.75rem;
		border-radius: 0.5rem;
		box-shadow: 0px 0px 24px 0px #8b0dbb;
		max-width: 120px;
		/* top: 1rem; */
		bottom: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		transition: all 200ms ease-in-out;
		opacity: 0;
		visibility: hidden;
	}

	&:hover .mp-copyright-img {
		visibility: visible;
		opacity: 1;
	}
}
/* Footer CopyRight End */