:root {
	--heading-font: "Playfair Display", Georgia, serif;
	--body-font: "Open Sans", Arial, sans-serif;
	--hero-image-heading-size: 1.25rem; /* size for text that appears on/near images */
	--base-heading-size: 2rem;
}
/* Global fonts */
body {
	font-family: var(--body-font);
	color: #000;
}
@font-face {
	font-family: "Open Sans Light";
	font-style: normal;
	font-weight: 300;
	src: local("Open Sans Light"),
		url("https://fonts.gstatic.com/s/opensans/v34/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf")
			format("truetype");
}
/* Playfair Display Medium (500) — ADD THIS */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 500;
	src: local("Playfair Display Medium"),
		url("https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXPTzyhP8.ttf")
			format("truetype");
}

@font-face {
	font-family: "Playfair Display Light";
	font-style: normal;
	font-weight: 400;
	src: local("Playfair Display Regular"),
		url("https://fonts.gstatic.com/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhP8.ttf")
			format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}
h2,
h3,
h4,
h5,
h6 {
	color: #212529;
}
.mar-from-heading {
	margin-top: 50px;
}
.desktop_hide {
	display: none;
}
.padd-right-7 {
	padding-right: 70px;
}
/* Hero image container with overlay text (text inside image area will inherit the site's fonts) */
.hero-section {
	margin-bottom: 40px;
	padding-top: 150px !important;
}
.hero-image {
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 358px;
	display: flex;
	align-items: flex-end; /* place overlay near bottom */
	overflow: hidden;
}
/* subtle overlay to ensure text contrast */
.hero-image-text {
	position: relative; /* sit above the ::after */
	z-index: 2;
	padding: 1rem;
}
.hero-image-text h3 {
	margin: 0 0 0.25rem 0;
	font-family: var(--heading-font);
	font-size: var(--hero-image-heading-size);
	color: #111;
}
.hero-image-text p {
	font-size: 0.9rem;
	margin: 0;
}
.banner-block-1 {
	width: 48%;
	float: left;
	padding-right: 40px;
}
.banner-block-2 {
	width: 52%;
	float: left;
	display: block;
}
.banner-block-1 h2 {
	font-size: 1.82rem; /* ~32px */
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #000; /* Dark charcoal */
	line-height: 1.3;
	margin-bottom: 1rem;
}
.banner-block-1 p {
	font-size: 22px;
	font-family: var(--heading-font); /* 16px */
	font-weight: 400;
	color: #000; /* Medium gray for smooth contrast */
	margin-bottom: 1.5rem;
}
/** Section 2 start **/
.section-2-left {
	width: 48%;
	float: left;
	padding-right: 40px;
}
.section-2-right {
	width: 52%;
	float: left;
	padding: 0 0 0 50px;
}
.section-2-left .box {
	background-color: rgb(240, 244, 241);
	width: 516px;
	height: 481px;
	opacity: 0;
	/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); */
}
.section-2-left .box p {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e1dc;
	margin: 0;
}
.section-2-left .box img {
	padding: 10px;
}
.section-2-left .box-content {
	background-color: #fff;
	border: 1px solid #e5e1dc;
	border-radius: 5px;
	margin: 50px 25px 25px 25px;
	padding: 20px;
	position: relative;
	height: 125px;
}
.section-2-left .box-content h5 {
	text-align: left;
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
}
.section-2-left .box-content span {
	font-size: 13px;
	color: #7f9595;
	text-align: left !important;
	margin: 0;
	padding: 0;
	min-height: 30px;
}
.section-2-left .box-content img {
	padding: 10px;
	width: 60px;
	position: absolute;
	top: 0;
	right: 4px;
}
.section-2-left .box .img-fluid {
	height: 251px;
	width: 100%;
}
.section-2-right h3 {
	font-size: 29px;
	font-weight: 100 !important; /* ~24px */ /* Bold */
	color: #454545; /* Dark charcoal */
	line-height: 1.3;
	margin-bottom: 1rem;
}
.section-2-right p {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif; /* 16px */
	font-weight: 400;
	color: #000; /* Medium gray for smooth contrast */
	margin-bottom: 1.5rem;
}

.feature-card {
	border-color: #e6e6e6;
	transition: all 0.3s ease;
	cursor: pointer;
}

