/* ==========================================
   Single Post Editorial Metadata Bar (.st-entry-meta)
   ========================================== */
.st-entry-meta,
.entry-meta.st-entry-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 14px 0 20px 0;
	padding: 10px 18px;
	background: rgba(254, 243, 225, 0.6);
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 30px;
	font-size: 0.88rem;
	color: #6b512e;
	line-height: 1.4;
	box-shadow: 0 2px 8px rgba(212, 175, 55, 0.05);
	backdrop-filter: blur(4px);
}

.st-entry-meta .st-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}

.st-entry-meta .st-meta-icon {
	font-size: 1rem;
	line-height: 1;
}

.st-entry-meta .st-meta-label {
	color: #8c765c;
}

.st-entry-meta .st-meta-value {
	color: #4a381e;
}

.st-entry-meta .st-meta-divider {
	color: #d4af37;
	opacity: 0.7;
	font-size: 0.9rem;
}

body.st-nisha-mode .st-entry-meta {
	background: rgba(46, 32, 10, 0.5);
	border-color: rgba(212, 175, 55, 0.3);
	color: #d8c3a5;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.st-nisha-mode .st-entry-meta .st-meta-label {
	color: #a8947d;
}

body.st-nisha-mode .st-entry-meta .st-meta-value {
	color: #f3e5d8;
}

/* ==========================================
   Devotional Toolbar Container (.st-devotional-toolbar)
   ========================================== */
.st-devotional-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin: 20px 0 28px 0;
	padding: 14px 20px;
	background: linear-gradient(135deg, rgba(255, 248, 238, 0.95) 0%, rgba(254, 243, 225, 0.95) 100%);
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(180, 120, 20, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(8px);
}

.st-toolbar-group-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #92400e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 2px;
}

/* Reset Astra Theme global button overrides inside st-devotional-toolbar */
.st-devotional-toolbar button,
button.st-offering-btn,
button.st-bookmark-btn,
button.st-theme-toggle-btn,
button.st-print-btn {
	box-sizing: border-box !important;
	font-family: inherit !important;
	line-height: 1.2 !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	margin: 0 !important;
}

/* Base style for toolbar pill buttons */
.st-devotional-toolbar button.st-offering-btn,
.st-devotional-toolbar button.st-bookmark-btn,
.st-devotional-toolbar button.st-theme-toggle-btn,
.st-devotional-toolbar button.st-print-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	height: 38px !important;
	padding: 0 16px !important;
	border-radius: 30px !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	white-space: nowrap !important;
}

/* Audio Player Section */
.st-devotional-audio-player {
	display: flex;
	align-items: center;
	gap: 12px;
}

.st-audio-play-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #d4af37;
	background: #ffffff;
	color: #d4af37;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(212, 175, 55, 0.2);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.st-audio-play-btn:hover {
	transform: scale(1.08);
	background: #d4af37;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.st-audio-play-btn svg {
	width: 20px;
	height: 20px;
	transition: transform 0.2s ease;
}

.st-audio-play-btn:active {
	transform: scale(0.95);
}

.st-audio-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #4a3e2e;
}

.hidden {
	display: none !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.st-devotional-toolbar {
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
	}
	.st-devotional-audio-player {
		justify-content: center;
	}
	.st-print-btn {
		justify-content: center;
	}
}

/* Nisha Mode (Night Mode Theme overrides) */
body.st-nisha-mode {
	background-color: #120e0a !important;
	color: #e6d7c3 !important;
}

body.st-nisha-mode #page,
body.st-nisha-mode .site-content,
body.st-nisha-mode .entry-content,
body.st-nisha-mode article,
body.st-nisha-mode .main-header-bar,
body.st-nisha-mode .site-header,
body.st-nisha-mode .site-footer {
	background-color: #120e0a !important;
	color: #e6d7c3 !important;
}

/* Override Astra separate container blocks background */
body.st-nisha-mode .ast-separate-container .ast-article-single,
body.st-nisha-mode .ast-separate-container .ast-article-post,
body.st-nisha-mode .ast-separate-container .comment-respond,
body.st-nisha-mode .ast-separate-container .ast-comment-list li,
body.st-nisha-mode .ast-separate-container .widget,
body.st-nisha-mode article.post,
body.st-nisha-mode .ast-article-inner,
body.st-nisha-mode #secondary .widget {
	background-color: #1e150c !important;
	background: #1e150c !important;
	color: #e6d7c3 !important;
	border: 1px solid rgba(212, 175, 55, 0.15) !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Adjust heading colors in Nisha Mode */
body.st-nisha-mode h1,
body.st-nisha-mode h2,
body.st-nisha-mode h3,
body.st-nisha-mode h4,
body.st-nisha-mode h5,
body.st-nisha-mode h6,
body.st-nisha-mode .entry-title,
body.st-nisha-mode .widget-title {
	color: #d4af37 !important;
}

/* Adjust general link colors inside content */
body.st-nisha-mode a {
	color: #d4af37 !important;
}

body.st-nisha-mode a:hover {
	color: #f3d060 !important;
}

/* Meta texts like "By admin / July 17, 2026" */
body.st-nisha-mode .entry-meta,
body.st-nisha-mode .entry-meta *,
body.st-nisha-mode .ast-post-meta,
body.st-nisha-mode .ast-post-meta * {
	color: #8c765c !important;
}

/* Devotional topic tags in sidebar */
body.st-nisha-mode .widget_block a,
body.st-nisha-mode .tagcloud a,
body.st-nisha-mode .widget a {
	background-color: #2a1e12 !important;
	color: #e6d7c3 !important;
	border-color: rgba(212, 175, 55, 0.2) !important;
}

body.st-nisha-mode .widget_block a:hover,
body.st-nisha-mode .tagcloud a:hover,
body.st-nisha-mode .widget a:hover {
	background-color: #d4af37 !important;
	color: #120e0a !important;
	border-color: #d4af37 !important;
}

