/* Desia Tekstil — özel stiller (layout odaklı, şablonu bozmaz) */

:root {
	--desia-primary: #26364c;
	--desia-white: #ffffff;
	--desia-muted: rgba(38, 54, 76, 0.72);
	--desia-border: rgba(38, 54, 76, 0.14);
}

/* Logo */
.desia-logo-img {
	max-height: 65px;
	width: auto;
	display: block;
}

.sticky-header .desia-logo-img--sticky {
	max-height: 45px;
	filter: brightness(0) invert(1);
}

.desia-logo-img--footer {
	max-height: 55px;
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
}

.footer-logo-link {
	display: inline-block;
	line-height: 0;
}

.main-header .header-upper .logo-box .logo a {
	display: block;
	line-height: 0;
}

/* Header */
.main-header.header-style-two .header-upper {
	background: var(--desia-white);
	border-bottom: 1px solid var(--desia-border);
}

.main-header .header-lower {
	background: var(--desia-primary);
}

.main-header .main-menu .navigation > li > a {
	color: var(--desia-white);
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
	color: var(--desia-white);
	opacity: 0.85;
}

.main-header .phone-number,
.main-header .phone-number .theme_color {
	color: var(--desia-white);
}

.sticky-header {
	background: var(--desia-primary);
}

.sticky-header .main-menu .navigation > li > a {
	color: var(--desia-white);
}

@media (max-width: 991px) {
	.main-header .header-upper .desia-header-info-mobile-hide {
		display: none;
	}
}

/* Sayfa başlığı & slider */
.page-title.desia-page-title {
	background: var(--desia-primary);
	padding: 80px 0;
}

.page-title.desia-page-title h2 {
	color: var(--desia-white);
}

.page-title.desia-page-title:before,
.desia-theme .page-title.desia-page-title:before {
	background-color: var(--desia-primary);
}

.desia-muted,
.desia-theme .sec-title.centered p.desia-muted {
	color: var(--desia-muted);
}

.main-slider .slide.desia-slide {
	background-size: cover;
	background-position: center;
	background-color: var(--desia-primary);
}

.desia-slide-1,
.desia-slide-2,
.desia-slide-3 {
	background: var(--desia-primary) !important;
}

.main-slider .slide.desia-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 54, 76, 0.55);
}

.main-slider .slide.desia-slide .auto-container {
	position: relative;
	z-index: 2;
}

/* Biz Kimiz */
.biz-kimiz-section {
	padding: 90px 0 70px;
	background: var(--desia-white);
}

.biz-kimiz-section .intro-text p {
	margin-bottom: 18px;
	line-height: 1.85;
	color: var(--desia-muted);
	font-size: 15px;
}

.biz-kimiz-section .motto {
	margin-top: 30px;
	padding: 22px 28px;
	background: var(--desia-primary);
	color: var(--desia-white);
	font-size: 17px;
	font-weight: 600;
	font-style: italic;
	border-left: 4px solid var(--desia-white);
}

/* Ürün kartları */
.product-grid-section {
	padding: 80px 0;
}

.product-card {
	margin-bottom: 30px;
	background: var(--desia-white);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.product-card .product-image {
	position: relative;
	height: 260px;
	overflow: hidden;
	background: var(--desia-white);
}

.product-card .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-card .product-image .img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--desia-muted);
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

.product-card .product-body {
	padding: 22px 24px 26px;
}

.product-card .product-body h3 {
	font-size: 18px;
	color: var(--desia-primary);
	margin-bottom: 10px;
}

.product-card .product-body p {
	font-size: 14px;
	color: var(--desia-muted);
	line-height: 1.7;
	margin: 0;
}

/* Kumaşlar */
.kumaslar-section {
	padding: 80px 0 90px;
	background: var(--desia-primary);
}

.kumaslar-section .sec-title h2,
.kumaslar-section .sec-title p,
.kumaslar-section .sec-title.centered p,
.kumaslar-section .product-card .product-body h3,
.kumaslar-section .product-card .product-body p {
	color: var(--desia-white);
}

.kumaslar-section .separator {
	background: var(--desia-white);
}

.kumaslar-section .icon-box span {
	color: var(--desia-white);
}

/* CTA */
.cta-section {
	padding: 70px 0;
	background: var(--desia-primary);
	text-align: center;
}

.cta-section h2 {
	color: var(--desia-white);
	margin-bottom: 15px;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 28px;
	font-size: 16px;
}

