body {
	margin:0;
	padding:0;
	background: repeat-x top #fff;
}

a {
	outline:none;
	color:#dddddd;
	text-decoration:none;
}
/**************************************************
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
**************************************************/
.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border > .post-item-wrap > .post-item-description,
#blog img,#blog audio,#blog iframe{
	width: 100%;
}
.single-post01 .post-image img {
	height: auto;
}
.single-post01 .post-item-description {
	font-size: 16px;
	padding: 22px 0;
	line-height: 28px;
}
.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2 > a {
	font-size: 34px;
	margin-top: 8px;
	line-height: 38px;
	margin-bottom: 12px;
}
.single-post01 .post-item-description .post-meta {
	padding: 12px 0;
	margin-bottom: 26px;
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-meta-share a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a,
.breadcrumb ol li a, .breadcrumb ul li a,
.sidebar .widget-categories ul li a, .post-meta-category a{
	text-decoration: none; color: var(--e-global-color-soft-orange);
}
.load-more a{
	color: var(--e-global-color-accent);
}
a.item-link{margin-top: 20px; display: inline-block}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a{
	font-size: 13px;
	margin-right: 16px;
}
.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
	margin-right: 4px;
}
.single-post01 .post-meta-share a{
	line-height: 16px;
}
.single-post01 .post-meta-share a i{
	font-size: 30px;
}
.single-post01 .post-item-description .blockquote {
	font-size: 16px;
    margin: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
}
.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
	font-size: 80%;
}
.single-post01 .post-tags {
	margin-bottom: 40px;
}
.single-post01 .post-tags a {
	font-size: 12px;
	padding: 3px 10px;
    border-radius: 4px;
	margin-bottom: 10px;
}
.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li, .breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
	position: relative;
}
.single-post01 .post-navigation,
.sidebar .tags a {
	display: inline-block;
}
.single-post01 .post-navigation {
	min-height: 64px;
	padding: 20px 0 0;
	vertical-align: top;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after{
	position: absolute;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
	height: 44px;
	max-width: 40%;
	font-size: 16px;
}
.post-navigation .post-prev:before,
.post-navigation .post-next:after{
	left: 0;
	top:10px;
	font-size: 20px;
	padding-top: 2px;
	content: "\f104";
	font-family: 'FontAwesome';
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
.post-navigation .post-next:after {
	right: 0;
	left: inherit;
	content: "\f105";
	font-family: 'FontAwesome';
}
.post-navigation .post-prev-title {
	padding-left: 25px;
}
.post-navigation .post-next span,
.post-navigation .post-prev span {
	opacity: 0.7;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: -6px;
	text-transform: uppercase;
}
.post-navigation .post-all {
	top: 32px;
	right: 50%;
	left: auto;
	width: 12px;
	opacity: .7;
	font-size: 24px;
	text-align: center;
}
.single-post01 .post-navigation .post-next {
	right: 0;
	text-align: right;
}
.post-navigation .post-next-title {
	padding-right: 25px;
}
.single-post01 .comments {
	padding: 40px 0;
}
.single-post01 .comments .comment {
	padding: 10px 0;
}
.single-post01 .comments .comment_number {
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}
.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry > img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget{
	float: left;
}
.single-post01 .comments .comment .image {
	width: 64px;
	height: 64px;
}
.single-post01 .comment-list img {
	height: auto;
	border-radius:100%;
}
.single-post01 .comments .comment .text {
	min-height: 80px;
	padding: 0 0 0 86px;
}
.single-post01 .comments .comment .text .name {
	font-size: 20px;
}
.single-post01 .comments .comment .comment_date {
	font-size: 12px;
}
.single-post01 .comments .comment .text .comment-reply-link {
	opacity: 0.7;
	font-size: 9px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
.single-post01 .text_holder{
	line-height: 24px;
}
.single-post01 .comment .comment {
	margin-left: 90px;
}
.respond-form {
	padding-top: 40px;
}
.respond-comment {
	font-size: 18px;
	margin: 0 0 30px;
	color: var(--e-global-color-primary);
}
.single-post01 .form-group label:not(.error) {
	font-size: 12px;
	margin-bottom: 4px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.single-post01 .form-gray-fields .form-control {
    background: transparent;
    color: var(--e-global-color-text);
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 15%);
    outline: none;
}
.single-post01 .form-gray-fields .form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.single-post01 .form-control{
	box-shadow: none;
	line-height: 18px;
	padding:10px 16px;
	border-radius: 5px;
	font-size: 12px;
	transition: all .3s ease;
}
.form-gray-fields .btn{
	font-size: 12px;
	padding:13px 22px 10px;
	text-transform: uppercase;
}
.sidebar {
	font-size: 12px;
}
.sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.widget-newsletter .form-control{
	font-size: 14px;
	box-shadow: none;
	line-height: 18px;
	padding: 10px 16px;
	border-radius: 5px; height: auto;
}
.widget-newsletter .btn {
	font-weight: 600;
	height: 40px;
	padding: 8px 16px;
}
.widget-newsletter .btn{
	border-radius: 0 5px 5px 0;
}
.sidebar .nav-tabs {
	margin-bottom: 30px;
}
.sidebar .nav-tabs .nav-item {
	margin-bottom: -2px;
}
.tabs .nav-tabs .nav-link {
	border: 0;
	padding: 14px 24px;
	transition: .3s ease;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar .widget .tabs li > a {
	padding: 10px;
	font-size: 14px;
}
.sidebar .post-thumbnail-entry > img {
	height: 60px;
	width: 80px;
	margin-right: 16px;
	border-radius: 2px;
}
.sidebar .post-thumbnail-entry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child{
	margin: 0;
	padding-bottom:0;
	border-bottom: none;
}
.sidebar .post-thumbnail-entry > img {
	height: 48px;
	width: 64px;
	margin-right: 10px;
}
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
	padding-left: 72px;
}
.sidebar .post-thumbnail-list a {
	margin: -4px 0 0;
}
.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
	margin-right: 2px;
}
.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
	font-size: 10px;
}
.sidebar .widget-title,
.sidebar > h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul{
	list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
	margin-bottom: 0;
	padding-left: 22px;
}
.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
	font-size: 12px;
	margin-bottom: 18px;
	color: var(--e-global-color-primary);
}
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
	content: "\f099";
	margin-left: -22px;
	font-family: 'Font Awesome 5 Brands';
}
.sidebar .tags a {
	padding: 5px 14px;
	border-radius: 50px;
	margin: 0 2px 5px 0;
}
.sidebar .widget-categories ul{
	padding:0;
}
.sidebar .widget-categories ul li{
	margin-bottom: 10px;
	padding:0 0 10px 28px;
}
.sidebar .widget-categories ul li:before{
	position: absolute ; content: "";
	left:0;
	top: 12px;
	font-size: 20px;
	padding-top: 2px;
	background: url("../images/icon-folder.png"); width: 16px; height: 14px;
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
.sidebar .cat-count-span{
	float: right;
}
/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9999999999999;
}
#loader {
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	z-index: 1001;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	z-index: 1000;
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/
.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category{
	display: block;
}
.breadcrumb {
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: .5px;
	background-color: transparent;
	padding: 10px 0;
}
.breadcrumb ol, .breadcrumb ul{
	margin:0;
	padding: 0;
}
.breadcrumb ol li, .breadcrumb ul li {
	opacity: .8;
	display: inline;
}
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
	margin: 0 5px;
	content: ">";
	background-color: transparent;
}
.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
	opacity: 1;
}
#blog .post-item.border > .post-item-wrap > .post-item-description {
	padding: 24px;
	line-height: 28px;
}
#blog .post-item.border .post-meta-category{
	top: 11px;
	right: 10px;
	font-size: 13px;
	padding:7px 16px 7px;
	border-radius: 50px;
}
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
	top: -4px;
	font-size: 12px;
	margin-right: 8px;
}
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 16px;
	letter-spacing: 0px;
    font-family: 'Playfair Display', serif;
}
.blog-posts p {
	font-size: 16px;
	line-height: 24px;
	color: var(--e-global-color-text);
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	top: 0;
	left: 0;
	height: 100%;
}
.fluid-width-video-wrapper{
	padding-top:56.3%;
}
.player{
	top:0;
}
.post-audio audio{
	bottom: 0;
    left: 0;
}
.pagination{
	padding-left:15px;
}
.fluid-width-video-wrapper {
	padding-top: 66.8%;
}
.hide-blog{
	display: none;
}
.load-more a{
	padding: 12px 25px;
	border-radius: 30px;
}
.load-more a:hover{
	background: none;
}
/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/
@media screen and (max-width: 1199px) {
	.widget-newsletter .form-control {
		font-size: 12px;
		padding: 10px 10px;
	}
	.sidebar .widget .tabs li > a {
		font-size: 13px;
		padding: 10px 8px;
	}
	.sidebar .widget {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote{
		font-size: 14px;
		line-height: 26px;
	}
	.single-post01 .post-navigation .post-next,
	.single-post01 .post-navigation .post-prev {
		font-size: 14px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		margin-top: 0;
		font-size: 28px;
		line-height: 32px;
	}
}
@media screen and (max-width: 991px) {
	.respond-form {
		padding-top: 0;
	}
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		margin-right: 5px;
	}
	.single-post01 .comments .comment .text {
		padding: 0;
	}
	.single-post01 .comments .comment .image {
		width: 48px;
		height: 48px;
		margin-right: 14px;
	}
	.single-post01 .text_holder {
		font-size: 12px;
		margin: 10px 0 0;
	}
	.single-post01 .comment .comment {
		margin-left: 30px;
	}
	.single-post01 .comments{
		padding: 30px 0 0;
	}
	.sidebar {
		margin: 20px 0 0;
	}
	.page-title h1 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		font-size: 24px;
		line-height: 26px;
	}
	#blog .post-item.border > .post-item-wrap > .post-item-description {
		line-height: 20px;
		font-size: 12px;
	}
	.blog-posts p {
		font-size: 16px;
		line-height: 22px;
	}
	.single-post01 .post-item-description .blockquote {
		margin-left: 25px;
	}
}
@media screen and (max-width: 575px) {
	.single-post01 .text_holder p{
		margin: 0 0 8px;
	}
	.single-post01 .comments .comment .comment_date {
		font-size: 11px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote {
		font-size: 13px;
		line-height: 24px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a{
		margin:0;
	}
	.single-post01 .post-meta-share ul{
		margin:5px 0 0;
	}
	.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		font-size: 12px;
	}
	.single-post01 .respond-comment {
		 font-size: 16px;
	 }
	.page-title h1 {
		font-size: 1.8rem;
		padding: 1rem;
		padding-bottom: 0;
	}
	#blog .post-item .post-item-description > h2,
	#blog .post-item .post-item-description > h2 > a{
		font-size: 20px;
		line-height: 24px;
	}
	.single-post01 .comments .comment .text .name {
		font-size: 18px;
	}
}

