/*!
Theme Name: sarlintapiheru
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sarlintapiheru
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sarlintapiheru is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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;
}

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: 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
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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;
}

.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;
}

/* 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;
}

/* Footer Styles */
.site-footer {
	background: #333;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	margin-top: 60px;
}

.site-footer .site-info {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-footer .site-info p {
	margin: 0;
	font-size: 14px;
	color: #ccc;
	letter-spacing: 0.5px;
}

/* Koleksi Page Styles */
.koleksi-page .entry-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 3rem 2rem;
	text-align: center;
	margin-bottom: 2rem;
}

.koleksi-page .entry-title {
	font-size: 2.5rem;
	margin: 0;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.koleksi-content {
	padding: 2rem;
}

.koleksi-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.koleksi-item {
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #e8ecef;
	display: flex;
	flex-direction: column;
	max-width: 280px;
	margin: 0 auto;
}

.koleksi-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	border-color: #667eea;
}

.book-cover {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.book-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.koleksi-item:hover .book-cover img {
	transform: scale(1.03);
}

.book-content {
	padding: 1rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 140px;
}

.book-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 0.75rem 0;
	color: #2c3e50;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.book-excerpt {
	color: #6c757d;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	flex-grow: 1;
	font-size: 0.85rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.book-link {
	display: inline-block;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	text-align: center;
	margin-top: auto;
	font-size: 0.9rem;
}

.book-link:hover {
	background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(102, 126, 234, 0.3);
	color: white;
}

.koleksi-placeholder {
	text-align: center;
	padding: 3rem;
	background: #f8f9fa;
	border-radius: 12px;
	border: 2px dashed #dee2e6;
	grid-column: 1 / -1;
}

.koleksi-placeholder h3 {
	color: #6c757d;
	margin-bottom: 1rem;
}

.koleksi-placeholder p {
	color: #6c757d;
	max-width: 600px;
	margin: 0 auto 1rem auto;
}

.koleksi-placeholder .button {
	display: inline-block;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.koleksi-placeholder .button:hover {
	background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
	color: white;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
	.koleksi-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 1.25rem;
	}
	
	.koleksi-item {
		max-width: 260px;
	}
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.koleksi-page .entry-header {
		padding: 2rem 1rem;
	}
	
	.koleksi-page .entry-title {
		font-size: 2rem;
	}
	
	.koleksi-content {
		padding: 1rem;
	}
	
	.koleksi-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1rem;
	}
	
	.koleksi-item {
		max-width: 100%;
	}
	
	.book-cover {
		height: 180px;
	}
	
	.book-content {
		padding: 0.875rem;
		min-height: 120px;
	}
	
	.book-title {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	
	.book-excerpt {
		font-size: 0.8rem;
		margin-bottom: 0.75rem;
		-webkit-line-clamp: 2;
	}
	
	.book-link {
		padding: 0.5rem 0.75rem;
		font-size: 0.85rem;
	}
	
	.koleksi-placeholder {
		padding: 2rem 1rem;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.koleksi-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem;
	}
	
	.book-cover {
		height: 150px;
	}
	
	.book-content {
		padding: 0.75rem;
		min-height: 100px;
	}
	
	.book-title {
		font-size: 0.95rem;
	}
	
	.book-excerpt {
		font-size: 0.75rem;
		-webkit-line-clamp: 2;
	}
	
	.book-link {
		padding: 0.4rem 0.6rem;
		font-size: 0.8rem;
	}
}

/*--------------------------------------------------------------
# Page Layout
--------------------------------------------------------------*/

.page-layout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.page-layout article {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Page Header */
.page-layout .entry-header {
	text-align: center;
	padding: 2rem 0;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 1rem;
}

.page-layout .entry-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
	margin: 0;
	line-height: 1.2;
}

/* Page Content Area */
.page-layout .entry-content {
	flex: 1;
	padding: 1rem 0;
	line-height: 1.8;
	color: #555;
}

.page-layout .entry-content p {
	margin-bottom: 1.5rem;
}

.page-layout .entry-content h1,
.page-layout .entry-content h2,
.page-layout .entry-content h3,
.page-layout .entry-content h4,
.page-layout .entry-content h5,
.page-layout .entry-content h6 {
	color: #333;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

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

.page-layout .entry-content li {
	margin-bottom: 0.5rem;
}

/* Page Footer */
.page-layout .entry-footer {
	padding: 1.5rem 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 1rem;
	text-align: center;
}

.page-layout .edit-link a {
	color: #666;
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.page-layout .edit-link a:hover {
	color: #333;
}

/* Page Links */
.page-layout .page-links {
	margin-top: 2rem;
	padding: 1rem;
	background: #f9f9f9;
	border-radius: 4px;
	text-align: center;
}

.page-layout .page-links a {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

.page-layout .page-links a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

/* Featured Image */
.page-layout .post-thumbnail {
	margin: 1rem 0;
	text-align: center;
}

.page-layout .post-thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.page-layout {
		padding: 1.5rem;
		margin: 1rem;
		border-radius: 4px;
	}
	
	.page-layout .entry-header {
		padding: 1.5rem 0;
	}
	
	.page-layout .entry-title {
		font-size: 2rem;
	}
	
	.page-layout .entry-content {
		padding: 0.5rem 0;
	}
}

@media (max-width: 480px) {
	.page-layout {
		padding: 1rem;
		margin: 0.5rem;
	}
	
	.page-layout .entry-header {
		padding: 1rem 0;
	}
	
	.page-layout .entry-title {
		font-size: 1.75rem;
	}
	
	.page-layout article {
		gap: 1.5rem;
	}
}

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

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

/**
 * Text meant only for screen readers.
 * Re: word-wrap: Many screen reader and browser combinations announce broken
 * words as they would appear visually.
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}

/*--------------------------------------------------------------
# Hero Section & Transparent Header
--------------------------------------------------------------*/

/* Fixed Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	padding: 20px 0;
	transition: all 0.3s ease;
}

/* Header Container - 1140px centered */
.header-container {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.site-header .site-branding {
	display: flex;
	align-items: center;
}

.site-header .site-title {
	margin: 0;
}

.site-header .site-title a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	transition: color 0.3s ease;
}

.site-header .site-title a:hover {
	color: #800080;
}

.site-header .site-description {
	color: rgba(51, 51, 51, 0.8);
	margin: 0;
	font-size: 0.9em;
}

.site-header .main-navigation {
	position: static;
	transform: none;
}

.site-header .menu-toggle {
	background: transparent;
	border: none;
	color: #333;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
	display: none; /* Hidden by default on desktop */
	position: relative;
	z-index: 1001;
}

.site-header .menu-toggle:hover {
	background: rgba(128, 0, 128, 0.1);
}

.hamburger-icon {
	display: flex;
	flex-direction: column;
	width: 24px;
	height: 18px;
	justify-content: space-between;
}

.hamburger-line {
	width: 100%;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease;
	border-radius: 1px;
}

.menu-toggle.toggled .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.toggled .hamburger-line:nth-child(2) {
	opacity: 0;
}

.menu-toggle.toggled .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-content {
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 40px 20px;
}

.mobile-menu-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	color: #333;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.mobile-menu-close:hover {
	background: rgba(128, 0, 128, 0.1);
}

.mobile-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.mobile-nav-menu li {
	margin: 0;
	list-style: none;
}

.mobile-nav-menu a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: color 0.3s ease;
	display: block;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid rgba(128, 0, 128, 0.1);
}

.mobile-nav-menu a:hover {
	color: #800080;
	background: rgba(128, 0, 128, 0.05);
}

/* Ensure mobile menu items are visible */
.mobile-menu-overlay .mobile-nav-menu,
.mobile-menu-overlay #mobile-primary-menu {
	display: flex !important;
	flex-direction: column;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Desktop Menu */
.desktop-nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.desktop-nav-menu li {
	margin-left: 30px;
}

.desktop-nav-menu a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.desktop-nav-menu a:hover {
	color: #800080;
}

/* Content spacing for fixed header */
.site-main {
	padding-top: 80px;
}

/* Remove padding for front page with hero slider */
body.home .site-main {
	padding-top: 0;
}

/* Hero Slider Section */
.hero-slider-section {
	margin-top: 80px; /* Account for fixed header */
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero-slider-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-slider {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-slide.active {
	opacity: 1;
}

.hero-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.hero-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(128, 0, 128, 0.7) 0%, rgba(255, 0, 255, 0.5) 100%);
	z-index: 2;
}

.hero-slide-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: white;
	max-width: 600px;
	padding: 0 20px;
}