.cta-section .theme-btn {
	background: var(--desia-white);
	color: var(--desia-primary);
	border-color: var(--desia-white);
}

.cta-section .theme-btn:hover {
	background: transparent;
	color: var(--desia-white);
}

/* İletişim bandı */
.in-touch-section.desia-in-touch {
	background: var(--desia-primary);
}

/* İçerik sayfaları */
.content-block-section {
	padding: 70px 0;
}

.content-block-section ul.feature-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
}

.content-block-section ul.feature-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	color: #555;
	line-height: 1.7;
}

.content-block-section ul.feature-list li::before {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: var(--desia-primary);
}

.client-section .text p {
	color: var(--desia-muted);
}

.services-block-three .inner-box {
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
}

/* Footer */
.main-footer.desia-footer {
	background: var(--desia-primary);
}

.main-footer.desia-footer .footer-widget h2,
.main-footer.desia-footer .footer-widget h2.alternate,
.main-footer.desia-footer .we-are-widget .text,
.main-footer.desia-footer .footer-links li a,
.main-footer.desia-footer .contact-list li,
.main-footer.desia-footer .read-more,
.main-footer.desia-footer .footer-bottom .copyright {
	color: var(--desia-white);
}

.main-footer.desia-footer .footer-bottom {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.main-footer.desia-footer .footer-upper-box {
	display: none;
}

/* Sertifikalar — sade logo bandı */
.sertifikalar-section {
	padding: 72px 0 64px;
	background: var(--desia-white);
	border-top: 1px solid var(--desia-border);
}

.sertifikalar-header {
	text-align: center;
	margin-bottom: 48px;
}

.sertifikalar-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--desia-primary);
	opacity: 0.65;
}

.sertifikalar-header h2 {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--desia-primary);
	text-transform: none;
	letter-spacing: 0;
}

.sertifikalar-line {
	display: block;
	width: 52px;
	height: 3px;
	margin: 0 auto;
	background: var(--desia-primary);
	border-radius: 2px;
}

.sertifikalar-carousel-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}

.sertifikalar-section .sertifikalar-slide {
	list-style: none;
}

.sertifikalar-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 12px 16px;
}

.sertifikalar-logo img {
	display: block;
	max-height: 76px;
	max-width: 150px;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.88;
	filter: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sertifikalar-logo img:hover {
	opacity: 1;
	transform: scale(1.04);
}

.sertifikalar-section .owl-nav {
	display: none;
}

.sertifikalar-section .owl-dots {
	margin-top: 32px;
	text-align: center;
}

.sertifikalar-section .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 4px 6px;
	background: #c8d0da;
	transition: background 0.2s ease, transform 0.2s ease;
}

.sertifikalar-section .owl-dots .owl-dot.active span,
.sertifikalar-section .owl-dots .owl-dot:hover span {
	background: var(--desia-primary);
	transform: scale(1.15);
}

/* Preloader */
.preloader {
	display: none !important;
}

/* WhatsApp */
.whatsapp-float {
	position: fixed;
	bottom: 28px;
	left: 28px;
	right: auto;
	z-index: 99999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #25d366;
	color: var(--desia-white);
	padding: 14px 22px;
	border-radius: 50px;
	box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
	color: var(--desia-white);
	transform: scale(1.04);
	box-shadow: 0 8px 30px rgba(37, 211, 102, 0.55);
}

.whatsapp-float .fa {
	font-size: 26px;
}

@media (max-width: 575px) {
	.whatsapp-float span {
		display: none;
	}
	.whatsapp-float {
		padding: 16px;
		border-radius: 50%;
		bottom: 20px;
		left: 20px;
	}
}

/* Tema rengi: turkuaz yerine lacivert (yalnızca vurgu öğeleri) */
.desia-theme .theme_color,
.desia-theme .main-header .info-box li span {
	color: var(--desia-primary);
}

.desia-theme .btn-style-one,
.desia-theme .btn-style-two,
.desia-theme .btn-style-three,
.desia-theme .appointment-btn,
.desia-theme .message-btn,
.desia-theme .contact-form button[type="submit"] {
	background-color: var(--desia-primary);
	border-color: var(--desia-primary);
}

/* ==========================================================
   Desia layout repair
   Şablonun agresif float/ikon kurallarını siteye özel dengeler.
   ========================================================== */

.desia-theme {
	color: var(--desia-primary);
	background: var(--desia-white);
}

.desia-theme .client-section .image-layer {
	background: var(--desia-white) !important;
}

.desia-theme .auto-container {
	max-width: 1200px;
}

