﻿/**
 * ÙÙˆØªØ± Ø³ÙØ§Ø±Ø´ÛŒ ÛŒØ¯Ú©14
 */

.footer-container:has(#yadak14-footer) .footer-sidebar {
	display: none !important;
}

.footer-container:has(#yadak14-footer) .copyrights-wrapper {
	display: none !important;
}

.footer-container:has(#yadak14-footer) .main-footer {
	max-width: none;
	padding: 0;
}

#yadak14-footer.y14-footer {
	--y14-red: var(--y14-brand-primary, #dd0508);
	--y14-red-soft: rgba(221, 5, 8, 0.14);
	--y14-ink: var(--y14-brand-ink, #0b0b0c);
	--y14-ink-2: var(--y14-brand-ink-secondary, #12141a);
	--y14-muted: rgba(255, 255, 255, 0.62);
	--y14-line: rgba(255, 255, 255, 0.08);
	--y14-radius: 14px;
	position: relative;
	overflow: hidden;
	padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1rem, 4vw, 2rem) clamp(1.1rem, 2.5vw, 1.5rem);
	color: #fff;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(221, 5, 8, 0.18), transparent 55%),
		linear-gradient(180deg, var(--y14-ink-2) 0%, var(--y14-ink) 100%);
}

#yadak14-footer .y14-footer__glow {
	display: none;
}

/* â€”â€”â€” Ø¨Ø®Ø´ Ø¨Ø§Ù„Ø§ (Ù…ÛŒÙ†ÛŒÙ…Ø§Ù„) â€”â€”â€” */
#yadak14-footer .y14-footer__top--minimal {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
	padding-bottom: clamp(1.1rem, 2.5vw, 1.35rem);
	border-bottom: 1px solid var(--y14-line);
}

@media (min-width: 992px) {
	#yadak14-footer .y14-footer__top--minimal {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem 2rem;
	}
}

#yadak14-footer .y14-footer__address {
	flex: 1 1 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.5rem;
	margin: 0;
	max-width: 52rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

#yadak14-footer .y14-footer__address-label {
	flex-shrink: 0;
	font-size: 0.75rem;
	color: var(--y14-muted);
}

#yadak14-footer .y14-footer__address-label::after {
	content: ":";
	margin-inline-start: 0.1rem;
}

#yadak14-footer .y14-footer__address-text {
	font-size: 0.86rem;
	font-weight: 500;
}

#yadak14-footer .y14-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff;
}

#yadak14-footer .y14-footer__logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.15rem;
	height: 2.15rem;
	padding: 0 0.4rem;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--y14-red), var(--y14-brand-primary-dark, #a80406));
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

#yadak14-footer .y14-footer__logo-text {
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

#yadak14-footer .y14-footer__taglines {
	margin: 0.65rem 0 0;
	max-width: 36rem;
}

#yadak14-footer .y14-footer__tagline {
	margin: 0 0 0.35rem;
	font-size: 0.88rem;
	line-height: 1.65;
	color: var(--y14-muted);
}

#yadak14-footer .y14-footer__tagline:last-child {
	margin-bottom: 0;
}

#yadak14-footer .y14-footer__quick {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-width: 0;
}

@media (min-width: 768px) {
	#yadak14-footer .y14-footer__quick {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 0.65rem 1rem;
	}
}

#yadak14-footer .y14-footer__contact-row,
#yadak14-footer .y14-footer__social-row {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.85rem;
}

#yadak14-footer .y14-footer__quick-link {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
	padding: 0.35rem 0;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.88);
	transition: color 0.2s ease;
}

#yadak14-footer .y14-footer__quick-link:hover {
	color: #fff;
}

#yadak14-footer .y14-footer__quick-label {
	font-size: 0.75rem;
	color: var(--y14-muted);
}

#yadak14-footer .y14-footer__quick-label::after {
	content: ":";
	margin-inline-start: 0.1rem;
}

#yadak14-footer .y14-footer__quick-value {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

li:last-child {
	margin-bottom: var(--li-mb) !important;
}

@media (max-width: 767px) {
	#yadak14-footer .y14-footer__contact-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}
}

#yadak14-footer .y14-footer__social-row {
	gap: 0.4rem;
}

@media (min-width: 768px) {
	#yadak14-footer .y14-footer__social-row {
		padding-inline-start: 0.85rem;
		border-inline-start: 1px solid var(--y14-line);
	}
}

#yadak14-footer .y14-footer__social-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	border: 1px solid var(--y14-line);
	background: rgba(255, 255, 255, 0.05);
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#yadak14-footer .y14-footer__social-icon-btn:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
}

#yadak14-footer .y14-footer__social-icon-btn svg {
	display: block;
}

#yadak14-footer .y14-footer__social-icon-btn--bale:hover {
	border-color: rgba(76, 235, 180, 0.45);
}

/* â€”â€”â€” Ú¯Ø±ÛŒØ¯ Ù„ÛŒÙ†Ú©â€ŒÙ‡Ø§ â€”â€”â€” */
#yadak14-footer .y14-footer__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 1.25rem;
}

@media (min-width: 768px) {
	#yadak14-footer .y14-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	#yadak14-footer .y14-footer__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

#yadak14-footer .y14-footer__col-title {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 800;
	color: #fff;
}

#yadak14-footer .y14-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.4rem;
}

#yadak14-footer .y14-footer__links a {
	color: var(--y14-muted);
	text-decoration: none;
	font-size: 0.88rem;
	line-height: 1.55;
	transition: color 0.2s ease;
}

#yadak14-footer .y14-footer__links a:hover {
	color: #fff;
}

#yadak14-footer .y14-footer__trust {
	display: flex;
	align-items: flex-start;
}

#yadak14-footer .y14-footer__enamad {
	display: inline-flex;
	padding: 0.55rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}

#yadak14-footer .y14-footer__enamad:hover {
	transform: translateY(-2px);
}

#yadak14-footer .y14-footer__enamad img {
	display: block;
	max-width: 100px;
	height: auto;
}

#yadak14-footer .y14-footer__bottom {
	position: relative;
	z-index: 1;
	margin-top: clamp(1.25rem, 2.5vw, 1.5rem);
	padding-top: 0.9rem;
	border-top: 1px solid var(--y14-line);
	text-align: center;
}

#yadak14-footer .y14-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	color: var(--y14-muted);
}

#yadak14-footer .y14-footer__copy a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

#yadak14-footer .y14-footer__copy a:hover {
	color: var(--y14-red);
}

@media (prefers-reduced-motion: reduce) {

	#yadak14-footer .y14-footer__quick-link,
	#yadak14-footer .y14-footer__social-icon-btn,
	#yadak14-footer .y14-footer__enamad,
	#yadak14-footer .y14-footer__links a {
		transition: none;
	}
}
