/* Online Almanca — custom widgets & header */

:root {
	--oa-navy: #001a4d;
	--oa-navy-2: #0a2540;
	--oa-orange: #f5a623;
	--oa-yellow: #ffc107;
	--oa-text: #1a1a2e;
	--oa-muted: #4a5568;
	--oa-border: #e5e7eb;
	--oa-white: #ffffff;
}

/* ========== HEADER: klasik tema — her zaman beyaz + normal akış ========== */
.site-header,
.site-header.affix,
.site-header.affix-top,
.site-header.bg-custom-sticky.affix,
.site-header .thim-nav-wrapper,
.site-header.header_v2 .width-navigation,
.thim-ekit__header,
.thim-ekit__header .elementor-element,
.thim-ekit__header .e-con,
.thim-ekit__header .elementor-section,
.thim-ekits__sticky,
.thim-ekits__sticky.thim-ekits__sticky--is-sticky {
	background-color: var(--oa-white) !important;
}

/*
 * Sticky: tema position:fixed + content-pusher padding kullanır.
 * Varsayılan padding 0 (üst boşluk olmasın). Affix olunca JS padding basar.
 */
#wrapper-container .content-pusher,
#wrapper-container .content-pusher[style],
.content-pusher,
.top_site_main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.site-header.header_overlay,
#masthead.header_overlay {
	position: relative !important;
}

/* Sticky kapalı / affix-top: normal akış */
.site-header,
#masthead.site-header,
.site-header.sticky-header,
.site-header.sticky-header.affix-top,
#masthead.sticky-header.affix-top {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
	z-index: 999;
	margin-top: 0 !important;
	transform: none !important;
}

/* Sticky açık + scroll: gerçek yapışkan */
.site-header.sticky-header.affix,
#masthead.sticky-header.affix {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
	transform: none !important;
	margin-top: 0 !important;
}

body.admin-bar .site-header.sticky-header.affix,
body.admin-bar #masthead.sticky-header.affix {
	top: 32px !important;
}

@media (max-width: 782px) {
	body.admin-bar .site-header.sticky-header.affix,
	body.admin-bar #masthead.sticky-header.affix {
		top: 0 !important;
	}
}

/* menu-hidden kaymasını kapat */
#masthead.affix.menu-hidden {
	transform: none !important;
}

#main-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.header_overlay .top_site_main,
.site-header.header_overlay + #main-content .top_site_main,
.top_site_main {
	padding-top: 0 !important;
}

/* Elementor ilk section header altına kaçmasın */
#main-content > .elementor > .elementor-section:first-child,
#main-content > .elementor > .e-con:first-child,
#main-content .elementor-location-single > .elementor-section:first-child {
	margin-top: 0 !important;
}

.site-header {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	background-color: var(--oa-white) !important;
}

/* Header tools: search + auth + hamburger */
.oa-header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
	margin-left: 8px;
	align-self: center;
}

.oa-header-tools__auth {
	display: flex;
	align-items: center;
}

.oa-header-tools__auth .oa-header-auth-item,
.oa-header-tools__auth .oa-header-auth-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.site-header .oa-nav-row.tm-table {
	display: flex !important;
	align-items: center !important;
	width: 100%;
	min-width: 100%;
	table-layout: auto;
}

/* Site + header genişlik 1320px — menüye alan aç */
@media (min-width: 1200px) {
	body.size_wide .container,
	body.size_wide .site-header .container,
	body.size_wide .site-header .thim-nav-wrapper.container,
	body.size_wide .site-header .thim-nav-wrapper,
	body.size_wide #masthead .container,
	body.size_wide .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1320px !important;
		width: 100%;
	}
}

.site-header .oa-nav-row .width-logo {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

/* Logo: belirgin ama menüyü bozmadan */
.site-header .width-logo .thim-logo,
.site-header .width-logo .custom-logo-link,
.site-header .oa-nav-row .width-logo a {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.site-header .width-logo {
	flex: 0 0 auto;
	max-width: 320px;
	min-width: 200px;
	overflow: visible;
	padding-right: 14px;
}

.site-header .width-logo img,
.site-header .width-logo .thim-logo img,
.site-header .width-logo .custom-logo,
.site-header .oa-nav-row .width-logo img {
	display: block !important;
	height: 72px !important;
	max-height: 72px !important;
	width: auto !important;
	max-width: 300px !important;
	object-fit: contain !important;
	transform: none !important;
}

@media (max-width: 1199px) {
	.site-header .width-logo {
		min-width: 0;
		max-width: 200px;
	}
	.site-header .width-logo img,
	.site-header .width-logo .thim-logo img,
	.site-header .width-logo .custom-logo {
		height: 52px !important;
		max-height: 52px !important;
		max-width: 190px !important;
	}
}

@media (max-width: 1024px) {
	.site-header .width-logo {
		max-width: 170px;
	}
	.site-header .width-logo img,
	.site-header .width-logo .thim-logo img,
	.site-header .width-logo .custom-logo {
		height: 44px !important;
		max-height: 44px !important;
		max-width: 160px !important;
	}
}

.site-header .oa-nav-row .width-navigation {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

/* Menü tek satır — 2 satıra düşmesin */
@media (min-width: 1025px) {
	.site-header .oa-nav-row.tm-table {
		flex-wrap: nowrap !important;
		gap: 8px;
		min-height: 78px;
	}

	.site-header .navigation .width-navigation .navbar-nav {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		white-space: nowrap !important;
		margin: 0 !important;
	}

	.site-header .navigation .width-navigation .navbar-nav > li {
		float: none !important;
		white-space: nowrap !important;
	}

	.site-header .navigation .width-navigation .navbar-nav > li > a,
	.site-header .navigation .width-navigation .navbar-nav > li > span {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px !important;
		white-space: nowrap !important;
	}

	.site-header .oa-header-tools {
		margin-left: 4px;
		gap: 6px;
		flex-shrink: 0;
	}
}

@media (min-width: 1025px) {
	.oa-header-tools .oa-hamburger,
	.oa-header-tools .menu-mobile-effect.oa-hamburger {
		display: none !important;
	}
}

/* Beyaz header üzerinde menü yazıları koyu olsun */
.site-header .navigation .width-navigation .navbar-nav > li > a,
.site-header .navigation .width-navigation .navbar-nav > li > span,
.site-header .menu-mobile-effect .icon-bar {
	color: var(--oa-navy) !important;
}

.site-header .menu-mobile-effect .icon-bar {
	background-color: var(--oa-navy) !important;
}

/* Active menü — tek primary alt çizgi (tema #magic-line kapatılır) */
#magic-line {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}

.site-header .navigation .width-navigation .navbar-nav > li.current-menu-item > a,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-parent > a,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-ancestor > a,
.site-header .navigation .width-navigation .navbar-nav > li.current_page_item > a {
	color: var(--thim-body-primary-color, var(--oa-orange)) !important;
	position: relative;
}

.site-header .navigation .width-navigation .navbar-nav > li.current-menu-item > a::after,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-parent > a::after,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-ancestor > a::after,
.site-header .navigation .width-navigation .navbar-nav > li.current_page_item > a::after {
	content: '' !important;
	display: block !important;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 10px;
	height: 2px;
	background: var(--thim-body-primary-color, var(--oa-orange)) !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.site-header .navigation .width-navigation .navbar-nav > li.current-menu-item > a::before,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-parent > a::before,
.site-header .navigation .width-navigation .navbar-nav > li.current-menu-ancestor > a::before,
.site-header .navigation .width-navigation .navbar-nav > li.current_page_item > a::before {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
}

.oa-header-auth-item,
.oa-header-auth-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.oa-header-auth-wrap {
	margin-left: 12px;
}

.site-header .oa-header-auth {
	padding-left: 8px;
}

/* ========== Header Auth ========== */
.oa-header-auth {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	font-family: inherit;
	position: relative;
	z-index: 10060;
}

.oa-header-auth__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	background: var(--oa-navy);
	color: var(--oa-white) !important;
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.15s ease;
	white-space: nowrap;
}

.oa-header-auth__login:hover {
	background: #002966;
	color: var(--oa-white) !important;
}

.oa-header-auth__user {
	position: relative;
	display: flex;
	align-items: center;
	user-select: none;
	padding: 4px 6px;
	border-radius: 8px;
}

.oa-header-auth__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	cursor: pointer;
}

.oa-header-auth__user:hover,
.oa-header-auth__user.is-open {
	background: #f5f7fb;
}

.oa-header-auth__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #e8eef7;
}

.oa-header-auth__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.oa-header-auth__meta {
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: 72px;
	text-align: left;
}

.oa-header-auth__name {
	font-size: 13px;
	font-weight: 700;
	color: var(--oa-navy);
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 72px;
}

.oa-header-auth__welcome {
	font-size: 11px;
	color: var(--oa-muted);
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 72px;
}

.oa-header-auth__arrow {
	width: 18px;
	height: 18px;
	color: var(--oa-navy);
	transition: transform 0.2s ease;
	flex-shrink: 0;
}

.oa-header-auth__user.is-open .oa-header-auth__arrow {
	transform: rotate(180deg);
}

.oa-header-auth__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 220px;
	background: var(--oa-white);
	border: 1px solid var(--oa-border);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 26, 77, 0.12);
	padding: 8px;
	z-index: 10070;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.oa-header-auth__user.is-open .oa-header-auth__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.oa-header-auth__dropdown a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	color: var(--oa-navy) !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px;
}

.oa-header-auth__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #f0f4fa;
	color: var(--oa-navy);
}

.oa-header-auth__icon svg {
	display: block;
}

.oa-header-auth__dropdown a:hover .oa-header-auth__icon {
	background: rgba(245, 166, 35, 0.2);
	color: var(--oa-navy);
}

.oa-header-auth__dropdown a.is-logout .oa-header-auth__icon {
	background: #fdecea;
	color: #c0392b;
}

.oa-header-auth__dropdown a:hover {
	background: #f0f4fa;
}

.oa-header-auth__dropdown a.is-logout {
	color: #c0392b !important;
	border-top: 1px solid var(--oa-border);
	margin-top: 4px;
	border-radius: 0 0 6px 6px;
}

/* ========== Hero Banner (tam arka plan, içerik site genişliği) ========== */
.oa-hero {
	position: relative;
	overflow: hidden;
	background-color: #f7f8fa;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: var(--oa-hero-bg-x, 80%) var(--oa-hero-bg-y, 50%);
	min-height: 560px;
	display: flex;
	align-items: stretch;
	width: 100%;
	--oa-hero-bg-x: 80%;
	--oa-hero-bg-y: 50%;
	--oa-hero-panel-a: 0;
}

/* Hero arka planı scroll'da yeniden boyanıp flash yapmasın */
.oa-hero,
.oa-hero--bg {
	background-attachment: scroll;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.oa-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 1170px; /* tema .container ile aynı */
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 100%;
	flex: 1 1 auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

@media (min-width: 1320px) {
	body.size_wide .oa-hero__inner {
		max-width: 1320px;
	}
}

.oa-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-self: center;
	height: auto;
	max-height: none;
	padding: 48px 24px 48px 0;
	background: transparent;
	z-index: 2;
	max-width: 460px;
	width: 100%;
}

.oa-hero__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 2.8vw, 40px);
	line-height: 1.15;
	font-weight: 800;
	color: var(--oa-navy);
}

.oa-hero__desc {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--oa-navy-2);
	max-width: 420px;
}

.oa-hero__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-hero__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 700;
	color: var(--oa-navy);
}

.oa-hero__check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--oa-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 1;
}

.oa-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	padding: 14px 28px;
	background: var(--oa-navy);
	color: #fff !important;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 6px;
	transition: background 0.2s ease;
}

.oa-hero__cta:hover {
	background: #002966;
	color: #fff !important;
}

/* Sağ alan: balon + play + yazı + ok (2. görsel gibi dikey stack) */
.oa-hero__media {
	position: relative;
	align-self: stretch;
	min-height: 320px;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 12px;
}

/* Video / balon yok: tek kolon, içerik üstten */
.oa-hero--no-media .oa-hero__inner {
	grid-template-columns: minmax(0, 1fr);
}

.oa-hero--no-media .oa-hero__content {
	max-width: 560px;
	justify-content: flex-start;
	padding-top: 40px;
	padding-bottom: 40px;
}

.oa-hero--no-media {
	align-items: stretch;
}

.oa-hero__promo {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	cursor: pointer;
	max-width: 260px;
	user-select: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.oa-hero__promo:focus {
	outline: none;
}

.oa-hero__bubble {
	position: relative;
	top: auto;
	left: auto;
	background: #fff;
	color: var(--oa-navy);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	padding: 12px 18px;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	z-index: 3;
	max-width: 230px;
	text-align: center;
}

.oa-hero__bubble::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	border-radius: 2px;
}

/* İnce beyaz halka — dolgu yok (2. görsel) */
.oa-hero__play {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2.5px solid #fff;
	background: transparent !important;
	backdrop-filter: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, border-color 0.2s ease;
	box-shadow: none;
	flex-shrink: 0;
}

.oa-hero__promo:hover .oa-hero__play {
	transform: scale(1.06);
	background: transparent !important;
}

.oa-hero__play svg {
	width: 26px;
	height: 26px;
	margin-left: 3px;
	fill: #fff;
}

.oa-hero__play-label {
	font-family: "Caveat", cursive;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	line-height: 1.15;
	position: relative;
	background: transparent !important;
	max-width: 220px;
}

.oa-hero__play-label::before {
	content: none;
}

.oa-hero__arrow {
	display: none !important;
}

/* Eski class uyumluluğu */
.oa-hero__play-wrap {
	display: contents;
}

/* YouTube modal */
.oa-yt-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.oa-yt-modal.is-open {
	display: flex;
}

.oa-yt-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 10, 30, 0.82);
}

.oa-yt-modal__dialog {
	position: relative;
	width: min(960px, 100%);
	aspect-ratio: 16 / 9;
	height: auto;
	max-height: calc(100vh - 80px);
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.oa-yt-modal__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.oa-yt-modal__dialog iframe,
.oa-yt-modal__frame iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	border: 0;
	display: block;
}

.oa-yt-modal__close {
	position: absolute;
	top: -44px;
	right: 0;
	width: 36px;
	height: 36px;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--oa-navy) !important;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	padding: 0 !important;
	box-shadow: none !important;
}

/* ========== Stats Bar ========== */
.oa-stats {
	--oa-stats-navy: var(--oa-navy, #001a4d);
	background: #fff;
	padding: 28px 20px;
	border-radius: 20px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
	position: relative;
	z-index: 3;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	width: calc(100% - 30px);
	box-sizing: border-box;
}

.oa-stats__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 100%;
	margin: 0 auto;
}

.oa-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 12px 18px;
	position: relative;
	color: var(--oa-stats-navy);
}

.oa-stats__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 16%;
	bottom: 16%;
	width: 1px;
	background: #e5e7eb;
}

