/* ============================================
   Custom CSS - View dosyalarından taşınan stiller
   ============================================ */

/* Marquee Text Styles */
.marquee-text:hover,
.marquee-text:focus,
.marquee-text:active {
	color: var(--base-white) !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
.marquee-text {
	text-decoration: none;
	color: var(--base-white);
	transition: none;
}

/* Brands List Page Styles */
.brand-filter-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.brand-filter-wrapper label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}
.brand-filter-wrapper .form-select {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	max-width: 200px;
	display: inline-block;
}
.brand-item-link {
	text-decoration: none;
	display: block;
}
.brand-item {
	cursor: pointer;
	padding: 15px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
}
.brand-logo {
	max-width: 100%;
	height: auto;
	max-height: 120px;
	object-fit: contain;
}
.brand-modal-dialog {
	max-width: 400px;
	margin: 0 auto;
}
.brand-modal-header {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.brand-modal-header .btn-close {
	margin: 0;
}
#brandModal .modal-body {
	padding: 20px;
}
.brand-modal-logo {
	max-height: 100px;
	max-width: 100%;
	object-fit: contain;
}
.brand-info-item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}
.brand-info-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Product detail machine table */
.machine-model-table th,
.machine-model-table td {
	vertical-align: middle;
}
.machine-model-table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.machine-model-table td:nth-child(3),
.machine-model-table th:nth-child(3) {
	text-align: center;
}
.machine-model-table img {
	max-height: 70px;
	object-fit: contain;
}
.machine-type-badge {
	display: inline-block;
	min-width: 48px;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.machine-type-cnc {
	background-color: #28a745;
}
.machine-type-plc {
	background-color: #000;
}
.brand-info-label {
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	font-size: 14px;
}
.brand-info-value {
	font-size: 14px;
}
.brand-info-value a {
	color: var(--base-color, #007bff);
	text-decoration: none;
}
.brand-info-value a:hover {
	text-decoration: underline;
}
.top-brands-list {
	max-width: 800px;
	margin: 0 auto;
}
.top-brand-item-link {
	text-decoration: none;
	display: block;
}
.top-brand-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.top-brand-item-link:last-child .top-brand-item {
	border-bottom: none;
}
.top-brand-item-link:hover .top-brand-item {
	background-color: #f5f5f5;
}
.brand-number {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	min-width: 50px;
	text-align: center;
	margin-right: 20px;
}
.brand-logo-wrapper {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.brand-logo-list {
	max-height: 100px;
	max-width: 300px;
	object-fit: contain;
}
.brand-detail-wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
}
.brand-detail-content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.brand-detail-logo {
	flex-shrink: 0;
	width: 200px;
}
.brand-detail-logo img {
	max-height: 120px;
	max-width: 100%;
	object-fit: contain;
}
.brand-detail-info {
	flex: 1;
}
.brand-info-line {
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
}
.brand-info-line:last-child {
	margin-bottom: 0;
}
.brand-info-line a {
	color: var(--base-color, #007bff);
	text-decoration: none;
}
.brand-info-line a:hover {
	text-decoration: underline;
}

/* News List Page Styles */
.blog-item.style1 {
	margin-bottom: 30px;
}
.blog-item.style1 .blog-thumbnail {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 6px;
}
.blog-item.style1 .blog-thumbnail img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.blog-item.style1 .blog-thumbnail:hover img {
	transform: scale(1.05);
}
.blog-item.style1 .blog-content {
	padding: 0;
}
.blog-item.style1 .blog-meta {
	margin-bottom: 15px;
}
.blog-item.style1 .blog-date {
	color: #666;
	font-size: 14px;
}
.blog-item.style1 .blog-title h4 {
	margin-bottom: 15px;
}
.blog-item.style1 .blog-title h4 a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}
.blog-item.style1 .blog-title h4 a:hover {
	color: var(--base-color, #007bff);
}

/* Dashboard Testimonial Styles */
.testimonial-slider .testimonials-inner-item {
	display: flex;
	align-items: stretch;
	min-height: 200px; /* Minimum yükseklik */
}

.testimonial-slider .testimonial-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
}

.testimonial-slider .testimonials-inner-item > div:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Slick slider slide'larının yüksekliğini eşitle */
.testimonial-slider .slick-slide {
	height: auto;
}

.testimonial-slider .slick-slide > div {
	height: 100%;
}

.testimonial-slider .testimonials.style1 {
	height: 100%;
}

/* Contact Page Styles */
.contact-office-block {
	margin-bottom: 30px;
}
.contact-office-block h4 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact-info-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-bottom: 0;
}
.contact-info-table tr {
	border-bottom: 1px solid #ddd;
}
.contact-info-table tr:last-child {
	border-bottom: none;
}
.contact-info-table .label-cell {
	width: 140px;
	padding: 12px 15px;
	background-color: #f8f9fa;
	font-weight: 600;
	color: #333;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
.contact-info-table td:not(.label-cell) {
	padding: 12px 15px;
	color: #333;
	vertical-align: top;
}
.contact-info-table a {
	color: #333;
	text-decoration: none;
}
.contact-info-table a:hover {
	text-decoration: underline;
	color: var(--base-color, #007bff);
}

/* Contact Office Cards - Modern Design */
.contact-office-row {
	margin-bottom: 50px;
}

.contact-office-card {
	background-color: var(--base-white);
	border-radius: var(--base-border-radius-20);
	padding: 40px 35px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
	transition: all 0.5s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 25, 76, 0.08);
}

.contact-office-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--base-skin) 0%, var(--base-dark) 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
}

