.hero-vision-wrap {
	margin-top: 28px;
	max-width: 320px;
}

.hero-vision-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(18, 38, 24, 0.24);
}

.hero-vision-card img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.hero-vision-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 19, 11, 0.08) 0%, rgba(7, 19, 11, 0.68) 100%);
	content: "";
}

.hero-vision-card .video-play-btn {
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 2;
}

.hero-vision-label {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.consai-video-modal {
	display: none;
	max-width: 980px;
	background: #fff;
	padding: 12px;
	border-radius: 20px;
}

.consai-video-modal video {
	display: block;
	width: 100%;
	max-height: 78vh;
	border-radius: 14px;
	background: #000;
}

.project-card .thumb > img,
.project-card .thumb > a > img,
.camping-card .thumb > a > img,
.event-card .thumb > img,
.event-card .thumb > a > img,
.shape-wrapped-thumb-1 > img,
.shape-wrapped-thumb-2 .video-thumb > img,
.thumb-1 > img,
.thumb-2 > img,
.thumb-3 .shape-wrapped-thumb > img,
.off-canvas-thumb img {
	object-fit: cover;
}

.event-card .top-right img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.consai-breadcrumb {
		padding: 88px 0 82px;
	}

	.consai-breadcrumb .breadcrumb-content {
		min-height: 220px;
		transform: translateY(-2px);
	}

	.hero-vision-wrap {
		max-width: 260px;
	}

	.hero-vision-card img {
		height: 180px;
	}
}


.consai-breadcrumb {
	padding: 118px 0 108px;
	background: url(../img/consai-agroos/backgrounds/breadcrumb-wheat.jpg) center center / cover no-repeat;
	position: relative;
	overflow: hidden;
}

.consai-breadcrumb::before {
	display: none;
	content: none;
}

.consai-breadcrumb .container-fluid {
	padding-left: clamp(18px, 4vw, 56px);
	padding-right: clamp(18px, 4vw, 56px);
}

.consai-breadcrumb .breadcrumb-content {
	position: relative;
	z-index: 1;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: translateY(-4px);
}

.consai-breadcrumb .breadcrumb-content::before,
.consai-breadcrumb .breadcrumb-content .shape-1 {
	display: none !important;
	content: none !important;
}

.consai-breadcrumb .breadcrumb-content {
	clip-path: none;
}

.consai-breadcrumb .breadcrumb-nav ul,
.consai-breadcrumb .breadcrumb-nav ul li,
.consai-breadcrumb .breadcrumb-nav ul li a,
.consai-breadcrumb .breadcrumb-title h2,
.consai-breadcrumb .consai-breadcrumb-copy {
	color: var(--white-color);
}

.consai-breadcrumb .breadcrumb-nav ul li::after {
	color: rgba(255, 255, 255, 0.78);
}

.consai-breadcrumb .breadcrumb-nav ul,
.consai-breadcrumb .breadcrumb-nav ul li,
.consai-breadcrumb .breadcrumb-nav ul li a,
.consai-breadcrumb .breadcrumb-title h2,
.consai-breadcrumb .consai-breadcrumb-copy {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.consai-breadcrumb-copy {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 767px) {
	.consai-breadcrumb {
		padding: 82px 0 104px;
		min-height: 650px;
	}

	.consai-breadcrumb::after {
		content: "";
		position: absolute;
		inset: 0;
		background:
			linear-gradient(180deg, rgba(3, 18, 13, 0.22) 0%, rgba(3, 18, 13, 0.72) 52%, rgba(3, 18, 13, 0.88) 100%),
			linear-gradient(90deg, rgba(3, 18, 13, 0.78) 0%, rgba(3, 18, 13, 0.28) 100%);
		pointer-events: none;
		z-index: 0;
	}

	.consai-breadcrumb .breadcrumb-content {
		min-height: auto;
		justify-content: center;
		transform: none;
	}

	.consai-breadcrumb .breadcrumb-nav ul,
	.consai-breadcrumb .breadcrumb-nav ul li,
	.consai-breadcrumb .breadcrumb-nav ul li a,
	.consai-breadcrumb .breadcrumb-title h2,
	.consai-breadcrumb .consai-breadcrumb-copy {
		color: #fff !important;
		opacity: 1 !important;
		text-shadow: 0 3px 18px rgba(0, 0, 0, 0.78);
	}

	.consai-breadcrumb .breadcrumb-title h2 {
		font-size: clamp(38px, 11.5vw, 52px);
		line-height: 1.04;
	}

	.consai-breadcrumb .consai-breadcrumb-copy {
		font-size: 16px;
		line-height: 1.5;
		max-width: 92vw;
	}
}

.contact-page-intro {
	padding-top: 60px;
}

.contact-page-intro.m-t-120 {
	margin-top: 88px;
}

.contact-page-intro .about-us-content {
	max-width: 580px;
}

.contact-page-intro .annual-donation-wrap {
	margin-top: 26px;
}

.contact-page-intro .container {
	max-width: 1180px;
}

.contact-download-strip {
	padding: 0 0 84px;
}

.contact-download-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px clamp(20px, 3vw, 38px);
	background: #f7f3e8;
	border: 1px solid rgba(21, 77, 65, 0.1);
	border-radius: 20px;
}

.contact-download-strip-copy h5 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.contact-download-strip-copy p {
	max-width: 620px;
	margin: 0;
}

.consai-video-bg-section {
	position: relative;
	overflow: hidden;
	background-image: none !important;
}

.consai-section-video-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(8, 31, 24, 0.18) 0%, rgba(12, 45, 34, 0.24) 100%);
}

.consai-section-video-bg::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 31, 24, 0.44) 0%, rgba(12, 45, 34, 0.54) 100%);
	content: "";
}

.consai-section-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	filter: saturate(0.96) brightness(0.92);
}

.consai-video-bg-section > .container,
.consai-video-bg-section > .shape-10,
.consai-video-bg-section > .shape-11 {
	position: relative;
	z-index: 1;
}

.contact-download-strip-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.project-card,
.camping-card,
.event-card,
.shape-wrapped-thumb-1,
.shape-wrapped-thumb-2 .video-thumb,
.thumb-1,
.thumb-2,
.thumb-3 .shape-wrapped-thumb,
.off-canvas-thumb {
	border-radius: 28px;
	overflow: hidden;
}

.project-card,
.camping-card,
.event-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(8, 31, 24, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: 100%;
}

.project-card .thumb,
.camping-card .thumb,
.event-card .thumb,
.shape-wrapped-thumb-1,
.shape-wrapped-thumb-2 .video-thumb,
.thumb-1,
.thumb-2,
.thumb-3 .shape-wrapped-thumb {
	position: relative;
	border-radius: inherit;
	overflow: hidden;
	height: 100%;
}

.project-card .thumb::after,
.camping-card .thumb::after,
.event-card .thumb::after,
.shape-wrapped-thumb-1::after,
.shape-wrapped-thumb-2 .video-thumb::after,
.thumb-1::after,
.thumb-2::after,
.thumb-3 .shape-wrapped-thumb::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 25, 17, 0.04) 0%, rgba(7, 25, 17, 0.18) 46%, rgba(7, 25, 17, 0.34) 100%);
	content: "";
	pointer-events: none;
}

.project-card .thumb > img,
.project-card .thumb > a > img,
.camping-card .thumb > a > img,
.event-card .thumb > img,
.event-card .thumb > a > img,
.shape-wrapped-thumb-1 > img,
.shape-wrapped-thumb-2 .video-thumb > img,
.thumb-1 > img,
.thumb-2 > img,
.thumb-3 .shape-wrapped-thumb > img,
.off-canvas-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.project-card .content,
.camping-card .content,
.event-card .card-content {
	position: relative;
	z-index: 1;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, rgba(12, 31, 24, 0.78) 0%, rgba(12, 31, 24, 0.90) 100%);
	box-shadow: 0 20px 40px rgba(6, 24, 18, 0.20);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.camping-card .content,
.event-card .card-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.camping-card .content-top,
.event-card .event-card-middle {
	flex: 1 1 auto;
}

.project-card .content *,
.camping-card .content *,
.event-card .card-content * {
	position: relative;
	z-index: 1;
}

.project-card .number span,
.camping-card .category,
.camping-card .category a,
.event-card .thumb .category,
.event-card .thumb .category span {
	border-radius: 999px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.award-shape,
.experience-shape-2,
.annual-donation,
.rating-wrap,
.people-joined,
.camping-card .category,
.event-card .thumb .category,
.project-card .number span,
.camping-card .date {
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 12px 28px rgba(8, 31, 24, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.award-shape,
.experience-shape-2,
.annual-donation,
.rating-wrap,
.people-joined {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(248, 245, 236, 0.88) 100%);
}

.project-card .number span,
.camping-card .category,
.camping-card .category a,
.event-card .thumb .category,
.event-card .thumb .category a,
.event-card .thumb .category span,
.camping-card .date {
	background: rgba(255, 255, 255, 0.16);
}

.project-card .content h5,
.project-card .content h5 a,
.camping-card .content .title h3,
.camping-card .content .title h3 a,
.event-card .event-card-middle h2,
.event-card .event-card-middle h2 a {
	color: #fff;
}

.project-card .content p,
.camping-card .content p,
.event-card .event-card-middle p,
.event-card .address .location span,
.event-card .address .time span,
.camping-card .date span,
.camping-card .fund p,
.camping-card .fund span {
	color: rgba(255, 255, 255, 0.84);
}

.shape-wrapped-thumb-1,
.shape-wrapped-thumb-2 .video-thumb,
.thumb-1,
.thumb-2,
.thumb-3 .shape-wrapped-thumb {
	box-shadow: 0 26px 70px rgba(8, 31, 24, 0.18);
}

.shape-wrapped-thumb-1 > img,
.shape-wrapped-thumb-2 .video-thumb > img,
.thumb-1 > img,
.thumb-2 > img,
.thumb-3 .shape-wrapped-thumb > img {
	min-height: 100%;
}

.d-wishlist {
	display: none !important;
}

.consai-photo-layer-section {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(180deg, rgba(247, 243, 232, 0.90) 0%, rgba(247, 243, 232, 0.82) 100%),
		url(/assets/img/consai-agroos/marketplace/tractor-field.webp) !important;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.consai-photo-layer-section::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(247, 243, 232, 0.18) 0%, rgba(247, 243, 232, 0.34) 50%, rgba(247, 243, 232, 0.18) 100%);
	content: "";
}

.consai-photo-layer-section > .container {
	position: relative;
	z-index: 1;
}

#marketplace {
	position: relative;
	overflow: hidden;
}

#marketplace::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(9, 40, 31, 0.72) 0%, rgba(9, 40, 31, 0.60) 24%, rgba(9, 40, 31, 0.46) 100%),
		linear-gradient(90deg, rgba(9, 40, 31, 0.22) 0%, rgba(9, 40, 31, 0.08) 50%, rgba(9, 40, 31, 0.22) 100%);
	content: "";
}

#marketplace > .container {
	position: relative;
	z-index: 1;
}

#marketplace .common-subtitle span,
#marketplace .common-title h2 {
	color: #fff;
}

#marketplace .common-subtitle img {
	filter: brightness(0) saturate(100%) invert(86%) sepia(32%) saturate(511%) hue-rotate(345deg) brightness(103%) contrast(98%);
}

#marketplace .camping-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: 0 28px 70px rgba(8, 31, 24, 0.22);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

#marketplace .camping-card .thumb::after {
	background: linear-gradient(180deg, rgba(6, 24, 18, 0.06) 0%, rgba(6, 24, 18, 0.12) 50%, rgba(6, 24, 18, 0.24) 100%);
}

#marketplace .camping-card .content {
	background: #163d34;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

#marketplace .camping-card .content .title h3,
#marketplace .camping-card .content .title h3 a,
#marketplace .camping-card .content .text p,
#marketplace .camping-card .content .d-top p,
#marketplace .camping-card .fund p,
#marketplace .camping-card .fund span {
	color: #f7f3e8;
}

#marketplace .camping-card .date,
#marketplace .camping-card .category,
#marketplace .camping-card .category a {
	background: rgba(255, 255, 255, 0.90);
	color: #163d34;
	border: 1px solid rgba(22, 61, 52, 0.08);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: 0 10px 24px rgba(8, 31, 24, 0.08);
}

#marketplace .camping-card .date span {
	color: #163d34;
}

#marketplace .camping-card .donation-wrap {
	margin-top: 16px;
	padding: 20px 22px 22px;
	border-radius: 18px;
	background: #f7f3e8;
}

#marketplace .camping-card .donation-wrap .d-top p,
#marketplace .camping-card .donation-wrap .fund p,
#marketplace .camping-card .donation-wrap .fund span {
	color: #163d34;
}

#marketplace .camping-card .progress {
	background: rgba(22, 61, 52, 0.12);
}

#marketplace .camping-card .progress-bar {
	background: #f6d96b;
}

#marketplace .camping-card .d-bottom {
	margin-top: 18px;
}

#marketplace .camping-card .d-btn {
	width: 100%;
	justify-content: space-between;
}

#modules .consai-module-cards .service-card-3 {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(10, 34, 28, 0.18);
	height: 100%;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

#modules .consai-module-cards .service-card-3 .thumb > a {
	border-radius: 18px;
}

#modules .consai-module-cards .service-card-3 .thumb img {
	height: 230px;
	object-fit: cover;
}

#modules .consai-module-cards .service-card-3 .content {
	padding: 20px 12px 8px;
}