.oa-stats__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--oa-stats-navy);
	margin-bottom: 4px;
}

.oa-stats__icon svg,
.oa-stats__icon img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.oa-stats__icon i {
	font-size: 30px;
	line-height: 1;
}

.oa-stats__value {
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.1;
	color: var(--oa-stats-navy);
	letter-spacing: -0.02em;
}

.oa-stats__label {
	font-size: 15px;
	font-weight: 500;
	color: var(--oa-stats-navy);
	line-height: 1.3;
}

.oa-stats__sub {
	font-size: 14px;
	font-weight: 700;
	color: var(--oa-stats-navy);
	line-height: 1.3;
	margin-top: 2px;
}

/* ========== Misyon & Vizyon ========== */
.oa-mv {
	--oa-mv-navy: var(--oa-navy, #001a4d);
	--oa-mv-orange: var(--oa-orange, #f5a623);
	padding: 48px 0;
	width: 100%;
	box-sizing: border-box;
}

.oa-mv__inner {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 40px 56px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}

.oa-mv__image {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #e8eef5;
	aspect-ratio: 4 / 3;
}

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

.oa-mv__image--placeholder {
	min-height: 320px;
	background: linear-gradient(135deg, #dbe4f0 0%, #b8c7dc 100%);
}

.oa-mv__eyebrow {
	margin: 0 0 12px;
	color: var(--oa-mv-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.oa-mv__title {
	margin: 0 0 28px;
	color: var(--oa-mv-navy);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.oa-mv__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 28px;
}

.oa-mv__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.oa-mv__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
}

.oa-mv__card--mission .oa-mv__icon {
	background: var(--oa-mv-orange);
}

.oa-mv__card--vision .oa-mv__icon {
	background: #5b9bd5;
}

.oa-mv__icon i,
.oa-mv__icon svg {
	width: 22px;
	height: 22px;
	font-size: 20px;
	line-height: 1;
}

.oa-mv__icon svg {
	fill: currentColor;
}

.oa-mv__card-title {
	margin: 0 0 8px;
	color: var(--oa-mv-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.oa-mv__card-text {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.oa-mv__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.oa-mv__image {
		aspect-ratio: 16 / 10;
		max-height: 360px;
	}
}

@media (max-width: 767px) {
	.oa-mv {
		padding: 36px 0;
	}

	.oa-mv__cards {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

/* ========== Hikâyemiz (Misyon & Vizyon yerleşimi) ========== */
.oa-story {
	--oa-story-navy: var(--oa-navy, #001a4d);
	--oa-story-orange: var(--oa-orange, #f5a623);
	padding: 48px 0;
	width: 100%;
	box-sizing: border-box;
}

.oa-story__inner {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 40px 56px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}

.oa-story__image {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #e8eef5;
	aspect-ratio: 4 / 3;
}

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

.oa-story__image--placeholder {
	min-height: 320px;
	background: linear-gradient(135deg, #dbe4f0 0%, #b8c7dc 100%);
}

.oa-story__eyebrow {
	margin: 0 0 12px;
	color: var(--oa-story-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.oa-story__title {
	margin: 0 0 22px;
	color: var(--oa-story-navy);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.oa-story__text,
.oa-story__text p {
	margin: 0 0 16px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
}

.oa-story__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.oa-story__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.oa-story__image {
		aspect-ratio: 16 / 10;
		max-height: 360px;
	}
}

@media (max-width: 767px) {
	.oa-story {
		padding: 36px 0;
	}
}

/* ========== Diploma Denkliği CTA ========== */
body.size_wide .elementor-widget-thim-ekits-oa-diploma-cta > .elementor-widget-container {
	max-width: 1320px;
}

.elementor-widget-thim-ekits-oa-diploma-cta > .elementor-widget-container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.oa-eq {
	--oa-eq-accent: #f5a623;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	margin: 8px auto 24px;
	padding: 0;
	border-radius: 28px;
	background: #001a4d;
	box-sizing: border-box;
	box-shadow: 0 24px 50px rgba(0, 26, 77, 0.28);
}

.oa-eq::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	background: var(--oa-eq-accent);
	z-index: 2;
}

.oa-eq__glow {
	position: absolute;
	right: -80px;
	top: -90px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 166, 35, 0.28) 0%, rgba(245, 166, 35, 0) 68%);
	pointer-events: none;
	z-index: 0;
}

.oa-eq__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
	gap: 28px 40px;
	align-items: center;
	padding: 40px 44px 40px 48px;
	box-sizing: border-box;
}

.oa-eq__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(245, 166, 35, 0.16);
	color: var(--oa-eq-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.oa-eq__title {
	margin: 0 0 16px !important;
	color: #fff !important;
	font-size: clamp(26px, 3vw, 38px) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
}

.oa-eq__text,
.oa-eq__text p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.7;
}

.oa-eq__text p:last-child {
	margin-bottom: 0;
}

.oa-eq__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	min-height: 54px;
	padding: 14px 24px;
	border-radius: 12px;
	background: var(--oa-eq-accent);
	color: #001a4d !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	transition: transform 0.18s ease, background 0.18s ease;
}

.oa-eq__btn:hover {
	background: #ffb84d;
	color: #001a4d !important;
	transform: translateY(-2px);
}

.oa-eq__arrow {
	font-size: 18px;
	line-height: 1;
}

.oa-eq__checks {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.oa-eq__checks li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.oa-eq__check {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(245, 166, 35, 0.2);
	color: var(--oa-eq-accent, #f5a623);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	margin-top: 1px;
}

.oa-eq__note {
	margin: 14px 0 0 !important;
	padding: 10px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(245, 166, 35, 0.35);
	color: #ffe8b0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

.oa-eq__aside {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oa-eq__seal {
	position: relative;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px 16px;
	box-sizing: border-box;
	background: radial-gradient(circle at 35% 30%, #ffd37a 0%, #f5a623 55%, #d4890c 100%);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 0 0 8px rgba(255, 255, 255, 0.22);
	color: #001a4d;
	text-align: center;
	transform: rotate(-8deg);
}

.oa-eq__seal-ring {
	position: absolute;
	inset: 10px;
	border-radius: 50%;
	border: 2px dashed rgba(0, 26, 77, 0.28);
	pointer-events: none;
}

.oa-eq__seal-text {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	padding: 0 4px;
	font-size: var(--oa-eq-seal-size, 13px);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-transform: uppercase;
	word-break: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.oa-eq__seal--solo .oa-eq__seal-text {
	font-size: var(--oa-eq-seal-size, 14px);
}

.oa-eq__seal-sub {
	position: relative;
	z-index: 1;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.85;
}

@media (max-width: 991px) {
	.oa-eq__inner {
		grid-template-columns: 1fr;
		padding: 32px 24px 28px 28px;
		text-align: left;
	}

	.oa-eq__aside {
		order: -1;
	}

	.oa-eq__seal {
		width: 132px;
		height: 132px;
		padding: 18px 12px;
		transform: rotate(-6deg);
	}

	.oa-eq__seal-text {
		font-size: var(--oa-eq-seal-size, 11px);
	}
}

@media (max-width: 640px) {
	.oa-eq {
		border-radius: 22px;
		width: 100%;
	}

	.oa-eq__btn {
		width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}
}

	.oa-stats {
		padding: 22px 12px;
		border-radius: 16px;
	}
}

/* ========== Course Cards ========== */
.oa-courses {
	padding: 24px 15px;
	max-width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
}

.oa-courses__header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 36px;
}

.oa-courses__title {
	margin: 0 0 12px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 800;
	color: var(--oa-navy);
	line-height: 1.2;
}

.oa-courses__desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--oa-navy-2);
	opacity: 0.9;
}

@media (min-width: 1320px) {
	body.size_wide .oa-courses {
		max-width: 1320px;
	}
}

.oa-courses__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

.oa-course-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	min-height: 420px;
	display: flex;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 26, 77, 0.12);
}

.oa-course-card__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

/* Diagonal alan — tam navy, soft/fade yok */
.oa-course-card__overlay {
	position: absolute;
	inset: 0;
	background: #001a4d;
	opacity: 1;
	clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%);
}

.oa-course-card__body {
	position: relative;
	z-index: 2;
	padding: 28px 24px;
	width: 58%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.oa-course-card__title {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
}

.oa-course-card__desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.oa-course-card__list {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.oa-course-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	line-height: 1.35;
	color: #fff;
}

.oa-course-card__list .oa-hero__check {
	width: 18px;
	height: 18px;
	background: var(--oa-yellow);
	font-size: 10px;
	margin-top: 1px;
}

.oa-course-card__price {
	margin-top: auto;
	padding-top: 16px;
	font-size: 28px;
	font-weight: 800;
	color: #fff;
}

.oa-course-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 12px 16px;
	background: #fff;
	color: var(--oa-navy) !important;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 6px;
	align-self: flex-start;
	transition: transform 0.15s ease;
}

.oa-course-card__btn:hover {
	transform: translateY(-1px);
	color: var(--oa-navy) !important;
}

/* ========== Package Banner ========== */
.oa-package {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	box-sizing: border-box;
	background: var(--oa-navy);
	border-radius: 16px;
	overflow: hidden;
	padding: 28px;
}

.oa-package__inner {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 28px;
	align-items: center;
}

.oa-package__visual {
	position: relative;
	min-height: 260px;
	border-radius: 16px;
	overflow: hidden;
}

.oa-package__image,
.oa-package__visual img,
.oa-package img.oa-package__image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px !important;
	overflow: hidden;
}

.oa-package__badge {
	position: absolute;
	background: var(--oa-yellow);
	color: #111;
	font-weight: 800;
	font-size: 11px;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 12px;
	max-width: 140px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.oa-package__badge--top {
	top: 8px;
	left: 8px;
	clip-path: polygon(8% 0, 92% 0, 100% 18%, 92% 100%, 8% 100%, 0 18%);
	border-radius: 4px;
}

.oa-package__badge--bottom {
	bottom: 12px;
	left: 18%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
}

.oa-package__content {
	color: #fff;
}

.oa-package__title {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
}

.oa-package__subtitle {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.oa-package__list {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.oa-package__list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.oa-package__list .oa-hero__check {
	background: var(--oa-yellow);
	color: #111;
}

.oa-package__footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.oa-package__prices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1;
}

.oa-package__old {
	font-size: 16px;
	color: #ff4d4d;
	text-decoration: line-through;
	font-weight: 700;
	order: -1;
}

.oa-package__new {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}

.oa-package__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	background: var(--oa-yellow);
	color: #111 !important;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 6px;
	transition: filter 0.15s ease;
}

.oa-package__btn:hover {
	filter: brightness(1.05);
	color: #111 !important;
}

/* ========== Features Grid ========== */
.oa-features {
	padding: 40px 0;
	text-align: center;
}

.oa-features__heading {
	margin: 0 0 32px;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 800;
	color: var(--oa-navy);
}

.oa-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.oa-feature {
	background: #fff;
	border: 1px solid #eef0f4;
	border-radius: 12px;
	padding: 28px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	box-shadow: 0 4px 16px rgba(0, 26, 77, 0.04);
}

.oa-feature__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--oa-navy);
}

.oa-feature__icon svg,
.oa-feature__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.oa-feature__icon i {
	font-size: 36px;
}

.oa-feature__title {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	color: var(--oa-navy);
}

.oa-feature__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--oa-navy);
	opacity: 0.85;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
	.oa-hero__inner {
		grid-template-columns: 1fr;
		justify-items: stretch;
		align-items: center;
		align-content: center;
		min-height: 100%;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.oa-hero__media {
		min-height: 0 !important;
		height: auto !important;
		order: -1;
		width: 100%;
		padding: 10px 8px !important;
		align-self: start !important;
	}

	/* Video yoksa: içerik üstten başlar, boş media alanı itmesin */
	.oa-hero--no-video .oa-hero__media {
		order: 0;
		min-height: 0 !important;
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.oa-hero--no-media {
		align-items: stretch;
	}

	.oa-hero--no-media .oa-hero__inner {
		min-height: 0;
		align-items: stretch;
		align-content: start;
		padding-top: 16px;
		padding-bottom: 20px;
	}

	.oa-hero--no-media .oa-hero__content {
		justify-content: flex-start;
		margin-bottom: 0 !important;
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	.oa-hero__content {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 14px 14px !important;
		background: rgba(255, 255, 255, calc(var(--oa-hero-panel-a, 0.82))) !important;
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		border: 1px solid rgba(255, 255, 255, 0.55);
		border-radius: 16px;
		box-sizing: border-box;
		justify-self: stretch;
		align-self: stretch !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-shadow: 0 8px 28px rgba(0, 26, 77, 0.12);
	}

	.oa-courses__grid,
	.oa-features__grid {
		grid-template-columns: 1fr 1fr;
	}

	.oa-package__inner {
		grid-template-columns: 1fr;
	}

	/* Mobil menü hücresindeki çizgi */
	.site-header .width-navigation.table-cell,
	.site-header .width-navigation.table-cell.table-right,
	.site-header .navigation .width-navigation {
		border: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
	}

	.site-header .width-navigation.table-cell.table-right::before,
	.site-header .width-navigation.table-cell.table-right::after,
	.site-header .navigation .width-navigation::before,
	.site-header .navigation .width-navigation::after {
		display: none !important;
		content: none !important;
	}

	/* Search + hamburger aynı hizada — araç çubuğu */
	.site-header .navigation .tm-table,
	.site-header .navigation .oa-nav-row {
		display: flex !important;
		align-items: center !important;
		width: 100%;
		table-layout: auto;
		gap: 8px;
	}

	.site-header .navigation .width-logo {
		display: flex !important;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
	}

	.site-header .navigation .width-navigation {
		display: none !important;
	}

	/* Search + hamburger: aynı kutu, navy, beyaz ikon */
	.oa-header-tools {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 8px !important;
		flex: 0 0 auto;
		margin-left: auto !important;
		margin-right: 14px !important;
		padding-right: 2px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		align-self: center !important;
	}

	.site-header .thim-nav-wrapper.container,
	.site-header .thim-nav-wrapper {
		padding-right: 12px !important;
		box-sizing: border-box;
	}

	.oa-header-tools__list {
		display: none !important;
	}

	.oa-header-tools .oa-header-tools__auth,
	.oa-header-tools .oa-header-auth-item {
		display: none !important;
	}

	.site-header .oa-header-tools .oa-search-toggle,
	.site-header .oa-header-tools button.oa-search-toggle,
	.oa-header-tools .oa-search-toggle,
	.site-header .oa-header-tools .oa-hamburger,
	.site-header .oa-header-tools .menu-mobile-effect.navbar-toggle.oa-hamburger,
	.oa-header-tools .oa-hamburger {
		box-sizing: border-box !important;
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		max-width: 40px !important;
		max-height: 40px !important;
		margin: 0 !important;
		padding: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		align-self: center !important;
		position: relative !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		float: none !important;
		transform: none !important;
		line-height: 0 !important;
		vertical-align: middle !important;
		border: 0 !important;
		border-radius: 10px !important;
		background: var(--oa-navy) !important;
		background-color: var(--oa-navy) !important;
		color: #fff !important;
		box-shadow: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		flex-shrink: 0 !important;
		cursor: pointer;
	}

	.oa-header-tools .oa-search-toggle svg,
	.site-header .oa-header-tools .oa-search-toggle svg {
		display: block !important;
		width: 18px !important;
		height: 18px !important;
		stroke: #fff !important;
		color: #fff !important;
		margin: 0 !important;
	}

	.oa-header-tools .oa-hamburger .icon-bar,
	.site-header .oa-header-tools .menu-mobile-effect.navbar-toggle .icon-bar {
		position: absolute !important;
		left: 50% !important;
		width: 18px !important;
		height: 2px !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 2px !important;
		background: #fff !important;
		background-color: #fff !important;
		display: block !important;
		transform: translateX(-50%) !important;
		float: none !important;
	}

	.oa-header-tools .oa-hamburger .icon-bar:nth-child(1),
	.site-header .oa-header-tools .oa-hamburger .icon-bar:nth-child(1) {
		top: 12px !important;
	}

	.oa-header-tools .oa-hamburger .icon-bar:nth-child(2),
	.site-header .oa-header-tools .oa-hamburger .icon-bar:nth-child(2) {
		top: 19px !important;
	}

	.oa-header-tools .oa-hamburger .icon-bar:nth-child(3),
	.site-header .oa-header-tools .oa-hamburger .icon-bar:nth-child(3) {
		top: 26px !important;
	}

	.oa-header-tools .oa-hamburger .icon-bar + .icon-bar {
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.oa-stats__row {
		grid-template-columns: 1fr 1fr;
		gap: 8px 0;
	}

	.oa-stats__item:nth-child(2)::after {
		display: none;
	}

	.oa-stats__item:nth-child(1),
	.oa-stats__item:nth-child(2) {
		border-bottom: 1px solid #e5e7eb;
		padding-bottom: 18px;
	}

	.oa-stats__item:nth-child(odd)::after {
		display: none;
	}

	.oa-courses__grid,
	.oa-features__grid {
		grid-template-columns: 1fr;
	}

	.oa-course-card__body {
		width: 70%;
	}

	.oa-course-card__overlay {
		background: #001a4d;
		clip-path: polygon(0 0, 72% 0, 52% 100%, 0 100%);
	}

	.oa-hero,
	.elementor-widget-thim-ekits-oa-hero-banner .oa-hero,
	.elementor-widget-thim-ekits-oa-hero-banner .elementor-widget-container .oa-hero {
		padding-top: 10px;
		padding-bottom: 12px;
		/* Elementor min-height !important’ini de ez — video üstü boşluk kalksın */
		min-height: 0 !important;
		height: auto !important;
		align-items: stretch;
		background-position: var(--oa-hero-bg-x, 65%) var(--oa-hero-bg-y, 35%);
	}

	.oa-hero--no-media {
		padding-bottom: 8px;
		min-height: 0 !important;
		align-items: stretch;
	}

	.oa-hero--no-media .oa-hero__inner {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.oa-hero--no-video .oa-hero__media {
		min-height: 0 !important;
		order: 0;
	}

	.oa-hero__media {
		min-height: 0 !important;
		height: auto !important;
		padding: 8px 4px 6px !important;
		align-items: center;
		justify-content: center;
	}

	.oa-hero__promo {
		gap: 8px !important;
		max-width: 220px;
	}

	.oa-hero__play {
		width: 56px !important;
		height: 56px !important;
	}

	.oa-hero__content {
		margin: 0 !important;
		padding: 12px 12px !important;
		border-radius: 14px;
		background: rgba(255, 255, 255, calc(var(--oa-hero-panel-a, 0.78))) !important;
		backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		align-self: stretch !important;
	}

	.oa-hero__title {
		font-size: clamp(1.25rem, 5.2vw, 1.55rem) !important;
		line-height: 1.25 !important;
		margin-bottom: 8px !important;
	}

	.oa-hero__desc {
		font-size: 13.5px !important;
		line-height: 1.45 !important;
		margin-bottom: 8px !important;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.oa-hero__list {
		gap: 6px !important;
		margin: 0 0 10px !important;
	}

	.oa-hero__list li {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	.oa-hero__cta {
		padding: 11px 16px !important;
		font-size: 14px !important;
	}

	.oa-hero--no-media .oa-hero__content {
		margin-bottom: 0 !important;
		align-self: stretch !important;
		background: rgba(247, 248, 250, 0.96) !important;
		backdrop-filter: none;
	}

	.oa-hero__inner {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 8px !important;
		padding-bottom: 10px !important;
		align-content: start !important;
		align-items: stretch !important;
		min-height: 0 !important;
		height: auto !important;
	}

	.oa-hero--no-media .oa-hero__inner {
		padding-top: 12px !important;
		align-content: start;
		align-items: stretch;
	}

	.oa-package {
		padding: 20px;
	}

	.oa-package__footer {
		justify-content: flex-start;
	}

	.oa-header-auth__name {
		max-width: 100px;
	}

	/* Mobil: üst boşluk — sticky spacer JS ile yönetilir */
	#main-content,
	.top_site_main {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.site-header.sticky-header.affix-top,
	.site-header:not(.affix) {
		top: auto !important;
		margin-top: 0 !important;
	}
}

/* ========== Header Search Toggle ========== */
.oa-header-search-item {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 6px;
}

.oa-search-toggle,
.site-header .oa-search-toggle,
.site-header button.oa-search-toggle,
.thim-course-search-overlay .oa-search-toggle.search-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--oa-navy) !important;
	cursor: pointer;
	box-shadow: none !important;
	line-height: 1;
	visibility: visible !important;
	opacity: 1 !important;
}

.oa-search-toggle:hover {
	background: #f0f4fa !important;
	color: var(--oa-navy) !important;
}

.oa-search-toggle svg {
	display: block;
	width: 20px;
	height: 20px;
}

/* Mobil tools: genel search stiline baskın gelsin */
@media (max-width: 1024px) {
	.site-header .oa-header-tools .oa-search-toggle:hover,
	.site-header .oa-header-tools .oa-hamburger:hover {
		background: #002866 !important;
		color: #fff !important;
		filter: brightness(1.08);
	}
}

.site-header .thim-course-search-overlay.oa-header-search {
	display: flex;
	align-items: center;
	position: relative;
}

/* ========== Fullscreen Mobile Menu ========== */
@media (max-width: 1024px) {
	.mobile-menu-wrapper.oa-mobile-menu {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		z-index: 100000;
		background: #fff;
		transform: translateX(100%);
		transition: transform 0.28s ease;
		overflow: hidden;
	}

	body.mobile-menu-open .mobile-menu-wrapper.oa-mobile-menu {
		transform: translateX(0);
	}

	.oa-mobile-menu .mobile-menu-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		height: 100dvh;
		padding: 0;
		background: #fff;
		overflow: hidden;
	}

	.oa-mm-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 12px 16px;
		border-bottom: 1px solid #e8ecf2;
		flex-shrink: 0;
		background: #fff;
		min-height: 88px;
	}

	.oa-mm-logo .thim-logo img,
	.oa-mm-logo img,
	.oa-mm-logo .custom-logo {
		max-height: 56px !important;
		height: 56px !important;
		width: auto !important;
		display: block;
		object-fit: contain;
	}

	.oa-mm-close,
	.oa-mobile-menu .menu-mobile-effect.close-icon.oa-mm-close {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		float: none !important;
		transform: none !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid #e8ecf2 !important;
		border-radius: 10px !important;
		background: #fff !important;
		color: var(--oa-navy) !important;
		box-shadow: none !important;
		flex-shrink: 0;
		line-height: 1 !important;
	}

	.oa-mm-close .icon-bar,
	.oa-mobile-menu .oa-mm-close .icon-bar {
		display: none !important;
	}

	.oa-mm-close__icon {
		display: block;
		width: 22px;
		height: 22px;
	}

	.oa-mm-back-wrap,
	.oa-mobile-menu .icon-wrapper,
	.oa-mobile-menu .icon-menu-back {
		display: none !important;
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
	}

	.oa-mobile-menu .mobile-menu-container {
		flex: 1;
		overflow-y: auto;
		padding: 0 0 24px;
		-webkit-overflow-scrolling: touch;
	}

	.oa-mm-nav {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}

	.oa-mm-nav > li {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #eef1f6;
		text-align: left;
		float: none;
	}

	.oa-mm-nav > li > a,
	.oa-mm-nav > li > span {
		display: block;
		padding: 16px 20px;
		color: var(--oa-navy) !important;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		text-transform: none;
	}

	.oa-mm-auth {
		padding: 16px 20px;
		border-top: 1px solid #e8ecf2;
		border-bottom: 1px solid #e8ecf2;
		margin-top: 8px;
	}

	.oa-mm-auth .oa-header-auth,
	.oa-mm-auth .oa-header-auth-item {
		width: 100%;
		justify-content: stretch;
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.oa-mm-auth .oa-header-auth__login {
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 14px 18px;
		border-radius: 10px;
	}

	.oa-mm-auth .oa-header-auth__user {
		width: 100%;
		padding: 8px 4px;
	}

	.oa-mm-auth .oa-header-auth__dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 1px solid #e8ecf2;
		margin-top: 10px;
		width: 100%;
	}

	.oa-mm-auth .oa-header-auth__user.is-open .oa-header-auth__dropdown,
	.oa-mm-auth .oa-header-auth__dropdown {
		display: none;
	}

	.oa-mm-auth .oa-header-auth__user.is-open .oa-header-auth__dropdown {
		display: block;
	}

	.oa-mm-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 16px 20px 28px;
		margin-top: auto;
		flex-shrink: 0;
		background: #fff;
		border-top: 1px solid #e8ecf2;
		position: sticky;
		bottom: 0;
	}

	.oa-mm-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 14px 12px;
		border-radius: 10px;
		font-weight: 700;
		font-size: 14px;
		text-decoration: none !important;
		line-height: 1.2;
	}

	.oa-mm-btn--wa {
		background: #25d366;
		color: #fff !important;
	}

	.oa-mm-btn--phone {
		background: var(--oa-navy);
		color: #fff !important;
	}

	/* Eski çizgi / width-navigation kalıntısı */
	.site-header .width-navigation {
		border: 0 !important;
	}

	/* Menü öğeleri mobil panelde; header'da tools kullanılır */
	.site-header .oa-header-tools .oa-header-tools__auth,
	.site-header .oa-header-tools .oa-header-auth-item {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.oa-header-search-item,
	.oa-search-toggle {
		display: inline-flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	.site-header .oa-header-tools .oa-header-tools__auth {
		display: none !important;
	}
}

/* ========== Site genişliği: tüm OA widgetler ========== */
.oa-features,
.oa-courses,
.oa-testimonials,
.oa-faq__inner,
.oa-mv__inner,
.oa-story__inner {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.oa-stats {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	box-sizing: border-box;
}

/* Paket: sağ/sol ~10px nefes */
.oa-package {
	width: calc(100% - 20px);
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media (min-width: 1320px) {
	body.size_wide .oa-stats,
	body.size_wide .oa-features,
	body.size_wide .oa-courses,
	body.size_wide .oa-testimonials,
	body.size_wide .oa-faq__inner,
	body.size_wide .oa-mv__inner,
	body.size_wide .oa-story__inner {
		max-width: 1320px;
	}
	body.size_wide .oa-package {
		max-width: 1300px;
	}
}

.elementor-widget-thim-ekits-oa-hero-banner,
.elementor-widget-thim-ekits-oa-mission-vision,
.elementor-widget-thim-ekits-oa-story,
.elementor-widget-thim-ekits-oa-diploma-cta,
.elementor-widget-thim-ekits-oa-course-cards,
.elementor-widget-thim-ekits-oa-package-banner,
.elementor-widget-thim-ekits-oa-features-grid,
.elementor-widget-thim-ekits-oa-testimonials,
.elementor-widget-thim-ekits-oa-faq {
	max-width: 100%;
	overflow: hidden;
}

.elementor-widget-thim-ekits-oa-course-picker {
	max-width: 100%;
	overflow: visible !important;
}

/* Stats bar: shadow kesilmesin */
.elementor-widget-thim-ekits-oa-stats-bar {
	max-width: 100%;
	overflow: visible !important;
	padding-bottom: 12px;
	padding-top: 4px;
}

.elementor-widget-thim-ekits-oa-stats-bar > .elementor-widget-container {
	overflow: visible !important;
}

/* ========== Öğrenci Yorumları Carousel ========== */
.oa-testimonials {
	padding-top: 48px;
	padding-bottom: 56px;
	background: #fff;
}

.oa-testimonials__heading {
	margin: 0 0 28px;
	text-align: center;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.3;
	color: var(--oa-navy);
}

.oa-testimonials__viewport {
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	gap: 10px;
}

.oa-testimonials__track-wrap {
	overflow: hidden;
	width: 100%;
}

.oa-testimonials__track {
	display: flex;
	gap: 16px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.oa-tcard {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 18px 16px 16px;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 10px;
}

.oa-tcard__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.oa-tcard__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #eef2f8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--oa-navy);
	font-weight: 700;
	font-size: 16px;
}

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

.oa-tcard__name {
	font-weight: 700;
	font-size: 15px;
	color: var(--oa-navy);
	line-height: 1.2;
}

.oa-tcard__text {
	margin: 0 0 14px;
	flex: 1;
	font-size: 13.5px;
	line-height: 1.55;
	color: #5b6472;
}

.oa-tcard__stars {
	display: flex;
	gap: 2px;
	margin-top: auto;
}

.oa-tcard__star {
	color: #d7dbe3;
	font-size: 15px;
	line-height: 1;
}

.oa-tcard__star.is-on {
	color: #f5b400;
}

.oa-testimonials__nav {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #d7dee8 !important;
	background: #fff !important;
	color: #4a5568 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 !important;
	box-shadow: none !important;
	transition: border-color 0.2s, color 0.2s;
}

.oa-testimonials__nav:hover:not(:disabled) {
	border-color: var(--oa-navy) !important;
	color: var(--oa-navy) !important;
}

.oa-testimonials__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.oa-testimonials__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
}

.oa-testimonials__dot {
	width: 8px;
	height: 8px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: #cfd6e0 !important;
	cursor: pointer;
	box-shadow: none !important;
}

.oa-testimonials__dot.is-active {
	background: var(--oa-navy) !important;
}

@media (max-width: 767px) {
	.oa-testimonials {
		padding-top: 36px;
		padding-bottom: 40px;
	}

	.oa-testimonials__viewport {
		grid-template-columns: 36px 1fr 36px;
		gap: 6px;
	}

	.oa-testimonials__nav {
		width: 36px;
		height: 36px;
	}

	.oa-tcard {
		min-height: 200px;
	}
}

/* ========== SSS / FAQ ========== */
.oa-faq {
	--oa-faq-accent: var(--thim-body-primary-color, var(--oa-orange));
	padding: 56px 0;
	background: #f4f6f8;
}

.oa-faq__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
	gap: 40px 48px;
	align-items: start;
}

.oa-faq__eyebrow {
	color: var(--oa-faq-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.oa-faq__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	line-height: 1.2;
	color: var(--oa-navy);
}

.oa-faq__desc {
	margin: 0 0 22px;
	max-width: 36ch;
	font-size: 15px;
	line-height: 1.65;
	color: #6b7280;
}

.oa-faq__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1.5px solid var(--oa-faq-accent);
	border-radius: 8px;
	background: #fff;
	color: var(--oa-faq-accent) !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s;
}

.oa-faq__btn:hover {
	background: var(--oa-faq-accent);
	color: #fff !important;
}

.oa-faq__btn-arrow {
	font-size: 16px;
	line-height: 1;
}

.oa-faq__item--extra[hidden] {
	display: none !important;
}

.oa-faq__more-wrap {
	display: flex;
	justify-content: flex-start;
	margin-top: 8px;
	padding-top: 4px;
}

.oa-faq__more-btn,
button.oa-faq__more-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 13px 22px !important;
	border: 1.5px solid #001a4d !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #001a4d !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	cursor: pointer !important;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
	box-shadow: 0 4px 14px rgba(0, 26, 77, 0.08);
	text-shadow: none !important;
}

.oa-faq__more-btn span,
.oa-faq__more-btn .oa-faq__btn-arrow {
	color: inherit !important;
}

.oa-faq__more-btn:hover,
.oa-faq__more-btn:focus,
button.oa-faq__more-btn:hover,
button.oa-faq__more-btn:focus {
	background: #001a4d !important;
	border-color: #001a4d !important;
	color: #fff !important;
}

.oa-faq--expanded .oa-faq__more-btn,
.oa-faq--expanded button.oa-faq__more-btn {
	background: #f5c518 !important;
	border-color: #001a4d !important;
	color: #001a4d !important;
}

.oa-faq--expanded .oa-faq__more-btn:hover,
.oa-faq--expanded button.oa-faq__more-btn:hover {
	background: #001a4d !important;
	color: #fff !important;
}

.oa-faq__image {
	margin-top: 28px;
	width: 100%;
	max-width: 420px;
	height: 260px;
	border-radius: 16px;
	overflow: hidden;
	background: #e8eef5;
}

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

.oa-faq__right {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-faq__item {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.2s, border-color 0.2s;
}

.oa-faq__item.is-open {
	border-color: transparent;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.oa-faq__question {
	width: 100%;
	display: grid;
	grid-template-columns: 42px 1fr 28px;
	align-items: center;
	gap: 12px;
	padding: 16px 16px;
	border: 0 !important;
	background: transparent !important;
	text-align: left;
	cursor: pointer;
	box-shadow: none !important;
	font: inherit;
}

.oa-faq__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef2f7;
	color: #5b6b7c;
	font-size: 15px;
	flex-shrink: 0;
}

.oa-faq__item.is-open .oa-faq__icon {
	background: var(--oa-faq-accent);
	color: #fff !important;
}

.oa-faq__item.is-open .oa-faq__icon i,
.oa-faq__item.is-open .oa-faq__icon svg,
.oa-faq__item.is-open .oa-faq__icon svg path {
	color: #fff !important;
	fill: currentColor !important;
	stroke: currentColor;
}

.oa-faq__qtext {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--oa-navy);
	margin: 0;
	padding: 0;
	display: block;
	font-family: inherit;
}

.oa-faq__toggle {
	width: 22px;
	height: 22px;
	position: relative;
	justify-self: end;
}

.oa-faq__toggle::before,
.oa-faq__toggle::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--oa-faq-accent);
	border-radius: 2px;
	transform: translate(-50%, -50%);
}

.oa-faq__toggle::before {
	width: 14px;
	height: 2px;
}

.oa-faq__toggle::after {
	width: 2px;
	height: 14px;
	transition: opacity 0.2s, transform 0.2s;
}

.oa-faq__item.is-open .oa-faq__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.oa-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.28s ease;
}

.oa-faq__item.is-open .oa-faq__answer {
	grid-template-rows: 1fr;
}

.oa-faq__answer-inner {
	overflow: hidden;
	padding: 0 16px 0 70px;
	font-size: 14px;
	line-height: 1.65;
	color: #6b7280;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
}

.oa-faq__item.is-open .oa-faq__answer-inner {
	max-height: 240px;
	opacity: 1;
	padding-bottom: 18px;
}

@media (max-width: 991px) {
	.oa-faq__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.oa-faq__desc {
		max-width: none;
	}

	.oa-faq__image {
		margin-top: 24px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.oa-faq {
		padding: 40px 0;
	}

	.oa-faq__image {
		max-width: 100%;
	}

	.oa-faq__question {
		grid-template-columns: 36px 1fr 22px;
		gap: 10px;
		padding: 14px 12px;
	}

	.oa-faq__icon {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.oa-faq__qtext {
		font-size: 14px;
	}

	.oa-faq__answer-inner,
	.oa-faq__item.is-open .oa-faq__answer-inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Hero arka plan full-bleed kals�n, i�erik zaten 1170 */
.oa-hero {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Yatay kaymay� kes */
html, body {
	overflow-x: hidden;
}
#wrapper-container {
	overflow-x: clip;
	max-width: 100%;
}
#main-content {
	overflow-x: clip;
	max-width: 100%;
}
.content-pusher {
	overflow: visible;
	max-width: 100%;
}

/* ========== Search: header i�inde SADECE ikon ========== */
.site-header .menu-right .thim-course-search-overlay,
.site-header .menu-right .thim-widget-courses-searching,
.site-header .menu-right .widget_courses-searching,
.site-header li.menu-right .thim-course-search-overlay,
.site-header .navbar-nav .thim-course-search-overlay:not(.oa-header-search),
.site-header .courses-searching.layout-overlay {
	display: none !important;
}

.site-header .oa-header-search-item .courses-searching,
.site-header .oa-header-search-item .search-popup-heading,
.site-header .oa-header-search-item form,
.site-header .oa-header-search-item input,
.site-header .oa-header-search-item .search-popup-bg {
	display: none !important;
}

.oa-header-search-item {
	list-style: none !important;
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 4px !important;
	position: relative;
	overflow: visible !important;
	width: auto !important;
	height: auto !important;
}

.oa-search-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: var(--oa-navy) !important;
	cursor: pointer;
	box-shadow: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	inset: auto !important;
}

/* ========== OA Search Overlay (açık tema modal) ========== */
.oa-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: none;
	align-items: stretch;
	justify-content: center;
	box-sizing: border-box;
}

.oa-search-overlay.is-open {
	display: flex;
}

.oa-search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
}

.oa-search-overlay__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(720px, 100%);
	max-height: min(92vh, 900px);
	margin: 4vh auto;
	background: #f7f9fc;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
	box-sizing: border-box;
	overflow: hidden;
}

.oa-search-overlay__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e8ecf2 !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--oa-navy, #001a4d) !important;
	cursor: pointer;
	box-shadow: none !important;
	line-height: 1 !important;
}

