/* ==========================================================================
   VOC ABOUT WIDGETS CSS
   Confy Adult Elementor — Hakkımızda Bölümleri Stilleri
   ========================================================================== */

/* ── Font Faces ── */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Global Variables ── */
body {
	overflow-x: hidden;
}

.voc-about-wrapper {
	--voc-font-sans: 'Outfit', system-ui, -apple-system, sans-serif;
	--voc-font-serif: 'Playfair Display', Georgia, serif;
	--voc-text-navy: #0d2b52;
	--voc-text-gray: #4a5568;
	--voc-text-light: #64748b;
	--voc-color-green: #8db580;
	--voc-color-blue: #1a4278;
}

.voc-about-wrapper,
.voc-about-wrapper * {
	box-sizing: border-box;
	font-family: var(--voc-font-sans);
}

/* ──────────────────────────────────────────────────────────────────────────
   1. ABOUT HERO WIDGET
   ────────────────────────────────────────────────────────────────────────── */
.voc-about-hero {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 80px;
	padding-left: 5%;
	min-height: 500px;
}

.voc-about-hero__content {
	flex: 1;
	max-width: 50%;
}

.voc-about-hero__title {
	font-family: var(--voc-font-serif);
	font-size: 3.5rem;
	color: var(--voc-text-navy);
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.1;
}

.voc-about-hero__leaf-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.voc-about-hero__leaf-divider i {
	color: var(--voc-color-green);
	font-size: 1.5rem;
}

.voc-about-hero__leaf-divider::before,
.voc-about-hero__leaf-divider::after {
	content: "";
	height: 1px;
	width: 40px;
	background-color: var(--voc-color-green);
	opacity: 0.5;
}

.voc-about-hero__text {
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--voc-text-gray);
	margin-bottom: 20px;
}

.voc-about-hero__text strong {
	color: var(--voc-text-navy);
	font-weight: 600;
}

.voc-about-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: var(--voc-text-navy);
	color: #fff;
	padding: 12px 28px;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 20px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.voc-about-btn:hover {
	background-color: var(--voc-color-blue);
	transform: translateY(-2px);
	color: #fff;
}

.voc-about-hero__image-wrapper {
	position: absolute;
	top: -320px;
	right: -80px;
	width: 55%;
	max-width: 800px;
}

.voc-about-hero__image {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	object-position: top center;
	/* managed inline but fallback */
	border-radius: 50% !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.voc-about-leaf-decor-1 {
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 180px;
	z-index: 3;
}


/* ──────────────────────────────────────────────────────────────────────────
   2. ABOUT STATS WIDGET
   ────────────────────────────────────────────────────────────────────────── */
.voc-about-stats {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 25px;
	margin-bottom: 100px;
	padding: 0 5%;
	width: 100%;
}

.voc-stat-card {
	background: #fff;
	padding: 40px 20px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

.voc-stat-card:hover {
	transform: translateY(-5px);
}

.voc-stat-card__icon {
	width: 70px;
	height: 70px;
	background: #f0f7ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: var(--voc-text-navy);
	font-size: 2rem;
}

.voc-stat-card__title {
	color: var(--voc-text-navy);
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
}

.voc-stat-card__desc {
	color: var(--voc-text-light);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}


/* ──────────────────────────────────────────────────────────────────────────
   3. ABOUT QUALITY WIDGET
   ────────────────────────────────────────────────────────────────────────── */
.voc-about-quality {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 100px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 50px 0;
}

.voc-about-quality__header {
	flex: 1;
}

.voc-quality-tag {
	color: var(--voc-color-green);
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
}

.voc-quality-title {
	font-family: var(--voc-font-serif);
	font-size: 2.8rem;
	color: var(--voc-text-navy);
	line-height: 1.2;
	margin-bottom: 25px;
	margin-top: 0;
	position: relative;
	padding-bottom: 20px;
}

.voc-quality-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #e2e8f0;
}

.voc-quality-desc {
	color: var(--voc-text-light);
	line-height: 1.7;
	font-size: 1.05rem;
	margin: 0;
}

.voc-about-quality__features {
	flex: 1.5;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	position: relative;
}

.voc-about-quality__features::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #cbd5e1;
	transform: translateX(-50%);
}

