.certificates-grid{
	--cert-card-gap: 24px;
}
.certificate-card{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.certificate-frame{
	position: relative;
	width: 100%;
	padding-top: 135%;
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
	background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(245,245,245,0.9));
	overflow: hidden;
}
.certificate-image{
	position: absolute;
	top: 50%;
/* Video gallery */
.video-grid{
	row-gap: 10px;
	column-gap: 8px;
}
.video-grid .video-card{
	display: flex;
	justify-content: center;
	padding: 0 !important;
}
.video-grid .video-card .video-card-link{
	width: 100%;
	max-width: 70px;
}
.video-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 70px;
	width: 70px;
	margin: 0 auto;
}
.video-card-link{
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: 100%;
}
.video-thumb-frame{
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.05);
}
.video-thumb{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
	height: 88%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.video-play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0,0,0,0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	transition: transform .2s ease, background .2s ease;
}
.video-card-link:hover .video-play-icon{
	transform: translate(-50%, -50%) scale(1.05);
	background: rgba(229,51,42,0.85);
}
.video-title{
	font-weight: 500;
	font-size: 9px;
	letter-spacing: .01em;
	min-height: 20px;
	line-height: 1.2;
	max-width: 70px;
	word-wrap: break-word;
}
@media (max-width: 768px){
	.video-grid{
		row-gap: 8px;
		column-gap: 5px;
	}
	.video-card{
		max-width: 60px;
		width: 60px;
	}
	.video-grid .video-card .video-card-link{
		max-width: 60px;
	}
	.video-thumb-frame{
		width: 60px;
		height: 60px;
	}
	.video-play-icon{
		width: 18px;
		height: 18px;
		font-size: 9px;
	}
	.video-title{
		font-size: 8px;
		min-height: 18px;
		max-width: 60px;
		line-height: 1.2;
	}
	.video-card-link{
		gap: 3px;
	}
}
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 85%;
	max-width: 80%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 10px 18px rgba(0,0,0,0.12));
}
@media (max-width: 768px){
	.certificate-card{
		gap: 4px;
	}
	.certificate-frame{
		border-radius: 18px;
		padding-top: 150%;
	}
	.certificate-image{
		max-width: 85%;
	}
}
/* App global styles */
:root {
	--brand-primary: #dc2626;
	--social-icon-size: 64px;
	--social-glyph-size: 32px;
	--social-gap: 24px;
	--social-color: rgba(255, 255, 255, 0.82);
}
body {
	scroll-behavior: smooth;
}
.footer-logos img {
	opacity: .9;
	transition: opacity .2s ease;
}
.footer-logos img:hover {
	opacity: 1;
}

.social a {
	color: var(--social-color);
	font-weight: 500;
	transition: color .2s ease, transform .2s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.social a:hover {
	color: #fff;
}
.social img {
	height: var(--social-icon-size);
	opacity: .68;
	filter: drop-shadow(0 0 1px rgba(255,255,255,.15));
	transition: transform .2s ease, opacity .2s ease;
	vertical-align: middle;
}
.social img:hover {
	opacity: 1;
	transform: none;
}
.social i {
	font-size: var(--social-icon-size);
	opacity: .68;
	transition: transform .2s ease, opacity .2s ease;
	line-height: 1;
	vertical-align: middle;
}
.social i:hover {
	opacity: 1;
	transform: none;
}
.social .icon-circle {
	width: var(--social-icon-size);
	height: var(--social-icon-size);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, background-color .2s ease;
	overflow: hidden;
}
.social a:hover .icon-circle {
	transform: scale(1.1);
}
.social .icon-circle i {
	font-size: var(--social-glyph-size);
	line-height: var(--social-icon-size);
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--social-icon-size);
	height: var(--social-icon-size);
}

.social .social-icon {
	font-size: var(--social-icon-size);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--social-icon-size);
	height: var(--social-icon-size);
	min-width: var(--social-icon-size);
	min-height: var(--social-icon-size);
	aspect-ratio: 1;
	transition: transform .2s ease, opacity .2s ease;
}

