/* ===== TRANG GIẢI PHÁP (clone bluesunpv.com/solutions/*) ===== */

.bluesun-solution-page {
	font-family: var(--bluesun-font-body);
	color: #1a1a1a;
}

.bluesun-solution-page .bl-main,
.bluesun-solution-page .bl-main-1400 {
	box-sizing: content-box;
	max-width: 87.5rem;
	margin: 0 auto;
	padding: 0 15px;
}

.bluesun-solution-page .bl-main {
	max-width: 105rem;
}

/* Hero */
.bluesun-solution-page .ress-banner.solu-hero {
	position: relative;
	min-height: 28rem;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.bluesun-solution-page .solu-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

.bluesun-solution-page .solu-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	padding: 4rem 1.5rem;
}

.bluesun-solution-page .solu-hero-label {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	opacity: 0.9;
}

.bluesun-solution-page .elementor-slide-heading {
	margin: 0;
	font-size: 2.75rem;
	line-height: 1.25;
	font-weight: 600;
	color: #fff;
}

.bluesun-solution-page .elementor-slide-description {
	margin: 1.25rem auto 0;
	max-width: 48rem;
	font-size: 1.125rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.95);
}

.ress-banner .elementor-slide-description {
	width: 100% !important;
	padding: 0 10%;
}

/* Breadcrumb */
.bluesun-solution-page .solu-bc {
	height: 3.75rem;
	line-height: 3.75rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.bluesun-solution-page .solu-bc a {
	color: #1a1a1a;
	text-decoration: none;
	font-size: 1rem;
}

.bluesun-solution-page .solu-bc a:hover {
	color: var(--bluesun-primary);
}

.bluesun-solution-page .solu-bc .nav-gap {
	color: #616161;
	margin: 0 0.5rem;
}

.bluesun-solution-page .solu-bc .current {
	color: #616161;
}

/* Sections */
.bluesun-solution-page .solu-intro,
.bluesun-solution-page .solu-features,
.bluesun-solution-page .solu-why,
.bluesun-solution-page .solu-scene,
.bluesun-solution-page .solu-advantages,
.bluesun-solution-page .solu-lead,
.bluesun-solution-page .solu-specs,
.bluesun-solution-page .solu-products,
.bluesun-solution-page .solu-cases,
.bluesun-solution-page .solu-more {
	padding: 4rem 0;
}

.bluesun-solution-page .solu-section-title {
	margin: 0 0 1.5rem;
	font-size: 2.25rem;
	line-height: 1.3;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-solution-page .solu-section-title--center {
	text-align: center;
}

.bluesun-solution-page .solu-intro {
	background: #f8f8f8;
	text-align: center;
}

.bluesun-solution-page .solu-intro-text {
	max-width: 52rem;
	margin: 0 auto 2rem;
	font-size: 1.125rem;
	line-height: 1.85;
	color: #616161;
}

.bluesun-solution-page .solu-cta-btn,
.bluesun-solution-page .bps-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12rem;
	height: 3.625rem;
	padding: 0 2rem;
	background: #ed741b;
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s;
}

.bluesun-solution-page .solu-cta-btn:hover,
.bluesun-solution-page .bps-btn:hover {
	background: #d96512;
	color: #fff;
}

/* Feature grid */
.bluesun-solution-page .solu-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.bluesun-solution-page .solu-feature-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 2rem;
	text-align: center;
}

.bluesun-solution-page .solu-feature-card h3 {
	margin: 0 0 1rem;
	font-size: 1.375rem;
	font-weight: 600;
}

.bluesun-solution-page .solu-feature-card p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #616161;
}

/* Tabs */
.bluesun-solution-page .solu-tabs-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #dedede;
}

.bluesun-solution-page .elementor-tab-title {
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #616161;
	cursor: pointer;
	margin-bottom: -1px;
}

.bluesun-solution-page .elementor-tab-title.active {
	color: #ed741b;
	border-bottom-color: #ed741b;
}

.bluesun-solution-page .elementor-tab-content[hidden] {
	display: none !important;
}

.bluesun-solution-page .solu-tab-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

.bluesun-solution-page .solu-tab-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.bluesun-solution-page .solu-tab-text h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
}

.bluesun-solution-page .solu-tab-text p {
	margin: 0;
	line-height: 1.8;
	color: #616161;
}

/* Scene / more cards (bps-info) */
.bluesun-solution-page .bps-info {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	min-height: 24rem;
	background-size: cover;
	background-position: center;
}

.bluesun-solution-page .solu-more-card img {
	width: 100%;
	height: auto;
	display: block;
}

.bluesun-solution-page .bps-title {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.25rem;
	line-height: 2.625rem;
	font-weight: 600;
	text-align: center;
	z-index: 10;
	width: 90%;
}

.bluesun-solution-page .bps-samll-title {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 10;
	width: 80%;
}

