/**
 * Inner pages & contact
 */

/* Inner page hero — see tlh-layout.css (.tlh-page-hero) */

.tlh-single-post .entry-content {
	font-size: 17px;
	line-height: 1.75;
}

.tlh-single-post .entry-content h2,
.tlh-single-post .entry-content h3 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.tlh-single-post .post-navigation {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
}

.tlh-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.tlh-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	color: var(--themeht-primary-color);
	text-decoration: none;
}

.tlh-pagination .page-numbers.current {
	background: var(--themeht-primary-color);
	border-color: var(--themeht-primary-color);
	color: #fff;
}

.tlh-entry .entry-content > *:last-child {
	margin-bottom: 0;
}

.tlh-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
	font-size: 17px;
}

.tlh-contact-list i {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px;
	background: var(--themeht-light-color);
	color: var(--themeht-primary-color);
	flex-shrink: 0;
}

.tlh-contact-form.contact-form {
	background: var(--themeht-primary-color);
	border-radius: 20px;
	padding: 50px 40px;
}

.tlh-contact-form input,
.tlh-contact-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 100px;
	padding: 14px 24px;
	margin-bottom: 0;
}

.tlh-contact-form textarea {
	border-radius: 16px;
	resize: vertical;
	min-height: 140px;
}

.tlh-contact-form input::placeholder,
.tlh-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.tlh-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.tlh-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 50px;
	border: 1px solid #ddd;
	color: var(--themeht-dark-color);
}

.tlh-pagination .page-numbers.current,
.tlh-pagination .page-numbers:hover {
	background: var(--themeht-primary-color);
	border-color: var(--themeht-primary-color);
	color: #fff;
}

.tlh-single-post__thumb img {
	width: 100%;
}

.tlh-jobs-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 960px;
	margin: 0 auto;
}

.tlh-job-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding: 28px 32px;
	border: 1px solid #eee;
	border-radius: 16px;
	background: #fff;
	transition: box-shadow 0.3s ease;
}

.tlh-job-item:hover {
	box-shadow: 0 12px 40px rgba(1, 78, 78, 0.08);
}

.tlh-job-item h4 {
	margin-bottom: 6px;
}

/* About / Services inner pages */
.tlh-stat-item__icon {
	font-size: 28px;
	color: var(--themeht-secondary-color);
	margin-bottom: 12px;
}

.tlh-stat-item__value {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 4px;
}

.tlh-process-step {
	padding: 28px;
	border-radius: 16px;
	background: #fff;
	height: 100%;
	border: 1px solid #eee;
}

.tlh-process-step__num {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--themeht-primary-color);
	background: var(--themeht-light-color);
	padding: 6px 12px;
	border-radius: 50px;
	margin-bottom: 16px;
}

.tlh-page-cta h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.2;
}

.tlh-map-placeholder {
	padding: 80px 24px;
	background: #fff;
	border: 1px dashed #ddd;
	color: #888;
}

.tlh-contact-hours h5 {
	margin-bottom: 8px;
}

/* Contact Form 7 */
.tlh-cf7-wrap .wpcf7-form {
	margin: 0;
}

.tlh-cf7-wrap .wpcf7-form-control {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 100px;
	padding: 14px 24px;
}

.tlh-cf7-wrap textarea.wpcf7-form-control {
	border-radius: 16px;
	min-height: 140px;
	resize: vertical;
}

.tlh-cf7-wrap .wpcf7-form-control::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.tlh-cf7-wrap .wpcf7-submit {
	border: none;
	cursor: pointer;
}

.tlh-cf7-wrap .wpcf7-not-valid-tip {
	color: #ffb4b4;
	font-size: 13px;
	margin-top: 6px;
}

.tlh-cf7-wrap .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 10px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.tlh-cf7-wrap .wpcf7-spinner {
	margin-left: 8px;
}

.tlh-service-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: var(--tlh-radius, 20px);
	overflow: hidden;
	border: 1px solid #eee;
	background: #fff;
}

.tlh-service-block__img {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.tlh-service-block__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tlh-service-block__body {
	padding: 28px;
	flex: 1;
}

/* Submenus desktop */
@media (min-width: 1200px) {
	.main-nav .menu li {
		position: relative;
	}

	.main-nav .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
		padding: 8px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: 0.3s ease;
		z-index: 100;
	}

	.main-nav li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.main-nav .sub-menu li {
		margin: 0;
		display: block;
	}

	.main-nav .sub-menu a {
		border-radius: 8px;
		padding: 8px 14px;
		display: block;
	}
}
