.dropdown,
.header {
	position: relative;
}
.dropbtn,
.dropdown-content a,
.logo-container a,
.navbar a {
	color: #fff;
	text-decoration: none;
}
.abuse-card:hover,
.area-card:hover,
.card:hover,
.partner-card:hover,
.team-card:hover {
	transform: translateY(-5px);
}
.overlay-text,
.section-header h2 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
.header {
	background-color: #111827;
	color: #fff;
	padding: 10px 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1000;
}
.logo-container a {
	display: flex;
	align-items: center;
}
.logo {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.logo-container h2 {
	font-size: 1.2rem;
	margin: 0;
}
.navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.dropbtn,
.navbar a {
	font-size: 16px;
	text-align: center;
	padding: 14px 16px;
	text-transform: capitalize;
	background: 0 0;
	border: none;
}
.contact-info a:hover,
.helpline-link {
	text-decoration: underline;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #111827;
	min-width: 160px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.dropdown-content a {
	display: block;
	padding: 12px 16px;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #13203d;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.donate-btn {
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px 16px;
}
.overlay-text button,
.overlay-text button a {
	background-color: gray;
	padding: 10px 20px;
	border-radius: 5px;
	transition: background-color 0.3s;
	text-decoration: none;
}
.donate-btn:hover {
	background-color: #3d97ade3;
}
.donate-btn a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
.hamburger {
	display: none;
	font-size: 1.8rem;
	cursor: pointer;
}
.landing-container {
	width: 100%;
	min-height: 100vh;
	background-image: url('../images/gender_activists.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	inset: 0;
}
.area-card,
.wedo-card,
.work-card {
	background-color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
}
.overlay-text {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-20%, -10%);
	color: #fff;
	text-align: center;
	z-index: 1;
	padding: 20px;
}
.overlay-text h2 {
	font-size: 3rem;
	font-weight: 700;
}
.overlay-text p {
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.overlay-text button {
	color: #fff;
	font-size: 1.2rem;
}
.content p,
.sub-content {
	line-height: 1.5;
	color: #333;
	text-align: justify;
	font-size: 1.2rem;
}
.overlay-text button a {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
}
.ww-container {
	display: flex;
	flex-direction: column;
}
.content {
	display: flex;
	gap: 25px;
	padding-right: 30px;
	margin-right: 20px;
	margin-left: 25px;
}
.content img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin-right: 25px;
}
.sub-content {
	display: flex;
	flex-direction: column;
}
.ww-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
}
.ww-footer p {
	font-size: 1.2rem;
	padding-bottom: 5px;
}
.ww-footer button {
	padding-bottom: 5px;
	background-color: #000;
	width: 150px;
	height: 50px;
	border-radius: 10px;
}
.ww-footer button a {
	padding-bottom: 5px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: large;
}
.work-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
}
.wedo-card,
.work-card {
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.wedo-card:hover,
.work-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.work-card h2 {
	color: #c0392b;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 400;
}
.work-card p {
	color: #333;
	font-size: 1rem;
	line-height: 1.6;
}
.wedo-container {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	text-align: center;
}
.poll {
	font-weight: 700;
}
.impact {
	background-color: #f9fafb;
	padding-bottom: 20px;
	padding-top: 15px;
}
.programs {
	background-color: #f4f4f4;
	padding: 2rem 1rem;
	color: #1d3c6a;
	font-family: Arial, sans-serif;
	max-width: 100%;
}

.program-desc {
	max-width: 600px;
	margin: 0 auto;
	font-size: 1rem;
}
.flex-container {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 3rem;
}

.flex-container:nth-child(odd) {
	flex-direction: row;
}

.program-img {
	flex: 0.5;
}

.program-img img {
	width: 100%;
	height: 450px;
	border-radius: 12px;
	object-fit: cover;
}

.shelter-details {
	flex: 0.41;
}
.shelter-details h2 {
	text-transform: capitalize;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #004e89;
}

.shelter-details p {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.program-bottom-link {
	text-align: center;
	margin-top: 2rem;
}

.program-bottom-link p {
	margin-bottom: 1rem;
	font-weight: bold;
}

.program-bottom-link button {
	background-color: #111827;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.3s;
}

.program-bottom-link button:hover {
	background-color: #003963;
}

.program-bottom-link a {
	color: #fff;
	text-decoration: none;
}

.mission-card h2,
.section-title {
	text-transform: uppercase;
}
.program-bottom-link button {
	background-color: #030712;
	width: 150px;
	height: 60px;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
}
.program-bottom-link button:hover {
	background-color: #6f7585;
	height: 60px;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
}
.program-bottom-link button a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.mission {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
}
.mission-card {
	height: auto;
	max-width: 350px;
	width: 100%;
	margin: 10px;
}
.areas-grid,
.initiatives-section {
	max-width: 1200px;
}
.mission-card > .work-card {
	height: 100%;
}
.mission-card .head {
	text-align: center;
	margin-bottom: 10px;
}
.mission-card h2 {
	color: #333;
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.mission-card p {
	font-size: 0.95rem;
	color: #444;
}
.mini-divider {
	height: 1px;
	margin: 0 auto;
}
.thematic-areas {
	width: 100%;
	padding: 40px 20px;
	background-color: #fdfdfd;
	text-align: center;
}
.areas-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin: 0 auto;
	padding-top: 30px;
}
.area-card {
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.initiatives-section,
.initiatives-section.text-only {
	padding: 40px 20px;
	margin: auto;
	background-color: #fff;
}
.area-card:hover,
.card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.area-card h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: #1d4ed8;
}
.area-card p {
	font-size: 0.95rem;
	color: #444;
	line-height: 1.4;
}
.initiative-card,
.initiative-text-card {
	padding: 20px;
	border-radius: 8px;
	transition: background-color 0.3s;
}
.section-title {
	letter-spacing: 1px;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 40px;
	color: #222;
}
.initiative-card {
	display: flex;
	gap: 40px;
	margin-bottom: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	height: 350px;
}
.init-img {
	width: 60%;
	height: 100%;
}
.initiative-card img {
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
	flex-shrink: 0;
	min-width: 100%;
}
.initiative-content h3 {
	font-size: 1.3rem;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.initiative-content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
	width: 100%;
}
.helpline button,
.helpline button:hover {
	width: 100px;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
}
.helpline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	width: 50%;
}
.helpline button {
	background-color: #111827;
	color: #fff;
	text-transform: capitalize;
	font-size: large;
}
.helpline button:hover {
	background-color: #3f4550;
}
.helpline-link {
	display: inline-block;
	margin-top: 10px;
	color: #e91e63;
	font-weight: 500;
}
.initiatives-section.text-only {
	max-width: 1000px;
}
.initiative-text-card {
	background-color: #f3f3f3;
	border-left: 5px solid #9c27b0;
	margin-bottom: 25px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.abuse-buttons button,
.abuse-card {
	transition: transform 0.2s, box-shadow 0.2s;
}
.initiative-text-card:hover {
	background-color: #f9f0ff;
}
.initiative-text-card h3 {
	font-size: 1.4rem;
	color: #7b1fa2;
	margin-bottom: 10px;
}
.initiative-text-card p {
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}
.abuse-section {
	padding: 40px 20px;
	background: linear-gradient(to bottom, #fff, #f9f9ff);
	text-align: center;
	font-family: sans-serif;
}
.abuse-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 50px;
	margin-bottom: 30px;
}
.abuse-image img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.abuse-text {
	max-width: 500px;
	text-align: left;
}
.abuse-text h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.abuse-text p {
	font-size: 1rem;
	color: #444;
	line-height: 1.6;
}
.abuse-types h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.abuse-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.abuse-buttons button {
	background: linear-gradient(135deg, #d94fff, #9c27b0);
	color: #fff;
	padding: 10px 16px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	font-size: 0.95rem;
	cursor: pointer;
}
.abuse-buttons button:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.abuse-cards-section {
	padding: 50px 20px;
	background-color: #f9f9fc;
	font-family: 'Segoe UI', sans-serif;
	text-align: center;
}
.abuse-cards-section h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	max-width: 1200px;
	margin: 0 auto;
}
.abuse-card {
	background: #fff;
	padding: 25px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-align: left;
}
.contact-form button,
.cta-banner {
	background: linear-gradient(to right, #d94fff, #9c27b0);
}
.partner-card,
.team-card {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s;
}
.abuse-card h3 {
	font-size: 1.2rem;
	font-weight: 600;
	color: purple;
	margin-bottom: 10px;
}
.abuse-card p {
	font-size: 0.95rem;
	color: #333;
	line-height: 1.6;
}
.abuse-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cta-banner {
	margin-top: 40px;
	padding: 20px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	border-radius: 10px;
	max-width: 600px;
	margin-inline: auto;
}
.cta-banner a {
	text-decoration: none;
	color: #fff;
}
.contact-section {
	padding: 60px 20px;
	background-color: #fdfbff;
	font-family: 'Segoe UI', sans-serif;
	text-align: center;
}
.team-section,
.volunteer-section {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.contact-section h2 {
	font-size: 2rem;
	font-weight: 700;
	color: purple;
	margin-bottom: 10px;
}
.contact-info h3,
.contact-info p {
	margin-bottom: 20px;
}
.contact-section .subtitle {
	font-size: 1rem;
	color: #555;
	margin-bottom: 40px;
}
.contact-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.banner,
.events-section h2,
.footer-bottom,
.partner-card,
.partners-section,
.section-header,
.team-card,
.team-section {
	text-align: center;
}
.contact-form {
	flex: 1;
	min-width: 300px;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.contact-form input,
.contact-form textarea {
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 1rem;
	font-family: inherit;
}
.contact-form textarea {
	resize: vertical;
}
.contact-form button {
	padding: 12px;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}
.contact-form button:hover {
	background: linear-gradient(to right, #b93dff, #7b1fa2);
}
.contact-info {
	flex: 1;
	min-width: 250px;
	max-width: 400px;
	font-size: 0.95rem;
	color: #333;
}
.contact-info h3 {
	font-size: 1.2rem;
	color: purple;
}
.contact-info a {
	color: #9c27b0;
	text-decoration: none;
}
.footer-container {
	display: flex;
	padding: 2rem;
	background-color: #111827;
	color: #fff;
	gap: 20px;
}
.footer-message {
	flex: 1 1 60%;
	margin-bottom: 2rem;
	margin-right: 20px;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	flex: 1 1 100%;
}
.footer-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-links a {
	color: #fff;
}
.footer-section {
	flex: 1 1 200px;
	min-width: 150px;
}
.footer-section h2 {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
}
.footer-section p,
.footer-section ul {
	font-size: 0.95rem;
}
.footer-section p {
	display: flex;
	margin-bottom: 5px;
}
.footer-section p i {
	text-decoration: none;
	margin-right: 5px;
}
.footer-bottom {
	font-size: 0.9rem;
	padding: 1rem;
	background-color: #111827;
	color: #fff;
}
.social-links {
	list-style: none;
	display: flex;
	padding: 0;
	gap: 0.5rem;
}
.social-links li a {
	color: #fff;
	font-size: 1.1rem;
	transition: color 0.3s;
}
.social-links li a:hover {
	color: #ff6f3c;
}
.team-section {
	padding: 50px 20px;
	background-color: #fff;
}
.team-section h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: #222;
}
.team-section h3 {
	font-size: 2rem;
	margin: 50px 0 20px;
	color: #333;
}
.team-intro {
	font-size: 1rem;
	color: #666;
	max-width: 700px;
	margin: 0 auto 40px;
}
.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px 30px;
	justify-items: center;
	padding: 0 20px;
}
.events-grid,
.partners-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.team-card {
	background: #fff;
	border-radius: 12px;
	padding: 20px 15px;
	min-width: 300px;
}
.team-card img {
	width: 100%;
	object-fit: cover;
	object-position: center top;
	max-height: 300px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.team-card .name,
.team-card .role {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}
.contact-button,
.partner-card p,
.team-card .role {
	font-weight: 500;
}
.partners-section {
	padding: 60px 20px;
	background-color: #f9f9f9;
}
.partners-section h2 {
	font-size: 2.2rem;
	margin-bottom: 40px;
	color: #222;
}
.partners-grid {
	display: grid;
	gap: 30px;
	justify-items: center;
	padding: 0 20px;
}
.partner-card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	min-width: 240px;
	max-width: 250px;
}
.partner-card img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	margin-bottom: 15px;
}
.partner-card p {
	font-size: 0.95rem;
	color: #333;
}
.partner-cta {
	margin-top: 60px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.partner-cta h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #222;
}
.partner-cta p {
	font-size: 1rem;
	color: #555;
	margin-bottom: 20px;
}
.contact-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #06c;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.2s;
}
.contact-button:hover {
	background-color: #004b99;
}
#cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	padding: 2rem;
	background-color: #f4f4f4;
}
.card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	padding: 1.5rem;
	transition: transform 0.3s, box-shadow 0.3s;
}
#pagination button,
.divider:hover,
.download-btn,
.gallery-slider-controls button {
	transition: background-color 0.3s;
}
.card h3 {
	font-size: 1.25rem;
	color: #1f2937;
	margin-bottom: 0.5rem;
}
.card .authors,
.card .description,
.card .meta {
	margin-bottom: 1rem;
}
.card .description {
	font-size: 0.95rem;
	color: #333;
	line-height: 1.6;
}
.card .meta {
	font-size: 0.85rem;
	color: #666;
}
.card .authors ul {
	padding-left: 1rem;
	list-style: disc;
}
.download-btn {
	display: inline-block;
	background-color: #111827;
	color: #fff;
	border: none;
	padding: 1rem;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
}
.download-btn:hover {
	background-color: #1d3c6a;
	color: #fff;
}
.section-header {
	margin-top: 35px;
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
.section-header h2 {
	font-size: 2.5rem;
	color: #000;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.divider {
	background-color: #020617;
	width: 150px;
	height: 10px;
	border-radius: 2px;
	margin: 0 auto;
}
.divider:hover {
	background-color: #333;
}
.flex-container {
	display: flex;
	width: 100%;
	margin-top: 30px;
	padding-top: 35px;
	padding-left: 25px;
}
.grid-container {
	display: grid;
	gap: 30px;
	height: 100%;
	width: 100%;
}
.banner {
	position: relative;
	background: url('../images/banner.jpg') center center/cover no-repeat;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	opacity: 0.9;
}
.banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.6);
	z-index: 1;
}
.banner-overlay-text {
	position: relative;
	z-index: 1;
	color: #fff;
	max-width: 800px;
	padding: 0 1rem;
}
.banner-overlay-text h2 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.banner-overlay-text p {
	width: 100%;
	line-height: 1.6;
	font-size: 1.5rem;
	font-weight: 400;
}
.mini-divider {
	padding: 2px;
	background-color: #111827;
	width: 100px;
	border-radius: 2px;
}
.volunteer-section {
	padding: 50px 20px;
	background-color: #fff;
}
.volunteer-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.internship-btn,
.volunteer-btn {
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 500;
	transition: background 0.3s;
}
.volunteer-image img {
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.volunteer-text {
	max-width: 600px;
	color: #333;
}
.volunteer-text h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #111827;
}
.volunteer-text p {
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}
.volunteer-text strong {
	color: #000;
}
.volunteer-btn {
	padding: 12px 20px;
	background: #1e3a8a;
	color: #fff;
}
.volunteer-btn:hover {
	background: #2563eb;
}
.internship-section {
	background-color: #f1f7ff;
	padding: 60px 20px;
	text-align: center;
}
.internship-container {
	max-width: 800px;
	margin: 0 auto;
	color: #1d1d1d;
}
.internship-container h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 700;
	color: #111827;
}
.internship-container p {
	font-size: 1rem;
	color: #4b5563;
	margin-bottom: 30px;
	line-height: 1.6;
}
.internship-btn {
	background-color: #1e3a8a;
	color: #fff;
	padding: 12px 20px;
}
.internship-btn:hover {
	background-color: #2563eb;
}
.survivor-support {
	padding: 60px 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.survivor-container {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}
.survivor-image img {
	border-radius: 12px;
	max-width: 80%;
	height: 400px;
	object-fit: cover;
}
.survivor-text {
	flex: 1;
	color: #4b5563;
}
.survivor-text h2 {
	font-size: 1.8rem;
	color: #111827;
	font-weight: 700;
	margin-bottom: 15px;
}
.survivor-text p {
	margin-bottom: 15px;
	line-height: 1.7;
}
.survivor-tips {
	margin-top: 40px;
	color: #1f2937;
}
.survivor-tips h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.survivor-tips ul {
	padding-left: 20px;
	color: #374151;
}
.survivor-tips li {
	margin-bottom: 8px;
	line-height: 1.6;
}
.events-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 25px;
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
}
.events-grid {
	display: grid;
	gap: 10px;
	justify-content: center;
	padding: 30px 0;
}
.event-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	width: 280px;
}
.event-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.event-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-bottom: 4px solid #111827;
	border-radius: 5px;
}
.event-info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.event-info h3 {
	font-size: 1.4rem;
	margin-bottom: 12px;
	color: #004e89;
	font-weight: 600;
}
.event-info p {
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
	margin-bottom: 20px;
}
.event-meta {
	font-size: 0.9rem;
	color: #333;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: auto;
}
#pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin: 0 auto;
	width: 30%;
}
#pagination button {
	padding: 0.5rem 1rem;
	background-color: #004e89;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
}
#pagination button:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}
#pagination button:hover:not(:disabled) {
	background-color: #ff6f3c;
	transform: scale(1.1);
}
#pagination span {
	font-size: 14px;
	color: #333;
}
/* Tshits on home page */
.tshirt-section {
	padding: 60px 20px;
	background-color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tshirt-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.tshirt-image img {
	max-width: 350px;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tshirt-content {
	max-width: 600px;
}

.tshirt-content h2 {
	font-size: 2rem;
	color: #1d3c6a;
	margin-bottom: 10px;
}

.tshirt-content .subtitle {
	font-size: 1rem;
	color: #555;
	margin-bottom: 20px;
}

.tshirt-content .description {
	font-size: 1rem;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.6;
}

.buy-button {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s;
}

.buy-button:hover {
	background-color: #333;
}

/* Tshits on shirt page */
.shirt-section {
	padding: 60px 20px;
	background-color: #fff;
	font-family: 'Segoe UI', sans-serif;
}

.shirt-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
	justify-content: center;
}

.shirt-image img {
	max-width: 400px;
	width: 100%;
	border-radius: 12px;
}

.shirt-details {
	max-width: 600px;
	flex: 1;
}

.shirt-details h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	color: #1d3c6a;
}

