.bottom-note {
	display: none !important;
}

.swiper-slide img {
	max-height: 480px !important;
}

#bar-social-media li a {
	color: #d9e2ea !important;
}

footer {
	padding: 50px 0px;
}

#paragraph-section-7 {
	padding-bottom: 0 !important;
}

#paragraph-section-7 p {
	width: 50%;
}

#html-section-1,
#html-section-1 .pageDetailContent {
	padding: 0 !important;
}

#page-detail-section-15,
#page-detail-section-17,
#page-detail-section-19,
#page-detail-section-21 {
	margin-top: -105px !important;
}

#page-detail-section-15,
#page-detail-section-19 {
	margin-right: -125px !important;
}

.pageDetailContent.categoryList.categoryType3 {
	padding-top: 40px;
	padding-bottom: 60px;
}

/* Grid full width yap */
.pageDetailContent.categoryList.categoryType3 .col-lg-9 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.pageDetailContent.categoryList.categoryType3 #productListGrid {
	row-gap: 30px;
}

/* Filter tasarımı */
.pageDetailContent.categoryList.categoryType3 .filter-bar {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
	border: 1px solid #f1f1f1;
}

.pageDetailContent.categoryList.categoryType3 .filter-title {
	font-weight: 600;
	font-size: 15px;
}

.pageDetailContent.categoryList.categoryType3 #filterForm .col-lg-4,
.pageDetailContent.categoryList.categoryType3 #filterForm .col-lg-3,
.pageDetailContent.categoryList.categoryType3 #filterForm .col-lg-5 {
	margin-bottom: 15px;
}

/* Butonlar */
.pageDetailContent.categoryList.categoryType3 .btn-color {
	background: #1e3a8a !important;
	border: none !important;
	border-radius: 30px !important;
}

.pageDetailContent.categoryList.categoryType3 .btn-ghost {
	background: #f3f4f6 !important;
	border: none !important;
	border-radius: 30px !important;
}

/* Kart */
.pageDetailContent.categoryList.categoryType3 .modern-product-card {
	transition: all .3s ease;
	border-radius: 7px !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.pageDetailContent.categoryList.categoryType3 .modern-product-card:hover {
	transform: translateY(-6px);
}

.pageDetailContent.categoryList.categoryType3 .modern-product-img-wrapper {
	padding: 0px !important;
}

.pageDetailContent.categoryList.categoryType3 .modern-product-img {
	max-height: 200px !important;
	width: 100%;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	object-fit: cover !important;
}

.pageDetailContent.categoryList.categoryType3 .modern-product-title h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 0;
}

.pageDetailContent.categoryList.categoryType3 .modern-learn-more .btn {
	border-radius: 0 !important;
	min-width: 150px;
	padding: 12px 15px;
}

/* Tablet */
@media (max-width: 991px) {
	.pageDetailContent.categoryList.categoryType3 .col-lg-9 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.pageDetailContent.categoryList.categoryType3 #productListGrid {
		row-gap: 20px;
	}

	.pageDetailContent.categoryList.categoryType3 .modern-product-img {
		max-height: 180px !important;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.pageDetailContent.categoryList.categoryType3 {
		padding-top: 20px;
	}

	.pageDetailContent.categoryList.categoryType3 .filter-bar {
		border-radius: 14px;
	}

	.pageDetailContent.categoryList.categoryType3 .modern-product-img {
		max-height: 160px !important;
	}
}

.modern-category-sidebar {
	visibility: hidden !important;
}

.section-header .dropdown-menu {
	min-width: 285px;
}

.custom-top-bar {
	background-color: #001f5f;
	height: 40px;
	line-height: 40px;
	color: #f2f2f2 !important;
}

.custom-top-bar .navbar {
	display: flex;
	padding: 0px;
	gap: 10px;
	justify-content: end;
	position: relative;
}

.custom-top-bar .navbar li {
	margin-left: 10px;
}

/* Mobilde top bar'ı gizle */
@media (max-width: 768px) {
	.custom-top-bar {
		display: none !important;
	}

	/* Mobil menü item'ları için genel ayarlar */
	.mobile-lang-item,
	.mobile-search-item {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	/* Mobil menüde dil seçenekleri */
	.mobile-language-bar {
		width: 100% !important;
		margin-top: 10px;
		display: block !important;
		visibility: visible !important;
	}

	.mobile-language-bar ul {
		display: flex !important;
		justify-content: start !important;
		gap: 20px;
		padding: 0 !important;
		margin: 0 !important;
		list-style: none !important;
	}

	.mobile-language-bar ul li {
		list-style: none;
		display: inline-block !important;
	}

	.mobile-language-bar ul li a {
		font-size: 16px;
		display: block;
	}

	.mobile-language-bar ul li.linkedin-icon a {
		font-size: 20px;
		color: #162757 !important;
	}

	.mobile-language-bar ul li.linkedin-icon a:hover {
		color: #0077b5 !important;
	}

	/* Mobil menüde arama */
	.mobile-search-bar {
		width: 100% !important;
		display: block !important;
		visibility: visible !important;
	}

	.mobile-search-bar .search-wrapper {
		width: 100%;
		display: block !important;
	}

	.mobile-search-bar form {
		display: flex !important;
		position: relative;
		width: 100%;
	}

	.mobile-search-bar .form-control {
		background: #f3f3f3;
		color: #969696;
		border-radius: 4px !important;
		padding: 10px 40px 10px 15px;
		border: 1px solid #e3e3e3 !important;
		height: 45px;
		width: 100%;
		font-size: 15px;
	}

	.mobile-search-bar .btn-search {
		background: #162757;
		border: none;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% - 10px);
		color: #fff;
		padding: 0px 15px !important;
		line-height: normal;
		border-radius: 3px;
	}

	.overlay-section .latest-blog-dark-outer2 {
		position: relative;
	}

	.overlay-section .latest-blog-dark-outer2 img {
		position: absolute !important;
		z-index: 999;
		height: 200px;
	}

	.hizmet-left-image {
		right: 23%;
		top: -20%;
	}

	.hizmet-right-image {
		right: -5%;
		top: -20%;
	}
}