.oa-search-overlay__close-icon {
	display: block;
	width: 22px;
	height: 22px;
}

.oa-search-overlay__scroll {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 28px 24px 28px;
	box-sizing: border-box;
}

.oa-search-overlay__title {
	margin: 0 48px 18px 0 !important;
	font-size: clamp(24px, 4vw, 32px) !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: var(--oa-navy, #001a4d) !important;
}

.oa-search-overlay__form {
	position: relative;
	margin: 0 0 28px;
	padding: 0 !important;
}

.oa-search-overlay__field {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 6px 6px 6px 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.oa-search-overlay__field-icon {
	display: inline-flex;
	color: #64748b;
	flex-shrink: 0;
}

.oa-search-overlay__input {
	flex: 1;
	width: 100%;
	min-width: 0;
	height: 44px;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	box-shadow: none !important;
	outline: none !important;
	background: transparent !important;
	color: var(--oa-navy, #001a4d) !important;
}

.oa-search-overlay__submit {
	flex-shrink: 0;
	height: 44px;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--oa-navy, #001a4d) !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	cursor: pointer;
}

.oa-search-overlay .courses-list-search {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	margin: 12px 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	max-height: none;
	overflow: visible;
	z-index: 2;
	padding: 0;
	list-style: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.oa-search-overlay .courses-list-search:empty {
	display: none;
}

.oa-search-overlay .courses-list-search .search-item {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 12px;
	overflow: hidden;
}

.oa-search-overlay .courses-list-search .search-item > a,
.oa-search-overlay .courses-list-search .search-item .ui-corner-all {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 10px 12px !important;
	text-decoration: none !important;
	color: inherit !important;
	box-sizing: border-box;
}

.oa-search-overlay .courses-list-search .search-item .thumbnail,
.oa-search-overlay .courses-list-search .search-item img.thumbnail {
	width: 56px !important;
	height: 56px !important;
	min-width: 56px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
	flex-shrink: 0;
	margin: 0 !important;
	float: none !important;
}

.oa-search-overlay .courses-list-search .item-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1;
	float: none !important;
	width: auto !important;
	padding: 0 !important;
}

.oa-search-overlay .courses-list-search .item-info .title {
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--oa-navy, #001a4d);
	white-space: normal;
}

.oa-search-overlay .courses-list-search .item-info .author {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	margin-top: 2px;
}

.oa-search-overlay .courses-list-search .oa-search-type {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 4px;
	padding: 2px 8px;
	border-radius: 6px;
	background: #eef3f9;
	color: var(--oa-navy, #001a4d);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.oa-search-overlay .courses-list-search .search-item.ob-selected,
.oa-search-overlay .courses-list-search .search-item:hover {
	border-color: #c7d2e0;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.oa-search-overlay .courses-list-search .search-item.is-empty {
	padding: 14px 16px;
	background: #fff7ed;
	border-color: #fed7aa;
	text-align: center;
}

.oa-search-overlay .courses-list-search .search-item.is-empty .item-info {
	align-items: center;
}

.oa-search-overlay .courses-list-search .search-item.is-empty .title {
	color: #9a3412;
	font-weight: 700;
}

.oa-search-overlay .courses-list-search .see-more {
	list-style: none;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	color: var(--oa-navy, #001a4d);
	cursor: pointer;
	background: #fff;
	border: 1px dashed #d0d8e4;
	border-radius: 10px;
}

.oa-search-overlay__form {
	position: relative;
	margin: 0 0 12px;
	padding: 0 !important;
}

.oa-search-overlay__section {
	margin: 22px 0 0;
}

.oa-search-overlay__section-title {
	margin: 0 0 12px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	color: var(--oa-navy, #001a4d) !important;
}

.oa-search-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.oa-search-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--oa-navy, #001a4d) !important;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none !important;
	line-height: 1.2;
}

.oa-search-tag:hover {
	border-color: #c7d2e0 !important;
	background: #eef3f9 !important;
}

.oa-search-tag__icon {
	display: inline-flex;
	color: #64748b;
}

.oa-search-courses {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-search-course {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e8ecf2;
	text-decoration: none !important;
	color: inherit !important;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.oa-search-course:hover {
	border-color: #d0d8e4;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.oa-search-course__media {
	position: relative;
	width: 100px;
	height: 75px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	background: #e8eef6;
}

.oa-search-course__media img,
.oa-search-course__ph {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.oa-search-course__ph {
	background: linear-gradient(135deg, #dbe5f2, #c5d3e6);
}

.oa-search-course__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.oa-search-course__name {
	font-size: 15px;
	font-weight: 800;
	color: var(--oa-navy, #001a4d);
	line-height: 1.3;
}

.oa-search-course__desc {
	font-size: 12px;
	line-height: 1.45;
	color: #64748b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.oa-search-course__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
}

.oa-search-course__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.oa-search-course__meta svg {
	flex-shrink: 0;
	color: var(--oa-navy, #001a4d);
}

.oa-search-course__go {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #eef3f9;
	color: var(--oa-navy, #001a4d);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.oa-search-overlay {
		padding: 0;
		align-items: stretch;
	}

	.oa-search-overlay__backdrop {
		background: #f7f9fc;
	}

	.oa-search-overlay__panel {
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100dvh;
		max-height: none;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		background: #f7f9fc;
	}

	.oa-search-overlay__scroll {
		padding: 20px 16px 32px;
	}

	.oa-search-overlay__title {
		margin-right: 52px !important;
		font-size: 26px !important;
	}

	.oa-search-overlay__close {
		top: 12px;
		right: 12px;
	}

	.oa-search-course__media {
		width: 92px;
		height: 69px;
	}

	.site-header .oa-header-search-item {
		margin-right: 48px !important;
	}
}

@media (min-width: 768px) {
	.oa-search-overlay {
		padding: 0 16px;
		align-items: flex-start;
	}
}

/* ========== OA CTA Banner ========== */
.elementor-widget-thim-ekits-oa-cta-banner > .elementor-widget-container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

body.size_wide .elementor-widget-thim-ekits-oa-cta-banner > .elementor-widget-container {
	max-width: 1320px;
}

.oa-cta {
	--oa-cta-navy: #001a4d;
	--oa-cta-orange: #f5a623;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 180px;
	background-color: var(--oa-cta-navy);
	border-radius: 24px;
	isolation: isolate;
	box-sizing: border-box;
}

.oa-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	pointer-events: none;
}

.oa-cta__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 36px 40px;
	box-sizing: border-box;
}

.oa-cta__copy {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 640px;
}

.oa-cta__title {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.6vw, 34px);
	line-height: 1.2;
	font-weight: 800;
	color: #fff;
}

.oa-cta__desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	max-width: 46ch;
}

.oa-cta__plane {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.92);
	width: 120px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.95;
}

.oa-cta__plane svg {
	width: 100%;
	height: auto;
	display: block;
}

.oa-cta__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 26px;
	border-radius: 12px;
	background: var(--oa-cta-orange);
	color: var(--oa-cta-navy) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.oa-cta__btn:hover {
	background: #ffb84d;
	color: var(--oa-cta-navy) !important;
	transform: translateY(-1px);
}

.oa-cta__btn-arrow {
	font-size: 18px;
	line-height: 1;
}

.elementor-widget-thim-ekits-oa-cta-banner {
	width: 100%;
}

/* ========== OA FAQ Grid ========== */
.elementor-widget-thim-ekits-oa-faq-grid > .elementor-widget-container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

body.size_wide .elementor-widget-thim-ekits-oa-faq-grid > .elementor-widget-container {
	max-width: 1320px;
}

.oa-faq-grid {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.oa-faq-grid__header {
	text-align: center;
	margin-bottom: 28px;
}

.oa-faq-grid__title {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.2;
	font-weight: 800;
	color: var(--oa-navy, #001a4d);
}

.oa-faq-grid__subtitle {
	margin: 0 auto !important;
	max-width: 46ch;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.55;
	text-align: center !important;
	display: block;
	width: 100%;
}

.oa-faq-grid__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.oa-faq-grid__item {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.oa-faq-grid__item .oa-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border: 0;
	background: #fff;
	color: var(--oa-navy, #001a4d);
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.oa-faq-grid__qtext {
	min-width: 0;
}

.oa-faq-grid__arrow {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	opacity: 0.7;
}

.oa-faq-grid__item.is-open .oa-faq-grid__arrow {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.oa-faq-grid__item .oa-faq__answer-inner {
	padding: 0 18px 16px;
	color: #4a5568;
	font-size: 14px;
	line-height: 1.6;
}

.elementor-widget-thim-ekits-oa-faq-grid {
	width: 100%;
}

@media (max-width: 767px) {
	.oa-faq-grid__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.oa-cta__inner {
		flex-wrap: wrap;
		padding: 28px 22px;
		gap: 18px;
	}

	.oa-cta__plane {
		display: none;
	}

	.oa-cta__btn {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.oa-cta {
		border-radius: 18px;
	}

	.oa-cta__inner {
		padding: 24px 18px;
	}

	.oa-cta__title {
		font-size: 22px;
	}

	.oa-cta__desc {
		font-size: 14px;
	}
}

/* ========== OA Contact Form + Map ========== */
.oa-contact {
	--oa-cf-navy: #001a4d;
	--oa-cf-accent: #f5a623;
}

.oa-contact__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 36px;
	align-items: start;
}

.oa-contact--no-map .oa-contact__grid {
	grid-template-columns: 1fr;
}

.oa-contact__req {
	color: #e11d48;
	font-weight: 800;
	margin-left: 2px;
}

.oa-contact__title {
	margin: 0 0 10px !important;
	font-size: clamp(26px, 3vw, 34px) !important;
	font-weight: 800 !important;
	color: var(--oa-cf-navy) !important;
	line-height: 1.2 !important;
}

.oa-contact__desc {
	margin: 0 0 22px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.55;
}

.oa-contact__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.oa-contact__field {
	width: 100%;
}

.oa-contact__field.is-half {
	width: calc(50% - 7px);
}

.oa-contact__label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: var(--oa-cf-navy);
}

.oa-contact__control {
	position: relative;
	display: flex;
	align-items: center;
}

.oa-contact__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 14px;
	line-height: 1;
	z-index: 1;
	pointer-events: none;
}

.oa-contact__icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.oa-contact__control:has(.oa-contact__icon) .oa-contact__input {
	padding-left: 42px !important;
}

.oa-contact__control--area .oa-contact__icon {
	top: 16px;
	transform: none;
}

.oa-contact__input {
	width: 100%;
	min-height: 48px;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	background: #fff !important;
	font-size: 14px !important;
	color: var(--oa-cf-navy) !important;
	box-shadow: none !important;
	outline: none !important;
	box-sizing: border-box;
}

.oa-contact__textarea {
	min-height: 120px;
	resize: vertical;
}

.oa-contact__select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	padding-right: 36px !important;
}

.oa-contact__check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #475569;
	line-height: 1.45;
	cursor: pointer;
}

.oa-contact__check input {
	margin-top: 3px;
	flex-shrink: 0;
}

.oa-contact__kvkk {
	color: var(--oa-cf-accent) !important;
	font-weight: 700;
	text-decoration: underline !important;
}

.oa-contact__captcha {
	margin: 14px 0;
}

.oa-contact__submit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: var(--oa-cf-navy) !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	cursor: pointer;
	margin-top: 8px;
}

.oa-contact__submit svg path {
	stroke: var(--oa-cf-accent);
}

.oa-contact__submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.oa-contact__msg {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.oa-contact__msg.is-ok { color: #0a7a3e; }
.oa-contact__msg.is-err { color: #b42318; }

.oa-contact__hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

.oa-contact__pknote {
	width: 100%;
	margin-top: 10px;
}

.oa-contact__pknote[hidden] {
	display: none !important;
}
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8ecf2;
	background: #f3f5f8;
	min-height: var(--oa-map-h, 360px);
}

.oa-contact__map iframe {
	display: block;
	width: 100% !important;
	height: var(--oa-map-h, 360px) !important;
	border: 0 !important;
}

.oa-contact__map--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-weight: 600;
	min-height: 280px;
}

/* ========== OA Contact Info Bar ========== */
.oa-cinfo {
	--oa-ci-navy: #001a4d;
}

.oa-cinfo__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.oa-cinfo__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 28px 18px;
	text-decoration: none !important;
	color: inherit !important;
	border-right: 1px solid #eef1f6;
	transition: background 0.15s ease;
}

.oa-cinfo__item:last-child {
	border-right: 0;
}

.oa-cinfo__item:hover {
	background: #f8fafc;
}

.oa-cinfo__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f0f4f8;
	color: var(--oa-ci-navy);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	font-size: 18px;
}

.oa-cinfo__icon svg {
	width: 20px;
	height: 20px;
}

.oa-cinfo__label {
	font-size: 13px;
	font-weight: 800;
	color: var(--oa-ci-navy);
}

.oa-cinfo__value {
	font-size: 16px;
	font-weight: 800;
	color: var(--oa-ci-navy);
	line-height: 1.3;
	word-break: break-word;
}

.oa-cinfo__sub {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.oa-contact__grid {
		grid-template-columns: 1fr;
	}

	.oa-cinfo__inner {
		grid-template-columns: 1fr 1fr;
	}

	.oa-cinfo__item:nth-child(2n) {
		border-right: 0;
	}

	.oa-cinfo__item:nth-child(-n+2) {
		border-bottom: 1px solid #eef1f6;
	}
}

@media (max-width: 640px) {
	.oa-contact__field.is-half {
		width: 100%;
	}

	.oa-cinfo__inner {
		grid-template-columns: 1fr;
	}

	.oa-cinfo__item {
		border-right: 0;
		border-bottom: 1px solid #eef1f6;
	}

	.oa-cinfo__item:last-child {
		border-bottom: 0;
	}
}

/* ========== OA Bilgi Bankasi ========== */
.oa-kb {
	--oa-kb-navy: #001a4d;
	--oa-kb-accent: #f5a623;
	--oa-kb-muted: #6b7280;
	--oa-kb-border: #e8ecf2;
}

.oa-kb__cats-section { margin-bottom: 40px; }

.oa-kb__cats-head,
.oa-kb__faq-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.oa-kb__cats-title,
.oa-kb__faq-title {
	margin: 0 !important;
	font-size: clamp(20px, 2.4vw, 26px) !important;
	font-weight: 800 !important;
	color: var(--oa-kb-navy) !important;
	line-height: 1.25 !important;
}

.oa-kb__all-link { display: none !important; }

.oa-kb__cats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.oa-kb button.oa-kb__cat,
.oa-kb .oa-kb__cat {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	text-align: center !important;
	gap: 8px !important;
	padding: 22px 12px 18px !important;
	margin: 0 !important;
	width: 100% !important;
	min-height: 0 !important;
	border: 1px solid var(--oa-kb-border) !important;
	border-radius: 14px !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04) !important;
	cursor: pointer !important;
	color: var(--oa-kb-navy) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease !important;
}

.oa-kb button.oa-kb__cat:hover,
.oa-kb .oa-kb__cat:hover,
.oa-kb button.oa-kb__cat.is-active,
.oa-kb .oa-kb__cat.is-active {
	border-color: #c7d2e0 !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
	transform: translateY(-2px);
	background: #fff !important;
	color: var(--oa-kb-navy) !important;
}

.oa-kb button.oa-kb__cat.is-active,
.oa-kb .oa-kb__cat.is-active {
	border-color: var(--oa-kb-accent) !important;
}

.oa-kb__cat-icon {
	width: 52px !important;
	height: 52px !important;
	border-radius: 50% !important;
	background: #eef3f9 !important;
	background: color-mix(in srgb, var(--oa-kb-c, #3b82f6) 22%, #fff) !important;
	color: var(--oa-kb-c, #001a4d) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 20px !important;
	line-height: 1 !important;
}

.oa-kb__cat-icon i,
.oa-kb__cat-icon svg {
	color: inherit !important;
	fill: currentColor !important;
}

.oa-kb__cat-name {
	font-size: 14px !important;
	font-weight: 800 !important;
	color: var(--oa-kb-navy) !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}

.oa-kb__cat-count {
	font-size: 12px !important;
	color: var(--oa-kb-muted) !important;
	font-weight: 600 !important;
}

.oa-kb__filter-select {
	min-width: 120px;
	height: 40px;
	border: 1px solid var(--oa-kb-border) !important;
	border-radius: 10px !important;
	padding: 0 32px 0 12px !important;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center !important;
	appearance: none;
	font-weight: 700;
	color: var(--oa-kb-navy) !important;
	box-shadow: none !important;
}

.oa-kb__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 20px;
	border-top: 0;
}

.oa-kb__item {
	border: 1px solid var(--oa-kb-border);
	border-radius: 14px;
	padding: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.oa-kb__item[open] {
	border-color: #d0d8e4;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.oa-kb__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 16px;
	cursor: pointer;
	list-style: none;
	font-size: 15px;
	font-weight: 800;
	color: var(--oa-kb-navy);
	line-height: 1.35;
	background: #f7f9fc;
}

.oa-kb__item[open] .oa-kb__q {
	background: #fff;
}

.oa-kb__q::-webkit-details-marker { display: none; }

.oa-kb__toggle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--oa-kb-border);
	background: #fff;
	flex-shrink: 0;
	position: relative;
}

.oa-kb__toggle::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--oa-kb-navy);
	border-bottom: 2px solid var(--oa-kb-navy);
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.oa-kb__item[open] .oa-kb__toggle {
	background: var(--oa-kb-accent);
	border-color: var(--oa-kb-accent);
}

.oa-kb__item[open] .oa-kb__toggle::before {
	border-color: #111;
	transform: translateY(3px) rotate(225deg);
}

.oa-kb__a {
	padding: 4px 16px 18px;
	color: var(--oa-kb-muted);
	font-size: 14px;
	line-height: 1.65;
	background: #fff;
}

.oa-kb__a p:last-child { margin-bottom: 0; }

.oa-kb__empty {
	padding: 24px 0;
	color: var(--oa-kb-muted);
	grid-column: 1 / -1;
}

@media (max-width: 1100px) {
	.oa-kb__cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.oa-kb__list { grid-template-columns: 1fr; gap: 0; }
	.oa-kb__cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oa-kb__q { font-size: 14px; }
}

/* ========== OA Footer ========== */
footer#colophon {
	background-color: #001a4d !important;
	--thim-footer-bg-color: #001a4d;
	--thim-footer-color-text: #ffffff;
	--thim-footer-color-link: #ffffff;
	--thim-footer-color-title: #ffffff;
}

footer#colophon,
footer#colophon .footer,
footer#colophon .copyright-area,
footer#colophon p,
footer#colophon li,
footer#colophon span,
footer#colophon .elementor-heading-title,
footer#colophon .elementor-widget-heading .elementor-heading-title,
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .widget-title {
	color: #fff !important;
}

footer#colophon a,
footer#colophon a:visited,
footer#colophon .elementor-icon-list-text,
footer#colophon .elementor-icon-list-item a,
footer#colophon .elementor-social-icon,
footer#colophon .elementor-social-icon i,
footer#colophon .elementor-social-icon svg,
footer#colophon .elementor-social-icons-wrapper a,
footer#colophon .thim-social a,
footer#colophon .thim-social i {
	color: #fff !important;
	fill: #fff !important;
}

footer#colophon a:hover,
footer#colophon .elementor-social-icon:hover,
footer#colophon .thim-social a:hover {
	color: #f5a623 !important;
	fill: #f5a623 !important;
}

footer#colophon .elementor-social-icon {
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
}
/* ========== OA 404 ========== */
body.error404 .page-title-wrapper,
body.error404 .top_site_main {
	display: none !important;
}

.oa-404 {
	width: 100%;
	padding: 48px 0 64px;
}

.oa-404__inner {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 40px;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
}

.oa-404__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
}

