/*!
Theme Name: SSO Portal Rajasthan
Theme URI: https://ssoportalrajasthan.com/
Description: Official theme for SSO Portal Rajasthan — a responsive, fast, and modern WordPress theme built for government and service-oriented portals.
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: sso-portal-rajasthan-login
Tags: accessibility-ready, custom-logo, custom-menu, featured-images, responsive-layout, translation-ready

This theme is licensed under the GNU GPL v2 or later.
All rights reserved © <?php echo date('Y'); ?> SSO Portal Rajasthan.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	/* text-decoration: underline; */
}

a:hover{
	text-decoration: underline;
	transition: 0.3s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
	transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border-color: #4f46e5;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Remove duplicate - handled by #masthead rule */

.navbar {
	padding: 0.75rem 0;
}

.navbar-brand img {
	height: 40px;
	width: auto;
}

/* Override Bootstrap navbar styles */
body .navbar-nav .nav-link,
.home .navbar-nav .nav-link {
	color: #ffffff !important;
	font-weight: 500;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease;
	border-radius: 5px;
}

body .navbar-nav .nav-link:hover,
.home .navbar-nav .nav-link:hover {
	background: rgba(255,255,255,0.1);
	color: var(--theme-color) !important;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border-radius: 8px;
}

.dropdown-item {
	padding: 0.5rem 1rem;
	transition: all 0.3s ease;
}

.dropdown-item:hover {
	background: #f8b821;
	color: #fff;
}

/* Mobile Menu */
.offcanvas {
	background: #212529;
}

.offcanvas-header {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.offcanvas-title img {
	height: 65px;
}

.btn-close {
	filter: invert(1);
}

.offcanvas .nav-link {
    color: #000000 !important;
    padding: 0.75rem 0.6rem !important;
    border-bottom: unset !important;
    transition: all 0.3s ease !important;
}

.offcanvas .nav-link:hover {
	color: #f8b821 !important;
	padding-left: 10px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Blog Cards
--------------------------------------------- */
.blog-card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #f0f0f0;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-card-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img {
	transform: scale(1.05);
}

.blog-card-category {
	background: #f8b821;
	color: #fff;
	padding: 0.25rem 0.75rem;
	border-radius: 15px;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	z-index: 2;
}

.blog-card-category:hover {
	background: #e6a71a;
	color: #fff;
	text-decoration: none;
}

.blog-card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog-card-meta {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	color: #6b7280;
}

.blog-card-meta i {
	margin-right: 0.25rem;
}

.blog-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.blog-card-title a {
	color: #1f2937;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-card-title a:hover {
	color: #4f46e5;
}

.blog-card-excerpt {
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	flex: 1;
}

.read-more-btn {
	color: #4f46e5;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	margin-top: auto;
}

.read-more-btn:hover {
	color: #3730a3;
	text-decoration: none;
	transform: translateX(5px);
}

.read-more-btn i {
	transition: transform 0.3s ease;
}

.read-more-btn:hover i {
	transform: translateX(3px);
}

/* Pagination
--------------------------------------------- */
.pagination {
	justify-content: center;
	margin-top: 2rem;
}

.page-item .page-link {
	border: 1px solid #e5e7eb;
	color: #6b7280;
	padding: 0.75rem 1rem;
	margin: 0 0.25rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.page-item.active .page-link {
	background: #4f46e5;
	border-color: #4f46e5;
	color: #fff;
}

.page-item .page-link:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
	color: #374151;
}

/* Breadcrumb
--------------------------------------------- */
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-item {
	font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color: #9ca3af;
}

.breadcrumb-item a {
	color: #6b7280;
	text-decoration: none;
}

.breadcrumb-item a:hover {
	color: #4f46e5;
}

.breadcrumb-item.active {
	color: #374151;
	font-weight: 500;
}

/* Category Filter
--------------------------------------------- */
.category-filter .form-select {
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	padding: 0.5rem 1rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.category-filter .form-select:focus {
	border-color: #4f46e5;
	box-shadow: 0 0 0 0.2rem rgba(79, 70, 229, 0.25);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: unset !important;
	background: unset !important;
	border-radius: unset !important;
	padding: unset !important;
	box-shadow: unset !important;
	border: unset !important;
}

.widget-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #1f2937;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #f8b821;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
    padding: 0.2rem 0 !important;
    border-bottom: unset !important;
    line-height: 1;
}

.widget li:last-child {
	border-bottom: none;
}

.widget a {
	color: #6b7280;
	text-decoration: none;
	transition: color 0.3s ease;
}

.widget a:hover {
	color: #4f46e5;
}

/* Sidebar
--------------------------------------------- */
.sidebar {
	padding: 2rem 0;
}

.blog-sidebar .widget {
	margin-bottom: 2rem;
}

.blog-sidebar .card {
	border: none;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	border-radius: 10px;
}

.blog-sidebar .card-header {
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	border-radius: 10px 10px 0 0 !important;
}

.blog-sidebar .card-body {
	padding: 1.5rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

/* Tablet Styles */
@media (max-width: 991.98px) {
	.navbar-nav {
		flex-direction: column;
	}
	
	.blog-card {
		margin-bottom: 1.5rem;
	}
	
	.blog-card-img {
		height: 180px;
	}
	
	.container {
		padding: 0 20px;
	}
	
	.display-4 {
		font-size: 2rem;
	}
}

/* Mobile Styles - Enhanced for Accessibility */
@media (max-width: 767.98px) {
	.container {
		padding: 0 15px;
	}
	
	.blog-card-img {
		height: 160px;
	}
	
	.blog-card-body {
		padding: 1rem;
	}
	
	.blog-card-title {
		font-size: 1.1rem;
	}
	
	.display-4 {
		font-size: 1.75rem;
	}
	
	.lead {
		font-size: 1rem;
	}
	
	.navbar {
		padding: 0.5rem 0;
	}
	
	.navbar-brand img {
		height: 35px;
	}
	
	.category-filter .form-select {
		width: 100% !important;
		min-width: auto !important;
	}
	
	.pagination {
		flex-wrap: wrap;
	}
	
	.page-item .page-link {
		padding: 0.75rem 1rem;
		margin: 0.125rem;
		min-height: 44px;
		min-width: 44px;
	}
	
	/* Touch Target Fixes */
	a, button, input, select, textarea {
		min-height: 44px;
		min-width: 44px;
		padding: 12px;
	}
	
	.navbar-toggler {
		min-height: 48px;
		min-width: 48px;
		padding: 12px;
	}
	
	.footer a {
		min-height: 48px;
		padding: 12px 16px;
		display: inline-block;
	}
	
	.offcanvas .nav-link {
		min-height: 48px;
		padding: 12px 16px;
	}
}

/* Small Mobile */
@media (max-width: 575.98px) {
	.blog-card-meta {
		flex-direction: column;
		gap: 0.5rem;
	}
	
	.breadcrumb {
		flex-wrap: wrap;
	}
	
	.breadcrumb-item {
		font-size: 0.8rem;
	}
	
	.widget {
		padding: 1rem;
	}
	
	.blog-card-title {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
	background: #000000 !important;
	color: #FFFFFF !important;
	margin-top: auto;
	padding-top: 3rem !important;
}

.site-footer .widget-title {
	color: #fff;
	position: relative;
	border-bottom: unset !important;
}

.site-footer .widget-title::before{
	content: '';
	background-color: #e6a71a;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	border-radius: 10px;
}

.site-footer .widget a {
	color: #ffffff !important;
    font-size: 0.8rem !important;
}

.site-footer .widget a:hover {
	color: #f8b821;
}

.footer-copyright a {
	color: #f8b821;
	transition: color 0.3s ease;
}

.footer-copyright a:hover {
	color: #fff;
}


footer .wp-block-image.size-full {
	margin-top: 0 !important;
}
/*--------------------------------------------------------------
# Performance & SEO Optimizations
--------------------------------------------------------------*/

/* Lazy Loading Skeleton */
.loading-skeleton {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/* Print Styles */
@media print {
	.navbar,
	.offcanvas,
	.pagination,
	.category-filter,
	.read-more-btn {
		display: none !important;
	}
	
	.blog-card {
		box-shadow: none;
		border: 1px solid #ddd;
		break-inside: avoid;
	}
	
	a {
		text-decoration: underline;
	}
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
	.blog-card {
		border: 2px solid #000;
	}
	
	.blog-card-category {
		background: #000;
		color: #fff;
	}
	
	a {
		text-decoration: underline;
	}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
	body {
		background: #1a1a1a;
		color: #e5e5e5;
	}
	
	.blog-card {
		background: #2d2d2d;
		border-color: #404040;
	}
	
	.blog-card-title a {
		color: #e5e5e5;
	}
	
	.blog-card-excerpt {
		color: #b0b0b0;
	}
	
	.widget {
		background: #2d2d2d;
		border-color: #404040;
	}
}

/*--------------------------------------------------------------
# Navigation Layout Fix
--------------------------------------------------------------*/

/* Desktop Navigation Flex */
.navbar-nav {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center;
	gap: 1rem;
}

.navbar-collapse {
	display: flex !important;
	justify-content: flex-end !important;
}

.navbar-nav .nav-item {
	display: flex;
	align-items: center;
}

.navbar-nav .nav-link {
	padding: 0.75rem 1rem !important;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.3s ease;
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
	background: #ffffff;
	border: none;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border-radius: 8px;
	margin-top: 0.5rem;
}

.navbar-nav .dropdown-item {
	color: #333333 !important;
	padding: 0.75rem 1.5rem;
	transition: all 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
	background-color: #f8b821 !important;
	color: #ffffff !important;
}

/* Header Background */
.site-header {
	background: #212529 !important;
}

.navbar {
	background: transparent !important;
	padding: 0.75rem 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #f8b821 !important;
} 

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links - Navigation Friendly
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: underline;
	background: transparent;
}

/* Navigation specific links */
.navbar-nav .nav-link {
	color: #ffffff !important;
	text-decoration: none !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #f8b821 !important;
	text-decoration: none !important;
	background: transparent !important;
}

/* Footer links */
.site-footer a {
	color: #ffffff !important;
	min-height: 44px;
	padding: 8px 12px;
	display: inline-block;
}

.site-footer a:hover {
	color: #f8b821 !important;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}












/* ++++++++++++++++++++++++++++++++ */
/*      ELEMENTOR COMPATIBILITY    */
/* ++++++++++++++++++++++++++++++++ */

/* Reset Elementor conflicts */
.elementor-widget-container {
	all: unset;
	display: block !important;
}

.elementor-section {
	all: unset;
	display: flex !important;
	flex-direction: column;
}

.elementor-container {
	all: unset;
	display: flex !important;
	flex-wrap: wrap;
}

.elementor-row {
	all: unset;
	display: flex !important;
	flex-wrap: wrap;
}

.elementor-column {
	all: unset;
	display: flex !important;
	flex-direction: column;
}

/* Force Elementor styles over theme */
.elementor * {
	box-sizing: border-box !important;
}

/* Header/Footer visibility fix - FORCE DISPLAY */
.elementor-location-header,
.elementor-location-footer,
#masthead,
.site-header,
#colophon,
.site-footer,
header,
footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 9999 !important;
}

/* Force header background consistency */
.elementor-location-header,
#masthead,
.site-header,
header {
	background: var(--header-bg) !important;
	background-color: var(--header-bg) !important;
}

/* Override Elementor Canvas Template */
body.elementor-template-canvas #masthead,
body.elementor-template-canvas .site-header,
body.elementor-template-canvas header {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 9999 !important;
	width: 100% !important;
	background: var(--header-bg) !important;
	background-color: var(--header-bg) !important;
}

body.elementor-template-canvas #colophon,
body.elementor-template-canvas .site-footer,
body.elementor-template-canvas footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 9999 !important;
	width: 100% !important;
}

/* ++++++++++++++++++++++++++++++++ */
/*         CSS VARIABLES          */
/* ++++++++++++++++++++++++++++++++ */

:root {
	--theme-color: #f1af1f;
	--theme-color-hover: #d4941a;
	--theme-color-light: rgba(241, 175, 31, 0.1);
	--header-bg: #000000;
	--header-text: #ffffff;
	--text-dark: #000000;
	--text-light: #ffffff;
}

/* ++++++++++++++++++++++++++++++++ */
/*           GENERAL STYLES        */
/* ++++++++++++++++++++++++++++++++ */

body {
	margin-bottom: 0;
}

.themecolor {
	color: var(--theme-color);
}

a:focus {
	color: var(--theme-color);
}

a:visited {
	color: var(--text-dark);
}

/* ++++++++++++++++++++++++++++++++ */
/*          STICKY HEADER          */
/* ++++++++++++++++++++++++++++++++ */

#masthead {
	position: sticky !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 1030 !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;

	background-color: var(--header-bg);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* Ensure sticky positioning works */
.sticky-top {
	position: sticky !important;
	top: 0 !important;
	z-index: 1030 !important;
}

#masthead.scrolled {
	background-color: var(--header-bg);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* ++++++++++++++++++++++++++++++++ */
/*       NAVIGATION - DESKTOP      */
/* ++++++++++++++++++++++++++++++++ */

/* Header row layout */
.navbar .row {
	margin: 0;
}

.navbar .row > [class*="col-"] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/* Desktop navigation */
@media (min-width: 992px) {
	.navbar-nav {
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.navbar-nav .nav-item {
		position: relative;
	}
	
	/* Main dropdown menu - Hidden by default */
	.navbar-nav .dropdown-menu {
		position: absolute !important;
		top: 100% !important;
		left: 0;
		display: none !important;
		min-width: 200px !important;
		margin-top: 0 !important;
		border: 1px solid #dee2e6 !important;
		border-radius: 0.375rem !important;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
		z-index: 100000 !important;
		opacity: 0;
		transform: translateY(-10px);
		transition: all 0.3s ease !important;
		pointer-events: none;
	}
	
	/* Nested dropdown (submenu) - Hidden by default */
	.navbar-nav .dropdown-menu .dropdown-menu {
		position: absolute !important;
		top: 0 !important;
		left: 100% !important;
		margin-left: 0;
		margin-top: 0;
		display: none !important;
		opacity: 0;
		transform: translateX(-10px);
		transition: all 0.3s ease;
		pointer-events: none;
	}
	
	/* Show dropdown on hover with animation */
	.navbar-nav .dropdown:hover > .dropdown-menu {
		display: block !important;
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
	
	/* Show nested dropdown on hover with animation */
	.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
		display: block !important;
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
	}
	
	.navbar-nav .dropdown-item {
		color: var(--text-dark) !important;
		position: relative;
		transition: all 0.3s ease;
	}
	
	/* Arrow icons for dropdown items */
	.navbar-nav .dropdown-toggle i {
		transition: transform 0.3s ease;
		font-size: 0.8rem;
	}
	
	/* Rotate arrow on hover for main menu */
	.navbar-nav .dropdown:hover > .nav-link i {
		transform: rotate(180deg);
	}
	
	/* Position submenu arrows */
	.navbar-nav .dropdown-menu .dropdown-toggle i {
		float: right;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
	
	/* Hover effect for submenu arrows */
	.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item i {
		transform: translateX(3px);
	}
	
	.navbar-nav .nav-link {
		padding: 0.5rem 0.6rem;
	}
	
	/* Hide mobile toggle on desktop */
	.navbar-toggler {
		display: none !important;
	}
	
	/* Hide Bootstrap default caret */
	.navbar-nav .dropdown-toggle::after {
		display: none !important;
	}
	
	/* Hide default menu arrow */
	.navbar-nav .menu-item-has-children > a::after {
		display: none !important;
	}
}

/* Mobile and tablet responsive */
@media (max-width: 991.98px) {
	.navbar-collapse {
		display: none !important;
	}
	
	.navbar-toggler {
		display: block !important;
	}
	

}

.dropdown-item.active, .dropdown-item:active{
	background-color: transparent !important;
}

/* ++++++++++++++++++++++++++++++++ */
/*      NAVIGATION - OFFCANVAS     */
/* ++++++++++++++++++++++++++++++++ */

/* Offcanvas scroll fix */
.offcanvas {
	max-height: 100vh !important;
	height: 100vh !important;
	overflow: hidden !important;
}

.offcanvas-body {
	overflow-y: auto !important;
	max-height: calc(100vh - 80px) !important;
	padding: 1rem !important;
	-webkit-overflow-scrolling: touch;
}

.offcanvas-header {
	flex-shrink: 0 !important;
	height: 80px !important;
	padding: 1rem !important;
	border-bottom: 1px solid #dee2e6 !important;
}

/* Mobile menu navigation */
#mobile-menu {
	width: 100% !important;
	padding: 0 !important;
}

#mobile-menu .nav {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.offcanvas .nav-item.dropdown .dropdown-menu {
	display: none;
	position: static;
	box-shadow: none;
	border: none;
	padding-left: 1rem;
	margin-top: 0.5rem;
	background-color: #f8f9fa;
	border-radius: 0.375rem;
}

.offcanvas .nav-item.dropdown.show .dropdown-menu {
	display: block;
}

.offcanvas .dropdown-toggle::after {
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.offcanvas .dropdown.show .dropdown-toggle::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ++++++++++++++++++++++++++++++++ */
/*          BRANDING LOGO          */
/* ++++++++++++++++++++++++++++++++ */

.site-branding img.custom-logo,
.custom-logo {
	max-width: 100%;
	height: 60px;
	object-fit: contain;
	-o-object-fit: contain;
	transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
}

/* Responsive logo sizing */
@media (max-width: 768px) {
	.site-branding img.custom-logo,
	.custom-logo {
		height: 50px;
	}
}

@media (max-width: 576px) {
	.site-branding img.custom-logo,
	.custom-logo {
		height: 45px;
	}
}

#masthead.scrolled .site-branding img.custom-logo,
#masthead.scrolled .custom-logo {
	height: 50px;
}

@media (max-width: 768px) {
	#masthead.scrolled .site-branding img.custom-logo,
	#masthead.scrolled .custom-logo {
		height: 40px;
	}
}

/* ++++++++++++++++++++++++++++++++ */
/*     HEADER LINK STYLING         */
/* ++++++++++++++++++++++++++++++++ */

/* Force consistent header background and text colors - HIGHEST PRIORITY */
body #masthead,
body .site-header,
body header,
body .navbar,
body .elementor-location-header,
.home #masthead,
.home .site-header,
.home header,
.home .navbar {
	background: #000000 !important;
	background-color: #000000 !important;
	background-image: none !important;
}

/* Force white text on header */
body #masthead a,
body .site-header a,
body header a,
body .navbar a,
body .navbar-brand,
.home #masthead a,
.home .site-header a,
.home header a,
.home .navbar a,
.home .navbar-brand {
	color: #ffffff !important;
	font-size: 0.9rem;
	font-weight: 400;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

#masthead .dropdown-menu a,
.site-header .dropdown-menu a{
	color: var(--text-dark) !important;
}

/* Navigation text colors - FORCE WHITE */
body #masthead .navbar-nav .nav-link,
body .site-header .navbar-nav .nav-link,
body .navbar-nav .nav-link,
.home #masthead .navbar-nav .nav-link,
.home .site-header .navbar-nav .nav-link,
.home .navbar-nav .nav-link {
	color: #ffffff !important;
}

body #masthead .navbar-brand,
body .site-header .navbar-brand,
body .navbar-brand,
.home #masthead .navbar-brand,
.home .site-header .navbar-brand,
.home .navbar-brand {
	color: #ffffff !important;
}

/* Current menu styles */
.navbar-nav .nav-item.current-menu-item > .nav-link,
.navbar-nav .nav-item.current_page_item > .nav-link,
.navbar-nav .nav-item.current-page-ancestor > .nav-link {
	color: var(--theme-color) !important;
	font-weight: 600;
	position: relative;
}

.navbar-nav .nav-item.current-menu-item > .nav-link::after,
.navbar-nav .nav-item.current_page_item > .nav-link::after,
.navbar-nav .nav-item.current-page-ancestor > .nav-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: 3px !important;
    left: 52% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 58% !important;
    height: 2px !important;
    background-color: var(--theme-color) !important;
    border-radius: 4px !important;
}

/* Offcanvas current menu */
.offcanvas .nav-item.current-menu-item > a,
.offcanvas .nav-item.current_page_item > a,
.offcanvas .nav-item.current-page-ancestor > a {
	color: var(--theme-color) !important;
	font-weight: 600;
	background-color: rgba(248, 184, 33, 0.1);
	border-radius: 4px;
}

/* ++++++++++++++++++++++++++++++++ */
/*         TOGGLER BUTTON          */
/* ++++++++++++++++++++++++++++++++ */

.navbar-toggler {
	border: 1px solid var(--theme-color);
	border-radius: 4px;
	background: var(--theme-color);
	cursor: pointer;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	padding: 0.5rem;
	margin-left: auto;
}

.navbar-toggler:hover {
	background: transparent;
	border-color: var(--theme-color);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 1rem;
	height: 1rem;
	transition: 0.3s ease;
	display: block;
}

.navbar-toggler:hover .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28241, 175, 31, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive adjustments */
@media (max-width: 576px) {
	.navbar-toggler {
		padding: 0.25rem 0.5rem;
	}
	
	.navbar-toggler-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 auto;
	}
	
	/* Mobile offcanvas adjustments */
	.offcanvas {
		width: 280px !important;
	}
	
	.offcanvas-header {
		height: 70px !important;
	}
	
	.offcanvas-body {
		max-height: calc(100vh - 70px) !important;
		padding: 0.75rem !important;
	}
}

/* Additional mobile menu styling */
@media (max-width: 991.98px) {
	/* Offcanvas menu items */
	.offcanvas .nav-link {
		padding: 0.75rem 1rem !important;
		color: var(--text-dark) !important;
		border-bottom: 1px solid #eee !important;
		transition: all 0.3s ease !important;
		display: block !important;
		width: 100% !important;
		text-decoration: none !important;
	}
	
	.offcanvas .nav-link:hover {
		background-color: var(--theme-color-light) !important;
		color: var(--theme-color) !important;
	}
	
	.offcanvas .nav-item.current-menu-item .nav-link {
		background-color: var(--theme-color) !important;
		color: white !important;
		font-weight: 600 !important;
	}
	
	/* Dropdown items in offcanvas */
	.offcanvas .dropdown-menu .nav-link {
		padding: 0.5rem 1.5rem !important;
		font-size: 0.9rem !important;
		border-bottom: 1px solid #f0f0f0 !important;
	}
	
	.offcanvas .dropdown-menu .nav-link:hover {
		background-color: var(--theme-color-light) !important;
		color: var(--theme-color) !important;
	}
}

/* ++++++++++++++++++++++++++++++++ */
/*        COMMENT FORM STYLES     */
/* ++++++++++++++++++++++++++++++++ */

.sso-form-group {
	position: relative;
	margin-bottom: 1.5rem;
}

.sso-form-label {
	display: block;
	font-weight: 600;
	color: var(--text-dark);
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
}

.sso-form-control {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	background-color: #fff;
	color: var(--text-dark);
}

.sso-form-control:focus {
	border-color: var(--theme-color);
	box-shadow: 0 0 0 0.2rem var(--theme-color-light);
	outline: none;
}

.sso-form-control::placeholder {
	color: #6c757d;
	font-style: italic;
}

.sso-form-text {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.85rem;
	color: #6c757d;
}

.sso-btn-primary {
	background-color: var(--theme-color);
	border: 2px solid var(--theme-color);
	color: #fff;
	padding: 0.875rem 2rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.sso-btn-primary:hover {
	background-color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(241, 175, 31, 0.3);
}

.sso-alert-info {
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color);
	border-radius: 8px;
	padding: 1rem;
	color: var(--text-dark);
	font-size: 0.9rem;
}

.sso-comment-title {
	color: var(--text-dark);
	margin-bottom: 1.5rem;
	font-weight: 700;
	border-bottom: 3px solid var(--theme-color);
	padding-bottom: 0.5rem;
	display: inline-block;
}

/* Comment List Styles */
.comment-list {
	padding: 0;
	margin: 0;
}

.comment-item {
	background: #f8f9fa;
	border-left: 4px solid var(--theme-color);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: 0 8px 8px 0;
	transition: all 0.3s ease;
}

.comment-item:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transform: translateX(5px);
}

