
.exp-about .abt-imgz {
	gap: 20px;
	flex-wrap: nowrap;
}

.abt-imgz .bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.abt-imgz .bg-img img {
	opacity: 0;
	visibility: hidden;
}

.ph-mlink {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #f5f1e8;
}

.ph-mlink a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #222;
	font-size: 16px;
	padding: 0 22px;
	white-space: nowrap;
	font-weight: 600;
}

.ph-mlink a:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #555;
}

@media (max-width:768px) {
	.ph-mlink a {
		font-size: 16px;
		letter-spacing: 7px;
		padding: 0 18px;
	}
}

@media (max-width:480px) {
	.ph-mlink {
		flex-direction: column;
		gap: 14px;
	}
	
	.ph-mlink a {
		letter-spacing: 5px;
		padding: 0;
	}
	
	.ph-mlink a::after {
		display: none;
	}
}

.banner-content > h4 {
	color: #fff;
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 50px;
}

.exp-about .sub-title span {
	color: #caa45d;
	font-style: italic;
}

.exp-features .features-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.exp-features .features-list .feature-box {
	width: calc(50% - 15px);
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	max-width: 550px;
}

.exp-features .features-list .feature-box .feature-icon {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #b19158;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
	padding: 10px;
}

.exp-features .features-list .feature-box .feature-icon img {
	max-width: 100%;
	max-height: 100%;
}

.exp-features .features-list .feature-box .feature-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

.exp-features .features-list .feature-box .feature-text {
	color: #555;
}

.exp-about .about-text > p {
	margin-bottom: 2rem;
}

.page-template-experience .sub-title {
	font-weight: 500;
}

.page-template-experience .sub-title span {
	display: block;
	font-size: 50px;
}

.exp-features {
	padding: 100px 0;
}

.journey-text {
	display: block;
	color: #b88a3b;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	/* .exp-features .features-list .feature-box:last-child {
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: auto;
	} */
	.page-template-experience .sub-title {
		font-size: 80px !important;
		line-height: 1;
	}
	
	.step-content::before {
		content: "";
		background: #b19158;
		height: 22px;
		width: 22px;
		border-radius: 50px;
		position: absolute;
		left: -30px;
		top: 25px;
	}
}

@media (max-width: 767px) {
	.exp-features .features-list .feature-box {
		width: 100%;
	}
}

.exp-features .section-title small {
	color: #b19158;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 20px;
}

.exp-features .section-title {
	flex-direction: column;
	margin-bottom: 20px;
}

.exp-features h2 {
	font-size: 45px;
	font-weight: 600;
}

.bg-dyl {
	background: #f6f2ea;
}

.bg-yl {
	background: #f5f1ea;
}

.bg-lyl {
	background: #fbf8f1;
}

.journey .timeline {
	position: relative;
	margin-top: 50px;
}

.journey .timeline::before {
	content: "";
	position: absolute;
	left: 110px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #b19158;
	z-index: 0;
}

.journey .journey-step {
	position: relative;
	padding-left: 80px;
	margin-bottom: 50px;
}

.journey .step-number {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	color: #b19158;
	font-size: 3.2rem;
	font-family: "adobe-garamond-pro" !important;
}

.journey .step-icon, .ph-step-icon, .ph-outcome-icon, .cp-step-icon {
	width: 55px;
	height: 55px;
	background: #f9f6f0;
	border: 2px solid #b19158;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	z-index: 1;
	margin-top: 10px;
}

.journey .step-icon img, .ph-step-icon img, .ph-outcome-icon img, .cp-step-icon img {
	max-width: 60%;
	max-height: 60%;
}

.journey .step-content {
	margin-left: 50px;
}

.journey .step-content h5 {
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Montserrat", sans-serif !important;
}

.journey .step-content p {
	color: #555;
	font-size: 16px;
	line-height: 24px;
}

.journey .step-image .image-box {
	background: #f9f6f0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
}

