/*!
Theme Name: utamaweb_2026
Theme URI: http://underscores.me/
Author: Rizky Aidil Adha, S.Kom
Author URI: https://utamaweb.com
Description: Website theme for utamaweb.com in 2026 create by Rizky Aidil Adha, S.Kom
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: utamaweb_2026
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.

utamaweb_2026 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
	- Variables (Branding)
	- 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

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

:root {
	--primary-color: #009192;
	--secondary-color: #ffd300;
	--dark-color: #1a4a4b;
	--text-color: #333333;
	--light-bg: #f8fcfc;
	--white: #ffffff;
	--font-main: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/*--------------------------------------------------------------
# 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: var(--text-color);
	font-family: var(--font-main);
	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
--------------------------------------------------------------*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

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

/* Navigation
--------------------------------------------- */
.site-header {
	background: var(--white);
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-title a {
	color: var(--dark-color);
	font-weight: 700;
	text-decoration: none;
	font-size: 1.5rem;
}

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

.main-navigation li {
	margin-left: 30px;
	position: relative; /* Essential for dropdown positioning */
}

.main-navigation a {
	color: var(--dark-color);
	font-weight: 500;
	transition: color 0.3s;
	text-transform: uppercase;
	font-size: 0.9rem;
	display: block;
	padding: 10px 0;
}

.main-navigation a:hover {
	color: var(--primary-color);
}

/* Dropdown styling */
.main-navigation ul ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--white);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s;
	z-index: 999;
	padding: 10px 0;
	margin: 0;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation ul ul li {
	margin: 0;
	display: block;
	width: 100%;
}

.main-navigation ul ul a {
	padding: 10px 20px;
	text-transform: none;
	font-size: 0.85rem;
	border-bottom: 1px solid #f5f5f5;
}

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

.main-navigation ul ul a:hover {
	background: var(--light-bg);
}

/* Submenu Indicator */
.menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 8px;
	font-size: 0.8rem;
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 991px) {
	.menu-toggle {
		display: block;
		background: none;
		border: none;
		color: var(--primary-color);
		font-size: 1.8rem;
		cursor: pointer;
		position: relative;
		z-index: 10001;
		padding: 5px;
	}

	.main-navigation ul {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background: var(--white);
		z-index: 10000;
		padding: 100px 40px;
		margin: 0;
		list-style: none;
		transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.main-navigation.toggled ul {
		right: 0;
	}

	.main-navigation.toggled .menu-toggle {
		position: fixed;
		top: 25px;
		right: 20px;
		color: var(--dark-color);
	}

	.main-navigation.toggled .menu-toggle i:before {
		content: "\f00d"; /* FontAwesome Close Icon */
	}

	.main-navigation li {
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}

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

	.main-navigation li a {
		font-size: 1.1rem;
		font-weight: 600;
		color: var(--dark-color);
		display: block;
		padding: 15px 0;
		transition: all 0.3s;
	}

	.main-navigation li a:hover {
		color: var(--primary-color);
		padding-left: 10px;
	}

	/* Submenu in Mobile */
	.main-navigation ul ul {
		position: static;
		width: 100%;
		height: auto;
		box-shadow: none;
		padding: 0 0 0 15px;
		background: #f9f9f9;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.main-navigation li.focus > ul {
		display: block;
	}
}

	.main-navigation ul ul {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding-left: 20px;
		display: none; /* Hidden by default in mobile toggle */
	}

	.main-navigation li.focus > ul {
		display: block; /* Show when parent is focused/clicked in mobile */
	}
}

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

/* Buttons
--------------------------------------------- */
.btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s;
	cursor: pointer;
	border: 2px solid transparent;
}

.btn-primary {
	background: var(--primary-color);
	color: var(--white);
}