.section-header .search-bar {
	width: 68%;
}

.section-header .language-bar {
	width: 20%;
}

.section-header .language-bar ul {
	display: flex;
	justify-content: space-evenly;
	margin: 0px !important;
}

.section-header .language-bar ul li.linkedin-icon {
	margin-left: 15px;
}

.section-header .language-bar ul li.linkedin-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #162757 !important;
	font-size: 18px;
	transition: all 0.3s ease;
}

.section-header .language-bar ul li.linkedin-icon a:hover {
	color: #0077b5 !important;
	transform: scale(1.1);
}

.section-header .search-bar form {
	display: flex;
	position: relative;
}

.section-header .search-bar form .form-control {
	background: #f3f3f3;
	color: #969696;
	border-radius: 0px !important;
	padding-right: 40px;
	border: none !important;
	height: 30px;
}

.section-header .search-bar form .form-control::placeholder {
	color: #969696;
}

.section-header .search-bar form .btn-search {
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	height: 100%;
	color: #969696;
	padding: 0px 10px !important;
	line-height: normal;
}

@media (min-width: 1023px) and (max-width: 1500px) {
	.hi-diagonal-svg {
		bottom: -50% !important;
	}

	.pageSliderContent {
		height: 60vh;
	}

	.footer .container,
	#bottom-footer .container,
	.section-header #type-1 {
		max-width: 1300px !important;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1100px !important;
	}

}

@media (min-height: 900px) and (max-height: 1200px) {
	.pageSliderContent {
		height: 50vh;
	}
}

.overlay-section .latest-blog-dark-outer2 {
	position: relative;
	display: inline-block;
}

.overlay-section .latest-blog-dark-outer2 img {
	position: relative;
	display: block;
	clip-path: polygon(20% 0%,
			/* sol üst */
			100% 0%,
			/* sağ üst */
			92% 100%,
			/* sağ alt */
			0% 100%
			/* sol alt */
		);
}


@media(min-width:768px) {

	/* Gradient overlay - imagen tam üzerinde, aynı clip-path ile */
	.overlay-section .latest-blog-dark-outer2::before {
		content: '';
		position: absolute;
		top: 0;
		left: 15%;
		width: 85%;
		height: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(9, 26, 93, 1) 100%) !important;
		clip-path: polygon(32% 0%, 102% 0%, 78% 100%, 0% 100%);
		z-index: 2;
		pointer-events: none;
		transition: all .4s;
	}

	.overlay-left-wrapper::before {
		left: 11% !important;
	}

	.overlay-section .latest-blog-dark-outer2 img {
		width: 480px;
		height: 530px;
	}

	.hizmet-left-image {
		margin-left: 70px;
	}

	.hizmet-right-image {
		margin-left: 110px;
	}

	footer .col-md-2 {
		width: 15.75%;
	}

	#footer-col:first-of-type {
		margin-top: -30px;
	}

	.contactCenter #address {
		width: 100% !important;
	}

	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 16px !important;
		font-weight: 600 !important;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}

	.section-header .col-lg-3 {
		justify-content: space-between;
	}


	.section-header .col-lg-9 {
		justify-content: center;
		width: 55%;
	}

	.section-header .col-lg-3:nth-child(1) {
		width: 22%;
	}

	.section-header .col-lg-3:nth-child(3) {
		width: 23%;
	}

	.pageSliderContent .swiper-slide .slider-contents {
		width: 75%;
		bottom: 10%;
	}

	.weta-slider-tag {
		font-size: 48px !important;
		font-style: italic;
		font-weight: 500 !important;
	}

	.weta-slider-tag span {
		font-size: 38px !important;
		font-weight: 800 !important;
	}

	#page-1 .body-content {
		padding-top: 0px;
	}

	#gallery-detail-section-4 .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#gallery-detail-section-4 .container .gallery-wrapper {
		width: 35%;
	}

	#gallery-detail-section-4 .container .gallerySwiper-4 {
		width: 60%;
		padding-bottom: 55px;
	}


	.section-header li:nth-child(1) .dropdown-menu,
	.section-header li:nth-child(2) .dropdown-menu {
		display: flex !important;
		min-width: 650px;
		justify-content: space-between;
	}

	.section-header li:nth-child(1) .dropdown-menu .content,
	.section-header li:nth-child(2) .dropdown-menu .content {
		width: 45%;
	}

	.section-header li:nth-child(1) .dropdown-menu .content-overlay,
	.section-header li:nth-child(2) .dropdown-menu .content-overlay {
		height: 220px;
		width: 320px;
		background-size: cover;
		background-position: center center;
		transition: all .4s;
		margin-right: 15px;
	}

	#gallery-detail-section-1 #image-gallery {
		margin-top: 40px;
	}

	#gallery-detail-section-2 {
		z-index: 2;
	}
#gallery-detail-section-0 .gallery-img,
	#gallery-detail-section-2 .gallery-img {
		height: 600px;
		position: relative;
		overflow: hidden;
	}
	#gallery-detail-section-0 .gallery-img img,
	#gallery-detail-section-2 .gallery-img img {
		height: 100%;
		object-fit: cover;
		transition: all .4s;
	}

	#gallery-detail-section-2 .gallery-wrapper {
		margin-top: 40px;
	}

	#gallery-detail-section-2 .gallery-wrapper * {
		text-align: left !important;
		margin-bottom: 30px;
	}


}

