/* Service pages — live clone extras (spider common.css covers most pcc layout) */

.bluesun-service-live-page {
	background: #f4f4f4;
}

.bluesun-service-elementor-live .page-content {
	overflow: hidden;
}

.bluesun-service-elementor-live .elementor-slide-heading {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.bluesun-service-elementor-live .elementor-slide-description {
	color: #fff;
	font-size: 1.125rem;
	margin: 0;
}

.bluesun-service-elementor-live .elementor-repeater-item-5ab8fdd .swiper-slide-bg {
	background-image: url('https://www.bluesunpv.com/wp-content/uploads/2024/11/banner-bluesun-solar-panel.jpg');
	background-size: cover;
	background-position: center;
}

.bluesun-service-pcc-live {
	padding-bottom: 0;
}

.bluesun-service-pcc-live .pcc-box,
.bluesun-service-pcc-live .bl-main.pcc-box.blkg-box {
	background: #f4f4f4;
	padding: 5rem 0 7.5rem;
}

.bluesun-service-live-page--downloads .downloads-dec {
	background: #fff;
	padding: 1.5rem 0;
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: #616161;
}

.bluesun-service-live-page--faqs .list-question ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bluesun-service-live-page--faqs .question-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 0;
	cursor: pointer;
	border-bottom: 1px solid #dedede;
}

.bluesun-service-live-page--faqs .question-title {
	font-size: 1.0625rem;
	font-weight: 600;
	color: #1a1a1a;
	padding-right: 1rem;
}

.bluesun-service-live-page--faqs .sh-ico::before {
	content: '+';
	font-size: 1.25rem;
	color: #ed741b;
}

.bluesun-service-live-page--faqs li.open .sh-ico::before {
	content: '−';
}

.bluesun-service-live-page--faqs .question-detail {
	display: none;
	padding: 0 0 1.25rem;
	color: #616161;
	line-height: 1.75;
}

.bluesun-service-live-page--faqs li.open .question-detail {
	display: block;
}

.bluesun-service-live-page--downloads .dl-dt .product-img {
	position: relative;
}

.bluesun-service-live-page--downloads .dl-mo {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.2s;
}

.bluesun-service-live-page--downloads .product-detail:hover .dl-mo {
	opacity: 1;
}

.bluesun-service-live-page--videos .video-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.bluesun-service-live-page--videos .vm-list {
	background: #fff;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	color: #1a1a1a;
	font-weight: 500;
}

.bluesun-service-live-page--videos .vm-list.vm-on {
	background: #ed741b;
	color: #fff;
}

.bluesun-service-live-page--videos .video-main {
	display: flex;
	gap: 1.5rem;
}

.bluesun-service-live-page--videos .v-fl {
	width: 38%;
}

.bluesun-service-live-page--videos .v-fr {
	flex: 1;
}

.bluesun-service-live-page--videos #v-ytb {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 420px;
	overflow: auto;
}

.bluesun-service-live-page--videos #v-ytb li {
	cursor: pointer;
	padding: 0.75rem 0;
	border-bottom: 1px solid #eee;
}

.bluesun-service-live-page--videos #v-ytb li.video-on {
	color: #ed741b;
}

.bluesun-service-live-page--videos .c-content {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.bluesun-service-live-page--videos .c-fl img {
	width: 80px;
	height: 60px;
	object-fit: cover;
}

.bluesun-service-live-page--videos .video-container {
	position: relative;
	padding-top: 56.25%;
	background: #000;
}

.bluesun-service-live-page--videos .video-container iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bluesun-service-live-page--videos .v-detail-tilte {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.bluesun-service-live-page--after-sales .service-after-sales p {
	margin: 0 0 0.75rem;
	line-height: 1.75;
	color: #616161;
}

.bluesun-service-live-page--after-sales .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2%;
}

.bluesun-service-live-page--after-sales .wpforms-one-half {
	width: 49%;
}

.bluesun-service-live-page--after-sales .wpforms-field:not(.wpforms-one-half) {
	width: 100%;
}

.bluesun-videos-youtube-cta {
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
	.bluesun-service-live-page--videos .video-main {
		flex-direction: column;
	}

	.bluesun-service-live-page--videos .v-fl,
	.bluesun-service-live-page--after-sales .wpforms-one-half {
		width: 100%;
	}
}
