/*!
Theme Name: multitas
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: multitas
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.

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

/**
 * 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;
	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: 'Plus Jakarta Sans', -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;
}

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

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

/* Mobile Styles (Default) */
.site-header.transparent-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent;
	padding: 1rem 0;
	transition: all 0.3s ease-in-out;
}

.site-header.transparent-header.scrolled {
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0.5rem 0;
}

body:not(.home) #primary {
	padding-top: 80px;
}

.site-header.transparent-header .header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header.transparent-header .header-left {
	flex: 0 0 auto;
	z-index: 1001;
}

.site-header.transparent-header .header-right {
	flex: 0 0 auto;
}

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

.site-header.transparent-header .site-title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1;
}

.site-header.transparent-header .site-title a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.site-header.transparent-header.scrolled .site-title a {
	color: #333;
	text-shadow: none;
}

.site-header.transparent-header .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-header.transparent-header .custom-logo {
	max-height: 50px;
	width: auto;
	display: block;
}

/* Mobile Navigation */
.main-navigation {
	position: relative;
}

.main-navigation .menu-toggle {
	display: block;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 4px;
	width: 44px;
	height: 44px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.site-header.scrolled .main-navigation .menu-toggle {
	border-color: #333;
	color: #333;
}

.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

.main-navigation .menu-icon {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.site-header.scrolled .main-navigation .menu-icon {
	background: #333;
}

.main-navigation .menu-icon::before,
.main-navigation .menu-icon::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: all 0.3s;
}

.site-header.scrolled .main-navigation .menu-icon::before,
.site-header.scrolled .main-navigation .menu-icon::after {
	background: #333;
}

.main-navigation .menu-icon::before {
	top: -8px;
}

.main-navigation .menu-icon::after {
	top: 8px;
}

.main-navigation.toggled .menu-icon {
	background: transparent;
}

.main-navigation.toggled .menu-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.95);
	min-width: 250px;
	margin-top: 1rem;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

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