/* =============================================
   Hindu Raksha Dal Footer Enhancements
   ============================================= */

/* Footer Section Enhanced Background */
.footer-section {
    position: relative;
    background: linear-gradient(135deg, #cc5500 0%, #e65c00 50%, #ff751a 100%);
    padding: 80px 0 0px;
    margin-top: 0;
    overflow: hidden;
    clear: both;
}

/* Decorative OM Symbols */
.footer-decorative-om {
    position: absolute;
    font-size: 180px;
    color: rgba(255, 215, 0, 0.08);
    font-family: 'Noto Sans Devanagari', sans-serif;
    pointer-events: none;
    z-index: 0;
    animation: footerOmGlow 4s ease-in-out infinite;
}

.footer-om-left {
    left: -30px;
    top: 20%;
    transform: rotate(-15deg);
}

.footer-om-right {
    right: -30px;
    bottom: 20%;
    transform: rotate(15deg);
}

@keyframes footerOmGlow {
    0%, 100% {
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
        opacity: 0.6;
    }
    50% {
        text-shadow: 0 0 40px rgba(255, 215, 0, 0.2);
        opacity: 0.8;
    }
}

/* Mandala Pattern Background */
.footer-mandala-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Decorative Top Border */
.footer-top-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #cc5500, #ffd700, #cc5500);
    z-index: 10;
}

.footer-border-gradient {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.5), transparent);
}

/* Footer Logo Styles */
.footer_logo {
    padding-left: 20px;
    padding-top: 10px;
}

.footer-logo-figure {
    margin-bottom: 15px !important;
    transition: all 0.3s ease;
}

.footer-logo-figure:hover {
    transform: scale(1.05);
}

.footer-logo-figure img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.footer-org-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-org-tagline {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Footer Heading Styles */
.middle-portion h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.footer-heading-icon {
    color: #ffd700;
    margin-right: 8px;
    font-size: 14px;
}

/* About Column Enhanced */
.middle-portion .about_col {
    padding-right: 15px;
}

.middle-portion .about_col h4 {
    margin-bottom: 18px;
}

.middle-portion .about_col ul li p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

/* Footer Social Icons Enhanced */
.footer-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-icons .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.3);
    line-height: 1;
}