#gallery-detail-section-0 .gallery-img::before,
#gallery-detail-section-2 .gallery-img::before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .4s;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(9, 26, 93, 1) 100%) !important;
	z-index: 9;
}

#gallery-detail-section-0 .gallery-info,
#gallery-detail-section-2 .gallery-info {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 10;
}

#gallery-detail-section-0 .gallery-info .weta-icerik-tag,
#gallery-detail-section-2 .gallery-info .weta-icerik-tag {
	text-align: center !important;
	color: #fff !important;
	transition: all .4s;
}

#gallery-detail-section-0 .img-wrapper:hover .gallery-info .weta-icerik-tag,
#gallery-detail-section-2 .img-wrapper:hover .gallery-info .weta-icerik-tag {
	transform: scale(1.05);
	font-weight: 700 !important;
}

#gallery-detail-section-0 .img-wrapper:hover .gallery-img img,
#gallery-detail-section-2 .img-wrapper:hover .gallery-img img {
	transform: scale(1.07);
}

#gallery-detail-section-0 .img-wrapper:hover .gallery-img::before,
#gallery-detail-section-2 .img-wrapper:hover .gallery-img::before {
	height: 50%;
}

.pageSliderContent .sliderJs .swiper-slide::before {
	background: transparent !important
}

.swiper-slide .img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rexa-content .weta-icerik-tag,
.contact-form .weta-icerik-tag {
	padding-bottom: 20px;
	width: 75%;
	border-bottom: 2px solid #162757;
}

/* İletişim sayfası için flex layout */
.form-section .rexa-content {
	display: flex;
	flex-direction: column;
}

.form-section .rexa-content .weta-icerik-tag {
	order: 1;
}

.form-section .rexa-content .contactCenter {
	order: 2;
}

.form-section .rexa-content .weta-description {
	order: 3;
}

.form-section .rexa-content .contact-oge:last-child {
	order: 4;
	margin-top: 10px;
}

/* Email elementi için stil */
.form-section .rexa-content>.contact-oge {
	width: 100%;
}

.form-section .rexa-content>.contact-oge p {
	margin: 0;
	padding-left: 10px;
}

.form-section .rexa-content>.contact-oge a {
	text-decoration: none;
	color: #162757;
	transition: color 0.3s ease;
	margin-top: -20px;
	display: flex;
	align-items: center;
}

.form-section .rexa-content>.contact-oge a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0e0";
	/* fa-envelope */
	margin-right: 10px;
	color: var(--site-color);
	transition: color 0.3s ease;
	font-size: 28px;
}

.form-section .rexa-content>.contact-oge a:hover {
	color: var(--site-color);
}

.form-section .rexa-content>.contact-oge a:hover::before {
	color: var(--site-hover-color);
}

/* Orijinal icon'u gizle */
.form-section .rexa-content>.contact-oge .icon {
	display: none;
}

#gallery-detail-section-12 .weta-icerik-tag {
	line-height: 28px;
}

.weta-icerik-tag {
	line-height: 40px;
	margin-bottom: 10px;
}

.blog-title .weta-icerik-tag {
	line-height: 25px;
}

#blog-list .row {
	row-gap: 20px;
}

.gallery-section .img-title .weta-icerik-tag {
	text-align: center !important;
	line-height: 20px !important;
	font-weight: 400;
}
.gallery-section-0 .img-title,
.gallery-section-2 .img-title {
	text-align: center !important;
}

.weta-icerik-tag span,
.category-description h5 {
	font-size: 32px !important;
	font-weight: 300 !important;
}

#gallery-detail-section-3,
#blog-section-1 {
	background-color: #edf3ff !important;
}


/* ============================================
   DETAYLI BİLGİLER SECTION - PRODUCT DETAIL
   ============================================ */

/* Ana Kapsayıcı */
.productDetail .product-elements {
	margin-top: 35px;
}

/* Başlık Alanı */
.productDetail .block-title-wrap {
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 2px solid #162757;
}

