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

pmc-theme 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

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

:root {
	--pmc-red: #C72222;
	--pmc-red-dark: #a81c1c;
	--pmc-red-darker: #7a1313;
	--white-muted: #f0f0f0;
}

svg {
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}

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

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 12px;
}

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

p {
	font-size: 1.25rem;
	margin-bottom: 1.5em;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 0;
}

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

ul {
	list-style: disc;
	font-size: 1.25rem;
}

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: var(--pmc-red);
}

a:hover,
a:focus,
a:active {
	color: var(--pmc-red-dark);
}

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

label {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}

label span {
	color: var(--pmc-red);
}

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,
select {
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #ddd;
	border-radius: 6px;
	font-size: 1rem;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
	appearance: none;
}

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 {
	outline: none;
	border-color: var(--pmc-red);
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
	appearance: none;
}

textarea {
	resize: vertical;
	min-height: 130px;
	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 {
	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;
}

/*--------------------------------------------------------------
# Custom Theme Styles
--------------------------------------------------------------*/

/* Global Typography */
body,
button,
input,
select,
optgroup,
textarea,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lexend', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--pmc-red);
	color: #ffffff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #000000;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* header always sits above the mobile nav overlay */

.header-inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
}

/* Logo SVGs without fixed width/height attrs have no intrinsic size as <img>, so they render at 0x0 unless both dimensions are set explicitly here. */
.custom-logo {
	display: block;
	height: 50px;
	width: 124px;
}

.site-title a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
}

.site-description {
	display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: flex;
	align-items: center;
	width: auto;
	margin-left: auto;
}

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

.main-navigation ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 14px;
	display: block;
	transition: color 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-page-ancestor > a {
	color: var(--pmc-red);
	text-decoration: none;
}

/* Get a Quote button */
.nav-cta > a {
	background-color: var(--pmc-red) !important;
	color: #ffffff !important;
	border-radius: 10px !important;
	padding: 8px 20px !important;
	text-decoration: none !important;
}

.nav-cta > a:hover {
	background-color: var(--pmc-red-dark) !important;
	color: #ffffff !important;
}

/* WhatsApp button in header */
.nav-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #25D366;
	color: #ffffff;
	border-radius: 10px;
	padding: 8px 20px;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: none;
	margin-left: 8px;
	transition: background-color 0.2s ease;
	flex-shrink: 0;
}

.nav-whatsapp:hover,
.nav-whatsapp:focus {
	background-color: #1da851;
	color: #ffffff;
	text-decoration: none;
}

.nav-whatsapp svg {
	width: 1.25rem;
	height: 1.25rem;
}

/* Mobile toggle button — hidden on desktop */
.menu-toggle {
	display: none;
	border: none;
	background-color: transparent;
	color: var(--pmc-red);
	font-size: 46px;
	padding: 0 12px 14px 12px;
	cursor: pointer;
	border-radius: 8px;
	line-height: 1;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Layout — full width, no sidebar
--------------------------------------------------------------*/
#secondary {
	display: none;
}

#primary {
	width: 100%;
	float: none;
}

.content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	color: #ffffff;
	background-color: #1a1a1a;
}

.hero-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.hero-slide.is-active {
	z-index: 1;
	opacity: 1;
}

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

.hero-slide-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.hero-slide-content {
	position: absolute;
	bottom: 12%;
	left: 0;
	z-index: 2;
	width: 50%;
}

.hero-slide-content h1 {
	max-width: 800px;
	margin: 0 0 20px;
	font-size: 48px;
	background-color: var(--pmc-red);
	display: inline;
    line-height: 1.5;
    padding: 0 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.hero-slide-content p {
	max-width: 600px;
	margin: 20px 0;
	color: var(--white-muted);
	font-size: 20px;
	line-height: 1.6;
}

.btn-cta {
	display: inline-block;
	padding: 15px 30px;
	background-color: var(--pmc-red);
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: all ease-in 0.2s;
}

.btn-cta:hover,
.btn-cta:focus {
	background-color: var(--pmc-red-dark);
	color: #ffffff;
}

.btn-ghost {
	background-color: transparent;
	border: solid 3px #fff;
}

.btn-ghost:hover,
.btn-ghost:focus {
	border-color: var(--pmc-red-darker);
}

.hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	transform: translateY(-50%);
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s;
}

