/* General container style */
container {
	visibility: hidden; /* All containers hidden by default */
	background-color: #f9f9f9;
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: auto;
}

/* Button styles */
toggle-btn {
	/*background-color: #006225;*/
	/* color: #006225;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 5px; */
}
toggle-btn.focus {
	outline: none;
}

toggle-btn.active {
	background-color: white;
}

/* Wrapper for the entire banner */
.literacy-banner {
	width: 100%;
}

/* Top white area */
.banner-top {
	height: 60px; /* Adjust to match your screenshot */
	background-color: white;
}

/* Bottom green area */
.banner-bottom {
	height: 50px; /* Adjust height */
	background-color: #006225; /* Your green */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Content inside green bar */
.banner-content {
	width: 85%;
	max-width: 1140px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 5px;
}

/* Text styling */
.banner-text {
	color: white;
	font-size: 12px;
	font-weight: 600;
	margin-right: 20px;
	white-space: nowrap;
}

/* Image styling */
.banner-image {
	height: 80px; /* adjust based on your artwork */
	object-fit: contain;
}

input::placeholder {
	color: #5b5b5b;
	opacity: 1; /* Firefox */
}

input::placeholder {
	color: #5b5b5b;
}
input:-ms-input-placeholder {
	color: #5b5b5b;
}
input::-ms-input-placeholder {
	color: #5b5b5b;
}

.custom-text p {
	font-size: 16px;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.custom-text p {
		font-size: 10px;
		line-height: 1.3;
	}
}
.footer-row .col {
	width: 100% !important;
}