.comment-avatar img {
	border-radius: 50%;
	border: 3px solid var(--theme-color);
}

.comment-author-name {
	color: var(--theme-color);
	font-weight: 600;
	font-size: 1.1rem;
}

.comment-date {
	color: #6c757d;
	font-size: 0.85rem;
}

.comment-text {
	line-height: 1.6;
	color: var(--text-dark);
	margin-top: 1rem;
}

/* Blog Filter Styles */
.blog-filter-container {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.blog-filter-container .input-group {
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.blog-filter-container .form-control {
	border: none;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	background: #fff;
	transition: all 0.3s ease;
}

.blog-filter-container .form-control:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-color-light);
	border-color: var(--theme-color);
}

.blog-filter-container .btn-outline-secondary {
	border: none;
	background: #ffffff !important;
	color: var(--theme-color) !important;
	padding: 1rem;
	transition: all 0.3s ease;
	border-radius: 0;
}

.blog-filter-container .btn-outline-secondary:hover {
	background: #f8f9fa !important;
	color: var(--theme-color-hover) !important;
	transform: scale(1.1);
}

.blog-filter-container .btn-outline-secondary i {
	color: var(--theme-color) !important;
	font-size: 1.2rem;
}

.blog-filter-container .btn-outline-secondary:hover i {
	color: var(--theme-color-hover) !important;
}

