.footer {
	width: 100%;
	background-color: black;
	color: #F5F5F5;
	font-family: 'Poppins', sans-serif;
	margin-top: 4.5rem;
}

#newsletter-active {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: stretch;
}

#newsletter-inactive {
	display: none;
}

.footer-part {
	padding: 2rem 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.bottomcolumn {
	max-width:23%;
}

.bottomcolumnFull {
	max-width:100%;
}

.newsletter-form {
	display: flex;
	gap: 1rem;
}

.newsletter-button {
	height: 52px !important;
	box-sizing: border-box;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.newsletter-title {
	color: #00ECC2;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 0;
}

.newsletter-input {
	color: black;
	font-size: 18px;
	width: 350px;
	padding: 0 1.5rem;
	box-sizing: border-box;
	height: 52px;
}

.newsletter-input::placeholder {
	color: black;
	font-size: 18px;
}

.contact-button {
	color: #00ECC2 !important;
	background-color: #1B63FF !important;
	border: 1px solid #1B63FF;
}

.footer-middle {
	display: flex;
	gap: 10rem;
}

.company-name {
	font-size: 20px;
	margin: 0;
	margin-bottom: 0.5rem;
	font-weight: 700;
	color: white !important;
}

.company-slogan {
	font-size: 18px;
	color: #E0E0E0;
	margin: 0;
}

.company-info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
    min-width: 10rem;
}

.certification {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 0rem;
}

.certification img {
	max-height: 70px;
}

.certified-text {
	color: #F3F3F3;
	margin: 0;
}

.social-media-list {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links {
	display: flex;
	gap: 3rem;
}

.footer-link-list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 0.75rem;
}

.footer-list-link-item {
	color: #E0E0E0;
	font-size: 18px;
	max-width: 100%;
}


.footer-list-link-item2 {
	color: #E0E0E0;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}


.footer-list-link-item {
	color: #E0E0E0;
	transform: translateX(0);
	transition: all 0.3s ease;
    display: inline-block;

}

.footer-list-link-item:hover {
	color: #00ECC2;
	transform: translateX(5px);
	transition: all 0.3s ease;
}

.footer-link-list-title {
	margin: 0;
	margin-bottom: 1.5rem;
	color: #00ECC2;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}

.footer-bottom {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom-content {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.footer-bottom-item {
	margin: 0;
	color: white !important;
	font-size: 14px !important;
}

.footer-bottom-link {
	color: white;
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.footer-middle {
		gap: 5rem;
	}
}

@media (max-width: 1020px) {
	.footer-middle {
		gap: 3.5rem;
	}

	.footer-links {
		gap: 3.5rem;
	}
}

@media (max-width: 950px) {
	.footer-middle {
		gap: 2rem;
	}

	.footer-links {
		gap: 2rem;
	}
}

@media (max-width: 900px) {
	.footer-middle {
		gap: 1.5rem;
	}

	.footer-links {
		gap: 1.5rem;
	}
}

@media (max-width: 850px) {

	.bottomcolumn {
		max-width:100%;
	}

	.footer-middle {
		flex-direction: column;
		align-items: start;
		gap: 4rem;
	}

	.footer-part {
		padding: 2rem 0;
	}
	.footer-container {
		padding: 0 24px !important;
	}
	.footer-bottom {
		padding: 2rem 1rem;
		font-size: 12px;
	}
	.footer-top {
		flex-direction: column;
		align-items: start;
	}

	.newsletter-section {
		width: 100%;
		margin-bottom: 4rem;
	}

	.newsletter-input {
		width: 100%;
		font-size: 12px;

		padding: 1rem;
	}

	.newsletter-input::placeholder {
		font-size: 12px;
	}

	.contact-button.Button2-white {
		padding: 0 2.5rem !important;
		font-size: 12px;
		height: 52px !important;
		box-sizing: border-box;
	}

	.footer .newsletter-button {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: 52px !important;
		box-sizing: border-box;
	}

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

	.company-slogan {
		font-size: 12px;
	}

	.footer-links {
		flex-direction: column;
		gap: 2rem;
	}

	.Button1.contact-button{
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-link-list-title {
		margin-bottom: 1.25rem;
	}

	.footer-list-link-item {
		font-size: 12px;
	}
}