.feature-card .icon i {
	font-size: 1.8rem;
	color: #6c757d;
}

.feature-card:hover,
.feature-card.active {
	background-color: #ffffff;
	border-color: #c6b8ff;
	box-shadow: 0 0 0 2px #e0d8ff;
}

.feature-card p {
	color: #333;
	font-family: 12px;
}
.whatyouget-section {
	padding-top: 80px;
	padding-bottom: 40px;
}
.whatyouget-section-header {
	font-size: 2.25rem; /* ~32px */
	color: #000; /* Dark charcoal */
	line-height: 1.3;
	padding-bottom: 40px;
}
.whatyouget-section-para-1 {
	font-size: 20px;
	font-weight: 400;
	color: #494949;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.whatyouget-section .list-group {
	gap: 20px;
}
.whatyouget-section .list-group .list-group-item {
	border: 1px solid #bbc0bb;
	background-color: #f0f1f4;
	border-radius: 10px;
	padding: 10px 30px;
}
.whatyouget-section .list-group .list-group-item .heading {
	font-size: 18px;
	font-family: var(--heading-font);
	font-weight: 500;
	color: #4f77ae;
}
.whatyouget-section .list-group .list-group-item .content {
	font-size: 14px;
	font-weight: 400;
	color: #6b6b6b;
}
/*** How section Start **/
.how-section {
	padding-top: 80px !important;
	padding-bottom: 40px;
	color: #000;
}
.how-section img {
	width: 100%;
	height: 168px;
}
.how-section h3 {
	font-size: 2.25rem;
	margin-bottom: 70px !important;
	color: #000;
}
.how-section .head_1 {
	color: #4f77ae;
	font-size: 65px;
	text-align: left;
}
.how-section .head_2 {
	color: #000;
	font-size: 1.5rem;
	text-align: left;
}
.how-section .para_how {
	font-size: 16px;
	color: #6b6b6b;
	text-align: left;
	margin-top: 10px;
}
/*** How section End ***/
/*** FAQ Section Start ***/
.faq-section {
	padding: 80px 0 !important;
}
.faq-section h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 28px !important;
	font-weight: 400 !important;
}
.faq-section .accordion {
	border: none;
}
.faq-section .accordion-item {
	border: none;
}
.faq-section .accordion-body {
	font-family: "Inter AG", sans-serif;
	font-weight: 400;
	background-color: #f0f1f4;
	margin-top: -16px;
	margin-bottom: 20px;
}
.faq-section .accordion-item .accordion-button {
	background-color: rgb(240, 244, 241) !important;
	--bs-accordion-color: rgb(240, 244, 241) !important;
	color: #000 !important;
	font-size: 20px !important;
	font-family: 600;
	border: 1px solid #e4e4e4;
	border-radius: 10px !important;
	margin-bottom: 15px;
	padding: 15px 15px;
}
.faq-section .accordion-button::after {
	content: "+";
	font-weight: bold;
	height: 40px;
	font-size: 35px;
	transform: none;
	background-image: none !important;
}
.faq-section .accordion-button:not(.collapsed)::after {
	content: "−";
}
#featuresCarousel {
	display: none;
}
/*** FAQ Section end ***/
/*** Contact Section Start ***/
.cta-section .container {
	padding-top: 80px;
	padding-left: 25px;
	padding-right: 0px;
	border-radius: 30px;
	background-color: #f0f1f4;
}
.cta-section h4 {
	font-size: 36px;
	color: #000;
	font-weight: 400 !important;
	padding-bottom: 40px;
}

/*** Contact Section end ***/

/*** resource page start ***/
.resource {
	color: #000;
	font-weight: 400;
	padding-top: 90px !important;
}
.resource h2 {
	font-size: 26px;
	font-family: var(--heading-font);
}
.resource span {
	color: #857e71;
	font-size: 15px;
}

.resource .nav-tabs .nav-link {
	color: #6c757d;
	font-weight: 500;
	border: none;
	font-size: 15px;
}

.resource .nav-tabs .nav-link.active {
	color: #000;
	background: none;
}