.hero-arrow:hover,
.hero-arrow:focus {
	background: rgba(0, 0, 0, 0.6);
}

.hero-arrow-prev {
	left: 20px;
}

.hero-arrow-next {
	right: 20px;
}

.btn-text {
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-text-arrow {
	transition: transform 0.2s ease;
}

.btn-text:hover .btn-text-arrow,
.btn-text:focus .btn-text-arrow {
	transform: translateX(5px);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background-color: #000000;
	color: #ccc;
	padding-top: 60px;
}

.footer-inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.footer-col-title {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--pmc-red);
}

.footer-logo img {
	height: 50px;
	width: auto;
	display: block;
	margin-bottom: 20px;
}

.footer-address {
	margin: 0 0 8px;
}

.footer-phone {
	margin: 0 0 20px;
}

.footer-social {
	display: flex;
	gap: 14px;
	margin-top: 20px;
}

.footer-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cccccc;
	transition: color 0.2s;
}

.footer-social-link:hover {
	color: var(--pmc-red);
}

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

.footer-col-cta .btn-cta {
	margin-top: 0;
	display: inline-block;
	color: #fff;
	padding: 12px 24px;
	font-size: 1.1rem;
}

.footer-col-cta .btn-cta:hover,
.footer-col-cta .btn-cta:focus {
	color: #fff;
}

.footer-col p,
.footer-col li {
	color: #cccccc;
	font-size: 15px;
	line-height: 1.7;
}

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

.footer-col ul li {
	padding: 4px 0;
}

.footer-col a {
	color: #cccccc;
	text-decoration: none;
	transition: color 0.2s;
}

.footer-col a:hover {
	color: var(--pmc-red);
}

.footer-bottom {
	max-width: 1600px;
	margin: 40px auto 0;
	padding: 20px 30px;
	border-top: 1px solid #222222;
	text-align: center;
	color: #555555;
	font-size: 14px;
}

.footer-bottom p {
	margin: 0;
	font-size: 0.85rem;
}


/* ///////// Home //////////// */

.home-section {
	padding: 80px 15px;
}

.home-section h2 {
	font-size: 1.5rem;
	margin-bottom: 35px;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
}

.home-section h2::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 3px;
	border-radius: 1px;
	background-color: var(--pmc-red);
	left: 0;
	top: 50%;
}

.home-section h2::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 3px;
	border-radius: 1px;
	background-color: var(--pmc-red);
	right: 0;
	top: 50%;
}

.home-section h3 {
	font-size: 1.5rem;
}

.home-about-columns {
	display: flex;
}

.home-about-col {
	width: 50%;
	padding: 0 50px 0 0;
}

#home-services {
	background-color: #000;
}

#home-services h2,
#home-services .home-services-title,
#home-services .home-services-paragraph,
#home-services .home-services-subheading {
	color: var(--white-muted);
}

.home-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.home-services-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-services-icon {
	margin-bottom: 20px;
}

.home-services-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: block;
}

.home-services-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.home-services-paragraph {
	margin: 0 0 20px;
	flex: 1;
}

#home-cta {
	background-color: var(--pmc-red);
	background-image: url('/wp-content/uploads/2026/06/tent.png');
	background-repeat: no-repeat;
	background-position: 50% 120%;
	background-size: 120%;
}

#home-clients {
	background-color: #f5f5f5;
}

#home-clients .container {
	padding: 0;
}

#home-clients h2 {
	margin-bottom: 10px;
}

#home-clients p {
	margin-bottom: 50px;
}

.home-clients-marquee {
	overflow: hidden;
	margin-top: 30px;
}

.home-clients-track {
	display: flex;
	align-items: center;
	gap: 100px;
	width: max-content;
	animation: clients-scroll 30s linear infinite;
}

.home-clients-track:hover {
	animation-play-state: paused;
}

@keyframes clients-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

.home-clients-logo {
	flex: 0 0 auto;
	width: 160px;
}