#modules .consai-module-cards .service-card-3 .donation-wrap {
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#modules .consai-module-cards .service-card-3 .content .title h3,
#modules .consai-module-cards .service-card-3 .content .title h3 a {
	color: #133d34;
}

#modules .consai-module-cards .service-card-3 .content .text p {
	color: rgba(19, 61, 52, 0.82);
}

#modules .consai-module-cards .service-card-3 .content .d-btn {
	width: 100%;
	justify-content: space-between;
}

#modules .consai-module-cards .service-card-3 .card-number-2 {
	right: 28px;
	bottom: 172px;
	z-index: 3;
}

#modules .consai-module-cards .service-card-3 .card-number-2 h1,
#modules .consai-module-cards .service-card-3 .card-number-2 span {
	color: rgba(255, 255, 255, 0.34);
}

#government .consai-gov-card {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(16, 58, 49, 0.08);
	border-radius: 24px;
	box-shadow: 0 26px 60px rgba(9, 34, 28, 0.10);
	height: 100%;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

#government .consai-gov-card .thumb > a {
	border-radius: 18px;
	display: block;
	overflow: hidden;
}

#government .consai-gov-card .thumb img {
	height: 260px;
	object-fit: cover;
}

#government .consai-gov-card .content {
	padding: 20px 12px 8px;
}

#government .consai-gov-card .donation-wrap {
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#government .consai-gov-card .content .title h3,
#government .consai-gov-card .content .title h3 a {
	color: #133d34;
}

#government .consai-gov-card .content .text p {
	color: rgba(19, 61, 52, 0.80);
}

#government .consai-gov-card .content .d-btn {
	width: 100%;
	justify-content: space-between;
}

#government .consai-gov-card .card-number-2 {
	right: 28px;
	bottom: 166px;
	z-index: 3;
}

#government .consai-gov-card .card-number-2 h1,
#government .consai-gov-card .card-number-2 span {
	color: rgba(255, 255, 255, 0.36);
}

.consai-faq-home .completed-project-top {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 210px;
}

.consai-faq-home .completed-project-top::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 27, 22, 0.78) 0%, rgba(8, 27, 22, 0.66) 38%, rgba(8, 27, 22, 0.44) 100%),
		linear-gradient(90deg, rgba(8, 27, 22, 0.24) 0%, rgba(8, 27, 22, 0.08) 50%, rgba(8, 27, 22, 0.24) 100%);
	content: "";
}

.consai-faq-home .completed-project-top > .container {
	position: relative;
	z-index: 1;
}

.consai-faq-home .common-subtitle span,
.consai-faq-home .common-title h2,
.consai-faq-home .completed-project-top p {
	color: #fff;
}

.consai-faq-home .common-subtitle img {
	filter: brightness(0) saturate(100%) invert(86%) sepia(32%) saturate(511%) hue-rotate(345deg) brightness(103%) contrast(98%);
}

.consai-faq-home .completed-project-bottom {
	position: relative;
	margin-top: -190px;
	z-index: 2;
}

.consai-faq-home .consai-faq-card {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(16, 58, 49, 0.10);
	border-radius: 24px;
	box-shadow: 0 30px 70px rgba(8, 31, 24, 0.16);
	height: 100%;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.consai-faq-home .consai-faq-card .thumb {
	border-radius: 18px;
	overflow: hidden;
}

.consai-faq-home .consai-faq-card .thumb img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.consai-faq-home .consai-faq-card .content {
	padding: 18px 12px 10px;
}

.consai-faq-home .consai-faq-card .donation-wrap {
	min-height: 290px;
}

.consai-faq-home .consai-faq-card .title h3 {
	color: #133d34;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.consai-faq-home .consai-faq-card .text p {
	color: rgba(19, 61, 52, 0.84);
}

.consai-faq-home .consai-faq-card .card-number-2 {
	right: 26px;
	bottom: 218px;
	z-index: 3;
}

.consai-faq-home .consai-faq-card .card-number-2 h1,
.consai-faq-home .consai-faq-card .card-number-2 span {
	color: rgba(255, 255, 255, 0.42);
}

.consai-prefooter-form .contact-form {
	max-width: 760px;
}

.consai-inquiry-form .select-wrap select {
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 14px 20px;
	width: 100%;
	color: #18382f;
	appearance: none;
}

.consai-inquiry-form .select-wrap select option {
	background: #fff;
	color: #18382f;
}

.consai-inquiry-form .select-wrap select option:hover,
.consai-inquiry-form .select-wrap select option:checked,
.consai-inquiry-form .select-wrap select option:focus {
	background: #f2ead0;
	color: #18382f;
}

.consai-inquiry-form .select-wrap select:focus {
	border-color: var(--theme-color-2);
	outline: none;
}

.consai-inquiry-form .input-wrap input,
.consai-inquiry-form .input-wrap textarea,
.consai-inquiry-form .select-wrap select {
	background: #fff;
	color: #18382f;
	caret-color: #18382f;
}

.consai-inquiry-form .input-wrap input::placeholder,
.consai-inquiry-form .input-wrap textarea::placeholder {
	color: rgba(24, 56, 47, 0.6);
}

.consai-inquiry-form .input-wrap textarea {
	min-height: 180px;
	resize: vertical;
}

.consai-inquiry-form .input-wrap input:focus,
.consai-inquiry-form .input-wrap textarea:focus,
.consai-inquiry-form .select-wrap select:focus {
	color: #18382f;
}

.consai-field-error {
	color: #ffd7d7;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
}

.contact-form .message,
.contact-form-3 .message {
	border-radius: 10px;
	padding: 14px 18px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
}

.contact-form .message.success,
.contact-form-3 .message.success {
	background: rgba(116, 190, 82, 0.18);
	color: #f4ffe8;
}

.contact-form .message.error,
.contact-form-3 .message.error {
	background: rgba(210, 74, 74, 0.18);
	color: #fff4f4;
}

.consai-contact-strip-section {
	position: relative;
	padding: 0 0 88px;
	margin-top: 20px;
}

.consai-contact-strip {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 1fr 1fr;
	gap: 0;
	align-items: stretch;
	background: #fee27f;
	border-radius: 26px;
	overflow: visible;
	box-shadow: 0 24px 60px rgba(15, 58, 48, 0.12);
}

.consai-contact-strip-card {
	position: relative;
	padding: 54px 52px 48px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.consai-contact-strip-card.is-primary {
	background: #174f45;
	color: #fff;
	border-radius: 26px;
	transform: translateY(-32px);
	box-shadow: 0 22px 48px rgba(10, 43, 35, 0.18);
	z-index: 2;
}

.consai-contact-strip-card:not(.is-primary) {
	color: #174f45;
}

.consai-contact-strip-line {
	width: calc(100% - 72px);
	height: 2px;
	margin-bottom: 34px;
	background: rgba(23, 79, 69, 0.5);
}

.consai-contact-strip-card.is-primary .consai-contact-strip-line {
	background: rgba(254, 226, 127, 0.72);
}

.consai-contact-strip-icon {
	position: absolute;
	right: 42px;
	top: 48px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(23, 79, 69, 0.08);
	color: #174f45;
	font-size: 32px;
}

.consai-contact-strip-card.is-primary .consai-contact-strip-icon {
	background: rgba(254, 226, 127, 0.12);
	color: #fee27f;
}

.consai-contact-strip-card h3 {
	font-size: 34px;
	line-height: 1.25;
	margin-bottom: 18px;
	max-width: 360px;
}

.consai-contact-strip-card h3,
.consai-contact-strip-card h3 a {
	color: inherit;
}

.consai-contact-strip-card p {
	font-size: 20px;
	line-height: 1.4;
	color: inherit;
	opacity: 0.92;
	margin: 0;
}

.consai-contact-strip-card a:hover {
	color: inherit;
}

.consai-funding-module .notice p {
	color: #18453b;
}

.consai-funding-kpis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.consai-funding-kpi {
	padding: 24px 24px 22px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(24, 69, 59, 0.08) 0%, rgba(24, 69, 59, 0.03) 100%);
	border: 1px solid rgba(24, 69, 59, 0.1);
	box-shadow: 0 16px 40px rgba(14, 49, 41, 0.08);
}

.consai-funding-kpi .label {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 69, 59, 0.68);
}

.consai-funding-kpi h3 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #18453b;
}

.consai-funding-kpi p {
	margin: 0;
	color: rgba(24, 56, 47, 0.8);
}

.consai-funding-module .details-subtitle h4 {
	line-height: 1.2;
}

.consai-funding-form-wrap .payment-title h3 {
	margin-bottom: 22px;
}

.consai-funding-form .form-control,
.consai-funding-form select,
.consai-funding-form textarea {
	background: #fff;
	color: #18382f;
	border: 1px solid rgba(24, 56, 47, 0.14);
}

.consai-funding-form textarea {
	min-height: 160px;
}

.consai-funding-form .info-input {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.consai-funding-form .form-control::placeholder,
.consai-funding-form textarea::placeholder {
	color: rgba(24, 56, 47, 0.56);
}

.consai-funding-form input[name="website"] {
	display: none !important;
}

.consai-funding-form .amount.active,
.consai-funding-form .custom-amount.active,
.consai-amount-selector .amount.active,
.consai-amount-selector .custom-amount.active {
	background: var(--theme-color-3);
	color: var(--white-color);
}

.consai-tier-description p {
	color: #18453b;
	font-weight: 500;
}

.consai-checkbox-wrap label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #18453b;
}

.consai-checkbox-wrap input[type="checkbox"] {
	margin-top: 6px;
}

.consai-funding-module .impact-text p span,
.consai-opportunity-meta {
	color: #18453b;
	font-weight: 600;
}

.consai-opportunity-meta {
	margin-bottom: 18px;
}

.consai-opportunity-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.consai-opportunity-pills span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(23, 79, 69, 0.08);
	color: #174f45;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.consai-funding-module .choose-currency-2 button {
	min-height: 68px;
}

.consai-funding-module .detail-info-contents {
	padding: 42px 42px 38px;
	border-radius: 24px;
	background: #fffef8;
	box-shadow: 0 24px 60px rgba(13, 45, 38, 0.08);
	border: 1px solid rgba(24, 69, 59, 0.08);
}

.consai-funding-module .make-donate .icon-wrap {
	background: linear-gradient(180deg, #ffffff 0%, #f7f3e8 100%);
	border: 1px solid rgba(24, 69, 59, 0.12);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.consai-funding-module .selected-amount {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.consai-funding-module .payment-method-form {
	padding: 34px 36px 30px;
	border-radius: 22px;
	background: linear-gradient(180deg, #fdf9ed 0%, #f7f1df 100%);
	border: 1px solid rgba(24, 69, 59, 0.1);
}

.consai-funding-module .payment-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(24, 69, 59, 0.1);
}

.consai-funding-module .payment-title::after {
	content: "Funding Hub";
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 69, 59, 0.62);
}

.consai-funding-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 26px;
}

.consai-funding-tags .method {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(24, 69, 59, 0.06);
	border: 1px solid rgba(24, 69, 59, 0.1);
}

.consai-funding-tags .method span {
	font-size: 15px;
	font-weight: 600;
	color: #18453b;
}

.consai-funding-form h5 {
	margin-bottom: 22px;
	font-size: 38px;
	line-height: 1.15;
	color: #18453b;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style {
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(10, 44, 37, 0.12);
}

.consai-funding-module .recent-course-slider-active .donation-wrap {
	background: #fff;
}

.consai-funding-form .form-control,
.consai-funding-form select,
.consai-funding-form textarea,
.consai-funding-form .selected-amount {
	min-height: 82px;
	padding: 0 28px;
	border-radius: 18px;
	font-size: 22px;
	line-height: 1.3;
}

.consai-funding-form textarea {
	padding-top: 22px;
	padding-bottom: 22px;
	min-height: 196px;
	font-size: 20px;
}

.consai-funding-form .form-bottom {
	align-items: center;
	padding-top: 12px;
}

.consai-funding-form .form-bottom p {
	font-size: 22px;
	color: rgba(24, 69, 59, 0.72);
}

.consai-funding-form .form-bottom p span {
	font-weight: 700;
	color: #18453b;
}

@media (max-width: 991px) {
	.project-card .content h5 {
		font-size: 22px;
		line-height: 1.35;
	}

	.project-card,
	.camping-card,
	.event-card,
	.shape-wrapped-thumb-1,
	.shape-wrapped-thumb-2 .video-thumb,
	.thumb-1,
	.thumb-2,
	.thumb-3 .shape-wrapped-thumb {
		border-radius: 24px;
	}

	.consai-photo-layer-section {
		background-position: 56% center !important;
	}

	.consai-contact-strip {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.consai-contact-strip-card {
		min-height: auto;
		padding: 38px 28px 34px;
	}

	.consai-contact-strip-card.is-primary {
		transform: translateY(-18px);
		border-radius: 22px;
	}

	.consai-contact-strip-icon {
		right: 24px;
		top: 28px;
		width: 68px;
		height: 68px;
		font-size: 26px;
	}

	.consai-contact-strip-card h3 {
		font-size: 28px;
		max-width: calc(100% - 88px);
	}

	.consai-funding-form .info-input {
		grid-template-columns: 1fr;
	}

	.consai-funding-kpis {
		grid-template-columns: 1fr;
	}

	.consai-funding-module .detail-info-contents,
	.consai-funding-module .payment-method-form {
		padding: 28px 24px;
	}

	.consai-funding-form h5 {
		font-size: 30px;
	}

	.consai-funding-form .form-control,
	.consai-funding-form select,
	.consai-funding-form textarea,
	.consai-funding-form .selected-amount {
		font-size: 18px;
		min-height: 68px;
		padding: 0 22px;
	}

	.consai-funding-form textarea {
		min-height: 170px;
		padding-top: 18px;
	}

	#modules .consai-module-cards .service-card-3 .donation-wrap {
		min-height: 0;
	}

	#government .consai-gov-card .donation-wrap {
		min-height: 0;
	}

	.consai-faq-home .completed-project-bottom {
		margin-top: -120px;
	}

	.consai-faq-home .consai-faq-card .donation-wrap {
		min-height: 0;
	}

	.contact-download-strip-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.project-card .content h5 {
		font-size: 20px;
	}

	.consai-contact-strip-section {
		padding-bottom: 72px;
	}

	.consai-contact-strip-card {
		padding: 32px 22px 28px;
	}

	.consai-contact-strip-icon {
		position: static;
		margin-bottom: 18px;
	}

	.consai-contact-strip-line {
		width: 100%;
		margin-bottom: 22px;
	}

	.consai-contact-strip-card h3 {
		font-size: 24px;
		max-width: 100%;
	}

	.consai-contact-strip-card p {
		font-size: 18px;
	}

	.contact-page-intro {
		padding-top: 46px;
	}

	.contact-page-intro.m-t-120 {
		margin-top: 64px;
	}

	.contact-download-strip {
		padding-bottom: 72px;
	}

	.contact-download-strip-copy h5 {
		font-size: 24px;
	}

	.consai-faq-home .completed-project-bottom {
		margin-top: -72px;
	}

	.consai-faq-home .consai-faq-card .title h3 {
		font-size: 24px;
	}
}