.main-navigation ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.main-navigation ul li a {
	display: block;
	padding: 1rem 1.5rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus {
	background: rgba(255, 255, 255, 0.1);
	padding-left: 2rem;
}

/* Hero Section - Mobile */
.hero-section {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.hero-video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.hero-video-background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.hero-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	padding: 0 1.5rem;
}

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

.hero-subtitle {
	font-size: 1rem;
	margin: 0 0 2rem 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	line-height: 1.6;
	font-weight: 400;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
}

.hero-btn {
	display: inline-block;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s ease;
	text-align: center;
	min-width: 150px;
	border: 2px solid transparent;
}

.hero-btn-primary {
	background: #fff;
	color: #000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-btn-primary:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.hero-btn-secondary {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.hero-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* Tablet Styles */
@media screen and (min-width: 600px) {
	.site-header.transparent-header {
		padding: 1.25rem 0;
	}

	.site-header.transparent-header.scrolled {
		padding: 0.75rem 0;
	}

	.site-header.transparent-header .header-container {
		padding: 0 1.5rem;
	}

	.site-header.transparent-header .site-title {
		font-size: 1.5rem;
	}

	.site-header.transparent-header .custom-logo {
		max-height: 60px;
	}

	.site-header.transparent-header.scrolled .custom-logo {
		max-height: 50px;
	}

	body:not(.home) #primary {
		padding-top: 100px;
	}

	.hero-title {
		font-size: 2.75rem;
	}

	.hero-subtitle {
		font-size: 1.25rem;
	}

	.hero-buttons {
		gap: 1.25rem;
	}

	.hero-btn {
		padding: 1rem 2.5rem;
		font-size: 1.05rem;
	}

	.hero-section {
		min-height: 600px;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.site-header.transparent-header {
		padding: 1.5rem 0;
	}

	.site-header.transparent-header.scrolled {
		padding: 0.75rem 0;
	}

	.site-header.transparent-header .header-container {
		padding: 0 2rem;
	}

	.site-header.transparent-header .site-title {
		font-size: 1.75rem;
	}

	.site-header.transparent-header .custom-logo {
		max-height: 70px;
	}

	.site-header.transparent-header.scrolled .custom-logo {
		max-height: 55px;
	}

	body:not(.home) #primary {
		padding-top: 120px;
	}

	/* Desktop Navigation */
	.main-navigation .menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		position: static;
		background: transparent;
		box-shadow: none;
		min-width: auto;
		margin-top: 0;
		border-radius: 0;
	}

	.main-navigation ul li {
		border-bottom: none;
		margin: 0 0.5rem;
	}

	.main-navigation ul li a {
		padding: 0.5rem 1rem;
		color: #fff;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		transition: all 0.3s;
	}

	.site-header.scrolled .main-navigation ul li a {
		color: #333;
		text-shadow: none;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus {
		background: rgba(255, 255, 255, 0.1);
		padding-left: 1rem;
		border-radius: 4px;
	}

	.site-header.scrolled .main-navigation ul li a:hover,
	.site-header.scrolled .main-navigation ul li a:focus {
		background: rgba(0, 0, 0, 0.05);
	}

	.hero-title {
		font-size: 3.5rem;
	}

	.hero-subtitle {
		font-size: 1.5rem;
	}

	.hero-buttons {
		gap: 1.5rem;
	}

	.hero-btn {
		padding: 1.125rem 3rem;
		font-size: 1.1rem;
	}

	.hero-content {
		max-width: 900px;
		padding: 0 2rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.hero-title {
		font-size: 4rem;
	}

	.hero-subtitle {
		font-size: 1.75rem;
	}

	.hero-buttons {
		gap: 2rem;
	}

	.hero-btn {
		padding: 1.25rem 3.5rem;
		font-size: 1.15rem;
	}

	.main-navigation ul li {
		margin: 0 1rem;
	}

	.main-navigation ul li a {
		padding: 0.75rem 1.25rem;
		font-size: 1.05rem;
	}
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.about-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.about-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-image-wrapper {
	width: 100%;
	order: 1;
}

.about-image-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.about-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.about-image-decoration {
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 200px;
	height: 150px;
	background: linear-gradient(135deg, #f0b429 0%, #d89d1f 100%);
	z-index: 1;
	border-radius: 8px;
}

.about-content {
	width: 100%;
	order: 2;
}

.about-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #1a1a1a;
	line-height: 1.2;
}

.about-text {
	font-size: 1rem;
	line-height: 1.8;
	color: #666;
}

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

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

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.about-section {
		padding: 5rem 0;
	}

	.about-container {
		flex-direction: row;
		align-items: center;
		gap: 3rem;
		padding: 0 2rem;
	}

	.about-image-wrapper {
		width: 50%;
		order: 1;
	}

	.about-image-container {
		margin: 0;
	}

	.about-image-decoration {
		width: 250px;
		height: 180px;
		bottom: -30px;
		right: -30px;
	}

	.about-content {
		width: 50%;
		order: 2;
	}

	.about-title {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.about-text {
		font-size: 1.0625rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.about-section {
		padding: 6rem 0;
	}

	.about-container {
		gap: 4rem;
	}

	.about-image-decoration {
		width: 300px;
		height: 220px;
		bottom: -40px;
		right: -40px;
	}

	.about-title {
		font-size: 3rem;
	}

	.about-text {
		font-size: 1.125rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.about-section {
		padding: 7rem 0;
	}

	.about-container {
		gap: 5rem;
	}

	.about-title {
		font-size: 3.5rem;
	}

	.about-text {
		font-size: 1.1875rem;
	}
}

/*--------------------------------------------------------------
# Vision & Mission Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.vision-mission-section {
	background: #2c5282;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.vm-image-wrapper {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.vm-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vm-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

.vm-main-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 3rem;
	color: #fff;
	line-height: 1.2;
}

.vm-columns {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.vm-column {
	width: 100%;
}

.vm-column-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #f0b429;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

.vm-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 0.9375rem;
	color: #fff;
}

.vm-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #f0b429;
	font-size: 1.25rem;
	font-weight: bold;
}

.vm-list li:last-child {
	margin-bottom: 0;
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.vm-image-wrapper {
		height: 300px;
	}

	.vm-container {
		padding: 4rem 2rem;
	}

	.vm-main-title {
		font-size: 2.5rem;
		margin-bottom: 4rem;
	}

	.vm-columns {
		flex-direction: row;
		gap: 4rem;
	}

	.vm-column {
		width: 50%;
	}

	.vm-column-title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.vm-list li {
		font-size: 1rem;
		padding-left: 2rem;
		margin-bottom: 1.25rem;
	}

	.vm-list li::before {
		font-size: 1.5rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.vm-image-wrapper {
		height: 350px;
	}

	.vm-container {
		padding: 5rem 2rem;
	}

	.vm-main-title {
		font-size: 3rem;
		margin-bottom: 5rem;
	}

	.vm-columns {
		gap: 5rem;
	}

	.vm-column-title {
		font-size: 1.75rem;
	}

	.vm-list li {
		font-size: 1.0625rem;
		margin-bottom: 1.5rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.vm-image-wrapper {
		height: 400px;
	}

	.vm-container {
		padding: 6rem 2rem;
	}

	.vm-main-title {
		font-size: 3.5rem;
	}

	.vm-columns {
		gap: 6rem;
	}

	.vm-column-title {
		font-size: 2rem;
	}

	.vm-list li {
		font-size: 1.125rem;
	}
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.why-choose-section {
	padding: 4rem 0;
	background: #fff;
}

.why-choose-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.why-choose-header {
	text-align: center;
	margin-bottom: 3rem;
}

.why-choose-label {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	padding: 0.5rem 1.5rem;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	margin-bottom: 1.5rem;
}

.why-choose-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 1.5rem 0 0;
	color: #1a1a1a;
	line-height: 1.3;
}

.why-choose-title .highlight {
	color: #22c55e;
}

.why-choose-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.why-choose-item {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.why-choose-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-choose-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #e0e0e0;
}

.why-choose-icon img {
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}

.why-choose-item-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	color: #1a1a1a;
	line-height: 1.4;
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.why-choose-section {
		padding: 5rem 0;
	}

	.why-choose-container {
		padding: 0 2rem;
	}

	.why-choose-header {
		margin-bottom: 4rem;
	}

	.why-choose-title {
		font-size: 2.5rem;
	}

	.why-choose-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.why-choose-item {
		padding: 2.5rem 2rem;
	}

	.why-choose-icon {
		width: 90px;
		height: 90px;
	}

	.why-choose-icon img {
		max-width: 45px;
		max-height: 45px;
	}

	.why-choose-item-title {
		font-size: 1.375rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.why-choose-section {
		padding: 6rem 0;
	}

	.why-choose-header {
		margin-bottom: 5rem;
	}

	.why-choose-title {
		font-size: 3rem;
	}

	.why-choose-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}

	.why-choose-item {
		padding: 2.5rem 1.5rem;
	}

	.why-choose-icon {
		width: 100px;
		height: 100px;
	}

	.why-choose-icon img {
		max-width: 50px;
		max-height: 50px;
	}

	.why-choose-item-title {
		font-size: 1.25rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.why-choose-section {
		padding: 7rem 0;
	}

	.why-choose-title {
		font-size: 3.25rem;
	}

	.why-choose-grid {
		gap: 2.5rem;
	}

	.why-choose-item {
		padding: 3rem 2rem;
	}

	.why-choose-item-title {
		font-size: 1.375rem;
	}
}

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.products-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.products-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.products-header {
	text-align: center;
	margin-bottom: 3rem;
}

.products-label {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	padding: 0.5rem 1.5rem;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	margin-bottom: 1.5rem;
}

.products-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 1.5rem 0 1rem;
	color: #1a1a1a;
	line-height: 1.3;
}

.products-description {
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.products-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.product-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

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

.product-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	background: #f0f0f0;
}

.product-image a {
	display: block;
	width: 100%;
	height: 100%;
}

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

.product-card:hover .product-img {
	transform: scale(1.1);
}

.product-content {
	padding: 1.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.product-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
	line-height: 1.4;
}

.product-title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product-title a:hover {
	color: #22c55e;
}

.product-excerpt {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #666;
	margin: 0 0 1.25rem;
	flex-grow: 1;
}

.product-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #22c55e;
	text-decoration: none;
	transition: gap 0.3s ease;
	margin-top: auto;
}

.product-link:hover {
	gap: 0.75rem;
}

.product-link .arrow {
	font-size: 1.125rem;
	transition: transform 0.3s ease;
}

.no-products {
	grid-column: 1 / -1;
	text-align: center;
	padding: 3rem 1rem;
	font-size: 1.125rem;
	color: #666;
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.products-section {
		padding: 5rem 0;
	}

	.products-container {
		padding: 0 2rem;
	}

	.products-header {
		margin-bottom: 4rem;
	}

	.products-title {
		font-size: 2.5rem;
	}

	.products-description {
		font-size: 1.0625rem;
	}

	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.product-image {
		height: 280px;
	}

	.product-content {
		padding: 2rem;
	}

	.product-title {
		font-size: 1.375rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.products-section {
		padding: 6rem 0;
	}

	.products-header {
		margin-bottom: 5rem;
	}

	.products-title {
		font-size: 3rem;
	}

	.products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}

	.product-image {
		height: 300px;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.products-section {
		padding: 7rem 0;
	}

	.products-title {
		font-size: 3.25rem;
	}

	.products-grid {
		gap: 2.5rem;
	}
}

/*--------------------------------------------------------------
# Single Product Page
--------------------------------------------------------------*/

.single-product-article {
	background: #fff;
}

.single-product-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 1rem;
}

.single-product-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

.single-product-image-wrapper {
	width: 100%;
}

.single-product-image {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.single-product-image img {
	width: 100%;
	height: auto;
	display: block;
}

.single-product-no-image {
	background: #f0f0f0;
	border-radius: 16px;
	padding: 4rem 2rem;
	text-align: center;
	color: #999;
}

.single-product-no-image .dashicons {
	font-size: 4rem;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
}

.single-product-content {
	width: 100%;
}

.single-product-header {
	margin-bottom: 2rem;
}

.single-product-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #1a1a1a;
	line-height: 1.2;
}

.single-product-excerpt {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #666;
	padding: 1.5rem;
	background: #f8f9fa;
	border-left: 4px solid #22c55e;
	border-radius: 8px;
}

.single-product-excerpt p {
	margin: 0;
}

.single-product-body {
	font-size: 1rem;
	line-height: 1.8;
	color: #444;
	margin-bottom: 3rem;
}

.single-product-body h2,
.single-product-body h3,
.single-product-body h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
}

.single-product-body ul,
.single-product-body ol {
	margin: 1rem 0;
	padding-left: 2rem;
}

.single-product-body li {
	margin-bottom: 0.5rem;
}

.single-product-footer {
	padding-top: 2rem;
	border-top: 2px solid #e0e0e0;
}

.back-to-products {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: #22c55e;
	text-decoration: none;
	transition: gap 0.3s ease;
}

.back-to-products:hover {
	gap: 0.75rem;
}

.back-to-products .arrow {
	font-size: 1.25rem;
}

/* Related Products */
.related-products {
	background: #f8f9fa;
	padding: 5rem 0;
}

.related-products-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.related-products-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 3rem;
	color: #1a1a1a;
	text-align: center;
}

.related-products-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.single-product-container {
		padding: 5rem 2rem;
	}

	.single-product-grid {
		grid-template-columns: 45% 1fr;
		gap: 4rem;
		align-items: start;
	}

	.single-product-title {
		font-size: 2.5rem;
	}

	.single-product-excerpt {
		font-size: 1.1875rem;
		padding: 2rem;
	}

	.single-product-body {
		font-size: 1.0625rem;
	}

	.related-products-container {
		padding: 0 2rem;
	}

	.related-products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.single-product-container {
		padding: 6rem 2rem;
	}

	.single-product-grid {
		gap: 5rem;
	}

	.single-product-title {
		font-size: 3rem;
	}

	.related-products-title {
		font-size: 2.5rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.single-product-container {
		padding: 7rem 2rem;
	}

	.single-product-title {
		font-size: 3.5rem;
	}
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.team-section {
	padding: 4rem 0;
	background: #fff;
}

.team-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.team-header {
	text-align: center;
	margin-bottom: 3rem;
}

.team-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #1a1a1a;
	line-height: 1.3;
	position: relative;
	display: inline-block;
}

.team-title-underline {
	display: block;
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, #4a90e2 0%, #5ba3f5 100%);
	margin: 1rem auto 0;
	border-radius: 2px;
	position: relative;
}

.team-title-underline::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #5ba3f5;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.team-description {
	font-size: 1rem;
	line-height: 1.7;
	color: #999;
	max-width: 800px;
	margin: 1.5rem auto 0;
}

.team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.team-card {
	background: #f8f9fa;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.team-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.team-image {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

.team-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.5s ease;
}

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

.team-no-image {
	width: 100%;
	height: 350px;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

.team-no-image .dashicons {
	font-size: 4rem;
	width: 4rem;
	height: 4rem;
}

.team-content {
	padding: 2rem 1.5rem;
	text-align: center;
	background: #f8f9fa;
}

.team-name {
	font-size: 1.375rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
	color: #1a1a1a;
	line-height: 1.3;
}

.team-position {
	font-size: 1rem;
	color: #999;
	margin: 0;
	line-height: 1.5;
}

.no-team {
	grid-column: 1 / -1;
	text-align: center;
	padding: 3rem 1rem;
	font-size: 1.125rem;
	color: #666;
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.team-section {
		padding: 5rem 0;
	}

	.team-container {
		padding: 0 2rem;
	}

	.team-header {
		margin-bottom: 4rem;
	}

	.team-title {
		font-size: 2.5rem;
	}

	.team-title-underline {
		width: 140px;
		height: 5px;
	}

	.team-description {
		font-size: 1.0625rem;
	}

	.team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.team-image,
	.team-no-image {
		height: 400px;
	}

	.team-content {
		padding: 2.5rem 2rem;
	}

	.team-name {
		font-size: 1.5rem;
	}

	.team-position {
		font-size: 1.0625rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.team-section {
		padding: 6rem 0;
	}

	.team-header {
		margin-bottom: 5rem;
	}

	.team-title {
		font-size: 3rem;
	}

	.team-title-underline {
		width: 160px;
		height: 5px;
	}

	.team-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}

	.team-image,
	.team-no-image {
		height: 420px;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.team-section {
		padding: 7rem 0;
	}

	.team-title {
		font-size: 3.25rem;
	}

	.team-grid {
		gap: 2.5rem;
	}

	.team-image,
	.team-no-image {
		height: 450px;
	}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

/* Mobile Styles (Default) */
.contact-section {
	padding: 4rem 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	position: relative;
	overflow: hidden;
}

.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,165.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
	background-size: cover;
}

.contact-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.contact-header {
	text-align: center;
	margin-bottom: 3rem;
}

.contact-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #fff;
	line-height: 1.3;
}

.contact-description {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	max-width: 700px;
	margin: 0 auto;
}

.contact-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	max-width: 900px;
	margin: 0 auto;
}

.contact-card {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
}

.contact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.contact-card:hover::before {
	transform: scaleX(1);
}

.contact-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.contact-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	border-radius: 50%;
	margin-bottom: 1.5rem;
	color: #fff;
	transition: all 0.4s ease;
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.contact-card:hover .contact-icon {
	transform: rotate(360deg) scale(1.1);
	box-shadow: 0 15px 40px rgba(34, 197, 94, 0.5);
}

.contact-icon svg {
	width: 48px;
	height: 48px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.contact-content {
	width: 100%;
}

.contact-label {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin: 0 0 0.75rem;
}

.contact-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
}

.contact-value::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
	border-radius: 2px;
	transition: transform 0.3s ease;
}

