/**
 * CTA Section
 *
 * Generated by Dreamz Page Builder on 2026-07-30.
 */

.cta_section {
	background-image: url(../images/cta-bg-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.cta_section .cta_content {
	max-width: 730px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.cta_section .cta_main_heading h2 {
	font-family: "Fraunces", serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	color: #173F3F;
	margin-bottom: 15px;
}

.cta_section .cta_main_heading h2 strong,
.cta_section .cta_main_heading h2 span {
	color: #0E8F96;
}

.cta_section .cta_sub_heading {
	margin-bottom: 20px;
}

.cta_section .cta_sub_heading h3 {
	display: inline-block;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #738080;
	border: 1px solid #D9D9D9;
	border-radius: 100px;
	padding: 5px 20px;
}

.cta_section .cta_sub_heading h3 strong,
.cta_section .cta_sub_heading h3 span {
	font-weight: 700;
	color: #E4738A;
}

.cta_section .cta_para {
	margin-bottom: 30px;
}

.cta_section .cta_para p {
	text-align: center;
}

.cta_section .cta_button_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}

.cta_section .cta_bottom_para {
	display: inline-block;
	background: #FFF;
	border: 1px solid #F0F0F0;
	border-radius: 15px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	padding: 14px 28px;
}

.cta_section .cta_bottom_para p strong,
.cta_section .cta_bottom_para p a {
	font-weight: 700;
	color: #E4738A;
	transition: all .3s ease;
}

.cta_section .cta_bottom_para p a:hover {
	color: #123F42;
}
 .cta_section a.btn_secondary {
    background: transparent !important;
}
.cta_section a.btn_secondary:hover {
    background: #173F3F !important;
}

@media (max-width: 1199px) {

	.cta_section {
		padding: 35px 0;
	}

	.cta_section .cta_main_heading h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.cta_section .cta_sub_heading {
		margin-bottom: 18px;
	}

	.cta_section .cta_sub_heading h3 {
		font-size: 16px;
		line-height: 24px;
		padding: 5px 18px;
	}

	.cta_section .cta_para {
		margin-bottom: 25px;
	}

	.cta_section .cta_para p {
		line-height: 24px;
	}

	.cta_section .cta_button_wrapper {
		gap: 10px;
		margin-bottom: 25px;
	}

	.cta_section .cta_bottom_para {
		padding: 12px 25px;
	}

	.cta_section .cta_bottom_para p,
	.cta_section .cta_bottom_para p strong,
	.cta_section .cta_bottom_para p a {
		line-height: 24px;
	}

}

@media (max-width: 991px) {

	.cta_section {
		padding: 30px 0;
	}

	.cta_section .cta_main_heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 12px;
	}

	.cta_section .cta_sub_heading {
		margin-bottom: 15px;
	}

	.cta_section .cta_sub_heading h3 {
		font-size: 15px;
		line-height: 22px;
		padding: 5px 15px;
	}

	.cta_section .cta_para {
		margin-bottom: 20px;
	}

	.cta_section .cta_para p {
		font-size: 15px;
		line-height: 22px;
	}

	.cta_section .cta_button_wrapper {
		margin-bottom: 20px;
	}

	.cta_section .cta_bottom_para {
		padding: 10px 20px;
	}

	.cta_section .cta_bottom_para p,
	.cta_section .cta_bottom_para p strong,
	.cta_section .cta_bottom_para p a {
		font-size: 15px;
		line-height: 22px;
	}

}

@media (max-width: 767px) {

	.cta_section {
		padding: 25px 0;
	}

	.cta_section .cta_main_heading h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	    .cta_section .cta_sub_heading {
        margin-bottom: 12px;
    }

	.cta_section .cta_sub_heading h3 {
		font-size: 13px;
        line-height: 18px;
        padding: 5px 10px;
	}

	    .cta_section .cta_para {
        margin-bottom: 15px;
    }

	.cta_section .cta_button_wrapper {
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
	}

	.cta_section .cta_button_wrapper > div {
		width: 100%;
	}

	.cta_section .cta_button_wrapper a {
		display: inline-flex;
		width: 100%;
		justify-content: center;
	}

	.cta_section .cta_bottom_para {
		padding: 10px;
		width: 100%;
		text-align: center;
	}
}