/* SVGs have no intrinsic size as <img> — set explicit height so they don't collapse to 0x0. */
#home-clients h2 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

#home-clients h2 a:hover {
	color: var(--pmc-red);
}

.home-clients-logo img {
	width: 100%;
	height: 60px;
	object-fit: contain;
	display: block;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.home-clients-logo img:hover {
	filter: grayscale(0%);
}

#home-cta .container {
	max-width: 800px;
	text-align: center;
}

#home-cta h2,
#home-cta p {
	color: var(--white-muted);
}

#home-cta p {
	font-size: 1.5rem;
}

#home-cta h2::before,
#home-cta h2::after {
	background-color: #000;
}

.home-cta-list {
	color: var(--white-muted);
	list-style: none;
	padding: 0;
}

.home-cta-list li {
	margin-bottom: 20px;
	display: inline-block;
}

.home-cta-list li strong {
	border-bottom: solid 3px #000;
}

.home-cta-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.home-cta-or {
	color: var(--white-muted);
	font-size: 15px;
}

.btn-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1.125rem;
	background-color: #25D366;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	padding: 20px 24px;
	border-radius: 10px;
	transition: background-color 0.2s;
}

.btn-whatsapp:hover {
	background-color: #1ebe57;
	color: #ffffff;
}








@media screen and (max-width: 992px) {
	.header-inner {
		position: relative;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		height: calc(100vh - 80px);
		background: #000;
		padding: 24px 30px;
		z-index: 999;
		overflow-y: auto;
	}

	.main-navigation.toggled ul li {
		width: 100%;
	}

	.main-navigation.toggled ul li a {
		font-size: 2.5rem;
		font-weight: 700;
		color: #fff;
		padding: 10px 0;
		display: block;
		text-decoration: none;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	.main-navigation.toggled ul li a:hover,
	.main-navigation.toggled ul li.current-menu-item > a,
	.main-navigation.toggled ul li.current-page-ancestor > a {
		color: var(--pmc-red);
	}

	.main-navigation.toggled ul li.nav-cta > a {
		margin-top: 24px;
		display: inline-block;
		width: auto;
		font-size: 2rem;
		padding: 15px 30px !important;
	}

	.nav-whatsapp {
		display: none;
	}

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

	.home-about-columns {
		flex-direction: column;
	}

	.home-about-col {
		width: 100%;
	}

	.home-services-grid {
		grid-template-columns: 1fr;
	}

}

@media screen and (max-width: 768px) {

	.home-clients-track {
		gap: 20px;
	}

	.hero-slide-content {
		width: 100%;
	}

	.hero-slide-content p {
		max-width: none;
	}

}

@media screen and (max-width: 600px) {
	.hero-slide-content h1 {
		font-size: 32px;
	}

	.hero-arrow {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
}

/* ---------------------------------------------------------------
# Inner page hero
---------------------------------------------------------------- */

.page-hero {
	background-color: #111;
	padding: 80px 0 60px;
}

.page-intro {
	padding: 60px 15px 40px;
	max-width: 800px;
	text-align: center;
}

.page-intro p {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.page-hero h1 {
	color: #fff;
	font-size: clamp(32px, 5vw, 56px);
	margin: 0;
	line-height: 1.15;
}

.page-hero.has-bg {
	background-size: cover;
	background-position: center;
	position: relative;
}

.page-hero.has-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.55);
}

.page-hero.has-bg .container {
	position: relative;
	z-index: 1;
}

/* ---------------------------------------------------------------
# Inner page content
---------------------------------------------------------------- */

.page-content {
	padding: 60px 15px 80px;
}

.page-inner {
	max-width: 998px;
}

.page-content li {
	font-size: 1.25;
	line-height: 1.75;
	color: #333;
}

.page-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.page-content ul,
.page-content ol {
	padding-left: 1.5em;
	margin-bottom: 1.5em;
}

.page-content figure {
	margin: 2em 0;
}

.page-content figure figcaption {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.footer-inner {
		grid-template-columns: 1fr;
	}

}

/* ---------------------------------------------------------------
# Services page — split rows
---------------------------------------------------------------- */

.service-row {
	display: flex;
	min-height: 560px;
}

/* Image always fills its half fully */
.service-row-image {
	width: 50%;
	flex-shrink: 0;
	overflow: hidden;
}

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

.service-row-image-placeholder {
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
}

/* Content half — text stays in a constrained inner width toward the center */
.service-row-content {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 64px 60px;
}

/* Image on left → text on right → push inner content toward the center (left) */
.service-row--img-left .service-row-content {
	justify-content: flex-start;
	background-color: var(--white-muted);
}

/* Image on right → text on left → push inner content toward the center (right) */
.service-row--img-right .service-row-content {
	justify-content: flex-end;
	background-color: #fff;
}

.service-row-content-inner {
	max-width: 520px;
	width: 100%;
}

.service-row-icon {
	margin-bottom: 16px;
}

.service-row-icon img {
	height: 48px;
	width: auto;
	display: block;
}

.service-row-title {
	font-size: clamp(22px, 2.5vw, 32px);
	color: #111;
	margin: 0 0 20px;
	line-height: 1.2;
}

.service-row-paragraph {
	margin-bottom: 12px;
}

.service-row-paragraph strong {
	font-weight: 700;
}

.service-row-extra {
	margin-top: 20px;
}

.service-row-extra p {
	font-size: 16px;
	line-height: 1.75;
	color: #555;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.service-row,
	.service-row--img-left,
	.service-row--img-right {
		flex-direction: column;
	}

	.service-row-image,
	.service-row-content {
		width: 100%;
	}

	.service-row-image {
		min-height: 280px;
	}

	/* On mobile: text first, image second */
	.service-row--img-left .service-row-image {
		order: 1;
	}

	.service-row-content {
		justify-content: flex-start !important;
		padding: 40px 24px;
	}

	.service-row--img-right .service-row-content {
		background-color: #fff;
	}
}

/* ---------------------------------------------------------------
# Clients page
---------------------------------------------------------------- */

/* Projects grid (listing page) */

.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	padding: 60px 0 80px;
}