.bluesun-solution-page .bps-btn {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 10;
}

.bluesun-solution-page .bps-info:hover .bps-samll-title,
.bluesun-solution-page .bps-info:hover .bps-btn,
.bluesun-solution-page .solu-more-card:hover .bps-samll-title,
.bluesun-solution-page .solu-more-card:hover .bps-btn {
	opacity: 1;
	visibility: visible;
}

.bluesun-solution-page .solu-scene-card::before,
.bluesun-solution-page .solu-more-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.bluesun-solution-page .solu-scene-card .bps-title,
.bluesun-solution-page .solu-scene-card .bps-samll-title {
	z-index: 10;
}

.bluesun-solution-page .solu-scene-card:hover .bps-samll-title {
	opacity: 1;
	visibility: visible;
}

/* Lead */
.bluesun-solution-page .solu-lead p,
.bluesun-solution-page .solu-adv-subtitle,
.bluesun-solution-page .solu-cases-intro,
.bluesun-solution-page .solu-more-desc {
	max-width: 56rem;
	margin: 0 auto 2rem;
	text-align: center;
	font-size: 1.0625rem;
	line-height: 1.85;
	color: #616161;
}

/* Specs */
.bluesun-solution-page .solu-specs {
	background: #f3f3f3;
}

.bluesun-solution-page .solu-spec-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bluesun-solution-page .solu-spec-col .elementor-icon-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bluesun-solution-page .elementor-icon-list-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}

.bluesun-solution-page .elementor-icon-list-icon {
	color: #ed741b;
	flex-shrink: 0;
}

/* Products carousel */
.bluesun-solution-page .solu-products {
	background: #fff;
}

.bluesun-solution-page .solu-carousel-wrap {
	position: relative;
	padding: 0 3rem;
}

.bluesun-solution-page .solu-products-track {
	overflow: hidden;
}

.bluesun-solution-page .solu-products-track .swiper-wrapper {
	display: flex;
	transition: transform 0.4s ease;
}

.bluesun-solution-page .solu-products-track .swiper-slide {
	flex: 0 0 33.333%;
	padding: 0 12px;
	box-sizing: border-box;
}

.bluesun-solution-page .elementor-testimonial__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.bluesun-solution-page .elementor-testimonial__text {
	margin-top: 1rem;
	text-align: center;
}

.bluesun-solution-page .elementor-testimonial__text a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.5;
}

.bluesun-solution-page .elementor-testimonial__text a:hover {
	color: #ed741b;
}

.bluesun-solution-page .elementor-swiper-button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.bluesun-solution-page .elementor-swiper-button-prev {
	left: 0;
}

.bluesun-solution-page .elementor-swiper-button-next {
	right: 0;
}

.bluesun-solution-page .blkg_related_products .swiper-slide a {
	color: #1a1a1a;
}

/* Cases */
.bluesun-solution-page .solu-cases {
	background: #f8f8f8;
}

.bluesun-solution-page .solu-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.bluesun-solution-page .solu-case-card {
	display: block;
	background: #fff;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	transition: box-shadow 0.3s;
}

.bluesun-solution-page .solu-case-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bluesun-solution-page .solu-case-img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.bluesun-solution-page .solu-case-body {
	padding: 1.5rem;
}

.bluesun-solution-page .solu-case-body h3 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	line-height: 1.4;
}

.bluesun-solution-page .solu-case-country {
	margin: 0 0 1rem;
	color: #ed741b;
	font-weight: 600;
}

.bluesun-solution-page .solu-case-capacity {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.5rem;
}

.bluesun-solution-page .solu-case-num {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
}

.bluesun-solution-page .solu-case-unit {
	font-size: 1rem;
	color: #616161;
}

.bluesun-solution-page .solu-case-label {
	width: 100%;
	font-size: 0.875rem;
	color: #999;
}

/* More solutions */
.bluesun-solution-page .solu-more {
	padding-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
	.bluesun-solution-page .solu-features-grid,
	.bluesun-solution-page .solu-cases-grid {
		grid-template-columns: 1fr;
	}

	.bluesun-solution-page .solu-tab-panel {
		grid-template-columns: 1fr;
	}

	.bluesun-solution-page .solu-spec-cols {
		grid-template-columns: 1fr;
	}

	.bluesun-solution-page .solu-products-track .swiper-slide {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 767px) {
	.bluesun-solution-page .elementor-slide-heading {
		font-size: 1.75rem;
	}

	.bluesun-solution-page .solu-section-title {
		font-size: 1.5rem;
	}

	.bluesun-solution-page .solu-bc {
		height: auto;
		line-height: 1.5;
		padding: 0.75rem 0;
	}

	.bluesun-solution-page .solu-products-track .swiper-slide {
		flex: 0 0 100%;
	}

	.bluesun-solution-page .elementor-tab-title {
		padding: 0.75rem 1rem;
		font-size: 0.9375rem;
	}
}
