/*
 Theme Name:   Water Pog
 Theme URI:    https://elementor.com/
 Description:  Water Pog Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/*
 * Add your custom CSS below this line.
 * Changes here will not be overwritten when the parent theme is updated.
 */

/* ══ CUSTOM FONTS ══ */
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('/wp-content/uploads/2026/03/gilroy-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilory-Medium';
	src: url('/wp-content/uploads/2026/03/gilroy-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilory-SemiBold';
	src: url('/wp-content/uploads/2026/03/gilroy-medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Line Seed Sans TH';
	src: url('/wp-content/uploads/2026/03/LINESeedSansTH_W_Rg-1.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html[lang="th"],
html[lang="th"] body,
html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6,
html[lang="th"] p,
html[lang="th"] span:not(.fa):not(.ab-icon),
html[lang="th"] button,
html[lang="th"] label,
html[lang="th"] a,
html[lang="th"] strong,
html[lang="th"] input,
html[lang="th"] div,
html[lang="th"] .elementor-image-box-title {
	font-family: "Line Seed Sans TH" !important;
}

/* ══ OUR PROJECTS Section Styles ══ */
.prj-projects {
	display: flex;
	flex-direction: column;
	font-family: "Line Seed Sans TH", sans-serif;
	gap: 72px;
}

.prj-projects-header {
	display: flex;
	align-items: center;
	gap: 40px;
}

.prj-projects-title {
	flex: 1;
	margin: 0;
	font-family: "Gilroy-Medium", sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	background: linear-gradient(173deg, #245a9c 0%, #1e2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.prj-projects-filters,
form.prj-projects-filters {
	display: flex;
	gap: 16px;
	align-items: center;
	margin: 0;
}

.prj-region-dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 24px;
	width: 422px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 4.7px 0 rgba(0, 0, 0, 0.05) inset, 0 79px 22px 0 rgba(0, 0, 0, 0.00), 0 51px 20px 0 rgba(0, 0, 0, 0.01), 0 29px 17px 0 rgba(0, 0, 0, 0.02), 0 13px 13px 0 rgba(0, 0, 0, 0.04), 0 3px 7px 0 rgba(0, 0, 0, 0.04);
	cursor: pointer;
	font-size: 18px;
	line-height: 22px;
	color: #245a9c;
	border: none;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.prj-region-dropdown:focus,
.prj-region-dropdown:focus-visible {
	border: none;
	outline: none;
}

.prj-region-select-wrap {
	position: relative;
	width: 422px;
}

.prj-region-select-wrap::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23245a9c' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
	background-size: contain;
	pointer-events: none;
}

.prj-search-btn {
	padding: 13px 24px;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	background: linear-gradient(147deg, #245a9c 0%, #1e2252 100%);
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: inherit;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04);
}

.prj-search-btn:hover {
	opacity: 0.9;
}

.prj-projects-body {
	display: flex;
	gap: 16px;
	max-width: 100%;
}

.prj-cards-wrap {
	width: 46%;
	height: 632px;
	position: relative;
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.prj-cards-container {
	flex: 1;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	scrollbar-width: none;
}

.prj-cards-container::-webkit-scrollbar {
	display: none;
}

.prj-scrollbar-track {
	width: 4px;
	background: #eee;
	border-radius: 51px;
	align-self: stretch;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
}

.prj-scrollbar-thumb {
	width: 4px;
	height: 195px;
	border-radius: 51px;
	position: absolute;
	top: 0;
	background: linear-gradient(91deg, #245a9c 0%, #1e2252 100%);
	cursor: grab;
	transition: background 0.2s;
	touch-action: none;
	-webkit-user-drag: none;
}

.prj-card {
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04);
	font-family: "Line Seed Sans TH", sans-serif;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-end;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.prj-scrollbar-thumb:active {
	cursor: grabbing;
}

/* Optional: Make the thumb slightly wider or brighter when dragging */
.prj-scrollbar-thumb.dragging {
	background: #245a9c;
	width: 6px;
	/* Pops out a bit */
	left: -1px;
	/* Center it if you increase width */
}

.prj-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.prj-card.no-location {
	opacity: 0.9;
}

.prj-card-highlight {
	box-shadow: 0 4px 16px rgba(36, 90, 156, 0.3) !important;
	border: 2px solid #245A9C !important;
	background: #f0f6fc !important;
	transition: all 0.3s ease;
}

.prj-card-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.prj-card-number {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	color: #c0c0c0;
}

.prj-card-address {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #1e1e1e;
}

.prj-card-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 8px 8px 12px;
	border-radius: 500px;
	background: linear-gradient(156deg, #245a9c 0%, #1e2252 100%);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	transition: opacity 0.2s;
	text-decoration: none;
}

.prj-card-btn svg {
	width: 16px;
	height: 16px;
}

.prj-card-btn:hover {
	opacity: 0.85;
	color: #fff;
}


.prj-map-right {
	width: 52%;
	flex-shrink: 0;
	z-index: 1;
}

.prj-map-area {
	width: 100%;
	height: 632px;
	border-radius: 17px;
	overflow: hidden;
	box-shadow: 0 5px 53px rgba(35, 83, 147, 0.1);
	position: relative;
}

.prj-map-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#projectMap {
	background: #e8e8e8;
}

/* ══ PROJECTS MAP & POPUP STYLES ══ */
.custom-popup .leaflet-popup-content-wrapper {
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.custom-popup .leaflet-popup-content {
	margin: 0;
	font-family: "Inter", sans-serif;
	width: 280px !important;
}

.custom-popup .leaflet-popup-tip {
	display: none !important;
}

.custom-popup .leaflet-popup-close-button {
	display: none !important;
}

.popup-details {
	padding: 0;
}

.popup-content {
	display: flex;
	padding: 8px;
	gap: 8px;
}

.popup-img {
	max-width: 80px;
	height: 80px;
	width: 100%;
}

.popup-img img {
	width: 100%;
	height: 80px !important;
	object-fit: cover;
	border-radius: 4px;
}

.popup-text {
	padding: 0 !important;
}

.popup-project-title {
	margin: 0 0 8px 0 !important;
	font-family: 'Line Seed Sans TH', sans-serif;
	color: #1e1e11;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.popup-location {
	margin: 0 !important;
	color: #1E1E1E;
	font-family: 'Line Seed Sans TH', sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.popup-link {
	display: inline-block;
	color: #245A9C;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 16px;
	background: #f0f6fc;
	border-radius: 6px;
	text-align: center;
	transition: all 0.3s ease;
}

.popup-link:hover {
	background: #245A9C;
	color: white;
}

.marker-cluster-custom {
	background-clip: padding-box;
	border-radius: 50%;
}

.marker-cluster-custom div {
	text-align: center;
	font-family: "Inter", sans-serif;
}

/* ══ PROVEN IMPACT CENTER Section Styles ══ */
.project-proven-impact {
	position: relative;
}

.project-proven-impact-content {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 24px;
	height: 100%;
	justify-content: flex-end;
	align-items: end;
	margin: 0 auto;
}

.project-impact-left {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	height: 587px;
}

.project-impact-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 40px;
	background: linear-gradient(160deg, #245A9C 0%, #1E2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-family: 'Gilroy-Medium', sans-serif;
}

.project-impact-serving {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px;
	background: linear-gradient(174deg, #245A9C 0%, #1E2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.project-impact-number {
	font-size: 64px;
	font-weight: 700;
	line-height: 86px;
	margin-bottom: 12px;
	background: linear-gradient(161deg, #245A9C 0%, #1E2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.project-impact-label {
	font-size: 18px;
	color: #1E1E1E;
	margin-bottom: 40px;
	line-height: 22px;
}

.project-impact-description {
	font-size: 18px;
	color: #323232;
	line-height: 22px;
	margin-bottom: 40px;
}

.project-impact-button {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	align-self: flex-start;
	background: linear-gradient(155deg, #245A9C 0%, #1E2252 100%);
	border: none;
	color: #FFFFFF;
	padding: 12px 16px 12px 24px;
	border-radius: 500px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	cursor: pointer;
	backdrop-filter: blur(4px);
}

.project-impact-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(36, 90, 156, 0.4);
}

.project-arrow-icon {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-arrow-icon::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 4px;
	background-image: url(/wp-content/uploads/2026/03/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.project-impact-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 587px;
	position: relative;
	overflow: visible;
}

.project-impact-center img {
	width: 400px;
	height: 587px !important;
	object-fit: cover;
}

/* Map Markers & Tooltips */
.project-map-marker {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 100;
}

.project-map-marker::before {
	content: '+';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #245A9C;
	line-height: 1;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.project-map-marker:hover::before {
	background: #245A9C;
	color: #FFFFFF;
	transform: scale(1.2);
}

.project-map-tooltip {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
	width: 194px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.08);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 1000;
}

.project-map-marker:hover .project-map-tooltip {
	opacity: 1;
}

.project-map-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #FFFFFF;
}

.project-map-tooltip-title {
	font-family: 'Gilory-Medium', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #245A9C;
	line-height: 25px;
	margin-bottom: 10px;
}

.project-map-tooltip-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.project-map-tooltip-number {
	font-family: 'Gilory-SemiBold', sans-serif;
	font-size: 39px;
	font-weight: 400;
	color: #1C1C1E;
	line-height: 49px;
}

.project-map-tooltip-label {
	font-family: 'Line Seed Sans TH', sans-serif;
	font-size: 13px;
	color: #1C1C1E;
	line-height: 16px;
}

.project-impact-right {
	padding: 40px 0;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.project-stat-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.project-stat-label {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	background: linear-gradient(160deg, #245A9C 0%, #1E2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.project-stat-number {
	font-size: 64px;
	font-weight: 700;
	line-height: 86px;
	background: linear-gradient(161deg, #245A9C 0%, #1E2252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.project-stat-description {
	font-size: 18px;
	color: #1E1E1E;
	line-height: 22px;
}

/* ══ PRODUCT SECTIONS ══ */
.product-section {
	display: flex;
	width: 100%;
	height: 641px;
	overflow: hidden;
}

.product-section.reversed {
	flex-direction: row-reverse;
}

.product-image-half {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.product-image-half img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.product-image-half.fade-right::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.product-image-half.fade-left::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(-90deg, rgba(242, 248, 253, 0) 0%, #F2F8FD 100%);
}

.product-content-half {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.product-content-half.bg-white {
	background: var(--color-white, #fff);
}

.product-content-half.bg-light {
	background: var(--color-light-bg, #f2f8fd);
}

.product-content-inner {
	padding-left: 56px;
	padding-right: 56px;
	max-width: 640px;
}

.product-section.reversed .product-content-inner {
	margin-left: auto;
}

.product-logo {
	max-width: 200px;
	width: 100%;
}

.product-logo img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.product-title {
	font-family: 'Gilory-Medium', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	background: var(--gradient-brand, linear-gradient(173deg, #245a9c 0%, #1e2252 100%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 40px 0 16px;
}

.product-desc {
	font-size: 16px;
	font-family: 'Line Seed Sans TH', sans-serif;
	line-height: 20px;
	color: #1E1E1E;
	margin-bottom: 0;
}

.product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 72px;
}

.product-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 12px 16px 12px 24px;
	border-radius: 500px;
	background: var(--gradient-brand-btn, linear-gradient(147deg, #245a9c 0%, #1e2252 100%));
	color: var(--color-white, #fff);
	font-family: 'Line Seed Sans TH', sans-serif;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	transition: opacity 0.3s ease;
	text-decoration: none;
}

.product-btn:hover {
	opacity: 0.85;
	color: var(--color-white, #fff);
}

.product-btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Single Product */

.product-content-css h1,
.product-content-css h2,
.product-content-css h3,
.product-content-css h4,
.product-content-css h5,
.product-content-css h6 {
	background: linear-gradient(124deg, #245A9C 0%, #1E2252 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 16px 0;
	font-weight: 400;
}

.product-content-css h1 {
	font-size: 40px;
}

.product-content-css h2 {
	font-size: 36px;
}

.product-content-css h3 {
	font-size: 32px;
}

.product-content-css h4 {
	font-size: 28px;
}

.product-content-css h5 {
	font-size: 24px;
}

.product-content-css h6 {
	font-size: 20px;
}

.product-content-css ul li {
	font-size: 24px;
	background: linear-gradient(124deg, #245A9C 0%, #1E2252 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.product-content-css>ul>li::marker {
	color: #245A9C;
	font-size: 16px;
}

.product-content-css>ul>li ul {
	margin-top: 8px;
	padding-left: 0;
}

.product-content-css>ul>li ul li {
	font-size: 16px;
	background: none;
	color: #1E1E1E;
	list-style: none;
	-webkit-text-fill-color: initial;
}

.product-content-css>ul+ul {
	margin-top: 24px;
}

/* Product Benefit Carousel */
.benefit-carousel-wrapper {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.benefit-carousel-container {
	position: relative;
}

.benefit-carousel-track {
	margin: 0 auto;
	max-width: 100%;
	cursor: grab;
	overflow: visible !important;
	clip-path: inset(0 -100% 0 0) !important;
	position: relative;
}

.benefit-carousel-track::-webkit-scrollbar {
	display: none;
}

.benefit-carousel-track.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.benefit-carousel-items {
	display: flex;
	gap: 32px;
	padding: 10px 0;
	width: max-content;
	transition: transform 0.3s ease;
	will-change: transform;
}

.benefit-card {
	flex: 0 0 380px;
	min-width: 320px;
	max-width: 380px;
	height: 420px;
	border-radius: 24px;
	transition: all 0.3s ease;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.benefit-carousel-track.dragging .benefit-card {
	cursor: grabbing;
}

.benefit-card::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 16px;
	pointer-events: none;
	z-index: 1;
}

.benefit-card:hover {
	transform: translateY(-4px);
}

.benefit-card:hover::after {
	box-shadow:
		0px 8px 30px rgba(0, 0, 0, 0.12),
		0px 12px 50px rgba(35, 83, 147, 0.18);
}

.benefit-card-title {
	padding: 40px 24px;
	font-size: 20px;
	line-height: 26px;
	color: #20589E;
	font-family: 'Line Seed Sans TH', sans-serif;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}



/* Responsive Design */
@media (max-width: 1024px) {
	.benefit-card {
		flex: 0 0 320px;
		max-width: 320px;
	}

	.benefit-carousel-items {
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.benefit-card {
		flex: 0 0 280px;
		min-width: 280px;
		max-width: 280px;
		height: 360px;
	}

	.benefit-carousel-items {
		gap: 16px;
	}

	.benefit-card-title {
		padding: 20px;
		font-size: 16px;
		line-height: 24px;
		min-height: 80px;
	}
}

/* ══ RESPONSIVE — TABLET (1024px) ══ */
@media (max-width: 1024px) {

	/* Impact Center */
	.project-proven-impact-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.project-impact-left {
		height: auto;
		padding: 20px 0;
	}

	.project-impact-center {
		height: auto;
		margin: 20px 0;
		max-width: 100%;
	}

	.project-impact-center img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	.project-impact-right {
		padding-left: 0;
	}

	.prj-projects-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.prj-projects {
		gap: 45px;
	}

	/* Product Sections */
	.product-section {
		flex-direction: column !important;
		height: auto;
	}

	.product-image-half {
		width: 100%;
		height: 400px;
	}

	.product-image-half.fade-right::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	}

	.product-image-half.fade-left::after {
		background: linear-gradient(180deg, rgba(242, 248, 253, 0) 0%, #F2F8FD 100%);
	}

	.product-content-half {
		width: 100%;
		height: auto;
		padding: 40px;
	}

	.product-content-inner {
		padding: 0;
		max-width: 100%;
		margin: 0 !important;
	}

	.product-buttons {
		margin-top: 40px;
	}
}

/* ══ RESPONSIVE — MOBILE (768px) ══ */
@media (max-width: 768px) {

	/* Projects */
	.prj-projects-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		height: auto;
	}

	.prj-projects-title {
		font-size: 28px;
		line-height: 36px;
	}

	.prj-projects-filters {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.prj-region-select-wrap {
		width: 100%;
	}

	.prj-region-dropdown {
		width: 100%;
	}

	.prj-search-btn {
		width: 100%;
	}

	.prj-projects-body {
		flex-direction: column;
		width: 100% !important;
		height: auto !important;
		gap: 30px;
	}

	.prj-cards-wrap {
		width: 100% !important;
		height: 432px;
	}

	.prj-card {
		width: 100%;
		flex-direction: row;
	}

	.prj-map-right {
		width: 100%;
	}

	.prj-map-area {
		height: 300px;
	}

	.prj-cards-container {
		gap: 10px;
	}

	/* Impact Center */
	.project-proven-impact-content {
		gap: 32px;
	}

	.project-impact-title {
		font-size: 28px;
		line-height: 36px;
	}

	.project-impact-number {
		font-size: 48px;
	}

	.project-stat-number {
		font-size: 48px;
	}

	.project-impact-center img {
		width: 100%;
		max-width: 100%;
		height: 520px !important;
	}

	/* Product Sections */
	.product-section {
		flex-direction: column !important;
	}

	.product-image-half {
		height: 280px;
		min-height: 280px;
	}

	.product-content-half {
		padding: 24px 20px;
	}

	.product-title {
		font-size: 24px;
		line-height: 32px;
		margin: 16px 0;
	}

	.product-desc {
		font-size: 14px;
		line-height: 22px;
	}

	.product-buttons {
		margin-top: 24px;
		flex-wrap: wrap;
	}

	.product-buttons a {
		font-size: 13px;
		padding: 10px 20px;
	}
}

/* Product Key Advantages Grid */
.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.advantage-card {
	border-radius: 24px;
	overflow: visible;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
}

.advantage-card:hover {
	transform: translateY(-5px);
}

.advantage-image-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 24px;
}

.advantage-content-section {
	background: #FFFFFF;
	margin-top: -40px;
	padding: 20px;
	text-align: left;
	border-radius: 16px;
	position: relative;
	z-index: 1;
}

.advantage-title {
	background: var(--Gradient-2, linear-gradient(124deg, #245A9C 0%, #1E2252 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 12px 0;
	font-family: 'Gilroy-Medium', sans-serif;
}

.advantage-content {
	color: #6B6B6B;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	font-family: 'Line Seed Sans TH', sans-serif;
}

.advantage-content p {
	margin: 0;
	color: #1E1E1E;
	font-size: 16px;
	font-family: 'Line Seed Sans TH', sans-serif;
	line-height: inherit;
}

/* Responsive design for advantages grid */
@media (max-width: 991px) {
	.advantages-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.advantage-content-section {
		padding: 25px;
	}

	.advantage-title {
		font-size: 18px;
	}

	.advantage-content {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.advantages-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.advantages-grid-container {
		padding: 40px 0;
	}

	.advantage-image-section {
		height: 180px;
	}

	.advantage-content-section {
		padding: 20px;
	}

	.advantage-title {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.advantage-content {
		font-size: 14px;
	}
}


/* Product Category Header */
.product-category-header {
	padding: 40px 0;
	background: transparent;
}

.product-header-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px;
}

.product-header-card {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.product-header-images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	min-height: 200px;
	background: linear-gradient(180deg, #E8F2FB 0%, #D1E5F7 100%);
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 24px;
}

.product-header-icon {
	flex: 0 0 auto;
}

.product-header-icon img {
	max-width: 200px;
	height: auto;
	display: block;
}

.product-header-3d {
	flex: 0 0 auto;
}

.product-header-3d img {
	max-width: 250px;
	height: auto;
	display: block;
}

.product-header-title {
	color: #245A9C;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	font-family: 'Line Seed Sans TH', sans-serif;
	text-transform: uppercase;
}

/* Responsive design for product header */
@media (max-width: 991px) {
	.product-header-card {
		padding: 30px;
	}

	.product-header-images {
		gap: 30px;
		padding: 15px;
		min-height: 180px;
	}

	.product-header-icon img {
		max-width: 150px;
	}

	.product-header-3d img {
		max-width: 200px;
	}

	.product-header-title {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.product-header-content {
		max-width: 100%;
	}

	.product-header-card {
		padding: 20px;
	}

	.product-header-images {
		flex-direction: column;
		gap: 20px;
		min-height: auto;
		padding: 20px;
	}

	.product-header-icon img {
		max-width: 120px;
	}

	.product-header-3d img {
		max-width: 160px;
	}

	.product-header-title {
		font-size: 16px;
	}

	.product-logo {
		max-width: 130px;
	}
}

/* Related Products Grid */
.related-products-grid {
	padding: 40px 0;
}

.related-products-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.related-products-items {
	display: grid;
	gap: 24px;
}

.related-products-items.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.related-products-items.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.related-products-items.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.related-product-card {
	background: #FFFFFF;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.related-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}

.related-product-images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 180px;
	background: linear-gradient(180deg, #E8F2FB 0%, #D1E5F7 100%);
	padding: 20px;
}

.related-product-icon {
	flex: 0 0 auto;
}

.related-product-icon img {
	max-width: 100px;
	max-height: 80px;
	width: auto;
	height: auto;
	display: block;
}

.related-product-3d {
	flex: 0 0 auto;
}

.related-product-3d img {
	max-width: 140px;
	max-height: 120px;
	width: auto;
	height: auto;
	display: block;
}

.related-product-title {
	color: #245A9C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-family: 'Line Seed Sans TH', sans-serif;
	text-transform: uppercase;
}

/* Responsive design for related products */
@media (max-width: 991px) {
	.related-products-items.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}

	.related-product-images {
		height: 160px;
	}

	.related-product-icon img {
		max-width: 80px;
	}

	.related-product-3d img {
		max-width: 120px;
	}
}

@media (max-width: 768px) {

	.related-products-items.columns-4,
	.related-products-items.columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.related-products-items {
		gap: 16px;
	}

	.related-product-title {
		font-size: 14px;
		padding: 16px;
	}
}

@media (max-width: 480px) {

	.related-products-items.columns-4,
	.related-products-items.columns-3,
	.related-products-items.columns-2 {
		grid-template-columns: 1fr;
	}

	.related-product-images {
		height: 140px;
		gap: 15px;
	}

	.related-product-icon img {
		max-width: 70px;
	}

	.related-product-3d img {
		max-width: 100px;
	}
}

/* Products Carousel */
.products-carousel-wrapper {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.products-carousel-container {
	position: relative;
}

.products-carousel-track {
	margin: 0 auto;
	max-width: 100%;
	cursor: grab;
	overflow: visible !important;
	clip-path: inset(0 -100% 0 0) !important;
	position: relative;
}

.products-carousel-track::-webkit-scrollbar {
	display: none;
}

.products-carousel-track.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.products-carousel-items {
	display: flex;
	gap: 24px;
	width: max-content;
}

.product-carousel-card {
	flex: 0 0 320px;
	min-width: 385px;
	max-width: 320px;
	min-height: 440px;
	background-color: #FFFFFF;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.products-carousel-track.dragging .product-carousel-card {
	cursor: grabbing;
}

/* Removed product-carousel-images and product-carousel-3d - now using background image */

.product-carousel-title {
	background: var(--Gradient-2, linear-gradient(124deg, #245A9C 0%, #1E2252 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
	padding: 20px;
	font-family: 'Line Seed Sans TH', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

/* Responsive design for products carousel */
@media (max-width: 768px) {
	.products-carousel-items {
		gap: 16px;
	}

	.product-carousel-title {
		font-size: 18px;
	}
}

/* ——— Custom CSS for braekword ——— */

@media (min-width:1025px) {
.pc {
		display: block;
	}
.mb {
		display: none!important;
	}
}

@media (max-width:1024px) {
	.pc {
		display: none!important;
	}
	.mb {
		display: none!important;
	}
}

@media (max-width:767px) { 
	.mb {
		display: block!important;
	}
}