.project-card {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.project-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.project-card-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.project-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.project-card:hover .project-card-thumb img {
	transform: scale(1.04);
}

.project-card-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	flex: 1;
}

.project-card-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}

.project-card-title a {
	color: #111;
	text-decoration: none;
}

.project-card-title a:hover {
	color: var(--pmc-red);
}

.project-card-excerpt {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.65;
	margin: 0;
	flex: 1;
}

.project-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--pmc-red);
	text-decoration: none;
	margin-top: 4px;
}

.project-card-link:hover {
	color: var(--pmc-red-dark);
}

.project-card-link svg {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 900px) {
	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media screen and (max-width: 560px) {
	.projects-grid {
		grid-template-columns: 1fr;
	}
}

/* Gallery grid */

.pmc-client-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.pmc-client-gallery-thumb {
	display: block;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	position: relative;
}

.pmc-client-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.pmc-client-gallery-thumb:hover img {
	transform: scale(1.04);
	opacity: 0.85;
}

/* Lightbox */

#pmc-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

#pmc-lightbox.is-open {
	display: flex;
}

.pmc-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.88);
}

.pmc-lightbox-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 90vw;
	max-height: 90vh;
}

.pmc-lightbox-img {
	display: block;
	max-width: 80vw;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 4px;
}

.pmc-lightbox-close,
.pmc-lightbox-prev,
.pmc-lightbox-next {
	background: rgba(255, 255, 255, 0.15);
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
	flex-shrink: 0;
}

.pmc-lightbox-close:hover,
.pmc-lightbox-prev:hover,
.pmc-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.3);
}

.pmc-lightbox-close {
	position: absolute;
	top: -48px;
	right: 0;
	width: 40px;
	height: 40px;
}

.pmc-lightbox-close svg {
	width: 1.1rem;
	height: 1.1rem;
}

.pmc-lightbox-prev svg,
.pmc-lightbox-next svg {
	width: 1.75rem;
	height: 1.75rem;
}