.oa-404__badge {
	position: absolute;
	top: 8px;
	left: 18px;
	font-size: clamp(64px, 10vw, 96px);
	font-weight: 900;
	line-height: 1;
	color: rgba(0, 26, 77, 0.08);
	letter-spacing: -0.04em;
	pointer-events: none;
}

.oa-404__illus {
	width: min(320px, 100%);
	height: auto;
	display: block;
}

.oa-404__eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #f5a623;
}

.oa-404__title {
	margin: 0 0 14px !important;
	font-size: clamp(28px, 4vw, 40px) !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: #001a4d !important;
}

.oa-404__title span {
	color: #f5a623;
}

.oa-404__desc {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.65;
	color: #6b7280;
	max-width: 42ch;
}

.oa-404__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.oa-404__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none !important;
	line-height: 1.2;
}

.oa-404__btn--primary {
	background: #001a4d;
	color: #fff !important;
}

.oa-404__btn--primary:hover {
	filter: brightness(1.08);
	color: #fff !important;
}

.oa-404__btn--ghost {
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #001a4d !important;
}

.oa-404__btn--ghost:hover {
	border-color: #c7d2e0;
	background: #f8fafc;
}

.oa-404__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.oa-404__links a {
	color: #001a4d !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none !important;
}

.oa-404__links a:hover {
	color: #f5a623 !important;
}