.contact-office-card:hover::before {
	transform: scaleX(1);
}

.contact-office-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.15);
	border-color: rgba(91, 187, 73, 0.2);
}

.contact-office-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.contact-office-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: var(--base-skin);
	border-radius: var(--base-border-radius-10);
}

.contact-office-header h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--base-dark);
	margin: 0;
	line-height: 1.3;
	font-family: var(--base-headingfont);
	letter-spacing: -0.5px;
}

.contact-office-body {
	font-size: 15px;
	line-height: 1.8;
	flex: 1;
}

.contact-info-item {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 25, 76, 0.08);
	transition: all 0.3s ease;
}

.contact-info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.contact-info-item:hover {
	padding-left: 5px;
}

.contact-label {
	color: var(--base-dark);
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-label::before {
	content: '';
	width: 3px;
	height: 12px;
	background-color: var(--base-skin);
	border-radius: 2px;
	display: inline-block;
}

.contact-value {
	color: var(--base-bodyfont-color);
	margin-top: 0;
	line-height: 1.8;
	font-size: 15px;
}

.contact-link {
	color: var(--base-dark);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
	font-weight: 500;
	position: relative;
	padding: 5px 0;
}

.contact-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--base-skin);
	transition: width 0.3s ease;
}

.contact-link:hover {
	color: var(--base-skin);
	text-decoration: none;
	padding-left: 5px;
}

.contact-link:hover::after {
	width: 100%;
}

.contact-link i {
	font-size: 18px;
	vertical-align: middle;
	width: 20px;
	text-align: center;
	transition: transform 0.3s ease;
}

.contact-link:hover i {
	transform: scale(1.2);
}

.flag-icon {
	font-size: 20px;
	margin-left: 8px;
	vertical-align: middle;
}

.contact-map-wrapper {
	border-radius: var(--base-border-radius-20);
	overflow: hidden;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
	margin-top: 30px;
	position: relative;
}

.contact-map-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid var(--base-white);
	border-radius: var(--base-border-radius-20);
	pointer-events: none;
	z-index: 1;
}

.contact-map-wrapper iframe {
	border: 0;
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	z-index: 0;
}

.contact-map-full {
	margin-top: 0;
}