.resource .card {
	background-color: #f2f7f3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.resource .card h5 {
	font-size: 1.1rem;
	line-height: 1.4;
}
.resource .card .para1 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.resource .card .para2 {
	font-size: 14px;
	margin-top: 10px;
	color: #b4b5b0;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.overlay-box {
	backdrop-filter: blur(10px);
	border-radius: 0px !important;
	padding: 20px 16px !important;
}
.card-img-top {
	height: 193px; /* same as your sample */
	object-fit: cover;
}

/*** resource page end ***/
/*** resource details page start ***/

.article-container {
	max-width: 900px;
	margin: 0 auto 3rem auto;
}
.back-section .back {
	color: #000 !important;
	text-decoration: none;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.article-meta {
	font-size: 0.9rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.article-meta strong {
	color: #000;
}

.article-image {
	border-radius: 0.75rem;
	overflow: hidden;
	margin: 2rem 0;
	width: 100%;
}
.article-image img {
	width: 100%;
}

.article-content h2,
.article-content h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.article-content p {
	margin-bottom: 1.25rem;
	color: #000;
	font-size: 13px;
}

.article-content ul,
.article-content ol {
	padding-left: 1.5rem;
	margin-bottom: 1.25rem;
}

.article-content li {
	margin-bottom: 0.5rem;
}

.article-content blockquote {
	border-left: 1px solid #000;
	background-color: #f8f9fa;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	font-size: 20px;
	color: #73737b;
}

.article-content img {
	max-width: 100%;
	height: auto;
	width: 100%;
	border-radius: 10px;
	margin: 1.5rem 0;
}

.article-content a {
	color: #007bff;
	text-decoration: none;
}

.article-content a:hover {
	text-decoration: underline;
}

.article-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.article-content table th,
.article-content table td {
	border: 1px solid #dee2e6;
	padding: 0.75rem;
}

.article-content table th {
	background-color: #f8f9fa;
	font-weight: 600;
}

.article-share {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin-top: 1rem;
	color: #000;
}

.article-share a {
	color: #073600;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s;
	border: 1px solid #073600;
}

.article-share a:hover {
	background-color: #073600;
	color: #fff;
}

/* Show 3 slides at once on mobile */
#mobileThreeCarousel .carousel-inner {
	display: flex;
	overflow: visible;
}

#mobileThreeCarousel .carousel-item {
	flex: 0 0 33.333%; /* 3 slides */
	margin-right: 0;
	display: block;
	transition: transform 0.6s ease;
}

.multi-slide {
	padding: 5px;
}

.multi-slide img {
	width: 100%;
	border-radius: 10px;
}
#autoPeek {
	display: none !important;
}

@media (max-width: 768px) {
	.article-content h1 {
		font-size: 1.6rem;
	}
	.article-content h2 {
		font-size: 1.4rem;
	}

	.hero-section {
		padding-top: 60px !important;
	}
	.hero-image {
		display: none;
	}
	.mobile_hide {
		display: none;
	}
	.desktop_hide {
		display: block;
	}
	.hero-section h2 {
		font-size: 1.5rem;
		text-align: center;
	}
	#autoPeek {
		display: block !important;
	}

	.section-2 {
		padding: 0px !important;
	}
	.banner-block-1,
	.banner-block-2,
	.section-2-left,
	.section-2-right {
		width: 100%;
		float: none;
		padding: 0 15px !important;
	}
	.banner-block-1 h2 {
		font-size: 34px;
		text-align: center;
		padding: 45px 20px 0 20px;
	}
	.padd-right-7 {
		padding-right: 0;
	}
	.section-2-left .box-content {
		height: 185px;
	}
	.cta-section .container {
		padding-left: 15px;
	}
	.whatyouget-section {
		padding: 40px 0px !important;
	}
	.banner-block-1 a {
		margin: 15px 10px;
	}
	.section-2-left .box {
		width: 100%;
		height: auto;
	}

	.section-2-right h3 {
		font-size: 22px;
		text-align: center;
	}

	.section-2-right p {
		text-align: center;
	}

	.feature-card {
		padding: 1rem !important;
	}

	.whatyouget-section-header {
		font-size: 22px;
		text-align: center;
	}

	.whatyouget-section .list-group-item {
		text-align: center;
	}

	.how-section .head_1 {
		font-size: 40px;
		text-align: center;
	}

	.how-section .head_2,
	.how-section .para_how {
		text-align: center;
	}

	.cta-section img {
		width: 43%;
		margin-top: 20px;
	}

	.peek-wrapper {
		overflow-x: hidden;
		position: relative;
		width: 100%;
	}

	.peek-container {
		display: flex;
		gap: 18px;
		transition: transform 0.6s ease;
	}

	.peek-card {
		flex: 0 0 65%;
		scroll-snap-align: center;
		transform: scale(0.85);
		opacity: 0.6;
		transition: 0.5s ease;
		height: 400px;
	}

	.peek-card img {
		width: 100%;
		border-radius: 16px;
		height: 100%;
	}

	/* Focused (center) slide */
	.peek-card.active {
		transform: scale(1);
		opacity: 1;
	}

	.whatyouget-section-para-1 {
		font-size: 20px;
	}
	.banner-block-1 a {
		margin: 15px 10px 15px 150px;
	}
	.cta-section .btn {
		font-size: 16px !important;
		margin-left: 35px;
	}
}

