/*
Theme Name: TE Coaching Astra Child
Theme URI: https://te-coaching.changeconsulting.io/
Description: Astra child theme for the Thomas Engelhardt Coaching website.
Author: FORGE
Template: astra
Version: 0.1.0
Text Domain: te-coaching-astra-child
*/

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button,
.site-title,
.site-title a,
.main-header-menu .menu-link,
.wp-block-button__link,
.entry-content,
.entry-content p,
.entry-content li,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 400;
}

strong,
b,
.wp-block-button__link,
.main-header-menu .menu-link,
.site-title,
.site-title a,
.tec-process-number {
	font-weight: 500;
}

h1,
h2,
.entry-content h1,
.entry-content h2 {
	font-weight: 500;
}

h3,
h4,
h5,
h6,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 400;
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.admin-bar #masthead {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar #masthead {
		top: 46px;
	}
}

.tec-process-section {
	overflow: hidden;
}

.tec-process-section .tec-process-kicker,
.tec-process-section h2 {
	max-width: 760px;
}

.tec-process-arrows {
	align-items: stretch;
	gap: 0;
}

.tec-process-step {
	margin: 0;
}

.tec-process-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	height: 100%;
	padding: 32px 64px 32px 46px;
	background: #ffffff;
	color: #1e293b;
	text-align: left;
	clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 0 100%, 32px 50%);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.tec-process-step:not(:first-child) .tec-process-card {
	padding-left: 72px;
}

.tec-process-card > * {
	align-self: stretch;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

.tec-process-step:first-child .tec-process-card {
	clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 0 100%);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tec-process-step:last-child .tec-process-card {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 32px 50%);
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tec-process-number {
	margin: 0 0 10px;
	color: #046bd2;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: left;
}

.tec-process-title {
	margin: 0 0 10px;
	color: #1e293b;
	font-size: 22px;
	line-height: 1.2;
	text-align: left;
}

.tec-process-copy {
	margin: 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
}

@media (max-width: 921px) {
	.tec-process-arrows {
		gap: 14px;
	}

	.tec-process-card,
	.tec-process-step:first-child .tec-process-card,
	.tec-process-step:last-child .tec-process-card {
		min-height: 0;
		padding: 26px 30px;
		clip-path: none;
		border-radius: 6px;
	}

	.tec-process-step:not(:first-child) .tec-process-card {
		padding-left: 30px;
	}
}
