/* Üst menü telefon */
.header-style-6 .aydin-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 115px;
	line-height: 1.3;
	margin: 0 15px;
	padding: 0 4px;
	color: var(--pbmit-secondary-color, #313437);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.header-style-6 .aydin-header-phone i {
	font-size: 22px;
	color: var(--pbmit-global-color, #c9a227);
}

.aydin-header-phone-call {
	text-decoration: none;
}

.aydin-header-phone-call:hover {
	text-decoration: none;
}

@media (max-width: 1199px) {
	.header-style-6 .aydin-header-phone-call {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: rgba(201, 162, 39, 0.14);
		justify-content: center;
	}

	.header-style-6 .aydin-header-phone-call:hover {
		background: rgba(201, 162, 39, 0.24);
		color: var(--pbmit-secondary-color, #313437);
	}
}

.header-style-6 .aydin-header-phone:hover {
	color: var(--pbmit-global-color, #c9a227);
}

@media (min-width: 1200px) {
	.header-style-6 .aydin-header-phone-call {
		border-radius: 8px;
		padding: 0 6px;
	}
}

.header-style-6 .sticky-header .aydin-header-phone {
	height: 90px;
}

@media (max-width: 1199px) {
	.header-style-6 .sticky-header .aydin-header-phone {
		height: auto;
	}
}

@media (max-width: 575px) {
	.header-style-6 .aydin-header-phone {
		height: auto;
		margin: 0 8px 0 0;
	}
}

/* Metin logo — header, footer, overlay */
.aydin-text-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.aydin-text-logo:hover {
	text-decoration: none;
	opacity: 0.92;
}

.aydin-text-logo__mark {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, #c9a227 0%, #e8c547 100%);
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1;
	box-shadow: 0 4px 14px rgba(201, 162, 39, 0.35);
}

.aydin-text-logo__content {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

.aydin-text-logo__title {
	font-size: 20px;
	font-weight: 700;
	color: #1e293b;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

.aydin-text-logo__accent {
	color: #1a5f7a;
	font-weight: 800;
}

.aydin-text-logo__subtitle {
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	white-space: nowrap;
}

.header-style-6 .site-branding {
	line-height: normal;
	display: flex;
	align-items: center;
}

.header-style-6 .site-branding .aydin-text-logo {
	vertical-align: middle;
}

/* Header kompakt — menü tek satır (sadece masaüstü) */
@media (min-width: 1200px) {
.header-style-6 .pbmit-header-content {
	flex-wrap: nowrap;
}

.header-style-6 .site-branding {
	flex-shrink: 0;
	margin-right: 16px;
	padding: 0 12px 0 20px;
}

.header-style-6 .site-navigations {
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
}

.header-style-6 .site-navigations .pbmit-menu-wrap {
	width: 100%;
}

.header-style-6 .site-navigations ul.navigation {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	float: none;
	width: 100%;
}

.header-style-6 .site-navigations ul.navigation > li {
	flex-shrink: 0;
	float: none;
}

.header-style-6 .site-navigations ul.navigation > li > a {
	margin: 0 10px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.header-style-6 .pbmit-right-main-box {
	flex-shrink: 0;
}

.header-style-6 .aydin-header-phone {
	margin: 0 8px 0 0;
	font-size: 14px;
	gap: 8px;
}

.header-style-6 .aydin-header-phone i {
	font-size: 18px;
}

.aydin-text-logo--header .aydin-text-logo__title {
	font-size: 18px;
}
}

/* Mobil / tablet menü düzeltmeleri */
@media (max-width: 1199px) {
	.header-style-6 .pbmit-header-content {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 8px;
	}

	.header-style-6 .site-branding {
		flex: 1;
		margin-right: 0;
		padding: 0 8px 0 16px;
		height: auto;
		min-height: 70px;
	}

	.header-style-6 .site-navigations {
		flex: 0 0 auto;
		width: auto;
		min-width: 0;
		margin-left: 0;
	}

	.header-style-6 .aydin-header-actions {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		order: 2;
	}

	.header-style-6 .site-navigations {
		order: 3;
	}

	.header-style-6 .main-menu .navbar-collapse.collapse {
		display: block !important;
		visibility: visible !important;
		height: 0 !important;
		overflow: visible !important;
		position: static !important;
		width: auto !important;
		background: transparent !important;
		top: auto !important;
		padding: 0;
		border: none;
	}

	.header-style-6 .main-menu .navbar-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 12px;
	}

	.header-style-6 .site-navigations ul.navigation {
		display: block;
		width: 100%;
		float: none;
		padding: 70px 0 30px;
	}

	.header-style-6 .site-navigations ul.navigation > li {
		display: block;
		width: 100%;
		float: none;
		flex: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.header-style-6 .site-navigations ul.navigation > li > a {
		display: block;
		margin: 0;
		padding: 14px 24px !important;
		height: auto !important;
		line-height: 1.4 !important;
		font-size: 15px !important;
		font-weight: 600;
		white-space: normal;
	}

	.header-style-6 .site-navigations ul.navigation > li > ul {
		position: static;
		display: none;
		box-shadow: none !important;
		transform: none;
		opacity: 1;
		visibility: visible;
		background: #f8fafc;
		padding-left: 12px;
	}

	.header-style-6 .site-navigations ul.navigation > li.dropdown.active > ul,
	.header-style-6 .site-navigations ul.navigation > li.dropdown > ul.open {
		display: block;
	}

	.header-style-6 .site-navigations ul.navigation > li > ul a {
		padding: 12px 24px !important;
		font-size: 14px !important;
		font-weight: 500;
		text-transform: none;
	}

	.header-style-6 .navbar-toggler {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
	}

	.header-style-6 .pbmit-right-main-box {
		display: flex;
		align-items: center;
		height: auto;
		line-height: normal;
		margin: 0;
	}

	.header-style-6 .site-branding,
	.header-style-6 .site-navigations ul.navigation > li > a {
		line-height: normal;
	}

	.site-header.active .pbmit-menu-wrap {
		z-index: 1001;
	}

	.site-header.active .pbmit-mobile-menu-bg {
		z-index: 1000;
	}
}

@media (max-width: 1199px) {
	.header-style-6 .aydin-header-phone-text {
		display: none;
	}

	.header-style-6 .aydin-header-phone {
		margin: 0;
		height: auto;
		min-height: 44px;
		padding: 0;
	}

	.header-style-6 .aydin-header-phone i {
		font-size: 24px;
	}

	.aydin-text-logo--header .aydin-text-logo__title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.header-style-6 .site-navigations ul.navigation > li > a {
		margin: 0 9px;
		font-size: 14px;
	}

	.header-style-6 .aydin-header-phone span {
		font-size: 13px;
	}
}

.aydin-text-logo--footer .aydin-text-logo__mark {
	width: 42px;
	height: 42px;
	font-size: 14px;
	background: linear-gradient(135deg, #c9a227 0%, #dbb84a 100%);
}

.aydin-text-logo--footer .aydin-text-logo__title {
	color: #fff;
	font-size: 19px;
}

.aydin-text-logo--footer .aydin-text-logo__accent {
	color: #e8c547;
}

.aydin-text-logo--footer .aydin-text-logo__subtitle {
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	letter-spacing: 1.2px;
}

.aydin-text-logo--overlay .aydin-text-logo__title {
	color: #fff;
}

.aydin-text-logo--overlay .aydin-text-logo__accent {
	color: #e8c547;
}

.aydin-text-logo--overlay .aydin-text-logo__subtitle {
	color: rgba(255, 255, 255, 0.6);
}

.pbmit-search-overlay .pbmit-search-logo {
	margin-bottom: 24px;
}

/* Slider başlık satır aralığı */
#slider-1-slide-1-layer-0 {
	line-height: 1.55 !important;
}

#slider-1-slide-1-layer-0b {
	color: #c9a227 !important;
	line-height: 1.2 !important;
	margin-top: 8px;
}

#slider-1-slide-1-layer-1 {
	max-width: 560px;
}

#slider-1-slide-1-layer-3 {
	margin-top: 24px !important;
}

/* Mobil hero — tablet/telefon */
.aydin-mobile-hero {
	display: none;
	background: #fff;
	padding: 20px 0 8px;
}

.aydin-mobile-hero__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.aydin-mobile-hero__title {
	margin: 0 0 12px;
	font-size: 1.45rem;
	line-height: 1.35;
	font-weight: 700;
	color: #1e293b;
}

.aydin-mobile-hero__accent {
	color: #c9a227;
}

.aydin-mobile-hero__highlight {
	margin: 0 0 18px;
	font-size: 1.35rem;
	line-height: 1.3;
	font-weight: 700;
	color: #c9a227;
}

.aydin-mobile-hero__btn {
	display: inline-block;
	background: #14212a;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
}

.aydin-mobile-hero__btn:hover {
	background: #ffdc39;
	color: #14212a;
	text-decoration: none;
}

.aydin-mobile-hero__media {
	width: 100%;
	text-align: center;
	padding: 0 8px 12px;
}

.aydin-mobile-hero__img {
	display: block;
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

@media (max-width: 991px) {
	.aydin-mobile-hero {
		display: block;
	}

	.aydin-desktop-slider,
	.header-style-6 .aydin-desktop-slider {
		display: none !important;
		height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	.icon-box-six {
		padding-top: 28px;
	}
}

@media (max-width: 575px) {
	.aydin-mobile-hero {
		padding-top: 16px;
	}

	.aydin-mobile-hero__title {
		font-size: 1.28rem;
	}

	.aydin-mobile-hero__highlight {
		font-size: 1.2rem;
	}

	.aydin-mobile-hero__img {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.aydin-mobile-hero {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.pbmit-slider-area {
		overflow: hidden;
	}

	.pbmit-slider-area rs-module-wrap,
	.pbmit-slider-area rs-module,
	.pbmit-slider-area .rev_slider_wrapper {
		min-height: 520px !important;
	}

	#slider-1-slide-1-layer-0,
	#slider-1-slide-1-layer-0b,
	#slider-1-slide-1-layer-3 {
		max-width: 58% !important;
		width: auto !important;
		white-space: normal !important;
	}

	#slider-1-slide-1-layer-0 {
		line-height: 1.35 !important;
	}

	#slider-1-slide-1-layer-0b {
		line-height: 1.25 !important;
		margin-top: 0 !important;
	}

	#slider-1-slide-1-layer-15 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		max-width: 42% !important;
	}
}

/* Footer — İstanbul Yazılım kredisi */
.aydin-footer-credit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	font-size: 13px;
	letter-spacing: 0.3px;
}

.aydin-footer-credit-label {
	color: rgba(255, 255, 255, 0.45);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.6px;
}

.aydin-footer-credit-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--pbmit-global-color, #c9a227);
	opacity: 0.85;
}

.aydin-footer-credit a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s ease;
}

