/* Site CTA banner — clone bluesunpv.com homepage section 737b0079 / 9999813 */

.elementor-hidden-mobile { display: block; }
.elementor-hidden-desktop { display: none; }

.bluesun-cta-banner {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.bluesun-cta-desktop.elementor-hidden-mobile {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #041226;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bluesun-cta-desktop .elementor-widget {
	margin-block-end: 0;
	min-width: 0;
}

.bluesun-cta-desktop .bluesun-cta-eyebrow-widget .elementor-widget-container {
	margin: 17rem 0 0;
	padding: 0;
}

.bluesun-cta-desktop .bluesun-cta-eyebrow-widget .elementor-heading-title {
	margin: 0;
	color: #fff;
	font-family: 'Rany Medium', var(--bluesun-font-body);
	font-size: clamp(32px, 5vw, 66px);
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
}

.bluesun-cta-desktop .bluesun-cta-sub-widget .elementor-widget-container {
	margin: 1.875rem 0 0;
	padding: 0;
}

.bluesun-cta-desktop .bluesun-cta-sub-widget .elementor-heading-title {
	margin: 0;
	color: #fff;
	font-family: var(--bluesun-font-body);
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
}

.bluesun-cta-desktop .bluesun-cta-btn-widget {
	width: 300px;
	max-width: 300px;
	align-self: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.bluesun-cta-desktop .bluesun-cta-btn-widget .elementor-widget-container {
	margin: 5.125rem 0 8rem;
	padding: 0;
}

.bluesun-cta-desktop .elementor-button {
	display: inline-block;
	background-color: #fff;
	color: #ed741b !important;
	font-family: var(--bluesun-font-body);
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 19px 40px;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.bluesun-cta-desktop .elementor-button:hover,
.bluesun-cta-desktop .elementor-button:focus {
	background-color: #ed741b;
	color: #fff !important;
}

.bluesun-cta-mobile.elementor-hidden-desktop {
	display: none;
	flex-direction: column;
	min-height: 568px;
	margin: 0;
	padding: 0;
	background-color: #041226;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bluesun-cta-mobile .bluesun-cta-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.bluesun-cta-mobile .bluesun-cta-mobile-title .elementor-widget-container {
	margin: 106px 0 0;
	padding: 0;
}

.bluesun-cta-mobile .bluesun-cta-mobile-title .elementor-heading-title {
	margin: 0;
	color: #f3eeee;
	font-family: var(--bluesun-font-body);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.bluesun-cta-mobile .bluesun-cta-mobile-desc .elementor-widget-container {
	margin: 0;
	padding: 0;
}

.bluesun-cta-mobile .bluesun-cta-mobile-desc p {
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.bluesun-cta-mobile .bluesun-cta-mobile-btn .elementor-widget-container {
	margin: 30px 0 0;
	padding: 0;
}

.bluesun-cta-mobile .bluesun-cta-mobile-btn .elementor-button-wrapper {
	text-align: center;
}

.bluesun-cta-mobile .bluesun-cta-mobile-link {
	display: inline-block;
	padding: 20px 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff !important;
	font-family: var(--bluesun-font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	background: transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, color 0.3s, border-color 0.3s;
	text-decoration: none;
}

.bluesun-cta-mobile .bluesun-cta-mobile-link:hover {
	background: #f7f7f7;
	color: #0a0a0a !important;
	border-color: #f7f7f7;
}

@keyframes bluesunFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.bluesun-cta-desktop .animated.fadeInUp {
	opacity: 0;
}

.bluesun-cta-desktop .animated.fadeInUp.is-visible {
	animation: bluesunFadeInUp 1s ease both;
	animation-delay: var(--anim-delay, 0ms);
}

.elementor-invisible {
	opacity: 0;
}

.elementor-invisible.is-visible {
	opacity: 1;
}

@media (max-width: 768px) {
	.elementor-hidden-mobile { display: none !important; }
	.elementor-hidden-desktop { display: block !important; }

	.bluesun-cta-desktop.elementor-hidden-mobile {
		display: none !important;
	}

	.bluesun-cta-mobile.elementor-hidden-desktop {
		display: flex !important;
	}
}