@media all and (max-width: 479px) and (min-width: 360px) {
	.hero-section {
		padding-top: 80px !important;
	}
	.banner-block-2 {
		display: none;
	}
	.mobile_hide {
		display: none;
	}
	.desktop_hide {
		display: block;
	}
	.banner-block-1 h2 {
		font-size: 26px;
		text-align: center;
		padding: 0 20px;
		font-weight: 500 !important;
	}
	.mar-from-heading {
		margin-top: 0 !important;
	}
	.banner-block-1 p {
		font-family: "Inter AG", sans-serif;
		font-weight: 400;
		font-size: 16px;
	}
	.section-2 {
		padding-top: 0px !important;
	}
	.section-2-left h3 {
		font-size: 20px;
		font-weight: 500 !important;
		color: #000;
	}
	.section-2-left p {
		font-size: 14px;
	}
	.section-2-left .box p {
		font-size: 10px;
	}
	.section-2-left .box-content {
		margin: 0 7px;
		padding: 7px;
		height: 110px;
	}
	.section-2-left .box {
		margin-bottom: 10px;
	}
	.section-2-left .box .img-fluid {
		height: 140px;
		width: 100%;
	}
	.section-2-left .box-content img {
		width: 45px;
		height: 45px;
	}
	.section-2-left .box-content h5 {
		font-size: 16px;
		margin: 0;
	}

	.peek-wrapper {
		overflow-x: hidden;
		position: relative;
		width: 100%;
	}

	.peek-container {
		display: flex;
		gap: 18px;
		transition: transform 0.6s ease;
	}

	.peek-card {
		flex: 0 0 65%;
		scroll-snap-align: center;
		transform: scale(0.85);
		opacity: 0.6;
		transition: 0.5s ease;
		height: 240px;
	}
	.banner-block-1 a {
		margin: 15px 30px;
	}
	.peek-card img {
		width: 100%;
		border-radius: 16px;
		height: 100%;
	}

	/* Focused (center) slide */
	.peek-card.active {
		transform: scale(1);
		opacity: 1;
	}
	.whatyouget-section {
		padding: 10px 0 !important;
	}
	.whatyouget-section-para-1 {
		font-size: 14px;
	}
	.whatyouget-section .whatyouget-section-header {
		font-size: 20px;
		text-align: left;
		padding-bottom: 0px;
	}
	.whatyouget-section .list-group .list-group-item .heading {
		font-size: 14px;
	}
	.whatyouget-section .list-group .list-group-item .content {
		font-size: 12px;
	}
	.how-section {
		padding-top: 40px !important;
	}
	.how-section h3 {
		font-size: 20px;
		margin-bottom: 30px !important;
	}
	.faq-section .accordion-body {
		font-size: 14px;
	}

	.how-section .head_1,
	.how-section .head_2 {
		font-size: 20px;
	}
	.how-section .para_how {
		font-size: 14px;
	}
	.faq-section {
		padding: 25px 0 !important;
	}
	.faq-section h3 {
		font-size: 20px;
	}
	.faq-section .accordion-item .accordion-button {
		font-size: 16px !important;
	}

	.cta-section {
		padding-top: 0px !important;
	}
	.cta-section .container {
		padding-top: 40px;
	}
	.cta-section h4 {
		font-size: 20px;
	}
	.cta-section .btn {
		font-size: 16px !important;
		margin-left: 35px;
	}
	.cta-section img {
		width: 100%;
	}
	#featuresCarousel {
		display: block;
	}
	.section-2-left .box-content span {
		line-height: 1;
	}
}