.desia-theme .main-header {
	background: var(--desia-white);
	box-shadow: 0 8px 30px rgba(38, 54, 76, 0.08);
}

.desia-theme .main-header.header-style-two .header-upper {
	border-bottom: 0;
}

.desia-theme .main-header .header-upper .clearfix {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.desia-theme .main-header .header-upper .logo-box,
.desia-theme .main-header .header-upper .upper-right,
.desia-theme .main-header .info-box {
	float: none;
}

.desia-theme .main-header .header-upper .logo-box {
	padding: 16px 0;
}

.desia-theme .desia-logo-img {
	max-height: 110px;
}

.desia-theme .main-header .header-upper .upper-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	padding-top: 0;
}

.desia-theme .main-header .info-box {
	margin-left: 0;
	padding-left: 44px;
	color: var(--desia-primary);
}

.desia-theme .main-header .info-box .icon-box {
	left: 0;
	top: 5px;
	color: var(--desia-primary);
}

.desia-theme .main-header .info-box li {
	color: var(--desia-muted);
	line-height: 1.45;
}

.desia-theme .main-header .info-box li span {
	display: inline-block;
	margin-bottom: 3px;
	color: var(--desia-primary);
	font-weight: 600;
}

.desia-theme .main-header .appointment-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--desia-primary);
	color: var(--desia-white);
	line-height: 1;
}

.desia-theme .main-header .appointment-btn:hover {
	background: var(--desia-primary);
	color: var(--desia-white);
	opacity: 0.9;
}

.desia-theme .main-header .header-lower {
	background: var(--desia-primary);
}

.desia-theme .header-style-two .nav-outer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
	border-top: 0;
	background: transparent;
}

.desia-theme .main-header .main-menu .navigation > li,
.desia-theme .header-style-two .main-menu .navigation > li {
	margin: 0;
	padding: 0 22px;
	border-right: 0;
}

.desia-theme .header-style-two .main-menu .navigation > li:first-child {
	padding-left: 0;
}

.desia-theme .main-header .main-menu .navigation > li > a,
.desia-theme .header-style-two .main-menu .navigation > li > a {
	padding: 23px 0;
	color: var(--desia-white);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
}

.desia-theme .main-header .main-menu .navigation > li.current > a,
.desia-theme .main-header .main-menu .navigation > li:hover > a {
	color: var(--desia-white);
	opacity: 0.78;
}

.desia-theme .main-header .header-lower .outer-box {
	float: none;
}

.desia-theme .main-header .header-lower .outer-box .phone-number {
	float: none;
	margin-right: 0;
	padding: 0;
	color: var(--desia-white);
	text-transform: none;
}

.desia-theme .main-header .header-lower .outer-box .phone-number .theme_color {
	color: rgba(255, 255, 255, 0.78);
}

.desia-theme .main-header .header-lower .outer-box .phone-number .icon-outer:before,
.desia-theme .main-header .header-lower .outer-box .phone-number .icon-outer:after,
.desia-theme .main-header .header-lower .outer-box .phone-number .icon:after {
	display: none;
}

.desia-theme .main-header .header-lower .outer-box .phone-number .icon-outer .icon {
	margin-right: 8px;
	color: var(--desia-white);
}

.desia-theme .sticky-header {
	background: var(--desia-white);
	box-shadow: 0 8px 30px rgba(38, 54, 76, 0.12);
}

.desia-theme .sticky-header .desia-logo-img--sticky {
	filter: none;
}

.desia-theme .sticky-header .main-menu .navigation > li > a {
	color: var(--desia-primary);
}

.desia-theme .sec-title {
	margin-bottom: 42px;
}

.desia-theme .sec-title .icon-box {
	display: none;
}