.aydin-footer-credit a:hover {
	color: var(--pbmit-global-color, #c9a227);
}

@media (max-width: 575px) {
	.aydin-footer-credit {
		flex-direction: column;
		gap: 6px;
	}

	.aydin-footer-credit-dot {
		display: none;
	}
}

@media (max-width: 767px) {
	.aydin-text-logo__mark {
		width: 40px;
		height: 40px;
		font-size: 13px;
		border-radius: 10px;
	}

	.aydin-text-logo__title {
		font-size: 16px;
	}

	.header-style-6 .site-branding {
		margin-right: 10px;
		padding: 0 12px;
	}
}

@media (max-width: 575px) {
	.aydin-text-logo__content {
		max-width: 140px;
	}

	.aydin-text-logo__title {
		font-size: 15px;
		white-space: normal;
		line-height: 1.15;
	}
}

.aydin-service-row > [class*="col-"] {
	display: flex;
}

/* Anasayfa hizmet kutuları — eşit yükseklik */
.icon-box-six .aydin-icon-box-row {
	align-items: stretch;
}

.icon-box-six .aydin-icon-box-row > [class*="col-"] {
	display: flex;
}

.icon-box-six .pbminfotech-ihbox-style-11 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.icon-box-six .pbminfotech-ihbox-style-11 .pbminfotech-ihbox-inner {
	flex: 1;
	align-items: flex-start;
}

.icon-box-six .pbminfotech-ihbox-style-11 .pbminfotech-ihbox-contents {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.icon-box-six .pbminfotech-ihbox-style-11 .pbminfotech-custom-heading {
	min-height: 60px;
	display: flex;
	align-items: flex-start;
}

.icon-box-six .pbminfotech-ihbox-style-11 .pbminfotech-cta3-content-wrapper {
	flex: 1;
	margin-bottom: 0;
}

.aydin-service-row .pbminfotech-servicebox-style-5 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-post-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-item-thumbnail-inner {
	display: block;
	height: 220px;
	overflow: hidden;
	border-radius: 6px;
}

.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-item-thumbnail-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-box-content {
	flex: 1;
}

.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-box-content-inner p {
	margin-bottom: 0;
}

/* Blog kartları — eşit yükseklik */
.aydin-blog-row > [class*="col-"] {
	display: flex;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .post-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-blog-image-with-meta {
	flex-shrink: 0;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-featured-wrapper {
	display: block;
	height: 220px;
	overflow: hidden;
	border-radius: 16px;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-featured-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-box-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-box-title {
	flex: 1;
}

.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-box-title h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.45;
}

/* Personel — hizalı kartlar */
.team-six-box .col-lg-20percent:nth-child(even) .pbminfotech-teambox-style-6 {
	margin-top: 0 !important;
}

.team-six-box .row {
	align-items: stretch;
}

.team-six-box .col-lg-20percent {
	display: flex;
}

.team-six-box .pbminfotech-teambox-style-6 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-post-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-item-thumbnail {
	display: block;
	flex: 1;
}

.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-item-thumbnail-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
}

.team-six-box .pbminfotech-teambox-style-6 .aydin-team-avatar {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	padding: 24px 20px 0;
	border-radius: 10px;
}

.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-box-content {
	margin: -55px 20px 0;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-item-thumbnail-inner,
	.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-featured-wrapper {
		height: 200px;
	}

	.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-item-thumbnail-inner {
		height: 240px;
	}
}

@media (max-width: 575px) {
	.aydin-service-row .pbminfotech-servicebox-style-5 .pbminfotech-item-thumbnail-inner,
	.aydin-blog-row .pbminfotech-blogbox-style-5 .pbminfotech-featured-wrapper {
		height: 180px;
	}

	.team-six-box .pbminfotech-teambox-style-6 .pbminfotech-item-thumbnail-inner {
		height: 220px;
	}
}

/* Blog sayfası kartları — eşit yükseklik (style-3) */
.aydin-blog-grid-row {
	align-items: stretch;
}

.aydin-blog-grid-row > [class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .post-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-blog-image-with-meta {
	flex-shrink: 0;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-featured-wrapper {
	display: block;
	height: 240px;
	overflow: hidden;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-featured-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-box-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-box-title h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.45;
	min-height: calc(1.45em * 3);
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-box-content > p {
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbmit-blogbox-readmore {
	margin-top: auto;
	padding-top: 18px;
}

@media (max-width: 991px) {
	.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-featured-wrapper {
		height: 220px;
	}
}

@media (max-width: 575px) {
	.aydin-blog-grid-row > [class*="col-"] {
		margin-bottom: 24px;
	}

	.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-featured-wrapper {
		height: 200px;
	}

	.aydin-blog-grid-row .pbminfotech-blogbox-style-3 .pbminfotech-box-title h4 {
		min-height: 0;
		-webkit-line-clamp: 2;
	}
}