.blog-filter-container .input-group-text {
	background-color: var(--theme-color);
	border: none;
	color: #fff;
	padding: 1rem 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog-filter-container .input-group-text:hover {
	background-color: var(--theme-color-hover);
}

/* Advanced Pagination Styles */
.pagination-lg .page-link {
	padding: 0.75rem 1.25rem;
	font-size: 1.1rem;
	border-radius: 8px;
	margin: 0 0.25rem;
	border: 2px solid #dee2e6;
	color: var(--text-dark);
	transition: all 0.3s ease;
}

.pagination-lg .page-item.active .page-link {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(241, 175, 31, 0.3);
}

.pagination-lg .page-link:hover {
	background-color: var(--theme-color-light);
	border-color: var(--theme-color);
	color: var(--theme-color);
	transform: translateY(-2px);
}

.pagination-lg .page-item.disabled .page-link {
	color: #6c757d;
	background-color: #fff;
	border-color: #dee2e6;
	cursor: not-allowed;
}

/* Blog Card Hover Effects */
.blog-card {
	transition: all 0.3s ease;
	border: none;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-card-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-card:hover .blog-card-img {
	transform: scale(1.05);
}

.blog-card-category {
	background: var(--theme-color);
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-card-category:hover {
	background: var(--theme-color-hover);
	color: #fff;
	transform: scale(1.05);
}

.blog-card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-card-meta {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	font-size: 0.85rem;
	color: #6c757d;
}

.blog-card-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.blog-card-title a {
	color: var(--text-dark);
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-card-title a:hover {
	color: var(--theme-color);
}

.blog-card-excerpt {
	color: #6c757d;
	line-height: 1.6;
	flex-grow: 1;
	margin-bottom: 1.5rem;
}

.read-more-btn {
	background: var(--theme-color);
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

.read-more-btn:hover {
	background: var(--theme-color-hover);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(241, 175, 31, 0.3);
}

/* ++++++++++++++++++++++++++++++++ */
/*      COMMENT FORM STYLES        */
/* ++++++++++++++++++++++++++++++++ */

/* Comment Form Container */
.comments-area {
	margin: 3rem 0;
	padding: 2rem;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border: 1px solid #e9ecef;
}

.sso-comment-title {
	font-family: 'Raleway', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--text-dark);
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 3px solid var(--theme-color);
	display: flex;
	align-items: center;
}

.sso-comment-title i {
	color: var(--theme-color);
	font-size: 1.5rem;
}

/* Comment Form Styling */
.comment-form {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 12px;
	margin-top: 2rem;
	border: 1px solid #dee2e6;
}

.comment-form h3 {
	margin-bottom: 1.5rem;
	color: var(--text-dark);
	font-weight: 600;
}

/* Form Groups */
.sso-form-group {
	margin-bottom: 1.5rem;
	position: relative;
}

.sso-form-label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: var(--text-dark);
	font-size: 0.95rem;
	letter-spacing: 0.3px;
}

.sso-form-label .text-danger {
	color: #dc3545 !important;
	font-weight: 700;
}

/* Form Controls */
.sso-form-control {
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	border: 2px solid #dee2e6;
	border-radius: 8px;
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	resize: vertical;
}

.sso-form-control:focus {
	border-color: var(--theme-color);
	box-shadow: 0 0 0 0.2rem rgba(241, 175, 31, 0.25);
	outline: none;
	background-color: #ffffff;
}

.sso-form-control::placeholder {
	color: #6c757d;
	opacity: 0.8;
	font-style: italic;
}

/* Textarea Specific */
textarea.sso-form-control {
	min-height: 120px;
	resize: vertical;
}

/* Form Text */
.sso-form-text {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: #6c757d;
	font-style: italic;
}

/* Submit Button */
.sso-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	background: linear-gradient(135deg, var(--theme-color) 0%, #e6a01d 100%);
	border: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(241, 175, 31, 0.3);
	min-width: 160px;
}

.sso-btn-primary:hover {
	background: linear-gradient(135deg, #e6a01d 0%, var(--theme-color) 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(241, 175, 31, 0.4);
	color: #ffffff;
}

.sso-btn-primary:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(241, 175, 31, 0.5);
}

.sso-btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(241, 175, 31, 0.3);
}

.sso-btn-primary i {
	margin-left: 0.5rem;
	font-size: 0.9rem;
}

/* Alert Messages */
.sso-alert-info {
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border: 1px solid #bee5eb;
	border-radius: 8px;
	display: flex;
	align-items: center;
	font-size: 0.95rem;
}

.sso-alert-info i {
	color: #0c5460;
	font-size: 1.1rem;
}

/* Comment List Styles */
.comment-list {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
}

.comment-item {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	background: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.comment-item:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.comment-body {
	position: relative;
}

.comment-meta {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	gap: 1rem;
}

.comment-avatar img {
	border-radius: 50%;
	border: 3px solid var(--theme-color);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.comment-metadata {
	flex-grow: 1;
}

.comment-author-name {
	font-weight: 600;
	color: var(--text-dark);
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
}

.comment-author-name a {
	color: var(--text-dark);
	text-decoration: none;
	transition: color 0.3s ease;
}

.comment-author-name a:hover {
	color: var(--theme-color);
}

.comment-date {
	font-size: 0.85rem;
	color: #6c757d;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.comment-date i {
	font-size: 0.8rem;
}

.comment-actions {
	display: flex;
	gap: 0.5rem;
}

.comment-actions .btn {
	padding: 0.375rem 0.75rem;
	font-size: 0.85rem;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.comment-content {
	margin-top: 1rem;
}

.comment-text {
	line-height: 1.7;
	color: #333;
	font-size: 0.95rem;
}

.comment-text p {
	margin-bottom: 1rem;
}

.comment-text p:last-child {
	margin-bottom: 0;
}

/* Nested Comments */
.comment-list .children {
	list-style: none;
	padding-left: 2rem;
	margin-top: 1rem;
	border-left: 3px solid var(--theme-color-light);
}

.comment-list .children .comment-item {
	background: #f8f9fa;
	border-color: #dee2e6;
}

/* Comment Navigation */
.comment-navigation {
	margin: 2rem 0;
	padding: 1rem;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #dee2e6;
}

.comment-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment-navigation a {
	color: var(--theme-color);
	text-decoration: none;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.comment-navigation a:hover {
	background: var(--theme-color);
	color: #ffffff;
}

/* Form Validation States */
.sso-form-control.is-invalid {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.sso-form-control.is-valid {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.85rem;
	color: #dc3545;
}

.valid-feedback {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.85rem;
	color: #28a745;
}

/* Loading States */
.sso-btn-primary.loading {
	pointer-events: none;
	opacity: 0.7;
	position: relative;
}

.sso-btn-primary.loading::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	margin: auto;
	border: 2px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

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

/* Responsive Design */
@media (max-width: 768px) {
	.comments-area {
		padding: 1.5rem 1rem;
		margin: 2rem 0;
	}
	
	.sso-comment-title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		flex-direction: column;
		text-align: center;
		gap: 0.5rem;
	}
	
	.comment-form {
		padding: 1.5rem 1rem;
	}
	
	.sso-form-control {
		padding: 0.875rem 1rem;
		font-size: 0.95rem;
	}
	
	.sso-btn-primary {
		padding: 0.875rem 1.5rem;
		font-size: 0.95rem;
		width: 100%;
		justify-content: center;
		min-width: auto;
	}
	
	.comment-item {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	
	.comment-meta {
		flex-direction: column;
		gap: 0.75rem;
		text-align: center;
	}
	
	.comment-avatar {
		align-self: center;
	}
	
	.comment-metadata {
		text-align: center;
	}
	
	.comment-actions {
		justify-content: center;
		margin-top: 1rem;
	}
	
	.comment-list .children {
		padding-left: 1rem;
	}
	
	.comment-navigation .nav-links {
		flex-direction: column;
		gap: 1rem;
	}
	
	.blog-filter-container {
		max-width: 100%;
	}
	
	.pagination-lg .page-link {
		padding: 0.5rem 0.75rem;
		font-size: 0.9rem;
		margin: 0 0.1rem;
	}
	
	.blog-card-body {
		padding: 1rem;
	}
	
	.blog-card-meta {
		flex-direction: column;
		gap: 0.5rem;
	}
}

@media (max-width: 480px) {
	.comments-area {
		padding: 1rem 0.75rem;
		border-radius: 10px;
	}
	
	.sso-comment-title {
		font-size: 1.25rem;
	}
	
	.comment-form {
		padding: 1rem 0.75rem;
		border-radius: 8px;
	}
	
	.sso-form-control {
		padding: 0.75rem;
		font-size: 0.9rem;
	}
	
	.sso-btn-primary {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
	}
	
	.comment-item {
		padding: 0.75rem;
		border-radius: 8px;
	}
	
	.comment-avatar img {
		width: 40px;
		height: 40px;
	}
	
	.comment-author-name {
		font-size: 1rem;
	}
	
	.comment-date {
		font-size: 0.8rem;
	}
	
	.comment-text {
		font-size: 0.9rem;
	}
}

/* Additional Form Enhancements */
.sso-form-group.focused .sso-form-label {
	color: var(--theme-color);
	transition: color 0.3s ease;
}

.sso-form-group.focused .sso-form-control {
	border-color: var(--theme-color);
	box-shadow: 0 0 0 0.2rem rgba(241, 175, 31, 0.25);
}

/* Character Counter Styles */
.char-counter {
	font-size: 0.8rem;
	text-align: right;
	margin-top: 0.25rem;
	transition: color 0.3s ease;
}

.char-counter.text-warning {
	color: #ffc107 !important;
	font-weight: 600;
}

.char-counter.text-danger {
	color: #dc3545 !important;
	font-weight: 700;
}

/* Network Warning Styles */
#network-warning {
	animation: slideInRight 0.3s ease-out;
	border-left: 4px solid #ffc107;
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* Success Message Styles */
.alert-success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	border-left: 4px solid #28a745;
}

.alert-success i {
	color: #28a745;
	font-size: 1.1rem;
}

/* Comment Draft Indicator */
.draft-indicator {
	position: absolute;
	top: -8px;
	right: 10px;
	background: var(--theme-color);
	color: white;
	font-size: 0.7rem;
	padding: 2px 6px;
	border-radius: 4px;
	pointer-events: none;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Enhanced Button States */
.sso-btn-primary:disabled {
	background: #6c757d;
	border-color: #6c757d;
	cursor: not-allowed;
	opacity: 0.65;
	transform: none;
	box-shadow: none;
}

/* Form Animation */
.comment-form {
	animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Comment Item Animation */
.comment-item {
	animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Improved Focus Indicators */
.sso-form-control:focus-visible {
	outline: 2px solid var(--theme-color);
	outline-offset: 2px;
}

.sso-btn-primary:focus-visible {
	outline: 2px solid var(--theme-color);
	outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.sso-form-control {
		border-width: 2px;
	}
	
	.sso-btn-primary {
		border: 2px solid #000;
	}
	
	.comment-item {
		border-width: 2px;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	.sso-form-control,
	.sso-btn-primary,
	.comment-item,
	.comment-form,
	#network-warning,
	.draft-indicator {
		animation: none;
		transition: none;
	}
	
	.sso-btn-primary:hover {
		transform: none;
	}
	
	.comment-item:hover {
		transform: none;
	}
}

/* Print Styles for Comments */
@media print {
	.comment-form,
	.comment-actions,
	#network-warning {
		display: none !important;
	}
	
	.comment-item {
		box-shadow: none;
		border: 1px solid #000;
		break-inside: avoid;
	}
	
	.comment-text {
		color: #000 !important;
	}
}

/* Header Scroll Class */
#masthead.scrolled {
	background-color: rgba(0, 0, 0, 0.95) !important;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
}

/* Hide mobile toggle on desktop */
@media (min-width: 992px) {
	.navbar-toggler {
		display: none !important;
	}
}

/* SEO Optimized Loading States */
.loading-skeleton {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

/* Print Styles for SEO */
@media print {
	.navbar, .offcanvas, .pagination, .filter-btn {
		display: none !important;
	}
	
	.blog-content {
		color: #000 !important;
		background: #fff !important;
	}
	
	.blog-content a {
		color: #000 !important;
		text-decoration: underline !important;
	}
}

/* ++++++++++++++++++++++++++++++++ */
/*         MOBILE MENU             */
/* ++++++++++++++++++++++++++++++++ */

#mobileMenu {
	background-color: #ffffff;
	height: 100vh;
}

#mobile-menu {
	margin-left: 0 !important;
}

#mobile-menu ul.list-unstyled {
	margin-left: 15px !important;
}

#mobile-menu .collapse.show ul.list-unstyled{
	margin-left: 15px !important;
}

/* Mobile Collapse Dropdown */
.offcanvas .nav-link[data-bs-toggle="collapse"] {
	text-decoration: none;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.offcanvas .nav-link[data-bs-toggle="collapse"] i {
	transition: transform 0.3s ease;
}

.offcanvas .nav-link[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.offcanvas .collapse .nav-link {
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	color: #666;
}

.offcanvas .collapse .nav-link:hover {
	color: var(--theme-color);
	background-color: rgba(248, 184, 33, 0.1);
}

.blog-banner-content .breadcrumb-nav{
	background: transparent;
}

.blog-banner-content .breadcrumb-nav ol.breadcrumb {
	justify-content: center;
}

.blog-banner-content .breadcrumb-nav ol.breadcrumb a{
	text-decoration: none;
	transition: 0.3s ease-in-out;
	color: #ffffff !important;
}

.blog-banner-content .breadcrumb-nav ol.breadcrumb a:hover{
	text-decoration: underline;
}

.blog-banner-content .breadcrumb-item+.breadcrumb-item::before{
	color: #ffffff !important;
}

.blog-banner-content p.lead a{
	text-decoration: none;
	transition: 0.3s ease-in-out;
	color: #ffffff !important;
}

/* ++++++++++++++++++++++++++++++++ */
/*      BLOG TEMPLATE STYLES       */
/* ++++++++++++++++++++++++++++++++ */

/* Typography for all templates */
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1rem;
	color: var(--text-dark);
}

.blog-content h1 { font-size: 2.5rem; }
.blog-content h2 { font-size: 2rem; }
.blog-content h3 { font-size: 1.75rem; }
.blog-content h4 { font-size: 1.5rem; }
.blog-content h5 { font-size: 1.25rem; }
.blog-content h6 { font-size: 1.1rem; }

.blog-content p {
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.2rem;
	color: #333;
	text-align: justify;
}

.blog-content a {
	color: var(--theme-color);
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
}

.blog-content a:hover {
	color: #e6a01d;
	text-decoration: underline;
}

.blog-content ul, .blog-content ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.blog-content li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.blog-content blockquote {
	border-left: 4px solid var(--theme-color);
	padding: 1rem 1.5rem;
	margin: 2rem 0;
	background: #f9f9f9;
	font-style: italic;
	border-radius: 0 8px 8px 0;
}

.blog-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5rem 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.blog-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.blog-content th, .blog-content td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.blog-content th {
	background: var(--theme-color);
	color: white;
	font-weight: 600;
}

.blog-content tr:hover {
	background: #f5f5f5;
}

/* Template 1 - Full Banner Styles */
.blog-banner {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.blog-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	z-index: 1;
}

.blog-banner-content {
	position: relative;
	z-index: 2;
	color: white;
	text-align: center;
}

.blog-banner h1 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.blog-banner .lead {
	font-size: 1.3rem;
	margin-bottom: 2rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Template 2 - Card Layout Styles */
.blog-card-header {
	background: linear-gradient(135deg, var(--theme-color) 0%, #e6a01d 100%);
	color: white;
	padding: 2rem;
	border-radius: 15px 15px 0 0;
	text-align: center;
}

.blog-card-header h1 {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.blog-card-content {
	background: white;
	padding: 2rem;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.blog-section {
	margin-bottom: 3rem;
	padding: 2rem;
	border-radius: 12px;
	background: #f8f9fa;
	border-left: 5px solid var(--theme-color);
	position: relative;
}

.blog-section::before {
	content: counter(section-counter);
	counter-increment: section-counter;
	position: absolute;
	top: -10px;
	left: 20px;
	background: var(--theme-color);
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 0.9rem;
}

.blog-sections {
	counter-reset: section-counter;
}

/* Template 3 - Magazine Style */
.magazine-header {
	background: linear-gradient(45deg, #000 0%, #333 100%);
	color: white;
	padding: 3rem 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.magazine-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	opacity: 0.3;
}

.magazine-header h1 {
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}

.featured-section {
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	padding: 2.5rem;
	margin: 2rem 0;
	border-radius: 20px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}

.featured-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(to bottom, var(--theme-color), #e6a01d);
}

.highlight-box {
	background: linear-gradient(135deg, var(--theme-color) 0%, #e6a01d 100%);
	color: white;
	padding: 2rem;
	border-radius: 15px;
	margin: 2rem 0;
	box-shadow: 0 10px 25px rgba(248, 184, 33, 0.3);
	position: relative;
}

.highlight-box::after {
	content: '💡';
	position: absolute;
	top: -10px;
	right: 20px;
	font-size: 2rem;
	background: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Blog Listing Page Styles */
.blog-card {
	border: none;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.blog-card-img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img {
	transform: scale(1.05);
}

.blog-card-body {
	padding: 1.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.blog-card-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--text-dark);
	line-height: 1.4;
}

.blog-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-card-title a:hover {
	color: var(--theme-color);
}

.blog-card-excerpt {
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	flex-grow: 1;
}

.blog-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	color: #888;
}

.blog-card-category {
	background: var(--theme-color);
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease;
}

.blog-card-category:hover {
	background: #e6a01d;
	color: white;
}

.read-more-btn {
	background: linear-gradient(135deg, var(--theme-color) 0%, #e6a01d 100%);
	color: white;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.read-more-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(248, 184, 33, 0.4);
	color: white;
}

/* Category Filter Styles */
.category-filter {
	margin-bottom: 3rem;
	text-align: center;
}

.category-filter .form-select {
	border: 2px solid var(--theme-color);
	border-radius: 25px;
	padding: 0.75rem 1.5rem;
	font-weight: 500;
	transition: all 0.3s ease;
	background-color: white;
	color: var(--text-dark);
}

.category-filter .form-select:focus {
	border-color: var(--theme-color);
	box-shadow: 0 0 0 0.2rem rgba(248, 184, 33, 0.25);
	outline: none;
}

.category-filter .form-select:hover {
	border-color: #e6a01d;
	transform: translateY(-1px);
}

.filter-btn {
	background: transparent;
	border: 2px solid var(--theme-color);
	color: var(--theme-color);
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	margin: 0.25rem;
	transition: all 0.3s ease;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

.filter-btn:hover,
.filter-btn.active {
	background: var(--theme-color);
	color: white;
	transform: translateY(-2px);
	text-decoration: none;
}

/* Pagination Styles */
.pagination {
	justify-content: center;
	margin-top: 3rem;
}

.page-link {
	color: var(--theme-color);
	border: 1px solid #dee2e6;
	padding: 0.75rem 1rem;
	margin: 0 0.25rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.page-link:hover {
	background: var(--theme-color);
	color: white;
	border-color: var(--theme-color);
}

.page-item.active .page-link {
	background: var(--theme-color);
	border-color: var(--theme-color);
}

/* Responsive Design */
@media (max-width: 768px) {
	.blog-banner h1 {
		font-size: 2.5rem;
	}
	
	.blog-banner .lead {
		font-size: 1.1rem;
	}
	
	.blog-content h1 { font-size: 2rem; }
	.blog-content h2 { font-size: 1.75rem; }
	.blog-content h3 { font-size: 1.5rem; }
	
	.magazine-header h1 {
		font-size: 2.5rem;
	}
	
	.blog-card-header h1 {
		font-size: 2rem;
	}
	
	.featured-section,
	.blog-section {
		padding: 1.5rem;
	}
	
	.highlight-box {
		padding: 1.5rem;
	}

	.site-branding img.custom-logo{
		height: 50px;
	}
}

@media (max-width: 576px) {
	.blog-banner {
		min-height: 50vh;
	}
	
	.blog-banner h1 {
		font-size: 2rem;
	}
	
	.magazine-header h1 {
		font-size: 2rem;
	}
	
	.blog-card-header,
	.blog-card-content {
		padding: 1.5rem;
	}
}

.footer-copyright p, .footer-copyright a {
	color: #ffffff !important;
	font-size: 0.8rem;
	margin: 0;
}

#tonggerBtn {
	text-align: center;
    padding: 8px !important;
    min-width: unset;
    min-height: unset;
}

.offcanvas-header .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
    width: 1.5em !important;
    height: 1.5em !important;
    opacity: 1 !important;
}

.dropdown-mobile .dropdown-toggle-mobile {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid #eee !important;
    text-decoration: none !important;
    color: #333 !important;
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
}

.dropdown-mobile .dropdown-toggle-mobile:hover {
    background-color: #f8f9fa !important;
    color: #e3922b !important;
}

.dropdown-mobile .collapse {
    background-color: #f8f9fa !important;
}

.dropdown-mobile .sub-menu-link {
    padding: 0.5rem 1rem !important;
    border-bottom: 1px solid #eee !important;
    color: #666 !important;
    display: block !important;
    text-decoration: none !important;
}

.dropdown-mobile .sub-menu-link:hover {
    background-color: #e9ecef !important;
    color: #e3922b !important;
}

.dropdown-mobile .bi-chevron-down {
    transition: transform 0.3s ease !important;
}

.dropdown-mobile .dropdown-toggle-mobile[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg) !important;
}

.offcanvas .nav-item {
    border-bottom: 1px solid #eee;
}

.offcanvas .nav-link {
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
}

.offcanvas .nav-link:hover {
    background-color: #f8f9fa;
    color: #e3922b;
}

.navbar-toggler {
    border: 1px solid #e3922b !important;
    border-radius: 4px !important;
    background: #e3922b !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
    -webkit-transition: 0.3s ease !important;
    -moz-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    padding: 0.5rem !important;
}

/* ++++++++++++++++++++++++++++++++ */
/*    FINAL HEADER OVERRIDE        */
/* ++++++++++++++++++++++++++++++++ */

/* ULTIMATE HEADER BACKGROUND FIX - HIGHEST PRIORITY */
html body #masthead,
html body .site-header,
html body header,
html body .navbar,
html body .elementor-location-header,
html .home #masthead,
html .home .site-header,
html .home header,
html .home .navbar {
	background: #000000 !important;
	background-color: #000000 !important;
	background-image: none !important;
}



/* Fix dropdown text */
html body .dropdown-menu *,
html .home .dropdown-menu * {
	color: #000000 !important;
}

/* Keyword or Tags text */
html body .keyword_tags { 
	background:#fff3e0;
	color:#e65100;
	padding:8px 14px;
	border-radius:8px;
	font-weight:600;
	font-size:15px;
	border:1px solid #ffc107;
}

footer#colophon ul.menu a{
	padding: 0;
    height: unset;
    min-height: unset;
	margin-bottom: 0.5rem !important;
}