	.footer {
		background-color: #fff;
		padding: 50px 20px;
		font-family: "Poppins", sans-serif;
	}

	.footer-content {
		max-width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	/* Soldaki 3 Kolonluk Bilgi Alanı */
	.footer-info {
		display: flex;
		gap: 80px;
		flex: 1;
	}

	/* Her Kolon */
	.footer-column {
		min-width: 200px;
	}

	.footer-column h4 {
		font-size: 11px;
		margin-bottom: 25px;
		font-weight: 400;
		color: #9f9f9f;
	}

	.footer-column p {
		font-size: 12px;
		color: #333;
	}

	.footer-email {
		font-weight: 600;
		line-height: 40px;
		margin-top: -15px;
	}

	.footer-email a {
		color: #000;
		text-decoration: none;
		font-size:13px;
	}

	/* Logo */
	.footer-logo {
		display: flex;
		justify-content: flex-end;
		flex-shrink: 0;
		margin: 40px auto 0 auto;
	}

	.footer-logo img {
		width:380px;
		margin-top: 10px;
	}

	.elsultan {
		line-height:6px;
		margin-top:15px;
	}

	.elsosyal {
		line-height:10px;
	}

	.elsosyal h4 {
		margin-bottom:30px;
	}

	.aciklama p {
		font-size:12px;
		margin-top: 0px;
	}

	@media (min-width: 768px) {
		.dnayazilim-mobil {
			display:none;
		}
	}

	@media (max-width: 768px) {
		
		.footer {
			padding: 0px 5px;
		}
		.footer-content {
			flex-direction: column;
			align-items: center;
			text-align: center;
		}

		.footer-info {
			flex-direction: column;
			align-items: center;
			gap: 0px;
			margin-bottom: 30px;
		}

		.footer-column {
			min-width: unset;
			width: 100%;
		}
  
		.footer-column h4 {
			font-size:18px;
		}

		.footer-logo {
			justify-content: center;
			margin-top: 10px;
		}

		.logo img {
			margin-left: 40px;
		}

		.footer-logo img {
			width: 270px;
			margin-top: 0px;
			margin-bottom: 20px;
		}

		.footer-column h4 {
			margin-bottom: 15px;
			font-size: 15px;
		}

		.elsultan, .elsosyal, .aciklama p {
			font-size:13px;
			line-height: 1.1em;
		}

		.footer-email a {
			font-size:16px;
		}
  
		.elsultan {
			line-height: 0.5em;
		}

		.elsosyal h4 {
			margin-bottom:20px;
		}

		.elsosyal {
			font-weight:600;
		}

		.elsosyal .sosyal {
			text-decoration:none;
			color:black;
		}	

		.dnayazilim {
			display:none;
		}

		.dnayazilim-mobil {
			font-size:13px;
		}
	}