/* Single post: content left + sticky form right */
body.single-post {
	background-color: #ffffff;
}

body.single-post .st-single-main-wrap {
	width: 100%;
	background: #ffffff;
}
body.single-post .customHeader {
    background: #12143F;
}
.st-single-section {
	padding: 160px 20px 80px;
}

.st-single-container {
	max-width: 1240px;
	margin: 0 auto;
}

.st-single-header {
	margin: 0;
	text-align: left;
}

.st-single-title {
	margin: 0 0 12px;
	font-family: "Metropolis", Sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.5px;
	color: #02063f;
}

.st-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin: 0 0 18px;
}

.st-single-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #1d217b;
	font-family: "Metropolis", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.st-single-meta-icon {
	display: block;
	width: 15px;
	height: 15px;
	color: #1d217b;
	flex-shrink: 0;
}

.st-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: stretch;
}

.st-single-featured {
	margin: 0 0 28px;
	padding: 0;
	background: transparent;
	border-radius: 16px;
	box-shadow: none;
	overflow: hidden;
}

.st-single-featured-img,
.st-single-featured img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}

.st-single-entry {
	color: #02063fc9;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.st-single-entry > *:first-child {
	margin-top: 0;
}

.st-single-entry p,
.st-single-entry li {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	color: #02063fc9;
}

.st-single-entry h2,
.st-single-entry h3,
.st-single-entry h4,
.st-single-entry h5,
.st-single-entry h6 {
	font-family: "Metropolis", Sans-serif;
	color: #02063f;
	letter-spacing: 0;
	margin: 50px 0 12px;
	color:#02063F!important;
}

.st-single-entry h2 {
	font-size: 28px;
	line-height: 1.3;
}

.st-single-entry h3 {
	font-size: 22px;
	line-height: 1.35;
}

.st-single-entry ul,
.st-single-entry ol {
	padding-left: 22px;
}

.st-single-entry a {
	color: #0075ff;
}

.st-single-entry img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}


.st-single-form-sticky {
	position: sticky;
	top: var(--st-sticky-top, 110px);
	z-index: 5;
}

.st-single-form-card {
	overflow: hidden;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(2, 6, 63, 0.12);
	border: 1px solid rgba(20, 33, 73, 0.08);
}

.st-single-form-head {
	padding: 20px 18px;
	background: #111661;
}

.st-single-form-head p {
	margin: 0;
	color: #ffffff;
	font-family: "Metropolis", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

.st-single-form-body {
	padding: 18px 18px 20px;
	background: #ffffff;
}

.st-single-form-placeholder {
	padding: 28px 16px;
	border: 1px dashed #c9d3e8;
	border-radius: 10px;
	background: #f6f8fd;
	text-align: center;
}

.st-single-form-placeholder p {
	margin: 0 0 8px;
	color: #02063f;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.st-single-form-placeholder p:last-child {
	margin-bottom: 0;
	color: #6b7194;
	font-size: 12px;
}

/* Generic / WPForms / Elementor form fields inside the sticky card */
.st-single-form-body .wpforms-container,
.st-single-form-body .wpforms-container-full {
	margin: 0 !important;
	max-width: 100% !important;
}

.st-single-form-body input[type="text"],
.st-single-form-body input[type="email"],
.st-single-form-body input[type="tel"],
.st-single-form-body input[type="url"],
.st-single-form-body input[type="number"],
.st-single-form-body select,
.st-single-form-body textarea,
.st-single-form-body .wpforms-field-large,
.st-single-form-body .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	height: 48px;
	margin-bottom: 12px;
	padding: 10px 14px;
	border: 1px solid #e4e8f2;
	border-radius: 8px;
	background: #f7f9fc;
	color: #02063f;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

.st-single-form-body textarea,
.st-single-form-body .elementor-field-type-textarea textarea {
	height: auto;
	min-height: 90px;
}

.st-single-form-body input::placeholder,
.st-single-form-body textarea::placeholder,
.st-single-form-body select {
	color: rgba(2, 6, 63, 0.55);
}

.st-single-form-body .elementor-form-fields-wrapper,
.st-single-form-body .wpforms-field-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.st-single-form-body .elementor-field-group.elementor-col-50,
.st-single-form-body .wpforms-one-half {
	width: calc(50% - 5px);
	max-width: calc(50% - 5px);
}

.st-single-form-body .elementor-field-group {
	margin-bottom: 0;
}

.st-single-form-body button,
.st-single-form-body input[type="submit"],
.st-single-form-body .wpforms-submit,
.st-single-form-body .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 8px;
	padding: 12px 16px;
	border: 0;
	border-radius: 8px;
	background: #1d217b;
	color: #ffffff !important;
	font-family: "Metropolis", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.25s ease;
}

.st-single-form-body button:hover,
.st-single-form-body input[type="submit"]:hover,
.st-single-form-body .wpforms-submit:hover,
.st-single-form-body .elementor-button:hover {
	background: #1d217b;
}

body.single-post #comments {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.st-single-title {
		font-size: 34px;
	}

	.st-single-featured-img,
	.st-single-featured img {
		height: auto;
	}

	.st-single-entry h2 {
		font-size: 26px;
	}

	.st-single-entry h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.st-single-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.st-single-form-sticky {
		position: static;
		top: auto;
	}

	.st-single-sidebar {
		order: 2;
	}

	.st-single-form-card {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.st-single-section {
		padding: 28px 16px 48px;
	}

	.st-single-title {
		font-size: 26px;
		line-height: 1.25;
	}

	.st-single-featured {
		padding: 0;
		border-radius: 12px;
	}

	.st-single-featured-img,
	.st-single-featured img {
		height: auto;
	}

	.st-single-entry p,
	.st-single-entry li {
		font-size: 14px;
		line-height: 24px;
	}

	.st-single-entry h2 {
		font-size: 22px;
	}

	.st-single-entry h3 {
		font-size: 20px;
		line-height: 30px;
	}
}