.footer-social-icons .social-icon i {
    line-height: 1;
    vertical-align: middle;
}

.footer-social-icons .social-icon:hover {
    background: #ffd700;
    color: #cc5500;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.footer-social-icons .social-icon.facebook:hover {
    background: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.footer-social-icons .social-icon.twitter:hover {
    background: #1da1f2;
    color: #ffffff;
    border-color: #1da1f2;
}

.footer-social-icons .social-icon.instagram:hover {
    background: #e1306c;
    color: #ffffff;
    border-color: #e1306c;
}

.footer-social-icons .social-icon.youtube:hover {
    background: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
}

.footer-social-icons .social-icon.linkedin:hover {
    background: #0077b5;
    color: #ffffff;
    border-color: #0077b5;
}

/* Quick Links Enhanced */
.footer-quick-links li {
    margin-bottom: 12px;
}

.footer-quick-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-left: 0;
}

.footer-quick-links li a i {
    font-size: 12px;
    color: #ffd700;
    transition: all 0.3s ease;
}

.footer-quick-links li a:hover {
    color: #ffd700 !important;
    padding-left: 10px;
}

.footer-quick-links li a:hover i {
    padding-right: 5px;
}

/* Contact Column Enhanced */
.middle-portion .contact_col {
    padding-right: 15px;
}

.middle-portion .contact_col ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon-wrapper {
    width: 40px;
    height: 40px;
    background: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 215, 0, 0.4);
    line-height: 1;
}