.shirt-details .subtitle {
	color: #555;
	font-size: 1rem;
	margin-bottom: 10px;
}

.shirt-details .description {
	color: #333;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.price {
	font-weight: bold;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
}

label {
	display: block;
	margin: 15px 0 5px;
	font-weight: 600;
}

.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.button-group button {
	background: #f4f4f4;
	border: 1px solid #ccc;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.button-group button:hover {
	background: #1d3c6a;
	color: #fff;
}

.order-form input[type='text'],
.order-form input[type='email'],
.order-form input[type='tel'],
.order-form input[type='number'] {
	width: 100%;
	padding: 10px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.half-inputs {
	display: flex;
	gap: 10px;
}

.half-inputs input {
	flex: 1;
}

.quantity-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0;
}

.quantity-wrapper button {
	background: #eee;
	border: none;
	padding: 6px 12px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 4px;
}

.quantity-wrapper input[type='number'] {
	width: 60px;
	text-align: center;
}

.buy-button {
	display: inline-block;
	background-color: #1d3c6a;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1rem;
	transition: 0.3s;
}

.buy-button:hover {
	background-color: #004e89;
}

.button-group button.active {
	background-color: #004e89;
	color: #fff;
	border: 1px solid #004e89;
}

/* spinner */
.spinner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.spinner-border {
	width: 3rem;
	height: 3rem;
	border-width: 0.25em;
}