.btn-primary:hover {
	background: var(--dark-color);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.btn-outline {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.btn-outline:hover {
	background: var(--primary-color);
	color: var(--white);
}

/*--------------------------------------------------------------
# Hero Section: Concept 1 (Modern Split)
--------------------------------------------------------------*/
.hero-split {
	position: relative;
	padding: 120px 0;
	background: linear-gradient(135deg, #ffffff 0%, #e8f5f5 100%);
	overflow: hidden;
}

.hero-bg-blobs .blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	z-index: 1;
	opacity: 0.3;
}

.blob-1 {
	width: 300px;
	height: 300px;
	background: var(--primary-color);
	top: -100px;
	left: -50px;
}

.blob-2 {
	width: 200px;
	height: 200px;
	background: var(--secondary-color);
	bottom: 50px;
	right: 10%;
}

.hero-split .container {
	display: flex;
	align-items: center;
	gap: 60px;
	position: relative;
	z-index: 2;
}

.hero-content {
	flex: 1.2;
}

.hero-title {
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--dark-color);
	margin-bottom: 25px;
	font-family: 'Roboto Slab', serif;
}

.hero-title span {
	color: var(--primary-color);
	position: relative;
}

.hero-subtitle {
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 40px;
	max-width: 550px;
	line-height: 1.6;
}

.hero-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

@media screen and (max-width: 576px) {
	.hero-btns {
		flex-direction: column;
		gap: 15px;
	}
	.hero-btns .btn {
		width: 100%;
		text-align: center;
	}
}

.hero-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-wrapper {
	position: relative;
	width: 100%;
	max-width: 550px;
}

.yellow-blob {
	position: absolute;
	width: 120%;
	height: 120%;
	background: var(--secondary-color);
	top: -10%;
	left: -10%;
	border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
	opacity: 0.2;
	animation: morph 10s linear infinite;
	z-index: -1;
}

@keyframes morph {
	0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
	33% { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; }
	66% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 40%; }
}

.hero-image img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
	mix-blend-mode: multiply; /* Blends white background with the section gradient */
}

@media screen and (max-width: 768px) {
	.hero-split .container {
		flex-direction: column;
		text-align: center;
	}
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-btns {
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Portfolio Dynamic Additions
--------------------------------------------------------------*/
.portfolio-link {
	display: inline-block;
	margin-top: 15px;
	color: var(--secondary-color);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
}

.portfolio-link:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients-section {
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #eee;
}

.clients-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.client-item {
	max-width: 150px;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s;
}

.client-item:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.1);
}

.client-item img {
	max-width: 100%;
	height: auto;
}
/* Simple & Clean Hero */
.hero-simple {
	padding: 150px 0 100px;
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-simple:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#009192 0.5px, transparent 0.5px);
	background-size: 20px 20px;
	opacity: 0.1;
	pointer-events: none;
}

