:root {
	--mwf-white: #ffffff;
	--mwf-blue: #2a4a9f;
	--mwf-blue-hover: #2b4e99;
	--mwf-dark-blue-button: #2b4e99;
	--mwf-red: #EF5E5E;
	--mwf-red-hover: #c92c31;
	--mwf-red-dark: #c92c31;
	--mwf-green: #70c050;
	--mwf-green-hover: #5aa63c;
	--mwf-light-green: #eef5e6;
	--mwf-dark-overlay: rgba(0, 0, 0, 0.4);
	--mwf-light-gray: #f8f9fa;
	--mwf-teal: #02939C;
	--mwf-impact-teal: #00a9a9;
	--mwf-ongoing-green: #70c050;
	--mwf-ongoing-green-hover: #5aa63c;
	--mwf-ongoing-gray: #343a40;
	--mwf-active-bg: #fff;
	--mwf-active-green: #70c050;
	--mwf-active-teal: #00a9a9;
	--mwf-active-orange: #ffac41;
	--mwf-card-border-radius: 1.5rem;
	--mwf-input-bg: #f8f9fa;
	--mwf-projects-bg: #fff;
	--mwf-projects-red-button: #EF5E5E;
	--mwf-projects-text-gray: #6c757d;
}
/* --- Custom Styles --- */
h1,h2,h3,h4,h5,h6 {
	font-family: "Big Shoulders Text", sans-serif;
}
body {
	font-family: "Inter", sans-serif;
	background-color: var(--mwf-white);
	overflow-x: hidden;
}
img, svg {
	max-width: 100%;
}
.text-primary {
	color: var(--mwf-blue) !important;
}
.text-teal {
	color: var(--mwf-teal);
}
.btn {
	padding:0.55rem 0.75rem;
	font-size: 1rem;
    font-weight: 600;
    border-radius: 0.375rem;
}
.btn-primary{
	background-color: var(--mwf-blue);
	color: #fff;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color: var(--mwf-blue-hover);
    border-color: var(--mwf-blue-hover);
	color: #fff;
}
.btn-light{
	color: var(--mwf-blue) !important;
}
.btn-red {
	background-color: var(--mwf-red);
	color: #fff;
	font-weight: 600;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	background-color: var(--mwf-red-hover) !important;
    border-color: var(--mwf-red-hover) !important;
	color: #fff !important;
}
.btn-donate {
	background-color: #F05152;
	color: #fff;
	font-weight: 600;
	height: 100%;
	align-content: center;
    border-radius: 0rem;
	padding:1.4rem 0.875rem;
}
.btn-donate:hover, .btn-donate:active, .btn-donate:focus {
	background-color: #c92c31 !important;
    border-color: #c92c31 !important;
	color: #fff !important;
}
.btn-calculator {
	background-color: #dae9cc;
	color: var(--mwf-blue);
	border-radius: 0;
	font-weight: 600;
	height: 100%;
	align-content: center;
    border-radius: 0rem;
	padding:1.4rem 0.875rem;
}
.btn-calculator:hover, .btn-calculator:active, .btn-calculator:focus {
	background-color: #dae9cc;
	color: var(--mwf-blue);
}
.owl-theme .owl-nav {
	margin-top: 0px;
}
.accordion {
	--bs-accordion-btn-icon-width: 2rem !important;
}
.bg-primary{
	background-color: var(--mwf-blue) !important;
}
.bg-secondary{
	background-color: var(--mwf-red) !important;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6, .dark-section p{
	color: var(--mwf-white);
}
/* Top Bar */
.top-bar {
	position: relative;
	background-color: var(--mwf-blue);
	color: #fff;
	font-size: 0.85rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	z-index: 1030;
}
.top-bar .dropdown-toggle {
	color: #fff;
	text-decoration: none;
	padding: 0.5rem;
}
.top-bar .dropdown-menu.dropdown-menu-dark {
	background-color: var(--mwf-blue);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.85rem;
	z-index: 1040;
}
.top-bar .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.navbar {
	position: relative;
	padding: 0rem 0rem;
}
.navbar .navbar-nav .nav-link{
	padding: 1.4rem 0.875rem;
}
.nav-link {
	font-weight: 500;
	color: #343a40 !important;
}
.navbar .navbar-nav .dropdown{
	position: static;
}
/* 2. Sticky Navbar on Scroll */
.sticky-navbar {
	position: sticky;
	top: 0;
	z-index: 1031;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* Navbar Customizations */
.navbar-brand img {
	height: 50px;
}
.navbar-expand-lg .navbar-collapse {
	align-items: stretch;
}
.cart-icon {
	color: #2A4A9F;
	margin-left: 1rem;
}
.cart-icon i{
	font-size: 1.6rem;
	color: #2A4A9F;
}
.user-icon {
	color: #2A4A9F;
	margin-left: 1rem;
}
.user-icon i{
	font-size: 2rem;
	color: #2A4A9F;
	margin-left: 1rem;
}
/* Mega Menu Custom Styles */
.mega-menu {
	position: absolute;
	/* or fixed if you want it to stay on screen */
	top: 100%;
	/* below the nav */
	left: 0;
	width: 100vw;
	/* full viewport width */
	max-width: 100vw;
	/* remove container limit */
	transform: none;
	/* no centering needed */
	padding: 1rem 2rem;
	border-radius: 0;
	border: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	background: #fff;
	/* make sure background covers full width */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
	z-index: 999;
	/* ensure it's on top of other elements */
}
.mega-menu .col-md-3,.mega-menu .col-lg-3 {
	padding: 0 1rem;
}
.mega-menu .mega-menu-heading {
	color: var(--mwf-blue);
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
}
.mega-menu .list-unstyled a {
	color: #343a40;
	display: block;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	text-decoration: none;
}
.mega-menu .list-unstyled a:hover {
	color: var(--mwf-red-hover);
}
/* Mega Menu Promo (Act Now - Blue) */
.mega-menu-promo {
	height: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.quick-donation-form-section {
	background: rgba(0, 0, 0, 0.8);
	padding: 2rem 0;
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.quick-donation-form {
	max-width: 1200px;
	margin: 0 auto;
}
.donation-dropdown {
	height: 50px;
	border: none;
	border-radius: 8px;
	background: #fff;
	color: #343a40;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.donation-dropdown:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}
.donation-dropdown:focus {
	border-color: var(--mwf-red);
	box-shadow: 0 0 0 0.2rem rgba(224, 49, 55, 0.25);
}
.btn-quick-donate {
	background: var(--mwf-red);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 0.75rem 2rem;
	height: 50px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(224, 49, 55, 0.3);
}
.btn-quick-donate:hover {
	background: var(--mwf-red-hover);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(224, 49, 55, 0.4);
}
.btn-quick-donate:focus {
	box-shadow: 0 0 0 0.2rem rgba(224, 49, 55, 0.25);
}
/* 3. Hero Carousel Section Styles */
.hero-slide {
	position: relative;
	min-height: 500px;
	background-size: cover;
	background-position: center;
}
.hero-slide .col-lg-4 {
	padding: 0 !important;
}
.hero-img-container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.hero-overlay {
	display: flex;
	align-items: flex-end;
	padding: 3rem;
}
.hero-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	height: 100%;
}
.hero-text h1 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	max-width: 80%;
	margin-bottom: 0.5rem;
	color: var(--mwf-red);
}
.hero-text p {
	color: #fff;
}
.live-updates-card {
	background-color: #fff;
	color: #343a40;
	padding: 1rem;
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.live-updates-card h5 {
	font-weight: 600;
	color: var(--mwf-red);
}
.live-updates-card .dot {
	height: 10px;
	width: 10px;
	background-color: var(--mwf-red);
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #2a4a9f !important;
	color: #fff !important;
	font-size: 1.2rem !important;
	width: 32px;
	height: 32px;
	line-height: 25px;
	border-radius: 6px !important;
	transition: background 0.3s;
}
.hero-carousel.owl-carousel .owl-nav button.owl-prev,.hero-carousel.owl-carousel .owl-nav button.owl-next {
	background: transparent !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
	background: #1c3887 !important;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 15px;
}
#projectsCarousel.owl-carousel .owl-nav button.owl-prev {
	left: -105px;
}
/* Quick Donate Bar */
.quick-donate-bar {
	position: relative;
	background-color: var(--mwf-blue);
	padding: 1.5rem 0;
	color: #fff;
}
.quick-donate-bar .quick-donate-close {
	display: none;
}
.quick-donate-bar .form-select,.quick-donate-bar .btn-quick-donate {
	height: 50px;
	border-radius: 0.5rem;
	border: none;
}
.quick-donate-bar .form-select {
	color: #343a40;
}
.quick-donate-bar .btn-quick-donate {
	background-color: var(--mwf-red);
	color: #fff;
	font-weight: 600;
}
/* --- QUICK DONATE BAR STYLES (Dynamic Sticky) --- */
.quick-donate-bar {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
	padding: 1rem 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: 0;
	transition: all 0.3s ease;
}
/* New class for the fixed state */
.quick-donate-bar.quick-donate-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid white;
	border-radius: 0.5rem;
	max-width: 1160px;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}
.quick-donate-fixed .quick-donate-close {
	position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    border-radius:4px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background 150ms ease, color 150ms ease;
}
/* hover focus styling */
.quick-donate-fixed .quick-donate-close:hover,
.quick-donate-fixed .quick-donate-close:focus {
  background: rgba(0,0,0,0.06);
  outline: none;
}
/* --- URGENT APPEALS CARD STYLES (Existing) --- */
.appeal-card {
	background: linear-gradient(-15deg, var(--mwf-blue), var(--mwf-red));
	border-radius: 0.5rem;
	padding: 3px;
	margin: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}
.appeal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.appeal-card-inner {
	border-radius: 0.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.appeal-card-img-container {
	position: relative;
	height: 250px;
	overflow: hidden;
	border-radius: 0.5rem;
}
.appeal-card-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.appeal-card .zakat-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display:flex;
	background-color: var(--mwf-white);
	color: var(--mwf-teal);
	font-size: 0.938rem;
	font-weight: 600;
	padding: 0.5rem 0.75rem;
	border-radius: 0.3rem;
	z-index: 5;
	align-items: center;
}
.appeal-card .zakat-badge .badge-icon{
	display:inline-flex;
	width: 20px !important;
	height: 20px !important;
	margin-right: 6px;
}
.appeal-card-body {
	padding: 1.5rem 0rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	color: var(--mwf-white);
}
.appeal-card-body h5 {
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}
.btn-card-donate {
	background-color: transparent !important;
	color: var(--mwf-white);
	border: none;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid var(--mwf-white);
	transition: background-color 0.2s;
}
.btn-card-donate:hover {
	background-color: var(--mwf-red-hover) !important;
	color: var(--mwf-white);
	border: 1px solid var(--mwf-red-hover) !important;
}
.btn-card-donate .fa-arrow-right-long {
	margin-top: 0.2rem;
}
.owl-item.active:nth-child(odd) .appeal-card .btn-card-donate {
	background-color: var(--mwf-red) !important;
	color: var(--mwf-white);
	border: 1px solid var(--mwf-red) !important;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
	width: 100%;
	transition: background-color 0.2s;
}
.owl-item.active:nth-child(odd) .appeal-card .btn-card-donate:hover {
	background-color: var(--mwf-red-hover);
	color: #fff;
	border: 1px solid var(--mwf-red) !important;
}
/* Owl Carousel Custom Navigation for Appeals */
.appeals-carousel .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
	margin-top: 0;
	font-size: 2rem;
	color: var(--mwf-dark-blue-button);
	opacity: 0.7;
	pointer-events: none;
}
.appeals-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none !important;
	border: none !important;
	pointer-events: auto;
}
.appeals-carousel .owl-nav .owl-prev {
	left: -2rem;
}
.appeals-carousel .owl-nav .owl-next {
	right: -2rem;
}
/* --- NEW SLIDER DONATION FORM STYLES --- */
.slider-donate-form {
	background-color: #2A4A9FBF;
	color: #ffffff;
	padding: 1.5rem;
	max-width: 360px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 12px;
	margin: 0 auto;
}
.slider-donate-form .live-updates {
	font-weight: 600;
	color: var(--mwf-white);
	margin-bottom: 1rem;
}
.slider-donate-form .live-updates .dot {
	height: 10px;
	width: 10px;
	background-color: var(--mwf-red);
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem;
}
.slider-donate-form h3 {
	font-weight: 600;
	color: var(--mwf-white);
}
.slider-donate-form p{
	font-size: 0.813rem;
	color: var(--mwf-white);
}
.donation-title-box {
	background-color: #fff;
	padding: 1rem;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--mwf-red);
	line-height: 1.2;
}
.donate-form-img {
	width: 100px;
	height: 100px;
	border-radius: 0.5rem;
	background-color: #fff;
	margin-bottom: 0.5rem;
}
/* Form Controls Styling */
.slider-donate-form .form-control,.slider-donate-form .form-select {
	border: none;
	box-shadow: none;
	height: 50px;
	border-radius: 0.5rem;
	font-weight: 600;
	color: #343a40;
}
.slider-donate-form .input-group-text {
	background-color: #fff;
	border-radius: 0.5rem 0 0 0.5rem;
	font-weight: 600;
	border: none;
}
.btn-slider-donate {
	background-color: var(--mwf-red);
	color: #fff;
	border: none;
	border-radius: 0.5rem;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	width: 100%;
	font-size: 1.25rem;
}
.btn-slider-donate:hover {
	background-color: var(--mwf-red-hover);
	color: #fff;
}
section{
	position: relative;
}
.marquee-container {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.marquee-text {
	display: inline-block;
	white-space: nowrap;
	animation: scroll-left 18s linear infinite;
}
@keyframes scroll-left {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
/* --- urgent appeal STYLES (NEW) --- */
.urgent-appeal-section h2{
	font-size: 3rem;
}
/* --- ACTIVE CAMPAIGNS STYLES (NEW) --- */
.active-campaigns-section {
	background-color: #fff;
	/* White background */
}
.active-campaigns-section h2 {
	font-size: 4rem;
}
.active-campaigns-section .card-campaigns{
	min-height: 400px;
	border-radius: 0.375rem;
	background-image: linear-gradient(180deg, #7CAF4A3B 25%, #F2295B30 100%);
}
.active-campaigns-section .card-campaigns .card-body {
	padding: 2rem;
}
/* --- New Impact Section Styles --- */
.impact-section {
	background-color: #fff;
}
.impact-title h2 {
	font-size: 4rem;
	font-weight: 800;
	color: #000;
	line-height: 1.1;
	margin-bottom: 2rem;
}
.impact-title h2 span {
	/* color: var(--mwf-impact-teal);
	*/
}
.impact-stats-bar {
	background-color: var(--mwf-impact-teal);
	color: #fff;
	border-radius: 1rem;
	padding: 3rem 1.5rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.impact-stat-number {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.impact-stat-label {
	font-size: 1rem;
	font-weight: 400;
	opacity: 0.9;
}
/* Responsive adjustments */
@media (max-width: 991px) {
	/* Tablet and Mobile */
	.impact-title h2 {
		font-size: 2rem;
		text-align: center;
	}
	.impact-stats-bar .col-6 {
		margin-bottom: 2rem;
	}
	.impact-stats-bar .col-6:nth-child(2n) {
		margin-bottom: 0;
	}
	.impact-stat-number {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.impact-stats-bar {
		padding: 2rem 1rem;
	}
	.impact-stats-bar .col-6 {
		margin-bottom: 1.5rem;
	}
	.impact-stats-bar .col-6:last-child {
		margin-bottom: 0;
	}
}
/* --- NEW: Ongoing Causes Section Styles --- */
.ongoing-causes-section {
	background-color: var(--mwf-light-gray);
}
/* Header and Text Styling */
.ongoing-header h2 {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--mwf-ongoing-gray);
}
.ongoing-header h2 span {
	color: var(--mwf-ongoing-green);
}
.ongoing-header p {
	font-size: 1.1rem;
	color: #6c757d;
}
/* Call to Action Button */
.btn-all-causes {
	background-color: var(--mwf-ongoing-green);
	color: var(--mwf-white);
	font-weight: 600;
	width: fit-content;
	border: none;
	border-radius: 0.2rem;
	padding: 0.75rem 2rem;
	transition: all 0.3s ease;
}
.btn-all-causes:hover {
	background-color: var(--mwf-ongoing-green-hover);
	color: var(--mwf-white);
	transform: translateY(-2px);
}
/* Stat Card Styling */
.ongoing-stat-card {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2.5rem 1.5rem;
	/* text-align: center;
	*/
	height: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	gap: 20px;
}
.ongoing-stat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.ongoing-stat-card .row>div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.ongoing-stat-card img {
	width: 55px;
}
.stat-icon-wrapper {
	font-size: 3rem;
	color: var(--mwf-ongoing-green);
	margin-bottom: 1.5rem;
	display: inline-block;
}
.stat-number-text {
	font-size: 2rem;
	font-weight: 800;
	color: var(--mwf-ongoing-gray);
	line-height: 1.1;
}
.stat-number-text span {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--mwf-ongoing-green);
}
.stat-label {
	font-size: 1rem;
	color: #6c757d;
	margin-top: 0.5rem;
}
/* Responsive adjustments */
@media (max-width: 991px) {
	.ongoing-header h2 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	.ongoing-header .d-flex {
		justify-content: center !important;
	}
	.ongoing-header .col-lg-4,.ongoing-header .col-lg-8 {
		text-align: center !important;
		margin-bottom: 1rem;
	}
	.ongoing-stat-card {
		margin-bottom: 1.5rem;
	}
}
/* --- NEW: Active Causes Section Styles --- */
.active-causes-section {
	background-color: var(--mwf-active-bg);
}
.active-causes-header h1 {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	color: #000;
	margin-bottom: 3rem;
}
.active-causes-header h1 span {
	color: var(--mwf-active-green);
}
/* Card Styling */
.active-cause-card {
	background-color: #f9f9fb;
	border-radius: 0.5rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 1.5rem;
	height: 100%;
	transition: box-shadow 0.3s ease;
	border: 1px solid var(--mwf-light-gray);
}
/* Fix for carousel items to ensure full width inside item */
#activeCausesCarousel .owl-item .active-cause-card {
	width: 100%;
	margin: 0;
}
.card-icon-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	padding: 0rem 0rem 0.5rem;
	border-bottom: 1px solid #ccc;
}
.card-icon {
	width: 40px;
	height: 40px;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Specific Icon Colors */
.icon-teal {
	background-color: var(--mwf-active-teal);
}
.icon-orange {
	background-color: var(--mwf-active-orange);
}
.icon-green {
	background-color: var(--mwf-active-green);
}
.card-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #343a40;
	margin-bottom: 0.5rem;
}
.card-description {
	color: #212529;
	font-size: 0.9rem;
	line-height: 1.4;
	min-height: 4.2rem;
	margin-bottom: 1.5rem;
}
.card-image-container {
	width: 100%;
	height: 180px;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
}
.card-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Progress Bar Styling */
.progress {
	height: 0.5rem;
	border-radius: 0.25rem;
	background-color: #e9ecef;
	margin-bottom: 0.5rem;
}
.progress-bar {
	background-color: var(--mwf-active-green);
	/* Default for progress */
}
.progress-text-row {
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: #495057;
}
.progress-raised {
	color: #000;
}
.progress-goal {
	color: #868e96;
}
/* Donation Input Group Styling */
.donation-input-group {
	display: flex;
	align-items: center;
	background-color: var(--mwf-white);
	border-radius: 0.75rem;
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}
.donation-input-group .input-currency-symbol {
	padding: 0.5rem 0.5rem;
	font-weight: 600;
	color: #495057;
	font-size: 1.1rem;
}
.donation-input-group input {
	flex-grow: 1;
	border: none;
	background: transparent;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0.5rem 0;
	text-align: left;
	-moz-appearance: textfield;
	/* Hide arrows on Firefox */
}
.donation-input-group input::-webkit-outer-spin-button,.donation-input-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.donation-input-group .form-select {
	border: none;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem 0.5rem 0.75rem;
	font-weight: 600;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #495057;
}
.active-cause-card .btn-card-donate {
	width: 100%;
	background-color: transparent !important;
	color: var(--mwf-green);
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid var(--mwf-green);
	transition: background-color 0.2s;
}
.active-cause-card .btn-card-donate:hover {
	background-color: var(--mwf-green-hover) !important;
	color: var(--mwf-white);
	border: 1px solid var(--mwf-green-hover) !important;
}
.active-cause-card .btn-card-donate .fa-arrow-right-long {
	margin-top: 0.2rem;
}
.owl-item.active:nth-child(odd) .active-cause-card .btn-card-donate {
	background-color: var(--mwf-green) !important;
	color: var(--mwf-white);
	border: 1px solid var(--mwf-green) !important;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
	width: 100%;
	transition: background-color 0.2s;
}
.owl-item.active:nth-child(odd) .active-cause-card .btn-card-donate:hover {
	background-color: var(--mwf-green-hover);
	color: var(--mwf-white);
	border: 1px solid var(--mwf-green-hover) !important;
}
/* Card Button Styling */
#latest-news .btn-card-donate {
	background-color: var(--mwf-red) !important;
	color: var(--mwf-white);
	font-weight: 600;
	border-radius: 2rem;
	padding: 0.3rem 0.6rem;
	transition: all 0.3s ease;
	font-size: 20px;
}
#latest-news .btn-card-donate i{
	transition: all 0.3s ease;
	transform: rotate(-30deg);
}
#latest-news .btn-card-donate:hover {
	background-color: var(--mwf-red-hover) !important;
	color: var(--mwf-white);
}
#latest-news .btn-card-donate:hover i{
	transform: rotate(0deg);
}
#latest-news .owl-carousel {
	padding: 0 70px;
}
/* --- Responsive adjustments --- */
@media (max-width: 991px) {
	/* Tablet and Mobile */
	.active-causes-header h1 {
		font-size: 2.5rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	.active-cause-card {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.active-causes-header h1 {
		font-size: 2rem;
	}
}
/* Custom Carousel Nav Styling for Active Causes */
#activeCausesCarousel .owl-nav {
	margin-top: 1.5rem;
	text-align: center;
}
#activeCausesCarousel .owl-dots {
	margin-top: 1rem;
}
/* --- Your Donations Section Styles --- */
.your-donations-section {
	background-color: var(--mwf-light-gray);
}
/* --- Your Donations Section Styles --- */
.your-donations-video {
	position: relative;
	overflow: hidden;
}
/* Header and Text Styling */
.your-donations-header h2 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.1;
}
.your-donations-header h2 span {
	color: var(--mwf-impact-teal);
}
/* Call to Action Button */
.btn-your-donations {
	background-color: var(--mwf-red);
	color: #fff;
	font-weight: 600;
	width: fit-content;
	border: none;
	border-radius: 0.2rem;
	padding: 0.75rem 2rem;
	/* box-shadow: 0 4px 10px rgba(192, 80, 80, 0.4);
	*/
	transition: all 0.3s ease;
}
.btn-your-donations:hover {
	background-color: var(--mwf-red-dark);
	/* slightly darker green */
	/* box-shadow: 0 6px 15px rgba(192, 80, 80, 0.5);
	*/
	transform: translateY(-2px);
}
/* --- Our Projects Section Styles --- */
.projects-section {
	background-color: var(--mwf-projects-bg);
}
.projects-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.projects-header h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #343a40;
	line-height: 1.2;
}
.btn-project-gallery {
	background-color: var(--mwf-projects-red-button);
	color: #fff;
	font-weight: 600;
	border-radius: 0.2rem;
	padding: 0.75rem 1.5rem;
	transition: background-color 0.3s ease;
}
.btn-project-gallery:hover {
	background-color: #c42b2f;
	color: #fff;
}
/* Project Card List Item Style */
.project-list-item {
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
	border-bottom: 1px solid #eee;
	transition: background-color 0.3s ease;
}
.project-list-item:hover {
	background-color: #fcfcfc;
}
.project-list-item:last-child {
	border-bottom: none;
}
.project-thumbnail {
	width: 120px;
	height: 120px;
	min-width: 120px;
	/* fixed size */
	border-radius: 0.75rem;
	overflow: hidden;
	margin-right: 1.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.project-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-content {
	flex-grow: 1;
}
.project-category {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--mwf-projects-text-gray);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0.25rem;
}
.project-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
}
/* Carousel Custom Nav for Projects */
#projectsCarousel {
	position: relative;
}
#projectsCarousel .owl-nav {
	position: absolute;
	top: 5px;
	/* Aligned with the header/button row */
	right: 0;
	transform: translateY(-50%);
	margin: 0;
	/* Override default margin */
	display: flex;
}
#projectsCarousel .owl-nav button {
	border: 1px solid #ddd !important;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 0.5rem !important;
	margin: 0 4px;
	font-size: 1rem;
	opacity: 0.8;
	transition: all 0.2s ease;
}
#projectsCarousel .owl-dots {
	display: none;
	/* Hide dots for cleaner look */
}
/* Responsive adjustments */
@media (max-width: 991px) {
	.projects-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.projects-header h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	#projectsCarousel .owl-nav {
		top: -75px;
		right: 15px;
		transform: none;
	}
	.project-title {
		font-size: 1.25rem;
	}
	.project-thumbnail {
		width: 90px;
		height: 90px;
		min-width: 90px;
		margin-right: 1rem;
	}
}
@media (max-width: 767px) {
	#projectsCarousel .owl-nav {
		top: -65px;
	}
}
@media (max-width: 576px) {
	.project-list-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 1rem 0;
	}
	.project-thumbnail {
		margin-right: 0;
		margin-bottom: 0.75rem;
		width: 100%;
		height: 200px;
		min-width: auto;
	}
}
/* --- COMMUNITY VIDEOS (OWL CAROUSEL) STYLES --- */
.section-header-carousel {
	position: relative;
	margin-bottom: 3rem;
}
.owl-carousel-nav-custom {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 10px;
}
/* Style for the custom navigation buttons (arrows) */
.owl-theme .owl-nav button {
	background: var(--mwf-blue) !important;
	color: #fff !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	opacity: 1;
	transition: background 0.3s;
	display: flex;
	/* Centers content */
	align-items: center;
	justify-content: center;
}
.owl-theme .owl-nav button:hover {
	background: var(--mwf-red) !important;
}
.video-card-container {
	padding: 10px;
}
.video-card {
	background-color: #fff;
	overflow: hidden;
}
.video-placeholder {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background-color: #000;
}
.video-placeholder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: var(--mwf-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
.play-button i {
	color: #fff;
	font-size: 2rem;
	margin-left: 5px;
}
.play-button:hover {
	background-color: var(--mwf-blue);
	transform: translate(-50%, -50%) scale(1.1);
}
.video-caption {
	padding: 1.5rem;
}
.video-caption .testimonial-type {
	color: var(--mwf-blue);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
}
.video-caption .author-details {
	font-weight: 500;
	color: #6c757d;
}
/* --- RAISE FAITH IN CHARITY SECTION STYLES --- */
.faith-charity-section {
	/* Pink to Red Gradient Background */
	background: linear-gradient(135deg, #ffe6e6 0%, #ffc0c0 100%);
	border-radius: 1.5rem;
	margin: 3rem auto;
	padding: 4rem 2rem;
	box-shadow: 0 15px 30px rgba(224, 49, 55, 0.1);
	/* Soft shadow matching red theme */
}
.faith-charity-content h1 {
	font-weight: 800;
	color: var(--mwf-blue);
	margin-bottom: 1.5rem;
	font-size: 2.8rem;
	line-height: 1.2;
}
.faith-charity-content p {
	color: #495057;
	margin-bottom: 2rem;
	font-size: 1.1rem;
}
.btn-visit-channel {
	background-color: var(--mwf-green);
	color: var(--mwf-white);
	border: none;
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 0.5rem;
	transition: background-color 0.3s;
}
.btn-visit-channel:hover {
	background-color: var(--mwf-green-hover);
	color: var(--mwf-white);
}
.faith-charity-video-container {
	position: relative;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.faith-charity-video-container iframe,.faith-charity-video-container .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-overlay {
	background-image: url("../images/faith-charity-video.png");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.video-overlay .play-icon {
	font-size: 5rem;
	color: var(--mwf-red);
	transition: transform 0.3s;
}
.video-overlay:hover .play-icon {
	transform: scale(1.1);
}
/* Utility Classes */
.section-title {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 3rem;
	position: relative;
	padding-bottom: 10px;
}
.btn-community {
	border-radius: 0.5rem;
	padding: 0.75rem 1.5rem;
}
/* --- FAQ SECTION STYLES --- */
/* Custom styling for the Bootstrap Accordion to enhance aesthetics */
.accordion-item {
	border-radius: 6px !important;
	margin-bottom: 1rem;
	border: 1px solid var(--bs-border-color);
}
.accordion-button {
	font-weight: 600;
	padding: 1.25rem;
	font-size: 1.2rem;
	transition: background-color 0.3s ease-in-out;
	border: 2px solid;
	border-radius: 6px !important;
}
/* Styling for the expanded/active accordion button */
.accordion-button:not(.collapsed) {
	color: #1a1a1a;
	background-color: var(--mwf-light-green);
	/* Lime green background for active state */
	box-shadow: none;
	border: none;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
/* Styling for the accordion body when open */
.accordion-body {
	background-color: var(--mwf-light-green);
}
/* Remove default Bootstrap focus glow */
.accordion-button:focus {
	box-shadow: none !important;
}
/* Default state: Plus sign */
.accordion-button::after {
	/* Bootstrap SVG for PLUS sign (black fill) */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
	/* Disable rotation on collapsed state */
	transform: rotate(0deg) !important;
}
/* Expanded state: Minus sign */
.accordion-button:not(.collapsed)::after {
	/* Bootstrap SVG for MINUS sign (black fill) */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
	/* Ensure no rotation on expanded state */
	transform: rotate(0deg) !important;
}
/* --- Custom Tab Styling for Programs Section --- */
.custom-nav-tabs .nav-link {
	border: none;
	border-radius: 1rem !important;
	/* Large rounded corners for the link container */
	padding: 1rem 1.5rem;
	color: var(--bs-dark-text);
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0.6;
	/* Dim inactive tabs */
	transition: all 0.3s ease;
}
.custom-nav-tabs .nav-link:hover {
	opacity: 0.85;
	background-color: #f0f0f0;
	/* Slight hover effect */
}
.custom-nav-tabs .nav-link.active {
	opacity: 1;
	/* Remove the default blue bottom border, replaced by the icon border and light-green background */
	background-color: transparent;
	color: var(--bs-primary-blue);
}
/* Custom Icon Styling */
.tab-icon-wrapper {
	width: 60px;
	height: auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	background-color: var(--bs-light);
	/* Default background */
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-nav-tabs .nav-link.active .tab-icon-wrapper {
	/* Active tab styling: light green border (simulating the ring in the image) */
	background-color: var(--bs-light-green);
	border: 3px solid var(--bs-dark-green);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
/* Styling for the content pane */
.tab-content-container {
	min-height: 400px;
	/* Ensure content area is substantial */
	background: linear-gradient(145deg, var(--bs-light-green) 0%, #ffffff 100%);
	border-radius: 1rem;
	margin-top: 2rem;
}
/* --- New News and Updates Custom Styling --- */
.social-icon-bg {
	background-color: var(--mwf-teal);
	width: 36px;
	text-align: center;
	border-radius: 6px;
	margin-right: 0.2rem !important;
}
.news-tag {
	background-color: #f87171;
	/* A light red/pink color for the tag */
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 2rem;
	font-size: 0.875rem;
	font-weight: 600;
	display: inline-block;
}
.newsletter-input-group .form-control {
	background-color: #f3f4f6;
	/* Light gray background */
	border: none;
	border-radius: 0.5rem !important;
	padding: 0.8rem 1rem;
	font-size: 1rem;
}
.newsletter-button {
	background-color: #0d9488;
	/* A shade of teal/blue-green */
	border: none;
	color: white;
	padding: 1rem 1.5rem;
	font-weight: 700;
	border-radius: 0.5rem;
	width: 100%;
	margin-top: 1rem;
}
.news-card-item {
	min-height: 400px;
	background-color: white;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.news-card-image {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
/* Custom Carousel Controls to mimic the arrow buttons */
.carousel-control-prev,.carousel-control-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	opacity: 0.8;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 1rem;
	/* Added margin to push them slightly outside the container */
}
/* Hide default carousel indicators as they are not shown in the image */
.carousel-indicators {
	display: none;
}
.card-contact {
	background-color: transparent;
	background-image: linear-gradient(160deg, #02939C 0%, #7CAF4A 100%);
	color: white;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 20px 40px;
}
.card-contact h1 {
	margin-bottom: 0 !important;
}
.card-contact span {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	font-size: 32px;
}
/* 4. Footer Styling (No changes here) */
.app-footer {
	background-color: var(--mwf-blue);
	color: #fff;
	padding: 3rem 0 1rem;
	font-size: 0.9rem;
}
.app-footer h5 {
	font-weight: 600;
	margin-bottom: 1rem;
}
.footer-highlight {
	color: var(--mwf-active-orange);
}
footer p,footer a {
	font-size: 16px;
}
.footer-logo img {
	height: 50px;
	margin-bottom: 1rem;
}
.app-footer a {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	display: block;
	margin-bottom: 0.3rem;
}
.app-footer a:hover {
	opacity: 1;
}
.social-icons a {
	font-size: 1.5rem;
	display: inline-block;
	margin-right: 0.8rem;
}
.copyright {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
/* 3. Current Pages Section Styles */
.current-pages-hero {
	position: relative;
	min-height: 50vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #000;
}
.current-pages-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.hero-overlay-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
}
.min-vh-50 {
	min-height: 50vh;
}
.min-vh-75 {
	min-height: 75vh;
}
.hero-title-section {
	position: relative;
	display: inline-flex;
	padding: 2rem 0;
	flex-direction: column;
}
.hero-title-section .zakat-badge {
	display:flex;
    width: fit-content;
	background-color: var(--mwf-white);
	color: var(--mwf-teal);
	font-size: 1rem;
	font-weight: 600;
	padding: 0.5rem 0.75rem;
	border-radius: 0.3rem;
	align-items: center;
	margin-bottom: 0.5rem;
}
.hero-title-section .zakat-badge .badge-icon{
	display:inline-flex;
	width: 24px !important;
	height: 24px !important;
	margin-right: 10px;
}
.hero-main-title {
	font-size: 4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 1rem;
	font-family: "Big Shoulders Text", sans-serif;
}
.hero-title-underline {
	height: 4px;
	background: #ffc107;
	width: 100%;
	max-width: 100%;
	border-radius: 3px;
}
.hero-description-section {
	padding: 2rem 0;
}
.hero-description-section p{
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	opacity: 0.95;
}
.hero-title-section .quick-donate-bar{
	background-color: rgba(42, 74, 159, 0.5);
}

/* Contribute Section */
.contribute-card {
	background: #02939C;
	background: linear-gradient(180deg,rgba(2, 147, 156, 1) 0%, rgba(124, 175, 74, 1) 100%);
	border-radius: 20px;
	padding: 3rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	margin: 2rem 2rem;
}
.contribute-card .contribute-title {
	font-size: 3rem;
	font-weight: bold;
	color: white;
	margin-bottom: 2rem;
}
.contribute-card .contribute-underline {
	height: 3px;
	background: white;
	width: 200px;
	margin: 1rem auto 0;
	border-radius: 2px;
}
.contribute-card .contribute-step-wrap{
	padding: 2rem 2rem;
	background-color: #ffffff;
}
.contribute-card .contribute-step {
	padding: 1rem 0;
}
.contribute-card .step-number {
	font-size: 3rem;
	font-weight: bold;
	color: white;
	-webkit-text-stroke: 1px black;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.contribute-card .step-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1rem;
}
.contribute-card .step-description {
	color: #808080;
    font-size: 1rem;
	line-height: 1.6;
    margin-bottom: 0px;
}
.contribute-card .step-link {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}
.contribute-card .step-link:hover {
	color: #dc3545;
}
.contribute-card .step-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.contribute-card .step-divider {
	border: none;
	height: 1px;
	background: #e0e0e0;
	margin: 1rem 0;
}
/*-- --*/
.emergency-appeals-section{
}
.emergency-appeals-filter{
    padding-top: 1rem;
    border-top: 2px solid #c7cde0;
}
.appeals-filter-wrap{
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
    justify-content: space-between;
}
.filter-buttons .btn {
	border-radius: 5px;
	font-weight: 500;
	padding: 6px 18px;
	margin: 0 5px 10px;
	border: 1px solid #2A4A9F;
	color: #2A4A9F;
	background-color: #ffffff;
	transition: all 0.3s;
}
.filter-buttons .btn.active,.filter-buttons .btn:hover {
	border: 1px solid #2A4A9F;
	color: #ffffff;
	background-color: #2A4A9F;
}
.emergency-appeal-card{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 420px;
	color: #fff;
	transition: transform 0.3s ease;
}
.emergency-appeal-card:hover {
	transform: scale(1.02);
}
.emergency-appeal-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.emergency-appeal-card .appeal-badge {
    position: absolute;
    z-index: 9;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
	background: #2A4A9F;
	padding: 10px 15px;
}
.emergency-appeal-card .appeal-overlay {
	position: absolute;
    top: auto;
    bottom: 0px;
    width: 100%;
	background: linear-gradient(to top, rgba(0,0,64,0.8), rgba(0,0,64,0.3));
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 2rem;
    transition: transform 0.3s ease;
}
.emergency-appeal-card .appeal-overlay .zakat-badge {
	display:flex;
    width: fit-content;
	background-color: var(--mwf-white);
	color: var(--mwf-teal);
	font-size: 0.938rem;
	font-weight: 600;
	padding: 0.3rem 0.75rem;
	border-radius: 0.3rem;
	align-items: center;
}
.emergency-appeal-card .appeal-overlay .zakat-badge .badge-icon{
	display:inline-flex;
	width: 20px !important;
	height: 20px !important;
	margin-right: 6px;
}
.emergency-appeal-card .appeal-overlay h5 {
    font-size: 3em;
	font-weight: 700;
	margin-bottom: 10px;
}
.emergency-appeal-card .appeal-overlay p {
    font-size: 0.875em;
	margin-bottom: 10px;
}
.emergency-appeal-card .appeal-overlay .appeal-progress {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 12px;
}
.emergency-appeal-card .appeal-overlay .appeal-content{
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}
.emergency-appeal-card:hover .appeal-overlay .appeal-content{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*-- --*/
.donate-form-section{
	background-color: var(--mwf-blue);
}
.progress {
	height: 8px;
	border-radius: 4px;
	background-color: #e9ecef;
}
.progress-bar {
	background-color: #ff4d4d;
}
.donation-inner-card {
	background-color:#4964a9;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.donation-inner-card .btn-check:checked + label {
	background-color: #e8f0ff;
	border-color: #0044cc;
}
.donation-inner-card label {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	text-align: left;
	transition: 0.3s;
}
.donation-inner-card label:hover {
	background-color: #f5f8ff;
}
.goal-text {
	font-weight: 600;
}
.amount-display {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin-top: 10px;
}
.donation-inner-card .btn {
	background-color: #ff4d4d;
	color: #fff;
	border: none;
	font-weight: 600;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	transition: 0.3s;
}
.donation-inner-card .btn:hover {
	background-color: #e63939;
}
.custom-amount input {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
}
@media (max-width: 991px) {
	.donation-section {
		text-align: center;
	}
}
.contribution-methods-section{
	background: #DCF0F1;
	background: linear-gradient(180deg,rgba(220, 240, 241, 1) 0%, rgba(253, 232, 232, 1) 50%);
}
/* Responsive adjustments for Current Appeals */
@media (max-width: 991px) {
	.hero-main-title {
		font-size: 3rem;
		text-align: center;
	}
	.hero-title-underline {
		margin: 0 auto;
	}
	.hero-description-section {
		text-align: center;
		margin-top: 2rem;
	}
	.hero-description {
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	.hero-main-title {
		font-size: 2.5rem;
	}
	.current-pages-hero {
		min-height: 70vh;
	}
	.quick-donation-form .row > div {
		margin-bottom: 1rem;
	}
	.donation-dropdown,.btn-quick-donate {
		height: 45px;
	}
}
@media (max-width: 576px) {
	.hero-main-title {
		font-size: 2rem;
	}
	.hero-description {
		font-size: 0.95rem;
	}
	.quick-donation-form-section {
		padding: 1.5rem 0;
	}
}
/* Responsive adjustments */
@media (max-width: 1200px) {
	.mega-menu {
		width: 800px;
	}
}
@media (min-width: 992px) {
	.navbar-nav .dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s ease-in-out;
	}
}
@media (max-width: 991px) {
	.top-bar .btn {
    	padding: 0.35rem 0.75rem;
    	font-size: 0.8rem;
	}
	.live-updates-card {
		border-radius: 0.75rem;
		margin: -50px auto 20px;
		width: 90%;
	}
	.navbar .navbar-nav .nav-link {
		padding: 1rem 0.875rem;
	}
	.mega-menu {
		/* Reset for mobile to stack columns */
		position: static !important;
		transform: none !important;
		width: 100% !important;
		padding: 1rem;
		border: none;
		box-shadow: none;
		opacity: 1;
		/* Ensure visible on mobile after click */
		visibility: visible;
	}
	.mega-menu-promo,.mega-menu-promo-join,.mega-menu-promo-impact,.mega-menu-promo-who {
		/* Added the new class */
		min-height: 200px;
		margin-bottom: 1rem;
	}
	.hero-slide {
		height: auto;
	}
	.hero-img-container {
		min-height: 400px;
	}
	.hero-overlay {
		padding: 1.5rem;
	}
	.hero-text h1 {
		font-size: 2rem;
		max-width: 100%;
	}
	.appeals-carousel .owl-nav {
		display: none;
	}
	.active-campaigns-section .card-campaigns {
		min-height: 200px;
	}
}
@media (max-width: 767px) {
	.hero-slide {
		height: auto;
	}
	.hero-img-container {
		min-height: 400px;
	}
	.hero-overlay {
		padding: 1.5rem;
	}
	.hero-text h1 {
		font-size: 2rem;
		max-width: 100%;
	}
	.slider-donate-form{
		max-width: 100%;
	}
	.live-updates-card {
		border-radius: 0.75rem;
		margin: -50px auto 20px;
		width: 90%;
	}
	.top-bar .text-end {
		text-align: start !important;
	}
	.navbar .navbar-nav .nav-link {
    	padding: 1rem 0.875rem;
	}
	.mega-menu {
		position: static !important;
		transform: none !important;
		width: 100% !important;
		padding: 1rem 0rem;
		border: none;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
	}
	.mega-menu-promo,.mega-menu-promo-join,.mega-menu-promo-impact,.mega-menu-promo-who {
		min-height: 200px;
		margin-bottom: 1rem;
	}
	.appeals-carousel .owl-nav {
		display: none;
	}
}