.contact-icon-wrapper i {
    color: #ffd700;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.contact-details {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 12px;
    color: rgba(255, 215, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.contact-details a,
.contact-details span:not(.contact-label) {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.contact-details a:hover {
    color: #ffd700;
}

/* Bottom Portion Enhanced */
.bottom-portion {
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    text-align: center;
    padding: 25px 0;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin: 0;
}

.copyright-text strong {
    color: #ffd700;
}

.copyright-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.copyright-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.copyright-links a:hover {
    color: #ffd700;
}

.footer-divider {
    color: rgba(255, 215, 0, 0.5);
}

.footer-om-bottom {
    margin-top: 20px;
}

.footer-om-bottom span {
    font-size: 28px;
    color: rgba(255, 215, 0, 0.6);
    animation: footerOmGlow 3s ease-in-out infinite;
}

/* Footer Shape */
.footer_shape figure {
    position: absolute;
    bottom: 120px;
    right: 0;
}

/* Responsive Footer Styles */
@media (max-width: 991px) {
    .footer-section {
        padding: 60px 0 0px;
    }
    
    .footer-decorative-om {
        font-size: 100px;
    }
    
    .copyright-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-decorative-om {
        display: none;
    }
    
    .middle-portion .about_col {
        margin-bottom: 30px;
    }
    
    .footer-org-name {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .copyright-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-org-tagline {
        font-size: 12px;
    }
}

/* =============================================
   Hindu Raksha Dal Contact Page Enhancements
   ============================================= */

/* Contact Banner Section */
.contact-banner-section {
    position: relative;
    overflow: hidden;
}

.contact-banner-section .om-symbol-top {
    font-size: 48px;
    color: var(--e-global-color-secondary);
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.contact-banner-section .decorative-om {
    position: absolute;
    font-size: 80px;
    opacity: 0.15;
    color: var(--e-global-color-secondary);
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.contact-banner-section .decorative-om.left {
    left: 5%;
}

.contact-banner-section .decorative-om.right {
    right: 5%;
}

/* Contact Section */
.hindu-raksha-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #FFF8E1 100%);
}

/* Contact Form Content */
.contact-form-content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(255, 111, 0, 0.1);
    border: 1px solid rgba(255, 111, 0, 0.2);
    position: relative;
}

.contact-form-content .section-om-symbol {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: var(--e-global-color-secondary);
    background: #fff;
    padding: 0 20px;
}

.contact-form-content h5 {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-form-content h2 {
    color: var(--e-global-color-primary);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-form-content p {
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Form Styles */
.contact-form-content .form-control {
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.contact-form-content .form-control:focus {
    border-color: var(--e-global-color-secondary);
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.1);
    outline: none;
}

.contact-form-content textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.contact-btn-wrapper {
    margin-top: 20px;
}

.rakshadal-submit-btn {
    background: linear-gradient(135deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: #ffffff; 
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rakshadal-submit-btn:hover {
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, var(--e-global-color-very-dark-desaturated-magenta) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 111, 0, 0.4);
}

.rakshadal-submit-btn i {
    margin-left: 8px;
}

/* Contact Info Boxes */
.contact-info-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--e-global-color-secondary);
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 111, 0, 0.15);
}

.contact-info-box .box_image_content {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.contact-info-box .box_image_content img {
    width: 24px;
    height: 24px;
}

.contact-info-box h3 {
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-box p {
    color: var(--e-global-color-text);
    font-size: 15px;
    line-height: 1.6;
}

.contact-info-box a {
    color: var(--e-global-color-secondary);
    transition: color 0.3s ease;
}

.contact-info-box a:hover {
    color: var(--e-global-color-accent);
}

/* Contact Social Section */
.contact-social-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-social-section h4 {
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-social-section .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.contact-social-section .social-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-secondary);
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-social-section .social-icon:hover {
    background: linear-gradient(135deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: #fff;
    transform: translateY(-3px);
}

/* Map Section */
.contact_map_section {
    position: relative;
    overflow: hidden;
}

.contact_map_section iframe {
    display: block;
    width: 100%;
}

.contact_map_section .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
    pointer-events: none;
}

.contact_map_section .map-decoration-left,
.contact_map_section .map-decoration-right {
    position: absolute;
    font-size: 60px;
    opacity: 0.2;
    color: var(--e-global-color-secondary);
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Noto Sans Devanagari', sans-serif;
    z-index: 10;
}

.contact_map_section .map-decoration-left {
    left: 5%;
}

.contact_map_section .map-decoration-right {
    right: 5%;
}

/* Contact Quote Section */
.contact-quote-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFE0B2 100%);
}

.contact-quote-section .quote_card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(255, 111, 0, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-quote-section .quote_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--e-global-color-secondary), var(--e-global-color-accent), var(--e-global-color-secondary));
}

.contact-quote-section .quote_icon {
    font-size: 50px;
    color: var(--e-global-color-secondary);
    margin-bottom: 20px;
}

.contact-quote-section .quote_text {
    font-size: 22px;
    line-height: 1.8;
    color: var(--e-global-color-primary);
    font-style: italic;
    margin-bottom: 20px;
}

.contact-quote-section .quote_author {
    font-size: 18px;
    color: var(--e-global-color-secondary);
    font-weight: 600;
}

/* Subscribe Section */
.rakshadal-subscribe-section {
    background: linear-gradient(135deg, #FFF8E1 0%, #FFE0B2 100%);
    padding: 80px 0;
}

.rakshadal-subscribe-section .subscribe_content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(255, 111, 0, 0.1);
    position: relative;
}

.rakshadal-subscribe-section .subscribe-om-symbol {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: var(--e-global-color-secondary);
    background: #fff;
    padding: 0 15px;
}

.rakshadal-subscribe-section .subscribe_content h5 {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}

.rakshadal-subscribe-section .subscribe_content h2 {
    color: var(--e-global-color-primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.rakshadal-subscribe-section .subscribe_content .form-control {
    border: 2px solid #FFE0B2;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

.rakshadal-subscribe-section .subscribe_content .form-control:focus {
    border-color: var(--e-global-color-secondary);
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.1);
}

.rakshadal-subscribe-btn {
    background: linear-gradient(135deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.rakshadal-subscribe-btn:hover {
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, var(--e-global-color-very-dark-desaturated-magenta) 100%);
}

.rakshadal-subscribe-section .subscribe_image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-form-content {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .contact-form-content h2 {
        font-size: 28px;
    }
    
    .contact-info-box {
        margin-bottom: 15px;
    }
    
    .contact_map_section .map-decoration-left,
    .contact_map_section .map-decoration-right {
        display: none;
    }
    
    .contact-banner-section .decorative-om {
        display: none;
    }
}

@media (max-width: 767px) {
    .hindu-raksha-contact-section {
        padding: 50px 0;
    }
    
    .contact-form-content {
        padding: 20px;
    }
    
    .contact-form-content h2 {
        font-size: 24px;
    }
    
    .rakshadal-submit-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .contact-quote-section .quote_card {
        padding: 30px;
    }
    
    .contact-quote-section .quote_text {
        font-size: 18px;
    }
    
    .rakshadal-subscribe-section .subscribe_content h2 {
        font-size: 22px;
    }
}
/* =============================================
   Hindu Raksha Dal Gallery Page Enhancements
   ============================================= */

/* Gallery Banner Section */
.gallery-banner-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #e65100 0%, #ff8f00 50%, #ff6f00 100%);
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/subbanner_section_background.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.gallery-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
}

.gallery-om-symbol {
    font-size: 48px;
    color: #ffd700;
    margin-bottom: 20px;
    animation: omGlow 3s ease-in-out infinite;
}

.gallery-banner-section h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-tagline {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 25px;
    font-weight: 400;
}

.gallery-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.gallery-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-breadcrumb a:hover {
    color: #ffd700;
}

.gallery-breadcrumb .breadcrumb-separator {
    color: #ffd700;
}

.gallery-breadcrumb .current {
    color: #ffd700;
    font-weight: 500;
}

.gallery-decorative-left,
.gallery-decorative-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.gallery-decorative-left {
    left: 20px;
}

.gallery-decorative-right {
    right: 20px;
}

.gallery-decorative-left .OM,
.gallery-decorative-right .OM {
    font-size: 80px;
    color: rgba(255, 215, 0, 0.15);
    animation: omGlow 4s ease-in-out infinite;
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff8e1 100%);
    position: relative;
}

/* Gallery Header */
.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-header .section-icon-wrapper {
    display: inline-block;
    margin-bottom: 15px;
}

.gallery-header .section-icon {
    font-size: 52px;
}

.gallery-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.gallery-header .section-divider {
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #cc5500, #ffd700, #cc5500);
    margin: 0 auto 20px;
    border-radius: 3px;
    position: relative;
}

.gallery-header .section-divider::before,
.gallery-header .section-divider::after {
    content: "ॐ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #cc5500;
}

.gallery-header .section-divider::before {
    left: -30px;
}

.gallery-header .section-divider::after {
    right: -30px;
}

.gallery-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Gallery Filters */
.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #cc5500;
    background: transparent;
    border: 2px solid #cc5500;
    border-radius: 30px 0 30px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Karla', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(135deg, #cc5500, #e65c00);
    color: #ffffff;
    border-color: #cc5500;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(204, 85, 0, 0.3);
}

/* Gallery Grid */
.gallery-grid {
    margin-bottom: 40px;
}

.gallery-item {
    margin-bottom: 30px;
}

/* Gallery Card */
.gallery-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffe0b2;
    transition: all 0.4s ease;
    height: 100%;
}

.gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(204, 85, 0, 0.25);
    border-color: #ffd700;
}

/* Gallery Image */
.gallery-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-card:hover .gallery-image img {
    transform: scale(1.15);
}

.gallery-image .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(204, 85, 0, 0.8), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-card:hover .gallery-image .gallery-overlay {
    opacity: 1;
}

.gallery-lightbox {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc5500;
    font-size: 24px;
    transform: scale(0);
    transition: all 0.4s ease;
    text-decoration: none;
}

.gallery-card:hover .gallery-lightbox {
    transform: scale(1);
}

.gallery-lightbox:hover {
    background: #ffd700;
    color: #cc5500;
    transform: scale(1.1) !important;
}

/* Gallery Content */
.gallery-content {
    padding: 25px;
    text-align: center;
}

.gallery-category {
    display: inline-block;
    padding: 6px 18px;
    background: linear-gradient(135deg, #ffe0b2, #ffcc80);
    color: #cc5500;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.gallery-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #cc5500;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-content h3 {
    color: #e65100;
}

.gallery-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.gallery-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 13px;
    color: #999;
}

.gallery-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gallery-meta i {
    color: #cc5500;
}

/* Load More Button */
.gallery-load-more {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    border: none;
    border-radius: 30px 0 30px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Karla', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gallery-load-more:hover {
    background: linear-gradient(135deg, #e65c00, #ff751a);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(204, 85, 0, 0.4);
}

.gallery-load-more i {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

/* Responsive Gallery Styles */
@media (max-width: 991px) {
    .gallery-banner-section {
        padding: 80px 0 60px;
    }
    
    .gallery-banner-section h1 {
        font-size: 40px;
    }
    
    .gallery-tagline {
        font-size: 20px;
    }
    
    .gallery-header h2 {
        font-size: 32px;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .gallery-content h3 {
        font-size: 18px;
    }
    
    .gallery-decorative-left,
    .gallery-decorative-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .gallery-section {
        padding: 50px 0;
    }
    
    .gallery-banner-section h1 {
        font-size: 32px;
    }
    
    .gallery-tagline {
        font-size: 18px;
    }
    
    .gallery-header h2 {
        font-size: 28px;
    }
    
    .gallery-header p {
        font-size: 16px;
    }
    
    .gallery-filters {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .gallery-image {
        height: 180px;
    }
    
    .gallery-content {
        padding: 20px;
    }
    
    .gallery-content h3 {
        font-size: 16px;
    }
    
    .gallery-content p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .gallery-banner-section {
        padding: 60px 0 50px;
        min-height: 300px;
    }
    
    .gallery-banner-section h1 {
        font-size: 28px;
    }
    
    .gallery-om-symbol {
        font-size: 36px;
    }
    
    .gallery-breadcrumb {
        font-size: 14px;
    }
    
    .gallery-header h2 {
        font-size: 24px;
    }
    
    .gallery-header .section-divider::before,
    .gallery-header .section-divider::after {
        display: none;
    }
    
    .gallery-load-more {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* =============================================
   Hindu Raksha Dal Hero Banner Slider
   ============================================= */

/* Hero Slider Container */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slider .carousel-inner {
    height: 100%;
}

.hero-slider .carousel-item {
    height: 100%;
    min-height: 400px;
}

/* Slider Image Styles */
.hero-slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 450px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

/* Slider Overlay */
.hero-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(204, 85, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Custom Animation Directions - Hindu Raksha Dal Theme */



.hero-cinematic {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  animation: zoomSlow 12s ease-in-out infinite alternate;
}

/* Cinematic dark saffron overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.7)),
    linear-gradient(rgba(255,120,0,0.5), rgba(120,0,0,0.7));
}

/* Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: 800;
  text-shadow: 0 0 40px rgba(0,0,0,0.8);
}

.hero-content p {
  font-size: 24px;
  margin-top: 10px;
  opacity: 0.9;
}

/* Om watermark */
.hero-om {
  font-size: 180px;
  opacity: 0.07;
  position: absolute;
  top: -60px;
  left: -40px;
}

/* Slow cinematic zoom */
@keyframes zoomSlow {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* =============================================
   Cinematic Movie Intro Effects
   ============================================= */

/* Hero Section Enhancements */
.hero-cinematic {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.hero-cinematic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 3;
  pointer-events: none;
}

/* Enhanced Hero Slide */
.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  animation: zoomSlow 12s ease-in-out infinite alternate;
}

/* Vignette Effect */
.hero-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}

/* Enhanced Content Positioning */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  max-width: 800px;
  width: 90%;
  z-index: 20;
}

.hero-content h1 {
  font-size: clamp(36px, 8vw, 72px);
  font-weight: 800;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.hero-content p {
  font-size: clamp(16px, 3vw, 24px);
  margin-top: 15px;
  opacity: 0.95;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Enhanced Om Symbol */
.hero-om {
  font-size: clamp(100px, 20vw, 180px);
  opacity: 0.08;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans Devanagari', sans-serif;
  pointer-events: none;
  z-index: 1;
}

/* Golden Text Effect */
.hero-content h1.golden-glow {
  background: linear-gradient(
    135deg,
    #ffd700 0%,
    #ffec8b 25%,
    #ffd700 50%,
    #ffb700 75%,
    #ffd700 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldenShimmer 3s linear infinite;
  filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.3));
}

@keyframes goldenShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Enhanced Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 150, 0, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(150, 50, 0, 0.2) 0%, transparent 40%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  z-index: 2;
}

/* Cinematic Bars (Letterbox effect) */
.hero-cinematic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8vh;
  background: #000;
  z-index: 100;
}

.hero-cinematic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8vh;
  background: #000;
  z-index: 100;
}

/* Smooth carousel enhancements */
#heroFullSlider .carousel-control-prev,
#heroFullSlider .carousel-control-next {
  width: 10%;
  opacity: 0.7;
  z-index: 50;
}

#heroFullSlider .carousel-control-prev:hover,
#heroFullSlider .carousel-control-next:hover {
  opacity: 1;
}

#heroFullSlider .carousel-indicators {
  bottom: 12vh;
  z-index: 50;
}

#heroFullSlider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 215, 0, 0.8);
  margin: 0 6px;
}