.social a:hover .social-icon {
	transform: scale(1.1);
	opacity: 1;
}
.social .icon-circle .icon-img {
	display: block;
	width: var(--social-glyph-size);
	height: var(--social-glyph-size);
	object-fit: contain;
	object-position: center center;
	border-radius: 50%;
	margin: auto;
}
.social span {
	opacity: .75;
}

.social .social-text {
	opacity: .75;
	transition: opacity .2s ease, color .2s ease;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Header retail sales link ("Perakende Satış") */
.online-satis-link .online-satis-text {
	color: #e5332a;
	font-weight: 700;
}

.online-satis-link i {
	color: #e5332a;
}

.social a:hover .social-text {
	opacity: 1;
	color: #fff;
}

.social .social-sides {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 100%;
	gap: 0;
}
.social .social-row{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
	flex-wrap: nowrap;
	width: 100%;
}
.social .social-sides .side {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
	width: 50%;
}
.social .social-sides .item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: var(--social-icon-size);
	min-height: var(--social-icon-size);
}
.social .item{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 24px;
	line-height: 1;
	vertical-align: top;
	flex-shrink: 0;
}
.social .icon-circle{
	flex: 0 0 var(--social-icon-size);
	align-self: center;
}

@media (max-width: 768px){
	footer .bottom .row .row{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	footer .bottom .row .row > div{
		width: 100%;
		max-width: 100%;
		margin: 0;
		float: none;
		display: block;
	}
	footer .bottom .left{
		order: 1;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	footer .bottom .left a{
		display: inline-flex;
		width: 100%;
	}
	footer .bottom .social{
		order: 2;
		margin-top: 0;
		width: 100%;
		position: static;
		right: auto;
		top: auto;
		align-items: flex-start;
		padding-left: 0;
	}
	footer .bottom .right{
		order: 3;
	}
	.social .social-sides{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.social .social-sides .side{
		width: 100%;
		justify-content: center;
		gap: 20px;
	}
	.social .social-row{
		display: flex;
		flex-wrap: wrap;
		row-gap: 16px;
		column-gap: 12px;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	.social .social-icon{
		font-size: 32px;
		width: 32px;
		height: 32px;
		min-width: 32px;
		min-height: 32px;
	}
	.social .item{
		gap: 6px;
		width: auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-shrink: 1;
		text-align: center;
	}
	.social .social-text{
		font-size: 11px;
		white-space: nowrap;
		margin-top: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 70px;
	}
}

.about-section{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.about-section .about-text{
	text-align: left;
	padding: 40px 50px;
	border-radius: 12px;
	box-shadow: 0 25px 60px rgba(0,0,0,0.08);
	border: 1px solid rgba(255,255,255,0.4);
	backdrop-filter: blur(8px);
	background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(245,240,232,0.92));
}
.about-section .about-text .about-text-content{
	max-width: 520px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.about-section img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.about-media-card{
	position: relative;
	padding: 40px 0;
}
.about-media-bg{
	position: absolute;
	top: 20px;
	left: 10%;
	width: 80%;
	height: 85%;
	background: linear-gradient(160deg, rgba(255,129,67,0.15), rgba(239,194,135,0.45));
	border-radius: 32px;
	filter: blur(0.5px);
}
.about-media-img{
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.15);
	transform: translateY(-20px);
}
.about-media-img img{
	border-radius: 16px;
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px){
	.about-section{
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.about-section .about-text{
		padding: 25px;
	}
	.about-section .about-text .about-text-content{
		margin: 0 auto;
		text-align: center;
	}
	.about-media-card{
		padding: 20px 0 10px;
	}
	.about-media-bg{
		left: 5%;
		width: 90%;
	}
	.about-media-img{
		padding: 12px;
		transform: translateY(-10px);
	}
}

/* Mega Menu for Categories */
.mega-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 119px;
	width: 100vw;
	max-width: 100vw;
	padding: 0 10% 30px;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.mega-menu-categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
}

.category-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 30px 20px;
	border-radius: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
	background: #fff;
	border: 2px solid #f0f0f0;
	position: relative;
	overflow: hidden;
}

.category-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.05), rgba(220, 38, 38, 0));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.category-item:hover::before {
	opacity: 1;
}

.category-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(220, 38, 38, 0.2);
	background: #fff;
	border-color: #dc2626;
	text-decoration: none;
}

