/*!
Theme Name: walk4donate
Theme URI: http://underscores.me/
Author: Your Name
...
Tags: custom-background, custom-logo, ...
*/ /* <— This is the end of the theme comment block */

/* ✅ Start real CSS from here */
:root {
	--dark-brown: #230808;
	--warm-gray: #9f9696;
	--reddish-brown: #725353;
	--light-pink: #ffe1e1;
	--very-light-pink : #FFF4F4 ;
	--almost-black: #2b2828;
	--soft-red: #f15152;
	--dark-gray: #5d5656;
	--muted-purple: #837c7c;
	--light-gray: #b0b0b0;
	--pale-pink: #ffeeee;
	--white: #ffffff;
	--transparent-green: #021d1726;
	--peach: #fff5f4;
	--white-fade-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(255, 255, 255, 0.006) 100%
	);
	--muted-brown: #6d6565;
	--deep-red: #862b2b;
	--blush: #ebd8d8;
	--charcoal: #282b29;
	--gray: #5e5e5e;
	--dusty-rose: #7c7070;
	--rosy-brown: #806c6c;
	--olive-green: #a1c457;
	--semi-transparent-beige: #c3bbbb4a;
	--lime-teal-gradient: linear-gradient(180deg, #e1f30d 0%, #0f6159 100%);
	--rose-gray: #ebdede;
	--ivory: #efe7e7;
	--very-light-pink: #f6eeee;
	--soft-orange: #ff9b63;
	--deep-forest: #374836;
	--dark-maroon: #483636;
	--mint-green: #73e194;
	--lime-aqua-gradient: linear-gradient(180deg, #e1f30d 0%, #13d0ab 100%);
	--translucent-maroon: #1e070780;
	--forest-green: #3b473e;
	--transparent-dark-red: #47000033;
	--transparent-light-red: #4700001f;
	--light-pink-overlay: #ffeeee66;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff5f4;
}

/* Loader Container */
#site-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.razorpay-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	margin: auto;
}

/* Spinner Animation */
.loader-spinner {
	width: 50px;
	height: 50px;
	border: 6px solid #f3f3f3;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.loader-spinner-razorpay {
	width: 50px;
	height: 50px;
	border: 6px solid #f3f3f3;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: flex;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* Apply Kaisei HarunoUmi to all h2 and h3 */
h2,
h3 {
	font-family: "Kaisei HarunoUmi", serif;
	color: #2b2828;
}
.p-0 {
	padding: 0 !important;
}

/* Apply Manrope to all paragraph text */
p {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #837c7c;
}


.border-grey {
	border: 1px solid #47000033 !important;
	background: unset !important;
	border-radius: 12px;
}

.border-white {
	border: 1px solid #fff !important;
	color: #fff;
	background: unset !important;
}

.btn-soft-red-full {
	width: 100%;
	background: #ff4c4c;
	/* padding-top: 20px; */
	padding-right: 32px;
	/* padding-bottom: 20px; */
	padding-left: 32px;
	border-radius: 71px;
	box-shadow: 0px 4px 12px 0px #7b0a0a40;
	border: none;
	color: #fff;
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	height: 53px;
}

.btn-soft-red-half {
	width: fit-content;
	background: #ff4c4c;
	/* padding-top: 20px; */
	padding-right: 32px;
	/* padding-bottom: 20px; */
	padding-left: 32px;
	border-radius: 71px;
	box-shadow: 0px 4px 12px 0px #7b0a0a40;
	border: none;
	color: #fff;
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	height: 53px;
}

.btn-transparent-half {
	width: fit-content;
	border: 1px solid #47000033;
	color: #2b2828;
	background: none;
	text-transform: capitalize;
	padding-top: 20px;
	padding-right: 48px;
	padding-bottom: 20px;
	padding-left: 48px;
	border-radius: 71px;
	border-radius: 71px;
	height: 53px;
	font-family: Manrope;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
}

.btn-shadow {
	box-shadow: 0px 11px 16px -6px #0510090d;
	backdrop-filter: blur(11px);
}

.donate-btn-transparent-1 {
	margin-top: 10px !important;
	position: relative;
	top: 17px;
}

.donate-btn,
.donate-btn-view-all,
.donate-now-home-btn,
.donation-button {
	background: #ff4c4c;
	margin: auto;
	height: 62px;
	gap: 10px;
	opacity: 1;
}


/* .conatiner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/* About us section */
.about-us-section h3 {
	font-family: kaisei-harunoumi, serif !important;
	font-weight: 900;
	font-style: Bold;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -1%;
	text-align: center;
	color: #473b3b;
}

.about-us-section p {
	font-family: Manrope, sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px;
	/* leading-trim: NONE; */
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
}

.about-us-box {
	width: 378;
	height: 283;
	gap: 28px;
	/*angle: 0 deg;*/
	opacity: 1;
	border-radius: 16px;
	border-width: 1px;
	padding: 40px;
	background: #ffeeee;

	border: 1px solid #ebd8d8;
}

.container {
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primary-menu {
	list-style: none; /* Remove bullet points */
	display: flex; /* Arrange items in a row */
	gap: 20px; /* Space between menu items */
	padding: 0;
	margin: 0;
	align-items: center;
}

.primary-menu li {
	display: inline; /* or use flex on <ul> and don't need this */
}

.primary-menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.btn-outline {
	width: 57px;
	height: 22;
	padding: 9px 24px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 50px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-primary {
	width: 57px;
	height: 22px;
	padding: 9px 24px;
	border: none;
	border-radius: 71px;
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 12px 0px rgba(65, 7, 7, 0.17);
}


/* etc... */
/* Margins */

.m10 {
	margin: 10px;
}

.my10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mx10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mt10 {
	margin-top: 10px;
}
.mt50 {
	margin-top: 50px !important;
}

.mb10 {
	margin-top: 10px;
}
.mb20 {
	margin-top: 20px;
}

/* Padding */

.p10 {
	padding: 10px;
}

.py10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.px10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}

.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
/* flex-1 */
.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}
.flex6 {
	flex: 6;
}

/* On larger screens, use custom flex */
@media (min-width: 768px) {
	.footer-logo-col.flex6 { flex: 3; }
	.footer-col.flex2 { flex: 1; } /* Or any proportion you want */
}


/* Postions */
.abs-center {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}

.rel-center {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.align-center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.font-color2 {
	color: #fafbf3 !important;
	font-family: Manrope;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
}

.border-right-none {
	border-right: unset !important;
}


/* Cursor */
.cursor-pointer:hover {
  cursor: pointer;
}