/* CTPOLAT — Türkçe menü / buton hizalaması */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* Üst bar — koyu arka plan, beyaz yazılar */
.header-style-1 .pre-header {
	background: #1a1a1a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1.4;
	padding: 0.55rem 0;
}

.ctp-pre-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: nowrap;
}

.ctp-top-contact {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.35rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.ctp-top-contact li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
	font-size: 12.5px;
	margin: 0;
	color: #fff;
}

.ctp-top-contact i {
	color: #fff;
	flex-shrink: 0;
	font-size: 14px;
	opacity: 0.7;
}

.ctp-top-label {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

.ctp-top-value {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ctp-top-contact a {
	color: #fff;
	text-decoration: none;
}

.ctp-top-contact a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.ctp-top-sep {
	color: rgba(255, 255, 255, 0.45);
	margin: 0 0.2rem;
}

.ctp-pre-header-email {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-shrink: 0;
	font-size: 12.5px;
	white-space: nowrap;
	color: #fff;
}

.ctp-pre-header-email i {
	color: #fff;
	font-size: 14px;
	opacity: 0.7;
}

.ctp-pre-header-email a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.ctp-pre-header-email a:hover {
	color: rgba(255, 255, 255, 0.75);
}

/* Logo — büyük */
.site-header.header-style-1 .site-branding {
	flex: 0 0 auto;
	margin-right: 1.5rem;
	margin-left: -10px;
	max-width: none;
	position: relative;
	z-index: 1;
}

.site-header.header-style-1 .site-branding .site-title {
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	text-align: left;
}

.site-header.header-style-1 .site-branding .site-title a {
	display: block;
	line-height: 0;
}

.site-header.header-style-1 .site-branding .ctp-logo,
.site-header.header-style-1 .site-branding img.ctp-logo {
	max-height: 130px !important;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: left center;
	display: block;
}

.ctp-footer-logo-wrap {
	display: inline-block;
	background: rgba(255, 255, 255, 0.98);
	padding: 0.9rem 1.35rem;
	border-radius: 10px;
	margin-bottom: 0.75rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ctp-footer-logo {
	max-height: 118px;
	width: auto;
	display: block;
}

.site-header.header-style-1 .site-header-menu {
	height: auto !important;
	min-height: 118px;
}

.site-header.header-style-1 .sticky-header.site-header-menu {
	height: auto !important;
	min-height: 100px;
}

.site-header.header-style-1 .site-header-menu > .container {
	padding-left: 0.5rem;
	padding-right: 0.35rem;
}

.site-header.header-style-1 .site-header-menu > .container > .row > .col-md-12 > .d-flex {
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 0;
}

.site-header.header-style-1 .site-navigations {
	flex: 0 1 auto;
	min-width: 0;
	overflow: visible;
	position: relative;
	z-index: 2;
	margin-left: 0;
	padding-left: 0;
}

@media (min-width: 1200px) {
	.site-header.header-style-1 .site-header-menu > .container {
		padding-left: 0.35rem;
		padding-right: 0.15rem;
	}

	.site-header.header-style-1 .site-header-menu > .container > .row > .col-md-12 > .d-flex {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		column-gap: 0.65rem;
	}

	.site-header.header-style-1 .site-branding {
		margin-left: -1.35rem;
		margin-right: 0;
		flex-shrink: 0;
		justify-self: start;
	}

	.site-header.header-style-1 .site-navigations {
		flex: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		min-width: 0;
		justify-self: stretch;
		overflow: visible;
	}

	.site-header.header-style-1 .site-header-menu,
	.site-header.header-style-1 .main-menu,
	.site-header.header-style-1 #pbmit-menu,
	.site-header.header-style-1 .pbmit-menu-wrap {
		overflow: visible !important;
	}

	.site-header.header-style-1 .site-header-menu > .container,
	.site-header.header-style-1 .site-header-menu > .container > .row,
	.site-header.header-style-1 .site-header-menu > .container > .row > .col-md-12 {
		overflow: visible;
	}

	.site-header.header-style-1 .main-menu .navigation li.dropdown > .righticon {
		display: none;
	}

	.site-header.header-style-1 .site-navigations ul.navigation > li:first-child > a {
		padding-left: 0 !important;
	}

	.site-header.header-style-1 .pbmit-menu-wrap .navigation {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.site-header.header-style-1 .pbmit-right-side,
	.site-header.header-style-1 .ctp-header-actions {
		flex: 0 0 auto;
		margin-left: 0;
		margin-right: -0.85rem;
		padding-left: 0;
		padding-right: 0;
		justify-self: end;
	}

	.site-header.header-style-1 .pbmit-header-button .ctp-btn-payment--header {
		font-size: 0.78rem !important;
		padding: 9px 14px !important;
	}

	#pbmit-menu {
		display: block !important;
	}

	.ctp-mobile-menu-head,
	.ctp-mobile-menu-footer,
	.ctp-mobile-close {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1549px) {
	.site-header.header-style-1 .site-branding .ctp-logo {
		max-height: 108px !important;
	}

	.site-header.header-style-1 .site-navigations ul.navigation > li > a {
		font-size: 12px !important;
		padding: 0.85rem 5px !important;
		letter-spacing: 0.02em;
	}

	.site-header.header-style-1 .pbmit-header-button .ctp-btn-payment--header {
		font-size: 0.75rem !important;
		padding: 8px 12px !important;
	}
}

.site-header.header-style-1 .site-navigations ul.navigation > li > a {
	height: auto !important;
	min-height: 0;
	line-height: 1.2;
	padding: 1.1rem 9px !important;
	margin: 0 !important;
	font-size: 13px !important;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

/* Kurumsal Uyum — alt menü */
@media (min-width: 1200px) {
	.site-header.header-style-1 .main-menu .navigation > li.dropdown {
		position: relative;
	}

	.site-header.header-style-1 .main-menu .navigation > li.dropdown > ul {
		min-width: 320px;
		max-width: 360px;
		max-height: min(70vh, 520px);
		overflow-x: hidden;
		overflow-y: auto;
		left: 50%;
		top: 100%;
		transform: translateX(-50%) translateY(8px);
		border-bottom-color: #1a1a1a;
		z-index: 1100;
	}

	.site-header.header-style-1 .main-menu .navigation > li.dropdown:hover > ul {
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		transform: translateX(-50%) translateY(0) !important;
		z-index: 1100;
	}

	.site-header.header-style-1 .main-menu .navigation > li.dropdown > ul .ctp-nav-submenu-label span {
		display: block;
		padding: 12px 20px 8px;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.55);
		pointer-events: none;
	}

	.site-header.header-style-1 .main-menu .navigation > li.dropdown > ul a {
		font-size: 11px;
		line-height: 1.35;
		text-transform: none;
		letter-spacing: 0.02em;
		white-space: normal;
	}
}

@media (min-width: 1400px) {
	.site-header.header-style-1 .site-branding {
		margin-left: -1.5rem;
	}

	.site-header.header-style-1 .site-branding .ctp-logo {
		max-height: 118px !important;
	}

	.site-header.header-style-1 .site-navigations ul.navigation > li > a {
		font-size: 12.5px !important;
		padding: 0.9rem 7px !important;
	}

	.site-header.header-style-1 .ctp-header-actions {
		margin-right: -1rem;
	}
}

@media (min-width: 1550px) {
	.site-header.header-style-1 .site-branding .ctp-logo {
		max-height: 126px !important;
	}

	.site-header.header-style-1 .site-navigations ul.navigation > li > a {
		font-size: 13.5px !important;
		padding: 1rem 8px !important;
	}

	.site-header.header-style-1 .pbmit-header-button .ctp-btn-payment--header {
		font-size: 0.8125rem !important;
		padding: 10px 15px !important;
	}
}

.site-header.header-style-1 .pbmit-right-side,
.site-header.header-style-1 .ctp-header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin-left: auto;
	padding-left: 0.5rem;
}

@media (min-width: 1200px) {
	.site-header.header-style-1 .pbmit-right-side,
	.site-header.header-style-1 .ctp-header-actions {
		margin-left: 0;
	}
}

/* Arama butonu menüyü sıkıştırmasın — masaüstünde gizle */
@media (min-width: 992px) {
	.ctp-header-search-btn {
		display: none;
	}
}

.site-header.header-style-1 .pbmit-header-button .ctp-btn-payment {
	white-space: nowrap;
	line-height: 1.25;
}

/* Ödeme — siyah / beyaz CTA */
.ctp-btn-payment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none !important;
	background: #1a1a1a;
	color: #fff !important;
	border: 1px solid #1a1a1a !important;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	padding: 10px 16px !important;
}

@media (min-width: 1200px) {
	.ctp-btn-payment {
		font-size: 0.875rem;
		padding: 11px 20px !important;
	}
}

.ctp-btn-payment:hover {
	background: #333;
	color: #fff !important;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
}

.ctp-btn-payment:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 2px;
}

.ctp-btn-payment__main {
	display: inline-block;
}

.ctp-btn-payment__short {
	display: none;
}

@media (max-width: 1199px) {
	.ctp-btn-payment__full {
		display: none;
	}

	.ctp-btn-payment__short {
		display: inline-block;
	}
}

/* Mobil menü — sağdan açılan panel */
@media (max-width: 1199px) {
	body.ctp-menu-open {
		overflow: hidden;
	}

	.site-header.header-style-1 .site-header-menu > .container > .row > .col-md-12 > .d-flex {
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.35rem;
	}

	.site-header.header-style-1 .site-branding {
		flex: 1 1 auto;
		min-width: 0;
		margin-right: 0.5rem;
	}

	.site-header.header-style-1 .site-navigations {
		flex: 0 0 auto;
		overflow: visible;
		position: static;
	}

	.site-header.header-style-1 .main-menu {
		position: static;
	}

	.site-header.header-style-1 .navbar-header {
		position: static;
	}

	.site-header.header-style-1 .navbar-toggler {
		position: static;
		top: auto;
		right: auto;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #e5e5e5;
		border-radius: 8px;
		background: #fff;
		margin: 0;
	}

	.site-header.header-style-1 .pbmit-mobile-menu-bg {
		display: block !important;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.55);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 9998;
	}

	.site-header.header-style-1.active .pbmit-mobile-menu-bg {
		opacity: 1;
		visibility: visible;
	}

	.site-header.header-style-1 #pbmit-menu,
	.site-header.header-style-1 #pbmit-menu.collapse:not(.show) {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap {
		position: fixed;
		top: 0;
		right: 0;
		width: min(320px, 88vw);
		height: 100vh;
		height: 100dvh;
		background: #111;
		z-index: 9999;
		transform: translateX(100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		overflow-y: auto;
		padding: 0;
		box-shadow: -8px 0 32px rgba(0, 0, 0, 0.35);
		display: flex;
		flex-direction: column;
	}

	.site-header.header-style-1.active .ctp-mobile-menu-wrap {
		transform: translateX(0);
	}

	.ctp-mobile-menu-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.25rem 1.25rem 1rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ctp-mobile-menu-title {
		font-size: 0.75rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #fff;
	}

	.ctp-mobile-close {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 8px;
		background: transparent;
		cursor: pointer;
		position: static;
	}

	.ctp-mobile-close-icon,
	.ctp-mobile-close-icon::before,
	.ctp-mobile-close-icon::after {
		display: block;
		width: 18px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
		position: relative;
	}

	.ctp-mobile-close-icon::before,
	.ctp-mobile-close-icon::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.ctp-mobile-close-icon::before {
		transform: rotate(45deg);
	}

	.ctp-mobile-close-icon::after {
		transform: rotate(-45deg);
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		position: static !important;
		width: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0.5rem 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
		overflow: visible !important;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation > li {
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation > li > a {
		color: #fff !important;
		font-size: 1rem !important;
		padding: 1rem 1.25rem !important;
		letter-spacing: 0.02em;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation > li.active > a,
	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation > li > a:hover {
		background: rgba(255, 255, 255, 0.06);
		color: #fff !important;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation li.dropdown {
		position: relative;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation li.dropdown > ul {
		display: none;
		position: static !important;
		height: auto !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
		box-shadow: none !important;
		background: rgba(0, 0, 0, 0.2) !important;
		min-width: 0 !important;
		border-bottom: none !important;
		overflow: hidden;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation li.dropdown > ul.open {
		display: block;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation li.dropdown > ul a {
		padding: 0.75rem 1.25rem 0.75rem 2rem !important;
		font-size: 0.875rem !important;
		text-transform: none;
		letter-spacing: 0.01em;
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation .ctp-nav-submenu-label span {
		display: block;
		padding: 0.65rem 1.25rem 0.35rem 2rem;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.55);
	}

	.site-header.header-style-1 .ctp-mobile-menu-wrap .navigation li.dropdown .righticon {
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		cursor: pointer;
		z-index: 2;
	}

	.ctp-mobile-menu-footer {
		padding: 1.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: auto;
	}

	.ctp-btn-payment--mobile-block {
		display: flex !important;
		width: 100%;
		justify-content: center;
		background: #fff !important;
		color: #1a1a1a !important;
		border-color: #fff !important;
		padding: 0.85rem 1rem !important;
		font-size: 0.875rem !important;
	}

	.ctp-btn-payment--mobile-block:hover {
		background: #f0f0f0 !important;
		color: #1a1a1a !important;
	}

	.site-header.header-style-1 .ctp-header-actions {
		flex: 0 0 auto;
		margin-left: auto;
		padding-left: 0;
		gap: 0.35rem;
	}

	.site-header.header-style-1 .pbmit-header-button,
	.site-header.header-style-1 .ctp-header-payment-wrap {
		display: block !important;
	}

	.site-header.header-style-1 .ctp-header-search-btn {
		display: none !important;
	}

	.site-header.header-style-1 .ctp-btn-payment--header {
		font-size: 0.6875rem !important;
		padding: 7px 10px !important;
	}
}

/* İletişim haritası */
.ctp-contact-map {
	background: #f5f5f5;
}

.ctp-contact-map .contact-section-iframe iframe {
	display: block;
	width: 100%;
	height: 480px;
	border: 0;
	filter: grayscale(20%);
}

@media (min-width: 768px) {
	.ctp-contact-map .contact-section-iframe iframe {
		height: 560px;
	}
}

/* İletişim sayfası — siyah/beyaz kutular */
.contact-ihbox .col-md-4:nth-child(2) .pbmit-ihbox-style-4 {
	background-color: #1a1a1a !important;
}

.contact-ihbox .col-md-4 .pbmit-ihbox-style-4 {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.contact-ihbox .pbmit-custom-heading,
.contact-ihbox .pbmit-cta3-content-wrapper,
.contact-ihbox .pbmit-cta3-content-wrapper a {
	color: #1a1a1a;
}

.contact-ihbox .pbmit-textcolor-white .pbmit-custom-heading,
.contact-ihbox .pbmit-textcolor-white .pbmit-cta3-content-wrapper,
.contact-ihbox .pbmit-textcolor-white .pbmit-cta3-content-wrapper a {
	color: #fff !important;
}

/* Footer iletişim kartları — tam beyaz metin */
.ctp-footer-contact-card__label {
	color: rgba(255, 255, 255, 0.85);
}

.ctp-footer-contact-card__value,
.ctp-footer-contact-card__value a,
.ctp-footer-contact-card__link {
	color: #fff !important;
}

.ctp-site-footer .ctp-footer-menu ul li a,
.ctp-site-footer .ctp-footer-blog .pbmit-recent-post-list-li a {
	color: #fff !important;
}

.ctp-site-footer .post-date {
	color: rgba(255, 255, 255, 0.72) !important;
}

.ctp-footer-about {
	color: rgba(255, 255, 255, 0.92) !important;
}

/* ISO belgeleri — siyah/beyaz, ihbox ile ayrık */
.ctp-iso-section {
	background: #fff;
	padding-top: 3.5rem;
	padding-bottom: 4rem;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.ctp-iso-grid {
	--bs-gutter-x: 1.75rem;
	--bs-gutter-y: 1.75rem;
	margin-bottom: 0;
}

.ctp-iso-grid__col {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.ctp-iso-section__eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0.5rem;
}

.ctp-iso-section__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 0.75rem;
}

.ctp-iso-section__desc {
	max-width: 820px;
	margin: 0 auto 2.5rem;
	color: #666;
	font-size: 1rem;
	line-height: 1.75;
}

.ctp-iso-section__desc p {
	margin: 0 0 0.85rem;
}

.ctp-iso-section__desc p:last-child {
	margin-bottom: 0;
}

.ctp-iso-section__desc a {
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ctp-iso-section__desc a:hover {
	color: var(--pbmit-global-color, #b8963e);
}

.ctp-iso-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ctp-iso-card:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	border-color: #1a1a1a;
}

.ctp-iso-card__image {
	background: #fafafa;
	padding: 1.25rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
}

.ctp-iso-card__image img {
	max-width: 65%;
	max-height: 90px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.92;
}

.ctp-iso-card:hover .ctp-iso-card__image img {
	filter: grayscale(0%);
	opacity: 1;
}

.ctp-iso-card__body {
	padding: 1rem 1.15rem 1.25rem;
	background: #fff;
	border-top: 1px solid #eee;
	text-align: center;
}

.ctp-iso-card__code {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: #1a1a1a;
	padding: 0.3rem 0.65rem;
	border-radius: 3px;
	margin-bottom: 0.5rem;
}

.ctp-iso-card__name {
	font-size: 0.875rem;
	font-weight: 500;
	color: #444;
	margin: 0;
	line-height: 1.45;
}

/* İhbox — negatif margin kaldır, siyah/beyaz, ISO ile aralık */
.ctp-ihbox-section.ihbox-section-one {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	margin-top: 0;
}

.ctp-ihbox-one.ihbox-one {
	margin-top: 0 !important;
}

.ctp-ihbox-section .pbmit-icon-skincolor,
.ctp-ihbox-section .pbmit-icon-skincolor i {
	color: inherit !important;
}

.ctp-ihbox-row {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.ctp-ihbox-section .col-md-4 {
	background-color: #fff !important;
}

.ctp-ihbox-section .col-md-4 .pbmit-ihbox-icon,
.ctp-ihbox-section .col-md-4 .pbmit-custom-heading,
.ctp-ihbox-section .col-md-4 .pbmit-cta3-content-wrapper {
	color: #1a1a1a !important;
}

.ctp-ihbox-section .ctp-ihbox-icon-img {
	display: block;
	width: 65px;
	height: 65px;
	object-fit: contain;
}

.ihbox-section-one {
	margin-top: 0;
}

/* Anasayfa — Hakkımızda görsel hizalama */
.ctp-about-section__row {
	align-items: center;
}

.ctp-about-section__media {
	padding-top: 0;
}

.ctp-about-section__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(26, 26, 26, 0.1);
}

.ctp-about-section__img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.ctp-about-section__media {
		padding-right: 1.25rem;
	}

	.ctp-about-section__figure {
		margin-top: 2.5rem;
	}
}

@media (max-width: 991px) {
	.ctp-about-section__media {
		margin-bottom: 2rem;
	}
}

/* Hakkımızda sayfası */
.ctp-about-page__intro {
	margin-bottom: 0;
}

.ctp-about-page__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(26, 26, 26, 0.14);
}

.ctp-about-page__img {
	display: block;
	width: 100%;
	height: auto;
}

.ctp-about-page__iso {
	max-width: 820px;
}

.ctp-about-page__iso-list {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.ctp-about-page__iso-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0 14px 4px;
	border-bottom: 1px solid #ececec;
	color: #444;
	font-size: 16px;
	line-height: 1.55;
}

.ctp-about-page__iso-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ctp-about-page__iso-list li::before {
	content: "";
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color, #bfa065);
	box-shadow: 0 0 0 4px rgba(191, 160, 101, 0.15);
}

.ctp-about-page blockquote {
	border-color: var(--pbmit-global-color, #bfa065) !important;
	background: #fafafa;
	padding: 1.5rem 1.75rem;
	border-radius: 0 12px 12px 0;
}

@media (min-width: 992px) {
	.ctp-about-page__figure {
		margin-top: 0.5rem;
	}
}

/* Anasayfa — müvekkil görüşleri avatarları */
.ctp-testimonial-section .pbmit-testimonialbox-style-4 .pbmit-box-img img {
	width: 90px;
	height: 90px;
	max-width: 90px;
	max-height: 90px;
	object-fit: cover;
	object-position: top center;
	border: 3px solid #fff;
	box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
}

/* Slider ile üst bar çakışmasını azalt */
.pbmit-slider-seven .pbmit-slider-item {
	min-height: 520px;
}

/* Anasayfa — kurucu imza (orijinal imza görseli) */
.ctp-signature-wrap {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	padding: 0;
	background: none;
}

.ctp-signature-img {
	display: block;
	max-width: min(100%, 400px);
	width: auto;
	height: auto;
	opacity: 0.98;
}
.page-wrapper.home .pbmit-slider-seven .pbmit-title {
	font-size: 108px !important;
	line-height: 147px !important;
}

@media (max-width: 1200px) {
	.page-wrapper.home .pbmit-slider-seven .pbmit-title {
		font-size: 88px !important;
		line-height: 118px !important;
	}
}

@media (max-width: 991px) {
	.page-wrapper.home .pbmit-slider-seven .pbmit-title {
		font-size: 73px !important;
		line-height: 98px !important;
	}
}

@media (max-width: 767px) {
	.page-wrapper.home .pbmit-slider-seven .pbmit-title {
		font-size: 48px !important;
		line-height: 68px !important;
	}
}

/* ——— KVKK / Politika sayfaları ——— */
.ctp-legal-page {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}

.ctp-legal-breadcrumb {
	font-size: 0.8125rem;
	color: #888;
	margin-bottom: 1.5rem;
}

.ctp-legal-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.ctp-legal-breadcrumb a:hover {
	color: #b6912b;
}

.ctp-legal-breadcrumb .sep {
	margin: 0 0.4rem;
	opacity: 0.5;
}

.ctp-legal-breadcrumb .current {
	color: #1a1a1a;
	font-weight: 600;
}

.ctp-legal-sidebar {
	position: sticky;
	top: 100px;
	background: #fff;
	border: 1px solid rgba(26, 26, 26, 0.08);
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.ctp-legal-sidebar__head {
	padding: 1.25rem 1.35rem;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	color: #fff;
}

.ctp-legal-sidebar__badge {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d4af37;
	margin-bottom: 0.35rem;
}

.ctp-legal-sidebar__head p {
	font-size: 0.8125rem;
	opacity: 0.85;
	line-height: 1.5;
}

.ctp-legal-nav ul {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
}

.ctp-legal-nav li {
	margin: 0;
}

.ctp-legal-nav a {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.75rem 1.25rem;
	color: #444;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.4;
	border-left: 3px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ctp-legal-nav a i {
	margin-top: 0.15rem;
	color: #b6912b;
	flex-shrink: 0;
	width: 1rem;
	text-align: center;
}

.ctp-legal-nav a:hover,
.ctp-legal-nav a.is-active {
	background: rgba(212, 175, 55, 0.08);
	color: #1a1a1a;
	border-left-color: #d4af37;
}

.ctp-legal-nav a.is-active {
	font-weight: 600;
}

.ctp-legal-toc {
	padding: 1rem 1.25rem 1.25rem;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.ctp-legal-toc__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #888;
	margin-bottom: 0.65rem;
}

.ctp-legal-toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ctp-legal-toc li {
	margin: 0;
}

.ctp-legal-toc a {
	display: block;
	padding: 0.35rem 0;
	font-size: 0.8125rem;
	color: #666;
	text-decoration: none;
	line-height: 1.4;
}

.ctp-legal-toc a:hover {
	color: #b6912b;
}

.ctp-legal-hero {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 1.75rem 2rem;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #fafafa 0%, #f3f3f3 100%);
	border: 1px solid rgba(26, 26, 26, 0.06);
	border-radius: 10px;
	border-left: 4px solid #d4af37;
}

.ctp-legal-hero__icon {
	flex-shrink: 0;
	width: 3.25rem;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	color: #d4af37;
	border-radius: 8px;
	font-size: 1.35rem;
}

.ctp-legal-hero__eyebrow {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #b6912b;
	margin-bottom: 0.25rem;
}

.ctp-legal-hero__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.5rem;
	line-height: 1.25;
}

.ctp-legal-hero__subtitle {
	font-size: 0.9375rem;
	color: #555;
	margin: 0;
	line-height: 1.55;
	max-width: 52ch;
}

.ctp-legal-body {
	background: #fff;
	border: 1px solid rgba(26, 26, 26, 0.06);
	border-radius: 10px;
	padding: 2rem 2.25rem;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.ctp-legal-body-html h2,
.ctp-legal-body-html h3,
.ctp-legal-body-html .ctp-legal-section__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 1.75rem 0 1rem;
	line-height: 1.35;
}

.ctp-legal-body-html h2:first-child,
.ctp-legal-body-html h3:first-child {
	margin-top: 0;
}

.ctp-legal-body-html ul,
.ctp-legal-body-html ol {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.75;
}

.ctp-legal-body-html table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.ctp-legal-body-html table th,
.ctp-legal-body-html table td {
	border: 1px solid rgba(26, 26, 26, 0.1);
	padding: 0.65rem 0.75rem;
}

.ctp-legal-body-html table th {
	background: #f8f9fa;
	font-weight: 600;
}

.ctp-legal-section {
	padding-bottom: 1.75rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.ctp-legal-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.ctp-legal-section__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 1rem;
	line-height: 1.35;
}

.ctp-legal-lead {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #333;
	font-weight: 500;
	margin-bottom: 0;
}

.ctp-legal-body p {
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #444;
	margin-bottom: 1rem;
}

.ctp-legal-body p:last-child {
	margin-bottom: 0;
}

.ctp-legal-list {
	margin: 0 0 0.5rem;
	padding-left: 0;
	list-style: none;
}

.ctp-legal-list li {
	position: relative;
	padding: 0.45rem 0 0.45rem 1.35rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #444;
	border-bottom: 1px solid rgba(26, 26, 26, 0.04);
}

.ctp-legal-list li:last-child {
	border-bottom: none;
}

.ctp-legal-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.95rem;
	width: 6px;
	height: 6px;
	background: #d4af37;
	border-radius: 50%;
}

.ctp-legal-definitions {
	margin: 0;
}

.ctp-legal-definitions dt {
	font-weight: 700;
	font-size: 0.9375rem;
	color: #1a1a1a;
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(26, 26, 26, 0.1);
}

.ctp-legal-definitions dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.ctp-legal-definitions dd {
	margin: 0.35rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #555;
}

.ctp-legal-table-wrap {
	overflow-x: auto;
	margin: 0.5rem 0 1rem;
	border-radius: 8px;
	border: 1px solid rgba(26, 26, 26, 0.08);
}

.ctp-legal-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.ctp-legal-table th,
.ctp-legal-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.ctp-legal-table th {
	background: #1a1a1a;
	color: #fff;
	font-weight: 600;
	font-size: 0.8125rem;
	white-space: nowrap;
}

.ctp-legal-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.ctp-legal-table tbody tr:hover {
	background: rgba(212, 175, 55, 0.06);
}

.ctp-legal-table-note {
	margin-top: 0.5rem;
	color: #777;
}

.ctp-legal-callout {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.04) 100%);
	border: 1px solid rgba(182, 145, 43, 0.25);
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
}

.ctp-legal-callout__label {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #9a7b1a;
	margin-bottom: 0.5rem;
}

.ctp-legal-callout p {
	margin-bottom: 0.75rem;
}

.ctp-legal-callout p:last-child {
	margin-bottom: 0;
}

.ctp-legal-footer-note {
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
	background: #f8f8f8;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #666;
}

.ctp-legal-footer-note a {
	color: #b6912b;
	font-weight: 600;
	text-decoration: none;
}

.ctp-legal-footer-note a:hover {
	text-decoration: underline;
}

.ctp-faq-answer,
.ctp-faq-answer p,
.ctp-faq-answer li,
.ctp-faq-answer span,
.ctp-faq-answer div {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
	color: #444 !important;
	letter-spacing: normal !important;
}

.ctp-faq-answer p:last-child {
	margin-bottom: 0;
}

.accordion-style-1 .accordion-button {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}

/* Footer — modern UI */
.ctp-site-footer .footer-wrap.pbmit-footer-big-area {
	display: none;
}

.ctp-footer-top {
	background: #1a1a1a;
	padding: 2.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ctp-footer-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	height: 100%;
}

.ctp-footer-contact-card__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #fff;
	font-size: 1.1rem;
}

.ctp-footer-contact-card__label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0.35rem;
}

.ctp-footer-contact-card__value {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 0.35rem;
	font-family: inherit;
}

.ctp-footer-contact-card__value a {
	color: #fff;
	text-decoration: none;
}

.ctp-footer-contact-card__value a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.ctp-footer-contact-card__link {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}

.ctp-footer-contact-card__link:hover {
	color: #fff;
}

.ctp-footer-main {
	padding: 3rem 0 2.5rem !important;
}

/* Footer grid — yan yana eşit bölümler */
.ctp-footer-grid {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 2rem;
	align-items: flex-start;
}

.ctp-footer-grid__brand .widget,
.ctp-footer-grid__col .widget {
	margin: 0;
	padding: 0;
}

.ctp-footer-grid .pbmit-footer-widget-col-1,
.ctp-footer-grid .pbmit-footer-widget-col-2,
.ctp-footer-grid .pbmit-footer-widget-col-3,
.ctp-footer-grid .pbmit-footer-widget-col-4,
.ctp-footer-main .pbmit-footer-widget-col-1,
.ctp-footer-main .pbmit-footer-widget-col-2,
.ctp-footer-main .pbmit-footer-widget-col-3,
.ctp-footer-main .pbmit-footer-widget-col-4 {
	width: auto !important;
	margin-right: 0 !important;
	float: none !important;
}

.ctp-footer-about {
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.7 !important;
	font-size: 0.9375rem !important;
	max-width: 340px;
}

.ctp-site-footer .widget-title {
	color: #fff !important;
	font-size: 1rem !important;
	margin-bottom: 1.15rem !important;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ctp-site-footer .widget-title::after,
.ctp-site-footer .widget .widget-title::before {
	display: none !important;
}

.ctp-site-footer .ctp-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ctp-site-footer .ctp-footer-menu ul li a,
.ctp-site-footer .ctp-footer-blog .pbmit-recent-post-list-li a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.9375rem !important;
	padding: 0.35rem 0 !important;
	padding-left: 0 !important;
	display: block;
	text-decoration: none;
	transition: color 0.2s ease;
	font-family: inherit !important;
}

.ctp-site-footer .widget .pbmit-footermenu-wrapper ul li a {
	padding-left: 0 !important;
	padding-top: 0.35rem !important;
	padding-bottom: 0.35rem !important;
}

.ctp-site-footer .widget .pbmit-footermenu-wrapper ul li a::after {
	display: none !important;
}

.ctp-site-footer .ctp-footer-menu ul li a::after {
	display: none !important;
}

.ctp-site-footer .ctp-footer-menu ul li a:hover,
.ctp-site-footer .ctp-footer-blog .pbmit-recent-post-list-li a:hover {
	color: #fff !important;
	padding-left: 0 !important;
}

.ctp-site-footer .ctp-footer-blog .pbmit-recent-post-list-li {
	padding: 0 0 1rem !important;
	border: none !important;
}

.ctp-site-footer .post-date {
	color: rgba(255, 255, 255, 0.45) !important;
	font-size: 0.75rem !important;
	display: block;
	margin-top: 0.2rem;
}

/* Footer — KVKK link bandı (tam beyaz, şık) */
.ctp-footer-legal {
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 2.25rem 0;
}

.ctp-footer-legal__title {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #fff;
	margin-bottom: 1.25rem;
}

.ctp-footer-legal__inner {
	text-align: center;
}

.ctp-footer-legal__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.ctp-footer-legal__links a {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: none;
	padding: 0.5rem 0.9rem;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ctp-footer-legal__links a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-1px);
}

.ctp-footer-bottom {
	background: #111 !important;
	padding: 1rem 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.ctp-footer-copyright {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.82);
	letter-spacing: 0.02em;
}

.ctp-footer-dev-bar {
	background: #fff;
	border-top: 1px solid #ebebeb;
	padding: 0.9rem 0;
}

.ctp-footer-dev-bar .container {
	display: flex;
	justify-content: center;
}

.ctp-footer-dev {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	padding: 0.55rem 1.2rem;
	border-radius: 100px;
	background: #fafafa;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}

.ctp-footer-dev:hover {
	background: #fff;
	border-color: #c7d2fe;
	box-shadow: 0 8px 24px rgba(79, 70, 229, 0.12);
	transform: translateY(-1px);
	text-decoration: none;
}

.ctp-footer-dev__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
	flex-shrink: 0;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.ctp-footer-dev__text {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.35rem 0.45rem;
	line-height: 1.2;
}

.ctp-footer-dev__prefix {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #6b7280;
}

.ctp-footer-dev__name {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #4f46e5;
	transition: color 0.2s ease;
}

.ctp-footer-dev:hover .ctp-footer-dev__name {
	color: #4338ca;
}

.ctp-footer-dev__arrow {
	font-size: 0.95rem;
	color: #9ca3af;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ctp-footer-dev:hover .ctp-footer-dev__arrow {
	color: #6366f1;
	transform: translate(2px, -2px);
}

/* Yukarı kaydır — siyah/beyaz */
body .scroll-to-top {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

body .scroll-to-top:hover {
	background-color: #fff !important;
	color: #1a1a1a !important;
}

@media (min-width: 992px) {
	.ctp-footer-grid {
		justify-content: space-between;
	}

	.ctp-footer-grid > .ctp-footer-grid__brand,
	.ctp-footer-grid > .ctp-footer-grid__col {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.ctp-footer-about {
		max-width: none;
	}
}

@media (max-width: 991px) {
	.ctp-legal-sidebar {
		position: static;
		margin-bottom: 0.5rem;
	}

	.ctp-legal-toc {
		display: none;
	}

	.ctp-legal-hero {
		flex-direction: column;
		padding: 1.35rem 1.5rem;
	}

	.ctp-legal-body {
		padding: 1.35rem 1.25rem;
	}

	.ctp-footer-legal__links {
		flex-direction: column;
		align-items: center;
		gap: 0.65rem;
	}
}

@media (max-width: 1199px) {
	.site-header.header-style-1 .site-navigations ul.navigation > li > a {
		font-size: 11px !important;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.site-header.header-style-1 .site-branding .ctp-logo {
		max-height: 124px !important;
	}

	.ctp-btn-payment {
		font-size: 0.75rem !important;
		padding: 8px 12px !important;
	}
}

@media (max-width: 991px) {
	.ctp-pre-header-inner {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		padding: 0.35rem 0;
		gap: 0.5rem;
	}

	.ctp-top-contact {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ctp-pre-header-email {
		width: 100%;
		justify-content: center;
	}

	.ctp-footer-contact-card,
	.ctp-footer-contact-card--center,
	.ctp-footer-contact-card--end {
		justify-content: flex-start;
	}

	.ctp-footer-dev {
		padding: 0.5rem 1rem;
	}

	.ctp-footer-legal__links {
		flex-direction: column;
		align-items: center;
		gap: 0.65rem;
	}
}

/* Blog makale — Plus Jakarta Sans 14px (Word yapıştırma stillerini geçersiz kılar) */
.blog-details .ctp-blog-content,
.blog-details .ctp-blog-content p,
.blog-details .ctp-blog-content li,
.blog-details .ctp-blog-content td,
.blog-details .ctp-blog-content th,
.blog-details .ctp-blog-content span,
.blog-details .ctp-blog-content div,
.blog-details .ctp-blog-content blockquote {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
	color: #333 !important;
	letter-spacing: normal !important;
}

.blog-details .ctp-blog-content h2,
.blog-details .ctp-blog-content h3,
.blog-details .ctp-blog-content h4 {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
	color: #1a1a1a !important;
	letter-spacing: normal !important;
}

.blog-details .ctp-blog-content h2 {
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	margin: 1.5rem 0 0.75rem !important;
}

.blog-details .ctp-blog-content h3 {
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	margin: 1.25rem 0 0.65rem !important;
}

.blog-details .lead,
.blog-details > .container p.lead {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

.blog-details .pbmit-meta-line {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
	font-size: 13px !important;
}
