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

/* Global Spacings Start */
:root {
	--section-padding-top-global: 2rem;
	--section-padding-right-global: 1rem;
	--section-padding-bottom-global: 2rem;
	--section-padding-left-global: 1rem;
}
@media(min-width: 1024px) {
	:root {
		--section-padding-top-global: 3rem;
		--section-padding-bottom-global: 3rem;
	}
}
/* Global Spacings End */

/* Fix Overflow Start */
.overflow-x-clip {
	overflow-x: clip !important;
}
.overflow-y-clip {
	overflow-y: clip !important;
}
.elementor-element.e-parent:has(.elementor-widget.elementor-widget-template) {
    overflow-x: clip;
}
/* Fix Overflow End */

/* Text Overrides Start */
.text-accent {
	color: var( --e-global-color-accent );
}
.text-white {
	color: var( --e-global-color-ac985b2 );
}
.text-black {
	color: var( --e-global-color-7d06424 );
}
.text-balance :is(p, .elementor-heading-title) {
    text-wrap: balance;
}
.elementor-element p {
	& a {
		transition: color 300ms;
	}
	&:last-child {
		margin-bottom: 0;
	}
}
/* Text Overrides End */

.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;
}



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