/*
Theme Name: WP Sikau
Theme URI: https://wpsikau.com
Author: WP सिकौँ
Author URI: https://wpsikau.com
Description: WP सिकौँ mobile API plugin सँग मिल्ने courses, jobs, notices, exchange rate र Bible Quiz सहितको responsive WordPress theme।
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpsikau
Tags: education, blog, custom-logo, custom-menu, featured-images, one-column, responsive-layout
*/

:root {
	--wps-primary: #21759b;
	--wps-primary-dark: #123b55;
	--wps-sky: #4bb3d3;
	--wps-orange: #f59e0b;
	--wps-green: #047857;
	--wps-purple: #7c3aed;
	--wps-red: #dc2626;
	--wps-ink: #102a3a;
	--wps-muted: #647681;
	--wps-canvas: #f5f8fa;
	--wps-surface: #ffffff;
	--wps-border: #dce7ec;
	--wps-shadow: 0 18px 45px rgba(18, 59, 85, 0.12);
	--wps-radius: 22px;
	--wps-container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--wps-canvas);
	color: var(--wps-ink);
	font-family: "Noto Sans Devanagari", "Nirmala UI", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.wps-dark {
	--wps-ink: #eaf4f8;
	--wps-muted: #a9bdc8;
	--wps-canvas: #0d1820;
	--wps-surface: #132531;
	--wps-border: #294351;
	--wps-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

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

a {
	color: var(--wps-primary);
	text-decoration: none;
}

a:hover {
	color: var(--wps-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
.wps-button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: #111;
	display: block;
	height: auto;
	left: 8px;
	padding: 12px 16px;
	top: 8px;
	width: auto;
	z-index: 100000;
}

.wps-container {
	margin: 0 auto;
	max-width: var(--wps-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.wps-site-header {
	background: color-mix(in srgb, var(--wps-surface) 94%, transparent);
	border-bottom: 1px solid var(--wps-border);
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(16px);
}

.admin-bar .wps-site-header {
	top: 32px;
}

.wps-header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	min-height: 76px;
}

.wps-brand {
	align-items: center;
	color: var(--wps-ink);
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
}

.wps-brand:hover {
	color: var(--wps-ink);
}

.wps-brand-mark {
	align-items: center;
	background: var(--wps-primary);
	border: 3px solid rgba(75, 179, 211, 0.35);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	letter-spacing: -0.5px;
	width: 44px;
}

.wps-brand-name {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.4px;
	white-space: nowrap;
}

.wps-brand-name span {
	color: var(--wps-primary);
}

.custom-logo-link img {
	max-height: 52px;
	width: auto;
}

.wps-main-nav {
	margin-left: auto;
}

.wps-main-nav ul {
	align-items: center;
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wps-main-nav a {
	border-radius: 12px;
	color: var(--wps-ink);
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 12px;
}

.wps-main-nav a:hover,
.wps-main-nav .current-menu-item > a {
	background: color-mix(in srgb, var(--wps-primary) 10%, transparent);
	color: var(--wps-primary);
}

.wps-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
}

.wps-icon-button {
	align-items: center;
	background: color-mix(in srgb, var(--wps-primary) 9%, var(--wps-surface));
	border: 1px solid var(--wps-border);
	border-radius: 12px;
	color: var(--wps-primary);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

.wps-menu-toggle {
	display: none;
}

.wps-button {
	align-items: center;
	background: var(--wps-primary);
	border: 1px solid transparent;
	border-radius: 13px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	padding: 11px 18px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wps-button:hover {
	box-shadow: 0 12px 28px rgba(33, 117, 155, 0.24);
	color: #fff;
	transform: translateY(-2px);
}

.wps-button--light {
	background: #fff;
	color: var(--wps-primary-dark);
}

.wps-button--light:hover {
	color: var(--wps-primary);
}

.wps-button--outline {
	background: transparent;
	border-color: var(--wps-border);
	color: var(--wps-primary);
}

.wps-main {
	min-height: 60vh;
}

.wps-hero {
	padding: 42px 0 14px;
}

.wps-hero-box {
	background:
		radial-gradient(circle at 90% 14%, rgba(255, 255, 255, 0.19) 0 8%, transparent 8.5%),
		radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.11) 0 18%, transparent 18.5%),
		linear-gradient(135deg, var(--wps-primary-dark), var(--wps-primary) 54%, var(--wps-sky));
	border-radius: 32px;
	box-shadow: 0 28px 58px rgba(33, 117, 155, 0.24);
	color: #fff;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	overflow: hidden;
	padding: 54px;
	position: relative;
}

.wps-hero-copy {
	position: relative;
	z-index: 1;
}

.wps-hero-kicker {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 9px;
	margin-bottom: 18px;
}

.wps-hero-kicker::before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
	content: "";
	height: 9px;
	width: 9px;
}

.wps-hero h1 {
	color: #fff;
	font-size: clamp(38px, 6vw, 68px);
	font-weight: 900;
	letter-spacing: -1.8px;
	line-height: 1.16;
	margin: 0 0 18px;
	max-width: 780px;
}

.wps-hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	margin: 0 0 28px;
	max-width: 660px;
}

.wps-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wps-hero-panel {
	align-self: center;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.23);
	border-radius: 24px;
	padding: 24px;
	position: relative;
	z-index: 1;
	backdrop-filter: blur(10px);
}