#heroFullSlider .carousel-indicators li.active {
  background-color: #ffd700;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-content {
    padding: 0 20px;
  }
  
  .hero-cinematic::before,
  .hero-cinematic::after {
    height: 5vh;
  }
  
  #heroFullSlider .carousel-indicators {
    bottom: 8vh;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 32px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .hero-om {
    font-size: 80px;
  }
  
  .hero-cinematic::before,
  .hero-cinematic::after {
    height: 4vh;
  }
}

/* =============================================
   Hindu Raksha Dal Membership Page Styles
   ============================================= */

/* Breadcrumb Section - Enhanced */
.breadcrumb-section {
    background: linear-gradient(135deg, #FFF8E1 0%, #FFE0B2 100%);
    padding: 0;
    border-bottom: 3px solid rgba(255, 111, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.breadcrumb-content {
    padding: 100px 0;
    width: 100%;
}

.breadcrumb-section::before {
    content: 'ॐ';
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    opacity: 0.08;
    color: #cc5500;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.breadcrumb-section::after {
    content: 'ॐ';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    opacity: 0.08;
    color: #cc5500;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Breadcrumb Heading */
.breadcrumb-header {
    margin-bottom: 15px;
}

.breadcrumb-heading {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #cc5500;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
}

.breadcrumb-section .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.breadcrumb-section .breadcrumb-item {
    color: #cc5500;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.breadcrumb-section .breadcrumb-item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.breadcrumb-section .breadcrumb-item a {
    color: #cc5500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 20px;
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: #e65100;
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.2);
}

.breadcrumb-section .breadcrumb-item a i {
    font-size: 14px;
    color: #ff9800;
    transition: all 0.3s ease;
}

.breadcrumb-section .breadcrumb-item a:hover i {
    color: #e65100;
    transform: scale(1.2);
}

.breadcrumb-section .breadcrumb-item + .breadcrumb-item {
    margin-left: 8px;
}

.breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    content: "│";
    color: #cc5500;
    padding: 0;
    font-weight: 400;
    opacity: 0.5;
    margin-right: 8px;
}

.breadcrumb-section .breadcrumb-item.active {
    color: #e65100;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 25px;
    padding: 8px 20px;
    box-shadow: 0 2px 8px rgba(255, 111, 0, 0.15);
}

.breadcrumb-section .breadcrumb-item.active::before {
    display: none;
}

.breadcrumb-section .breadcrumb-item i {
    margin-right: 6px;
    color: #ff9800;
}

/* Responsive Breadcrumb */
@media (max-width: 767px) {
    .breadcrumb-content {
        padding: 20px 0;
    }
    
    .breadcrumb-heading {
        font-size: 32px;
    }
    
    .breadcrumb-section::before,
    .breadcrumb-section::after {
        font-size: 50px;
    }
}

/* Membership Section */
.membership_section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #FFF8E1 100%);
    position: relative;
}

/* Durga Image Styling */
.durga-img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(204, 85, 0, 0.3);
    border: 3px solid rgba(255, 215, 0, 0.5);
    max-width: 100%;
    height: auto;
}