@media (max-width: 767px) {
	.oa-404 {
		padding: 28px 0 40px;
	}

	.oa-404__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.oa-404__desc {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.oa-404__actions {
		justify-content: center;
	}

	.oa-404__links {
		justify-content: center;
	}

	.oa-404__badge {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ========== OA Floating WhatsApp ========== */
.oa-wa-float {
	position: fixed;
	right: 16px;
	bottom: 18px;
	z-index: 99980;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #25d366 !important;
	color: #fff !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	line-height: 0;
	overflow: hidden;
	border: 0 !important;
}

.oa-wa-float:hover,
.oa-wa-float:focus {
	transform: translateY(-2px) scale(1.04);
	color: #fff !important;
	background: #25d366 !important;
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
}

.oa-wa-float .oa-wa-icon,
.oa-wa-float svg {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	fill: #fff !important;
}

.oa-wa-float .oa-wa-icon path,
.oa-wa-float svg path {
	fill: #fff !important;
	stroke: none !important;
}

/* Masaüstü: aşağıda (navbar-mobile class masaüstünde offset vermesin) */
@media (min-width: 768px) {
	.oa-wa-float {
		right: 20px;
		bottom: 20px;
	}

	body.oa-has-wa-float #back-to-top {
		right: 24px !important;
		bottom: 86px !important;
		z-index: 99970 !important;
	}
}

@media (max-width: 767px) {
	.oa-wa-float {
		right: 12px;
		bottom: 14px;
		width: 52px;
		height: 52px;
	}

	body.oa-has-wa-float #back-to-top {
		right: 16px !important;
		bottom: 74px !important;
		z-index: 99970 !important;
	}

	body.has-navbar-mobile .oa-wa-float {
		bottom: 68px;
	}

	body.has-navbar-mobile.oa-has-wa-float #back-to-top {
		bottom: 128px !important;
	}
}