.pmc-lightbox-prev,
.pmc-lightbox-next {
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 768px) {
	.pmc-client-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pmc-client-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.pmc-lightbox-img {
		max-width: 85vw;
	}

	.pmc-lightbox-prev,
	.pmc-lightbox-next {
		width: 36px;
		height: 36px;
	}
}

/* ---------------------------------------------------------------
# Contact page
---------------------------------------------------------------- */

.contact-split {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 80px;
	padding: 60px 15px 80px;
	align-items: start;
}

.contact-col-title {
	font-size: clamp(22px, 2.5vw, 30px);
	color: #111;
	margin: 0 0 32px;
}

/* Form */

.contact-form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.contact-form-row--2col {
	grid-template-columns: 1fr 1fr;
}

.contact-form-field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}

.contact-form-field label span {
	color: var(--pmc-red);
}

.contact-form-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
	outline: none;
	border-color: var(--pmc-red);
}

.contact-form-field textarea {
	resize: vertical;
	min-height: 130px;
}

.contact-form .btn-cta {
	margin-top: 8px;
	cursor: pointer;
	border: none;
}

.contact-form-success {
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
	border-radius: 6px;
	padding: 20px 24px;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.contact-form-error {
	background-color: #fdecea;
	color: #b71c1c;
	border: 1px solid #ef9a9a;
	border-radius: 6px;
	padding: 16px 20px;
	margin-bottom: 24px;
	font-size: 15px;
}

/* Info panel */

.contact-info-col {
	position: sticky;
	top: 100px;
}

.contact-info-paragraph {
	margin-bottom: 30px;
}

.contact-info-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 28px;
}

.contact-info-icon {
	color: var(--pmc-red);
	flex-shrink: 0;
	margin-top: 3px;
	display: flex;
}

.contact-info-icon svg {
	width: 1.375rem;
	height: 1.375rem;
}

.contact-info-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.contact-info-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #999;
}

.contact-info-value {
	font-size: 1.2rem;
	color: #111;
	text-decoration: none;
	line-height: 1.5;
}

a.contact-info-value:hover {
	color: var(--pmc-red);
}

@media screen and (max-width: 768px) {
	.contact-split {
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 48px 15px 60px;
	}

	.contact-form-row--2col {
		grid-template-columns: 1fr;
	}

	.contact-info-col {
		position: static;
	}
}

/* ---------------------------------------------------------------
# Single project page
---------------------------------------------------------------- */

.project-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 16px;
	transition: color 0.2s ease;
}

.project-back-link:hover {
	color: #fff;
}

.project-single {
	padding: 60px 15px 80px;
}

.project-single-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 60px;
	align-items: start;
}

.project-single-content .page-content {
	padding: 0;
	margin: 0;
}

/* Details card */

.project-single-sidebar {
	position: sticky;
	top: 100px;
}

.project-details-card {
	background-color: var(--white-muted);
	border-radius: 10px;
	padding: 28px 24px;
}

.project-details-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #999;
	margin: 0 0 20px;
}

.project-details-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.project-detail-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #e0e0e0;
}

.project-detail-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.project-detail-item:first-child {
	padding-top: 0;
}

.project-detail-icon {
	color: var(--pmc-red);
	flex-shrink: 0;
	margin-top: 2px;
	display: flex;
}

.project-detail-icon svg {
	width: 1.125rem;
	height: 1.125rem;
}

.project-detail-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.project-detail-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #999;
}

.project-detail-value {
	font-size: 15px;
	color: #111;
	line-height: 1.4;
	word-break: break-word;
}

.project-detail-value a {
	color: var(--pmc-red);
	text-decoration: none;
}

.project-detail-value a:hover {
	text-decoration: underline;
}

.project-detail-logo {
	height: 2rem;
	width: auto;
	max-width: 6rem;
	display: block;
	object-fit: contain;
}

/* Gallery */

.project-gallery {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid #e8e8e8;
}

.project-gallery-title {
	font-size: clamp(20px, 2vw, 26px);
	color: #111;
	margin: 0 0 28px;
}

@media screen and (max-width: 900px) {
	.project-single-layout {
		grid-template-columns: 1fr;
	}

	.project-single-sidebar {
		position: static;
		order: -1;
	}
}