.timeline .image-box img {
	width: 100%;
}

.journey-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 40px 20px;
	font-size: clamp(3rem, 8vw, 6rem);
	line-height: 1;
	color: #222;
	background: #f5f1ea;
	font-weight: 600;
}

.journey-title span {
	position: relative;
	font-size: clamp(.8rem, 1.5vw, 1.2rem);
	letter-spacing: 10px;
	color: #b88a3b;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}

.journey-title span::before, .journey-title span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: min(20vw, 220px);
	height: 2px;
	background: #b88a3b;
}

.journey-title span::before {
	right: 100%;
	margin-right: 30px;
}

.journey-title span::after {
	left: 100%;
	margin-left: 30px;
}

.ph-step-top h5 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.journey .journey-step {
		padding-left: 0;
	}
	
	.journey .step-number {
		position: relative;
		left: 0;
		margin-bottom: 5px;
	}
	
	.journey .step-icon {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 10px;
	}
	
	.journey .step-content {
		margin-left: 0;
	}
	
	.journey .timeline::before {
		display: none;
	}
	
	.exp-about .abt-imgz {
		flex-wrap: wrap;
	}
}

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

.ph-process-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.ph-process-content {
	max-width: 650px;
}

.ph-brand {
	margin-bottom: 50px;
}

.ph-brand img {
	width: 180px;
}

.ph-phase {
	font-size: 14px;
	letter-spacing: 4px;
	color: #b89042;
	margin-bottom: 20px;
	font-weight: 600;
}

.ph-title::after {
	content: "";
	border-bottom: 3px solid #b19158;
	display: block;
	width: 180px;
	padding-top: 2rem;
}

.ph-tagline {
	font-size: 14px;
	letter-spacing: 5px;
	color: #b89042;
	margin-bottom: 35px;
	font-weight: 600;
}

.ph-intro {
	max-width: 520px;
	width: 100%;
	margin-bottom: 60px;
}

.ph-intro p {
	font-size: 20px;
	line-height: 1.8;
	color: #555;
}

.ph-steps-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.ph-step-item {
	display: flex;
	gap: 30px;
}

.ph-step-icon {
	flex-shrink: 0;
}

.ph-step-content {
	width: 100%;
}

.ph-step-top {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid #caa45b;
	margin-bottom: 18px;
}

.ph-step-number {
	font-size: 38px;
	font-family: serif;
	color: #b89042;
}

.ph-step-top h3 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #222;
}

.ph-step-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

.ph-outcome-box {
	margin-top: 70px;
	background: #e8e1d4;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	gap: 25px;
	max-width: 620px;
	width: 100%;
}

.ph-outcome-content span {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	color: #b89042;
	margin-bottom: 12px;
	font-weight: 600;
}

.ph-outcome-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

