/**
 * Efe Footer Styles
 */

.efe-footer {
	background-color: #000000;
	color: #ffffff;
	padding: 80px 0;
	width: 100%;
}

.efe-footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

/* Tek kolon varsa container'ı da ayarla */
.efe-footer-container--center {
	justify-content: center !important;
}

/* Slogan */
.efe-footer-slogan {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.efe-footer-logo {
	margin-bottom: 30px;
}

.efe-footer-logo img {
	max-width: 200px;
	height: auto;
	display: block;
}

.efe-footer-slogan-line1,
.efe-footer-slogan-line2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.efe-footer-slogan-line1 {
	margin-bottom: 0;
	margin-top: 0;
}

.efe-footer-slogan-line2 {
	margin-top: 0;
}

/* Kolonlar */
.efe-footer-columns {
	display: flex;
	gap: 80px;
	flex: 1 1 auto;
	justify-content: flex-end;
	align-items: flex-start;
}

/* Tek kolon varsa ve sosyal medya yoksa ortala */
.efe-footer-columns--center {
	justify-content: center !important;
	margin: 0 auto !important;
}

.efe-footer-column {
	flex: 0 0 auto;
	min-width: 150px;
}

.efe-footer-column-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 20px 0;
	color: #ffffff;
	line-height: 1.4;
}

.efe-footer-column-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efe-footer-column-links li {
	margin-bottom: 14px;
	line-height: 1.5;
}

.efe-footer-column-links li:last-child {
	margin-bottom: 0;
}

.efe-footer-column-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	transition: opacity 0.2s ease;
	display: block;
}

.efe-footer-column-links a:hover {
	opacity: 0.7;
}

/* Sosyal Medya */
.efe-footer-social {
	flex: 0 0 auto;
	min-width: 200px;
}

.efe-footer-social-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 20px 0;
	color: #ffffff;
}

.efe-footer-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.efe-footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.efe-footer-social-icon:hover {
	opacity: 0.7;
}

.efe-footer-social-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Geri Sayım */
.efe-footer-countdown {
	margin-top: 30px;
}

.efe-footer-countdown-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 12px 0;
	color: #ffffff;
}

.efe-footer-countdown-timer {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
}

.efe-footer-countdown-timer .efe-footer-countdown-days,
.efe-footer-countdown-timer .efe-footer-countdown-hours,
.efe-footer-countdown-timer .efe-footer-countdown-minutes,
.efe-footer-countdown-timer .efe-footer-countdown-seconds {
	font-weight: 600;
}

/* Email */
.efe-footer-slogan .efe-footer-email {
	margin-top: 30px;
}

.efe-footer-email-link {
	text-decoration: none;
	font-size: 14px;
	transition: opacity 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.efe-footer-email-link:hover {
	opacity: 0.7;
}

.efe-footer-email-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.efe-footer-email-text {
	line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
	.efe-footer-container {
		flex-direction: column;
		gap: 40px;
	}
	
	.efe-footer-logo img {
		max-width: 150px;
	}
	
	.efe-footer-slogan-line1,
	.efe-footer-slogan-line2 {
		font-size: 36px;
	}
	
	.efe-footer-columns {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 50px;
	}
	
	.efe-footer-social {
		width: 100%;
	}
	
	.efe-footer-countdown {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.efe-footer {
		padding: 60px 0;
	}
	
	.efe-footer-container {
		padding: 0 20px;
		gap: 30px;
	}
	
	.efe-footer-logo {
		margin-bottom: 20px;
	}
	
	.efe-footer-logo img {
		max-width: 120px;
	}
	
	.efe-footer-slogan-line1,
	.efe-footer-slogan-line2 {
		font-size: 28px;
	}
	
	.efe-footer-columns {
		flex-direction: column;
		gap: 40px;
	}
	
	.efe-footer-column {
		width: 100%;
	}
	
	.efe-footer-column-title {
		margin-bottom: 16px;
	}
	
	.efe-footer-column-links li {
		margin-bottom: 12px;
	}
	
	.efe-footer-social {
		width: 100%;
	}
	
	.efe-footer-social-icons {
		justify-content: flex-start;
	}
	
	.efe-footer-countdown {
		margin-top: 20px;
	}
}