/* Membership Form Styles */
.membership_section .contact-form-content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(255, 111, 0, 0.1);
    border: 1px solid rgba(255, 111, 0, 0.2);
    position: relative;
}

.membership_section .contact-form-content .section-om-symbol {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: var(--e-global-color-secondary);
    background: #fff;
    padding: 0 20px;
}

.membership_section .contact-form-content h5 {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.membership_section .contact-form-content h2 {
    color: var(--e-global-color-primary);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.membership_section .contact-form-content p {
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* File Upload Styles */
.file-upload-wrapper {
    position: relative;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    border: 2px dashed #cc5500;
    border-radius: 8px;
    color: #cc5500;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.file-upload-label:hover {
    background: linear-gradient(135deg, #ffcc80 0%, #ffb74d 100%);
    border-color: #e65100;
}

.file-upload-label i {
    font-size: 20px;
}

/* Form Control Styles */
.membership_section .form-control {
    border: 2px solid #ffe0b2;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: #fff;
}

.membership_section .form-control:focus {
    border-color: var(--e-global-color-secondary);
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.1);
    outline: none;
}

.membership_section .form-control::placeholder {
    color: #999;
    font-weight: 400;
}

.membership_section textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.membership_section .rakshadal-submit-btn {
    background: linear-gradient(135deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: #ffffff; 
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.membership_section .rakshadal-submit-btn:hover {
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, var(--e-global-color-very-dark-desaturated-magenta) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 111, 0, 0.4);
}

.membership_section .rakshadal-submit-btn i {
    margin-left: 8px;
}

/* Membership Quote Section */
.membership-quote-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFE0B2 100%);
}

.membership-quote-section .quote_card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(255, 111, 0, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.membership-quote-section .quote_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--e-global-color-secondary), var(--e-global-color-accent), var(--e-global-color-secondary));
}

.membership-quote-section .quote_icon {
    font-size: 50px;
    color: var(--e-global-color-secondary);
    margin-bottom: 20px;
}

.membership-quote-section .quote_text {
    font-size: 22px;
    line-height: 1.8;
    color: var(--e-global-color-primary);
    font-style: italic;
    margin-bottom: 20px;
}

.membership-quote-section .quote_author {
    font-size: 18px;
    color: var(--e-global-color-secondary);
    font-weight: 600;
}

/* Membership Page Responsive Styles */
@media (max-width: 991px) {
    .membership_section {
        padding: 50px 0;
    }
    
    .membership_section .contact-form-content {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .membership_section .contact-form-content h2 {
        font-size: 28px;
    }
    
    .membership_section .rakshadal-submit-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .membership_section {
        padding: 40px 0;
    }
    
    .membership_section .contact-form-content {
        padding: 20px;
    }
    
    .membership_section .contact-form-content h2 {
        font-size: 24px;
    }
    
    .membership_section .contact-form-content h5 {
        font-size: 14px;
    }
    
    .membership_section .contact-form-content p {
        font-size: 14px;
    }
    
    .membership_section .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .file-upload-label {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .membership-quote-section .quote_card {
        padding: 30px;
    }
    
    .membership-quote-section .quote_text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-section {
        padding: 15px 0;
    }
    
    .breadcrumb-section .breadcrumb {
        font-size: 13px;
    }
    
    .membership_section .contact-form-content h2 {
        font-size: 22px;
    }
}

/* =============================================
   Hindu Raksha Dal Services Section - Arrow Inside Box
   ============================================= */

/* Arrow Overlay - Inside the box */
.services_box_content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.services_box_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(204, 85, 0, 0.25);
}

/* Upper Portion - Contains image and arrow overlay */
.services_box_content .services_box_upper_portion {
    position: relative;
    overflow: hidden;
}

/* Services image styling moved to .services_section scope in style.css */

.services_box_content:hover .services_box_upper_portion img {
    transform: scale(1.1);
}

/* Arrow Overlay - Inside the box on the image */
.services_box_content .arrow-overlay {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(204, 85, 0, 0.4);
    border: 2px solid #ffd700;
    z-index: 10;
}

.services_box_content:hover .arrow-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Arrow icon styling */
.services_box_content .arrow-overlay a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.services_box_content .arrow-overlay a i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.services_box_content .arrow-overlay:hover {
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    transform: scale(1.1);
}

.services_box_content .arrow-overlay:hover a i {
    color: #cc5500;
}

/* Lower Portion - Title */
.services_box_content .services_box_lower_portion {
    padding: 20px 15px;
    text-align: center;
    background: #fff;
    border-top: 3px solid #cc5500;
    transition: all 0.3s ease;
}

.services_box_content:hover .services_box_lower_portion {
    border-top-color: #ffd700;
}

.services_box_content .services_box_lower_portion h3 {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #cc5500;
    margin: 0;
    transition: all 0.3s ease;
}

.services_box_content:hover .services_box_lower_portion h3 {
    color: #e65c00;
}

/* Remove old button wrapper styling for service boxes */
.services_section .services_box_content .services_box_lower_portion .btn_wrapper {
    display: none;
}

/* Responsive styles */
@media (max-width: 991px) {
    .services_box_content .services_box_upper_portion img {
        height: 200px;
    }
    
    .services_box_content .arrow-overlay {
        width: 45px;
        height: 45px;
    }
    
    .services_box_content .arrow-overlay a i {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .services_box_content .services_box_upper_portion img {
        height: 180px;
    }
    
    .services_box_content .arrow-overlay {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
    }
    
    .services_box_content .arrow-overlay a i {
        font-size: 14px;
    }
    
    .services_box_content .services_box_lower_portion {
        padding: 15px 10px;
    }
    
    .services_box_content .services_box_lower_portion h3 {
        font-size: 18px;
    }
}

/* =============================================
   Ram Image and Info Box Styles
   ============================================= */

/* Ram Image Container */
.ram-image-container {
    margin-bottom: 30px;
    text-align: center;
}

.ram-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(204, 85, 0, 0.3);
    border: 3px solid rgba(255, 215, 0, 0.5);
}

.ram-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.ram-figure:hover .ram-image {
    transform: scale(1.05);
}

.ram-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(204, 85, 0, 0.95), rgba(204, 85, 0, 0.7), transparent);
    padding: 30px 20px 20px;
    text-align: center;
    color: #ffffff;
}