/* Inputs, Textareas, and Search Fields in Nisha mode */
body.st-nisha-mode input[type="text"],
body.st-nisha-mode input[type="search"],
body.st-nisha-mode input[type="email"],
body.st-nisha-mode textarea,
body.st-nisha-mode select {
	background-color: #120e0a !important;
	color: #e6d7c3 !important;
	border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

body.st-nisha-mode input:focus,
body.st-nisha-mode textarea:focus {
	border-color: #d4af37 !important;
}

/* Calendar Month grid cells in Nisha mode */
body.st-nisha-mode .st-calendar-grid-card {
	background-color: #1e150c !important;
	border-color: rgba(212, 175, 55, 0.15) !important;
}

body.st-nisha-mode .st-calendar-day-cell {
	background-color: #1e150c !important;
	border-color: rgba(212, 175, 55, 0.1) !important;
	color: #e6d7c3 !important;
}

body.st-nisha-mode .st-calendar-day-cell:hover {
	background-color: rgba(212, 175, 55, 0.1) !important;
}

body.st-nisha-mode .st-calendar-day-cell.today-highlight {
	background-color: rgba(212, 175, 55, 0.2) !important;
	border-color: #d4af37 !important;
}

body.st-nisha-mode .st-calendar-day-cell.empty-cell {
	background-color: #120e0a !important;
}

body.st-nisha-mode .st-calendar-day-cell.selected-day {
	background-color: #d4af37 !important;
	color: #120e0a !important;
}

body.st-nisha-mode .st-calendar-detail-card {
	background: linear-gradient(145deg, #1e150c 0%, #120e0a 100%) !important;
	border-color: rgba(212, 175, 55, 0.3) !important;
}

body.st-nisha-mode .st-calendar-detail-card.countdown-card {
	background: linear-gradient(145deg, #2a1e12 0%, #1e150c 100%) !important;
	border-color: rgba(212, 175, 55, 0.4) !important;
}

body.st-nisha-mode .countdown-unit {
	background: #120e0a !important;
	border-color: rgba(212, 175, 55, 0.2) !important;
}

body.st-nisha-mode .countdown-unit span.days,
body.st-nisha-mode .countdown-unit span.hours,
body.st-nisha-mode .countdown-unit span.minutes {
	color: #e6d7c3 !important;
}

body.st-nisha-mode .countdown-date-label {
	color: #a8947d !important;
}

body.st-nisha-mode .st-calendar-detail-row {
	border-color: rgba(212, 175, 55, 0.1) !important;
}

body.st-nisha-mode .st-calendar-detail-row .label {
	color: #a8947d !important;
}

body.st-nisha-mode .st-calendar-detail-row .value {
	color: #e6d7c3 !important;
}

/* Virtual Offerings Group */
.st-virtual-offerings {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* 1. Diya Button (Saffron / Amber) */
.st-devotional-toolbar button.st-offering-btn.st-diya-btn,
.st-devotional-toolbar button#st-diya-toggle {
	background: #fff5eb !important;
	color: #c2410c !important;
	border: 1px solid #fbd5a5 !important;
}

.st-devotional-toolbar button.st-offering-btn.st-diya-btn:hover,
.st-devotional-toolbar button#st-diya-toggle:hover {
	background: #ffedd5 !important;
	border-color: #f97316 !important;
	color: #9a3412 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25) !important;
}

.st-devotional-toolbar button.st-offering-btn.st-diya-btn.active,
.st-devotional-toolbar button#st-diya-toggle.active {
	background: linear-gradient(135deg, #f97316, #ea580c) !important;
	color: #ffffff !important;
	border-color: #c2410c !important;
	box-shadow: 0 0 16px rgba(249, 115, 22, 0.55) !important;
}

/* 2. Dhoop Button (Incense / Purple) */
.st-devotional-toolbar button.st-offering-btn.st-dhoop-btn,
.st-devotional-toolbar button#st-dhoop-toggle {
	background: #fcf4ff !important;
	color: #7e22ce !important;
	border: 1px solid #e9d5ff !important;
}

.st-devotional-toolbar button.st-offering-btn.st-dhoop-btn:hover,
.st-devotional-toolbar button#st-dhoop-toggle:hover {
	background: #f3e8ff !important;
	border-color: #a855f7 !important;
	color: #6b21a8 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25) !important;
}

.st-devotional-toolbar button.st-offering-btn.st-dhoop-btn.active,
.st-devotional-toolbar button#st-dhoop-toggle.active {
	background: linear-gradient(135deg, #9333ea, #7e22ce) !important;
	color: #ffffff !important;
	border-color: #6b21a8 !important;
	box-shadow: 0 0 16px rgba(168, 85, 247, 0.55) !important;
}

/* Toolbar Actions Group */
.st-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

/* 3. Save to Puja Button (Devotional Gold Primary) */
.st-devotional-toolbar button.st-bookmark-btn,
.st-devotional-toolbar button#st-bookmark-toggle {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%) !important;
	color: #ffffff !important;
	border: 1px solid #996515 !important;
	box-shadow: 0 2px 8px rgba(184, 134, 11, 0.25) !important;
}

.st-devotional-toolbar button.st-bookmark-btn:hover,
.st-devotional-toolbar button#st-bookmark-toggle:hover {
	background: linear-gradient(135deg, #e5be38 0%, #c8961b 100%) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 14px rgba(184, 134, 11, 0.4) !important;
}

.st-devotional-toolbar button.st-bookmark-btn.active,
.st-devotional-toolbar button#st-bookmark-toggle.active {
	background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
	color: #ffffff !important;
	border-color: #14532d !important;
	box-shadow: 0 0 14px rgba(22, 101, 52, 0.45) !important;
}

.st-devotional-toolbar button.st-bookmark-btn svg {
	stroke: currentColor;
	fill: none;
	transition: fill 0.2s ease;
}

.st-devotional-toolbar button.st-bookmark-btn.active svg {
	fill: currentColor;
}

/* 4. Nisha Mode Toggle Button */
.st-devotional-toolbar button.st-theme-toggle-btn,
.st-devotional-toolbar button#st-theme-toggle {
	background: #f1f5f9 !important;
	color: #334155 !important;
	border: 1px solid #cbd5e1 !important;
}

.st-devotional-toolbar button.st-theme-toggle-btn:hover,
.st-devotional-toolbar button#st-theme-toggle:hover {
	background: #e2e8f0 !important;
	color: #0f172a !important;
	border-color: #94a3b8 !important;
	transform: translateY(-2px) !important;
}

.st-devotional-toolbar button.st-theme-toggle-btn svg {
	stroke: currentColor;
}

/* 5. Print Button */
.st-devotional-toolbar button.st-print-btn {
	background: #fffdfa !important;
	color: #92400e !important;
	border: 1px solid #fcd34d !important;
}

.st-devotional-toolbar button.st-print-btn:hover {
	background: #fef3c7 !important;
	color: #78350f !important;
	border-color: #f59e0b !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2) !important;
}

.st-devotional-toolbar button.st-print-btn svg {
	fill: currentColor;
}