.consai-funding-module .payment-method-form {
	padding: 42px 44px 36px;
}
.consai-funding-form-wrap .payment-title h3 {
	font-size: 34px;
	line-height: 1.15;
	margin-bottom: 26px;
}
.consai-funding-tags {
	margin-bottom: 26px;
	gap: 14px;
}
.consai-funding-tags .method span {
	padding: 12px 18px;
	border-radius: 999px;
}
.consai-funding-form h5 {
	margin-bottom: 26px;
}
.consai-funding-form .info-input {
	gap: 22px;
}
.consai-funding-form .form-control,
.consai-funding-form select,
.consai-funding-form textarea,
.consai-funding-form .selected-amount {
	min-height: 88px;
	padding: 0 30px;
	border-radius: 20px;
	font-size: 23px;
	box-shadow: inset 0 0 0 1px rgba(24, 69, 59, 0.02);
}
.consai-funding-form .form-control:focus,
.consai-funding-form select:focus,
.consai-funding-form textarea:focus {
	border-color: rgba(24, 69, 59, 0.26);
	box-shadow: 0 0 0 4px rgba(254, 226, 127, 0.22);
}
.consai-funding-form textarea {
	min-height: 220px;
	padding-top: 26px;
	padding-bottom: 26px;
	line-height: 1.6;
}
.consai-funding-form .form-bottom {
	padding-top: 18px;
	gap: 20px;
}
.consai-funding-form .form-bottom .e-primary-btn {
	min-width: 236px;
}
.consai-funding-form .form-bottom p {
	font-size: 24px;
}
@media (max-width: 991px) {
	.consai-funding-module .payment-method-form {
		padding: 30px 26px 28px;
	}
	.consai-funding-form .form-control,
	.consai-funding-form select,
	.consai-funding-form textarea,
	.consai-funding-form .selected-amount {
		min-height: 72px;
		padding: 0 22px;
		font-size: 18px;
	}
	.consai-funding-form textarea {
		min-height: 180px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
}
.consai-contact-strip-card {
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.consai-contact-strip-card .consai-contact-strip-icon,
.consai-contact-strip-card .consai-contact-strip-line,
.consai-contact-strip-card h3,
.consai-contact-strip-card p {
	transition: color 0.35s ease, background-color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.consai-contact-strip-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 28px 64px rgba(10, 43, 35, 0.2);
}

.consai-contact-strip-card.is-primary:hover {
	transform: translateY(-42px);
	background: #133f37;
	box-shadow: 0 30px 68px rgba(10, 43, 35, 0.24);
}

.consai-contact-strip-card:not(.is-primary):hover {
	background: #174f45;
	color: #fff;
}

.consai-contact-strip-card:not(.is-primary):hover .consai-contact-strip-line {
	background: rgba(254, 226, 127, 0.72);
}

.consai-contact-strip-card:not(.is-primary):hover .consai-contact-strip-icon {
	background: rgba(254, 226, 127, 0.16);
	color: #fee27f;
	transform: scale(1.05);
}

.consai-contact-strip-card.is-primary:hover .consai-contact-strip-icon {
	background: rgba(254, 226, 127, 0.2);
	transform: scale(1.05);
}

.consai-contact-strip-card:hover h3,
.consai-contact-strip-card:hover p,
.consai-contact-strip-card:hover h3 a {
	color: inherit;
}

.consai-contact-strip-card:hover p {
	opacity: 1;
}

/* Demo-style contact strip: active elevation follows the hovered card. */
@media (min-width: 992px) {
	.consai-contact-strip {
		isolation: isolate;
	}

	.consai-contact-strip-card,
	.consai-contact-strip-card.is-primary {
		transform: translateY(0) !important;
		background: transparent;
		color: #174f45;
		box-shadow: none;
		border-radius: 26px;
		z-index: 1;
	}

	.consai-contact-strip-card.is-primary {
		background: #174f45;
		color: #fff;
		box-shadow: 0 22px 48px rgba(10, 43, 35, 0.18);
	}

	.consai-contact-strip:hover .consai-contact-strip-card.is-primary:not(:hover) {
		background: transparent;
		color: #174f45;
		box-shadow: none;
	}

	.consai-contact-strip-card:hover,
	.consai-contact-strip-card.is-primary:hover {
		transform: translateY(-34px) !important;
		background: #174f45;
		color: #fff;
		box-shadow: 0 30px 68px rgba(10, 43, 35, 0.24);
		z-index: 3;
	}

	.consai-contact-strip:hover .consai-contact-strip-card.is-primary:not(:hover) .consai-contact-strip-line {
		background: rgba(23, 79, 69, 0.5);
	}

	.consai-contact-strip:hover .consai-contact-strip-card.is-primary:not(:hover) .consai-contact-strip-icon {
		background: rgba(23, 79, 69, 0.1);
		color: #174f45;
	}

	.consai-contact-strip-card:hover .consai-contact-strip-line,
	.consai-contact-strip-card.is-primary:hover .consai-contact-strip-line {
		background: rgba(254, 226, 127, 0.72);
	}

	.consai-contact-strip-card:hover .consai-contact-strip-icon,
	.consai-contact-strip-card.is-primary:hover .consai-contact-strip-icon {
		background: rgba(254, 226, 127, 0.16);
		color: #fee27f;
		transform: scale(1.05);
	}
}

.consai-platform-story .row {
	--bs-gutter-x: 46px;
}

.consai-platform-story .consai-platform-visual {
	position: relative;
	min-height: 760px;
	padding: 10px 0 28px 18px;
}

.consai-platform-story .consai-platform-main-image {
	position: relative;
	max-width: 670px;
	border-radius: 30px;
	overflow: visible;
}

.consai-platform-story .consai-platform-main-image > img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 26px 62px rgba(12, 48, 40, 0.14);
}

.consai-platform-story .consai-platform-stat {
	position: absolute;
	top: 108px;
	right: -56px;
	display: flex;
	align-items: center;
	gap: 22px;
	width: 390px;
	min-height: 136px;
	padding: 24px 34px;
	border-radius: 22px;
	background: #fee27f;
	box-shadow: 0 22px 48px rgba(20, 57, 48, 0.14);
}

.consai-platform-story .consai-platform-stat h3 {
	font-size: 78px;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #18453b;
	margin: 0;
}

.consai-platform-story .consai-platform-stat p {
	max-width: 140px;
	margin: 0;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	color: #18453b;
}

.consai-platform-story .consai-platform-badge {
	position: absolute;
	left: -38px;
	bottom: 96px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	width: 340px;
	min-height: 144px;
	padding: 26px 28px;
	border-radius: 18px;
	background: #174f45;
	box-shadow: 0 18px 38px rgba(12, 48, 40, 0.18);
}

.consai-platform-story .consai-platform-badge img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(86%) sepia(32%) saturate(511%) hue-rotate(345deg) brightness(103%) contrast(98%);
}

.consai-platform-story .consai-platform-badge p {
	margin: 0;
	font-size: 20px;
	line-height: 1.55;
	color: #fff;
}

.consai-platform-story .consai-platform-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.74;
}

.consai-platform-story .consai-platform-secondary-image {
	position: absolute;
	left: 118px;
	bottom: 0;
	width: 430px;
}

.consai-platform-story .consai-platform-secondary-image > img {
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
	border-radius: 220px 220px 24px 24px;
	border: 4px solid #fff;
	box-shadow: 0 30px 66px rgba(12, 48, 40, 0.16);
}

.consai-platform-story .common-title h2 {
	font-size: clamp(48px, 4.6vw, 72px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	max-width: 620px;
}

.consai-platform-story .c-tabs-wrapper {
	padding-top: 8px;
}

.consai-platform-story .c-tabs-wrapper .nav {
	column-gap: 28px;
	row-gap: 14px;
	margin-bottom: 28px;
}

.consai-platform-story .c-tabs-wrapper .nav-link {
	min-width: 158px;
	min-height: 72px;
	padding: 0 34px;
	border: 1.5px solid transparent;
	border-radius: 999px;
	font-size: 20px;
	font-weight: 600;
	color: rgba(24, 69, 59, 0.66);
	background: transparent;
}

.consai-platform-story .c-tabs-wrapper .nav-link.active,
.consai-platform-story .c-tabs-wrapper .nav-link:hover {
	color: #18453b;
	background: #fffef8;
	border-color: rgba(254, 226, 127, 0.92);
	box-shadow: 0 12px 28px rgba(16, 58, 49, 0.08);
}

.consai-platform-story .tab-content {
	max-width: 650px;
}

.consai-platform-story .tab-content .text p {
	font-size: 19px;
	line-height: 1.66;
	color: rgba(24, 56, 47, 0.74);
}

.consai-platform-story .benefits ul {
	display: grid;
	gap: 20px;
	margin-top: 18px;
}

.consai-platform-story .benefits ul li {
	position: relative;
	padding-left: 34px;
	font-size: 19px;
	line-height: 1.6;
	color: rgba(24, 56, 47, 0.84);
}

.consai-platform-story .benefits ul li::before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #174f45;
	box-shadow: 0 0 0 6px rgba(23, 79, 69, 0.08);
	content: "";
}

.consai-platform-story .annual-donation-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 26px;
	margin-top: 34px;
}

.consai-platform-story .annual-donation-wrap .e-primary-btn {
	min-width: 286px;
}

.consai-platform-story .rating-wrap {
	padding: 16px 18px 14px;
	border-radius: 18px;
	border: 1px solid rgba(24, 69, 59, 0.08);
	box-shadow: 0 20px 40px rgba(12, 48, 40, 0.08);
	background: #fffef8;
}

.consai-platform-story .rating-wrap p {
	font-size: 16px;
	color: rgba(24, 56, 47, 0.66);
}

.consai-platform-story .rating-wrap .star-rating {
	gap: 12px;
}

.consai-platform-story .rating-wrap .stars {
	display: inline-flex;
	gap: 4px;
	padding: 10px 14px;
	border-radius: 12px;
	background: #fffef8;
	box-shadow: 0 12px 28px rgba(12, 48, 40, 0.08);
}

.consai-funding-module .consai-funding-kpi,
.consai-funding-module .detail-info-contents,
.consai-funding-module .payment-method-form,
.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style,
.consai-funding-module .detail-contact {
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.consai-funding-module .consai-funding-kpi:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 52px rgba(14, 49, 41, 0.12);
	border-color: rgba(24, 69, 59, 0.16);
}

.consai-funding-module .notice {
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(254, 226, 127, 0.16) 0%, rgba(254, 226, 127, 0.08) 100%);
	border: 1px solid rgba(254, 226, 127, 0.32);
}

.consai-funding-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 18px;
}

.consai-funding-panel-tag,
.consai-funding-panel-status {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.consai-funding-panel-tag {
	background: #174f45;
	color: #fff;
	box-shadow: 0 14px 30px rgba(12, 48, 40, 0.12);
}

.consai-funding-panel-status {
	background: rgba(23, 79, 69, 0.08);
	color: #174f45;
}

.consai-funding-panel-status .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1f9d69;
	margin-right: 10px;
	box-shadow: 0 0 0 5px rgba(31, 157, 105, 0.14);
}

.consai-funding-module .details-subtitle h4 {
	font-size: 34px;
	line-height: 1.15;
}