/* ========== OA Cookie (ortalı) ========== */
.oa-cookie {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 26, 77, 0.35);
	backdrop-filter: blur(2px);
}

.oa-cookie[hidden] {
	display: none !important;
}

.oa-cookie__panel {
	width: min(440px, 100%);
	background: #fff;
	border-radius: 16px;
	padding: 28px 26px 22px;
	box-shadow: 0 20px 50px rgba(0, 26, 77, 0.2);
	text-align: center;
}

.oa-cookie__title {
	margin: 0 0 10px !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #001a4d !important;
	line-height: 1.25 !important;
}

.oa-cookie__text {
	font-size: 14px;
	line-height: 1.55;
	color: #5b6472;
	margin-bottom: 8px;
}

.oa-cookie__text p {
	margin: 0 0 8px;
}

.oa-cookie__policy {
	margin: 0 0 16px;
	font-size: 13px;
}

.oa-cookie__policy a {
	color: #001a4d !important;
	font-weight: 700;
	text-decoration: none !important;
}

.oa-cookie__policy a:hover {
	color: #f5a623 !important;
	text-decoration: none !important;
}

.oa-cookie__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.oa-cookie__btn {
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
}

.oa-cookie__btn--primary {
	background: #001a4d;
	color: #fff;
}

.oa-cookie__btn--ghost {
	background: #f5a623;
	color: #fff !important;
}

.oa-cookie__btn--ghost:hover {
	filter: brightness(0.96);
	color: #fff !important;
}

/* ========== Kurs WhatsApp satın al ========== */
.oa-course-single__actions {
	display: flex !important;
	flex-direction: column;
	gap: 18px !important;
}

.oa-course-single__actions .lp-course-buttons,
.oa-course-single__actions form,
.oa-course-single__actions .learn-press-course-buttons {
	width: 100%;
	margin: 0 !important;
}

.oa-course-wa-buy {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin-top: 8px !important;
	padding: 12px 16px;
	border-radius: 10px;
	background: #25d366 !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	line-height: 1.2;
	box-sizing: border-box;
	border: 0 !important;
}

.oa-course-wa-buy.oa-course-wa-ask {
	background: #fff !important;
	color: #128c3c !important;
	border: 2px solid #25d366 !important;
}

.oa-course-wa-buy:hover {
	filter: brightness(0.96);
	color: #fff !important;
}

.oa-course-wa-buy.oa-course-wa-ask:hover {
	color: #0f7a34 !important;
	background: #f4fff8 !important;
}

.oa-course-wa-buy__icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 20px;
	height: 20px;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.oa-course-wa-buy__icon .oa-wa-icon,
.oa-course-wa-buy__icon svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	background: transparent !important;
	box-shadow: none !important;
}

.oa-course-wa-buy__icon path {
	fill: #fff !important;
}

.oa-course-wa-buy.oa-course-wa-ask .oa-course-wa-buy__icon path {
	fill: #25d366 !important;
}

/* ========== OA Duyuru Popup ========== */
.oa-announce {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.oa-announce[hidden] {
	display: none !important;
}

.oa-announce__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 18, 48, 0.55);
	backdrop-filter: blur(3px);
}

.oa-announce__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: min(90vh, 640px);
	background: #fff;
	border-radius: 18px;
	overflow: visible;
	box-shadow: 0 28px 80px rgba(0, 26, 77, 0.28);
}

.oa-announce__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 8;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: #fff !important;
	color: #001a4d !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	line-height: 0;
}

.oa-announce__close svg {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.oa-announce__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	min-height: 420px;
	max-height: min(90vh, 640px);
	border-radius: 18px;
	overflow: hidden;
}

.oa-announce__content {
	order: 1;
	padding: 36px 34px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	overflow: auto;
}

.oa-announce__media {
	order: 2;
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 280px;
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.oa-announce__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	background: #f5a623;
	color: #111;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 7px 12px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.oa-announce__badge svg {
	width: 16px;
	height: 16px;
	color: #111;
}

.oa-announce__badge--on-media {
	display: none;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	margin: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.oa-announce__title {
	margin: 0 0 12px !important;
	font-size: clamp(26px, 3.2vw, 34px) !important;
	line-height: 1.15 !important;
	font-weight: 900 !important;
}

.oa-announce__title-navy {
	display: block;
	color: #001a4d;
}

.oa-announce__title-accent {
	display: block;
	color: #f5a623;
}

.oa-announce__desc {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: #6b7280;
	max-width: 36ch;
}

.oa-announce__feats {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-announce__feat {
	display: flex;
	align-items: center;
	gap: 12px;
}

.oa-announce__feat-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #fff4dd;
	color: #f5a623;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-announce__feat-icon svg {
	width: 20px;
	height: 20px;
}

.oa-announce__feat-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.oa-announce__feat-text strong {
	font-size: 14px;
	color: #001a4d;
	font-weight: 800;
}

.oa-announce__feat-text small {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.35;
}

.oa-announce__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	align-self: flex-start;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 12px;
	background: #f5a623 !important;
	color: #001a4d !important;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.oa-announce__cta:hover {
	filter: brightness(0.96);
	color: #001a4d !important;
}

.oa-announce__media::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.12), transparent 35%);
	pointer-events: none;
}

.oa-announce__media-flag {
	position: absolute;
	left: 8%;
	top: 0;
	bottom: 0;
	width: 28%;
	background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffcc00 66% 100%);
	opacity: 0.55;
	mix-blend-mode: multiply;
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
	pointer-events: none;
}

.oa-announce__float {
	position: absolute;
	left: 52%;
	bottom: -28px;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 3px solid #f5a623;
	border-radius: 999px;
	padding: 10px 16px 10px 12px;
	box-shadow: 0 10px 28px rgba(0, 26, 77, 0.16);
	font-size: 12px;
	font-weight: 800;
	color: #001a4d;
	white-space: nowrap;
}

.oa-announce__float-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff4dd;
	color: #f5a623;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-announce__float-icon svg {
	width: 16px;
	height: 16px;
}

body.oa-announce-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.oa-announce {
		padding: 10px;
		align-items: center;
	}

	.oa-announce__dialog {
		width: 100%;
		max-height: min(92dvh, 92vh);
		overflow: hidden;
		border-radius: 16px;
		display: flex;
		flex-direction: column;
	}

	.oa-announce__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		max-height: min(92dvh, 92vh);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.oa-announce__media {
		order: 1;
		min-height: 140px;
		height: 150px;
		clip-path: none;
		flex-shrink: 0;
	}

	.oa-announce__media::before {
		background: linear-gradient(180deg, rgba(0, 26, 77, 0.25), transparent 55%);
	}

	.oa-announce__media-flag {
		display: none;
	}

	.oa-announce__badge--on-media {
		display: inline-flex;
	}

	.oa-announce__badge--in-content {
		display: none;
	}

	.oa-announce__content {
		order: 2;
		padding: 16px 16px 18px;
		justify-content: flex-start;
	}

	.oa-announce__title {
		font-size: 22px !important;
		margin-bottom: 8px !important;
	}

	.oa-announce__desc {
		font-size: 13px;
		margin-bottom: 12px;
		max-width: none;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.oa-announce__feats {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-bottom: 14px;
	}

	.oa-announce__feat {
		align-items: flex-start;
		gap: 8px;
		background: #f8fafc;
		border-radius: 10px;
		padding: 10px 8px;
	}

	.oa-announce__feat:last-child {
		grid-column: 1 / -1;
	}

	.oa-announce__feat-icon {
		width: 32px;
		height: 32px;
		border-radius: 8px;
	}

	.oa-announce__feat-icon svg {
		width: 16px;
		height: 16px;
	}

	.oa-announce__feat-text strong {
		font-size: 12px;
		line-height: 1.25;
	}

	.oa-announce__feat-text small {
		font-size: 11px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.oa-announce__cta {
		width: 100%;
		min-height: 44px;
		align-self: stretch;
		font-size: 13px;
	}

	.oa-announce__float {
		display: none !important;
	}

	.oa-announce__close {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
		background: rgba(255, 255, 255, 0.95) !important;
	}
}

/* ========== OA Auth page [oa_giris] ========== */
body.oa-auth-body .page-title-wrapper,
body.oa-auth-body .top_site_main,
body.oa-auth-body .oa-hide-page-title .page-title {
	display: none !important;
}

body.oa-auth-body #sidebar,
body.oa-auth-body .sidebar,
body.oa-auth-body #secondary,
body.oa-auth-body .widget-area,
body.oa-auth-body #comments,
body.oa-auth-body .comments-area {
	display: none !important;
}

body.oa-auth-body .learn-press-form-login,
body.oa-auth-body .learn-press-form-register,
body.oa-auth-body .lp-form-lost-password,
body.oa-auth-body form[name="lostpasswordform"],
body.oa-auth-body .thim-login {
	display: none !important;
}

.oa-auth-page {
	width: 100%;
	padding: 40px 16px 64px;
	display: flex;
	justify-content: center;
}

.oa-auth-card {
	width: min(560px, 100%);
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	padding: 28px 26px 30px;
	box-shadow: 0 16px 40px rgba(0, 26, 77, 0.08);
}

.oa-auth-card__title {
	margin: 0 0 18px !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #001a4d !important;
	text-align: center;
}

.oa-auth-alert {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.oa-auth-alert--error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.oa-auth-alert--ok {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.oa-auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	padding: 5px;
	margin-bottom: 22px;
	background: #f1f5f9 !important;
	border-radius: 12px;
}

.oa-auth-page button.oa-auth-tabs__btn,
.oa-auth-tabs__btn {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	min-height: 42px !important;
	height: auto !important;
	width: 100% !important;
	border-radius: 9px !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	color: #64748b !important;
	cursor: pointer;
	line-height: 1.2 !important;
	box-shadow: none !important;
	padding: 10px 12px !important;
	text-transform: none !important;
}

.oa-auth-page button.oa-auth-tabs__btn:hover,
.oa-auth-page button.oa-auth-tabs__btn:focus {
	background: transparent !important;
	background-color: transparent !important;
	color: #001a4d !important;
	box-shadow: none !important;
}

.oa-auth-page button.oa-auth-tabs__btn.is-active,
.oa-auth-tabs__btn.is-active {
	background: #fff !important;
	background-color: #fff !important;
	color: #001a4d !important;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
}

.oa-auth-page button.oa-auth-tabs__btn.is-active:hover,
.oa-auth-page button.oa-auth-tabs__btn.is-active:focus {
	background: #fff !important;
	color: #001a4d !important;
}

.oa-auth-panel[hidden],
.oa-auth-panel:not(.is-active) {
	display: none !important;
}

.oa-auth-panel.is-active {
	display: block !important;
}

.oa-auth-hint {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.5;
	color: #64748b;
}

.oa-auth-field {
	position: relative;
	margin: 0 0 12px;
}

.oa-auth-field__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: #94a3b8;
	pointer-events: none;
	display: inline-flex;
	z-index: 1;
}

.oa-auth-field__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.oa-auth-input {
	width: 100% !important;
	min-height: 50px !important;
	padding: 12px 46px 12px 44px !important;
	border: 1px solid #dbe3ef !important;
	border-radius: 12px !important;
	background: #fff !important;
	font-size: 15px !important;
	color: #001a4d !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
}

.oa-auth-input:focus {
	border-color: #f5a623 !important;
	outline: none !important;
}

.oa-auth-page button.oa-auth-toggle-pass,
.oa-auth-toggle-pass {
	position: absolute !important;
	right: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 36px !important;
	height: 36px !important;
	min-height: 36px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #64748b !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	line-height: 0 !important;
}

.oa-auth-page button.oa-auth-toggle-pass:hover,
.oa-auth-page button.oa-auth-toggle-pass:focus,
.oa-auth-page button.oa-auth-toggle-pass.is-on {
	background: #f1f5f9 !important;
	background-color: #f1f5f9 !important;
	color: #001a4d !important;
	box-shadow: none !important;
}

.oa-auth-toggle-pass svg {
	width: 18px;
	height: 18px;
	display: block;
}

.oa-auth-toggle-pass .oa-auth-eye-off[hidden],
.oa-auth-toggle-pass .oa-auth-eye-open[hidden] {
	display: none !important;
}

.oa-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 2px 0 16px;
	flex-wrap: wrap;
}

.oa-auth-check {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
	margin: 0 !important;
	cursor: pointer;
	line-height: 1.3;
}

.oa-auth-check--block {
	display: flex !important;
	align-items: flex-start !important;
	margin: 0 0 14px !important;
}

.oa-auth-check input[type='checkbox'] {
	width: 16px !important;
	height: 16px !important;
	min-height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	accent-color: #f5a623;
	flex-shrink: 0;
	position: relative;
	top: 0;
	align-self: center;
}

.oa-auth-check--block input[type='checkbox'] {
	align-self: flex-start;
	margin-top: 2px !important;
}

.oa-auth-check a {
	color: #001a4d !important;
	font-weight: 800;
	text-decoration: underline !important;
	background: none !important;
}

.oa-auth-page button.oa-auth-textbtn,
.oa-auth-page a.oa-auth-textbtn,
.oa-auth-textbtn {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 4px 2px !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	width: auto !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #001a4d !important;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	display: inline !important;
}