.productDetail .block-title-wrap .varyasyon-title {
	font-size: 20px;
	font-weight: 700;
	color: #162757;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* İçerik Wrapper */
.productDetail .block-content-wrap {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

/* 2 Kolonlu Grid Liste */
.productDetail .block-content-wrap .list-2-cols {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Her Bilgi Kartı */
.productDetail .detail-address {
	display: flex;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	padding: 10px 0 20px 0 !important;
	width: 100% !important;
}


.productDetail .detail-address:hover::before {
	opacity: 1;
}

/* Etiketler (İş Sahibi, İşin İçeriği vb.) */
.productDetail .detail-address strong {
	display: block;
	font-weight: 700;
	color: #162757;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 1.2;
}

/* Değer Metinleri */
.productDetail .detail-address span {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #1e293b;
	line-height: 1.5;
	word-break: break-word;
}

/* Tablet Responsive */
@media (max-width: 991px) {
	.productDetail .block-content-wrap .list-2-cols {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 15px;
	}

	.productDetail .detail-address {
		padding: 16px 18px;
	}

	.productDetail .block-title-wrap .varyasyon-title {
		font-size: 18px;
	}
}

/* Mobile Responsive */
@media (max-width: 576px) {
	.productDetail .product-elements {
		margin-top: 25px;
	}

	.productDetail .block-content-wrap .list-2-cols {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.productDetail .detail-address {
		padding: 14px 16px;
	}

	.productDetail .detail-address strong {
		font-size: 14px;
	}

	.productDetail .detail-address span {
		font-size: 14px;
	}

	.productDetail .block-title-wrap {
		margin-bottom: 20px;
	}

	.productDetail .block-title-wrap .varyasyon-title {
		font-size: 17px;
	}
}

/* ============================================
   PRODUCT DETAIL - IMAGE GALLERY & THUMBNAILS
   ============================================ */

/* Ana Ürün Görseli */
.productDetail .productSwiper {
	margin-bottom: 15px;
}

.productDetail .productSwiper .productImage {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	position: relative;
}

.productDetail .productSwiper .productImage a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* Hover overlay */
.productDetail .productSwiper .productImage a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	pointer-events: none;
}

/* Büyüteç ikonu */
.productDetail .productSwiper .productImage a::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	font-size: 40px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 3;
	pointer-events: none;
}

.productDetail .productSwiper .productImage a:hover::before {
	opacity: 1;
}

.productDetail .productSwiper .productImage a:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.productDetail .productSwiper .productImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
}

.productDetail .productSwiper .productImage a:hover img {
	transform: scale(1.05);
}

/* Thumbnail Galeri */
.productDetail .product-thumbs {
	padding: 0 5px;
}

.productDetail .product-thumbs .swiper-slide {
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.productDetail .product-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #162757;
}

.productDetail .product-thumbs .swiper-slide:hover {
	opacity: 1;
}

/* Thumbnail Görsel Kutusu - EŞİT BOYUT */
.productDetail .product-thumbs .productImage {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.productDetail .product-thumbs .productImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Swiper Navigation Buttons */
.productDetail .swiper-button-next,
.productDetail .swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	background: rgba(22, 39, 87, 0.8);
	border-radius: 50%;
	color: #fff !important;
}

.productDetail .swiper-button-next::after,
.productDetail .swiper-button-prev::after {
	font-size: 16px !important;
	font-weight: bold;
	color: #fff !important;
}

.productDetail .swiper-button-next:hover,
.productDetail .swiper-button-prev:hover {
	background: #162757;
}

/* Tablet & Mobile */
@media (max-width: 768px) {
	.productDetail .product-thumbs {
		padding: 0;
	}

	.productDetail .swiper-button-next,
	.productDetail .swiper-button-prev {
		width: 35px !important;
		height: 35px !important;
	}

	.productDetail .swiper-button-next::after,
	.productDetail .swiper-button-prev::after {
		font-size: 14px !important;
	}

	.gallery-section-4 .swiper-button-prev {
		right: 11% !important;
	}
}

.gallery-section-4 .swiper-button-prev {
	right: 5%;
	left: auto;
}

.gallery-section-4 .swiper-button-next {
	right: 0;
}

.gallery-section-4 .swiper-button-next,
.gallery-section-4 .swiper-button-prev {
	width: 33px !important;
	height: 33px !important;
	border: 1px solid #162757 !important;
	color: #162757 !important;
	bottom: 0;
	top: auto;
	border-radius: 0px !important;
}

.gallery-section-4 .swiper-button-next::after,
.gallery-section-4 .swiper-button-prev::after {
	font-size: 13px !important;
}

#gallery-detail-section-4 {
	background-color: #d9e2ea;
}

@media(max-width:768px) {
	.section-header {
		height: auto;
	}

	#privatePageContentItem_5 .rgw::before {
		left: -5px !important;
	}

	.hi-wrapper {
		margin-bottom: -160px;
	}

	.section-header .col-lg-3:nth-child(3) {
		width: 100% !important;
		height: auto;
		padding-bottom: 20px;
		justify-content: space-between;
	}

	.custom-top-bar .navbar li {
		margin: 0px;
	}

	.custom-top-bar .navbar {
		justify-content: space-between;
	}

	.section-header.fixed {
		height: auto;
		line-height: normal;
	}

	.section-header #navigation .nav-link.first-link {
		font-size: 17px !important;
	}

	.section-header .dropdown-menu {
		background-color: transparent;
	}

	.section-header .dropdown-menu li a {
		font-size: 15px !important;
	}
}

footer span.title {
	font-size: 16px !important;
	font-weight: 600 !important;
	display: block;
	margin-bottom: 10px;
}

/* Footer Contact Section */
.footer-group-items {
	display: flex;
	margin-top: -2px;
	padding-left: 25px;
	flex-direction: column;
	align-items: start;
	text-align: left;
}

.footer-contact-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

.footer-contact-logo img {
	max-height: 60px;
	margin-bottom: 8px;
}

.footer-contact-logo .company-name {
	font-size: 14px;
	font-weight: 600;
	color: var(--site-color);
	margin: 0;
	line-height: 1.4;
}

.footer-group-items address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
	color: #162757;
	margin: 10px 0;
}

.contact-phone-group,
.contact-email-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.contact-email-group {
	margin-top: 10px;
}

.contact-phone-group .contact-oge {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer .contact-oge {
	margin-bottom: 0 !important;
}

.contact-phone-group .contact-label {
	font-weight: 600;
	color: var(--site-color);
	font-size: 14px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

/* Telefon ikonları - ::before ile */
.contact-phone-group .contact-oge:nth-child(1) .contact-label::before,
.contact-phone-group .contact-oge:nth-child(2) .contact-label::before {
	content: "\f095";
	/* fa-phone */
	margin-right: 5px;
	transition: color 0.3s ease;
}

/* Fax ikonu - ::before ile */
.contact-phone-group .contact-oge:nth-child(3) .contact-label::before {
	content: "\f1ac";
	/* fa-fax */
	margin-right: 5px;
	transition: color 0.3s ease;
}

/* Text etiketlerini gizle (T:, F:) */
.contact-phone-group .contact-label {
	font-size: 0;
}

.contact-phone-group .contact-label::before {
	font-size: 14px;
}

/* Telefon/fax hover efekti */
.contact-phone-group .contact-oge:hover .contact-label::before {
	color: var(--site-hover-color);
}

/* Email ikonu - ::before ile */
.contact-email-group .contact-oge:nth-child(1) a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0e0";
	/* fa-envelope */
	margin-right: 8px;
	color: var(--site-color);
	transition: color 0.3s ease;
}

/* Domain/Web ikonu - ::before ile */
.contact-email-group .contact-oge:nth-child(2) a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0ac";
	/* fa-globe */
	margin-right: 8px;
	color: var(--site-color);
	transition: color 0.3s ease;
}