.contact-value:hover {
	color: #22c55e;
	transform: translateY(-2px);
}

.contact-value:hover::after {
	transform: translateX(-50%) scaleX(1);
}

/* Phone Card Specific */
.contact-card-phone {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
}

/* Email Card Specific */
.contact-card-email {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
	.contact-section {
		padding: 5rem 0;
	}

	.contact-container {
		padding: 0 2rem;
	}

	.contact-header {
		margin-bottom: 4rem;
	}

	.contact-title {
		font-size: 2.5rem;
	}

	.contact-description {
		font-size: 1.0625rem;
	}

	.contact-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.contact-card {
		padding: 3.5rem 2.5rem;
	}

	.contact-icon {
		width: 110px;
		height: 110px;
	}

	.contact-label {
		font-size: 1rem;
	}

	.contact-value {
		font-size: 1.625rem;
	}
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
	.contact-section {
		padding: 6rem 0;
	}

	.contact-header {
		margin-bottom: 5rem;
	}

	.contact-title {
		font-size: 3rem;
	}

	.contact-cards {
		gap: 3rem;
	}

	.contact-card {
		padding: 4rem 3rem;
	}

	.contact-icon {
		width: 120px;
		height: 120px;
	}

	.contact-icon svg {
		width: 56px;
		height: 56px;
	}

	.contact-value {
		font-size: 1.75rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.contact-section {
		padding: 7rem 0;
	}

	.contact-title {
		font-size: 3.25rem;
	}

	.contact-card {
		padding: 4.5rem 3.5rem;
	}

	.contact-value {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# Blog & Archive Layouts
--------------------------------------------------------------*/

/* Blog Section */
.blog-section {
	padding: 4rem 0;
	background: #fff;
}

.blog-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.page-header {
	text-align: center;
	margin-bottom: 3rem;
	padding: 2rem 0;
}

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

.page-title span {
	color: #22c55e;
}

.archive-description {
	font-size: 1rem;
	line-height: 1.7;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

/* Posts Grid */
.posts-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

/* Post Card */
.post-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

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

.post-card .post-thumbnail {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.post-card .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.post-card:hover .post-thumbnail img {
	transform: scale(1.1);
}

.post-card-content {
	padding: 2rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.post-card .entry-header {
	margin-bottom: 1rem;
}

.post-card .entry-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
	line-height: 1.3;
}

.post-card .entry-title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-card .entry-title a:hover {
	color: #22c55e;
}

.post-card .entry-meta {
	font-size: 0.875rem;
	color: #999;
	margin-bottom: 1rem;
}

.post-card .entry-meta a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-card .entry-meta a:hover {
	color: #22c55e;
}

.post-card .entry-content {
	flex-grow: 1;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #666;
	margin-bottom: 1.5rem;
}

.post-card .entry-content p {
	margin-bottom: 1rem;
}

.read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #22c55e;
	text-decoration: none;
	transition: gap 0.3s ease;
	margin-top: auto;
}

.read-more:hover {
	gap: 0.75rem;
}

.read-more .arrow {
	font-size: 1.125rem;
}

/* Tablet */
@media screen and (min-width: 768px) {
	.blog-section {
		padding: 5rem 0;
	}

	.blog-container {
		padding: 0 2rem;
	}

	.page-title {
		font-size: 3rem;
	}

	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.post-card .post-thumbnail {
		height: 280px;
	}
}

/* Desktop */
@media screen and (min-width: 992px) {
	.blog-section {
		padding: 6rem 0;
	}

	.posts-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.blog-section {
		padding: 7rem 0;
	}

	.posts-grid {
		gap: 2.5rem;
	}
}

/*--------------------------------------------------------------
# Single Post Layout
--------------------------------------------------------------*/

.single-post-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.single-post-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1rem;
}

.single-post-article {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 3rem;
}

.single-post-article .post-card-content {
	padding: 2rem;
}

.single-post-article .entry-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #1a1a1a;
	line-height: 1.3;
}

.single-post-article .entry-meta {
	font-size: 0.875rem;
	color: #999;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #e0e0e0;
}

.single-post-article .post-thumbnail {
	width: 100%;
	margin-bottom: 2rem;
}

.single-post-article .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.single-post-article .entry-content {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: #444;
}

.single-post-article .entry-content h2,
.single-post-article .entry-content h3,
.single-post-article .entry-content h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
	font-weight: 600;
}

.single-post-article .entry-content p {
	margin-bottom: 1.5rem;
}

.single-post-article .entry-content ul,
.single-post-article .entry-content ol {
	margin: 1.5rem 0;
	padding-left: 2rem;
}

.single-post-article .entry-content li {
	margin-bottom: 0.75rem;
	line-height: 1.7;
}

.single-post-article .entry-footer {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #e0e0e0;
}

/* Post Navigation */
.post-navigation {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 3rem;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1;
}

.post-navigation a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-navigation a:hover {
	color: #22c55e;
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 0.875rem;
	color: #999;
	margin-bottom: 0.5rem;
}

.post-navigation .nav-title {
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
}

/* Posts Navigation (Prev/Next for archives) */
.posts-navigation {
	margin-top: 4rem;
	padding-top: 2rem;
}

.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.posts-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 2rem;
	background: #22c55e;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.posts-navigation a:hover {
	background: #16a34a;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

/* Tablet & Desktop */
@media screen and (min-width: 768px) {
	.single-post-section {
		padding: 5rem 0;
	}

	.single-post-container {
		padding: 0 2rem;
	}

	.single-post-article .post-card-content {
		padding: 3rem;
	}

	.single-post-article .entry-title {
		font-size: 2.5rem;
	}

	.single-post-article .entry-content {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 992px) {
	.single-post-section {
		padding: 6rem 0;
	}

	.single-post-article .entry-title {
		font-size: 3rem;
	}
}

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

.page-section {
	padding: 4rem 0;
	background: #f8f9fa;
}

.page-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1rem;
}

.page article {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page .entry-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 2rem;
	color: #1a1a1a;
}

.page .entry-content {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: #444;
}

/* Tablet & Desktop */
@media screen and (min-width: 768px) {
	.page-section {
		padding: 5rem 0;
	}

	.page-container {
		padding: 0 2rem;
	}

	.page article {
		padding: 3rem;
	}

	.page .entry-title {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 992px) {
	.page-section {
		padding: 6rem 0;
	}

	.page .entry-title {
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/

.error-404-section {
	padding: 6rem 0;
	background: #f8f9fa;
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.error-404-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.error-404 .page-header {
	margin-bottom: 3rem;
}

.error-404 .page-title {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #1a1a1a;
}

.error-description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

.error-404 .page-content {
	margin-bottom: 2rem;
}

.error-404 .search-form {
	max-width: 500px;
	margin: 0 auto 2rem;
}

.error-404-links {
	margin-top: 2rem;
}

.btn-home {
	display: inline-flex;
	align-items: center;
	padding: 1rem 3rem;
	background: #22c55e;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1.125rem;
	transition: all 0.3s ease;
}

.btn-home:hover {
	background: #16a34a;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

/* Tablet & Desktop */
@media screen and (min-width: 768px) {
	.error-404-section {
		padding: 8rem 0;
	}

	.error-404 .page-title {
		font-size: 4rem;
	}

	.error-description {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.error-404 .page-title {
		font-size: 5rem;
	}
}

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

.site-footer {
	background: #f3f4f6;
	color: #1a1a1a;
}

.footer-main {
	padding: 4rem 0 2rem;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.footer-columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

/* Footer Column 1: About */
.footer-about {}

.footer-logo {
	margin-bottom: 1rem;
}

.footer-logo img {
	max-height: 50px;
	width: auto;
}

.footer-company-name {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #1a1a1a;
}

.footer-description {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

/* Footer Column 2 & 3 */
.footer-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

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

.footer-menu li {
	margin-bottom: 0.75rem;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu a {
	color: #666;
	text-decoration: none;
	font-size: 0.9375rem;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-menu a:hover {
	color: #22c55e;
	padding-left: 0.5rem;
}

/* Social Links */
.social-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: #e5e7eb;
	border-radius: 50%;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: #22c55e;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.social-icon {
	display: block;
}

/* Footer Bottom */
.footer-bottom {
	background: #e5e7eb;
	padding: 1.5rem 0;
	border-top: 1px solid #d1d5db;
}

.footer-copyright {
	text-align: center;
}

.footer-copyright p {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}

.footer-copyright a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

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

/* Tablet */
@media screen and (min-width: 768px) {
	.footer-main {
		padding: 5rem 0 3rem;
	}

	.footer-container {
		padding: 0 2rem;
	}

	.footer-columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
	}

	.footer-about {
		grid-column: 1 / -1;
	}

	.social-links {
		gap: 1rem;
	}

	.social-link {
		width: 48px;
		height: 48px;
	}
}

/* Desktop */
@media screen and (min-width: 992px) {
	.footer-main {
		padding: 6rem 0 3rem;
	}

	.footer-columns {
		grid-template-columns: 2fr 1fr 1fr;
		gap: 4rem;
	}

	.footer-about {
		grid-column: auto;
	}

	.footer-company-name {
		font-size: 1.75rem;
	}

	.footer-description {
		font-size: 1rem;
	}

	.footer-title {
		font-size: 1.25rem;
	}

	.footer-menu a {
		font-size: 1rem;
	}

	.social-link {
		width: 50px;
		height: 50px;
		font-size: 1.375rem;
	}
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
	.footer-main {
		padding: 7rem 0 4rem;
	}

	.footer-columns {
		gap: 5rem;
	}
}