/* ==========================================
   Nisha Mode Overrides for Toolbar & Buttons
   ========================================== */
body.st-nisha-mode .st-devotional-toolbar {
	background: linear-gradient(135deg, rgba(30, 20, 8, 0.9) 0%, rgba(20, 14, 6, 0.95) 100%) !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5) !important;
}

body.st-nisha-mode .st-toolbar-group-label {
	color: #f3d060 !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-offering-btn.st-diya-btn,
body.st-nisha-mode .st-devotional-toolbar button#st-diya-toggle {
	background: rgba(249, 115, 22, 0.15) !important;
	color: #fdba74 !important;
	border-color: rgba(249, 115, 22, 0.4) !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-offering-btn.st-dhoop-btn,
body.st-nisha-mode .st-devotional-toolbar button#st-dhoop-toggle {
	background: rgba(168, 85, 247, 0.15) !important;
	color: #e9d5ff !important;
	border-color: rgba(168, 85, 247, 0.4) !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-theme-toggle-btn,
body.st-nisha-mode .st-devotional-toolbar button#st-theme-toggle {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #e6d7c3 !important;
	border-color: rgba(212, 175, 55, 0.4) !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-theme-toggle-btn:hover,
body.st-nisha-mode .st-devotional-toolbar button#st-theme-toggle:hover {
	background: rgba(212, 175, 55, 0.2) !important;
	color: #ffffff !important;
	border-color: #d4af37 !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-print-btn {
	background: rgba(212, 175, 55, 0.1) !important;
	color: #fef08a !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
}

body.st-nisha-mode .st-devotional-toolbar button.st-print-btn:hover {
	background: rgba(212, 175, 55, 0.25) !important;
	color: #ffffff !important;
	border-color: #d4af37 !important;
}