/* Email ve domain hover efekti */
.contact-email-group .contact-oge a:hover::before {
	color: var(--site-hover-color);
}

.contact-phone-group .contact-oge a,
.contact-email-group .contact-oge a {
	text-decoration: none;
	color: #162757;
	transition: color 0.3s ease;
}

.contact-phone-group .contact-oge a:hover,
.contact-email-group .contact-oge a:hover {
	color: var(--site-color);
}

.contact-phone-group .contact-oge-text,
.contact-email-group .contact-oge-text {
	font-size: 14px;
	line-height: 1.6;
	color: #162757;
}

.contact-email-group .contact-oge-text {
	font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.footer-contact-logo img {
		max-height: 50px;
	}

	.footer-group-items address,
	.contact-phone-group .contact-oge-text,
	.contact-email-group .contact-oge-text {
		font-size: 13px;
	}
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #162757 !important;
}

section#bottom-footer {
	background-color: var(--site-color) !important;
	color: #fff !important;
}

section#bottom-footer * {
	color: #fff !important;
}

.pageSliderContent .swiper-slide img {
	object-position: top;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag {
	font-size: 16px;
}

/* Hero Mini Info Slider */
.pageSliderContent {
	position: relative;
}

/* Outer wrapper: absolute bottom-right of hero */
.hi-wrapper {
	position: absolute;
	left: 89%;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: flex-end;
}

html[lang="en"] .hi-wrapper {
	left: 30%;
}

/* Large white background shape — same left diagonal, extends to screen right */
.hi-diagonal-svg-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40%;
	width: 200%;
	height: 260%;
	pointer-events: none;
	z-index: -1;
	clip-path: polygon(65px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.pageSliderContent .swiper-slide {
	overflow: hidden;
}

/* Diagonal SVG shape sitting behind the card */
.hi-diagonal-svg {
	position: absolute;
	left: -30%;
	bottom: -40%;
	width: 340px;
	height: 173%;
	pointer-events: none;
	z-index: 0;
}

/* White card area */
.hi-card-area {
	background: #fff;
	padding: 28px 32px 28px 32px;
	width: 360px;
	text-align: left;
	position: relative;
	z-index: 1;
	box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.12);
}

/* Track & slides */
.hi-track {
	position: relative;
	text-align: left;
}

.hi-slide {
	display: none;
}

.hi-slide--active {
	display: block;
}

/* Card internals */
.hi-card {
	font-family: inherit;
}

.hi-title {
	font-size: 19px;
	font-weight: 400 !important;
	color: #162757 !important;
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 1.35;
}

/* Stacked row (label above, value below) */
.hi-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
}

/* Inline row (label + value side by side) */
.hi-row--inline {
	flex-direction: row;
	align-items: baseline;
	gap: 5px;
	margin-bottom: 8px;
}

.hi-label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #162757 !important;
	line-height: 1.4;
	margin-bottom: 2px;
}

.hi-row--inline .hi-label {
	margin-bottom: 0;
	white-space: nowrap;
}

.hi-value {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #333 !important;
	line-height: 1.5;
}

/* Nav buttons — outside/right of the card */
.hi-nav {
	display: flex;
	flex-direction: row;
	gap: 4px;
	padding: 0 0 16px 10px;
	position: relative;
	z-index: 2;
}

.pageSliderContent {
	margin-top: 0 !important;
}

.hi-btn {
	width: 36px;
	height: 36px;
	background: transparent;
	border: 1px solid #162757 !important;
	color: #162757 !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition: background 0.2s;
	padding: 0;
	border-radius: 0;
	line-height: 1;
}

.hi-btn i {
	color: #162757 !important;
}

.hi-btn:hover {
	background: #fff;
}

.hi-btn:hover i {
	color: #162757 !important;
}

/* Tablet + mobil: beyaz kenarlık */
@media (max-width: 991px) {

	.pageSliderContent#slider-0 .swiper-button-next,
	.pageSliderContent#slider-0 .swiper-button-prev {
		bottom: 10px !important;
		border-color: rgba(255, 255, 255, 0.8) !important;
	}

	.pageSliderContent#slider-0 .swiper-button-next::after,
	.pageSliderContent#slider-0 .swiper-button-prev::after {
		color: #fff !important;
	}

	.pageSliderContent#slider-0 .swiper-button-next:hover,
	.pageSliderContent#slider-0 .swiper-button-prev:hover {
		background: rgba(255, 255, 255, 0.15) !important;
	}
}

.pageSliderContent#slider-0 .sliderJs,
.pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
.pageSliderContent#slider-0 .sliderJs .swiper-slide {
	max-height: 480px !important;
}

@media (min-width: 992px) and (max-width:1600px) {

	.pageSliderContent#slider-0 .sliderJs,
	.pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
	.pageSliderContent#slider-0 .sliderJs .swiper-slide {
		max-height: 53vh !important;
		height: 60vh !important;
	}

	.hi-diagonal-svg-bg {
		width: 180% !important;
	}
}

