:root {
	--saffron: #ff9933;
	--dark-brown: #3a1f0a;
	--light-bg: #f8f9fa;
}

body {
	font-family: 'Noto Sans Devanagari', sans-serif;
}

.top-bar {
	background: linear-gradient(to right,#936438,#351111);
	padding: 6px 0;
	font-size: 14px;
}

.top-bar a.dropdown-toggle {
	border: 1px solid #ff8600;
	padding: 4px 10px;
	border-radius: 5px;
	background: linear-gradient(to right,#ff7a00,#ffb200);
}

.main-navbar {
	background: #3a2418;
	padding: 12px 0;
}

.logo {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #ffb200;
}

.nav-link {
	color: #fff !important;
	margin: 0 8px;
	font-weight: 500;
}

.nav-link:hover {
	color: #ffb200 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: #f4b41a;
	color: #fff;
}

.create-btn {
	background: linear-gradient(to right,#ff7a00,#ffb200);
	color: #fff;
	padding: 8px 18px;
	border-radius: 6px;
	font-weight: 600;
}

.create-btn:hover {
	background: #ff7a00 !important;
	color: #fff;
}

.ngo-card h5 {
	margin-top: 20px;
}

.top-imgs img {
	filter: url("#filter");
}

.trust-hero {
	min-height: 100vh;
	color: #f6e6b8;
}
.symbol.glow-float img {
    width: 100px;
}
.hero-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient( to bottom,#2b0f0f,#5a1818,#2b0f0f );
	z-index: 0;
}

.hero-pattern {
	position: absolute;
	inset: 0;
	background-image: url("../img/hero-pattern.svg");
	opacity: 0.15;
	z-index: 1;
}

.top-imgs {
	margin-left: -180px;
}

.trust-title {
	color: #f4b41a;
	font-weight: 700;
	font-size: clamp(1.8rem,4vw,3rem);
}

.trust-subtitle {
	color: #f7c85f;
	font-size: clamp(1.3rem,3vw,2.2rem);
	font-weight: 600;
}

.trust-address {
	font-size: 14px;
	opacity: 0.85;
}

.symbol {
	font-size: clamp(4rem,8vw,7rem);
	color: #f4b41a;
	text-shadow: 0 0 35px rgba(244,180,26,0.6);
}

.logo-circle {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	padding: 6px;
	background: radial-gradient(circle,#f7c85f,#a66a00);
	box-shadow: 0 0 35px rgba(244,180,26,0.7);
	animation: pulse 3s infinite;
}

.logo-circle img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.mantra-wrap {
	position: relative;
	color: #f4b41a;
	font-size: clamp(1rem,2vw,1.4rem);
	font-style: italic;
}

.mantra-wrap::before, .mantra-wrap::after {
	content: "";
	display: block;
	height: 1px;
	background: rgba(244,180,26,0.4);
	margin: 12px auto;
	max-width: 600px;
}

.social-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(244,180,26,0.6);
	color: #f4b41a;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.social-btn:hover {
	background: #f4b41a;
	color: #2b0f0f;
}

.glow-float {
	animation: float 4s ease-in-out infinite;
}

.glow-float.delay {
	animation-delay: 1.5s;
}

.service-section {
	background: #fbf8f1;
}

.service-title {
	color: #ff7a00;
	font-size: clamp(1.8rem,4vw,2.6rem);
	font-weight: 700;
}

.service-subtitle {
	color: #8b8b8b;
	max-width: 720px;
	margin: auto;
	font-size: 15px;
}

.service-item {
	text-align: center;
	padding: 20px 10px;
}

.service-icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle at top,#ff9f1c,#ff7a00);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	box-shadow: 0 8px 25px rgba(255,122,0,0.35);
	transition: 0.4s;
}

.service-icon i {
	font-size: 34px;
	color: #fff;
}

.service-item h6 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.service-item:hover .service-icon {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 0 14px 35px rgba(255,122,0,0.45);
}

.service-carousel .owl-nav button {
	position: absolute;
	top: 28%;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #333 !important;
	background: transparent !important;
}

.service-carousel .owl-nav .owl-prev {
	left: -60px;
}

.service-carousel .owl-nav .owl-next {
	right: -60px;
}

.service-carousel .owl-nav span {
	font-size: 42px;
	line-height: 42px;
}

.office-gallery-section {
	background: #f6f1ea;
	position: relative;
}

.gallery-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #f36b21;
}

.gallery-subtitle {
	color: #6b6b6b;
}

.office-gallery .item img {
	height: 260px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.office-gallery .item img:hover {
	transform: scale(1.05);
}

.office-gallery .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
	transform: translateY(-50%);
}

.office-gallery .owl-nav button {
	position: absolute;
	width: 48px;
	height: 48px;
	border: 1px solid #222 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	font-size: 22px !important;
	color: #000 !important;
	transition: all 0.3s ease;
}

.office-gallery .owl-nav button {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50% !important;
	background: transparent;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	font-size: 22px !important;
	border: 1px solid #222 !important;
	color: #000 !important;
	transition: all 0.3s ease;
}

.office-gallery .owl-nav button:hover {
	background: #f36b21 !important;
	color: #fff !important;
}

.office-gallery .owl-nav .owl-prev {
	left: -60px !important;
}

.office-gallery .owl-nav .owl-next {
	right: -60px !important;
}

.animate-fade {
	animation: fadeUp 1s ease forwards;
}

.animate-fade-delay {
	animation: fadeUp 1.3s ease forwards;
}

.ngo-section {
	background: radial-gradient(circle at top,#4a2a1c,#2a0f0f);
	color: #fff;
	overflow: hidden;
}

.contact-section {
	color: var(--dark-brown);
}

.contact-section .service-title {
	color: var(--saffron);
}

.contact-section .card .card-title {
	color: var(--saffron);
}

.contact-section p, .contact-section .card-text, .contact-section .service-subtitle, .contact-section .small {
	color: var(--dark-brown);
}

.contact-section .service-subtitle {
	color: #f7c85f;
	max-width: 720px;
	margin: auto;
}

.contact-section .card {
	border: none;
	color: #fff;
}

.contact-section .form-control {
	color: var(--dark-brown);
	border: 1px solid var(--saffron);
	background: transparent;
}

.contact-section .form-control::placeholder {
	color: rgba(58,36,24,0.5);
}

.contact-section .form-control:focus {
	border-color: var(--saffron);
	box-shadow: 0 0 0 0.15rem rgba(255,153,51,0.15);
}

.contact-section .form-control::placeholder {
	color: rgba(255,255,255,0.6);
}

.contact-section .submit-btn {
	background: linear-gradient(to right,#ff7a00,#ffb200);
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
}

.contact-section a {
	color: var(--saffron);
}

.contact-section .text-muted {
	color: rgba(58,36,24,0.7) !important;
	font-weight: 700;
	color: #ffb703;
}

.ngo-subtitle {
	color: #e0d6cf;
}

.ngo-card {
	background: #ff7a00;
	border-radius: 16px;
	padding: 35px 25px;
	min-height: 280px;
	box-shadow: 0 15px 40px rgba(0,0,0,.3);
}

.icon-circle {
	width: 55px;
	height: 55px;
	background: rgba(0,0,0,.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	font-size: 22px;
}

.custom-arrow {
	position: absolute;
	top: 66%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: 1px solid #ff2d2d;
	border-radius: 50%;
	color: #ff2d2d;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
	z-index: 10;
}

.custom-arrow:hover {
	background: #ff2d2d;
	color: #fff;
}

.left-arrow {
	left: -50px;
}

.right-arrow {
	right: -50px;
}

.team-section {
	background: #fdf9f3;
}

.team-title {
	color: #ff7a00;
	font-weight: 700;
	font-size: 32px;
}

.team-subtitle {
	color: #6c6c6c;
	font-size: 16px;
}

.team-card {
	text-align: center;
	padding: 20px;
}

.team-img {
	width: 160px;
	height: 160px;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 5px solid #ffb347;
	overflow: hidden;
	transition: transform 0.4s ease;
}

.team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-card:hover .team-img {
	transform: scale(1.05);
}

.team-card h5 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 4px;
}

.team-card span {
	font-size: 14px;
	color: #777;
}

.team-carousel .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
}

.team-carousel .owl-nav button {
	pointer-events: all;
	position: absolute;
	background: #ffffff00 !important;
	width: 48px;
	height: 48px;
	border: 1px solid #222 !important;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.team-carousel .owl-nav .owl-prev {
	left: -60px;
}

.team-carousel .owl-nav .owl-next {
	right: -60px;
}

.team-carousel .owl-nav button span {
	font-size: 42px;
	line-height: 1;
	color: #000;
}

.team-carousel .owl-nav button:hover {
	background: #ff7a00 !important;
}

.team-carousel .owl-nav button:hover span {
	color: #fff;
}

.footer-section {
	background: linear-gradient(180deg,#3a1f12,#2a140a);
	color: #d9c29c;
	font-size: 15px;
}

.footer-logo {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #d4af37;
}

.footer-title {
	color: #f1c40f;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer-text {
	max-width: 320px;
}

.footer-list {
	list-style: none;
	padding: 0;
}

.footer-list li {
	margin-bottom: 10px;
}

.footer-list i {
	color: #f1c40f;
	margin-right: 8px;
}

.social-icons a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #f1c40f;
	color: #f1c40f;
	border-radius: 50%;
	margin-right: 8px;
	transition: all 0.3s ease;
}

.social-icons a:hover {
	background: #f1c40f;
	color: #2a140a;
	transform: translateY(-4px);
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links a {
	color: #d9c29c;
	text-decoration: none;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #f1c40f;
	padding-left: 5px;
}

.footer-bottom {
	background: rgba(0,0,0,0.25);
	font-size: 14px;
	color: #cbb38a;
}

.fade-up {
	animation: fadeUp 1s ease forwards;
}

.reg-box {
	background: #2b0f0f;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
}

.login-box, .forgot-box {
	background: #fff8ec;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
}

.left-panel {
	background: radial-gradient(circle,#7a2c2c,#2b0f0f);
	color: #f5c26b;
	padding: 40px;
	text-align: center;
}

.om img {
	width: 100px;
}

.om {
	font-size: 120px;
}

.left-panel h3 {
	font-weight: 700;
}

.left-panel p {
	opacity: .85;
}

.right-panel {
	background: #fff8ec;
	padding: 40px;
}

.form-title {
	color: #7a2c2c;
	font-weight: 800;
}

.form-control:focus, .form-select:focus {
	border-color: #b45f06;
	box-shadow: 0 0 0 .2rem rgba(180,95,6,.25);
}

.submit-btn {
	background: linear-gradient(45deg,#b45f06,#ff9800);
	color: white;
	border: none;
	font-weight: 700;
	padding: 12px;
	border-radius: 50px;
}

.submit-btn:hover {
	background: linear-gradient(45deg,#ff9800,#b45f06);
}

.login-left {
	background: radial-gradient(circle,#7a2c2c,#2b0f0f);
	color: #f5c26b;
	padding: 50px 30px;
	text-align: center;
}

.login-left h3 {
	font-weight: 800;
}

.login-left p {
	opacity: .85;
}

.login-right {
	padding: 50px 40px;
}

.login-btn {
	background: linear-gradient(45deg,#b45f06,#ff9800);
	border: none;
	color: white;
	font-weight: 700;
	padding: 12px;
	border-radius: 50px;
}

.login-btn:hover {
	background: linear-gradient(45deg,#ff9800,#b45f06);
}

.login-links a {
	color: #7a2c2c;
	font-weight: 600;
	text-decoration: none;
}

.login-links a:hover {
	text-decoration: underline;
}

.forgot-left {
	background: radial-gradient(circle,#7a2c2c,#2b0f0f);
	color: #f5c26b;
	padding: 50px 30px;
	text-align: center;
}

.forgot-left h3 {
	font-weight: 800;
}

.forgot-left p {
	opacity: .85;
}

.forgot-right {
	padding: 50px 40px;
}

.form-floating label {
	color: #7a2c2c !important;
	font-weight: 600;
	font-size: 14px;
}

.form-control:focus {
	border-color: #b45f06;
	box-shadow: 0 0 0 .2rem rgba(180,95,6,.3);
}

.reset-btn {
	background: linear-gradient(45deg,#b45f06,#ff9800);
	border: none;
	color: white;
	font-weight: 700;
	padding: 12px;
	border-radius: 50px;
}

.reset-btn:hover {
	background: linear-gradient(45deg,#ff9800,#b45f06);
}

.page-links a {
	color: #7a2c2c;
	font-weight: 600;
	text-decoration: none;
}

.page-links a:hover {
	text-decoration: underline;
}

.fade-up {
	animation: fadeUp 0.8s ease-out forwards;
}

.fade-up:nth-child(1) {
	animation-delay: 0.2s;
}

.fade-up:nth-child(2) {
	animation-delay: 0.4s;
}

.fade-up:nth-child(3) {
	animation-delay: 0.6s;
}

.fade-up:nth-child(4) {
	animation-delay: 0.8s;
}

.om {
	animation: float 3s ease-in-out infinite;
	font-size: 3rem;
	font-weight: bold;
}

.form-floating {
	animation: fadeUp 0.6s ease-out forwards;
}

.form-floating:nth-child(1) {
	animation-delay: 0.2s;
}

.form-floating:nth-child(2) {
	animation-delay: 0.3s;
}

.form-floating:nth-child(3) {
	animation-delay: 0.4s;
}

.form-floating:nth-child(4) {
	animation-delay: 0.5s;
}

.form-floating:nth-child(5) {
	animation-delay: 0.6s;
}

.offcanvas-start {
	width: 280px;
}

.offcanvas-body {
    height: 90vh;
}
.offcanvas-body .nav-link {
	color: #000 !important;
	font-size: 16px;
	padding: 7px 0px;
	margin: 0px;
}

.offcanvas-body .dropdown-menu {
	border: none;
	box-shadow: none;
	background: transparent;
	padding-left: 1rem;
	padding-top: 0px;
}

div#mobileMenuOffcanvas {
	display: none;
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: none;
}

.offcanvas-body li.nav-item {
	border-bottom: 1px solid #e0e0e0;
}

.offcanvas-body .dropdown-menu li {
	border-bottom: 1px solid #e0e0e0;
}

.offcanvas-body li.nav-item:last-child {
	border-bottom: none;
}

.offcanvas-body .dropdown-menu li:last-child {
	border-bottom: none;
}

.ngo-banner img {
	width: 100%;
	border: 5px solid #222;
}

.floating-icons {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	gap: 12px;
}

.float-btn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}

.float-btn.whatsapp {
	background: #25d366;
}

.float-btn.message {
	background: #0d6efd;
}

.float-btn:hover {
	transform: translateY(-5px) scale(1.05);
	color: #fff;
}

.fixed-contact {
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 9999;
}

.contact-float-wrap {
	/* display: flex;
	gap: 14px; */
	align-items: center;
	
}

.contact-btn {
	background: #f27d7d;
	color: #fff;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
	white-space: nowrap;
}

.contact-btn .arrow {
	font-size: 18px;
	transition: transform .3s ease;
}

.contact-btn:hover {
	background: #e56767;
	color: #fff;
}

.contact-btn:hover .arrow {
	transform: translateX(6px);
}

.icon-circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	transition: transform .3s ease, box-shadow .3s ease;
}

.icon-circle.whatsapp {
	background: #25d366;
}

.icon-circle.email {
	background: #1e6bff;
}

.icon-circle:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.video-gallery-section {
	background: linear-gradient(0deg,#3d1f17,#a25400);
}

.video-gallery-section p.gallery-subtitle.mb-4 {
	color: #d5d5d5;
}

.video-card {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0,0,0,0.4);
	transition: transform .4s ease;
}

.video-card:hover {
	transform: translateY(-8px);
}

.gallery-video {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 18px;
	background: #000;
}

.video-gallery .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
}

.video-gallery .owl-nav button {
	pointer-events: all;
	position: absolute;
	background: #ffffff00 !important;
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff !important;
	border-radius: 50% !important;
	transition: all 0.3s ease;
}

.video-gallery .owl-nav button span {
	font-size: 42px;
	line-height: 1;
	color: #ffffff;
}

.video-gallery .owl-nav .owl-prev {
	left: -60px;
}

.video-gallery .owl-nav .owl-next {
	right: -60px;
}

.video-gallery .owl-nav button:hover {
	background: #ff7a00 !important;
}

.luxury-bank {
	background: linear-gradient(135deg,#592b00,#1f1f1f);
	background: linear-gradient(to right,#936438,#351111);
}

.luxury-strip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #e5e5e5;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	gap: 30px;
	flex-wrap: wrap;
}

img.donation-iconti {
	width: 43px;
}

.luxury-strip span {
	position: relative;
	padding-left: 18px;
	font-size: 24px;
}

.luxury-strip span::before {
	content: "";
	width: 8px;
	height: 8px;
	background: radial-gradient(circle,#ffd700,#b8860b);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.luxury-strip b {
	color: #f4b41a;
	font-weight: 600;
	margin-left: 6px;
}

.top-imgs-new {
	margin-left: -200px;
}

section.bank-section {
	background: #ffce814f;
}

/* section.bank-section img.img-fluid.w-100 {
	min-height: 400px;
	max-height: 400px;
} */

.profile-section {
	background: linear-gradient(135deg,#f5f5f5 0%,#fafafa 100%);
	min-height: 100vh;
}



.about-item {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.about-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.about-item a {
	color: #7a2c2c;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

.about-item:hover {
	background-color: #fff8ec;
	border-radius: 5px;
}

.about-item a:hover {
	text-decoration: underline;
}

.profile-header-card {
	background: white;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	border-left: 5px solid #ff8600;
}

.profile-img-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.profile-avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #ff8600;
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.profile-status-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: #28a745;
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.profile-name {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}

.profile-role {
	font-size: 16px;
	color: #ff8600;
	font-weight: 600;
	margin-bottom: 10px;
}

.profile-role i {
	margin-right: 5px;
}

.profile-bio {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

.profile-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.badge-item {
	background: #f0f0f0;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 13px;
	color: #555;
	font-weight: 500;
}

.badge-item i {
	margin-right: 5px;
	color: #ff8600;
}

.btn-edit-profile {
	background: linear-gradient(to right,#ff7a00,#ffb200) !important;
	color: white !important;
	border: none;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.btn-edit-profile:hover {
	background: #ff7a00 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(255,122,0,0.3);
}

.profile-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	overflow: hidden;
}

.card-header {
	background: #f8f9fa;
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.card-header h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.card-header h5 i {
	margin-right: 8px;
	color: #7a2c2c;
}

.card-body {
	padding: 20px;
}

.payments-header {
	gap: 12px;
}

.payments-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.payments-table-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.payments-table thead th {
	font-size: 13px;
	color: #666;
	border-bottom: 2px solid #eee;
}

.payments-table tbody td {
	vertical-align: middle;
	font-size: 14px;
	color: #333;
}

.payments-table .badge {
	font-weight: 600;
}

#exportCsv {
	min-width: 100px;
}

#printBtn {
	min-width: 44px;
}

.certs-header {
	text-align: left;
	margin-bottom: 12px;
}

.certs-title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.certs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
	gap: 20px;
}

.cert-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
}

.cert-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.cert-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 14px;
	border-top: 1px solid #f0f0f0;
}

.cert-meta h6 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.cert-meta small {
	display: block;
	color: #777;
	font-size: 12px;
}

.btn-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: linear-gradient(135deg,#ff7a00,#ffb200);
	color: #fff;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}

.btn-download i {
	font-size: 18px;
}

.btn-download:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(255,122,0,0.18);
}

.gallery-header {
	text-align: center;
}

.gallery-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.gallery-overlay i {
	font-size: 32px;
	color: white;
	background: rgba(255,122,0,0.9);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.gallery-item a {
	position: relative;
	display: block;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
	transform: scale(1.2);
	background: #ff8600;
}

.gallery-info {
	padding: 15px;
	background: #f8f9fa;
}

.gallery-info h6 {
	margin: 0;
	color: #333;
	font-weight: 700;
	font-size: 14px;
}

.gslide {
	background: rgba(0,0,0,0.95) !important;
}

.gslide__img {
	max-height: 90vh;
}

.gclose, .gprev, .gnext {
	background: rgba(255,122,0,0.8) !important;
	transition: all 0.3s ease;
	border: none;
}

.gclose:hover, .gprev:hover, .gnext:hover {
	background: #ff8600 !important;
}

.gslide__desc {
	background: rgba(0,0,0,0.8);
	color: white;
}

.post-card {
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.35s ease;
}

.post-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(212,175,55,0.12);
	border-color: var(--gold-dark);
}

.post-images img {
	border-radius: 12px;
	border: 1px solid #222;
}

.views {
    cursor: pointer;
    border: 0.5px solid #e57e7e66;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #ff7a00;
}

.post-actions span:hover {
	color: var(--gold);
}

.post-actions i {
	margin-right: 6px;
}

.modal-header {
	border-bottom: 1px solid #222;
}

.modal-title {
	font-family: 'Playfair Display', serif;
	color: var(--gold);
	font-weight: 700;
}

.btn-close {
	/* filter: invert(1); */
}

.modal-body textarea {
	min-height: 140px;
}

.modal-body textarea:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 0.25rem rgba(212,175,55,0.15);
}

.btn-submit-comment {
	background: var(--gold);
	color: #000;
	border: none;
}

.btn-submit-comment:hover {
	background: #e8c670;
}

.user-profile-detail {
	background: #f9f7f4;
}

.profile-main-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	padding: 30px;
	border: 1px solid #efefef;
}

.profile-sidebar {
	padding: 20px;
	border-right: 1px solid #efefef;
}

.avatar-frame {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #ffb200;
	box-shadow: 0 8px 24px rgba(255,178,0,0.3);
}

.profile-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* .profile-name {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
} */

.profile-tag {
	font-size: 14px;
	color: #ff7a00;
	font-weight: 600;
}

.profile-about {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.contact-row {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-contact {
	padding: 8px 16px;
	font-size: 13px;
	border-radius: 6px;
	border: none;
	transition: all 0.3s ease;
}

.btn-contact.btn-primary {
	background: linear-gradient(to right,#ff7a00,#ffb200);
	color: #fff;
}

.btn-contact.btn-primary:hover {
	background: #ff7a00;
	transform: translateY(-2px);
}

.btn-contact.btn-outline-primary {
	color: #ff7a00;
	border: 1px solid #ff7a00;
}

.btn-contact.btn-outline-primary:hover {
	background: #ff7a00;
	color: #fff;
}

.social-icons {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	color: #ff7a00;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 16px;
}

.social-icons a:hover {
	background: #ff7a00;
	color: #fff;
	transform: scale(1.1);
}

.profile-details {
	padding: 20px 0;
}

.details-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	border-bottom: 2px solid #ffb200;
	padding-bottom: 10px;
}

.detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	gap: 16px;
}

.detail-item {
	padding: 12px;
	background: #fafaf8;
	border-radius: 6px;
	border-left: 3px solid #ff7a00;
}

.detail-label {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.detail-value {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.profile-header {
	background: linear-gradient(to bottom, var(--dark-brown), #5c2f0f);
	color: white;
	padding: 5rem 0 3rem;
	text-align: center;
	position: relative;
}

.avatar-wrapper {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto -30px;
}

.profile-header .profile-name {
	color: white;
}

.avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid var(--saffron);
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

/* .profile-name {
	margin-top: 5rem;
	font-size: 2.5rem;
	font-weight: bold;
} */

.profile-role {
	font-size: 1.3rem;
	opacity: 0.9;
}

.bio {
	max-width: 700px;
	margin: 1.5rem auto;
	font-size: 1.1rem;
	line-height: 1.6;
}

.stats-card {
	background: white;
	border: 2px solid var(--saffron);
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.stats-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(255,153,51,0.25);
}

.stats-number {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--saffron);
}

.gallery img {
	width: 100%;
	object-fit: cover;
	border: 4px solid white;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	transition: transform 0.3s;
}

.gallery img:hover {
	transform: scale(1.08);
}

.comment-box {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-saffron {
	background: var(--saffron);
	border: none;
	color: white;
}

.btn-saffron:hover {
	background: #ffb366;
}

.filter-card {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(244,180,26,0.15);
	background: linear-gradient(135deg,#ffffff 0%,#fafaf8 100%);
	border: 1px solid rgba(244,180,26,0.2);
	position: relative;
	overflow: hidden;
}

.filter-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(to right,#f4b41a,#ffb200,#ff7a00);
}

.filter-card > div:first-child {
	border-bottom: 1px solid rgba(244,180,26,0.15);
	padding-bottom: 16px !important;
}

.filter-title {
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
	color: #351111;
	position: relative;
	letter-spacing: 0.5px;
}

.filter-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 3px;
	background: linear-gradient(to right,#f4b41a,#ffb200);
	transition: width 0.3s ease;
}

.filter-title:hover::before {
	width: 40px;
}

.filter-title:hover {
	color: #f4b41a;
}

.filter-toggle-icon {
	transition: transform 0.3s ease;
	color: #f4b41a;
}

.filter-title[aria-expanded="false"] .filter-toggle-icon {
	transform: rotate(-90deg);
}

.filter-title[aria-expanded="true"] .filter-toggle-icon {
	color: #ff7a00;
	transform: rotate(0deg);
}

.collapse .form-label {
	font-weight: 600;
	color: #351111;
	font-size: 14px;
	margin-bottom: 8px;
	letter-spacing: 0.3px;
}

.collapse .form-select {
	border: 1.5px solid rgba(244,180,26,0.3);
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.collapse .form-select:focus {
	border-color: #f4b41a;
	box-shadow: 0 0 0 0.2rem rgba(244,180,26,0.25);
}

.collapse .form-select:hover {
	border-color: #ffb200;
	background: linear-gradient(135deg,#ffffff,#fffaf0);
}

.collapse {
	animation: slideDown 0.3s ease-out;
}

.filter-card .btn-outline-secondary {
	border: 1.5px solid #ddd;
	color: #351111;
	transition: all 0.3s ease;
}

.filter-card .btn-outline-secondary:hover {
	background: rgba(244,180,26,0.1);
	border-color: #f4b41a;
	color: #f4b41a;
}

.btn-filter {
	border-radius: 8px;
	padding: 10px 24px;
	font-weight: 600;
	background: linear-gradient(to right,#ff7a00,#ffb200);
	border: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(255,122,0,0.3);
}

.btn-filter:hover {
	background: linear-gradient(to right,#ff6a00,#ffa200);
	box-shadow: 0 6px 16px rgba(255,122,0,0.4);
	transform: translateY(-2px);
}

.btn-filter:active {
	transform: translateY(0);
}

.post-actions span, .post-actions .whatsapp-share {
	cursor: pointer;
	border: 0.5px solid #e57e7e66;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #ff7a00;
}
.post-actions span .like-text, span.comment-btn span.comment-text {
    border: none;
}
 /* {
	cursor: pointer;
	color: var(--text-muted);
	transition: color 0.3s;
	font-size: 12px;
} */

.post-actions .whatsapp-share:hover {
	color: var(--gold);
}

.error-box {
	border: 2px solid red !important;
}

.list-section .card.post-card a img {
	width: 100%;
  height: 325px;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 25px rgba(244,180,26,0.6);
	}

	50% {
		box-shadow: 0 0 45px rgba(244,180,26,0.9);
	}

	100% {
		box-shadow: 0 0 25px rgba(244,180,26,0.6);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.post-actions span a {
  color: var(--text-muted);
  text-decoration: none;
} 
section.about-section p.lead {
    font-size: 16px;
}
.our-misson, .our-vision {
    font-size: 16px;
}
.created-at {
    color: #f17b0d;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.reply-m {
	font-size: 14px;
}
small.date-text {
    font-size: 12px;
}
.reply-card {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 10px !important;
    border-left: 4px solid #f4b200;
}
.full_names {
	font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
}

.img-wrap-asram img {
    height: 230px;
    width: 100%;
}
.certificatebox.team-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.img-fluid.certified-img {
    width: 100px;
    margin: 0 auto;
    height: auto;
}
.mylist ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mylist ol li {
    font-size: 18px;
    color: #f1800d;
    font-weight: 600;
    margin-bottom: 10px;
	    padding: 10px;
}
/* ========id card css======= */
.id-card{
            width:350px;
            border:2px solid #c00000;
            border-radius:10px;
            overflow:hidden;
            background:#fff;
			position: relative;
            /* font-family: Arial, sans-serif; */
			margin: 5px;
        }
        .id-header{
            background:#c00000;
            color:#fff;
            text-align:center;
            padding:8px;
        }
        .id-header img{
            width:50px;
            height:50px;
        }
        .profile-img{
            width:120px;
            height:120px;
            border:3px solid #c00000;
            border-radius:10px;
            margin-top:10px;
        }
        .member-name{
            color:#c00000;
            font-weight:bold;
            font-size:20px;
        }
        .info-label{
            font-weight:bold;
        }
		.id-card .watermark { top: 50%;
    left: 50%; width: 190px;
    z-index: 0;
}
        .qr-box {
    height: 210px;
}
        .id-card .footer-top{
            background:#c00000;
            color:#fff;
            padding:5px;
            font-size:14px;
        }
        .id-card .footer-bottom{
            background:#008000;
            color:#fff;
            padding:5px;
            font-size:13px;
        }
		.certificate-box{
    max-width:900px;
    margin:auto;
    background:#fff;
    border:5px solid #c00000;
    position:relative;
    padding-bottom:40px;
}
.text-start {
    text-align: left !important;
    height: 150px;
}

/* Header */
.cert-header{
    background:#c00000;
    color:#fff;
    padding:10px;
}

.cert-header img{
    width:80px;
}

/* Title */
.cert-title{
    /* font-family: 'Great Vibes', cursive; */
    font-size:55px;
    color:#c00000;
}

.cert-name{
    font-size:28px;
    font-weight:bold;
    color:#000;
}

.cert-content{
    font-size:16px;
    max-width:750px;
    margin:auto;
}

/* Watermark */
.watermark{
    position:absolute;
    top:60%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:0.08;
    width:300px;
    z-index:0;
}

.content-area{
    position:relative;
    z-index:1;
    padding:40px 20px;
}
.img-wrap-asram .text-overlay, .fixedbg .text-overlay {
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  padding: 8px 18px;
  border-radius: 6px;
}
.
/* =========================================================
================== RESPONSIVE FIX =======================
========================================================= */

@media (min-width: 992px) {
	.navbar-toggler { display: none;	}

	#mainMenuDesktop { display: flex !important;	}

	.navbar-expand-lg .navbar-nav .dropdown-menu { top: 35px; }
}

@media (min-width: 768px) {
	#filterContent { display: block !important;	}

	.filter-title { cursor: default !important;	}

	.filter-title::before { display: none;	}
}
@media (max-width: 1024px) {
	.trust-hero { min-height: auto !important; color: #f6e6b8;	}

	.footer-section .col-lg-3.col-md-12.fade-up.text-center {	text-align: left !important;	}

	
}
@media (max-width: 992px) {
	.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 20px;	}

	.gallery-item img { height: 200px;	}

	.cert-thumb img { height: 140px;	}

	.dropdown-toggle::after { display: inline-block; margin-left: 61%;	}

	.navbar-collapse { position: fixed; top: 0; left: 0; bottom: 0; width: 280px; transform: translateX(-100%); transition: transform 0.3s ease-in-out; background: white; z-index: 1050; overflow-y: auto;	}

	div#mobileMenuOffcanvas { display: block;	}

	.navbar-collapse.show { transform: translateX(0);	}

	.offcanvas { max-width: 80%;	}

	/* section.bank-section img.img-fluid.w-100 { min-height: auto !important; max-height: none !important;	} */

	.navbar-brand h6 { font-size: 14px;	}

	.custom-toggler { border: 1px solid #fff;	}

	.custom-toggler:focus { box-shadow: none;	}

	.custom-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");	}

	.top-imgs { margin-left: 0px;	}

	.top-imgs-new { margin-left: 0px;	}	
	.footer-section .footer-mainleft{ justify-content: center !important;}

	.text-center.mobilefoooter { width: 215px;	}

  /* profile menu css */
  .profile-section2 .card-body {
    padding: 20px;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.profile-section2 .about-item a {
    padding: 0px 10px 0px 0px;
    display: inline-block;
    border-right: 1px solid;
    line-height: 18px;
}
    
/*.profile-section2 .about-item a:last-child { border-right: none; padding-right: 0px;}*/
.symbol.glow-float img {
    width: 80px;
}
.profile-section2 .about-item a {
    border-right: none;
    padding-right: 0px;
    border: 1px solid #222;
    padding: 8px 15px;
    background: #e991083b;
    border-radius: 5px;
}

}


@media (max-width: 768px) {
	.profile-main-card { padding: 20px;	}

	.profile-sidebar { padding: 0 0 20px 0; border-right: none; border-bottom: 1px solid #efefef;	}

	.avatar-frame { width: 140px; height: 140px;	}

	.profile-name { font-size: 18px;	}

	.detail-grid { grid-template-columns: repeat(auto-fit, minmax(150px,1fr));	}
  
  .custom-arrow { display: none;	}

	.service-carousel .owl-nav button { width: 48px; height: 48px;	}

	.service-carousel .owl-nav span { font-size: 42px; line-height: 42px;	}

	.team-carousel .owl-nav .owl-next, .video-gallery .owl-nav .owl-next, .office-gallery .owl-nav .owl-next, .service-carousel .owl-nav .owl-next { right: 0px !important;	}

	.team-carousel .owl-nav .owl-prev, .video-gallery .owl-nav .owl-prev, .office-gallery .owl-nav .owl-prev, .service-carousel .owl-nav .owl-prev { left: 0px !important;	}

	.gallery-video { height: 230px;	}

	.filter-title { cursor: pointer;	}

	#filterContent.collapse:not(.show) { display: none;	}
  .right-panel {
    background: #fff8ec;
    padding: 40px 15px;
}
.footer-section .d-flex.align-items-top.gap-3.justify-content-center.justify-content-md-start {	flex-wrap: wrap;	}

}


@media (max-width: 576px) {
	.profile-header { padding: 4rem 0 2rem;	}

	.avatar-wrapper { width: 140px; height: 140px; margin-bottom: -70px;	}

	.profile-name { font-size: 2rem;	}

	.stats-number { font-size: 2.2rem;	}

	.gallery img { height: 120px;	}
	.luxury-strip { justify-content: center; text-align: center;	}

	.luxury-strip span { width: 100%; padding-left: 0;	}

	.luxury-strip span::before { display: none;	}

	.office-gallery .owl-nav button { width: 40px; height: 40px;	}

	.office-gallery .owl-nav .owl-prev { left: -10px;	}

	.office-gallery .owl-nav .owl-next { right: -10px;	}

	.float-btn { width: 48px; height: 48px; font-size: 22px;	}

	.fixed-contact { right: 15px; bottom: 100px;	}

	.contact-btn { font-size: 14px; padding: 8px 14px;	}

	.icon-circle { width: 46px; height: 46px; font-size: 22px;	}

	.payments-header { flex-direction: column; align-items: stretch;	}

	.payments-header .form-control { width: 100%;	}

	.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap: 15px;	}

	.gallery-item img { height: 150px;	}

	.gallery-info { padding: 12px;	}

	.gallery-info h6 { font-size: 12px;	}
	.text-center.mobilefoooter { width: 215px;	}
	.symbol.glow-float img { width: 60px; }
	.symbol { font-size: clamp(3rem, 8vw, 7rem); }
	.trust-hero .symbol.glow-float.delay {
    margin-left: 30px;
}
	.logo-circle { width: 140px; height: 140px;}
	.client-logo-item { flex-wrap: wrap; }

}