.desia-theme .sec-title h2 {
	color: var(--desia-primary);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.desia-theme .sec-title .separator:before,
.desia-theme .sec-title .separator:after {
	background-color: var(--desia-primary);
}

.desia-theme .sec-title.centered p {
	color: var(--desia-muted);
}

.desia-theme .main-slider .slide.desia-slide {
	min-height: 560px;
}

.desia-theme .main-slider .slide .content {
	padding-top: 170px;
}

.desia-theme .main-slider .slide .content h2,
.desia-theme .main-slider .slide .content h2.light,
.desia-theme .main-slider .slide .content .title,
.desia-theme .main-slider .slide .content .title.light {
	color: var(--desia-white);
}

.desia-theme .theme-btn,
.desia-theme .btn-style-one,
.desia-theme .btn-style-two,
.desia-theme .btn-style-three,
.desia-theme .message-btn {
	border-radius: 999px;
}

.desia-theme .btn-style-one,
.desia-theme .btn-style-two,
.desia-theme .btn-style-three,
.desia-theme .message-btn {
	background: var(--desia-primary);
	border-color: var(--desia-primary);
	color: var(--desia-white);
}

.desia-theme .btn-style-one:hover,
.desia-theme .btn-style-two:hover,
.desia-theme .btn-style-three:hover,
.desia-theme .message-btn:hover {
	background: var(--desia-white);
	color: var(--desia-primary);
	border-color: var(--desia-primary);
}

.desia-theme .biz-kimiz-section,
.desia-theme .product-grid-section,
.desia-theme .content-block-section,
.desia-theme .client-section,
.desia-theme .contact-page-section {
	background: var(--desia-white);
}

.desia-theme .biz-kimiz-section .auto-container,
.desia-theme .content-block-section .auto-container,
.desia-theme .client-section .auto-container,
.desia-theme .contact-page-section .auto-container {
	position: relative;
}

.desia-theme .intro-text,
.desia-theme .client-section .inner-column,
.desia-theme .contact-page-section .inner-column {
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	padding: 34px;
	box-shadow: 0 12px 40px rgba(38, 54, 76, 0.07);
}

.desia-theme .biz-kimiz-section .intro-text p,
.desia-theme .client-section .text p,
.desia-theme .content-block-section p {
	color: var(--desia-muted);
}

.desia-theme .biz-kimiz-section .motto,
.desia-theme .content-block-section .motto {
	border-radius: 14px;
	border-left: 0;
	box-shadow: 0 12px 30px rgba(38, 54, 76, 0.18);
}

.desia-theme .product-card {
	height: 100%;
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(38, 54, 76, 0.08);
}

.desia-theme .product-card .product-image {
	height: 230px;
	background: var(--desia-white);
}

.desia-theme .product-card .product-body {
	padding: 22px 22px 24px;
}

.desia-theme .product-card .product-body h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.desia-theme .product-card .product-body p {
	color: var(--desia-muted);
}

.desia-theme .urun-listesi-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	text-transform: uppercase;
}

.desia-theme .urun-listesi-card {
	display: flex;
	gap: 18px;
	min-height: 100%;
	padding: 26px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(38, 54, 76, 0.08);
}

.desia-theme .urun-listesi-number {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--desia-primary);
	color: var(--desia-white);
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
}

.desia-theme .urun-listesi-content h3 {
	margin: 4px 0 16px;
	color: var(--desia-primary);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.desia-theme .urun-listesi-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.desia-theme .urun-listesi-content li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 9px;
	color: var(--desia-muted);
	font-size: 15px;
	line-height: 1.45;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.desia-theme .urun-listesi-content li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--desia-primary);
}

.desia-theme .urun-kategori-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.desia-theme .urun-kategori-card {
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(38, 54, 76, 0.08);
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.desia-theme .urun-kategori-card.is-active,
.desia-theme .urun-kategori-card:hover {
	border-color: rgba(38, 54, 76, 0.35);
	box-shadow: 0 16px 42px rgba(38, 54, 76, 0.13);
	transform: translateY(-2px);
}

.desia-theme .urun-kategori-toggle {
	width: 100%;
	display: grid;
	grid-template-columns: 46px 1fr 28px;
	align-items: center;
	gap: 16px;
	padding: 24px 26px;
	background: var(--desia-white);
	border: 0;
	color: var(--desia-primary);
	text-align: left;
	cursor: pointer;
}

.desia-theme .urun-kategori-number {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--desia-primary);
	color: var(--desia-white);
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

.desia-theme .urun-kategori-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.desia-theme .urun-kategori-icon {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(38, 54, 76, 0.08);
}

.desia-theme .urun-kategori-icon:before,
.desia-theme .urun-kategori-icon:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	background: var(--desia-primary);
	transform: translate(-50%, -50%);
}

.desia-theme .urun-kategori-icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 0.2s ease;
}

.desia-theme .urun-kategori-card.is-active .urun-kategori-icon:after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.desia-theme .urun-alt-grid {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0 26px 26px;
}

.desia-theme .urun-kategori-card.is-active .urun-alt-grid {
	display: grid;
}