@media all and (max-width: 359px) and (min-width: 300px) {
	.hero-section {
		padding-top: 80px !important;
	}
	.banner-block-2 {
		display: none;
	}
	.mobile_hide {
		display: none;
	}
	.desktop_hide {
		display: block;
	}
	.banner-block-1 h2 {
		font-size: 26px;
		text-align: center;
		padding: 0 20px;
		font-weight: 500 !important;
	}
	.mar-from-heading {
		margin-top: 0 !important;
	}
	.banner-block-1 p {
		font-family: "Inter AG", sans-serif;
		font-weight: 400;
		font-size: 16px;
	}
	.section-2 {
		padding-top: 0px !important;
	}
	.section-2-left h3 {
		font-size: 20px;
		font-weight: 500 !important;
		color: #000;
	}
	.section-2-left p {
		font-size: 14px;
	}
	.section-2-left .box p {
		font-size: 10px;
	}
	.section-2-left .box-content {
		margin: 0 7px;
		padding: 7px;
		height: 110px;
	}
	.section-2-left .box {
		margin-bottom: 10px;
	}
	.section-2-left .box .img-fluid {
		height: 140px;
		width: 100%;
	}
	.section-2-left .box-content img {
		width: 45px;
		height: 45px;
	}
	.section-2-left .box-content h5 {
		font-size: 16px;
		margin: 0;
	}

	.peek-wrapper {
		overflow-x: hidden;
		position: relative;
		width: 100%;
	}

	.peek-container {
		display: flex;
		gap: 18px;
		transition: transform 0.6s ease;
	}

	.peek-card {
		flex: 0 0 65%;
		scroll-snap-align: center;
		transform: scale(0.85);
		opacity: 0.6;
		transition: 0.5s ease;
		height: 220px;
	}

	.peek-card img {
		width: 100%;
		border-radius: 16px;
		height: 100%;
	}

	/* Focused (center) slide */
	.peek-card.active {
		transform: scale(1);
		opacity: 1;
	}
	/* .peek-slider {
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-left: 20px;
  padding-right: 20px;
}


.peek-track {
  display: flex;
  gap: 15px;
}


.peek-item {
  flex: 0 0 70%;         
  scroll-snap-align: center;
  position: relative;
  height: 220px;
}


.peek-item img {
  width: 100%;
  border-radius: 18px;
  display: block;
  height: 100%;
}


.peek-slider::-webkit-scrollbar {
  display: none;
} */
	.whatyouget-section {
		padding: 10px 0 !important;
	}
	.whatyouget-section-para-1 {
		font-size: 14px;
	}
	.whatyouget-section .whatyouget-section-header {
		font-size: 20px;
		text-align: left;
		padding-bottom: 0px;
	}
	.whatyouget-section .list-group .list-group-item .heading {
		font-size: 14px;
	}
	.whatyouget-section .list-group .list-group-item .content {
		font-size: 12px;
	}
	.how-section {
		padding-top: 40px !important;
	}
	.how-section h3 {
		font-size: 20px;
		margin-bottom: 30px !important;
	}
	.faq-section .accordion-body {
		font-size: 14px;
	}

	.how-section .head_1,
	.how-section .head_2 {
		font-size: 20px;
	}
	.how-section .para_how {
		font-size: 14px;
	}
	.faq-section {
		padding: 25px 0 !important;
	}
	.faq-section h3 {
		font-size: 20px;
	}
	.faq-section .accordion-item .accordion-button {
		font-size: 16px !important;
	}

	.cta-section {
		padding-top: 0px !important;
	}
	.cta-section .container {
		padding-top: 40px;
	}
	.cta-section h4 {
		font-size: 20px;
	}
	.cta-section .btn {
		font-size: 16px !important;
		margin-left: 10px;
	}
	.cta-section img {
		width: 100%;
	}
	#featuresCarousel {
		display: block;
	}
	.section-2-left .box-content span {
		line-height: 1;
	}
	.banner-block-1 a {
		margin: 15px 10px;
	}
}

/*** resource details page end ***/