.consai-funding-module .detail-info-contents:hover,
.consai-funding-module .payment-method-form:hover {
	box-shadow: 0 28px 68px rgba(13, 45, 38, 0.12);
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style {
	border: 1px solid rgba(24, 69, 59, 0.08);
	background: #fffef8;
}

.consai-funding-module .recent-course-slider-active .thumb {
	position: relative;
}

.consai-funding-module .recent-course-slider-active .thumb::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 48, 40, 0.04) 0%, rgba(12, 48, 40, 0.22) 100%);
	content: "";
	pointer-events: none;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover {
	transform: translateY(-10px);
	box-shadow: 0 26px 54px rgba(10, 44, 37, 0.16);
	border-color: rgba(24, 69, 59, 0.16);
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style .thumb {
	overflow: hidden;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style .thumb img {
	transition: transform 0.55s ease;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .thumb img {
	transform: scale(1.06);
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style .date {
	transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .date {
	transform: translateY(-4px);
	background: #174f45;
	color: #fff;
}

.consai-funding-module .recent-course-slider-active .donation-wrap {
	background: linear-gradient(180deg, #fffef8 0%, #f8f2e2 100%);
	transition: background 0.35s ease;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .donation-wrap {
	background: linear-gradient(180deg, #fffef9 0%, #f4ecd7 100%);
}

.consai-funding-module .recent-course-slider-active .title h3 a {
	transition: color 0.3s ease;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .title h3 a {
	color: #174f45;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .consai-opportunity-pills span {
	background: rgba(254, 226, 127, 0.22);
}

.consai-funding-module .recent-course-slider-active .d-top p:first-child,
.consai-funding-module .recent-course-slider-active .fund p:first-child,
.consai-funding-module .recent-course-slider-active .fund p:last-child {
	color: rgba(24, 56, 47, 0.64);
}

.consai-funding-module .recent-course-slider-active .progress {
	height: 10px;
	border-radius: 999px;
	overflow: hidden;
}

.consai-funding-module .recent-course-slider-active .progress-bar {
	border-radius: 999px;
}

.consai-funding-module .detail-contact {
	border-radius: 24px;
	border: 1px solid rgba(24, 69, 59, 0.08);
	background: #fffef8;
}

.consai-funding-module .detail-contact:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 52px rgba(10, 44, 37, 0.12);
}

@media (max-width: 1399px) {
	.consai-platform-story .consai-platform-stat {
		right: -12px;
	}
}

@media (max-width: 1199px) {
	.consai-platform-story .row {
		--bs-gutter-y: 48px;
	}

	.consai-platform-story .consai-platform-visual {
		min-height: 620px;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 500px;
	}

	.consai-platform-story .consai-platform-stat {
		width: 300px;
	}

	.consai-platform-story .consai-platform-secondary-image {
		left: 82px;
		width: 360px;
	}

	.consai-platform-story .consai-platform-secondary-image > img {
		height: 360px;
	}

	.consai-platform-story .common-title h2 {
		font-size: clamp(40px, 4.2vw, 58px);
	}
}

@media (max-width: 991px) {
	.consai-platform-story .consai-platform-visual {
		min-height: auto;
		padding: 0 0 22px;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 420px;
	}

	.consai-platform-story .consai-platform-stat {
		top: 28px;
		right: 18px;
		width: 230px;
		min-height: 98px;
		padding: 16px 20px;
		gap: 14px;
	}

	.consai-platform-story .consai-platform-stat h3 {
		font-size: 52px;
	}

	.consai-platform-story .consai-platform-stat p {
		font-size: 18px;
	}

	.consai-platform-story .consai-platform-badge {
		left: 18px;
		bottom: 132px;
		width: 250px;
		min-height: 116px;
		padding: 18px 20px;
	}

	.consai-platform-story .consai-platform-badge p {
		font-size: 17px;
	}

	.consai-platform-story .consai-platform-secondary-image {
		position: relative;
		left: auto;
		bottom: auto;
		width: 74%;
		margin: -46px auto 0;
	}

	.consai-platform-story .consai-platform-secondary-image > img {
		height: 290px;
		border-radius: 38px 38px 22px 22px;
	}
}

@media (max-width: 767px) {
	.consai-platform-story .common-title h2 {
		font-size: 42px;
	}

	.consai-platform-story .c-tabs-wrapper .nav-link {
		min-width: 0;
		min-height: 60px;
		padding: 0 24px;
		font-size: 18px;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 320px;
	}

	.consai-platform-story .consai-platform-stat {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 18px;
	}

	.consai-platform-story .consai-platform-badge {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-top: 18px;
	}

	.consai-platform-story .consai-platform-secondary-image {
		width: 100%;
		margin-top: 18px;
	}

	.consai-platform-story .consai-platform-secondary-image > img {
		height: 240px;
	}

	.consai-funding-panel-head {
		align-items: flex-start;
	}
}
/* Final homepage platform story refinement */
.consai-platform-story .row {
	align-items: center;
	--bs-gutter-x: 56px;
}

.consai-platform-story .consai-platform-visual {
	position: relative;
	min-height: 930px;
	padding: 18px 0 0 28px;
}

.consai-platform-story .consai-platform-main-image {
	position: relative;
	width: 72%;
	max-width: 520px;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 34px 80px rgba(14, 43, 35, 0.16);
}

.consai-platform-story .consai-platform-main-image > img {
	width: 100%;
	height: 710px;
	object-fit: cover;
	display: block;
}

.consai-platform-story .consai-platform-stat {
	top: 108px;
	right: 8px;
	width: 286px;
	min-height: 154px;
	padding: 28px 30px;
	border-radius: 24px;
	background: #fee27f;
	box-shadow: 0 24px 60px rgba(86, 74, 25, 0.18);
}

.consai-platform-story .consai-platform-stat h3,
.consai-platform-story .consai-platform-stat p {
	color: #174f45;
}

.consai-platform-story .consai-platform-stat h3 {
	font-size: 72px;
	line-height: 0.95;
	margin-bottom: 10px;
}

.consai-platform-story .consai-platform-stat p {
	font-size: 18px;
	font-weight: 700;
	max-width: 120px;
}

.consai-platform-story .consai-platform-badge {
	left: -36px;
	bottom: 206px;
	max-width: 320px;
	min-height: 142px;
	border-radius: 22px;
	padding: 24px 24px 24px 30px;
	background: #174f45;
	box-shadow: 0 20px 48px rgba(10, 44, 37, 0.24);
}

.consai-platform-story .consai-platform-badge p {
	font-size: 17px;
	line-height: 1.5;
}

.consai-platform-story .consai-platform-dots {
	left: 0;
	bottom: 98px;
	width: 180px;
	opacity: 0.72;
}

.consai-platform-story .consai-platform-secondary-video,
.consai-platform-story .consai-platform-secondary-image {
	position: absolute;
	left: 90px;
	bottom: 0;
	width: 66%;
	max-width: 460px;
	display: block;
	border-radius: 220px 220px 24px 24px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(14, 43, 35, 0.14);
	z-index: 2;
}

.consai-platform-story .consai-platform-secondary-video::after,
.consai-platform-story .consai-platform-secondary-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 19, 11, 0.04) 0%, rgba(7, 19, 11, 0.16) 100%);
	content: "";
}

.consai-platform-story .consai-platform-secondary-video > img,
.consai-platform-story .consai-platform-secondary-image > img {
	width: 100%;
	height: 446px;
	object-fit: cover;
	display: block;
}

.consai-platform-story .consai-platform-secondary-video .video-play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 112px;
	height: 112px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(110, 83, 54, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
	font-size: 34px;
	z-index: 2;
	box-shadow: 0 18px 44px rgba(56, 41, 27, 0.18);
}

.consai-platform-story .common-subtitle {
	margin-bottom: 18px;
}

.consai-platform-story .common-title h2 {
	font-size: clamp(44px, 5vw, 78px);
	line-height: 1.05;
	max-width: 620px;
	margin-bottom: 28px;
}

.consai-platform-story .c-tabs-wrapper .nav {
	gap: 22px;
	margin-bottom: 34px;
}

.consai-platform-story .c-tabs-wrapper .nav-link {
	min-width: 160px;
	min-height: 70px;
	padding: 0 32px;
	border-radius: 999px;
	font-size: 19px;
	font-weight: 700;
	background: transparent;
	border: 1px solid rgba(245, 210, 92, 0.7);
}

.consai-platform-story .tab-content .text p {
	font-size: 20px;
	line-height: 1.7;
	color: rgba(23, 63, 55, 0.8);
}

.consai-platform-story .benefits ul li {
	font-size: 19px;
	line-height: 1.65;
	padding-left: 34px;
}

.consai-platform-story .rating-wrap {
	min-width: 330px;
	padding: 14px 18px;
}

.consai-platform-story .rating-wrap .star-rating img {
	max-width: 140px;
}

.consai-platform-story .annual-donation-wrap {
	margin-top: 34px;
	align-items: center;
}

/* Final funding hub refinement */
.consai-funding-module .details-layout-wrap {
	align-items: flex-start;
}

.consai-funding-module .detail-info-contents {
	padding: 42px 44px 44px;
	border-radius: 28px;
	background: radial-gradient(circle at top right, rgba(254, 226, 127, 0.16), transparent 34%), linear-gradient(180deg, #fffef9 0%, #f7f2e6 100%);
	box-shadow: 0 28px 70px rgba(15, 46, 38, 0.10);
}

.consai-funding-module .consai-funding-kpis {
	gap: 18px;
}

.consai-funding-module .consai-funding-kpi {
	border-radius: 24px;
	padding: 28px 24px 24px;
	background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,246,236,0.92) 100%);
	border: 1px solid rgba(24, 69, 59, 0.08);
}

.consai-funding-module .make-donate .icon-wrap {
	border-radius: 24px;
	min-height: 92px;
	padding: 0 30px 0 98px;
}

.consai-funding-module .make-donate .icon-wrap i {
	left: 36px;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(254, 226, 127, 0.18);
	color: #174f45;
}

.consai-funding-form-wrap {
	padding: 42px 42px 34px !important;
	border-radius: 28px !important;
	background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,245,233,0.96) 100%) !important;
	box-shadow: 0 24px 64px rgba(13, 45, 38, 0.10);
}

.consai-funding-form-intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(24, 69, 59, 0.1);
}

.consai-funding-form-intro h5 {
	margin: 0 0 8px;
	font-size: 42px;
	line-height: 1.05;
}

.consai-funding-form-intro p {
	margin: 0;
	max-width: 620px;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(24, 69, 59, 0.72);
}

.consai-funding-form-badge {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(24, 69, 59, 0.08);
	border: 1px solid rgba(24, 69, 59, 0.12);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #174f45;
	white-space: nowrap;
}

.consai-form-section-title {
	margin: 22px 0 12px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 69, 59, 0.62);
}

.consai-funding-form .info-input {
	gap: 18px;
}

.consai-funding-form .form-control,
.consai-funding-form select,
.consai-funding-form textarea,
.consai-funding-form .selected-amount {
	min-height: 78px;
	padding: 0 26px;
	border-radius: 20px;
	background: rgba(255,255,255,0.94);
	border: 1px solid rgba(24, 69, 59, 0.12);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	font-size: 20px;
}

.consai-funding-form textarea {
	min-height: 210px;
	padding-top: 24px;
	padding-bottom: 24px;
	line-height: 1.65;
}

.consai-funding-form .form-control:focus,
.consai-funding-form select:focus,
.consai-funding-form textarea:focus {
	border-color: rgba(245, 210, 92, 0.9);
	box-shadow: 0 0 0 4px rgba(245, 210, 92, 0.14);
}

.consai-funding-form .form-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 16px;
}