.hero-badge {
	display: inline-block;
	background: var(--light-bg);
	color: var(--primary-color);
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.hero-centered-content {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.hero-simple .hero-title {
	font-size: 4rem;
	line-height: 1.1;
	margin-bottom: 25px;
	color: var(--dark-color);
}

.hero-simple .hero-title span {
	color: var(--primary-color);
}

.hero-simple .hero-subtitle {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.hero-simple {
		padding: 100px 0 60px;
	}
	.hero-simple .hero-title {
		font-size: 2.5rem;
	}
}
/*--------------------------------------------------------------
# Section Background Composition
--------------------------------------------------------------*/
.services-section { background: #f8fbfb; padding: 100px 0; }
.stats-section { background: var(--white); padding: 80px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.features-section { background: #f8fbfb; padding: 100px 0; }
.process-section { background: var(--white); padding: 100px 0; }
.portfolio-section { background: #f8fbfb; padding: 100px 0; }
.testimonials-section { background: var(--white); padding: 100px 0; }
.clients-section { background: #f8fbfb; padding: 80px 0; }
.blog-section { background: var(--white); padding: 100px 0; }
.faq-section { background: #f8fbfb; padding: 100px 0; }

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

.section-title {
	font-size: 2.5rem;
	color: var(--dark-color);
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

.section-subtitle {
	color: #888;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.service-item {
	padding: 40px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	transition: all 0.3s;
	border: 1px solid #eee;
}

.service-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	border-color: var(--primary-color);
}

.service-icon {
	font-size: 2.5rem;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.service-name {
	font-size: 1.25rem;
	margin-bottom: 15px;
	color: var(--dark-color);
}

.service-desc {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.6;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats-section {
	padding: 50px 0;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.stat-item {
	padding: 20px;
}

.stat-number {
	font-size: 3.2rem;
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: 5px;
	font-family: 'Roboto Slab', serif;
}

.stat-label {
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: 600;
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.hero-section .container {
		flex-direction: column;
		text-align: center;
	}
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-btns {
		justify-content: center;
	}
	.stats-grid {
		flex-direction: column;
		gap: 30px;
	}
}

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

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio-section {
	padding: 80px 0;
	background: #fdfdfd;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.portfolio-item {
	height: 300px;
	background: var(--white);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-size: cover;
	background-position: center;
	border: 1px solid #f0f0f0;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.portfolio-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 60%);
	z-index: 1;
	opacity: 0.8;
}

.portfolio-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-top: 1px solid rgba(255,255,255,0.3);
}

.portfolio-item:hover .portfolio-content {
	transform: translateY(0);
}

.portfolio-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	border-color: var(--primary-color);
}

.portfolio-content h3 {
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: var(--dark-color);
	font-weight: 700;
}

.portfolio-content p {
	font-size: 0.85rem;
	margin-bottom: 15px;
	color: #666;
}

.portfolio-link {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.portfolio-link:after {
	content: '→';
	transition: transform 0.3s;
}

.portfolio-link:hover:after {
	transform: translateX(5px);
}

.portfolio-item:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.portfolio-cta {
	text-align: center;
}

/*--------------------------------------------------------------
# Features / Why Choose Us
--------------------------------------------------------------*/
.features-section {
	padding: 80px 0;
	background: var(--light-bg);
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.feature-item {
	background: var(--white);
	padding: 40px;
	border-radius: 20px;
	text-align: center;
	transition: all 0.3s;
	box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

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

.feature-item i {
	font-size: 2.5rem;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.feature-item h3 {
	font-size: 1.25rem;
	margin-bottom: 15px;
	color: var(--dark-color);
}

/*--------------------------------------------------------------
# Process Section
--------------------------------------------------------------*/
.process-section {
	padding: 80px 0;
	background: var(--white);
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
}

.process-step {
	text-align: center;
	position: relative;
}

.step-num {
	width: 60px;
	height: 60px;
	background: var(--primary-color);
	color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto 20px;
	border: 5px solid #e8f5f5;
}

.process-step h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-section {
	padding: 80px 0;
	background: #fdfdfd;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.testimonial-item {
	background: var(--white);
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.03);
	border: 1px solid #eee;
}

.testi-content {
	font-style: italic;
	color: #555;
	margin-bottom: 25px;
	line-height: 1.7;
}

.testi-meta {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testi-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.testi-info h4 {
	font-size: 1rem;
	margin: 0;
	color: var(--dark-color);
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.blog-section {
	padding: 80px 0;
	background: var(--white);
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.blog-card {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: all 0.3s;
}

.blog-card:hover {
	transform: translateY(-5px);
}

.blog-thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.blog-content {
	padding: 25px;
}

.blog-date {
	font-size: 0.8rem;
	color: var(--primary-color);
	font-weight: 500;
	text-transform: uppercase;
}

.blog-content h3 {
	margin: 10px 0;
	font-size: 1.25rem;
}

.blog-content h3 a {
	color: var(--dark-color);
	text-decoration: none;
}

.read-more {
	display: inline-block;
	margin-top: 15px;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-section {
	padding: 80px 0;
	background: var(--light-bg);
}

.faq-grid {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	background: var(--white);
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.faq-item h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: var(--dark-color);
}

.faq-item p {
	margin: 0;
	font-size: 0.95rem;
	color: #666;
}

/*--------------------------------------------------------------
# Internal Pages & Blog
--------------------------------------------------------------*/
.page-header {
	padding: 80px 0;
	background: linear-gradient(135deg, var(--dark-color) 0%, var(--primary-color) 100%);
	color: var(--white);
	text-align: center;
	margin-bottom: 60px;
}

.page-header h1 {
	color: var(--white);
	margin: 0;
	font-size: 2.5rem;
}

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

.entry-content p {
	margin-bottom: 25px;
}

.entry-content h2, .entry-content h3 {
	color: var(--dark-color);
	margin-top: 40px;
	margin-bottom: 20px;
}

/* Blog Archive */
.blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}

/* Single Post */
.single-post-header {
	max-width: 900px;
	margin: 0 auto 40px;
	text-align: center;
}

.post-meta {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 0.9rem;
	color: #888;
	margin-top: 15px;
}

.post-meta i {
	color: var(--primary-color);
	margin-right: 5px;
}

.single-featured-image {
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

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

.post-content-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* Pagination */
.navigation.pagination {
	text-align: center;
	margin: 60px 0;
}

.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.navigation.pagination a, 
.navigation.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	padding: 0 15px;
	background: var(--white);
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-decoration: none;
	color: var(--dark-color);
	font-weight: 600;
	transition: all 0.3s ease;
}

.navigation.pagination a:hover {
	background: var(--light-bg);
	border-color: var(--primary-color);
	color: var(--primary-color);
	transform: translateY(-2px);
}

.navigation.pagination span.current {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
	box-shadow: 0 4px 10px rgba(0, 145, 146, 0.3);
}

/* Team Section */
.team-section {
	padding: 80px 0;
	background: var(--white);
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
}

.team-item {
	text-align: center;
	transition: all 0.3s;
}

.team-item:hover {
	transform: translateY(-10px);
}

.team-photo {
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #f0f0f0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-item h3 {
	font-size: 1.2rem;
	margin-bottom: 5px;
	color: var(--dark-color);
}

.team-item p {
	font-size: 0.9rem;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-navigation {
	margin: 50px 0;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

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

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

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
	padding: 20px;
	background: #f8fbfb;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s;
	border: 1px solid #f0f0f0;
	height: 100%;
}

.post-navigation a:hover {
	background: var(--white);
	border-color: var(--primary-color);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.nav-subtitle {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.nav-title {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--dark-color);
	line-height: 1.4;
}

.post-navigation a:hover .nav-title {
	color: var(--primary-color);
}
/* Google Maps Responsive */
.google-map iframe {
	width: 100% !important;
	height: 450px !important;
	border: 0;
}
.comments-area {
	margin: 60px 0;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

.comments-title {
	font-size: 1.5rem;
	margin-bottom: 30px;
	color: var(--dark-color);
}

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

.comment-body {
	margin-bottom: 30px;
	padding: 25px;
	background: #fcfcfc;
	border-radius: 15px;
	border: 1px solid #f0f0f0;
	position: relative;
}

.comment-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.comment-author .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.comment-author b {
	font-size: 1.1rem;
	color: var(--dark-color);
}

.comment-metadata {
	font-size: 0.85rem;
	color: #999;
}

.comment-content {
	color: #555;
	line-height: 1.6;
}

.reply {
	margin-top: 15px;
	text-align: right;
}

.comment-reply-link {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
	text-transform: uppercase;
}

/* Comment Form */
.comment-respond {
	background: var(--light-bg);
	padding: 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.comment-reply-title {
	font-size: 1.3rem;
	margin-bottom: 25px;
	display: block;
}

.comment-form p {
	margin-bottom: 20px;
}

.comment-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: var(--dark-color);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: var(--white);
	outline: none;
	transition: border-color 0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--primary-color);
}

.comment-form .submit {
	background: var(--primary-color);
	color: var(--white);
	padding: 12px 30px;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}

.comment-form .submit:hover {
	background: var(--dark-color);
}
.final-cta-section {
	padding: 100px 0;
	background: var(--white);
	text-align: center;
}

.cta-box {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-color) 100%);
	padding: 80px 40px;
	border-radius: 40px;
	color: var(--white);
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 20px 40px rgba(0, 145, 146, 0.2);
	position: relative;
	overflow: hidden;
}

.cta-box:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	pointer-events: none;
}

.cta-box h2 {
	font-size: 3rem;
	margin-bottom: 20px;
	color: var(--white);
	font-weight: 800;
}

.cta-box p {
	font-size: 1.2rem;
	opacity: 0.9;
	margin-bottom: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cta-box .btn-secondary {
	background: var(--secondary-color);
	color: var(--dark-color);
	padding: 18px 40px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cta-box .btn-secondary:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	background: #ffea00;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #1a1a1a;
	color: #bbb;
	padding: 60px 0 20px;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

.footer-title {
	color: var(--white);
	font-size: 1.2rem;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}

.footer-contact p {
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.footer-contact i {
	width: 25px;
	color: var(--primary-color);
}

.social-links a {
	color: #bbb;
	font-size: 1.5rem;
	margin-right: 15px;
	transition: color 0.3s;
}

.social-links a:hover {
	color: var(--primary-color);
}

.site-info {
	border-top: 1px solid #333;
	padding-top: 20px;
	text-align: center;
	font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
	.footer-grid {
		text-align: center;
	}
}