/* Tablet + mobile: SVG'ler gizle, slider yeniden düzenle */
@media (max-width: 991px) {

	.hi-diagonal-svg-bg,
	.hi-diagonal-svg {
		display: none;
	}

	/* Slide yüksekliğini otomatik yap */
	.pageSliderContent#slider-0 .sliderJs,
	.pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
	.pageSliderContent#slider-0 .sliderJs .swiper-slide {
		max-height: none !important;
		height: auto !important;
		min-height: auto !important;
	}

	/* Slide içeriğini flex column yap */
	.pageSliderContent .swiper-slide {
		display: flex !important;
		flex-direction: column !important;
	}

	/* Container'ı static yap ve sırala */
	.pageSliderContent .swiper-slide .container {
		position: static !important;
		background-color: white;
		order: 2;
		width: 100% !important;
		height: 100%;
		padding: 0 !important;
	}

	/* Slider içeriğini static yap, normal akışa sok */
	.pageSliderContent .slider-contents {
		position: static !important;
		width: 100% !important;
	}

	/* Resmi üstte göster */
	.pageSliderContent .swiper-slide img {
		width: 100%;
		height: auto;
		min-height: 250px;
		max-height: 350px;
		object-fit: cover;
		order: 1;
	}

	.hi-wrapper {
		position: relative;
		right: auto;
		left: 0 !important;
		bottom: 7px !important;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		background: #162757;
		margin-top: -10px;
		border-bottom: 1px solid #162757;
		margin-bottom: 0 !important;
	}

	.hi-card-area {
		flex: 1;
		width: auto;
		padding: 20px 24px;
		box-shadow: none;
		background: #fff;
	}

	.hi-nav {
		padding: 0 14px;
		flex-direction: column;
		justify-content: center;
		background: #162757;
	}

	.loader {
		left: 35px !important;
	}

	.hi-btn {
		border-color: rgba(255, 255, 255, 0.5) !important;
		color: #fff !important;
	}

	.hi-btn i {
		color: #fff !important;
	}

	.hi-btn:hover {
		background: rgba(255, 255, 255, 0.15);
	}
}

/* Mobil */
@media (max-width: 575px) {
	.hi-card-area {
		padding: 14px 16px;
	}

	.hi-title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.hi-label {
		font-size: 12px;
	}

	.hi-value {
		font-size: 12px;
	}

	.hi-row {
		margin-bottom: 7px;
	}

	.hi-row--inline {
		margin-bottom: 4px;
	}
}

/* Remove fade-up animation from hi-wrapper on slide transition */
.pageSliderContent .slider-description,
.pageSliderContent .weta-description,
.pageSliderContent .hi-wrapper {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* Quality section - SVG diagonal background behind image */
#privatePageContentItem_5 .rg-wrapper {
	position: relative;
}

#privatePageContentItem_5 .rgw {
	position: relative;
	overflow: visible;
}

#privatePageContentItem_5 .rgw::before {
	content: '';
	position: absolute;
	left: -100px;
	bottom: 0;
	width: 50%;
	height: 105%;
	background: #162757;
	opacity: 1;
	clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
	pointer-events: none;
	z-index: 1;
}

#privatePageContentItem_5 .rgw img {
	position: relative;
	z-index: 2;
}

/* 1.45(5) half effect button outline style */
.weta-buttons a {
	cursor: pointer;
	background-color: #162757;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 12px 60px 12px 20px;
	font-size: 14px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: none !important;
	color: #fff;
	transform: scaleX(0.9);
	transform-origin: center left;
	transition: all 0.3s ease;
}

/* Yarım yarım arka plan efekti - tek pseudo-element ile */
.weta-buttons a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) left top / 0% 50% no-repeat,
		linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) right bottom / 0% 50% no-repeat;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
}

.weta-buttons a:hover::before {
	background-size: 100% 50%, 100% 50%;
}

/* Sağ tarafta çizgi efekti */
.weta-buttons a::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background: #fff;
	transition: width 0.3s ease;
	z-index: 2;
}

/* Hover'da çizgi uzar */
.weta-buttons a:hover::after {
	width: 25px;
}

.weta-buttons a.site-button:hover {
	background-color: #162757;
}


.modern-learn-more a {
	cursor: pointer;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	transition: all 0.3s ease;
	overflow: hidden;
	border: none !important;
	max-width: 150px;
	flex-shrink: 0;
	white-space: nowrap;
}

/* FA ikonunu çizgiye dönüştür - yazının sağında */
.modern-learn-more a i.fa-solid {
	font-family: inherit;
	font-size: 0;
	width: 16px;
	height: 2px;
	background: #fff;
	margin-left: 12px;
	order: 2;
	transition: width 0.3s ease;
	position: relative;
	z-index: 2;
}

/* Hover'da çizgi uzar */
.modern-learn-more a:hover i.fa-solid {
	width: 32px;
}

/* Yarım yarım efekt için pseudo-elementler */
.modern-learn-more a:before,
.modern-learn-more a:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 50%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
}

.modern-learn-more a:before {
	top: 0;
	left: 0;
	right: auto;
}

.modern-learn-more a:after {
	bottom: 0;
	right: 0;
	left: auto;
}

/* Hover efektleri - half-effect background */
.modern-learn-more a:hover:before {
	width: 100%;
	right: 0;
	left: auto;
}

.modern-learn-more a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}


#submitButton {
	cursor: pointer;
	background-color: #162757;
	z-index: 0;
	display: inline-block;
	position: relative;
	padding: 12px 50px;
}

#submitButton span {
	color: #fff;
	display: block;
	padding-left: 0%;
	text-transform: uppercase;
	transform: scaleX(0.9);
	transform-origin: center;
	transition: color 0.3s ease;
	position: relative;
	z-index: 1;
	font-size: 18px;
}

#submitButton:before,
#submitButton:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 50%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#submitButton:before {
	top: 0;
	left: 0;
	right: auto;
}