.desia-theme .urun-alt-card {
	padding: 14px 16px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 12px;
	color: var(--desia-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.desia-theme .kumaslar-section {
	background: var(--desia-primary);
}

.desia-theme .kumaslar-section .sec-title h2,
.desia-theme .kumaslar-section .sec-title p,
.desia-theme .kumaslar-section .sec-title.centered p,
.desia-theme .kumaslar-section .product-card .product-body h3,
.desia-theme .kumaslar-section .product-card .product-body p {
	color: var(--desia-white) !important;
}

.desia-theme .kumaslar-section .sec-title .separator:before,
.desia-theme .kumaslar-section .sec-title .separator:after {
	background-color: var(--desia-white);
}

.desia-theme .kumaslar-section .product-card {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.desia-theme .kumaslar-section .product-card .product-image {
	background: var(--desia-white);
}

.desia-theme .services-block-three .inner-box {
	height: 100%;
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(38, 54, 76, 0.07);
}

.desia-theme .in-touch-section.desia-in-touch {
	background: var(--desia-primary);
}

.desia-theme .in-touch-section.desia-in-touch .sec-title h2,
.desia-theme .in-touch-section.desia-in-touch h3,
.desia-theme .in-touch-section.desia-in-touch li,
.desia-theme .in-touch-section.desia-in-touch a,
.desia-theme .in-touch-section.desia-in-touch .link {
	color: var(--desia-white);
}

.desia-theme .contact-form input,
.desia-theme .contact-form textarea {
	border-radius: 12px;
	border-color: var(--desia-border);
}

.desia-theme .sertifikalar-section {
	background: var(--desia-white);
}

.desia-theme .sertifikalar-logo {
	min-height: 104px;
	border-radius: 16px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
}

.desia-theme .main-footer.desia-footer {
	background: var(--desia-primary);
}

.desia-theme .main-footer.desia-footer .footer-links li a:hover,
.desia-theme .main-footer.desia-footer .read-more:hover {
	color: var(--desia-white);
	opacity: 0.78;
}

.desia-theme .main-footer .scroll-to-top {
	background: var(--desia-white);
	color: var(--desia-primary);
}

@media (max-width: 991px) {
	.desia-theme .main-header .header-upper .clearfix {
		display: block;
	}

	.desia-theme .main-header .header-upper .logo-box {
		text-align: center;
	}

	.desia-theme .main-header .header-upper .logo-box .logo a,
	.desia-theme .desia-logo-img {
		display: inline-block;
	}

	.desia-theme .main-header .header-upper .upper-right {
		justify-content: center;
		padding-bottom: 18px;
	}

	.desia-theme .header-style-two .nav-outer {
		display: block;
	}

	.desia-theme .main-header .header-lower .outer-box {
		display: none;
	}

	.desia-theme .main-header .main-menu .navigation > li,
	.desia-theme .header-style-two .main-menu .navigation > li {
		padding: 0;
	}

	.desia-theme .main-header .main-menu .navigation > li > a {
		padding: 14px 18px;
		color: var(--desia-primary);
	}

	.desia-theme .navbar-toggler .icon-bar {
		background: var(--desia-white);
	}

	.desia-theme .main-slider .slide.desia-slide {
		min-height: 480px;
	}

	.desia-theme .main-slider .slide .content {
		padding-top: 135px;
	}

	.desia-theme .intro-text,
	.desia-theme .client-section .inner-column,
	.desia-theme .contact-page-section .inner-column {
		padding: 24px;
	}

	.desia-theme .urun-listesi-grid {
		grid-template-columns: 1fr;
	}

	.desia-theme .urun-kategori-grid,
	.desia-theme .urun-alt-grid {
		grid-template-columns: 1fr;
	}

	.desia-theme .urun-kategori-toggle {
		grid-template-columns: 40px 1fr 28px;
		padding: 20px;
	}

	.desia-theme .urun-kategori-number {
		width: 40px;
		height: 40px;
	}

	.desia-theme .urun-kategori-title {
		font-size: 16px;
	}

	.desia-theme .urun-alt-grid {
		padding: 0 20px 22px;
	}
}

@media (max-width: 575px) {
	.desia-theme .page-title.desia-page-title {
		padding: 56px 0;
	}

	.desia-theme .main-slider .slide.desia-slide {
		min-height: 430px;
	}

	.desia-theme .main-slider .slide .content h2 {
		font-size: 34px;
	}

	.desia-theme .product-card .product-image {
		height: 210px;
	}

	.desia-theme .sertifikalar-section {
		padding: 54px 0 48px;
	}
}

/* Slider metin hizası */
.desia-theme .main-slider .slide,
.desia-theme .main-slider .slide.desia-slide {
	display: flex;
	align-items: center;
	padding: 0;
	min-height: 620px;
}

.desia-theme .main-slider .slide .auto-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.desia-theme .main-slider .slide .content,
.desia-theme .main-slider .slide .content.alternate {
	max-width: 620px;
	margin-left: 0;
	padding-top: 0;
	text-align: left;
}

.desia-theme .main-slider .slide .content .title,
.desia-theme .main-slider .slide .content .title.light {
	font-size: 18px;
	margin-bottom: 14px;
}

.desia-theme .main-slider .slide .content h2,
.desia-theme .main-slider .slide .content h2.light {
	font-size: 56px;
	line-height: 1.12;
	margin-bottom: 28px;
}

.desia-theme .main-slider .owl-nav {
	top: 50%;
	margin-top: -25px;
}

/* Sol ok metni kapatıyor — yalnızca sağ ok */
.desia-theme .main-slider .owl-nav .owl-prev {
	display: none !important;
}

.desia-theme .main-slider .owl-nav .owl-next {
	right: 28px;
}

@media (max-width: 991px) {
	.desia-theme .main-slider .slide,
	.desia-theme .main-slider .slide.desia-slide {
		min-height: 520px;
	}

	.desia-theme .main-slider .slide .content,
	.desia-theme .main-slider .slide .content.alternate {
		max-width: 560px;
		padding-top: 0;
	}

	.desia-theme .main-slider .slide .content h2,
	.desia-theme .main-slider .slide .content h2.light {
		font-size: 44px;
	}
}

@media (max-width: 575px) {
	.desia-theme .main-slider .slide,
	.desia-theme .main-slider .slide.desia-slide {
		min-height: 460px;
	}

	.desia-theme .main-slider .slide .content h2,
	.desia-theme .main-slider .slide .content h2.light {
		font-size: 34px;
	}
}

/* Hakkımızda sayfası düzeni */
.desia-theme .client-section {
	padding: 80px 0 55px;
	background: var(--desia-white);
}

.desia-theme .client-section .upper-section {
	margin-bottom: 34px;
}

.desia-theme .client-section .lower-section {
	position: relative;
	bottom: auto;
	margin-top: 0;
}

.desia-theme .services-block-three {
	margin-bottom: 30px;
}

.desia-theme .services-block-three .inner-box {
	padding: 42px 30px 38px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(38, 54, 76, 0.08);
	overflow: hidden;
}

.desia-theme .services-block-three .inner-box:before {
	left: 50%;
	top: 0;
	width: 86px;
	height: 4px;
	margin-left: -43px;
	background: var(--desia-primary);
}

.desia-theme .services-block-three .inner-box:hover {
	background: var(--desia-white);
}

.desia-theme .services-block-three .inner-box:hover::before {
	left: 50%;
	width: 86px;
	margin-left: -43px;
}

.desia-theme .services-block-three .inner-box h3,
.desia-theme .services-block-three .inner-box:hover h3 {
	color: var(--desia-primary);
	border-bottom-color: var(--desia-border);
}

.desia-theme .services-block-three .inner-box .text,
.desia-theme .services-block-three .inner-box:hover .text {
	color: var(--desia-muted);
}

.desia-theme .content-block-section {
	padding: 70px 0 82px;
	background: var(--desia-white);
}

.desia-theme .content-block-section .sec-title {
	margin-bottom: 34px;
}

.desia-theme .content-block-section .row {
	align-items: stretch;
}

.desia-theme .content-block-section .feature-list {
	height: 100%;
	margin: 0;
	padding: 28px 30px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(38, 54, 76, 0.07);
}

.desia-theme .content-block-section .feature-list li {
	margin-bottom: 14px;
	padding-left: 30px;
	color: var(--desia-muted);
	font-size: 15px;
}

.desia-theme .content-block-section .feature-list li:last-child {
	margin-bottom: 0;
}

.desia-theme .content-block-section .feature-list li::before {
	top: 0;
	color: var(--desia-primary);
	font-size: 14px;
}

.desia-theme .content-block-section .motto {
	margin-top: 34px !important;
	padding: 22px 28px;
	background: var(--desia-primary);
	color: var(--desia-white);
	border-radius: 14px;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 14px 34px rgba(38, 54, 76, 0.18);
}

/* Beyaz zeminli sticky/mobile menüde aktif link görünür kalsın */
.desia-theme .sticky-header .main-menu .navigation > li.current > a,
.desia-theme .sticky-header .main-menu .navigation > li:hover > a {
	color: var(--desia-primary) !important;
	opacity: 1;
}

.desia-theme .sticky-header .main-menu .navigation > li.current > a:after,
.desia-theme .main-header .navbar-collapse .navigation > li.current > a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	width: 100%;
	height: 2px;
	background: var(--desia-primary);
}

@media (max-width: 991px) {
	.desia-theme .main-header .navbar-collapse {
		background: var(--desia-white);
	}

	.desia-theme .main-header .navbar-collapse .navigation > li > a,
	.desia-theme .main-header .navbar-collapse .navigation > li.current > a,
	.desia-theme .main-header .navbar-collapse .navigation > li:hover > a {
		color: var(--desia-primary) !important;
		opacity: 1;
	}
}

/* Ürün kategori kartları ve detay sayfası */
.desia-theme .urun-kategori-row {
	margin-top: 10px;
}

.desia-theme .urun-kategori-row .urun-kategori-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	margin-bottom: 30px;
	padding: 28px 18px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(38, 54, 76, 0.08);
	color: var(--desia-primary);
	text-align: center;
	text-decoration: none !important;
	overflow: visible;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.desia-theme .urun-kategori-row .urun-kategori-card:hover {
	border-color: rgba(38, 54, 76, 0.35);
	box-shadow: 0 16px 42px rgba(38, 54, 76, 0.13);
	color: var(--desia-primary);
	transform: translateY(-3px);
}

.desia-theme .urun-kategori-row .urun-kategori-number {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--desia-primary);
	color: var(--desia-white);
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

.desia-theme .urun-kategori-row .urun-kategori-title {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--desia-primary);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.desia-theme .urun-kategori-link {
	display: inline-block;
	margin-top: 18px;
	color: var(--desia-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.desia-theme .urun-detay-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 34px;
}

.desia-theme .urun-detay-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 999px;
	color: var(--desia-primary);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
}

.desia-theme .urun-detay-tabs a.is-active,
.desia-theme .urun-detay-tabs a:hover {
	background: var(--desia-primary);
	border-color: var(--desia-primary);
	color: var(--desia-white);
}

.desia-theme .urun-detay-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	margin-bottom: 24px;
	padding: 20px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(38, 54, 76, 0.08);
	color: var(--desia-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.desia-theme .urun-kategori-row .urun-kategori-card {
		min-height: 190px;
	}
}

/* Butonlar beyaz zeminli */
.desia-theme .theme-btn,
.desia-theme .btn-style-one,
.desia-theme .btn-style-two,
.desia-theme .btn-style-three,
.desia-theme .appointment-btn,
.desia-theme .message-btn,
.desia-theme .contact-form button[type="submit"] {
	background: var(--desia-white) !important;
	background-color: var(--desia-white) !important;
	border-color: var(--desia-primary) !important;
	color: var(--desia-primary) !important;
}

.desia-theme .theme-btn:hover,
.desia-theme .btn-style-one:hover,
.desia-theme .btn-style-two:hover,
.desia-theme .btn-style-three:hover,
.desia-theme .appointment-btn:hover,
.desia-theme .message-btn:hover,
.desia-theme .contact-form button[type="submit"]:hover {
	background: var(--desia-primary) !important;
	background-color: var(--desia-primary) !important;
	border-color: var(--desia-primary) !important;
	color: var(--desia-white) !important;
}

/* Ürün ana kategori kartları - son tasarım */
.desia-theme .urun-kategori-row {
	margin-top: 18px;
}

.desia-theme .urun-kategori-row > [class*="col-"] {
	display: flex;
}

.desia-theme .urun-kategori-row .urun-kategori-card {
	position: relative;
	width: 100%;
	min-height: 255px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 24px 26px;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(38, 54, 76, 0.09);
	color: var(--desia-primary);
	text-align: left;
	text-decoration: none !important;
	overflow: hidden;
}

.desia-theme .urun-kategori-row .urun-kategori-card:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: var(--desia-primary);
}

.desia-theme .urun-kategori-row .urun-kategori-card:hover {
	border-color: rgba(38, 54, 76, 0.35);
	box-shadow: 0 20px 50px rgba(38, 54, 76, 0.14);
	color: var(--desia-primary);
	transform: translateY(-5px);
}

.desia-theme .urun-kategori-row .urun-kategori-number {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 16px;
	background: var(--desia-primary);
	color: var(--desia-white);
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

.desia-theme .urun-kategori-row .urun-kategori-title {
	min-height: auto;
	display: block;
	color: var(--desia-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.desia-theme .urun-kategori-row .urun-kategori-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	color: var(--desia-primary);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.desia-theme .urun-kategori-row .urun-kategori-link:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 15px;
}

@media (max-width: 991px) {
	.desia-theme .urun-kategori-row .urun-kategori-card {
		min-height: 220px;
	}
}

/* Mobil header düzeltmeleri */
@media (max-width: 991px) {
	.desia-theme .main-header .header-upper .upper-right {
		display: none !important;
	}

	.desia-theme .main-header .header-lower {
		background: var(--desia-primary) !important;
		padding: 18px 0;
	}

	.desia-theme .main-header .navbar-header {
		text-align: right;
	}

	.desia-theme .main-header .navbar-toggler {
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent;
	}

	.desia-theme .main-header .navbar-toggler .icon-bar {
		display: block;
		width: 34px;
		height: 3px;
		margin: 7px 0;
		background: var(--desia-white) !important;
		border-radius: 2px;
	}

	.desia-theme .main-header .navbar-collapse {
		margin-top: 18px;
		background: var(--desia-primary) !important;
		border: 1px solid rgba(255, 255, 255, 0.45);
	}

	.desia-theme .main-header .navbar-collapse .navigation > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}

	.desia-theme .main-header .navbar-collapse .navigation > li:last-child {
		border-bottom: 0;
	}

	.desia-theme .main-header .navbar-collapse .navigation > li > a,
	.desia-theme .main-header .navbar-collapse .navigation > li.current > a,
	.desia-theme .main-header .navbar-collapse .navigation > li:hover > a {
		color: var(--desia-white) !important;
		opacity: 1;
	}

	.desia-theme .main-header .navbar-collapse .navigation > li > a:after,
	.desia-theme .main-header .navbar-collapse .navigation > li.current > a:after {
		display: none !important;
		content: none !important;
	}
}

/* Ana sayfa ürün kartları - scroll listeli */
.desia-theme .urun-showcase-row {
	margin-top: 18px;
}

.desia-theme .urun-showcase-row > [class*="col-"] {
	display: flex;
}

.desia-theme .urun-showcase-card {
	width: 100%;
	height: 100%;
	min-height: 520px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	background: var(--desia-white);
	border: 1px solid var(--desia-border);
	border-radius: 14px;
	box-shadow: 0 12px 34px rgba(38, 54, 76, 0.08);
	overflow: hidden;
}

.desia-theme .urun-showcase-image {
	flex: 0 0 200px;
	position: relative;
	width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	background: var(--desia-white);
	border-bottom: 1px solid var(--desia-border);
	overflow: hidden;
}

.desia-theme .urun-showcase-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.desia-theme .urun-showcase-head {
	min-height: 96px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 20px 18px;
	background: var(--desia-white);
	border-bottom: 1px solid var(--desia-primary);
}

.desia-theme .urun-showcase-head h3 {
	margin: 0 0 4px;
	color: var(--desia-primary);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.desia-theme .urun-showcase-head span {
	color: var(--desia-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.72;
}

.desia-theme .urun-showcase-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(38, 54, 76, 0.1);
	color: var(--desia-primary) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	opacity: 1 !important;
}

.desia-theme .urun-showcase-list {
	flex: 1 1 auto;
	max-height: 190px;
	overflow-y: auto;
	background: var(--desia-white);
}

.desia-theme .urun-showcase-list::-webkit-scrollbar {
	width: 5px;
}

.desia-theme .urun-showcase-list::-webkit-scrollbar-thumb {
	background: rgba(38, 54, 76, 0.25);
	border-radius: 999px;
}

.desia-theme .urun-showcase-item {
	padding: 13px 20px;
	border-bottom: 1px solid var(--desia-border);
	color: var(--desia-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.desia-theme .urun-showcase-item:last-child {
	border-bottom: 0;
}

.desia-theme .urun-showcase-footer {
	display: block;
	padding: 18px 20px 20px;
	color: var(--desia-primary);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.desia-theme .urun-showcase-footer:hover {
	color: var(--desia-primary);
	opacity: 0.78;
}

.desia-theme .urun-showcase-footer span {
	margin-left: 4px;
}

@media (max-width: 991px) {
	.desia-theme .urun-showcase-card {
		min-height: 480px;
	}

	.desia-theme .urun-showcase-image {
		flex: 0 0 180px;
		height: 180px;
		min-height: 180px;
		max-height: 180px;
	}
}
