/**
 * Footer Widget Styles
 * Mobile-first approach (WordPress standard)
 */

@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	25% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	75% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.elementor-widget-ce_footer .elementor-widget-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.elementor-widget-ce_footer .ce-footer {
	position: relative;
	padding-top: var(--spacing-section-padding-mobile);
	padding-left: var(--elementor-container-padding-mobile-left, 16px);
	padding-right: var(--elementor-container-padding-mobile-right, 16px);
	padding-bottom: 0;
	color: var(--elementor-color-text, #000000);
	font-family: var(--elementor-typography-body-font, 'Montserrat', sans-serif);
	font-size: var(--elementor-typography-body-font-size, 16px);
	font-weight: 300;
	line-height: var(--elementor-typography-body-line-height, 1.5);
	width: 100%;
	margin: 0;
	background-attachment: scroll;
	min-height: auto;
}

.ce-footer--has-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ce-footer--has-gradient {
	background-position: 0% 50%;
}

.ce-footer--gradient-animated {
	background-size: 600% 600% !important;
	animation: gradientShift 40s ease infinite;
}

.ce-footer__back-to-top {
	position: absolute;
	top: 10px;
	right: var(--elementor-container-padding-mobile-right, 16px);
	gap: 15px;
	z-index: 99;
}

.ce-footer__back-to-top-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: inherit;
}

.ce-footer__back-to-top-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: inherit;
	transition: 250ms ease-in-out;
}

.ce-footer__back-to-top-button:hover {
	opacity: 0.7;
	transform: translateY(-2px);
	background: transparent;
}

.ce-footer__back-to-top-button:active {
	transform: translateY(0);
}

.ce-footer__back-to-top-button:focus-visible,
.ce-footer__back-to-top-button:focus {
	background: transparent;
	outline: none;
}

.ce-footer__back-to-top-button svg {
	width: 21px;
	height: 25px;
	display: block;
}

.elementor-widget-ce_footer .ce-footer__content {
	gap: 16px;
	flex: 1;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 0 0px;
}

.elementor-widget-ce_footer .ce-footer__logo {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;
}

.elementor-widget-ce_footer .ce-footer__logo img {
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.elementor-widget-ce_footer .ce-footer__logo-placeholder {
	opacity: 0.6;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-ce_footer .ce-footer__logo-placeholder:hover {
	opacity: 0.8;
}

.elementor-widget-ce_footer .ce-footer__logo-placeholder svg {
	width: 150px;
	height: 150px;
	max-width: 100%;
	height: auto;
	display: block;
}

.elementor-widget-ce_footer .ce-footer__text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 auto;
	color: var(--elementor-color-text, #000000);
	width: 100%;
}

.elementor-widget-ce_footer .ce-footer__email {
	gap: 12px;
	margin: 0 auto;
	width: 100%;
}

.elementor-widget-ce_footer .ce-footer__email a {
	font-family: var(--elementor-typography-text-font-family, 'Montserrat', sans-serif);
	font-size: 18px;
	color: var(--elementor-color-text, #000000);
}

.ce-footer__email-icon {
	flex-shrink: 0;
	display: block;
}

.ce-footer__email a {
	color: inherit;
	text-decoration: none;
	transition: 250ms ease-in-out;
}

.ce-footer__email a:hover {
	opacity: 0.7;
}

.ce-footer__email a:focus-visible {
	outline: 2px solid var(--elementor-color-focus, #000);
	outline-offset: 2px;
}

.ce-footer__copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: inherit;
	width: 100%;
	margin-top: 28px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.ce-footer__copyright-icon {
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 481px) {
	.elementor-widget-ce_footer .ce-footer__content {
		gap: 13px;
		padding: 0;
	}
}

/* Tablet: 769px and up */
@media (min-width: 769px) {
	.elementor-widget-ce_footer .ce-footer {
		padding-top: 60px;
		padding-left: var(--elementor-container-padding-tablet-left, 50px);
		padding-right: var(--elementor-container-padding-tablet-right, 50px);
		padding-bottom: 0;
	}

	.ce-footer--has-image {
		background-image: var(--elementor-color-secondary, #ffffff);
	}

	.ce-footer__back-to-top {
		top: 40px;
		right: var(--elementor-container-padding-tablet-right, 50px);
	}


	.ce-footer__back-to-top-button svg {
		width: 22px;
		height: 24px;
	}

	.elementor-widget-ce_footer .ce-footer__text {
		font-size: var(--elementor-typography-text-font-size, 16px);
		font-weight: var(--elementor-typography-text-font-weight, 400);
		margin: 12px auto 0 auto;
	}

	.elementor-widget-ce_footer .ce-footer__email a{
		font-family: var(--elementor-typography-text-font-family, 'Montserrat', sans-serif);
		font-size: var(--elementor-typography-primary-font-size, 16px);
		font-weight: var(--elementor-typography-text-font-weight, 400);
	}

	.ce-footer__copyright {
		font-size: 12px;
		margin-top: 34px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1025px) {
	.elementor-widget-ce_footer .ce-footer {
		padding-top: 120px;
		padding-left: var(--elementor-container-padding-left, 87px);
		padding-right: var(--elementor-container-padding-right, 87px);
	}

	.ce-footer__back-to-top {
		right: var(--elementor-container-padding-right, 87px);
	}
}