.consai-funding-form .impact-text {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(24, 69, 59, 0.08);
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style {
	border-radius: 24px;
	background: #fff;
}

.consai-funding-module .recent-course-slider-active .thumb {
	border-radius: 18px;
	overflow: hidden;
}

.consai-funding-module .recent-course-slider-active .content {
	padding: 0;
}

.consai-funding-module .recent-course-slider-active .donation-wrap {
	padding: 18px 18px 20px;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 60px rgba(10, 44, 37, 0.14);
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .e-primary-btn.d-btn {
	background: #fee27f;
	color: #174f45;
}

.consai-funding-module .recent-course-slider-active .camping-card-2.widget-style:hover .e-primary-btn.d-btn .icon-wrap {
	background: #174f45;
	color: #fff;
}

.consai-funding-module .detail-contact {
	padding: 28px 24px 30px;
	border-radius: 24px;
	background: linear-gradient(180deg, #fffdf6 0%, #f7f2e6 100%);
}

@media (max-width: 1399px) {
	.consai-platform-story .consai-platform-visual {
		min-height: 840px;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 640px;
	}

	.consai-platform-story .consai-platform-secondary-video > img,
	.consai-platform-story .consai-platform-secondary-image > img {
		height: 390px;
	}
}

@media (max-width: 1199px) {
	.consai-platform-story .row {
		--bs-gutter-x: 24px;
	}

	.consai-platform-story .consai-platform-visual {
		min-height: 760px;
		padding-left: 0;
	}

	.consai-platform-story .consai-platform-main-image {
		width: 78%;
	}

	.consai-platform-story .consai-platform-stat {
		right: 0;
		width: 240px;
	}

	.consai-platform-story .consai-platform-secondary-video,
	.consai-platform-story .consai-platform-secondary-image {
		left: 54px;
	}

	.consai-funding-form-intro {
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.consai-platform-story .consai-platform-visual {
		min-height: 660px;
		margin-bottom: 32px;
	}

	.consai-platform-story .consai-platform-main-image {
		width: 78%;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 520px;
	}

	.consai-platform-story .consai-platform-stat {
		top: 72px;
		width: 214px;
		min-height: 124px;
		padding: 22px 22px;
	}

	.consai-platform-story .consai-platform-secondary-video,
	.consai-platform-story .consai-platform-secondary-image {
		left: 36px;
		width: 72%;
	}

	.consai-platform-story .consai-platform-secondary-video > img,
	.consai-platform-story .consai-platform-secondary-image > img {
		height: 320px;
	}

	.consai-platform-story .consai-platform-badge {
		left: -10px;
		bottom: 170px;
		max-width: 250px;
		min-height: 118px;
		padding: 18px 18px 18px 22px;
	}

	.consai-funding-module .consai-funding-kpis {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.consai-platform-story .consai-platform-visual {
		min-height: 580px;
	}

	.consai-platform-story .consai-platform-main-image {
		width: 84%;
	}

	.consai-platform-story .consai-platform-main-image > img {
		height: 420px;
	}

	.consai-platform-story .consai-platform-stat {
		top: 30px;
		right: 0;
		width: 172px;
		min-height: 102px;
		padding: 16px 16px;
	}

	.consai-platform-story .consai-platform-stat h3 {
		font-size: 46px;
	}

	.consai-platform-story .consai-platform-stat p {
		font-size: 15px;
	}

	.consai-platform-story .consai-platform-secondary-video,
	.consai-platform-story .consai-platform-secondary-image {
		left: 18px;
		width: 84%;
		border-radius: 180px 180px 18px 18px;
	}

	.consai-platform-story .consai-platform-secondary-video > img,
	.consai-platform-story .consai-platform-secondary-image > img {
		height: 250px;
	}

	.consai-platform-story .consai-platform-secondary-video .video-play-btn {
		width: 86px;
		height: 86px;
		font-size: 26px;
	}

	.consai-platform-story .consai-platform-badge {
		display: none;
	}

	.consai-platform-story .consai-platform-dots {
		width: 120px;
		bottom: 118px;
	}

	.consai-platform-story .common-title h2 {
		font-size: 42px;
	}

	.consai-platform-story .c-tabs-wrapper .nav {
		gap: 12px;
	}

	.consai-platform-story .c-tabs-wrapper .nav-link {
		min-width: auto;
		min-height: 56px;
		padding: 0 22px;
		font-size: 16px;
	}

	.consai-funding-form .info-input {
		grid-template-columns: 1fr;
	}

	.consai-funding-form-wrap {
		padding: 30px 22px 24px !important;
	}
}

.consai-footer-restored {
	position: relative;
	overflow: hidden;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.consai-footer-restored::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(14, 63, 54, 0.78) 0%, rgba(14, 63, 54, 0.66) 46%, rgba(14, 63, 54, 0.52) 100%);
	pointer-events: none;
}

.consai-footer-restored::after,
.consai-footer-restored .shape-1,
.consai-footer-restored .shape-2 {
	display: none !important;
	content: none !important;
}

.consai-footer-restored > .container {
	position: relative;
	z-index: 1;
}

/* Homepage marketplace recovery: closer to the original Econest card rhythm. */
#marketplace.our-camping-section {
	background-color: #f8f6ee !important;
	background-position: center center !important;
	background-size: cover !important;
}

#marketplace.our-camping-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(248, 246, 238, 0.92) 0%, rgba(248, 246, 238, 0.88) 58%, rgba(248, 246, 238, 0.95) 100%),
		radial-gradient(circle at 18% 26%, rgba(246, 217, 107, 0.14) 0%, rgba(246, 217, 107, 0) 34%),
		radial-gradient(circle at 84% 22%, rgba(22, 61, 52, 0.10) 0%, rgba(22, 61, 52, 0) 34%);
	pointer-events: none;
}

#marketplace.our-camping-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(22, 61, 52, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(22, 61, 52, 0.035) 1px, transparent 1px);
	background-size: 68px 68px;
	opacity: 0.26;
	pointer-events: none;
}

#marketplace.our-camping-section > .container {
	position: relative;
	z-index: 2;
}

#marketplace .common-subtitle span {
	color: #7b776d !important;
}

#marketplace .common-title h2 {
	color: #0f463c !important;
	text-shadow: none !important;
}

#marketplace .common-subtitle img {
	filter: none !important;
}

#marketplace .camping-slider-active .swiper {
	overflow: visible;
}

#marketplace .camping-card {
	background: #fffef8 !important;
	border: 10px solid #fff !important;
	border-radius: 24px !important;
	box-shadow: 0 24px 64px rgba(16, 57, 48, 0.13) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#marketplace .camping-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 34px 76px rgba(16, 57, 48, 0.18) !important;
	border-color: #fff8dd !important;
}

#marketplace .camping-card .thumb {
	border-radius: 16px !important;
	margin: 0 !important;
	overflow: hidden;
}

#marketplace .camping-card .thumb > a > img {
	min-height: 318px;
	object-fit: cover;
	transition: transform 0.55s ease, filter 0.55s ease;
}

#marketplace .camping-card:hover .thumb > a > img {
	transform: scale(1.055);
	filter: saturate(1.08) contrast(1.04);
}

#marketplace .camping-card .thumb::after {
	background: linear-gradient(180deg, rgba(10, 43, 35, 0.02) 0%, rgba(10, 43, 35, 0.08) 50%, rgba(10, 43, 35, 0.18) 100%) !important;
}

#marketplace .camping-card .category,
#marketplace .camping-card .category a,
#marketplace .camping-card .date {
	background: rgba(255, 255, 255, 0.88) !important;
	color: #174f45 !important;
	border: 1px solid rgba(23, 79, 69, 0.08) !important;
	box-shadow: 0 12px 26px rgba(9, 40, 31, 0.10) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
}

#marketplace .camping-card .date span {
	color: #174f45 !important;
}

#marketplace .camping-card .content {
	background: #fffef8 !important;
	border: 0 !important;
	border-radius: 0 0 18px 18px !important;
	box-shadow: none !important;
	padding-top: 26px;
}

#marketplace .camping-card .content .title h3,
#marketplace .camping-card .content .title h3 a {
	color: #0f463c !important;
}

#marketplace .camping-card .content .text p {
	color: #746f66 !important;
}

#marketplace .camping-card .donation-wrap {
	background: #f5f1e6 !important;
	border: 1px solid rgba(23, 79, 69, 0.06);
	border-radius: 16px !important;
	margin-top: 22px !important;
}

#marketplace .swiper-slide:nth-child(2) .camping-card .donation-wrap {
	background: #477e73 !important;
}

#marketplace .swiper-slide:nth-child(2) .camping-card .donation-wrap .d-top p,
#marketplace .swiper-slide:nth-child(2) .camping-card .donation-wrap .fund p,
#marketplace .swiper-slide:nth-child(2) .camping-card .donation-wrap .fund span {
	color: #fff8dd !important;
}

#marketplace .camping-card .donation-wrap .d-top p,
#marketplace .camping-card .donation-wrap .fund p,
#marketplace .camping-card .donation-wrap .fund span {
	color: #174f45 !important;
}

#marketplace .camping-card .progress {
	background: rgba(23, 79, 69, 0.12) !important;
	height: 8px;
}

#marketplace .camping-card .progress-bar {
	background: #f6d96b !important;
}

#marketplace .camping-card .d-wishlist {
	display: none !important;
}

#marketplace .camping-card .d-btn {
	width: auto !important;
	min-width: 168px;
}

@media (max-width: 767px) {
	#marketplace .camping-card {
		border-width: 8px !important;
	}

	#marketplace .camping-card .thumb > a > img {
		min-height: 250px;
	}
}

/* CONSAI ecosystem trust / partners section */
.consai-ecosystem-trust {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 18%, rgba(246, 217, 107, 0.18), transparent 28%),
		linear-gradient(180deg, #fffef8 0%, #f8f4ea 100%);
}

.consai-ecosystem-trust::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(23, 79, 69, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 79, 69, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.55;
	pointer-events: none;
}

.consai-ecosystem-trust .container {
	position: relative;
	z-index: 1;
}

.consai-trust-copy > p {
	max-width: 520px;
	color: #746f66;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 28px;
}

.consai-trust-kpi {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 34px;
	padding: 22px 24px;
	max-width: 470px;
	border: 1px solid rgba(23, 79, 69, 0.10);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 18px 48px rgba(9, 40, 31, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.consai-trust-kpi:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 56px rgba(9, 40, 31, 0.13);
}

.consai-trust-kpi .metric {
	min-width: 72px;
	font-size: 78px;
	line-height: 0.9;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1.5px #174f45;
	text-stroke: 1.5px #174f45;
}

.consai-trust-kpi h4 {
	margin: 0 0 6px;
	color: #0f463c;
	font-size: 22px;
	line-height: 1.25;
}

.consai-trust-kpi p {
	margin: 0;
	color: #756f63;
	font-size: 15px;
	line-height: 1.45;
}

.consai-trust-stack {
	position: relative;
	min-height: 410px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.consai-trust-ghost {
	position: absolute;
	width: 80%;
	height: 305px;
	right: 8%;
	border-radius: 18px;
	background: rgba(23, 79, 69, 0.26);
	transition: transform 0.45s ease, opacity 0.45s ease;
}

.consai-trust-ghost.ghost-one {
	transform: translateX(-78px) scale(0.94);
	opacity: 0.55;
}

.consai-trust-ghost.ghost-two {
	transform: translateX(-42px) scale(0.97);
	opacity: 0.78;
	background: rgba(23, 79, 69, 0.18);
}

.consai-trust-card {
	position: relative;
	z-index: 2;
	width: 88%;
	min-height: 345px;
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 34px;
	padding: 22px;
	border-radius: 18px;
	background: #004f43;
	box-shadow: 0 32px 74px rgba(8, 42, 36, 0.22);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.consai-trust-stack:hover .consai-trust-card {
	transform: translateY(-10px);
	box-shadow: 0 38px 88px rgba(8, 42, 36, 0.30);
}

.consai-trust-stack:hover .ghost-one {
	transform: translateX(-92px) scale(0.94);
	opacity: 0.62;
}

.consai-trust-stack:hover .ghost-two {
	transform: translateX(-54px) scale(0.97);
	opacity: 0.86;
}

.consai-trust-media {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	border-radius: 12px;
}

.consai-trust-media img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.02);
	transition: transform 0.55s ease;
}

.consai-trust-stack:hover .consai-trust-media img {
	transform: scale(1.06);
}

.consai-trust-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 82px;
	height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff8dd;
	font-size: 24px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background 0.35s ease, transform 0.35s ease;
}

.consai-trust-stack:hover .consai-trust-play {
	background: rgba(246, 217, 107, 0.32);
	transform: translate(-50%, -50%) scale(1.08);
}

.consai-trust-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 12px 10px 0;
	color: #fff;
}

.consai-trust-badge {
	width: fit-content;
	margin-bottom: 24px;
	padding: 7px 14px;
	border: 1px solid rgba(246, 217, 107, 0.55);
	border-radius: 999px;
	color: #fff8dd;
	font-size: 13px;
	font-weight: 700;
}

.consai-trust-content blockquote {
	margin: 0 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 600;
}

.consai-trust-author h4 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 20px;
}

.consai-trust-author p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.consai-partner-system {
	margin-top: 84px;
}

.consai-partner-title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	margin-bottom: 38px;
	text-align: center;
}

.consai-partner-title span {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(23, 79, 69, 0.35));
}

.consai-partner-title span:last-child {
	background: linear-gradient(90deg, rgba(23, 79, 69, 0.35), transparent);
}

.consai-partner-title h3 {
	margin: 0;
	color: #0f463c;
	font-size: 30px;
	line-height: 1.25;
}

.consai-partner-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
}

.consai-partner-card {
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 20px 16px;
	border-radius: 8px;
	background: #004f43;
	color: #fff;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 18px 38px rgba(8, 42, 36, 0.12);
	transition: transform 0.32s ease, background 0.32s ease, box-shadow 0.32s ease;
}

.consai-partner-card i {
	color: #f6d96b;
	font-size: 24px;
	transition: transform 0.32s ease;
}

.consai-partner-card:hover {
	transform: translateY(-8px) scale(1.015);
	background: #0d5e52;
	color: #fff;
	box-shadow: 0 24px 52px rgba(8, 42, 36, 0.20);
}

.consai-partner-card:hover i {
	transform: rotate(-8deg) scale(1.12);
}

@media (max-width: 1199px) {
	.consai-trust-card {
		width: 94%;
		gap: 24px;
	}

	.consai-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.consai-trust-stack {
		justify-content: center;
		min-height: auto;
		padding-top: 20px;
	}

	.consai-trust-card {
		width: 100%;
	}

	.consai-trust-ghost {
		display: none;
	}
}

@media (max-width: 767px) {
	.consai-trust-card {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.consai-trust-content {
		padding: 0 2px 8px;
	}

	.consai-trust-kpi {
		align-items: flex-start;
		padding: 18px;
	}

	.consai-trust-kpi .metric {
		font-size: 58px;
		min-width: 56px;
	}

	.consai-partner-title {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.consai-partner-title span {
		display: none;
	}

	.consai-partner-title h3 {
		font-size: 25px;
	}

	.consai-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.consai-partner-card {
		min-height: 86px;
		padding: 16px 10px;
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.consai-partner-grid {
		grid-template-columns: 1fr;
	}
}

/* AI Engine page - services/demo-details treatment */
.consai-ai-services-page {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 12%, rgba(246, 217, 107, 0.14), transparent 26%),
		#f8f7f0;
}

.consai-ai-intro {
	max-width: 760px;
	margin: 18px auto 0;
	color: #756f63;
	font-size: 18px;
	line-height: 1.7;
}

.consai-ai-service-card .thumb > a {
	min-height: 430px;
}

.consai-ai-service-card .thumb > a img {
	height: 430px;
	object-fit: cover;
}

.consai-ai-service-card .thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.08) 0%, rgba(0, 69, 64, 0.78) 100%);
	pointer-events: none;
}

.consai-ai-service-card .thumb .tag,
.consai-ai-service-card .thumb .content {
	z-index: 2;
}