.oa-auth-page button.oa-auth-textbtn:hover,
.oa-auth-page button.oa-auth-textbtn:focus,
.oa-auth-page button.oa-auth-textbtn:active,
.oa-auth-page a.oa-auth-textbtn:hover,
.oa-auth-page a.oa-auth-textbtn:focus,
.oa-auth-page a.oa-auth-textbtn:active {
	background: transparent !important;
	background-color: transparent !important;
	color: #f5a623 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.oa-auth-page button.oa-auth-textbtn--center,
.oa-auth-page a.oa-auth-textbtn--center,
.oa-auth-textbtn--center {
	display: block !important;
	width: 100% !important;
	margin-top: 14px !important;
	text-align: center;
}

.oa-auth-captcha {
	margin: 0 0 14px;
	display: flex;
	justify-content: center;
}

.oa-auth-page button.oa-auth-submit,
.oa-auth-submit {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 50px !important;
	margin: 4px 0 0 !important;
	padding: 12px 16px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #f5a623 !important;
	background-color: #f5a623 !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: none !important;
	text-transform: none !important;
}

.oa-auth-page button.oa-auth-submit:hover,
.oa-auth-submit:hover {
	filter: brightness(0.96);
	color: #fff !important;
	background: #f5a623 !important;
}

.oa-auth-page--logged {
	text-align: center;
}

.oa-auth-page--swal {
	min-height: 42vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oa-auth-card--swal {
	text-align: center;
	box-shadow: none;
	border: 0;
	background: transparent;
	padding: 24px;
}

.oa-auth-card--swal .oa-auth-card__desc {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #001a4d;
}

/* SweetAlert2 — tema buton hover'ını ez */
.swal2-container {
	z-index: 100000 !important;
}

.swal2-popup.oa-swal {
	font-family: inherit;
	border-radius: 16px;
}

.swal2-styled.oa-swal-btn,
.swal2-actions .swal2-confirm.oa-swal-btn {
	background: #f5a623 !important;
	color: #001a4d !important;
	border: 0 !important;
	box-shadow: none !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	padding: 10px 22px !important;
}

.swal2-styled.oa-swal-btn:hover,
.swal2-styled.oa-swal-btn:focus,
.swal2-actions .swal2-confirm.oa-swal-btn:hover,
.swal2-actions .swal2-confirm.oa-swal-btn:focus {
	background: #e09410 !important;
	color: #001a4d !important;
	filter: none !important;
	opacity: 1 !important;
}

.swal2-timer-progress-bar {
	background: #f5a623 !important;
}

.oa-auth-card__hello {
	margin: 0 0 8px;
	font-size: 18px;
	color: #001a4d;
}

.oa-auth-card__desc {
	margin: 0 0 18px;
	color: #64748b;
}

.oa-auth-link {
	display: inline-block;
	margin-top: 14px;
	font-weight: 700;
	color: #001a4d !important;
}

.oa-auth-lead {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
	text-align: center;
}

.oa-auth-label {
	display: block;
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: #001a4d;
}

.oa-auth-page a.oa-auth-back,
.oa-auth-back {
	display: block !important;
	margin-top: 16px !important;
	text-align: center;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #64748b !important;
	text-decoration: none !important;
	background: none !important;
}

.oa-auth-page a.oa-auth-back:hover,
.oa-auth-back:hover {
	color: #f5a623 !important;
}

.oa-auth-page button.oa-auth-submit--caps,
.oa-auth-submit--caps {
	text-transform: uppercase !important;
	letter-spacing: 0.04em;
	font-size: 13px !important;
}

/* ========== OA SSS CTA ========== */
.oa-faqcta {
	width: 100%;
}

.oa-faqcta__card {
	background: #fff;
	border: 1px solid #eef1f6;
	border-radius: 22px;
	padding: 28px 22px 24px;
	text-align: center;
	box-shadow: 0 14px 36px rgba(0, 26, 77, 0.07);
}

.oa-faqcta__icon {
	display: flex;
	justify-content: center;
	margin: 0 0 14px;
}

.oa-faqcta__art {
	position: relative;
	width: 112px;
	height: 86px;
	display: block;
}

.oa-faqcta__q {
	position: absolute;
	left: 18px;
	top: 6px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #001a4d;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 58px;
	text-align: center;
	z-index: 2;
	box-shadow: 0 8px 18px rgba(0, 26, 77, 0.18);
}

.oa-faqcta__bubble {
	position: absolute;
	right: 8px;
	bottom: 4px;
	width: 54px;
	height: 40px;
	background: #f5a623;
	border-radius: 18px 18px 18px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	z-index: 1;
}

.oa-faqcta__bubble i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	display: block;
}

.oa-faqcta__plus,
.oa-faqcta__ring {
	position: absolute;
	display: block;
}

.oa-faqcta__plus::before,
.oa-faqcta__plus::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 2px;
}

.oa-faqcta__plus::before {
	width: 10px;
	height: 2px;
	left: 0;
	top: 4px;
}

.oa-faqcta__plus::after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: 0;
}

.oa-faqcta__plus--tl {
	left: 6px;
	top: 10px;
	color: #f5a623;
}

.oa-faqcta__plus--br {
	right: 4px;
	bottom: 18px;
	color: #001a4d;
}

.oa-faqcta__ring {
	width: 10px;
	height: 10px;
	border: 1.6px solid currentColor;
	border-radius: 50%;
}

.oa-faqcta__ring--tr {
	right: 10px;
	top: 4px;
	color: #f5a623;
}

.oa-faqcta__ring--bl {
	left: 8px;
	bottom: 8px;
	width: 8px;
	height: 8px;
	color: #001a4d;
}

.oa-faqcta__title {
	margin: 0 0 10px !important;
	color: #001a4d !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
	font-weight: 800 !important;
}

.oa-faqcta__text {
	margin: 0 0 18px;
	color: #334155;
	font-size: 14.5px;
	line-height: 1.6;
}

.oa-faqcta__btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border-radius: 12px;
	background: #001a4d !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: none !important;
}

.oa-faqcta__btn:hover {
	background: #0a2a6e !important;
	color: #fff !important;
}

.oa-faqcta__arrow {
	font-size: 16px;
	line-height: 1;
}

/* ========== OA Paket notu ========== */
.oa-pknote {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	padding: 18px 18px 16px;
	border-radius: 16px;
	background: #fff6e5;
	box-sizing: border-box;
}

.oa-pknote__icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-top: 2px;
}

.oa-pknote__icon svg {
	width: 28px;
	height: 28px;
	display: block;
}

.oa-pknote__title {
	margin: 0 0 6px !important;
	color: #001a4d !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

.oa-pknote__text {
	margin: 0 0 8px;
	color: #334155;
	font-size: 14px;
	line-height: 1.55;
}

.oa-pknote__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #f5a623 !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	background: none !important;
}

.oa-pknote__link:hover {
	color: #d4890c !important;
}

/* ========== OA İletişim kartları ========== */
.oa-ccards {
	width: 100%;
}

.oa-ccards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.oa-ccards__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #fff;
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	border: 1px solid #f1f5f9;
	min-height: 100%;
	box-sizing: border-box;
}

.oa-ccards__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff3e0;
	color: #f5a623;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-ccards__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.oa-ccards__title {
	margin: 0 0 6px !important;
	color: #001a4d !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

.oa-ccards__value {
	display: block;
	margin: 0 0 6px;
	color: #001a4d !important;
	font-weight: 800;
	font-size: 15px;
	text-decoration: none !important;
	background: none !important;
	word-break: break-word;
}

a.oa-ccards__value:hover {
	color: #f5a623 !important;
}

.oa-ccards__text {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	.oa-ccards__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.oa-faqcta__title {
		font-size: 20px !important;
	}

	.oa-faqcta__card {
		padding: 24px 16px 20px;
	}

	.oa-pknote {
		padding: 16px 14px;
	}

	.oa-ccards__item {
		padding: 18px 16px;
	}
}

/* ========== OA Kurs Seçici ========== */
.oa-pick {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 8px 15px 28px;
	box-sizing: border-box;
}

.oa-pick__head {
	text-align: center;
	margin-bottom: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oa-pick__title {
	margin: 0 0 10px !important;
	width: 100%;
	text-align: center !important;
	font-family: inherit;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	color: #001a4d;
	letter-spacing: 0;
}

.oa-pick__sub {
	margin: 0 auto !important;
	max-width: 46ch;
	width: 100%;
	color: #8b93a0;
	font-size: 15px;
	line-height: 1.55;
	text-align: center !important;
}

.oa-pick__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.oa-pick__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 28px 22px 22px;
	background: #fff;
	border: 1px solid #e6ebf1;
	border-radius: 16px;
	box-sizing: border-box;
}

.oa-pick__icon {
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border: 1.6px solid #001a4d;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #001a4d;
	flex-shrink: 0;
}

.oa-pick__icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.oa-pick__name {
	margin: 0 0 10px;
	color: #001a4d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	min-height: calc(1.25em * 2);
}

.oa-pick__badge {
	display: inline-block;
	margin: 0 0 14px;
	padding: 4px 10px;
	border-radius: 6px;
	background: #f5c518;
	color: #111;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.oa-pick__text {
	margin: 0 0 18px;
	color: #5c6570;
	font-size: 14px;
	line-height: 1.65;
}

.oa-pick__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: auto;
	min-height: 46px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #001a4d;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: background 0.18s ease, transform 0.18s ease;
}

.oa-pick__btn:hover {
	background: #002966;
	color: #fff !important;
}

.oa-pick__card--hi {
	background: #fff8e8;
	border: 2px solid #f0b429;
	padding-top: 36px;
}

.oa-pick__card--hi .oa-pick__icon {
	border-color: #f0b429;
	color: #f0b429;
}

.oa-pick__ribbon {
	position: absolute;
	top: -11px;
	right: 14px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #f5c518;
	color: #111;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.03em;
	white-space: nowrap;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.oa-pick__perk {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	margin: 0 0 18px;
	padding: 12px 12px 11px;
	border-radius: 12px;
	background: #fff1c4;
	box-sizing: border-box;
}

.oa-pick__gift {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	color: #f5a623;
}

.oa-pick__gift svg {
	width: 22px;
	height: 22px;
	display: block;
}

.oa-pick__perk p {
	margin: 0;
	color: #001a4d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.oa-pick__card--hi .oa-pick__btn {
	background: #f5c518;
	color: #111 !important;
}

.oa-pick__card--hi .oa-pick__btn:hover {
	background: #ffd24a;
	color: #111 !important;
}

@media (min-width: 1320px) {
	body.size_wide .oa-pick {
		max-width: 1320px;
	}
}

@media (max-width: 1100px) {
	.oa-pick__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.oa-pick {
		padding-left: 12px;
		padding-right: 12px;
	}

	.oa-pick__grid {
		grid-template-columns: 1fr;
	}
}

/* ========== AffiliateWP landing + form ========== */
.elementor-widget-thim-ekits-oa-aff-hero > .elementor-widget-container {
	padding: 0 !important;
}

.oa-affhero {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 560px;
	background-color: #001a4d;
	overflow: visible;
	width: 100%;
	font-family: inherit;
}

.oa-affhero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	overflow: hidden;
	pointer-events: none;
	justify-content: flex-end;
	align-items: center;
}

.oa-affhero--h-left .oa-affhero__media {
	justify-content: flex-start;
}

.oa-affhero--h-center .oa-affhero__media {
	justify-content: center;
}

.oa-affhero--h-right .oa-affhero__media {
	justify-content: flex-end;
}

.oa-affhero--v-top .oa-affhero__media {
	align-items: flex-start;
}

.oa-affhero--v-center .oa-affhero__media {
	align-items: center;
}

.oa-affhero--v-bottom .oa-affhero__media {
	align-items: flex-end;
}

.oa-affhero__photo {
	display: block;
	object-position: var(--oa-aff-pos, center right);
}

.oa-affhero--fit-cover .oa-affhero__photo,
.oa-affhero--fit-contain .oa-affhero__photo {
	width: 100%;
	height: 100%;
}

.oa-affhero--fit-cover .oa-affhero__photo {
	object-fit: cover;
}

.oa-affhero--fit-contain .oa-affhero__photo {
	object-fit: contain;
}

.oa-affhero--fit-height .oa-affhero__photo {
	height: 100%;
	width: auto;
	max-width: none;
	object-fit: unset;
}

.oa-affhero--fit-width .oa-affhero__photo {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: unset;
}

.oa-affhero__fade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#001a4d 0%,
		#001a4d 26%,
		rgba(0, 26, 77, 0.94) 40%,
		rgba(0, 26, 77, 0.62) 54%,
		rgba(0, 26, 77, 0.22) 70%,
		transparent 86%
	);
}

.oa-affhero--noimg .oa-affhero__fade {
	background: #001a4d;
}

.oa-affhero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 48px 15px;
	min-height: inherit;
	box-sizing: border-box;
}

.oa-affhero--nopanel .oa-affhero__inner {
	grid-template-columns: minmax(0, 1fr);
}

.oa-affhero--apply .oa-affhero__copy {
	max-width: 520px;
}

.oa-affhero__grid {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 32px;
}

.oa-affhero__grid li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.oa-affhero__fico {
	width: 28px;
	height: 28px;
	color: #f5c518;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.oa-affhero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 24px 12px 0;
	color: #fff;
	max-width: 460px;
	width: 100%;
}

.oa-affhero__eye {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
}

.oa-affhero__title {
	margin: 0 0 14px;
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.12;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}

.oa-affhero__desc {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	max-width: 420px;
}

.oa-affhero__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-affhero__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.oa-affhero__check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f5c518;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.oa-affhero__btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.oa-affhero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px 12px 22px;
	background: #f5c518;
	color: #111 !important;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 28px;
	box-shadow: 0 8px 20px rgba(245, 197, 24, 0.28);
	transition: transform 0.15s ease, background 0.15s ease;
}

.oa-affhero__cta:hover {
	background: #ffd24a;
	color: #111 !important;
	transform: translateY(-1px);
}

.oa-affhero__cta-ico {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #111;
	color: #f5c518;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-affhero__login {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	border-radius: 28px;
	color: #fff !important;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	background: transparent;
	transition: background 0.15s ease;
}

.oa-affhero__login:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.oa-affhero__login-ico {
	display: inline-flex;
}

.oa-affhero__aside {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 320px;
	overflow: visible;
}

.oa-affhero__preview {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	overflow: visible;
	padding-right: 4px;
}

.oa-affhero__arrow {
	width: 88px;
	height: 72px;
	flex-shrink: 0;
	margin: 0;
	position: relative;
	z-index: 5;
	overflow: visible;
	pointer-events: none;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
}

.oa-affhero__panel {
	position: relative;
	width: 280px;
	flex-shrink: 0;
	background: #fff;
	border-radius: 16px;
	padding: 28px 16px 16px;
	box-shadow: 0 18px 50px rgba(0, 20, 60, 0.28);
	z-index: 3;
}

.oa-affhero__tab {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background: #001a4d;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
	padding: 7px 16px;
	border-radius: 8px;
}

.oa-affhero__phead {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	color: #001a4d;
}

.oa-affhero__stats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 14px;
}

.oa-affhero__stat {
	background: #f4f6fa;
	border-radius: 8px;
	padding: 8px 6px 7px;
	text-align: center;
}

.oa-affhero__stat span {
	display: block;
	font-size: 10px;
	color: #64748b;
	font-weight: 600;
}

.oa-affhero__stat strong {
	display: block;
	margin-top: 2px;
	font-size: 15px;
	color: #001a4d;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.oa-affhero__stat--wide {
	grid-column: 1 / -1;
	text-align: left;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oa-affhero__stat--wide strong {
	margin: 0;
	font-size: 18px;
}

.oa-affhero__chart {
	display: block;
	width: 100%;
	height: auto;
}

.oa-affsteps {
	padding: 64px 24px 72px;
	max-width: 1170px;
	margin: 0 auto;
}

.oa-affsteps__heading {
	margin: 0 0 40px;
	text-align: center;
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 800;
	color: #001a4d;
}

.oa-affsteps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oa-affsteps__item {
	padding: 8px 28px;
	border-right: 1px solid #e8edf3;
	display: flex;
	flex-direction: column;
}

.oa-affsteps__item:last-child {
	border-right: 0;
}

.oa-affsteps__ico {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(0, 70, 160, 0.08);
	color: #001a4d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.oa-affsteps__item--accent .oa-affsteps__ico {
	background: rgba(245, 166, 35, 0.16);
	color: #e08a00;
}

.oa-affsteps__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	color: #001a4d;
}