.ph-process-images {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.ph-image-item {
	overflow: hidden;
}

.ph-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-image-large {
	aspect-ratio: 1/1;
}

.ph-image-small {
	aspect-ratio: 1/.65;
}

.ph-bottom-quote {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ph-bottom-quote p {
	max-width: 900px;
	margin: auto;
	font-family: serif;
	font-style: italic;
	font-size: 32px;
	line-height: 1.4;
	color: #222;
}

.ph-grid-reverse .ph-process-content {
	order: 2;
}

.ph-grid-reverse .ph-process-images {
	order: 1;
}

@media (max-width:991px) {
	.ph-grid-reverse .ph-process-content, .ph-grid-reverse .ph-process-images {
		order: unset;
	}
}

@media (max-width:1200px) {
	.ph-process-grid {
		gap: 40px;
	}
	
	.ph-step-top h3 {
		font-size: 28px;
	}
}

@media (max-width:991px) {
	.ph-process-grid {
		grid-template-columns: 1fr;
	}
	
	.ph-process-content {
		max-width: 100%;
	}
	
	.ph-process-images {
		order: -1;
	}
	
	.ph-image-large {
		aspect-ratio: 16/10;
	}
	
	.ph-intro {
		max-width: 100%;
	}
	
	.ph-outcome-box {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.ph-intro p, .ph-step-content p, .ph-outcome-content p {
		font-size: 16px;
	}
	
	.ph-step-item {
		flex-direction: column;
		gap: 20px;
	}
	
	.ph-step-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.ph-step-top h3 {
		font-size: 24px;
	}
	
	.ph-step-number {
		font-size: 28px;
	}
	
	.ph-outcome-box {
		flex-direction: column;
	}
	
	.ph-bottom-quote {
		margin-top: 70px;
	}
}

.cp-completion {
	background: #063c36;
	padding: 80px 0;
	overflow: hidden;
}

.cp-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.cp-grid {
	display: grid;
	grid-template-columns: 1fr .85fr;
	gap: 60px;
	align-items: start;
}

.cp-content {
	background: #f5f1eb;
	padding: 60px;
}

.cp-logo {
	margin-bottom: 30px;
}

.cp-logo img {
	max-width: 220px;
	width: 100%;
}

.cp-eyebrow {
	display: inline-block;
	color: #b88b3d;
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.cp-title {
	font-size: 72px;
	line-height: .95;
	color: #181818;
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: serif;
	font-weight: 400;
}

.cp-line {
	width: 90px;
	height: 3px;
	background: #b88b3d;
	margin-bottom: 35px;
}

.cp-subtitle {
	color: #b88b3d;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
}

.cp-text {
	font-size: 19px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 50px;
}

.cp-steps {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.cp-step {
	display: flex;
	gap: 24px;
	position: relative;
}

.cp-step-content {
	border-left: 2px solid #d6d0c4;
	padding-left: 25px;
}

.cp-step:last-child::before {
	display: none;
}

.cp-step-icon {
	width: 85px;
	min-width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cp-step-content h5 {
	margin-bottom: 12px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600;
}

.cp-step-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #5c5c5c;
	margin: 0;
}

.cp-side {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cp-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.cp-quote-box {
	background: #f5f1eb;
	padding: 60px 50px;
	text-align: center;
}

.cp-quote {
	font-size: 40px;
	line-height: 1.3;
	color: #2b2b2b;
	font-family: serif;
	font-style: italic;
	margin-bottom: 24px;
}

.cp-quote-subtext {
	color: #b88b3d;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 600;
}

.cp-quote-box i {
	font-size: 40px;
	color: #dcd2be;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.cp-title {
		font-size: 58px;
	}
	
	.cp-quote {
		font-size: 34px;
	}
	
	.cp-content {
		padding: 45px;
	}
}

@media (max-width: 991px) {
	.cp-grid {
		grid-template-columns: 1fr;
	}
	
	.cp-side {
		order: -1;
	}
	
	.cp-title {
		font-size: 48px;
	}
	
	.cp-step-content h5 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.cp-completion {
		padding: 50px 0;
	}
	
	.cp-content {
		padding: 35px 25px;
	}
	
	.cp-title {
		font-size: 36px;
		line-height: 3rem;
	}
	
	.cp-subtitle {
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	.cp-text {
		font-size: 16px;
		line-height: 1.7;
	}
	
	.cp-step {
		gap: 18px;
	}
	
	.cp-step-icon {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	
	.cp-step-icon img {
		max-width: 36px;
	}
	
	.cp-step::before {
		left: 30px;
		top: 55px;
	}
	
	.cp-step-content h5 {
		font-size: 18px;
	}
	
	.cp-step-content p {
		font-size: 15px;
	}
	
	.cp-quote-box {
		padding: 40px 25px;
	}
	
	.cp-quote {
		font-size: 28px;
	}
	
	.cp-quote-subtext {
		font-size: 15px;
		letter-spacing: 2px;
	}
}