.consai-ai-service-card .thumb .content h5 {
	color: #fff;
}

.consai-ai-service-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-ai-service-card .thumb .content p {
	color: rgba(255, 255, 255, 0.84);
}

.consai-ai-detail {
	background: #fffef8;
}

.consai-ai-detail .thumb-wrap > img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 14px;
}

.consai-ai-detail .details-title h2 {
	color: #0f463c;
}

.consai-ai-detail .detail-text p {
	color: #746f66;
}

.consai-ai-gallery .banner-slide-wrap .thumb {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}

.consai-ai-gallery .banner-slide-wrap .thumb img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.consai-ai-gallery .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 69, 64, 0.70);
	color: #ffe175;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-ai-statement {
	background: #004f43;
	border-radius: 16px;
}

.consai-ai-statement .review,
.consai-ai-statement .author h3 {
	color: #fff;
}

.consai-ai-statement .author p {
	color: rgba(255, 255, 255, 0.72);
}

.consai-ai-sidebar-stat {
	padding: 30px;
	background: #f8f7f0;
	border-radius: 14px;
	border: 1px solid rgba(23, 79, 69, 0.08);
}

.consai-ai-sidebar-stat h3 {
	margin-bottom: 22px;
	color: #0f463c;
}

.consai-ai-sidebar-stat div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(23, 79, 69, 0.10);
}

.consai-ai-sidebar-stat div:last-child {
	border-bottom: 0;
}

.consai-ai-sidebar-stat span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffe175;
	color: #004f43;
	font-weight: 800;
}

.consai-ai-sidebar-stat p {
	margin: 0;
	color: #0f463c;
	font-weight: 700;
}

.consai-ai-cta .common-title h2 {
	font-size: 42px;
	line-height: 1.18;
}

@media (max-width: 767px) {
	.consai-ai-service-card .thumb > a,
	.consai-ai-service-card .thumb > a img {
		min-height: 360px;
		height: 360px;
	}

	.consai-ai-gallery .banner-slide-wrap .thumb img {
		height: 280px;
	}

	.consai-ai-cta .common-title h2 {
		font-size: 30px;
	}
}

/* Clean AI FAQ - replaces heavy diagram treatment on AI Engine page */
.consai-ai-faq-clean {
	background: #fffef8;
	padding-top: 100px;
}

.consai-ai-faq-clean .completed-project-top {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	min-height: auto !important;
	padding: 95px 0 180px !important;
}

.consai-ai-faq-clean .completed-project-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 254, 248, 0.97) 0%, rgba(255, 254, 248, 0.90) 48%, rgba(255, 254, 248, 0.80) 100%);
	pointer-events: none;
}

.consai-ai-faq-clean .completed-project-top > .container {
	position: relative;
	z-index: 2;
}

.consai-ai-faq-clean .common-subtitle span {
	color: #174f45 !important;
}

.consai-ai-faq-clean .common-title h2 {
	color: #0f463c !important;
	text-shadow: none !important;
}

.consai-ai-faq-clean .completed-project-top p {
	color: #746f66 !important;
	font-size: 18px;
	line-height: 1.65;
}

.consai-ai-faq-clean .shape-8,
.consai-ai-faq-clean .shape-9 {
	display: none !important;
}

.consai-ai-faq-clean .completed-project-bottom {
	position: relative;
	margin-top: -125px;
	z-index: 4;
}

.consai-ai-faq-clean .project-card {
	background: #fff;
	border: 12px solid #fff;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(9, 40, 31, 0.12);
}

.consai-ai-faq-clean .project-card .thumb {
	border-radius: 12px;
}

.consai-ai-faq-clean .project-card .thumb img {
	height: 430px;
	object-fit: cover;
}

.consai-ai-faq-clean .project-card .thumb > img {
	filter: brightness(0.74) saturate(1.05);
}

.consai-ai-faq-clean .project-card .thumb .content {
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.72), rgba(0, 69, 64, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-ai-faq-clean .project-card .thumb .content h5 {
	color: #fff;
	font-size: 22px;
}

.consai-ai-faq-clean .project-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-ai-faq-clean .project-card .thumb .content p {
	color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 991px) {
	.consai-ai-faq-clean .completed-project-top {
		padding-bottom: 120px !important;
	}

	.consai-ai-faq-clean .completed-project-bottom {
		margin-top: -75px;
	}
}

@media (max-width: 767px) {
	.consai-ai-faq-clean {
		padding-top: 70px;
	}

	.consai-ai-faq-clean .completed-project-top {
		padding: 70px 0 100px !important;
	}

	.consai-ai-faq-clean .project-card .thumb img {
		height: 360px;
	}
}

/* Marketplace page - demo-quality services/details treatment */
.consai-marketplace-services-page {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 10%, rgba(246, 217, 107, 0.16), transparent 26%),
		#f8f7f0;
}

.consai-marketplace-intro {
	max-width: 760px;
	margin: 18px auto 0;
	color: #756f63;
	font-size: 18px;
	line-height: 1.7;
}

.consai-marketplace-service-card .thumb > a {
	min-height: 430px;
}

.consai-marketplace-service-card .thumb > a img {
	height: 430px;
	object-fit: cover;
}

.consai-marketplace-service-card .thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.08) 0%, rgba(0, 69, 64, 0.80) 100%);
	pointer-events: none;
}

.consai-marketplace-service-card .thumb .tag,
.consai-marketplace-service-card .thumb .content {
	z-index: 2;
}

.consai-marketplace-service-card .thumb .content h5 {
	color: #fff;
}

.consai-marketplace-service-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-marketplace-service-card .thumb .content p {
	color: rgba(255, 255, 255, 0.84);
}

.consai-marketplace-detail {
	background: #fffef8;
}

.consai-marketplace-detail .thumb-wrap > img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 14px;
}

.consai-marketplace-detail .details-title h2 {
	color: #0f463c;
}

.consai-marketplace-detail .detail-text p {
	color: #746f66;
}

.consai-marketplace-gallery .banner-slide-wrap .thumb {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}

.consai-marketplace-gallery .banner-slide-wrap .thumb img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.consai-marketplace-gallery .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 69, 64, 0.70);
	color: #ffe175;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-marketplace-statement {
	background: #004f43;
	border-radius: 16px;
}

.consai-marketplace-statement .review,
.consai-marketplace-statement .author h3 {
	color: #fff;
}

.consai-marketplace-statement .author p {
	color: rgba(255, 255, 255, 0.72);
}

.consai-marketplace-sidebar-stat {
	padding: 30px;
	background: #f8f7f0;
	border-radius: 14px;
	border: 1px solid rgba(23, 79, 69, 0.08);
}

.consai-marketplace-sidebar-stat h3 {
	margin-bottom: 22px;
	color: #0f463c;
}

.consai-marketplace-sidebar-stat div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(23, 79, 69, 0.10);
}

.consai-marketplace-sidebar-stat div:last-child {
	border-bottom: 0;
}

.consai-marketplace-sidebar-stat span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffe175;
	color: #004f43;
	font-weight: 800;
}

.consai-marketplace-sidebar-stat p {
	margin: 0;
	color: #0f463c;
	font-weight: 700;
}

.consai-marketplace-cta .common-title h2 {
	font-size: 42px;
	line-height: 1.18;
}

.consai-marketplace-faq-clean {
	background: #fffef8;
	padding-top: 100px;
}

.consai-marketplace-faq-clean .completed-project-top {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	min-height: auto !important;
	padding: 95px 0 180px !important;
}

.consai-marketplace-faq-clean .completed-project-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 254, 248, 0.97) 0%, rgba(255, 254, 248, 0.90) 48%, rgba(255, 254, 248, 0.80) 100%);
	pointer-events: none;
}

.consai-marketplace-faq-clean .completed-project-top > .container {
	position: relative;
	z-index: 2;
}

.consai-marketplace-faq-clean .common-subtitle span,
.consai-marketplace-faq-clean .common-title h2 {
	color: #0f463c !important;
	text-shadow: none !important;
}

.consai-marketplace-faq-clean .completed-project-top p {
	color: #746f66 !important;
	font-size: 18px;
	line-height: 1.65;
}

.consai-marketplace-faq-clean .shape-8,
.consai-marketplace-faq-clean .shape-9 {
	display: none !important;
}

.consai-marketplace-faq-clean .completed-project-bottom {
	position: relative;
	margin-top: -125px;
	z-index: 4;
}

.consai-marketplace-faq-clean .project-card {
	background: #fff;
	border: 12px solid #fff;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(9, 40, 31, 0.12);
}

.consai-marketplace-faq-clean .project-card .thumb {
	border-radius: 12px;
}

.consai-marketplace-faq-clean .project-card .thumb img {
	height: 430px;
	object-fit: cover;
}

.consai-marketplace-faq-clean .project-card .thumb > img {
	filter: brightness(0.74) saturate(1.05);
}

.consai-marketplace-faq-clean .project-card .thumb .content {
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.72), rgba(0, 69, 64, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-marketplace-faq-clean .project-card .thumb .content h5 {
	color: #fff;
	font-size: 22px;
}

.consai-marketplace-faq-clean .project-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-marketplace-faq-clean .project-card .thumb .content p {
	color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 767px) {
	.consai-marketplace-service-card .thumb > a,
	.consai-marketplace-service-card .thumb > a img {
		min-height: 360px;
		height: 360px;
	}

	.consai-marketplace-gallery .banner-slide-wrap .thumb img {
		height: 280px;
	}

	.consai-marketplace-cta .common-title h2 {
		font-size: 30px;
	}

	.consai-marketplace-faq-clean {
		padding-top: 70px;
	}

	.consai-marketplace-faq-clean .completed-project-top {
		padding: 70px 0 100px !important;
	}

	.consai-marketplace-faq-clean .completed-project-bottom {
		margin-top: -75px;
	}

	.consai-marketplace-faq-clean .project-card .thumb img {
		height: 360px;
	}
}

/* Shared premium service/detail pages for Platform, Financing, Ecosystem, Government and Insights */
.consai-system-services-page,
.consai-insight-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 10%, rgba(246, 217, 107, 0.15), transparent 27%),
		linear-gradient(180deg, #fffef8 0%, #f8f7f0 100%);
}

.consai-system-services-page [data-aos],
.consai-system-detail [data-aos],
.consai-insight-hero [data-aos],
.consai-insight-detail [data-aos] {
	opacity: 1 !important;
	transform: none !important;
}

.consai-system-intro {
	max-width: 760px;
	margin: 18px auto 0;
	color: #756f63;
	font-size: 18px;
	line-height: 1.7;
}

.consai-system-service-card .thumb > a,
.consai-system-service-card .thumb > img {
	min-height: 430px;
}

.consai-system-service-card .thumb > a img,
.consai-system-service-card .thumb > img {
	height: 430px;
	object-fit: cover;
}

.consai-system-service-card .thumb::after,
.consai-insight-section-card .thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.06) 0%, rgba(0, 69, 64, 0.82) 100%);
	pointer-events: none;
}

.consai-system-service-card .thumb .tag,
.consai-system-service-card .thumb .content,
.consai-insight-section-card .thumb .tag,
.consai-insight-section-card .thumb .content {
	z-index: 2;
}

.consai-system-service-card .thumb .content h5,
.consai-insight-section-card .thumb .content h5 {
	color: #fff;
}

.consai-system-service-card:hover .thumb .content h5,
.consai-insight-section-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-system-service-card .thumb .content p,
.consai-insight-section-card .thumb .content p {
	color: rgba(255, 255, 255, 0.84);
}

.consai-system-detail,
.consai-insight-detail {
	background: #fffef8;
}

.consai-system-detail .thumb-wrap > img,
.consai-insight-detail .thumb-wrap > img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 14px;
}

.consai-system-detail .details-title h2,
.consai-insight-detail .details-title h2 {
	color: #0f463c;
}

.consai-system-detail .detail-text p,
.consai-insight-detail .detail-text p {
	color: #746f66;
}

.consai-system-gallery .banner-slide-wrap .thumb {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}

.consai-system-gallery .banner-slide-wrap .thumb img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.consai-system-gallery .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 69, 64, 0.72);
	color: #ffe175;
	font-weight: 800;
	border: 1px solid rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-system-statement {
	background: #004f43;
	border-radius: 16px;
}

.consai-system-statement .review,
.consai-system-statement .author h3 {
	color: #fff;
}

.consai-system-statement .author p {
	color: rgba(255, 255, 255, 0.72);
}

.consai-system-sidebar-stat {
	padding: 30px;
	background: #f8f7f0;
	border-radius: 14px;
	border: 1px solid rgba(23, 79, 69, 0.08);
}

.consai-system-sidebar-stat h3 {
	margin-bottom: 22px;
	color: #0f463c;
}

.consai-system-sidebar-stat div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(23, 79, 69, 0.10);
}

.consai-system-sidebar-stat div:last-child {
	border-bottom: 0;
}

.consai-system-sidebar-stat span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffe175;
	color: #004f43;
	font-weight: 800;
}

.consai-system-sidebar-stat p {
	margin: 0;
	color: #0f463c;
	font-weight: 700;
}

.consai-system-cta .common-title h2 {
	font-size: 42px;
	line-height: 1.18;
}

.consai-system-faq-clean {
	background: #fffef8;
	padding-top: 100px;
}

.consai-system-faq-clean .completed-project-top {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	min-height: auto !important;
	padding: 95px 0 180px !important;
}

.consai-system-faq-clean .completed-project-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 254, 248, 0.97) 0%, rgba(255, 254, 248, 0.90) 48%, rgba(255, 254, 248, 0.80) 100%);
	pointer-events: none;
}