.voc-about-quality__features::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #cbd5e1;
	transform: translateY(-50%);
}

.voc-q-feature {
	display: flex;
	gap: 15px;
	padding: 10px;
}

.voc-q-feature__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--voc-text-navy);
	font-size: 1.5rem;
}

.voc-q-feature__title {
	color: var(--voc-text-navy);
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 8px;
	margin-top: 0;
}

.voc-q-feature__desc {
	color: var(--voc-text-light);
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

.voc-about-quality__image {
	flex: 1;
}

.voc-about-quality__image img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	display: block;
}


/* ──────────────────────────────────────────────────────────────────────────
   4. ABOUT BANNER WIDGET
   ────────────────────────────────────────────────────────────────────────── */
.voc-about-banner {
	background: linear-gradient(135deg, #e6f3fb 0%, #edf7f0 100%);
	border-radius: 20px;
	padding: 0;
	margin: 0 5%;
	display: grid;
	grid-template-columns: 2fr 8fr 2fr;
	align-items: center;
	justify-items: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(141, 181, 128, 0.1);
}

.voc-about-banner__content {
	text-align: center;
	z-index: 2;
	padding: 40px 0;
}

.voc-about-banner__title {
	font-family: var(--voc-font-serif);
	font-size: 2.2rem;
	color: var(--voc-text-navy);
	margin-bottom: 10px;
	margin-top: 0;
}

.voc-about-banner__leaf-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.voc-about-banner__leaf-divider i {
	color: var(--voc-color-green);
}

.voc-about-banner__leaf-divider::before,
.voc-about-banner__leaf-divider::after {
	content: "";
	height: 1px;
	width: 30px;
	background-color: var(--voc-color-green);
	opacity: 0.5;
}

.voc-about-banner__desc {
	color: var(--voc-text-gray);
	font-size: 1.1rem;
	margin-bottom: 25px;
	margin-top: 0;
}

.voc-about-banner__icon {
	width: 200px;
	z-index: 2;
}

.voc-about-leaf-decor-2 {
	width: 200px;
	z-index: 1;
	opacity: 0.8;
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 992px) {
	.voc-about-hero {
		flex-direction: column;
		padding-top: 350px;
		/* Adjust based on absolute image */
	}

	.voc-about-hero__content {
		max-width: 100%;
	}

	.voc-about-hero__image-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 300px;
	}

	.voc-about-stats {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.voc-about-quality {
		flex-direction: column;
	}

	.voc-about-banner {
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: 30px;
		padding: 30px;
	}

	.voc-about-leaf-decor-2 {
		display: none;
	}

	.voc-about-banner__icon {
		width: 120px;
	}
}

@media (max-width: 576px) {
	.voc-about-stats {
		grid-template-columns: 1fr !important;
	}

	.voc-about-quality__features {
		grid-template-columns: 1fr;
	}

	.voc-about-quality__features::before,
	.voc-about-quality__features::after {
		display: none;
	}
}

/* ──────────────────────────────────────────────────────────────────────────
   RTL SUPPORT
   ────────────────────────────────────────────────────────────────────────── */
[dir="rtl"] .voc-about-hero,
.rtl .voc-about-hero {
	padding-left: 0;
	padding-right: 5%;
}

[dir="rtl"] .voc-about-hero__image-wrapper,
.rtl .voc-about-hero__image-wrapper {
	right: auto;
	left: -80px;
}

[dir="rtl"] .voc-about-leaf-decor-1,
.rtl .voc-about-leaf-decor-1 {
	left: auto;
	right: -10px;
	transform: scaleX(-1);
}

[dir="rtl"] .voc-about-btn i,
.rtl .voc-about-btn i {
	transform: rotate(180deg);
}

@media (max-width: 992px) {
	[dir="rtl"] .voc-about-hero__image-wrapper,
	.rtl .voc-about-hero__image-wrapper {
		left: 0;
		right: 0;
	}
}