@media (max-width: 768px) {
	.overlay-text h2 {
		font-size: 2.5rem;
	}
	.overlay-text p {
		font-size: 1.5rem;
	}
	.overlay-text button {
		height: 40px;
	}
	.overlay-text button,
	.overlay-text button a {
		font-size: 1rem;
		padding: 8px 16px;
		width: 150px;
		text-align: center;
	}
	.content {
		flex-direction: column;
		padding: 0 15px;
		margin: 0;
	}
	.content img {
		width: 100%;
		height: auto;
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.program-desc {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.flex-container {
		flex-direction: column;
		margin-right: 40px;
	}

	.flex-container:nth-child(odd) {
		flex-direction: column;
	}

	.programs {
		padding: 2rem 1.2rem;
	}

	.program-desc {
		font-size: 0.95rem;
	}

	.shelter-details h2 {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 480px) {
	.programs {
		padding: 2rem 1.2rem;
	}
	.flex-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-left: 1.3%;
	}

	.program-img {
		width: 100%;
		margin: 0 auto;
	}

	.program-img img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
		object-fit: cover;
	}
	.shelter-details h2 {
		font-size: 1.2rem;
	}
	.shelter-details p {
		font-size: 0.95rem;
	}

	.section-header h2 {
		font-size: 1.4rem;
	}

	.program-desc,
	.shelter-details p {
		font-size: 0.9rem;
		margin-top: 10px;
	}

	.program-bottom-link button {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.abuse-content,
	.contact-container {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.abuse-text {
		text-align: center;
		max-width: 90%;
	}
	.abuse-cards-section h2,
	.abuse-text h2 {
		font-size: 1.7rem;
	}
	.abuse-text p,
	.contact-section .subtitle {
		font-size: 0.95rem;
	}
	.abuse-image img {
		max-width: 250px;
	}
	.abuse-buttons {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.abuse-buttons button {
		font-size: 0.9rem;
		padding: 8px 14px;
	}
	.cta-banner {
		font-size: 1rem;
		padding: 16px;
	}
	.contact-section h2 {
		font-size: 1.8rem;
	}
	.contact-form,
	.contact-info {
		max-width: 100%;
		text-align: center;
	}
	.contact-info h3 {
		font-size: 1.1rem;
	}
	.contact-info p {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.footer-container {
		display: block;
		padding: 2rem;
		background-color: #111827;
		color: #fff;
		gap: 20px;
	}
	.footer-data {
		width: 100%;
		display: flex;
	}
	.footer-links {
		gap: -5rem;
		color: #fff;
	}
	.footer-links ul {
		list-style-type: none;
	}
	.footer-links a {
		color: #fff;
		text-decoration: none;
	}
	.footer-message {
		text-align: left;
	}
	.footer-section {
		width: 100%;
		margin-bottom: 0.75rem;
		margin-right: 1px;
	}
	.social-links {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.footer-section i {
		font-size: 1.5rem;
	}
	.footer-section p {
		display: flex;
		margin-bottom: 5px;
	}
	.footer-section p i {
		text-decoration: none;
		margin-right: 5px;
	}
	.team-card .name,
	.team-card .role,
	.team-intro {
		font-size: 0.95rem;
	}
	.team-section h2 {
		font-size: 2rem;
	}
	.team-section h3 {
		font-size: 1.5rem;
		margin: 40px 0 15px;
	}
	.team-intro {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.team-grid {
		gap: 30px 20px;
	}
	.team-card {
		padding: 15px 10px;
	}
	.team-card img {
		max-height: 250px;
	}
}
@media (max-width: 768px) {
	.partners-section {
		padding: 50px 15px;
	}
	.partners-section h2 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.partners-grid {
		gap: 25px;
		padding: 0 10px;
	}
	.partner-card {
		max-width: 220px;
		padding: 15px;
	}
	.partner-card img {
		height: 100px;
	}
	.partner-card p {
		font-size: 0.9rem;
	}
	.partner-cta {
		margin-top: 40px;
	}
	.partner-cta h3 {
		font-size: 1.5rem;
	}
	.contact-button,
	.partner-cta p {
		font-size: 0.95rem;
	}
	.contact-button {
		padding: 10px 18px;
	}
	.navbar.active {
		display: flex;
	}
	.hamburger {
		display: block;
		font-size: 1.8rem;
		cursor: pointer;
		color: #fff;
		padding: 10px;
	}
	.navbar {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		background-color: #111827;
		width: 100%;
		padding: 10px 0;
		gap: 5px;
	}
	.donate-btn,
	.dropbtn,
	.navbar a {
		width: 100%;
		text-align: left;
		padding: 12px 20px;
		font-size: 16px;
		border-bottom: 1px solid #1f2937;
	}
	.dropdown:hover .dropdown-content {
		display: block;
		display: flex;
		flex-direction: column;
	}
	.donate-btn {
		border-radius: 8px;
		margin: auto 0;
		padding: 12px;
		border: none;
		max-width: 150px;
	}
	.donate-btn a {
		color: #000;
		font-weight: 700;
		margin: auto 10px;
	}
	.dropdown {
		width: 100%;
	}
	.dropdown-content {
		position: static;
		display: none;
		width: 100%;
		background-color: #1e293b;
		box-shadow: none;
		padding-left: 10px;
	}
	.dropdown-content a {
		padding: 10px 20px;
		font-size: 15px;
		border-bottom: 1px solid #2f3e54;
		color: #fff;
	}
	.dropdown-content a:hover {
		background-color: #13203d;
	}
	.logo-container {
		width: 80%;
		justify-content: space-between;
		display: flex;
		align-items: center;
	}
	.logo-container h2 {
		font-size: 1.2rem;
		font-weight: 900;
		margin-left: 10px;
	}
}

@media (max-width: 960px) {
	.navbar {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		background-color: #111827;
		display: none;
		padding: 15px 20px;
		align-items: flex-start;
	}
	.navbar.active {
		display: flex;
	}
	.donate-btn,
	.dropbtn,
	.navbar a {
		width: 100%;
		text-align: left;
		padding: 10px 0;
	}
	.dropdown-content {
		position: static;
		background-color: transparent;
		box-shadow: none;
		padding-left: 10px;
	}
	.dropdown-content a {
		padding: 8px 10px;
	}
	.hamburger {
		display: block;
	}
}
@media screen and (min-width: 769px) {
	.events-section {
		padding: 40px 15px;
	}
	.events-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin-right: 30px;
	}
	.event-card {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}
	.event-info h3 {
		font-size: 1.2rem;
	}
	.event-info p {
		font-size: 0.9rem;
	}
	#pagination {
		flex-direction: column;
	}
	#pagination button {
		width: 100%;
		margin-bottom: 10px;
	}
	#pagination span {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.events-section {
		padding: 40px 15px;
	}
	.events-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin-right: 30px;
	}
	.event-card {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}
	.event-info h3 {
		font-size: 1.2rem;
	}
	.event-info p {
		font-size: 0.9rem;
	}
	#pagination {
		flex-direction: column;
	}
	#pagination button {
		width: 100%;
		margin-bottom: 10px;
	}
	#pagination span {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.events-section {
		padding: 30px 10px;
	}
	.events-grid {
		grid-template-columns: 1fr;
		margin-left: 30px;
	}
	.event-card {
		width: 90%;
		margin-left: 10px;
	}
	.event-info h3 {
		font-size: 1rem;
	}
	.event-info p {
		font-size: 0.8rem;
	}
	#pagination {
		flex-direction: column;
		align-items: center;
	}
	#pagination button {
		width: 100%;
		margin-bottom: 10px;
	}
}
.gallery-slider {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
	height: 150px;
}
.slider-wrapper {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.slider-track {
	display: flex;
	animation: 7s linear infinite scrollFundersGallery;
}
.slide-img {
	flex: 0 0 auto;
	width: 250px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}
.slide-img img {
	width: 200px;
	height: auto;
	object-fit: cover;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@keyframes scrollFundersGallery {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.gallery-slider-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 1rem 1rem 30px;
	box-sizing: border-box;
	height: 400px;
}
.gallery-slider-container {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.gallery-slider-track {
	display: flex;
	transition: transform 0.3s ease-in-out;
	width: 100%;
	height: 500px;
	gap: -10px;
}
.gallery-slide-img {
	min-width: 50%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.gallery-slider-controls {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 1rem;
}
.gallery-slider-controls button {
	background-color: #004e89;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.5rem 1.25rem;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.gallery-slider-controls button:hover {
	background-color: #003963;
}
@media (max-width: 360px) {
	/* .gallery-slider-container {
		display: block;
		width: 100vw;
	}
	.gallery-slide-img {
		width: 100%;
	} */
}
@media (max-width: 768px) {
	.survivor-container,
	.volunteer-container {
		flex-direction: column;
		text-align: center;
	}
	.internship-container h2,
	.survivor-text h2,
	.volunteer-text h2 {
		font-size: 1.5rem;
	}
	.volunteer-text {
		padding: 0 10px;
	}
	.volunteer-btn {
		margin-top: 20px;
	}
	.internship-container p {
		padding: 0 10px;
		font-size: 0.95rem;
	}
	.internship-btn {
		width: auto;
		font-size: 0.95rem;
		padding: 10px 16px;
	}
	.survivor-text,
	.survivor-tips {
		text-align: left;
	}
	.survivor-image img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.slide-img {
		width: 160px;
	}
	.slide-img img {
		height: 120px;
	}
	.gallery-slider-controls button {
		font-size: 1rem;
		padding: 0.4rem 1rem;
	}
}
.notification-bar {
	display: none;
	align-items: center;
	justify-content: center;
	width: 85%;
	margin: 1rem auto;
	padding: 1rem 1.5rem;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 500;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	animation: fadeIn 0.3s ease-in-out;
}

.notification-bar.success {
	background-color: #38a169;
}

.notification-bar.error {
	background-color: #e53e3e;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.notification-bar {
	opacity: 1;
	transition: opacity 0.5s ease-out;
}

.notification-bar.hide {
	opacity: 0;
	pointer-events: none;
}

/* ========== Responsive Styles for About and Programs Page ========== */

/* Tablets (≤ 768px) */
@media (max-width: 768px) {
	/* Mission section */
	.mission {
		flex-direction: column;
		align-items: center;
		/* padding: 10px 0; */
	}

	.mission-card {
		max-width: 90%;
	}

	/* Thematic areas */
	.thematic-areas {
		width: 100;
	}
	.areas-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		/* gap: 10px; */
		padding: 0;
		width: 100%;

		/* margin: 0 auto; */
	}

	.section-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 800px) {
	/* Initiatives section (Programs Page) */
	.initiative-card {
		flex-direction: column;
		height: auto;
		padding: 15px;
	}

	.init-img {
		width: 100%;
		height: auto;
	}

	.initiative-card img {
		/* width: 100%; */
		min-width: 0;
		height: auto;
	}

	.initiative-content h3 {
		font-size: 1.2rem;
	}

	.helpline {
		width: 80%;
	}

	.helpline button {
		width: 100%;
		font-size: 1rem;
	}
	.thematic-areas {
		padding: 0;
	}
	.init-img {
		width: 100%;
	}
}