@media (max-width: 991px) {
	.contact-office-card {
		margin-bottom: 30px;
		padding: 30px 25px;
	}
	
	.contact-office-header h3 {
		font-size: 20px;
	}
	
	.contact-map-wrapper {
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.contact-map-wrapper iframe {
		height: 300px;
	}
}

/* ============================================
   References Page Styles - Minimal CSS
   ============================================ */

/* Reference Table - Sadece gerekli stiller */
/* body .page overflow: hidden sorununu çözmek için - sticky için gerekli */
/* References sayfası için body .page overflow'unu override et */


/* Marka cell - Yeşil arka plan */
.reference-marka-cell {
	padding: 0 !important;
	background-color: var(--base-skin, #5BBB49) !important;
}

.reference-marka-badge {
	cursor: default;
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	background-color: transparent !important;
	color: var(--base-white) !important;
	text-align: center;
}


/* Reference Filter Form - Margin ve Yükseklik Düzenlemesi */
.bg-base-dark .wrap-form.query_form-1 span.text-input {
	margin-bottom: 0 !important;
}

.bg-base-dark .wrap-form.query_form-1 span.text-input input,
.bg-base-dark .wrap-form.query_form-1 span.text-input select,
.bg-base-dark .wrap-form.query_form-1 span.text-input textarea {
	margin-bottom: 0 !important;
	height: 48px !important;
	min-height: 48px !important;
	line-height: normal !important;
	padding: 0 20px !important;
	display: block !important;
	box-sizing: border-box !important;
}

.bg-base-dark .wrap-form.query_form-1 span.text-input select option {
	color: var(--base-dark, #2B343B) !important;
	background-color: var(--base-white, #FFFFFF) !important;
}

.bg-base-dark .wrap-form.query_form-1 .prt-btn {
	height: 48px !important;
	min-height: 48px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	flex: 1 !important;
	min-width: auto !important;
	width: auto !important;
}

.bg-base-dark .wrap-form.query_form-1 .prt-btn i {
	margin: 0 !important;
}

.bg-base-dark .wrap-form.query_form-1 .d-flex.flex-column {
	flex-direction: row !important;
	gap: 10px !important;
}

.bg-base-dark .wrap-form.query_form-1 .d-flex.flex-column .prt-btn {
	flex: 0 0 auto !important;
	padding: 0 20px !important;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
	.bg-base-dark .wrap-form.query_form-1 .row > div {
		margin-bottom: 15px;
	}

	.bg-base-dark .wrap-form.query_form-1 .row > div:last-child {
		margin-bottom: 0;
	}

	.bg-base-dark .wrap-form.query_form-1 .d-flex.flex-column {
		flex-direction: row !important;
		gap: 10px;
	}

	.bg-base-dark .wrap-form.query_form-1 .d-flex.flex-column .prt-btn {
		flex: 1;
	}
}

/* ============================================
   Download Page Styles
   ============================================ */

.download-table-container {
	margin-bottom: 30px;
	position: relative;
	overflow-x: auto;
}

.download-table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--base-white);
}

.download-table th {
	background-color: var(--base-black) !important;
	color: white;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.download-table tbody td {
	padding: 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}

.download-table tbody tr:hover {
	background-color: #f8f9fa;
}

.download-table tbody td img {
	border-radius: 4px;
}

.download-table tbody td strong {
	color: var(--base-dark);
	font-weight: 600;
}

.download-table .prt-btn {
	margin: 0;
	white-space: nowrap;
}

.download-table .text-muted {
	color: #6c757d;
	font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
	.download-table-container {
		overflow-x: auto;
	}
	
	.download-table {
		min-width: 800px;
	}
	
	.download-table th,
	.download-table td {
		padding: 10px 8px;
		font-size: 14px;
	}
}


/* ============================================
   MOBİL UYUMLULUK EKLEMELERİ
   ============================================ */

/* Mobil iletişim bilgisi (top_bar gizlenince göster) */
.mobile-contact-info {
	font-size: 13px;
	white-space: nowrap;
}
.mobile-contact-info a {
	color: inherit;
	text-decoration: none;
}

/* Yazılım Yükleme butonu — mobil menüde göster */
@media (max-width: 1199px) {
	/* Mobil menü içinde download linki */
	nav.main-menu.menu-mobile.show ul.menu li.download-menu-item a {
		color: var(--base-skin) !important;
		font-weight: 600;
	}
}

/* Footer kolonları mobilde düzelt */
@media (max-width: 575px) {
	.section-footer .widget-area {
		margin-bottom: 30px;
	}
	.section-footer .footer-contactbox {
		padding: 0;
	}
	/* Footer ürün listesi 1 sütun */
	.menu-footer-link.style1 li {
		width: 100% !important;
	}
}


	
/* Referans tablosu mobilde yatay kaydır */
@media (max-width: 768px) {
	.reference-table-container {
		overflow-x: auto !important;
	}
	.reference-table {
		min-width: 600px;
	}
}

/* Contact kart mobilde padding azalt */
@media (max-width: 575px) {
	.contact-office-card {
		padding: 25px 20px;
	}
	.contact-office-header h3 {
		font-size: 18px;
	}
	.contact-label {
		font-size: 12px;
	}
}

/* Brand detail responsive */
@media (max-width: 575px) {
	.brand-detail-content {
		flex-direction: column;
		gap: 15px;
	}
	.brand-detail-logo {
		width: 100%;
		text-align: center;
	}
}

/* Logo boyutu mobilde */
@media (max-width: 767px) {
	#logo-img {
		max-height: 50px !important;
		width: auto;
	}
}

/* Breadcrumb başlığı mobilde */
@media (max-width: 575px) {
	.prt-page-title-row .title-box h1,
	.prt-page-title-row .title-box h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
}

/* ============================================
   Hero Section - Mobil Yükseklik
   ============================================ */
/* Tema kendi media query'lerini kullanıyor, sadece
   küçük ekranda butonun kesilmesini önlüyoruz */
@media (max-width: 480px) {
	.hero-section,
	.hero-section .hero-slide {
		min-height: 430px !important;
		height: 430px !important;
	}
}
@media (max-width: 375px) {
	.hero-section,
	.hero-section .hero-slide {
		min-height: 450px !important;
		height: 450px !important;
	}
}

/* Hero altındaki boşluk - min-box padding'ini sıfırla */
.min-box {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
}
.hero-section {
	margin-bottom: 0 !important;
}
/* Hero section sonrasındaki boş alan */
.min-box + .site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* ============================================
   Dil Seçici - Absolute Position
   ============================================ */

/* Masaüstünde gizle */
.ercom-lang-switcher { display: none; }

/* Mobil/tablet: sağ köşede absolute */
@media (max-width: 1199px) {
	.ercom-lang-switcher {
		display: flex;
		align-items: center;
		gap: 3px;
		position: absolute;
		right: 55px;   /* hamburger genişliği kadar solda */
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
}
.elang-active {
	color: #5BBB49;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 4px;
	line-height: 1;
}
.elang-link {
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	font-weight: 700;
	padding: 3px 4px;
	text-decoration: none;
	line-height: 1;
}
.elang-link:hover { color: #5BBB49; }
.elang-sep {
	color: rgba(255,255,255,0.3);
	font-size: 11px;
	line-height: 1;
}

/* ============================================
   Referans Tablosu - Mobil
   ============================================ */

/* Desktop - overflow visible (sticky sidebar için) */
.reference-table-container {
	margin-bottom: 30px;
	position: relative;
}

.reference-table {
	width: 100%;
	table-layout: auto;
}

.reference-table th {
	background-color: var(--base-black) !important;
	color: white;
	white-space: nowrap;
	padding: 10px 12px;
	font-size: 14px;
}

.reference-table tbody td {
	vertical-align: middle;
	padding: 8px 12px;
	font-size: 14px;
}

.reference-table tbody td i {
	color: var(--base-skin);
	margin-right: 5px;
}

/* Marka cell */
.reference-marka-cell {
	padding: 0 !important;
	background-color: var(--base-skin, #5BBB49) !important;
}

.reference-marka-badge {
	cursor: default;
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin: 0;
	background-color: transparent !important;
	color: var(--base-white) !important;
	text-align: center;
	font-size: 13px;
}

/* Firma sütunu min genişlik */
.reference-table thead th:first-child { min-width: 180px; }
.reference-table thead th:nth-child(2) { min-width: 90px; }
.reference-table thead th:nth-child(3) { min-width: 90px; }
.reference-table thead th:nth-child(4) { min-width: 80px; }

/* Mobil - yatay kaydır */
@media (max-width: 768px) {
	.reference-table-container {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #dee2e6;
		border-radius: 4px;
	}
	.reference-table-container::after {
		content: '';
		display: block;
		height: 0;
	}
	.reference-table {
		min-width: 480px;
		margin-bottom: 0;
	}
	.reference-table th,
	.reference-table tbody td {
		font-size: 13px;
		padding: 7px 10px;
	}
	/* Kaydırılabilir göstergesi */
	.reference-table-container::before {
		content: '← kaydır →';
		display: block;
		text-align: center;
		font-size: 11px;
		color: #999;
		padding: 4px 0;
		background: #f8f9fa;
		border-bottom: 1px solid #dee2e6;
	}
}

/* Sağ sidebar mobilde alta geç */
@media (max-width: 991px) {
	.reference-sidebar-sticky {
		margin-top: 30px;
	}
	.col-sm-8.sidebar-right {
		max-width: 100%;
		width: 100%;
	}
}

/* references-page overflow fix */
body .page.references-page { overflow: visible !important; }
body .page.references-page .site-main { overflow: visible !important; }
body .page.references-page .prt-service-single-content-area { overflow: visible !important; }

/* Filtre formu mobil */
@media (max-width: 767px) {
	.wrap-form.query_form-1 .row > div {
		margin-bottom: 10px;
	}
}

/* Hero - Slogan altı paragraf aralığı */
.hero-section .hero-slide .hero-content p,
.hero-section .hero-slide .prt-hero-desc p,
.hero-section .hero-slide .hero-desc p {
	margin-bottom: 2px !important;
	line-height: 1.4 !important;
}
.hero-section .hero-slide .hero-content p:last-of-type,
.hero-section .hero-slide .prt-hero-desc p:last-of-type {
	margin-bottom: 15px !important;
}

/* Hero - Mobil yazılar ve yükseklik */
@media (max-width: 575px) {
	/* Yazıları göster (tema gizliyordu) */
	.hero-section .hero-slide .hero-content p,
	.hero-section .hero-slide .prt-hero-desc p {
		display: block !important;
	}
	/* Yeterli yükseklik */
	.hero-section,
	.hero-section .hero-slide {
		min-height: 520px !important;
		height: 520px !important;
	}
}
@media (max-width: 375px) {
	.hero-section,
	.hero-section .hero-slide {
		min-height: 550px !important;
		height: 550px !important;
	}
}

/* Mobil hero ince ayar */
@media (max-width: 1199px) {
	/* Header mobilde relative olunca hero aşağı itiliyor, geri al */
	.hero-section .overflow-hidden,
	.hero-banner,
	.min-box .overflow-hidden {
		margin-top: 0 !important;
	}
	/* Header yüksekliği kadar hero'yu yukarı çek */
	/* min-box margin-top removed */
}

@media (max-width: 575px) {
	/* slide-3 için doğru selector */
	.hero-section .hero-slide.slide-3 .hero-content-block {
		padding-top: 30px !important;
	}
	/* prt-hero-desc paragrafları sıkıştır */
	.hero-section .prt-hero-desc p {
		margin-bottom: 3px !important;
		line-height: 1.4 !important;
	}
	.hero-section .prt-hero-desc {
		margin-bottom: 12px !important;
	}
	/* Hero altı boşluğu kapat */
	.min-box {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.site-main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* About feature kartları başlık - çok spesifik */
section.about-section .featured-icon-box.d-flex .featured-content .featured-title h2,
.about-section .featured-title h2 {
	font-size: 18px !important;
	line-height: 1.35 !important;
	white-space: normal !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
}

/* Mobil header - her zaman görünür */
@media (max-width: 1199px) {
	#masthead.header {
		position: relative !important;
		background-color: #001746 !important;
	}
}

/* Hero altındaki about-section padding'i mobilde sıfırla */
@media (max-width: 991px) {
	.site-main > section.prt-row.about-section:first-child {
		padding-top: 25px !important;
	}
}

/*Sosyal Medya Bölümü  - Ertan usta
/* Story Ana Konteynırı */
.ercom-stories-container {
    display: flex;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
}

.story-item {
    text-align: center;
    transition: transform 0.2s;
}

.story-item:hover { transform: scale(1.05); }

/* Instagram Gradyan Halkası */
.story-ring {
    width: 60px;
    height: 60px;
    padding: 3px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    background: #fff;
}

.story-item span {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 2px;
}

/* Modal Ayarları */
.story-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.story-modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 400px;
    height: 80vh;
}

.story-modal-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.story-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.story-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.story-btn {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 14px;
}