.oa-affsteps__num {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #f5a623;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.oa-affsteps__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #5b6472;
}

.oa-affperks {
	background: transparent;
	padding: 56px 24px 64px;
}

.oa-affperks__heading {
	max-width: 1170px;
	margin: 0 auto 36px;
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 800;
	color: #001a4d;
}

.oa-affperks__grid {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.oa-affperks__item {
	text-align: center;
	padding: 24px 16px 22px;
	background: #fff;
	border: 1px solid #e6ebf2;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(0, 26, 77, 0.06);
}

.oa-affperks__ico {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 50%;
	border: 1.5px solid rgba(0, 26, 77, 0.18);
	color: #001a4d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oa-affperks__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 800;
	color: #001a4d;
}

.oa-affperks__desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5b6472;
}

.oa-affhow {
	max-width: 1170px;
	margin: 0 auto;
	padding: 56px 24px 64px;
}

.oa-affhow__heading {
	margin: 0 0 10px;
	text-align: center;
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 800;
	color: #001a4d;
}

.oa-affhow__sub {
	margin: 0 auto 40px;
	max-width: 560px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	color: #5b6472;
}

.oa-affhow__track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--oa-how-n, 4), minmax(0, 1fr));
	gap: 20px;
	position: relative;
}

.oa-affhow__track::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 8%;
	right: 8%;
	height: 3px;
	background: #f5c518;
	z-index: 0;
}

.oa-affhow__item {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 4px;
}

.oa-affhow__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: #001a4d;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	border: 3px solid #f5c518;
	box-shadow: 0 0 0 4px #fff;
}

.oa-affhow__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 800;
	color: #001a4d;
}

.oa-affhow__desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5b6472;
}

.oa-affterms {
	max-width: 1170px;
	margin: 0 auto;
	padding: 48px 24px 72px;
}

.oa-affterms__split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 40px;
	align-items: center;
	margin-bottom: 8px;
}

.oa-affterms__split--left {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.oa-affterms__split--left .oa-affterms__media {
	order: -1;
}

.oa-affterms__split--noimg {
	grid-template-columns: 1fr;
	max-width: 760px;
}

.oa-affterms__media {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 26, 77, 0.12);
}

.oa-affterms__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.oa-affterms__heading {
	margin: 0 0 20px;
	font-size: clamp(26px, 2.6vw, 34px);
	font-weight: 800;
	color: #001a4d;
}

.oa-affterms__body {
	font-size: 15px;
	line-height: 1.7;
	color: #334155;
}

.oa-affterms__body p {
	margin: 0 0 14px;
}

.oa-affterms__body ul {
	margin: 0 0 16px;
	padding-left: 18px;
}

.oa-affterms__body li {
	margin: 0 0 8px;
}

.oa-affterms__cta {
	margin-top: 40px;
	padding: 36px 32px;
	background: #001a4d;
	border-radius: 16px;
	text-align: center;
	color: #fff;
}

.oa-affterms__cta-title {
	margin: 0 0 8px;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 800;
	color: #fff;
}

.oa-affterms__cta-text {
	margin: 0 0 22px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.82);
}

.oa-affterms__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px 12px 22px;
	background: #f5c518;
	color: #111 !important;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 28px;
	box-shadow: 0 8px 20px rgba(245, 197, 24, 0.28);
}

.oa-affterms__btn:hover {
	background: #ffd24a;
	color: #111 !important;
}

.oa-affterms__btn-ico {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #111;
	color: #f5c518;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-affaside {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.oa-affaside__card {
	border-radius: 14px;
	padding: 22px 22px 20px;
}

.oa-affaside__card--why {
	background: #f3efe6;
}

.oa-affaside__card--info {
	background: #f4f6f9;
}

.oa-affaside__title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 800;
	color: #001a4d;
	line-height: 1.3;
}

.oa-affaside__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.oa-affaside__list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #001a4d;
}

.oa-affaside__check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f5a623;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.oa-affaside__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.oa-affaside__ico {
	color: #001a4d;
	flex-shrink: 0;
	margin-top: 2px;
}

.oa-affaside__h {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 800;
	color: #001a4d;
}

.oa-affaside__p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5b6472;
}

.oa-affaside__contact {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #001a4d;
}

.oa-affaside__contact a {
	color: #001a4d !important;
	text-decoration: none !important;
}

.oa-affaside__contact a:hover {
	color: #f5a623 !important;
}

.oa-aff-form {
	max-width: 720px;
	margin: 40px auto 72px;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	padding: 40px 36px 40px;
	box-shadow: 0 16px 40px rgba(0, 26, 77, 0.07);
}

.oa-aff-form--login {
	max-width: 560px;
	padding: 36px 32px 34px;
}

.oa-aff-form--login .oa-auth-field {
	margin: 0 0 14px;
}

.oa-aff-form--login .oa-auth-row {
	margin: 4px 0 18px;
}

.oa-aff-form--login .affwp-form p:has(.g-recaptcha),
.oa-aff-form--login .affwp-form p:has(input[type="submit"]),
.oa-aff-form--login .affwp-form p:has(button[type="submit"]) {
	margin-bottom: 0;
}

.oa-aff-done--warn {
	text-align: left;
}

.oa-aff-done__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
}

.oa-aff-done__link--ghost {
	background: #fff;
	border: 1.5px solid #001a4d;
	color: #001a4d;
}

.oa-aff-form__head {
	margin: 0 0 28px;
	text-align: left;
}

.oa-aff-form__title {
	margin: 0 0 8px;
	font-size: clamp(26px, 2.4vw, 32px);
	font-weight: 800;
	color: #001a4d;
	line-height: 1.2;
}

.oa-aff-form__sub {
	margin: 0;
	font-size: 15px;
	color: #64748b;
	line-height: 1.5;
}

.oa-aff-req {
	color: #e11d48;
	font-weight: 800;
}

.oa-aff-register__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.oa-aff-form .affwp-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.oa-aff-form .affwp-form legend {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-weight: 800;
	color: #001a4d;
}

.oa-aff-form .affwp-form legend.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.oa-aff-form .affwp-form p {
	margin: 0 0 16px;
}

.oa-aff-form .affwp-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #001a4d;
}

.oa-aff-form .affwp-form input[type="text"],
.oa-aff-form .affwp-form input[type="email"],
.oa-aff-form .affwp-form input[type="password"],
.oa-aff-form .affwp-form select,
.oa-aff-form .affwp-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 12px 14px;
	background: #fff;
	font-size: 14px;
	color: #001a4d;
	box-shadow: none;
	box-sizing: border-box;
}

.oa-aff-form .affwp-form input::placeholder,
.oa-aff-form .affwp-form textarea::placeholder {
	color: #94a3b8;
}

.oa-aff-form .affwp-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

.oa-aff-form .affwp-form textarea {
	min-height: 110px;
	resize: vertical;
}

.oa-aff-check {
	margin: 0 0 12px !important;
}

.oa-aff-check__label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500 !important;
	font-size: 13px !important;
	line-height: 1.5;
	color: #334155 !important;
	cursor: pointer;
}

.oa-aff-check__label input {
	margin-top: 3px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: #001a4d;
}

.oa-aff-check__label a {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: underline;
}

.oa-aff-form .affwp-form input[type="submit"],
.oa-aff-form .affwp-form button[type="submit"] {
	width: 100%;
	min-height: 50px;
	border: 0;
	border-radius: 28px;
	background: #f5c518;
	color: #111;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 8px;
}

.oa-aff-form .affwp-form input[type="submit"]:hover,
.oa-aff-form .affwp-form button[type="submit"]:hover {
	background: #ffd24a;
}

.oa-aff-form .affwp-user-remember,
.oa-aff-form .affwp-tos {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 500 !important;
	color: #475569 !important;
}

.oa-aff-form .affwp-lost-password a {
	color: #001a4d;
	font-weight: 700;
	font-size: 13px;
}

.oa-aff-form .affwp-errors,
.oa-aff-form .affwp-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
}

.oa-aff-form .affwp-errors {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.oa-aff-form .g-recaptcha,
.oa-aff-form .affwp-recaptcha-v2 {
	margin: 4px 0 12px;
}

.oa-aff-form--done {
	max-width: 560px;
}

.oa-aff-done {
	padding: 28px 24px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	text-align: center;
}

.oa-aff-done__title {
	margin: 0 0 8px;
	font-size: 22px;
	color: #001a4d;
}

.oa-aff-done__text {
	margin: 0;
	color: #475569;
	line-height: 1.55;
}

.oa-aff-done__link {
	display: inline-flex;
	margin-top: 16px;
	padding: 10px 22px;
	border-radius: 28px;
	background: #f5c518;
	color: #111;
	font-weight: 800;
	text-decoration: none;
}

.oa-aff-form__missing {
	text-align: center;
	color: #b91c1c;
}

body.oa-aff-dash-body .site-content {
	padding-top: 24px !important;
}

body.oa-aff-dash-body .elementor-section,
body.oa-aff-dash-body .e-con,
body.oa-aff-dash-body .elementor-widget-container,
body.oa-aff-dash-body .affwp-card,
body.oa-aff-dash-body .affwp-card__header {
	overflow: visible !important;
}

.oa-aff-profile {
	max-width: 1170px;
	margin: 0 auto 48px;
}

.oa-aff-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	color: inherit;
	flex-shrink: 0;
}

.oa-aff-overview__rate {
	margin: 0 0 18px;
	color: #64748b;
	font-size: 14px;
}

.oa-aff-overview .statistic-box__icon span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: #fff3e0;
	color: #f5a623;
	border-radius: 12px;
}

.oa-aff-overview__link {
	margin: 8px 0 28px;
	padding: 16px;
	background: #f8fafc;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
}

.oa-aff-overview__link label {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
	color: #001a4d;
}

.oa-aff-overview__link-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.oa-aff-overview__link-row input {
	flex: 1 1 240px;
	min-height: 44px;
	border: 1px solid #e7ebf0;
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
}

.oa-aff-copy {
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: #f5a623;
	color: #111;
	font-weight: 800;
	cursor: pointer;
}

.oa-aff-overview__graph h3 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 800;
	color: #001a4d;
}

.oa-aff-iban-wrap input {
	width: 100%;
	max-width: 420px;
	min-height: 44px;
	border: 1px solid #e7ebf0;
	border-radius: 10px;
	padding: 10px 12px;
}

.oa-aff-payout-fields {
	margin: 8px 0 18px;
	padding: 16px;
	background: #f8fafc;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
}

.oa-aff-payout-fields__intro {
	margin: 0 0 14px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 991px) {
	body.oa-aff-dash-body .site-content,
	body.oa-lp-profile-page .site-content {
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box;
	}

	.oa-aff-profile {
		padding-left: 0;
		padding-right: 0;
	}
}

body.oa-aff-dash-body .affwp-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fff7e6;
	color: #7a4b00;
}

body.oa-aff-dash-body .affwp-table {
	width: 100%;
}

.tippy-box,
[data-tippy-root] {
	z-index: 10050 !important;
}

/* Kısa sayfada footer ile telif barı arasında boşluk kalmasın */
#wrapper-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content-pusher,
#main-content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

footer#colophon {
	margin-top: auto;
	flex: 0 0 auto !important;
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	background-color: #001a4d !important;
}

footer#colophon .footer,
footer#colophon .copyright-area {
	margin-top: 0 !important;
	background-color: #001a4d !important;
}

.oa-header-auth__dropdown a.oa-header-auth__sep {
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px solid #e8edf3;
}

body.oa-aff-dash-body .page-title-wrapper,
body.oa-aff-dash-body .top_site_main {
	display: none !important;
}

body.oa-aff-body .page-title-wrapper,
body.oa-aff-body .top_site_main {
	display: none !important;
}

body.oa-aff-body #sidebar,
body.oa-aff-body .sidebar,
body.oa-aff-body #secondary,
body.oa-aff-body .widget-area {
	display: none !important;
}

body.oa-aff-body #main-content,
body.oa-aff-body .site-content,
body.oa-aff-body .content-area {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

@media (min-width: 1320px) {
	body.size_wide .oa-affhero__inner,
	body.size_wide .oa-affsteps,
	body.size_wide .oa-affhow,
	body.size_wide .oa-affperks__heading,
	body.size_wide .oa-affperks__grid,
	body.size_wide .oa-affterms {
		max-width: 1320px;
	}
}

@media (max-width: 1024px) {
	.oa-affhero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.oa-affhero__fade {
		background: linear-gradient(
			180deg,
			#001a4d 0%,
			#001a4d 38%,
			rgba(0, 26, 77, 0.7) 58%,
			rgba(0, 26, 77, 0.25) 78%,
			transparent 100%
		);
	}

	.oa-affhero__copy {
		max-width: none;
		padding: 0 0 12px;
	}

	.oa-affhero__aside {
		min-height: 0;
		justify-content: center;
		padding-top: 32px;
		margin-top: 8px;
	}

	.oa-affhero__preview {
		justify-content: center;
	}

	.oa-affsteps__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.oa-affsteps__item {
		border-right: 0;
		padding: 0 8px 24px;
		border-bottom: 1px solid #e8edf3;
	}

	.oa-affsteps__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.oa-affhow__track {
		grid-template-columns: 1fr 1fr;
		gap: 28px 16px;
	}

	.oa-affhow__track::before {
		display: none;
	}

	.oa-affperks__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oa-affterms__split,
	.oa-affterms__split--left {
		grid-template-columns: 1fr;
	}

	.oa-affterms__split--left .oa-affterms__media {
		order: 0;
	}
}

@media (max-width: 640px) {
	.oa-affhero__title {
		font-size: 30px;
	}

	.oa-affhero__btns {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 8px;
	}

	.oa-affhero__cta,
	.oa-affhero__login {
		justify-content: center;
	}

	.oa-affhero__aside {
		padding-top: 40px;
	}

	.oa-affhero__preview {
		flex-direction: column;
		gap: 8px;
	}

	.oa-affhero__arrow {
		display: none;
	}

	.oa-affhero__panel {
		width: min(300px, 100%);
	}

	.oa-affhero__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oa-affhow__track {
		grid-template-columns: 1fr;
	}

	.oa-affperks__grid {
		grid-template-columns: 1fr;
	}

	.oa-aff-form {
		margin: 16px 12px 48px;
		padding: 24px 18px 28px;
	}

	.oa-aff-register__row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