.category-image {
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 12px;
	background: #fafafa;
	position: relative;
	z-index: 1;
}

.category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.category-item:hover .category-image img {
	transform: scale(1.1);
}

.category-name {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
}

.category-item:hover .category-name {
	color: #dc2626;
}

/* Mobile responsive */
@media (max-width: 1024px) {
	.mega-menu {
		padding: 40px 5%;
		top: 120px;
	}

	.mega-menu-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.category-image {
		height: 180px;
	}

	.category-name {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.mega-menu {
		position: relative;
		top: 0;
		width: 90vw;
		max-width: 400px;
		padding: 25px;
	}

	.mega-menu-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.category-item {
		padding: 15px 10px;
	}

	.category-image {
		height: 100px;
		margin-bottom: 10px;
	}

	.category-name {
		font-size: 12px;
		margin-top: 8px;
	}
}

/* Subcategory Page Styles */
.subcategory-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
	min-height: 70vh;
}

.subcategory-header {
	text-align: center;
	margin-bottom: 60px;
}

.subcategory-title {
	font-size: 42px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.subcategory-description {
	font-size: 18px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.subcategory-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
}

.subcategory-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.subcategory-card::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(135deg,
		rgba(255, 182, 193, 0.4) 0%,
		rgba(173, 216, 230, 0.4) 100%);
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.subcategory-card:hover::before {
	opacity: 1;
}

.subcategory-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.subcategory-image-wrapper {
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.subcategory-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.subcategory-card:hover .subcategory-image {
	transform: scale(1.05);
}

.subcategory-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
	border-radius: 16px;
}

.subcategory-name {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.subcategory-card:hover .subcategory-name {
	color: #dc2626;
}

/* Responsive */
@media (max-width: 1024px) {
	.subcategory-section {
		padding: 60px 0;
	}

	.subcategory-title {
		font-size: 36px;
	}

	.subcategory-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.subcategory-image-wrapper {
		height: 240px;
	}

	.subcategory-name {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.subcategory-section {
		padding: 40px 0;
	}

	.subcategory-header {
		margin-bottom: 40px;
	}

	.subcategory-title {
		font-size: 28px;
	}

	.subcategory-description {
		font-size: 16px;
	}

	.subcategory-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.subcategory-card {
		padding: 25px 15px;
		border-radius: 16px;
	}

	.subcategory-image-wrapper {
		height: 150px;
		margin-bottom: 15px;
		padding: 15px;
	}

	.subcategory-name {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.subcategory-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.subcategory-image-wrapper {
		height: 200px;
	}
}

/* Products Page Styles */
.products-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
	min-height: 70vh;
}

.products-header {
	text-align: center;
	margin-bottom: 60px;
}

.products-title {
	font-size: 42px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.products-description {
	font-size: 18px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
}

.product-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 0;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.product-card::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(135deg,
		rgba(255, 182, 193, 0.6) 0%,
		rgba(173, 216, 230, 0.6) 100%);
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.product-card:hover::before {
	opacity: 1;
}

.product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product-image-frame {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 20px 20px 0 0;
	padding: 30px;
}

.product-image {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.product-card:hover .product-image {
	transform: scale(1.05);
}

.product-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
	border-radius: 12px;
}

.product-info {
	width: 100%;
	padding: 25px 20px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.product-name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.product-card:hover .product-name {
	color: #dc2626;
}

.product-sku {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

/* Responsive */
@media (max-width: 1024px) {
	.products-section {
		padding: 60px 0;
	}

	.products-title {
		font-size: 36px;
	}

	.products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.product-image-frame {
		padding: 20px;
	}

	.product-name {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.products-section {
		padding: 40px 0;
	}

	.products-header {
		margin-bottom: 40px;
	}

	.products-title {
		font-size: 28px;
	}

	.products-description {
		font-size: 16px;
	}

	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.product-card {
		border-radius: 16px;
	}

	.product-image-frame {
		padding: 15px;
		border-radius: 16px 16px 0 0;
	}

	.product-info {
		padding: 15px 12px;
		border-radius: 0 0 16px 16px;
	}

	.product-name {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.product-sku {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.product-image-frame {
		padding: 12px;
	}

	.product-name {
		font-size: 13px;
	}
}