.consai-system-faq-clean .completed-project-top > .container {
	position: relative;
	z-index: 2;
}

.consai-system-faq-clean .common-subtitle span,
.consai-system-faq-clean .common-title h2 {
	color: #0f463c !important;
	text-shadow: none !important;
}

.consai-system-faq-clean .completed-project-top p {
	color: #746f66 !important;
	font-size: 18px;
	line-height: 1.65;
}

.consai-system-faq-clean .shape-8,
.consai-system-faq-clean .shape-9 {
	display: none !important;
}

.consai-system-faq-clean .completed-project-bottom {
	position: relative;
	margin-top: -125px;
	z-index: 4;
}

.consai-system-faq-clean .project-card {
	background: #fff;
	border: 12px solid #fff;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(9, 40, 31, 0.12);
}

.consai-system-faq-clean .project-card .thumb {
	border-radius: 12px;
}

.consai-system-faq-clean .project-card .thumb img {
	height: 430px;
	object-fit: cover;
}

.consai-system-faq-clean .project-card .thumb > img {
	filter: brightness(0.74) saturate(1.05);
}

.consai-system-faq-clean .project-card .thumb .content {
	background: linear-gradient(180deg, rgba(0, 69, 64, 0.72), rgba(0, 69, 64, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.consai-system-faq-clean .project-card .thumb .content h5 {
	color: #fff;
	font-size: 22px;
}

.consai-system-faq-clean .project-card:hover .thumb .content h5 {
	color: #ffe175;
}

.consai-system-faq-clean .project-card .thumb .content p {
	color: rgba(255, 255, 255, 0.86);
}

.consai-insight-image-stack {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(9, 40, 31, 0.16);
}

.consai-insight-image-stack .main-img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.consai-insight-image-stack::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 69, 64, 0.35));
	pointer-events: none;
}

.consai-insight-image-stack .insight-badge {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	padding: 22px 26px;
	max-width: 280px;
	border-radius: 14px;
	background: #004f43;
	color: #fff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.consai-insight-image-stack .insight-badge span {
	display: block;
	color: #ffe175;
	margin-bottom: 8px;
}

.consai-insight-image-stack .insight-badge strong {
	font-size: 22px;
	line-height: 1.25;
}

.consai-insight-points li {
	margin-bottom: 10px;
}

.consai-insight-section-card .thumb > img {
	height: 390px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.consai-system-service-card .thumb > a,
	.consai-system-service-card .thumb > a img,
	.consai-system-service-card .thumb > img {
		min-height: 360px;
		height: 360px;
	}

	.consai-system-gallery .banner-slide-wrap .thumb img {
		height: 280px;
	}

	.consai-system-cta .common-title h2 {
		font-size: 30px;
	}

	.consai-system-faq-clean {
		padding-top: 70px;
	}

	.consai-system-faq-clean .completed-project-top {
		padding: 70px 0 100px !important;
	}

	.consai-system-faq-clean .completed-project-bottom {
		margin-top: -75px;
	}

	.consai-system-faq-clean .project-card .thumb img {
		height: 360px;
	}

	.consai-insight-image-stack .main-img {
		height: 420px;
	}
}

/* Insight detail rebuild */
.consai-insight-overview,
.consai-related-insights {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 10%, rgba(246, 217, 107, 0.14), transparent 28%),
		linear-gradient(180deg, #fffef8 0%, #f8f7f0 100%);
}

.consai-insight-overview::before,
.consai-related-insights::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 79, 67, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 79, 67, 0.035) 1px, transparent 1px);
	background-size: 34px 34px;
	pointer-events: none;
}

.consai-insight-overview > .container,
.consai-related-insights > .container {
	position: relative;
	z-index: 2;
}

.consai-insight-top-card .thumb > a,
.consai-insight-top-card .thumb > a img,
.consai-related-card .thumb > a,
.consai-related-card .thumb > a img {
	display: block;
	width: 100%;
	height: 430px;
	min-height: 430px;
	object-fit: cover;
}

.consai-insight-top-card .thumb .content,
.consai-related-card .thumb .content {
	background: linear-gradient(180deg, rgba(0, 79, 67, 0.88), rgba(0, 47, 43, 0.96));
}

.consai-insight-top-card .thumb .content p,
.consai-related-card .thumb .content p {
	display: block;
	color: rgba(255, 255, 255, 0.86);
}

.consai-related-card .thumb .tag p {
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.consai-insight-detail .thumb-wrap img {
	width: 100%;
	max-height: 540px;
	object-fit: cover;
	border-radius: 24px;
}

.consai-insight-detail .side-bar-widget {
	background: #f8f7f0;
	border: 1px solid rgba(0, 79, 67, 0.1);
	border-radius: 18px;
}

.consai-insight-overview [data-aos],
.consai-related-insights [data-aos] {
	opacity: 1 !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.consai-insight-top-card .thumb > a,
	.consai-insight-top-card .thumb > a img,
	.consai-related-card .thumb > a,
	.consai-related-card .thumb > a img {
		height: 360px;
		min-height: 360px;
	}

	.consai-insight-detail .thumb-wrap img {
		max-height: 340px;
	}
}

/* Legal notice page */
.consai-legal-overview {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 10%, rgba(246, 217, 107, 0.14), transparent 28%),
		linear-gradient(180deg, #fffef8 0%, #f8f7f0 100%);
}

.consai-legal-overview::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 79, 67, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 79, 67, 0.035) 1px, transparent 1px);
	background-size: 34px 34px;
	pointer-events: none;
}

.consai-legal-overview > .container {
	position: relative;
	z-index: 2;
}

.consai-legal-intro p {
	font-size: 18px;
	line-height: 1.75;
}

.consai-legal-card .thumb,
.consai-legal-card .thumb > img {
	height: 430px;
	min-height: 430px;
}

.consai-legal-card .thumb > img {
	width: 100%;
	object-fit: cover;
}

.consai-legal-card .thumb .content {
	background: linear-gradient(180deg, rgba(0, 79, 67, 0.88), rgba(0, 47, 43, 0.96));
}

.consai-legal-card .thumb .content p {
	display: block;
	color: rgba(255, 255, 255, 0.86);
}

.consai-legal-detail {
	background: #fffef8;
}

.consai-legal-list {
	display: grid;
	gap: 18px;
}

.consai-legal-item {
	padding: 26px 28px;
	border: 1px solid rgba(0, 79, 67, 0.10);
	border-radius: 18px;
	background: #f8f7f0;
	box-shadow: 0 16px 42px rgba(0, 47, 43, 0.05);
}

.consai-legal-item h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #004f43;
}

.consai-legal-item p {
	margin-bottom: 0;
	line-height: 1.75;
}

.consai-legal-sidebar .s-widget-wrap {
	border-radius: 18px;
	border: 1px solid rgba(0, 79, 67, 0.10);
	background: #f8f7f0;
}

@media (max-width: 767px) {
	.consai-legal-intro p {
		font-size: 16px;
	}

	.consai-legal-card .thumb,
	.consai-legal-card .thumb > img {
		height: 360px;
		min-height: 360px;
	}

	.consai-legal-item {
		padding: 22px 20px;
	}

	.consai-legal-item h3 {
		font-size: 21px;
	}
}

.consai-legal-intro p,
.consai-legal-detail .detail-text p,
.consai-legal-item p {
	color: #6f7773;
}

.consai-legal-overview .common-title h2 {
	max-width: 680px;
}

/* Legal page: prevent pre-footer contact strip from being clipped */
body:has(.consai-legal-detail) .consai-contact-strip-section {
	padding-top: 72px;
	margin-top: 0;
	overflow: visible;
	background: #fffef8;
}

body:has(.consai-legal-detail) .consai-contact-strip {
	overflow: visible;
}

body:has(.consai-legal-detail) .consai-contact-strip-card,
body:has(.consai-legal-detail) .consai-contact-strip-card.is-primary {
	clip-path: none;
}

@media (min-width: 992px) {
	body:has(.consai-legal-detail) .consai-contact-strip-section {
		padding-top: 92px;
	}
}

/* Keep the pre-footer contact strip visible before scroll animation initializes. */
.consai-contact-strip-section .consai-contact-strip-card[data-aos] {
	opacity: 1 !important;
}

.consai-contact-strip-section .consai-contact-strip-card[data-aos]:not(:hover) {
	transform: translateY(0) !important;
}

@media (min-width: 992px) {
	.consai-contact-strip-section .consai-contact-strip-card.is-primary[data-aos]:not(:hover) {
		transform: translateY(0) !important;
	}
}

/* Contact page rebuilt closer to Econest demo contact layout */
.consai-contact-demo-cards {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 4%, rgba(246, 217, 107, 0.14), transparent 28%),
		linear-gradient(180deg, #fffef8 0%, #f8f7f0 100%);
}

.consai-contact-demo-cards::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 79, 67, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 79, 67, 0.035) 1px, transparent 1px);
	background-size: 34px 34px;
	pointer-events: none;
}

.consai-contact-demo-cards > .container {
	position: relative;
	z-index: 2;
}

.consai-contact-lead {
	max-width: 780px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 1.75;
	color: #6f7773;
}

.consai-contact-service-card {
	height: 100%;
	min-height: 250px;
	background: #fffef8;
	border: 1px solid rgba(0, 79, 67, 0.10);
	box-shadow: 0 22px 58px rgba(0, 47, 43, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.consai-contact-service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 70px rgba(0, 47, 43, 0.13);
}

.consai-contact-service-card .service-content p,
.consai-contact-service-card .service-content a {
	color: #6f7773;
}

.consai-contact-service-card .service-content a:hover {
	color: #004f43;
}

.consai-contact-demo-form {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(255, 254, 248, 0.96), rgba(255, 254, 248, 0.92)),
		url('../img/consai-agroos/backgrounds/fields-lush.webp');
	background-size: cover;
	background-position: center;
}

.consai-contact-demo-form .contact-form-wrap {
	position: relative;
	z-index: 2;
	background: #f8f7f0;
	border: 1px solid rgba(0, 79, 67, 0.10);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(0, 47, 43, 0.10);
}

.consai-contact-demo-form .contact-form-wrap h3 {
	color: #004f43;
}

.consai-contact-demo-form .contact-form-wrap > p {
	max-width: 760px;
	color: #6f7773;
}

.consai-contact-demo-form .input-wrap input,
.consai-contact-demo-form .input-wrap select,
.consai-contact-demo-form .input-wrap textarea {
	width: 100%;
	color: #173f37;
	background: #fffef8;
	border: 1px solid rgba(0, 79, 67, 0.08);
}

.consai-contact-demo-form .input-wrap input::placeholder,
.consai-contact-demo-form .input-wrap textarea::placeholder {
	color: #7c8580;
}

.consai-contact-demo-form .input-wrap select {
	appearance: auto;
}

.consai-contact-demo-form .input-wrap textarea {
	min-height: 190px;
}

.consai-contact-demo-form .consai-field-error {
	margin-top: 8px;
	color: #b2493f;
	font-size: 14px;
}

.consai-contact-demo-form [data-aos],
.consai-contact-demo-cards [data-aos] {
	opacity: 1 !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.consai-contact-lead {
		font-size: 16px;
	}

	.consai-contact-demo-form .contact-form-wrap {
		border-radius: 20px;
	}

	.consai-contact-demo-form .input-wrap textarea {
		min-height: 160px;
	}
}


/* Legal page direct spacer before global contact strip. Avoid :has() dependency. */
.consai-legal-before-info {
	height: 110px;
	background: #fffef8;
}

.consai-legal-before-info + .consai-contact-strip-section {
	padding-top: 0 !important;
	margin-top: 0 !important;
	overflow: visible !important;
	background: #fffef8;
}

.consai-legal-before-info + .consai-contact-strip-section .consai-contact-strip,
.consai-legal-before-info + .consai-contact-strip-section .container {
	overflow: visible !important;
}

.consai-legal-before-info + .consai-contact-strip-section .consai-contact-strip-card[data-aos] {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

@media (min-width: 992px) {
	.consai-legal-before-info + .consai-contact-strip-section .consai-contact-strip-card:hover,
	.consai-legal-before-info + .consai-contact-strip-section .consai-contact-strip-card.is-primary:hover {
		transform: translateY(-34px) !important;
	}
}

@media (max-width: 767px) {
	.consai-legal-before-info {
		height: 70px;
	}
}

/* Insights index rebuilt as service/detail style listing with sidebar widgets. */
.consai-insights-index {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 8%, rgba(246, 217, 107, 0.13), transparent 27%),
        linear-gradient(180deg, #fffef8 0%, #f7f4ec 100%);
}

.consai-insights-index::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 79, 67, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 79, 67, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.consai-insights-index > .container {
    position: relative;
    z-index: 2;
}

.consai-insight-list-wrap {
    display: grid;
    gap: 30px;
}

.consai-insight-list-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.92fr) 1.08fr;
    gap: 0;
    background: #fffdf6;
    border: 1px solid rgba(0, 79, 67, 0.10);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 47, 43, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.consai-insight-list-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 79, 67, 0.18);
    box-shadow: 0 32px 82px rgba(0, 47, 43, 0.13);
}

.consai-insight-list-thumb {
    position: relative;
    min-height: 280px;
    background: #174f45;
    overflow: hidden;
}

.consai-insight-list-thumb a,
.consai-insight-list-thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.consai-insight-list-thumb img {
    object-fit: cover;
    transition: transform 0.45s ease;
}

.consai-insight-list-card:hover .consai-insight-list-thumb img {
    transform: scale(1.06);
}