.hero-slide-text {
	animation: slideInUp 0.8s ease-out 0.3s both;
}

.hero-slide-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.2;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-slide-description {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	line-height: 1.6;
	opacity: 0.95;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-slide-button {
	display: inline-block;
	padding: 15px 30px;
	background: linear-gradient(135deg, #800080, #FF00FF);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(128, 0, 128, 0.3);
}

.hero-slide-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(128, 0, 128, 0.4);
	background: linear-gradient(135deg, #9900CC, #FF33FF);
}

/* Hero Slider Navigation */
.hero-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
	z-index: 4;
}

.hero-nav-btn {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	pointer-events: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-nav-btn:hover {
	background: white;
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-prev {
	left: 20px;
}

.hero-next {
	right: 20px;
}

.hero-nav-btn svg {
	width: 24px;
	height: 24px;
	color: #800080;
	transition: color 0.3s ease;
}

.hero-nav-btn:hover svg {
	color: #FF00FF;
}

/* Hero Slider Dots */
.hero-slider-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 4;
}

.hero-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.hero-dot:hover {
	border-color: white;
	transform: scale(1.2);
}

.hero-dot.active {
	background: white;
	border-color: white;
	transform: scale(1.2);
}

/* Animations */
@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-slider {
		height: 400px;
	}
	
	.hero-slide-title {
		font-size: 2rem;
	}
	
	.hero-slide-description {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
	
	.hero-slide-button {
		padding: 12px 24px;
		font-size: 0.9rem;
	}
	
	.hero-nav-btn {
		width: 40px;
		height: 40px;
	}
	
	.hero-prev {
		left: 10px;
	}
	
	.hero-next {
		right: 10px;
	}
	
	.hero-nav-btn svg {
		width: 20px;
		height: 20px;
	}
	
	.hero-slider-dots {
		bottom: 20px;
		gap: 8px;
	}
	
	.hero-dot {
		width: 10px;
		height: 10px;
	}
	
	.site-header .main-navigation li {
		margin-left: 15px;
	}
	
	.site-header .main-navigation a {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.hero-slider {
		height: 350px;
	}
	
	.hero-slide-title {
		font-size: 1.5rem;
	}
	
	.hero-slide-description {
		font-size: 0.9rem;
	}
	
	.container {
		padding: 0 15px;
	}
	
	.hero-slider-wrapper {
		border-radius: 8px;
	}
}

/* Legacy hero styles removed - using new hero slider design */

/* About Section Styles */
.about-section {
	padding: 80px 0;
	background-color: #f9f6fa; /* Light purple tint */
	background-image: linear-gradient(135deg, #fff 85%, rgba(255, 0, 255, 0.1) 100%);
}

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	color: #800080; /* Purple */
	margin: 0 0 20px 0;
	letter-spacing: 2px;
}

.title-underline {
	width: 60px;
	height: 3px;
	background-color: #FF00FF; /* Magenta */
	margin: 0 auto;
}

.about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.about-subtitle {
	font-size: 18px;
	font-weight: 600;
	color: #800080; /* Purple */
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.about-left p,
.about-right p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 14px;
}

.download-cv-btn {
	display: inline-block;
	background-color: #800080; /* Purple */
	color: white;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	margin-top: 10px;
	border: 2px solid #800080;
}

.download-cv-btn:hover {
	background-color: #FF00FF; /* Magenta */
	border-color: #FF00FF;
	box-shadow: 0 5px 15px rgba(255, 0, 255, 0.3);
}

.about-image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-photo {
	width: 100%;
	height: auto;
	max-width: 500px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(128, 0, 128, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-photo:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(128, 0, 128, 0.3);
}

.skills {
	margin-top: 30px;
}

/* Posts Section Styles */
.posts-section {
	padding: 80px 0;
	background-color: #fff;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.post-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(128, 0, 128, 0.1);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.post-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(128, 0, 128, 0.2);
}

.post-media {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.post-card:hover .post-image {
	transform: scale(1.05);
}

.post-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f8f5fa 0%, #e8e0f0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.placeholder-icon {
	font-size: 48px;
	opacity: 0.5;
}

.post-overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(128, 0, 128, 0.9);
	color: white;
	padding: 8px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.post-content {
	padding: 25px;
}

.post-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.post-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-title a:hover {
	color: #800080;
}

.post-excerpt {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 14px;
}

.post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-category {
	font-size: 12px;
	color: #800080;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.post-category a {
	color: #800080;
	text-decoration: none;
}

.read-more {
	color: #FF00FF;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.read-more:hover {
	color: #800080;
	transform: translateX(5px);
}

.posts-navigation {
	text-align: center;
}

.view-all-btn {
	display: inline-block;
	background-color: #800080;
	color: white;
	padding: 15px 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	border-radius: 30px;
	border: 2px solid #800080;
	text-transform: uppercase;
}

.view-all-btn:hover {
	background-color: #FF00FF;
	border-color: #FF00FF;
	box-shadow: 0 5px 15px rgba(255, 0, 255, 0.3);
	transform: translateY(-2px);
}

.no-posts {
	text-align: center;
	color: #666;
	font-style: italic;
	grid-column: 1 / -1;
	padding: 40px;
}

/* Gallery Section Styles */
.gallery-section {
	padding: 80px 0;
	background-color: #f8f5fa;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 50px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio: 1;
	box-shadow: 0 5px 20px rgba(128, 0, 128, 0.1);
	transition: all 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(128, 0, 128, 0.2);
}

.gallery-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
	transform: scale(1.1);
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(128, 0, 128, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-icon {
	font-size: 32px;
	color: white;
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-icon {
	transform: scale(1.2);
}

.gallery-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #999;
	border: 2px dashed #ccc;
	border-radius: 15px;
}

.gallery-placeholder .placeholder-icon {
	font-size: 48px;
	margin-bottom: 10px;
	opacity: 0.5;
}

.gallery-placeholder p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

/* Contact Section Styles */
.contact-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	text-align: center;
}

.contact-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-email {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.email-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #800080, #FF00FF);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}

.email-icon:hover {
	transform: scale(1.1);
}

.contact-email h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.contact-email p {
	font-size: 1.1rem;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

.email-link {
	font-size: 1.3rem;
	font-weight: 600;
	color: #800080;
	text-decoration: none;
	padding: 15px 30px;
	border: 2px solid #800080;
	border-radius: 50px;
	transition: all 0.3s ease;
	background: transparent;
	display: inline-block;
}

.email-link:hover {
	background: linear-gradient(135deg, #800080, #FF00FF);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(128, 0, 128, 0.3);
}

/* Gallery Lightbox Styles */
.gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.gallery-lightbox.active {
	opacity: 1;
	visibility: visible;
}

.lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.lightbox-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px 20px;
	box-sizing: border-box;
}

.lightbox-image {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10001;
}

.lightbox-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10001;
}

.lightbox-prev {
	left: 20px;
}

.lightbox-next {
	right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%) scale(1.1);
}

.lightbox-counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
}

body.lightbox-open {
	overflow: hidden;
}

.skill-item {
	margin-bottom: 25px;
}

.skill-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.skill-name {
	font-size: 12px;
	font-weight: 600;
	color: #800080; /* Purple */
	letter-spacing: 1px;
}

.skill-percentage {
	font-size: 12px;
	font-weight: 600;
	background-color: #800080; /* Purple */
	color: white;
	padding: 2px 8px;
	font-size: 10px;
	border-radius: 3px;
}

.skill-bar {
	width: 100%;
	height: 8px;
	background-color: #f0e6f0; /* Very light purple */
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.skill-progress {
	height: 100%;
	background: linear-gradient(to right, #800080, #FF00FF); /* Purple to Magenta gradient */
	width: 0;
	transition: width 2s ease-in-out;
	box-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}

.skill-progress[data-width="90"] {
	width: 90%;
}

.skill-progress[data-width="95"] {
	width: 95%;
}

.skill-progress[data-width="70"] {
	width: 70%;
}

.skill-progress[data-width="50"] {
	width: 50%;
}

/* Mobile Menu Toggle Button Styles */
.menu-toggle {
	display: none;
	background: rgba(128, 0, 128, 0.9); /* Purple background */
	border: 2px solid white;
	color: transparent; /* Hide text */
	padding: 15px;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 0; /* Hide text completely */
}

/* Hamburger Icon */
.menu-toggle::before,
.menu-toggle::after,
.menu-toggle {
	position: relative;
}

.menu-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 2px;
	background: white;
	border-radius: 1px;
	box-shadow: 
		0 -7px 0 white,
		0 7px 0 white;
	transition: all 0.3s ease;
}

.menu-toggle:hover {
	background: rgba(255, 0, 255, 0.9); /* Magenta on hover */
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menu-toggle:hover::before {
	box-shadow: 
		0 -8px 0 white,
		0 8px 0 white;
	width: 26px;
}

/* Mobile Navigation Menu */
.main-navigation.toggled ul {
	background: rgba(255, 255, 255, 0.98);
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(128, 0, 128, 0.3);
	padding: 25px 20px;
	margin-top: 10px;
	border: 2px solid rgba(128, 0, 128, 0.2);
	width: calc(100vw - 40px); /* Full width minus padding */
	position: absolute;
	right: -20px; /* Align with screen edge */
	z-index: 9999;
	max-width: 350px; /* Prevent excessive width on larger screens */
}

.main-navigation.toggled ul li {
	margin: 0;
	padding: 12px 0; /* Good padding for touch targets */
	border-bottom: 1px solid rgba(128, 0, 128, 0.1);
	text-align: left; /* Left align for better mobile UX */
}

.main-navigation.toggled ul li:last-child {
	border-bottom: none;
}

.main-navigation.toggled ul a {
	color: #800080 !important; /* Purple */
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 16px; /* Good readability without being too large */
	display: block;
	width: 100%; /* Full width of container */
}

.main-navigation.toggled ul a:hover {
		background: rgba(255, 0, 255, 0.1); /* Light magenta background */
		color: #FF00FF !important; /* Magenta */
	}
/* About Section */
.about-section {
    padding: 80px 0;
    background-color: #fff;
}

/* Tablet styles */
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.header-container {
		padding: 0 20px;
	}

	.main-navigation {
		position: relative;
	}

	.main-navigation.toggled ul {
		display: block;
	}

	/* Posts Section Tablet */
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.post-media {
		height: 200px;
	}

	/* Gallery Section Tablet */
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

/* Mobile Styles */
@media (max-width: 768px) {
	.header-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
		position: relative;
	}
	
	.site-header .site-branding {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: 1;
	}
	
	.site-header .site-title {
		margin: 0;
		line-height: 1.2;
	}
	
	.site-header .site-title a {
		font-size: 1.1em;
	}
	
	.site-header .site-description {
		margin: 2px 0 0 0;
		font-size: 0.8em;
		line-height: 1.2;
	}
	
	/* Show hamburger menu on mobile */
	.site-header .menu-toggle {
		display: block !important;
		margin-left: auto;
		flex-shrink: 0;
	}
	
	/* Hide desktop menu on mobile */
	.desktop-nav-menu {
		display: none !important;
	}
	
	.gallery-section {
		padding: 40px 0;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 20px;
	}
}

/* Desktop Styles */
@media (min-width: 769px) {
	/* Hide mobile menu elements on desktop */
	.mobile-menu-overlay {
		display: none !important;
	}
	
	.menu-toggle {
		display: none !important;
	}
}

/* Additional mobile styles for very small screens */
@media screen and (max-width: 480px) {
	.hero-section {
		min-height: 400px; /* Smaller min-height for very small screens */
	}
	
	.hero-image {
		width: 100vw !important;
		height: 100vh !important;
		object-fit: cover;
		object-position: center;
	}

	/* Posts Section Mobile */
	.posts-section {
		padding: 60px 0;
	}

	.posts-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	.post-media {
		height: 200px;
	}

	.post-content {
		padding: 20px;
	}

	.post-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.view-all-btn {
		padding: 12px 24px;
		font-size: 12px;
	}

	/* Gallery Section Mobile */
.gallery-section {
	padding: 60px 0;
}

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

/* Contact Section Mobile */
.contact-section {
	padding: 60px 0;
}

.contact-content {
	margin: 0 20px;
	padding: 30px 20px;
}

.email-icon {
	width: 60px;
	height: 60px;
}

.contact-email h3 {
	font-size: 1.5rem;
}

.contact-email p {
	font-size: 1rem;
}

.email-link {
	font-size: 1.1rem;
	padding: 12px 25px;
}

}

/* Responsive Design */
@media screen and (max-width: 768px) {
	.hero-section {
		height: 100vh; /* Full viewport height on mobile */
		min-height: 500px; /* Slightly smaller min-height for mobile */
		overflow: hidden; /* Ensure no overflow on mobile */
	}
	
	.hero-image {
		/* Ensure image scales properly on mobile */
		object-fit: cover;
		object-position: center;
		width: 100% !important;
		height: 100% !important;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.menu-toggle {
		display: block; /* Show menu toggle on mobile */
	}
	
	.header-container {
		flex-direction: row; /* Keep horizontal layout */
		justify-content: space-between;
		align-items: center;
		padding: 15px 25px; /* Increased padding for more space */
		gap: 30px; /* Add gap between logo and menu */
		min-height: 70px; /* Ensure adequate header height */
	}
	
	.transparent-header .main-navigation {
		position: relative;
		margin-top: 0;
	}
	
	.transparent-header .main-navigation ul {
		display: none; /* Hide by default on mobile */
		position: absolute;
		top: 100%; /* Position directly below header */
		right: 0;
		min-width: 280px;
		z-index: 1000;
	}
	
	.transparent-header .main-navigation.toggled ul {
		display: block; /* Show when toggled */
	}
	
	.transparent-header .main-navigation li {
		margin-left: 0;
	}
	
	.hero-text h1 {
		font-size: 2.5em;
		line-height: 1.1;
	}
	
	.hero-text {
		text-align: center;
		padding: 0 15px;
	}
	
	.hero-text p {
		font-size: 1.1em;
		margin: 0 0 30px 0;
	}
	
	.site-main {
		padding-top: 80px; /* Adjusted for mobile header */
	}
	
	body.home .site-main {
		padding-top: 0;
	}

	.about-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.section-title {
		font-size: 28px;
	}

	.about-section {
		padding: 60px 0;
	}
}
