.footer {
	background-color: #404040;
	color: white;
	padding: 2rem 1rem;
}

.two {
	margin-left: 2.25rem;
}

.footer-logo img {
	height: 5vh;
	width: auto;
	filter: invert(100%);
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	padding: 1rem 0;
	margin-bottom: 3rem;
}

.footer-section h2 {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
}

.footer-section p {
	color: #fff;
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: left;
}

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

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	transition: opacity 0.3s ease;
}

.footer-links a:hover {
	opacity: 0.8;
}

.footer-logo {
	margin-bottom: 1.5rem;
}

.footer-logo img {
	height: 40px;
	width: auto;
}

.footer-address {
	color: #D1D1D1;
	font-size: 0.9rem;
	line-height: 1.6;
}

.bottom-section {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 1rem;
	gap: 2rem;
}

.colw {
	color: #fff;
	line-height: 1.3;
	font-size: 0.9rem;
}

/* Tablet Breakpoint */
@media (max-width: 968px) {
	.footer-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.5rem;
	}

	.bottom-section {
		padding: 0;
	}
}

/* Mobile Breakpoint */
@media (max-width: 715px) {
	.footer-logo img {
		height: auto;
	}

	.two {
		margin: 0;
	}

	.footer {
		padding: 2rem 1rem;
	}

	.footer-container {
		padding: 0;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 2rem;
	}

	.footer-section {
		padding: 0;
	}

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

	.footer-logo {
		margin: 0 0 1.5rem 0;
	}

	.bottom-section {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
	}

	.footer-address {
		margin: 0;
	}

	/* Improve touch targets on mobile */
	.footer-links a {
		padding: 0.5rem 0;
		display: block;
	}
}

/* Small Mobile Breakpoint */
@media (max-width: 375px) {
	.footer {
		padding: 1.5rem 1rem;
	}

	.footer-content {
		gap: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.footer-section h2 {
		font-size: 0.95rem;
	}

	.footer-section p,
	.footer-links a,
	.footer-address,
	.colw {
		font-size: 0.85rem;
	}

.phonebook-text h1 {
    font-size: 1rem;
}
h3{
	font-size: 1rem;
}

}