.consai-insight-list-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 47, 43, 0.02), rgba(0, 47, 43, 0.42));
    pointer-events: none;
}

.consai-insight-list-number {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 253, 246, 0.88);
    color: #174f45;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(0, 47, 43, 0.12);
}

.consai-insight-list-content {
    padding: 34px 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
}

.consai-insight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 14px;
    color: #6f7773;
    font-size: 14px;
    font-weight: 700;
}

.consai-insight-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.consai-insight-meta i {
    color: #174f45;
}

.consai-insight-list-content h3 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.22;
}

.consai-insight-list-content h3 a {
    color: #004f43;
}

.consai-insight-list-content h3 a:hover {
    color: #c59b1c;
}

.consai-insight-list-content p {
    color: #6f7773;
    margin-bottom: 22px;
}

.consai-insights-sidebar {
    position: sticky;
    top: 120px;
}

.consai-insights-sidebar .s-widget-wrap {
    background: #fffdf6;
    border: 1px solid rgba(0, 79, 67, 0.10);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(0, 47, 43, 0.07);
}

.consai-featured-insight {
    display: block;
}

.consai-featured-insight img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}

.consai-featured-insight span {
    display: inline-block;
    margin-bottom: 8px;
    color: #c59b1c;
    font-weight: 800;
    font-size: 14px;
}

.consai-featured-insight strong {
    display: block;
    color: #004f43;
    font-size: 24px;
    line-height: 1.25;
}

.consai-category-list li a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.consai-category-list li em {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fee27f;
    color: #004f43;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
}

.consai-insights-cta-widget {
    background: linear-gradient(145deg, #004f43, #163f36) !important;
    color: #fff;
}

.consai-insights-cta-widget .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 226, 127, 0.16);
    color: #fee27f;
    font-size: 28px;
    margin-bottom: 22px;
}

.consai-insights-cta-widget h3 {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.consai-insights-cta-widget p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 24px;
}

.consai-insights-index [data-aos] {
    opacity: 1 !important;
}

@media (max-width: 1199px) {
    .consai-insight-list-card {
        grid-template-columns: 1fr;
    }

    .consai-insight-list-thumb {
        min-height: 330px;
    }

    .consai-insights-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .consai-insight-list-content {
        padding: 28px 24px 26px;
        min-height: auto;
    }

    .consai-insight-list-content h3 {
        font-size: 24px;
    }

    .consai-insight-list-thumb {
        min-height: 250px;
    }
}

/* CONSAI footer contact strip compact pass: keeps Econest styling but removes oversized desktop whitespace. */
.consai-contact-strip-section {
	padding: 34px 0 46px !important;
	margin-top: 0 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
}

.consai-contact-strip {
	max-width: 1120px;
	margin: 0 auto;
	border-radius: 24px !important;
	box-shadow: 0 18px 46px rgba(15, 58, 48, 0.12) !important;
}

.consai-contact-strip-card,
.consai-contact-strip-card.is-primary {
	min-height: 190px !important;
	padding: 34px 40px 32px !important;
	border-radius: 24px !important;
}

.consai-contact-strip-line {
	width: calc(100% - 52px) !important;
	margin-bottom: 22px !important;
}

.consai-contact-strip-icon {
	right: 34px !important;
	top: 34px !important;
	width: 62px !important;
	height: 62px !important;
	font-size: 24px !important;
}

.consai-contact-strip-card h3 {
	font-size: clamp(22px, 2.1vw, 28px) !important;
	line-height: 1.18 !important;
	margin-bottom: 12px !important;
	max-width: 320px !important;
}

.consai-contact-strip-card p {
	font-size: 16px !important;
	line-height: 1.35 !important;
}

@media (min-width: 992px) {
	.consai-contact-strip-card:hover,
	.consai-contact-strip-card.is-primary:hover {
		transform: translateY(-18px) !important;
	}
}

@media (max-width: 991px) {
	.consai-contact-strip-section {
		padding: 28px 0 34px !important;
	}
	.consai-contact-strip {
		grid-template-columns: 1fr !important;
		max-width: 640px;
	}
	.consai-contact-strip-card,
	.consai-contact-strip-card.is-primary {
		min-height: 150px !important;
		padding: 28px 30px !important;
		transform: none !important;
	}
	.consai-contact-strip-icon {
		width: 54px !important;
		height: 54px !important;
		font-size: 21px !important;
	}
}

@media (max-width: 575px) {
	.consai-contact-strip-section .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.consai-contact-strip-card,
	.consai-contact-strip-card.is-primary {
		min-height: 136px !important;
		padding: 24px 22px !important;
	}
	.consai-contact-strip-card h3 {
		font-size: 20px !important;
		max-width: 230px !important;
	}
	.consai-contact-strip-card p {
		font-size: 14px !important;
	}
	.consai-contact-strip-icon {
		right: 20px !important;
		top: 22px !important;
		width: 46px !important;
		height: 46px !important;
		font-size: 18px !important;
	}
}

/* CONSAI launch finish layer - public visual/responsive polish */
body.consai-preloader-soft-timeout #preloader,
body.consai-preloader-soft-timeout .preloader,
body.consai-preloader-soft-timeout .preloader-wrap { opacity:0!important; visibility:hidden!important; pointer-events:none!important; transition:opacity .18s ease,visibility .18s ease; }
#preloader { transition:opacity .18s ease,visibility .18s ease; }
.hero-slider-active-1, .hero-slider-active-1 .swiper, .hero-slider-active-1 .swiper-wrapper, .hero-slider-active-1 .swiper-slide, .hero-slider-active-1 .hero-side { min-height:clamp(620px,100svh,880px)!important; background:#061710!important; }
.consai-hero-video-slide { background:#061710!important; isolation:isolate; }
.consai-hero-video-slide .consai-hero-video-fill { object-fit:cover!important; object-position:center!important; transform:scale(1.08)!important; opacity:.8!important; filter:blur(26px) brightness(.48) saturate(1.25)!important; }
.consai-hero-video-slide .consai-hero-video-bg { object-fit:contain!important; object-position:center center!important; background:#061710!important; max-width:100%!important; max-height:100%!important; }
.consai-hero-video-slide::after { background:linear-gradient(180deg,rgba(6,23,16,.82) 0%,rgba(6,23,16,.12) 20%,rgba(6,23,16,.08) 76%,rgba(6,23,16,.88) 100%)!important; }
.consai-video-section img, .consai-video-showcase img, .consai-agro-motion img, .consai-trust-media img, .about-us-thumb img, .what-we-do-thumb img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
.consai-video-section .thumb, .consai-video-showcase .thumb, .consai-agro-motion .thumb, .consai-trust-media, .about-us-thumb, .what-we-do-thumb { overflow:hidden; background:#061710; }
.consai-marketplace-signal-slider .swiper-wrapper, .consai-trust-slider .swiper-wrapper { align-items:stretch!important; }
.consai-marketplace-signal-slider .swiper-slide, .consai-trust-slider .swiper-slide { height:auto!important; display:flex!important; }
.consai-marketplace-signal-slider .project-card, .consai-trust-card { width:100%; height:100%; }
.consai-marketplace-image, .consai-marketplace-signal-slider .thumb > a, .consai-marketplace-signal-slider .thumb { background:#eef7ef; }
.consai-marketplace-image__img, .consai-marketplace-signal-slider .thumb img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
.consai-trust-stack { min-height:520px; }
.consai-trust-slider { overflow:hidden; }
.consai-trust-slider .swiper-slide:not(.swiper-slide-active) { opacity:0!important; pointer-events:none!important; }
.header-section-1 .header-bottom-layout-2, .header-bottom-layout, .header-bottom-layout-2 { max-width:100vw!important; }
.main-menu-2 > ul, .main-menu > ul { row-gap:6px; }
@media (max-width:1399px){ .hero-slider-active-1 .title h1{font-size:clamp(46px,4vw,70px)!important;} .hero-slider-active-1 .text p{font-size:16px!important; line-height:1.55!important;} }
@media (max-width:991px){ .hero-slider-active-1,.hero-slider-active-1 .swiper,.hero-slider-active-1 .swiper-wrapper,.hero-slider-active-1 .swiper-slide,.hero-slider-active-1 .hero-side{min-height:clamp(620px,88svh,760px)!important;} .consai-hero-video-slide .consai-hero-video-bg{object-fit:contain!important; object-position:center top!important;} .consai-trust-stack{min-height:auto;} }
@media (max-width:767px){ .hero-slider-active-1 .title h1{font-size:clamp(38px,11vw,54px)!important;} .hero-slider-active-1 .hero-side{padding-top:118px!important; padding-bottom:42px!important;} .consai-hero-video-slide::before{background:linear-gradient(180deg,rgba(6,23,16,.58),rgba(6,23,16,.26) 60%,rgba(6,23,16,.22))!important;} .camping-card,.project-card,.consai-trust-card{border-radius:22px!important;} }
@media (prefers-reduced-motion:reduce){ *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;} }

/* Homepage marketplace board refinement */
.consai-marketplace-showcase{background:#071b14!important;}
.consai-marketplace-showcase:before{background:linear-gradient(90deg,rgba(4,22,16,.96),rgba(8,46,32,.80) 52%,rgba(7,27,20,.92)),url('/assets/img/consai-agroos/content/marketplace-execution.jpg') center/cover no-repeat!important;}
.consai-marketplace-showcase .common-title h2{max-width:920px;font-size:clamp(36px,4.2vw,68px);line-height:1.02;letter-spacing:0;}
.consai-marketplace-proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.consai-marketplace-proof-row span{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(247,223,131,.24);background:rgba(255,255,255,.08);color:#fff8d7;border-radius:999px;padding:10px 14px;font-weight:850;font-size:13px;box-shadow:0 14px 38px rgba(0,0,0,.14);}
.consai-marketplace-proof-row i{color:#f7df83;}
.consai-marketplace-main-cta{box-shadow:0 24px 60px rgba(247,223,131,.18);}
.consai-marketplace-board-shell{position:relative;border:1px solid rgba(247,223,131,.20);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));box-shadow:0 42px 120px rgba(0,0,0,.28);padding:22px;backdrop-filter:blur(16px);overflow:hidden;}
.consai-marketplace-board-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(247,223,131,.10),transparent 28%,rgba(22,163,74,.10));pointer-events:none;}
.consai-marketplace-board-shell>*{position:relative;z-index:1;}
.consai-marketplace-board-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:4px 2px 0;}
.consai-marketplace-board-header span{display:block;color:#f7df83;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;margin-bottom:4px;}
.consai-marketplace-board-header strong{display:block;color:#fff;font-size:22px;line-height:1.2;}
.consai-marketplace-slider-controls{display:flex;gap:10px;flex:0 0 auto;}
.consai-marketplace-slider-controls button{width:46px;height:46px;border:1px solid rgba(247,223,131,.32);border-radius:50%;background:rgba(255,255,255,.10);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;}
.consai-marketplace-slider-controls button:hover{background:#f7df83;color:#103f31;transform:translateY(-2px);}
.consai-marketplace-board-shell .consai-marketplace-signal-slider{overflow:hidden;border-radius:26px;}
.consai-marketplace-board-shell .swiper-slide{height:auto;}
.consai-marketplace-showcase .project-card.style-service{background:#fff!important;border-radius:26px!important;border:1px solid rgba(247,223,131,.16)!important;box-shadow:none!important;color:#143b2d;}
.consai-marketplace-showcase .project-card.style-service .content{background:#fff!important;padding:24px 24px 26px!important;}
.consai-marketplace-showcase .project-card.style-service h5{min-height:56px;margin-bottom:10px;}
.consai-marketplace-showcase .project-card.style-service h5 a{color:#102f25!important;}
.consai-marketplace-showcase .project-card.style-service p{color:#5f7069!important;min-height:74px;}
.consai-marketplace-showcase .project-card.style-service .tag{background:#103f31!important;color:#fff!important;top:16px;left:16px;}
.consai-marketplace-showcase .project-card.style-service .tag p{color:#fff!important;min-height:0!important;margin:0;font-size:12px;line-height:1.2;}
.consai-marketplace-showcase .consai-marketplace-image{border-radius:26px 26px 0 0;border-bottom:0;background:#edf2ee;}
.consai-marketplace-showcase .consai-marketplace-image__img{filter:saturate(1.06) contrast(1.03) brightness(.96);}
.consai-marketplace-showcase .consai-marketplace-meta{margin:16px 0 20px;}
.consai-marketplace-showcase .consai-marketplace-meta span{background:#f3f8f4!important;color:#174d3f!important;border-color:rgba(20,77,63,.10)!important;}
.consai-marketplace-showcase .project-card.style-service .e-primary-btn{width:100%;justify-content:space-between;background:#103f31;border-color:#103f31;color:#fff;}
.consai-marketplace-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;}
.consai-marketplace-pagination .swiper-pagination-bullet{width:9px;height:9px;background:rgba(255,255,255,.48);opacity:1;transition:all .2s ease;}
.consai-marketplace-pagination .swiper-pagination-bullet-active{width:28px;border-radius:999px;background:#f7df83;}
@media (max-width:767px){.consai-marketplace-board-shell{padding:14px;border-radius:24px}.consai-marketplace-board-header{align-items:flex-start}.consai-marketplace-board-header strong{font-size:18px}.consai-marketplace-slider-controls button{width:40px;height:40px}.consai-marketplace-proof-row span{font-size:12px;padding:9px 12px}.consai-marketplace-showcase .project-card.style-service h5,.consai-marketplace-showcase .project-card.style-service p{min-height:unset}}