/* Jaap Counter Card Styling */
.st-jaap-counter-container {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.st-jaap-card {
	background: linear-gradient(135deg, rgba(255, 248, 230, 0.8) 0%, rgba(255, 255, 255, 0.95) 100%);
	border: 2px solid rgba(212, 175, 55, 0.3);
	border-radius: 16px;
	padding: 24px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 8px 30px rgba(212, 175, 55, 0.1);
	transition: all 0.3s ease;
}

body.st-nisha-mode .st-jaap-card {
	background: linear-gradient(135deg, rgba(30, 20, 5, 0.9) 0%, rgba(18, 14, 10, 0.95) 100%);
	border-color: rgba(212, 175, 55, 0.4);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.st-jaap-progress-wrapper {
	position: relative;
	width: 120px;
	height: 120px;
	margin-bottom: 16px;
}

.st-jaap-svg-ring {
	transform: rotate(-90deg);
}

.st-jaap-ring-bg {
	fill: none;
	stroke: rgba(212, 175, 55, 0.1);
	stroke-width: 8px;
}

.st-jaap-ring-progress {
	fill: none;
	stroke: #d4af37;
	stroke-width: 8px;
	stroke-dasharray: 326.72;
	stroke-dashoffset: 326.72;
	stroke-linecap: round;
	transition: stroke-dashoffset 0.3s ease;
}

.st-jaap-count-display {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
}

.st-jaap-count-display .count {
	font-size: 2.2rem;
	font-weight: 800;
	color: #4a3e2e;
	line-height: 1;
}

body.st-nisha-mode .st-jaap-count-display .count {
	color: #e6d7c3;
}

.st-jaap-count-display .target {
	font-size: 0.8rem;
	color: #8c765c;
	font-weight: 600;
}

.st-jaap-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.st-jaap-btn {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff;
	border: none;
	padding: 10px 24px;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
	transition: all 0.2s ease;
}

.st-jaap-btn:hover {
	transform: scale(1.04);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.st-jaap-btn:active {
	transform: scale(0.96);
}

.st-jaap-reset-btn {
	background: transparent;
	color: #8c765c;
	border: 1px solid rgba(140, 118, 92, 0.3);
	padding: 8px 18px;
	border-radius: 25px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

body.st-nisha-mode .st-jaap-reset-btn {
	color: #a8947d;
	border-color: rgba(168, 148, 125, 0.4);
}

.st-jaap-reset-btn:hover {
	background: rgba(140, 118, 92, 0.08);
}

/* Floating Folder Button */
.st-floating-folder-btn {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 56px;
	height: 56px;
	background: #d4af37;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.st-floating-folder-btn:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 25px rgba(212, 175, 55, 0.4);
}

.st-floating-folder-btn .badge {
	position: absolute;
	top: -4px;
	right: -4px;
	background: #ff3b30;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	border-radius: 10px;
	padding: 2px 6px;
	min-width: 18px;
	text-align: center;
	border: 2px solid #ffffff;
}

/* Saved Bookmarks Drawer Panel */
.st-puja-drawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	visibility: hidden;
	transition: visibility 0.4s;
}

.st-puja-drawer.open {
	visibility: visible;
}

.st-puja-drawer-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.st-puja-drawer.open .st-puja-drawer-overlay {
	opacity: 1;
}

.st-puja-drawer-content {
	position: absolute;
	top: 0;
	left: -320px;
	width: 320px;
	height: 100%;
	background: #ffffff;
	box-shadow: 4px 0 25px rgba(0,0,0,0.15);
	display: flex;
	flex-direction: column;
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.st-nisha-mode .st-puja-drawer-content {
	background: #120e0a;
	border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.st-puja-drawer.open .st-puja-drawer-content {
	left: 0;
}

.st-puja-drawer-header {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.st-nisha-mode .st-puja-drawer-header {
	border-color: rgba(212, 175, 55, 0.15);
}

.st-puja-drawer-header h3 {
	margin: 0;
	font-size: 1.15rem;
	color: #7a5c1e;
	font-weight: 800;
}

body.st-nisha-mode .st-puja-drawer-header h3 {
	color: #d4af37;
}

.st-drawer-close {
	background: transparent;
	border: none;
	font-size: 1.8rem;
	cursor: pointer;
	color: #8c765c;
	line-height: 1;
}

.st-puja-drawer-body {
	padding: 20px;
	flex: 1;
	overflow-y: auto;
}

.st-puja-saved-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.st-puja-saved-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	gap: 10px;
}

body.st-nisha-mode .st-puja-saved-item {
	border-color: rgba(212, 175, 55, 0.1);
}

.st-puja-saved-item a {
	color: #4a3e2e;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.95rem;
	flex: 1;
	transition: color 0.2s;
}

body.st-nisha-mode .st-puja-saved-item a {
	color: #e6d7c3;
}

.st-puja-saved-item a:hover {
	color: #d4af37;
}

.st-puja-saved-item button {
	background: transparent;
	border: none;
	color: #ff3b30;
	cursor: pointer;
	font-size: 1.1rem;
	padding: 4px;
}

.st-puja-empty-msg {
	font-size: 0.85rem;
	color: #8c765c;
	text-align: center;
	margin-top: 30px;
	font-style: italic;
	line-height: 1.4;
}

/* Virtual Offerings CSS Animation overlays */
#st-virtual-diya-container {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9998;
	pointer-events: none;
}

.st-diya-graphic {
	position: relative;
	width: 80px;
	height: 80px;
}

.st-diya-flame {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 32px;
	background: linear-gradient(to bottom, #ffffff 0%, #ffdd00 25%, #ff5e00 60%, rgba(255,94,0,0) 100%);
	border-radius: 50% 50% 35% 35%;
	box-shadow: 0 0 20px #ffdd00, 0 0 40px #ff5e00;
	animation: flicker 0.15s ease-in-out infinite alternate;
}

@keyframes flicker {
	0% { transform: translateX(-50%) scale(0.96) rotate(-1deg); opacity: 0.9; }
	100% { transform: translateX(-50%) scale(1.04) rotate(1deg); opacity: 1; }
}

.st-diya-cup {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 30px;
	background: radial-gradient(circle at top, #a65c2e 30%, #703c1c 80%);
	border-radius: 5px 5px 40px 40px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.st-diya-nozzle {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 12px;
	background: #703c1c;
	border-radius: 50% 50% 0 0;
}

/* Incense Dhoop smoke particles container */
#st-virtual-dhoop-container {
	position: fixed;
	bottom: 40px;
	right: 140px;
	z-index: 9998;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.st-dhoop-stick {
	width: 6px;
	height: 50px;
	background: linear-gradient(to right, #8c765c, #594734);
	border-radius: 3px;
	position: relative;
	margin-top: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.st-dhoop-tip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ff5e00;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 5px #ff5e00;
}

/* Smoke particle element */
.st-smoke-particle {
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(220, 215, 205, 0.4);
	border-radius: 50%;
	filter: blur(4px);
	animation: rise-smoke 4s ease-out forwards;
}

@keyframes rise-smoke {
	0% {
		transform: translateY(0) scale(1);
		opacity: 0.6;
	}
	50% {
		transform: translateY(-80px) translateX(15px) scale(3);
		opacity: 0.3;
	}
	100% {
		transform: translateY(-200px) translateX(-20px) scale(6);
		opacity: 0;
	}
}

/* ==========================================================================
   Ultra-Modern Bento-Grid Dashboard Layout for Panchang & Festival Hub
   ========================================================================== */

.st-panchang-bento-container,
.st-tyohar-bento-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.st-bento-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Header Flex Bar */
.st-bento-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}

.st-pill-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 5px 16px;
	border-radius: 20px;
	margin-bottom: 8px;
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.st-bento-title {
	font-size: 2.3rem;
	color: #2c1a0e;
	margin: 0 0 6px 0;
	font-weight: 800;
	letter-spacing: -0.5px;
}

.st-bento-subtitle {
	font-size: 1.1rem;
	color: #7a4719;
	margin: 0;
	font-weight: 600;
}

/* Date Selector Pill */
.st-bento-date-form {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #ffffff;
	border: 1.5px solid #d4af37;
	padding: 6px 6px 6px 16px;
	border-radius: 35px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.st-bento-date-form .cal-icon {
	font-size: 1.2rem;
}

.st-bento-date-form input[type="date"] {
	border: none;
	background: transparent;
	font-size: 0.95rem;
	color: #2c1a0e;
	font-weight: 600;
	outline: none;
	cursor: pointer;
}

.st-bento-btn,
.st-bento-btn-primary {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff !important;
	border: none;
	padding: 8px 20px;
	border-radius: 25px;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
	transition: all 0.2s ease;
}

.st-bento-btn:hover,
.st-bento-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(212, 175, 55, 0.5);
}

/* --------------------------------------------------------------------------
   BENTO GRID SYSTEM
   -------------------------------------------------------------------------- */
.st-bento-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 900px) {
	.st-bento-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.st-bento-grid {
		grid-template-columns: 1fr;
	}
}

.st-bento-card {
	background: #ffffff;
	border: 1.5px solid rgba(229, 231, 235, 0.8);
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	overflow: hidden;
}

.st-bento-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
	border-color: #d4af37;
}

/* Bento Hero (2x2 Cell) */
.st-bento-hero {
	grid-column: span 2;
	grid-row: span 2;
	background: linear-gradient(135deg, #fffcf5 0%, #fef3e2 100%);
	border: 2px solid #d4af37;
	padding: 36px;
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.12);
}

@media (max-width: 900px) {
	.st-bento-hero {
		grid-column: span 2;
	}
}

@media (max-width: 600px) {
	.st-bento-hero {
		grid-column: span 1;
		grid-row: span 1;
	}
}

.st-bento-hero-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.st-bento-tag {
	background: #fef08a;
	color: #854d0e;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 12px;
}

.st-bento-vs {
	font-size: 0.85rem;
	color: #78471c;
	font-weight: 600;
}

.st-bento-hero-center {
	text-align: center;
	margin: 20px 0 30px 0;
}

.st-moon-icon {
	font-size: 3rem;
	display: block;
	margin-bottom: 8px;
}

.st-bento-tithi {
	font-size: 2.5rem;
	color: #2c1a0e;
	margin: 0 0 8px 0;
	font-weight: 800;
	letter-spacing: -0.5px;
}

.st-bento-month {
	font-size: 1.1rem;
	color: #7a4719;
	margin: 0;
}

.st-bento-hero-footer {
	display: flex;
	justify-content: space-around;
	background: #ffffff;
	border: 1.5px solid rgba(212, 175, 55, 0.3);
	padding: 14px 24px;
	border-radius: 16px;
}

.st-bento-hero-footer .sun-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.st-bento-hero-footer .sun-item .icon {
	font-size: 1.5rem;
}

.st-bento-hero-footer .sun-item .lbl {
	display: block;
	font-size: 0.75rem;
	color: #92400e;
	font-weight: 700;
	text-transform: uppercase;
}

.st-bento-hero-footer .sun-item .val {
	font-size: 1.05rem;
	font-weight: 700;
	color: #2c1a0e;
}

/* Specific Bento Color Cards */
.st-bento-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.st-bento-badge {
	font-size: 0.75rem;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 10px;
}

.st-bento-badge.green {
	background: #dcfce7;
	color: #15803d;
}

.st-bento-badge.red {
	background: #ffe4e6;
	color: #be123c;
}

.st-bento-badge.amber {
	background: #ffedd5;
	color: #c2410c;
}

.st-bento-badge.gold {
	background: #fef3c7;
	color: #b45309;
}

.st-bento-card-icon {
	font-size: 1.4rem;
}

.st-bento-card-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #78471c;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.st-bento-card-value {
	font-size: 1.4rem;
	font-weight: 800;
	color: #2c1a0e;
	margin: 6px 0;
}

.st-bento-card-desc {
	font-size: 0.85rem;
	color: #6b7280;
	margin: 0;
}

.st-bento-auspicious {
	background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
	border-color: #86efac;
}

.st-bento-caution {
	background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
	border-color: #fca5a5;
}

/* Today Festival Banner */
.st-bento-fest-banner {
	background: linear-gradient(135deg, #4a130e 0%, #6e2017 100%);
	color: #ffffff;
	border-radius: 24px;
	padding: 28px 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	box-shadow: 0 10px 30px rgba(74, 19, 14, 0.25);
}

.st-bento-fest-banner .badge {
	display: inline-block;
	background: #d4af37;
	color: #2c1a0e;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 3px 12px;
	border-radius: 10px;
	margin-bottom: 6px;
}

.st-bento-fest-banner h2 {
	font-size: 1.6rem;
	color: #fef08a;
	margin: 0 0 4px 0;
}

.st-bento-fest-banner p {
	font-size: 0.95rem;
	color: #fde047;
	margin: 0;
}

.st-bento-fest-btn {
	background: #d4af37;
	color: #2c1a0e !important;
	padding: 10px 22px;
	border-radius: 25px;
	font-weight: 800;
	font-size: 0.92rem;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.st-bento-fest-btn:hover {
	transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   2026 FESTIVAL HUB BENTO SPECIFICS
   -------------------------------------------------------------------------- */
.st-bento-next-card {
	background: linear-gradient(135deg, #3b0f0b 0%, #5c1b14 100%);
	color: #ffffff;
	border-radius: 28px;
	padding: 36px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	box-shadow: 0 14px 40px rgba(59, 15, 11, 0.35);
}

.st-next-tag {
	display: inline-block;
	background: #d4af37;
	color: #2c1a0e;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 4px 14px;
	border-radius: 12px;
	margin-bottom: 10px;
}

.st-next-title {
	font-size: 2.3rem;
	color: #fef08a;
	margin: 0 0 2px 0;
	font-weight: 800;
}

.st-next-subname {
	font-size: 0.95rem;
	color: #fde047;
	margin-bottom: 12px;
	display: block;
}

.st-next-date {
	font-size: 1.05rem;
	color: #e5e7eb;
	margin-bottom: 12px;
}

.st-next-summary {
	font-size: 0.95rem;
	color: #d1d5db;
	margin-bottom: 20px;
	max-width: 580px;
}

.st-clock-inner {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 3px solid #d4af37;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
}

.st-clock-inner .num {
	font-size: 2.7rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
}

.st-clock-inner .unit {
	font-size: 0.85rem;
	color: #fde047;
	font-weight: 700;
}

/* Festival Directory Bento Cards Grid */
.st-bento-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 22px;
}

.st-fest-bento-card {
	background: #ffffff;
	border: 1.5px solid #e8d5b5;
	border-radius: 20px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}

.st-fest-bento-card:hover {
	transform: translateY(-5px);
	border-color: #d4af37;
	box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2);
}

.st-fest-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.st-fest-date {
	font-size: 0.85rem;
	font-weight: 700;
	color: #92400e;
	background: #fff7ed;
	padding: 4px 12px;
	border-radius: 12px;
}

.st-fest-tithi {
	font-size: 0.8rem;
	color: #78471c;
	font-weight: 600;
}

.st-fest-card-body h3 {
	font-size: 1.35rem;
	color: #2c1a0e;
	margin: 0 0 2px 0;
	font-weight: 800;
}

.st-fest-card-body .en-name {
	font-size: 0.85rem;
	color: #9a3412;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.st-fest-card-body p {
	font-size: 0.9rem;
	color: #6b7280;
	margin: 0 0 18px 0;
	line-height: 1.5;
}

.st-fest-link-btn {
	display: inline-block;
	background: #fff8ee;
	color: #92400e;
	border: 1.5px solid #d4af37;
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.st-fest-link-btn:hover {
	background: #d4af37;
	color: #ffffff !important;
}

.st-fest-passed {
	opacity: 0.7;
	background: #f9fafb;
}

/* Navigation Grid */
.st-bento-nav-section h2,
.st-bento-directory-section h2,
.st-bento-faq-section h2 {
	font-size: 1.4rem;
	color: #2c1a0e;
	margin: 0 0 16px 0;
}

.st-bento-nav-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 16px;
}

.st-bento-nav-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #ffffff;
	border: 1.5px solid #e8d5b5;
	padding: 16px 20px;
	border-radius: 16px;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
	transition: all 0.25s ease;
}

.st-bento-nav-card:hover {
	background: #fffdf7;
	border-color: #d4af37;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(212, 175, 55, 0.18);
}

.st-bento-nav-card .icon {
	font-size: 1.8rem;
}

.st-bento-nav-card h3 {
	font-size: 1rem;
	color: #2c1a0e;
	margin: 0 0 2px 0;
	font-weight: 700;
}

.st-bento-nav-card span {
	font-size: 0.82rem;
	color: #78471c;
}

.st-highlight-bento {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border-color: #d4af37;
}

/* FAQ Accordion */
.st-bento-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.st-bento-faq-item {
	background: #ffffff;
	border: 1.5px solid #e8d5b5;
	border-radius: 16px;
	padding: 18px 22px;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.st-bento-faq-item:hover {
	border-color: #d4af37;
}

.st-bento-faq-item summary {
	font-size: 1.05rem;
	color: #2c1a0e;
	outline: none;
	list-style: none;
}

.st-bento-faq-item .ans {
	margin-top: 10px;
	font-size: 0.95rem;
	color: #4b5563;
	line-height: 1.6;
}

/* --------------------------------------------------------------------------
   DARK MODE (Nisha Mode) BENTO STYLING
   -------------------------------------------------------------------------- */
body.st-nisha-mode .st-bento-card,
body.st-bento-nav-card,
body.st-nisha-mode .st-fest-bento-card,
body.st-nisha-mode .st-bento-nav-card,
body.st-nisha-mode .st-bento-faq-item {
	background: rgba(22, 16, 8, 0.95) !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
	color: #e6d7c3 !important;
}

body.st-nisha-mode .st-bento-title,
body.st-nisha-mode .st-bento-tithi,
body.st-nisha-mode .st-fest-card-body h3,
body.st-nisha-mode .st-bento-card-value,
body.st-nisha-mode .st-bento-nav-card h3,
body.st-nisha-mode .st-bento-faq-item summary {
	color: #fef08a !important;
}

body.st-nisha-mode .st-bento-subtitle,
body.st-nisha-mode .st-bento-month,
body.st-nisha-mode .st-fest-card-body p,
body.st-nisha-mode .st-bento-card-desc,
body.st-nisha-mode .st-bento-faq-item .ans {
	color: #d1d5db !important;
}

body.st-nisha-mode .st-bento-date-form {
	background: rgba(30, 20, 8, 0.95) !important;
	border-color: #d4af37 !important;
}

body.st-nisha-mode .st-bento-date-form input[type="date"] {
	color: #fef08a !important;
}

/* ==========================================================================
   Homepage Bento Panchang & Festival Widget Styling
   ========================================================================== */
.st-homepage-bento-section {
	max-width: 1200px;
	margin: 20px auto 40px auto;
	padding: 0 20px;
}

.st-hp-bento-container {
	background: linear-gradient(135deg, #fffdf8 0%, #fef5e7 100%);
	border: 2px solid #d4af37;
	border-radius: 28px;
	padding: 36px 40px;
	box-shadow: 0 10px 35px rgba(212, 175, 55, 0.12);
}

@media (max-width: 768px) {
	.st-hp-bento-container {
		padding: 24px 20px;
		border-radius: 20px;
	}
}

.st-hp-bento-header {
	text-align: center;
	margin-bottom: 28px;
}

.st-hp-bento-title {
	font-size: 2rem;
	color: #2c1a0e;
	margin: 8px 0 6px 0;
	font-weight: 800;
}

.st-hp-bento-subtitle {
	font-size: 1.05rem;
	color: #7a4719;
	margin: 0;
	font-weight: 600;
}

/* 2-Column Grid */
.st-hp-bento-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.st-hp-card {
	background: #ffffff;
	border: 1.5px solid #e8d5b5;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.25s ease;
}

.st-hp-card:hover {
	transform: translateY(-3px);
	border-color: #d4af37;
	box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
}

.st-hp-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.st-hp-badge {
	font-size: 0.8rem;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 10px;
	background: #fef08a;
	color: #854d0e;
}

.st-hp-badge.gold {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff;
}

.st-hp-date,
.st-hp-days-pill {
	font-size: 0.82rem;
	font-weight: 700;
	color: #78471c;
}

.st-hp-days-pill {
	background: #fff7ed;
	color: #c2410c;
	padding: 3px 10px;
	border-radius: 10px;
}

.st-hp-tithi,
.st-hp-fest-name {
	font-size: 1.6rem;
	color: #2c1a0e;
	margin: 0 0 4px 0;
	font-weight: 800;
}

.st-hp-meta,
.st-hp-fest-tithi {
	font-size: 0.95rem;
	color: #7a4719;
	margin: 0 0 16px 0;
}

.st-hp-fest-desc {
	font-size: 0.9rem;
	color: #6b7280;
	margin: 0;
}

.st-hp-timings-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hp-pill {
	flex: 1;
	min-width: 130px;
	padding: 8px 12px;
	border-radius: 12px;
	font-size: 0.85rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
}

.hp-pill.green {
	background: #f0fdf4;
	border: 1px solid #86efac;
	color: #166534;
}

.hp-pill.red {
	background: #fff1f2;
	border: 1px solid #fca5a5;
	color: #9f1239;
}

.hp-pill .lbl {
	font-size: 0.75rem;
	opacity: 0.85;
}

.hp-pill .val {
	font-size: 0.98rem;
}

/* TWO PROMINENT ACTION CTA BUTTONS */
.st-hp-bento-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.st-hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 35px;
	font-size: 1.02rem;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.st-hp-btn .icon {
	font-size: 1.25rem;
}

/* Button 1: Panchang (Gold Gradient) */
.st-hp-btn-panchang {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff !important;
	border: 2px solid transparent;
}

.st-hp-btn-panchang:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(212, 175, 55, 0.45);
}

/* Button 2: Tyohar Calendar (Maroon Gradient) */
.st-hp-btn-tyohar {
	background: linear-gradient(135deg, #5b1d16 0%, #7a281e 100%);
	color: #ffffff !important;
	border: 2px solid #d4af37;
}

.st-hp-btn-tyohar:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(91, 29, 22, 0.45);
	background: linear-gradient(135deg, #7a281e 0%, #943226 100%);
}

/* Dark Mode for Homepage Bento Widget */
body.st-nisha-mode .st-hp-bento-container {
	background: rgba(22, 16, 8, 0.95) !important;
	border-color: #d4af37 !important;
}

body.st-nisha-mode .st-hp-card {
	background: rgba(30, 20, 10, 0.9) !important;
	border-color: rgba(212, 175, 55, 0.3) !important;
}

body.st-nisha-mode .st-hp-bento-title,
body.st-nisha-mode .st-hp-tithi,
body.st-nisha-mode .st-hp-fest-name {
	color: #fef08a !important;
}

body.st-nisha-mode .st-hp-bento-subtitle,
body.st-nisha-mode .st-hp-meta,
body.st-nisha-mode .st-hp-fest-tithi,
body.st-nisha-mode .st-hp-fest-desc {
	color: #d1d5db !important;
}

/* Inline Buttons Row inside Homepage Countdown Card */
.st-hp-bento-actions-inline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.st-hp-btn-inline-gold,
.st-hp-btn-inline-maroon,
.st-hp-btn-inline-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 30px;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.st-hp-btn-inline-gold {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff !important;
	border: 1.5px solid transparent;
}

.st-hp-btn-inline-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4);
}

.st-hp-btn-inline-maroon {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff !important;
	border: 1.5px solid #d4af37;
	backdrop-filter: blur(8px);
}

.st-hp-btn-inline-maroon:hover {
	transform: translateY(-2px);
	background: rgba(212, 175, 55, 0.25);
	color: #fef08a !important;
}

.st-hp-btn-inline-outline:hover {
	transform: translateY(-2px);
	background: rgba(253, 224, 71, 0.15);
	color: #ffffff !important;
}

/* ==========================================================================
   Comprehensive Devotional UI Enhancement System (Global Local UI Overrides)
   ========================================================================== */

/* 1. Devotional Custom Typography & Warm Canvas Background */
h1, h2, h3, .entry-title, .st-bento-title, .st-next-title, .st-panchang-main-title {
	font-family: 'Rozha One', 'Cinzel', serif, system-ui !important;
	letter-spacing: -0.2px;
}

body, p, li, span, button, input {
	font-family: 'Hind', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body,
.site,
#page {
	background-color: #fdfbf7 !important;
}

/* 2. Glassmorphic Sticky Header Bar */
.main-header-bar,
.ast-primary-header-bar {
	background: rgba(253, 251, 247, 0.92) !important;
	border-bottom: 2px solid rgba(212, 175, 55, 0.35) !important;
	box-shadow: 0 4px 20px rgba(212, 175, 55, 0.08) !important;
	backdrop-filter: blur(10px) !important;
}

/* 3. Category Filter Navigation Band */
.st-blog-category-band {
	margin: 20px 0 30px 0;
	padding: 10px 0;
}

.st-blog-category-list {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.st-category-chip {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	padding: 7px 18px;
	border-radius: 25px;
	background: #ffffff;
	border: 1.5px solid #e8d5b5;
	color: #4a2e16 !important;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.st-category-chip:hover {
	background: #fff8ee;
	border-color: #d4af37;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(212, 175, 55, 0.2);
}

.st-category-chip.active {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
	color: #ffffff !important;
	border-color: transparent;
	box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}

/* 4. Article Post Cards Styling (Homepage & Archives) */
.home .site-main article,
.blog .site-main article,
.archive .site-main article,
.search .site-main article {
	background: #ffffff !important;
	border: 1.5px solid rgba(212, 175, 55, 0.25) !important;
	border-radius: 22px !important;
	padding: 24px !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03) !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	margin-bottom: 24px !important;
}

.home .site-main article:hover,
.blog .site-main article:hover,
.archive .site-main article:hover,
.search .site-main article:hover {
	transform: translateY(-4px) !important;
	border-color: #d4af37 !important;
	box-shadow: 0 12px 30px rgba(212, 175, 55, 0.18) !important;
}

.home .site-main article .entry-title a,
.blog .site-main article .entry-title a,
.archive .site-main article .entry-title a {
	color: #2c1a0e !important;
	font-weight: 800 !important;
	transition: color 0.2s ease !important;
}

.home .site-main article .entry-title a:hover,
.blog .site-main article .entry-title a:hover,
.archive .site-main article .entry-title a:hover {
	color: #b8860b !important;
}

/* Image Scale Animation on Hover */
.home .site-main article .post-thumb img,
.blog .site-main article .post-thumb img,
.archive .site-main article .post-thumb img {
	border-radius: 14px !important;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.home .site-main article:hover .post-thumb img,
.blog .site-main article:hover .post-thumb img,
.archive .site-main article:hover .post-thumb img {
	transform: scale(1.03) !important;
}

/* 5. Glassmorphic Sidebar Cards */
.sidebar-main .widget,
.ast-archive-description {
	background: #ffffff !important;
	border: 1.5px solid rgba(212, 175, 55, 0.25) !important;
	border-radius: 20px !important;
	padding: 24px !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03) !important;
	margin-bottom: 24px !important;
}

.sidebar-main .widget-title {
	font-size: 1.15rem !important;
	color: #2c1a0e !important;
	font-weight: 800 !important;
	padding-bottom: 8px !important;
	border-bottom: 2px solid rgba(212, 175, 55, 0.25) !important;
	margin-bottom: 16px !important;
}

/* 6. Devotional Search Bar Styling */
.search-field,
.wp-block-search__input,
input[type="search"] {
	border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
	border-radius: 30px !important;
	padding: 10px 22px !important;
	background: #ffffff !important;
	font-size: 0.95rem !important;
	color: #2c1a0e !important;
	outline: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
	transition: all 0.25s ease !important;
}

.search-field:focus,
.wp-block-search__input:focus,
input[type="search"]:focus {
	border-color: #d4af37 !important;
	box-shadow: 0 0 12px rgba(212, 175, 55, 0.35) !important;
}

.search-submit,
.wp-block-search__button {
	background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%) !important;
	color: #ffffff !important;
	border-radius: 25px !important;
	padding: 8px 20px !important;
	border: none !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: transform 0.2s ease !important;
}

.search-submit:hover,
.wp-block-search__button:hover {
	transform: translateY(-2px) !important;
}

/* 7. Dark Mode Overrides for UI System */
body.st-nisha-mode,
body.st-nisha-mode .site,
body.st-nisha-mode #page {
	background-color: #120e0a !important;
}

body.st-nisha-mode .main-header-bar,
body.st-nisha-mode .ast-primary-header-bar,
body.st-nisha-mode .home .site-main article,
body.st-nisha-mode .blog .site-main article,
body.st-nisha-mode .archive .site-main article,
body.st-nisha-mode .sidebar-main .widget {
	background: rgba(22, 16, 8, 0.95) !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
	color: #e6d7c3 !important;
}

body.st-nisha-mode .st-category-chip {
	background: rgba(30, 20, 10, 0.95) !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
	color: #e6d7c3 !important;
}

body.st-nisha-mode .home .site-main article .entry-title a,
body.st-nisha-mode .sidebar-main .widget-title {
	color: #fef08a !important;
}

/* 8. Fix Single Post Featured Hero Image Crop (Ensure deity heads are never cut off) */
.single-post .post-thumbnail img,
.single-post .ast-single-post-featured-section img,
.single-post .wp-post-image,
.single-post img.attachment-post-thumbnail,
.single-post .ast-article-single .post-thumbnail img {
	max-height: none !important;
	height: auto !important;
	width: 100% !important;
	object-fit: contain !important;
	object-position: top center !important;
}

/* ==========================================================================
   Modern UI/UX Revamp Suite (Local Creative Overhaul)
   ========================================================================== */

/* 9. Floating Glassmorphic Pill Header Bar */
@media (min-width: 922px) {
	.main-header-bar {
		max-width: 1180px !important;
		margin: 16px auto !important;
		border-radius: 40px !important;
		border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
		box-shadow: 0 12px 35px rgba(212, 175, 55, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
	}
}

/* 10. Article Card Top Gold Highlight Strip */
.home .site-main article,
.blog .site-main article,
.archive .site-main article {
	border-top: 4px solid #d4af37 !important;
	position: relative;
	overflow: hidden;
}

/* 11. Animated Diya Flame Effect */
@keyframes st-diya-glow {
	0%, 100% {
		transform: scale(1) rotate(-1deg);
		filter: drop-shadow(0 0 6px #f59e0b) drop-shadow(0 0 12px #d4af37);
	}
	50% {
		transform: scale(1.15) rotate(2deg);
		filter: drop-shadow(0 0 14px #fbbf24) drop-shadow(0 0 22px #f59e0b);
	}
}

button.st-offering-btn.active[data-type="diya"] .st-btn-icon {
	display: inline-block;
	animation: st-diya-glow 1.2s infinite ease-in-out;
}

/* 12. Floating Audio Player Deck (Glassmorphic Audio Bar) */
.st-audio-bar-fixed {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	max-width: 760px;
	background: rgba(44, 26, 14, 0.94);
	border: 1.5px solid #d4af37;
	border-radius: 40px;
	padding: 12px 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.25);
	backdrop-filter: blur(12px);
	z-index: 99999;
	color: #ffffff;
}

/* 13. Smooth Scrollbar & Selection Color */
::selection {
	background: #d4af37;
	color: #ffffff;
}

::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #fdfbf7;
}

::-webkit-scrollbar-thumb {
	background: #d4af37;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #b8860b;
}

/* ==========================================================================
   Devotional Portal Header & 4 Quick Hub Cards Styling
   ========================================================================== */
.st-hp-portal-header {
	text-align: center;
	margin: 30px auto 40px auto;
	max-width: 800px;
}

.st-portal-pill {
	display: inline-block;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #c2410c;
	font-size: 0.85rem;
	font-weight: 800;
	padding: 6px 16px;
	border-radius: 25px;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.st-portal-title {
	font-size: 3.2rem !important;
	color: #2c1a0e !important;
	margin: 10px 0 14px 0 !important;
	font-weight: 900 !important;
	line-height: 1.15;
}

.st-portal-subtitle {
	font-size: 1.15rem;
	color: #6b512e;
	margin: 0;
	line-height: 1.6;
}

/* 4 Quick Hub Cards Grid */
.st-hp-quick-hubs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 20px 0 45px 0;
}

@media (max-width: 560px) {
	.st-hp-quick-hubs {
		grid-template-columns: 1fr;
	}
}

.st-quick-hub-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #fffcf5 100%) !important;
	border: 1.5px solid rgba(212, 175, 55, 0.3) !important;
	border-radius: 24px !important;
	padding: 20px 24px !important;
	text-decoration: none !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
	transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
	position: relative;
	overflow: hidden;
}

.st-quick-hub-card:hover {
	transform: translateY(-4px) !important;
	border-color: #d4af37 !important;
	box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2) !important;
}

.st-quick-hub-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom, #d4af37, #b8860b);
	opacity: 0.8;
}

.st-hub-icon {
	font-size: 2.4rem;
	line-height: 1;
}

.st-hub-content {
	flex-grow: 1;
}

.st-hub-content h3 {
	font-size: 1.22rem !important;
	color: #2c1a0e !important;
	margin: 0 0 3px 0 !important;
	font-weight: 800 !important;
}

.st-hub-content p {
	font-size: 0.88rem !important;
	color: #7a583c !important;
	margin: 0 !important;
	font-weight: 500 !important;
}

.st-hub-arrow {
	font-size: 1.25rem;
	color: #b8860b;
	font-weight: 800;
	transition: transform 0.2s ease;
}

.st-quick-hub-card:hover .st-hub-arrow {
	transform: translateX(4px);
}

/* Dark Mode Support for Hub Cards */
body.st-nisha-mode .st-portal-title {
	color: #fef08a !important;
}

body.st-nisha-mode .st-portal-subtitle {
	color: #d1d5db !important;
}

body.st-nisha-mode .st-quick-hub-card {
	background: rgba(22, 16, 8, 0.95) !important;
	border-color: rgba(212, 175, 55, 0.35) !important;
}

body.st-nisha-mode .st-quick-hub-card:hover {
	box-shadow: 0 12px 30px rgba(212, 175, 55, 0.25) !important;
}

body.st-nisha-mode .st-hub-content h3 {
	color: #fde047 !important;
}

body.st-nisha-mode .st-hub-content p {
	color: #d1d5db !important;
}

/* Deity & Festival Content Hub Box */
.st-deity-hub-box {
	margin: 40px 0 20px 0;
	padding: 24px;
	background: #fffdf9;
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 16px;
	box-shadow: 0 4px 15px rgba(212, 175, 55, 0.05);
}
.st-deity-hub-box h3 {
	font-size: 1.3rem !important;
	color: #7c2d12 !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
	border-bottom: 2px solid rgba(212, 175, 55, 0.2);
	padding-bottom: 10px;
}
.st-deity-hub-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}
.st-deity-hub-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none !important;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.st-deity-hub-card:hover {
	transform: translateY(-3px);
	border-color: #d4af37;
	box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}
.st-deity-hub-card-img {
	height: 130px;
	background-size: cover;
	background-position: center;
}
.st-deity-hub-card-content {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.st-deity-hub-card-content h4 {
	font-size: 1rem !important;
	color: #1f2937 !important;
	margin: 0 !important;
	font-weight: 600 !important;
	line-height: 1.4;
}
.st-deity-hub-card-content span {
	font-size: 0.8rem;
	color: #d97706;
	font-weight: 600;
}

/* Dark Mode support */
body.st-nisha-mode .st-deity-hub-box {
	background: rgba(22, 16, 8, 0.95);
	border-color: rgba(212, 175, 55, 0.35);
}
body.st-nisha-mode .st-deity-hub-box h3 {
	color: #fef08a !important;
	border-color: rgba(212, 175, 55, 0.3);
}
body.st-nisha-mode .st-deity-hub-card {
	background: #1f1a12;
	border-color: rgba(255,255,255,0.08);
}
body.st-nisha-mode .st-deity-hub-card:hover {
	border-color: #d4af37;
}
body.st-nisha-mode .st-deity-hub-card-content h4 {
	color: #f3f4f6 !important;
}
body.st-nisha-mode .st-deity-hub-card-content span {
	color: #fbbf24;
}