.wps-hero-panel strong {
	display: block;
	font-size: 18px;
	margin-bottom: 14px;
}

.wps-hero-list {
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wps-hero-list li {
	align-items: center;
	display: flex;
	gap: 10px;
}

.wps-hero-list li::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 9px;
	content: "✓";
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.wps-section {
	padding: 42px 0;
}

.wps-section--tight {
	padding-top: 22px;
}

.wps-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.wps-section-heading h2 {
	color: var(--wps-ink);
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.25;
	margin: 0 0 5px;
}

.wps-section-heading p {
	color: var(--wps-muted);
	margin: 0;
}

.wps-section-link {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 800;
}

.wps-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wps-service-card {
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: var(--wps-radius);
	color: var(--wps-ink);
	display: block;
	min-height: 172px;
	padding: 24px;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wps-service-card:hover {
	border-color: color-mix(in srgb, var(--wps-card-color, var(--wps-primary)) 45%, var(--wps-border));
	box-shadow: var(--wps-shadow);
	color: var(--wps-ink);
	transform: translateY(-4px);
}

.wps-service-icon {
	align-items: center;
	background: color-mix(in srgb, var(--wps-card-color, var(--wps-primary)) 12%, transparent);
	border-radius: 15px;
	color: var(--wps-card-color, var(--wps-primary));
	display: inline-flex;
	font-size: 23px;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.wps-service-card h3 {
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 5px;
}

.wps-service-card p {
	color: var(--wps-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.wps-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wps-content-card {
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: var(--wps-radius);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wps-content-card:hover {
	box-shadow: var(--wps-shadow);
	transform: translateY(-4px);
}

.wps-card-image {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--wps-primary-dark), var(--wps-sky));
	display: block;
	overflow: hidden;
}

.wps-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.wps-content-card:hover .wps-card-image img {
	transform: scale(1.04);
}

.wps-card-placeholder {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: flex;
	font-size: 40px;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	letter-spacing: -2px;
}

.wps-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.wps-eyebrow,
.wps-chip {
	align-items: center;
	background: color-mix(in srgb, var(--wps-primary) 10%, transparent);
	border-radius: 999px;
	color: var(--wps-primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	padding: 7px 10px;
	width: fit-content;
}

.wps-content-card h3 {
	font-size: 20px;
	line-height: 1.42;
	margin: 13px 0 9px;
}

.wps-content-card h3 a {
	color: var(--wps-ink);
}

.wps-card-excerpt {
	color: var(--wps-muted);
	font-size: 14px;
	margin: 0 0 17px;
}

.wps-card-meta {
	align-items: center;
	color: var(--wps-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px 15px;
	margin-top: auto;
}

.wps-card-meta a {
	font-weight: 700;
}

.wps-opportunity-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: 1.08fr 0.92fr;
}

.wps-panel {
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: var(--wps-radius);
	padding: 26px;
}

.wps-panel-heading {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.wps-panel-heading h3 {
	font-size: 21px;
	margin: 0;
}

.wps-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wps-list-item {
	border-top: 1px solid var(--wps-border);
	padding: 16px 0;
}

.wps-list-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.wps-list-item:last-child {
	padding-bottom: 0;
}

.wps-list-item a {
	color: var(--wps-ink);
	font-weight: 800;
	line-height: 1.45;
}

.wps-list-item a:hover {
	color: var(--wps-primary);
}

.wps-list-meta {
	color: var(--wps-muted);
	font-size: 13px;
	margin-top: 5px;
}

.wps-rate-box {
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--wps-green) 14%, var(--wps-surface)), var(--wps-surface));
}

.wps-rate-source {
	color: var(--wps-muted);
	font-size: 13px;
	margin: -10px 0 15px;
}

.wps-rate-table-wrap {
	overflow-x: auto;
}

.wps-rate-table {
	border-collapse: collapse;
	width: 100%;
}

.wps-rate-table th,
.wps-rate-table td {
	border-bottom: 1px solid var(--wps-border);
	padding: 11px 8px;
	text-align: right;
	white-space: nowrap;
}

.wps-rate-table th:first-child,
.wps-rate-table td:first-child {
	text-align: left;
}

.wps-rate-table th {
	color: var(--wps-muted);
	font-size: 12px;
	text-transform: uppercase;
}

.wps-status {
	color: var(--wps-muted);
	font-size: 14px;
	margin: 12px 0 0;
}

.wps-cta {
	background: linear-gradient(130deg, #5423a3, var(--wps-purple));
	border-radius: 28px;
	box-shadow: 0 22px 50px rgba(124, 58, 237, 0.2);
	color: #fff;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr auto;
	padding: 38px 42px;
}

.wps-cta h2 {
	color: #fff;
	font-size: clamp(26px, 4vw, 39px);
	margin: 0 0 9px;
}

.wps-cta p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.wps-cta .wps-button {
	align-self: center;
}

.wps-empty {
	background: var(--wps-surface);
	border: 1px dashed var(--wps-border);
	border-radius: var(--wps-radius);
	color: var(--wps-muted);
	grid-column: 1 / -1;
	padding: 28px;
	text-align: center;
}

.wps-empty strong {
	color: var(--wps-ink);
	display: block;
	margin-bottom: 4px;
}

.wps-page-header {
	background: linear-gradient(135deg, var(--wps-primary-dark), var(--wps-primary));
	color: #fff;
	padding: 58px 0;
}

.wps-page-header h1 {
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.2;
	margin: 0 0 8px;
}

.wps-page-header p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}

.wps-archive-content {
	padding-bottom: 68px;
	padding-top: 42px;
}

.wps-article {
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: 28px;
	margin: 42px auto 68px;
	max-width: 900px;
	overflow: hidden;
}

.wps-article-cover img {
	aspect-ratio: 16 / 8.2;
	object-fit: cover;
	width: 100%;
}

.wps-article-inner {
	padding: clamp(26px, 6vw, 62px);
}

.wps-article h1 {
	font-size: clamp(32px, 5vw, 52px);
	letter-spacing: -0.8px;
	line-height: 1.22;
	margin: 12px 0 16px;
}

.wps-article-meta {
	color: var(--wps-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 10px 20px;
	margin-bottom: 28px;
}

.wps-entry-content {
	font-size: 17px;
}

.wps-entry-content > * {
	max-width: 100%;
}

.wps-entry-content h2,
.wps-entry-content h3 {
	color: var(--wps-ink);
	line-height: 1.35;
	margin-top: 1.7em;
}

.wps-entry-content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wps-entry-content blockquote {
	border-left: 4px solid var(--wps-primary);
	color: var(--wps-muted);
	margin-left: 0;
	padding: 4px 0 4px 22px;
}

.wps-entry-content table {
	border-collapse: collapse;
	width: 100%;
}

.wps-entry-content th,
.wps-entry-content td {
	border: 1px solid var(--wps-border);
	padding: 10px;
}

.wps-detail-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
}

.wps-detail {
	background: var(--wps-canvas);
	border: 1px solid var(--wps-border);
	border-radius: 14px;
	padding: 14px 16px;
}

.wps-detail small {
	color: var(--wps-muted);
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}

.wps-quiz-options {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0;
	padding: 0;
}

.wps-quiz-options li {
	background: var(--wps-canvas);
	border: 1px solid var(--wps-border);
	border-radius: 13px;
	padding: 13px 16px;
}

.wps-pagination {
	margin-top: 34px;
}

.wps-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wps-pagination .page-numbers {
	align-items: center;
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: 10px;
	color: var(--wps-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 12px;
}

.wps-pagination .current {
	background: var(--wps-primary);
	border-color: var(--wps-primary);
	color: #fff;
}

.wps-search-form {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.wps-search-form input[type="search"] {
	background: var(--wps-surface);
	border: 1px solid var(--wps-border);
	border-radius: 13px;
	color: var(--wps-ink);
	min-width: 0;
	padding: 12px 15px;
	width: 100%;
}

.wps-site-footer {
	background: #0c2d41;
	color: rgba(255, 255, 255, 0.76);
	padding: 54px 0 22px;
}

.wps-footer-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.3fr 0.7fr 0.7fr;
}

.wps-site-footer .wps-brand {
	color: #fff;
}

.wps-site-footer .wps-brand-name span {
	color: var(--wps-sky);
}

.wps-footer-about {
	margin: 18px 0 0;
	max-width: 490px;
}

.wps-footer-title {
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px;
}

.wps-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wps-footer-menu li {
	margin: 7px 0;
}

.wps-footer-menu a {
	color: rgba(255, 255, 255, 0.74);
}

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

.wps-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 13px;
	margin-top: 38px;
	padding-top: 20px;
	text-align: center;
}

@media (max-width: 1020px) {
	.wps-menu-toggle {
		display: inline-flex;
	}

	.wps-main-nav {
		background: var(--wps-surface);
		border: 1px solid var(--wps-border);
		border-radius: 16px;
		box-shadow: var(--wps-shadow);
		display: none;
		left: 24px;
		margin: 0;
		padding: 12px;
		position: absolute;
		right: 24px;
		top: calc(100% + 8px);
	}

	.wps-main-nav.is-open {
		display: block;
	}

	.wps-main-nav ul {
		align-items: stretch;
		display: grid;
	}

	.wps-main-nav a {
		padding: 11px 13px;
	}

	.wps-header-actions {
		margin-left: auto;
	}

	.wps-hero-box {
		grid-template-columns: 1fr;
	}

	.wps-hero-panel {
		max-width: 620px;
	}

	.wps-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.admin-bar .wps-site-header {
		top: 46px;
	}

	.wps-container {
		padding-left: 17px;
		padding-right: 17px;
	}

	.wps-header-inner {
		gap: 10px;
		min-height: 68px;
	}

	.wps-brand-mark {
		height: 39px;
		width: 39px;
	}

	.wps-brand-name {
		font-size: 19px;
	}

	.wps-header-actions .wps-button {
		display: none;
	}

	.wps-main-nav {
		left: 17px;
		right: 17px;
	}

	.wps-hero {
		padding-top: 24px;
	}

	.wps-hero-box {
		border-radius: 24px;
		padding: 31px 24px;
	}

	.wps-hero h1 {
		font-size: clamp(34px, 12vw, 48px);
	}

	.wps-hero p {
		font-size: 16px;
	}

	.wps-section {
		padding: 32px 0;
	}

	.wps-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.wps-card-grid,
	.wps-opportunity-layout,
	.wps-footer-grid {
		grid-template-columns: 1fr;
	}

	.wps-cta {
		grid-template-columns: 1fr;
		padding: 30px 25px;
	}

	.wps-cta .wps-button {
		justify-self: start;
	}
}

@media (max-width: 520px) {
	.wps-service-grid {
		grid-template-columns: 1fr;
	}

	.wps-service-card {
		min-height: 0;
	}

	.wps-detail-grid {
		grid-template-columns: 1fr;
	}
}