#submitButton:after {
	bottom: 0;
	right: 0;
	left: auto;
}

#submitButton.site-button:hover {
	background-color: #162757 !important;
}

#submitButton:hover:before {
	width: 100%;
	right: 0;
	left: auto;
}

#submitButton:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

#submitButton:hover span {
	color: #fff;
}

.btn-primary {
	background: #162757 !important;
	border: 1px solid #162757 !important;
}

.contact-oge p {
	position: relative;
	display: flex;
	padding-left: 50px;
	margin-bottom: 30px;
	align-items: center;
}

.contact-oge p span {
	color: #162757 !important;
	font-size: 28px;
}

.gallery-section-3 .img-wrapper .gallery-img,
.gallery-section-10 .img-wrapper .gallery-img {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-section-3 .img-wrapper:hover img,
.gallery-section-10 .img-wrapper:hover img {
	filter: none;
	opacity: 1;
}

.gallery-section-3 .img-wrapper img,
.gallery-section-10 .img-wrapper img {
	padding: 5px;
	filter: grayscale(1);
	border: 1px solid #ededed;
	opacity: 0.7;
	transition: all 0.4s;
}

.gallery-section-3 .img-wrapper .gallery-img::after,
.gallery-section-10 .img-wrapper .gallery-img::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
	transition: all 0.4s;
	transform: rotate(180deg);
}

.gallery-section-3 .img-wrapper:hover .gallery-img::after,
.gallery-section-10 .img-wrapper:hover .gallery-img::after {
	content: "";
	border: 5px solid #f1f1f1;
	margin: 5px;
	transform: rotate(90deg);
}

/* ============================================
   OVERLAY SECTION - TEMA STYLE (COL-MD-6 LAYOUT)
   ============================================ */

/* Overlay wrapper - background image container */
.overlay-section .latest-blog-dark-outer2 {
	height: 530px;
	margin-right: 61px;
	position: relative;
}

/* Yarı saydam overlay */
.overlay-section .overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.overlay-section .bg-black {
	background-color: #000;
}

/* İçerik kutusu - sağ alt köşede */
.overlay-section .latest-blog-square {
	position: absolute;
	left: -600px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	bottom: 140px;
	width: 800px;
	min-height: 250px;
	padding: 0px 25px 0px 25px;
	border: none;
	background: #d9e2ea;
	z-index: 10;
}

/* Sol kolonun içerik kutusu - sol alt köşede */
.overlay-section .row .order-md-1 .latest-blog-square {
	right: auto;
	left: 400px;
	padding: 0px 25px 0px 25px;
}

/* Başlık stili */
.overlay-section .latest-blog-square h2 {
	margin-top: 0;
	margin-bottom: 10px;

}

.overlay-section .latest-blog-square h2 span {
	color: #162757 !important;
	font-weight: 500;
}

.overlay-section .latest-blog-square .font-30 {
	font-size: 30px;
	line-height: 1.3;
}

.overlay-section .latest-blog-square .text-uppercase {
	text-transform: uppercase;
}

/* Paragraf stili */
.overlay-section .latest-blog-square p {
	font-size: 16px;
	color: #162757 !important;
	line-height: 1.7;
	margin-bottom: 0;
}

.overlay-section .latest-blog-square .font-weight-300 {
	font-weight: 300;
}

.overlay-section .text-white {
	color: #fff;
}

/* Köşe çizgileri - Sol üst */
.overlay-section .latest-blog-square::before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: 200px;
	height: 150px;
	border-top: 3px solid #162757;
	border-left: 3px solid #162757;
}

/* Köşe çizgileri - Sağ alt */
.overlay-section .latest-blog-square::after {
	content: '';
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 200px;
	height: 150px;
	border-bottom: 3px solid #162757;
	border-right: 3px solid #162757;
}

/* Tablet responsive */
@media (max-width: 991px) {
	.overlay-section .latest-blog-dark-outer2 {
		margin-right: 30px;
	}

	.overlay-section .latest-blog-square {
		right: -30px;
		width: 350px;
		min-height: 350px;
		padding: 20px 50px 20px 20px;
		border-width: 10px;
	}

	.overlay-section .row .order-md-1 .latest-blog-square {
		left: -30px;
		padding: 20px 20px 20px 50px;
	}

	.overlay-section .latest-blog-square .font-30 {
		font-size: 26px;
	}

	.overlay-section .latest-blog-square p {
		font-size: 15px;
	}
}

/* Mobile responsive */
@media (max-width: 768px) {
	.overlay-section .latest-blog-dark-outer2 {

		margin-right: 0;
		margin-bottom: 30px;
	}

	.overlay-section .latest-blog-square {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 30px 20px;
		border-width: 8px;
		border-left: none;
		border-right: none;
	}

	.overlay-section .row .order-md-1 .latest-blog-square {
		left: 0;
		padding: 30px 20px;
		width: 74%;
	}

	.overlay-section .latest-blog-square .font-30 {
		font-size: 22px;
	}

	.overlay-section .latest-blog-square p {
		font-size: 14px;
	}

	/* Mobilde boş kolonları gizle */
	.overlay-section .col-md-6:empty {
		display: none;
	}

	.overlay-section .latest-blog-square h2 {
		width: 70%;
	}

	#paragraph-section-7 {
		padding-bottom: 50px !important;
	}
}

/* Helper classes için eklemeler */
.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.bg-cover {
	background-size: cover !important;
}

.m-t0 {
	margin-top: 0 !important;
}

.m-b10 {
	margin-bottom: 20px !important;
}

.m-b20 {
	margin-bottom: 20px !important;
}

.m-b30 {
	margin-bottom: 30px !important;
}

.opacity-04 {
	opacity: 0.4 !important;
}