.ram-caption .om-symbol {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    animation: omGlow 3s ease-in-out infinite;
}

.ram-caption h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ram-caption p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes omGlow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.4);
    }
}

/* Membership Info Box */
.membership-info-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(255, 111, 0, 0.1);
    border: 1px solid rgba(255, 111, 0, 0.2);
}

.membership-info-box .info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 111, 0, 0.1);
}

.membership-info-box .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.membership-info-box .info-item:first-child {
    padding-top: 0;
}

.membership-info-box .info-item i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc5500;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.membership-info-box .info-item:hover i {
    background: linear-gradient(135deg, #cc5500 0%, #e65c00 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.membership-info-box .info-item div {
    flex: 1;
}

.membership-info-box .info-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #cc5500;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.membership-info-box .info-item p {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Styles for Ram Image */
@media (max-width: 991px) {
    .ram-caption h3 {
        font-size: 20px;
    }
    
    .ram-caption .om-symbol {
        font-size: 28px;
    }
    
    .membership-info-box {
        padding: 20px;
    }
    
    .membership-info-box .info-item i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .ram-image-container {
        margin-bottom: 20px;
    }
    
    .ram-caption {
        padding: 20px 15px 15px;
    }
    
    .ram-caption h3 {
        font-size: 18px;
    }
    
    .ram-caption p {
        font-size: 12px;
    }
    
    .membership-info-box .info-item {
        gap: 12px;
        padding: 12px 0;
    }
    
    .membership-info-box .info-item i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .membership-info-box .info-item h4 {
        font-size: 12px;
    }
    
    .membership-info-box .info-item p {
        font-size: 14px;
    }
}

/* =============================================
   Blog Page - Clickable Posts & Read More
   ============================================= */

/* Blog Image Link */
.blog-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-image-link:hover .blog-post-image img {
    transform: scale(1.05);
}

/* Blog Post Card - Restore Original Structure */
.blog-post {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffe0b2;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(204, 85, 0, 0.2);
    border-color: #ffd700;
}

.blog-post.featured-post {
    border: 2px solid #cc5500;
    box-shadow: 0 10px 30px rgba(204, 85, 0, 0.15);
}

/* Blog Post Image */
.blog-post-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-post:hover .blog-post-image img {
    transform: scale(1.05);
}

/* Blog Category Badge */
.blog-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.badge-category {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(204, 85, 0, 0.3);
}

/* Blog Post Content */
.blog-post-content {
    padding: 25px;
}

/* Blog Post Meta */
.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.blog-post-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-post-meta i {
    color: #cc5500;
    font-size: 14px;
}

/* Blog Post Title with Link */
.blog-post-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-post-title a {
    color: #cc5500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-post-title a:hover {
    color: #e65100;
}

.featured-post .blog-post-title {
    font-size: 28px;
}

/* Blog Post Description (50 words) */
.blog-post-description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.blog-post-description p {
    margin-bottom: 0;
}

/* Read More Button */
.read-more-link {
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #cc5500;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 20px;
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid #ffcc80;
}

.read-more-btn:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    border-color: #cc5500;
    gap: 12px;
    text-decoration: none;
}

.read-more-btn i {
    font-size: 12px;
    transition: all 0.3s ease;
}

/* Blog Post Footer */
.blog-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #ffe0b2;
}

/* Blog Tags */
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tag-label {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.tag {
    display: inline-block;
    padding: 5px 12px;
    background: #fff3e0;
    color: #cc5500;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #cc5500;
    color: #ffffff;
    text-decoration: none;
}

/* Blog Share */
.blog-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-label {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.share-icon {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-icon:hover {
    background: #cc5500;
    color: #ffffff;
    text-decoration: none;
}

/* =============================================
   Blog Detail Page Styles
   ============================================= */

/* Blog Detail Section */
.blog-detail-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff8e1 100%);
}

/* Blog Detail Post */
.blog-detail-post {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffe0b2;
    margin-bottom: 40px;
}

/* Blog Detail Image */
.blog-detail-image {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-detail-post:hover .blog-detail-image img {
    transform: scale(1.05);
}

/* Blog Detail Content */
.blog-detail-content {
    padding: 35px;
}

/* Blog Detail Title */
.blog-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Blog Detail Subtitle (Excerpt) */
.blog-detail-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #e65100;
    margin-bottom: 25px;
    font-style: italic;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffe0b2;
}

/* Blog Detail Body */
.blog-detail-body {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.blog-detail-body p {
    margin-bottom: 20px;
}

.blog-detail-body h2,
.blog-detail-body h3,
.blog-detail-body h4 {
    font-family: 'Playfair Display', serif;
    color: #cc5500;
    margin: 30px 0 15px;
}

.blog-detail-body h2 {
    font-size: 28px;
}

.blog-detail-body h3 {
    font-size: 24px;
}

.blog-detail-body h4 {
    font-size: 20px;
}

.blog-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.blog-detail-body blockquote {
    border-left: 4px solid #cc5500;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #666;
    background: #fff8e1;
    padding: 20px 20px 20px 30px;
    border-radius: 0 10px 10px 0;
}

/* Blog Detail Footer */
.blog-detail-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 25px;
    border-top: 2px solid #ffe0b2;
}

/* Author Box */
.author-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #fff8e1, #ffe0b2);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #ffcc80;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffd700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-info {
    flex: 1;
}

.author-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 5px;
}

