/* Base Container */
.htfb-37078-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	background-color: #000;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	padding: 40px 0;
	align-items: flex-start;
}
 
.htfb-37078-col-left {
	flex: 1 1 60%;
}
 
.htfb-37078-col-right {
	flex: 1 1 30%;
	max-width: 340px;
	position: sticky;
	top: 40px;
}
 
.htfb-37078-sticky-right {
	position: relative;
}
 
/* Left Column */
.htfb-37078-main-heading {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #fff;
}
 
.htfb-37078-main-desc {
	font-size: 1rem;
	line-height: 1.6;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 40px;
}
 
.htfb-37078-image-wrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
 
.htfb-37078-main-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}
 
.htfb-37078-quote-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #000;
	padding: 32px;
	border-top-right-radius: 20px;
	max-width: 55%;
}
 
.htfb-37078-quote-text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}
 
.htfb-37078-quote-author {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #a0a0a0;
}
 
.htfb-37078-quote-designation {
	font-size: 0.9rem;
	color: #666;
}
 
/* Additional Section */
.htfb-37078-additional-section {
	margin-top: 80px;
}
 
.htfb-37078-add-title-tag {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}
 
.htfb-37078-sparkle {
	color: #8b5cf6;
	font-size: 1.2rem;
}
 
.htfb-37078-add-title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 30px;
}
 
.htfb-37078-add-title span {
	color: #4ade80;
}
 
.htfb-37078-add-desc {
	font-size: 1rem;
	line-height: 1.6;
	color: #333333;
	margin-bottom: 40px;
}
 
.htfb-37078-add-image-wrapper {
	border-radius: 20px;
	overflow: hidden;
}
 
.htfb-37078-add-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}
 
/* Right Column - Quick Facts */
.htfb-37078-quick-facts {
    margin-bottom: 40px;
    box-shadow: 10px 10px;
    padding: 18px;
    border-radius: 10px;
	box-shadow: 0px 40px 60px -15px rgba(28, 27, 27, 0.06);
}
 
.htfb-37078-qf-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}
 
.htfb-37078-qf-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.htfb-37078-qf-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}
 
.htfb-37078-fact-icon {
	width: 40px;
	height: 40px;
	background: #e6f7d4;
	color: #555;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	flex-shrink: 0;
}
 
.htfb-37078-fact-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
 
.htfb-37078-fact-title {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 5px;
	font-weight: 600;
}
 
.htfb-37078-fact-desc {
	font-size: 1rem;
	color: #ccc;
	line-height: 1.4;
}
 
/* Right Column - CTA Box */
.htfb-37078-cta-box {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 240px;
	padding: 0 56px 20px 16px;
	justify-content: end;
}
 
.htfb-37078-cta-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 8%);
	z-index: 1;
}
 
.htfb-37078-cta-content {
	position: relative;
	z-index: 2;
}
 
.htfb-37078-cta-text {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
 
.htfb-37078-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: #000;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
 
.htfb-37078-cta-btn svg {
	stroke: currentColor;
}
 
.htfb-37078-cta-btn:hover {
	background: #eee;
	color: #000;
}
 
/* Responsive */
@media (max-width: 768px) {
	.htfb-37078-container {
		flex-direction: column;
	}
	.htfb-37078-col-right {
		position: static;
	}
	.htfb-37078-quote-box {
		position: relative;
		max-width: 100%;
		border-radius: 0 0 20px 20px;
	}
	.htfb-37078-main-heading, .htfb-37078-add-title {
		font-size: 2rem;
	}
}
.htfb-37078-add-image-caption {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
    text-align: center; /* change to left if needed */
}