/* Shine */
#gallery-detail-section-1 .gallery-img {
	position: relative;
	clip-path: polygon(20% 0%,
			/* sol üst */
			100% 0%,
			/* sağ üst */
			92% 100%,
			/* sağ alt */
			0% 100%
			/* sol alt */
		);
}

#gallery-detail-section-1 .gallery-img::before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 89%;
	height: 100%;
	transition: all .4s;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(9, 26, 93, 1) 100%) !important;
	z-index: 9;
	transform: skewX(-10deg);
}

#gallery-detail-section-1 .img-title {
	margin-left: 25px;
}

#gallery-detail-section-1 .gallery-info {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 10;
}

#gallery-detail-section-1 .gallery-info .weta-icerik-tag {
	text-align: center !important;
	color: #fff !important;
	transition: all .4s;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info .weta-icerik-tag {
	transform: scale(1.05);
	font-weight: 700 !important;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img::before {
	height: 50%;
	width: 83%;
}

.linkedin-icon a {
	font-size: 19px;
	color: #162757 !important;
}

/* ============================================
   SERTIFIKALAR GALERİSİ (GALLERY-SECTION-12)
   Border, Overlay ve Büyüteç İkon Hover Efekti
   ============================================ */

/* Galeri resim container */
.gallery-section-12 .gallery-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

/* Resim border ve genel stil */
.gallery-section-12 .gallery-img img {
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	transition: all 0.4s ease;
	background-color: #ffffff;
	display: block;
	width: 100%;
}

/* Karartma Overlay - Normal Fade (Opacity) Siyah */
.gallery-section-12 .gallery-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 2;
	pointer-events: none;
}

/* Büyüteç İkonu - Aşağıdan Yukarıya Gelir */
.gallery-section-12 .gallery-img::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20px);
	font-size: 48px;
	color: #ffffff;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 3;
	pointer-events: none;
}

/* Hover Durumu - Overlay Normal Fade */
.gallery-section-12 .gallery-img:hover::before {
	opacity: 1;
}

/* Hover Durumu - İkon Aşağıdan Yukarı Gelir */
.gallery-section-12 .gallery-img:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%);
}

/* Hover Durumu - Resim Efekti */
.gallery-section-12 .gallery-img:hover img {
	border-color: #162757;
	transform: scale(1.02);
}

#gallery-detail-section-10 .row {
	justify-content: center;
}

#category-section-2 {
	display: none;
}

.custom-top-bar .navbar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 67px;
	bottom: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/images/1988.png);
	background-size: 150px;
	opacity: 0.7;
	width: 12%;
}

.section-header #navigation>ul {
	justify-content: center;
}

.productDetail .product-second-title {
	display: none !important;
}

/* ============================================
   PRODUCT SLIDER NAVIGATION & PAGINATION
   ============================================ */

/* Navigation Container Ayarları */
.product-thumbs-nav-wrapper {
	position: relative;
}

/* Navigation Butonları */
.product-swiper-button-next,
.product-swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
	height: 33px;
	border: 1px solid #162757;
	color: #162757;
	background: transparent;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.product-swiper-button-next:hover,
.product-swiper-button-prev:hover {
	background: #162757;
	color: #fff;
	transform: translateY(-50%);
}

.product-swiper-button-prev {
	left: -15px;
}

.product-swiper-button-next {
	right: -5px;
}

.product-swiper-button-next i,
.product-swiper-button-prev i {
	font-size: 13px !important;
}

/* Pagination */
.product-swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
	z-index: 10;
}

#product-detail-1 .product-thumbs .swiper-wrapper {
	justify-content: center;
}

/* Responsive Ayarlar */
@media (max-width: 1200px) {
	.product-swiper-button-prev {
		left: -50px;
	}

	.product-swiper-button-next {
		right: -50px;
	}
}

/* ============================================
   Hizmetlerimiz - Mobil Carousel Slider
   ============================================ */

/* Sadece mobilde aktif */
@media (max-width: 768px) {

	/* Slider container */
	#gallery-detail-section-1 #image-gallery {
		position: relative;
		overflow: hidden;
	}

	/* Swiper slide'lar */
	.services-slider-mobile .swiper-slide {
		width: 48% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.services-slider-mobile .swiper-slide .img-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	#gallery-detail-section-1 .img-title .weta-icerik-tag {
		font-size: 14px;
	}

	#gallery-detail-section-1 .img-title {
		margin-left: -30px;
	}

	.services-slider-mobile .swiper-slide .img-wrapper .gallery-img {
		width: 100% !important;
	}

	.services-slider-mobile .swiper-slide .img-wrapper .gallery-img img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
	}

	/* Orijinal grid stil ayarlarını override et */
	.gallery-section-1 .custom-col {
		width: 48% !important;
		max-width: 48% !important;
		flex: 0 0 48% !important;
	}
}

@media (max-width: 992px) {

	.product-swiper-button-next,
	.product-swiper-button-prev {
		width: 33px !important;
		height: 33px !important;
	}

	.product-swiper-button-next i,
	.product-swiper-button-prev i {
		font-size: 13px !important;
	}

	.product-swiper-button-prev {
		left: -45px;
	}

	.product-swiper-button-next {
		right: -45px;
	}
}

@media (max-width: 768px) {

	.product-swiper-button-next,
	.product-swiper-button-prev {
		width: 33px !important;
		height: 33px !important;
		top: 100px;
	}

	.product-swiper-pagination {
		margin-top: 25px;
	}

	.product-swiper-button-next i,
	.product-swiper-button-prev i {
		font-size: 13px !important;
	}

	.product-swiper-button-prev {
		left: 80px;
	}

	.product-swiper-button-next {
		right: 80px;
	}

}