.author-bio {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* No Comments Text */
.no-comments {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding: 30px;
    font-style: italic;
}

/* Responsive Blog Detail Styles */
@media (max-width: 991px) {
    .blog-detail-image {
        height: 300px;
    }
    
    .blog-detail-content {
        padding: 25px;
    }
    
    .blog-detail-title {
        font-size: 28px;
    }
    
    .blog-detail-subtitle {
        font-size: 16px;
    }
    
    .blog-detail-body {
        font-size: 15px;
    }
    
    .author-box {
        padding: 20px;
    }
    
    .author-avatar img {
        width: 60px;
        height: 60px;
    }
    
    .author-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-detail-section {
        padding: 40px 0;
    }
    
    .blog-detail-image {
        height: 250px;
    }
    
    .blog-detail-content {
        padding: 20px;
    }
    
    .blog-detail-title {
        font-size: 24px;
    }
    
    .blog-detail-subtitle {
        font-size: 15px;
    }
    
    .blog-detail-body h2 {
        font-size: 22px;
    }
    
    .blog-detail-body h3 {
        font-size: 20px;
    }
    
    .blog-detail-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .blog-detail-image {
        height: 200px;
    }
    
    .blog-detail-title {
        font-size: 20px;
    }
    
    .blog-detail-body {
        font-size: 14px;
    }
}

/* Responsive Blog Styles */
@media (max-width: 991px) {
    .blog-post-image {
        height: 200px;
    }
    
    .blog-post-title {
        font-size: 20px;
    }
    
    .featured-post .blog-post-title {
        font-size: 24px;
    }
    
    .blog-post-content {
        padding: 20px;
    }
    
    .blog-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .blog-post {
        margin-bottom: 20px;
    }
    
    .blog-post-image {
        height: 180px;
    }
    
    .blog-post-title {
        font-size: 18px;
    }
    
    .featured-post .blog-post-title {
        font-size: 22px;
    }
    
    .blog-post-meta {
        font-size: 12px;
        gap: 10px;
    }
    
    .blog-post-description {
        font-size: 14px;
    }
    
    .read-more-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}

/* =============================================
   Hindu Raksha Dal About Page - New Sections
   ============================================= */

/* About Detailed Section */
.about_detailed_section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff8e1 100%);
    position: relative;
}

.about_detailed_section .section_title {
    text-align: center;
    margin-bottom: 40px;
}

.about_detailed_section .section_title h5 {
    color: #cc5500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.about_detailed_section .section_title h2 {
    color: #cc5500;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.about_detailed_content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about_detailed_content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}

/* What We Do Section */
.what_we_do_section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.what_we_do_section .section_title {
    text-align: center;
    margin-bottom: 50px;
}

.what_we_do_section .section_title h5 {
    color: #cc5500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.what_we_do_section .section_title h2 {
    color: #cc5500;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.what_we_do_box {
    background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border: 1px solid #ffe0b2;
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
}

.what_we_do_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(204, 85, 0, 0.2);
    border-color: #ffd700;
}

.what_we_do_number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.what_we_do_content h4 {
    color: #cc5500;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.what_we_do_content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Mission Vision Section */
.mission_vision_section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
    position: relative;
}

.mission_vision_box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffd700;
    transition: all 0.3s ease;
}

.mission_vision_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(204, 85, 0, 0.25);
}

.mission_vision_icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 3px solid #ffd700;
}

.mission_vision_icon i {
    font-size: 32px;
    color: #ffffff;
}

.mission_vision_box h3 {
    color: #cc5500;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.mission_vision_box p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.values_list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.values_list li {
    padding: 10px 0;
    color: #555;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ffe0b2;
}

.values_list li:last-child {
    border-bottom: none;
}

.values_list li i {
    color: #cc5500;
    font-size: 16px;
}

/* Founder Message Section */
.founder_message_section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.founder_message_section .section_title {
    margin-bottom: 25px;
}

.founder_message_section .section_title h5 {
    color: #cc5500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.founder_message_section .section_title h2 {
    color: #cc5500;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.founder_image img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(204, 85, 0, 0.3);
    border: 4px solid #ffd700;
}

.founder_quote {
    background: linear-gradient(135deg, #fff8e1, #ffe0b2);
    border-left: 5px solid #cc5500;
    padding: 30px;
    border-radius: 0 15px 15px 0;
    margin: 25px 0;
}

.founder_quote p {
    font-size: 20px;
    line-height: 1.8;
    color: #cc5500;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
}

.founder_sign {
    border-top: 2px solid #ffe0b2;
    padding-top: 20px;
}

.founder_name {
    font-size: 18px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 5px;
}

.founder_designation {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive Styles for About Page New Sections */
@media (max-width: 991px) {
    .about_detailed_section {
        padding: 60px 0;
    }
    
    .about_detailed_section .section_title h2 {
        font-size: 30px;
    }
    
    .what_we_do_section {
        padding: 60px 0;
    }
    
    .what_we_do_section .section_title h2 {
        font-size: 30px;
    }
    
    .what_we_do_box {
        padding: 25px;
    }
    
    .mission_vision_section {
        padding: 60px 0;
    }
    
    .mission_vision_box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .founder_message_section {
        padding: 60px 0;
    }
    
    .founder_message_content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about_detailed_section {
        padding: 50px 0;
    }
    
    .about_detailed_section .section_title h5 {
        font-size: 14px;
    }
    
    .about_detailed_section .section_title h2 {
        font-size: 26px;
    }
    
    .about_detailed_content p {
        font-size: 15px;
    }
    
    .what_we_do_section {
        padding: 50px 0;
    }
    
    .what_we_do_section .section_title h5 {
        font-size: 14px;
    }
    
    .what_we_do_section .section_title h2 {
        font-size: 26px;
    }
    
    .what_we_do_box {
        flex-direction: column;
        padding: 20px;
    }
    
    .what_we_do_number {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .what_we_do_content h4 {
        font-size: 18px;
    }
    
    .what_we_do_content p {
        font-size: 14px;
    }
    
    .mission_vision_section {
        padding: 50px 0;
    }
    
    .mission_vision_box {
        padding: 25px 15px;
    }
    
    .mission_vision_icon {
        width: 60px;
        height: 60px;
    }
    
    .mission_vision_icon i {
        font-size: 24px;
    }
    
    .mission_vision_box h3 {
        font-size: 20px;
    }
    
    .founder_message_section {
        padding: 50px 0;
    }
    
    .founder_message_section .section_title h2 {
        font-size: 26px;
    }
    
    .founder_quote p {
        font-size: 18px;
    }
    
    .founder_image img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .about_detailed_section .section_title h2 {
        font-size: 22px;
    }
    
    .what_we_do_section .section_title h2 {
        font-size: 22px;
    }
    
    .mission_vision_box h3 {
        font-size: 18px;
    }
    
    .values_list li {
        font-size: 14px;
    }
    
    .founder_message_section .section_title h2 {
        font-size: 22px;
    }
    
    .founder_quote p {
        font-size: 16px;
    }
}
