/* About – Modern Photo layout (no map) */

.ks-about--photo .about-content_wrap {
	overflow: hidden;
}

.ks-about--photo .about-right {
	min-height: 380px;
}

.ks-about__photo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 20px 20px;
}

.ks-about__photo-accent {
	position: absolute;
	top: 8%;
	right: 5%;
	width: 55%;
	height: 84%;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	z-index: 0;
	transform: rotate(3deg);
}

.ks-about__photo-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 480px;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.ks-about__photo {
	width: 100%;
	height: auto;
	min-height: 360px;
	max-height: 520px;
	object-fit: cover;
	display: block;
}

.ks-about__photo-secondary {
	position: absolute;
	bottom: 24px;
	left: 0;
	z-index: 2;
	width: 140px;
	height: 140px;
	border-radius: 16px;
	overflow: hidden;
	border: 4px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.ks-about__photo-secondary-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about .about-left .section-title .sub-title.ks-about__sub-title {
	padding: 12px 24px;
}

.ks-about__sub-title--has-icon,
.about .section-title .sub-title.ks-about__sub-title--has-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	vertical-align: middle;
	line-height: 1.3;
	min-height: 44px;
	box-sizing: border-box;
}

.ks-about__sub-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
	align-self: center;
	margin-top: 0;
	margin-bottom: 0;
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
	overflow: hidden;
}

.ks-about__sub-title-icon i,
.ks-about__sub-title-icon svg {
	display: block;
	line-height: 1;
	vertical-align: middle;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

.ks-about__sub-title-icon svg path,
.ks-about__sub-title-icon svg circle,
.ks-about__sub-title-icon svg rect,
.ks-about__sub-title-icon svg polygon {
	fill: currentColor;
}

.ks-about__sub-title-icon svg.e-font-icon-svg {
	position: relative;
	top: 0;
}

.ks-about__sub-title-text {
	display: inline-block;
	line-height: 1.2;
	align-self: center;
}

.ks-about__btn-wrap {
	margin-top: 10px;
}

.ks-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 2rem;
	margin-top: 0.5rem;
	text-transform: uppercase;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.875rem;
	background-color: #fff;
	color: var(--color-primary, #21596d);
	transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.ks-about__btn svg {
	flex-shrink: 0;
}

.ks-about__btn:hover {
	transform: translateY(-3px);
	background-color: var(--color-yellow, #ffd470);
	color: var(--color-primary, #21596d);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 991px) {
	.ks-about--photo .about-content_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.ks-about__photo-wrap {
		padding: 30px 0 10px;
		margin-top: 20px;
	}

	.ks-about__photo {
		min-height: 280px;
		max-height: 400px;
	}

	.ks-about__photo-secondary {
		width: 110px;
		height: 110px;
		bottom: 16px;
		left: 16px;
	}
}

@media (max-width: 767px) {
	.ks-about__photo-accent {
		display: none;
	}

	.ks-about__photo-frame {
		max-width: 100%;
	}
}
